<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
body{
	background:#fefefe;
	font-family: 'Droid Sans', sans-serif !important;
}
h5{
	color:#333;
	font-size:20px !important;
}
header {
    background: #ede7e7;
    height: 250px;
    float: left;
    width: 100%;
}
.header2{
	background:#ede7e7;
	height:180px;
	position:relative;
}
.header2:before{
 content: "";
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 0;
  height: 0;
  margin:0 0 0 24%;
  border-top: 100px solid #ede7e7;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
}

footer{
	padding:5px 0;
}

input[type="text"]
{
	padding:9px;
	border:1px solid #CCC;
	color:#333;
}

.search{
	background:#fefefe url(../images/search.jpg) left center no-repeat;
	padding-left:45px !important;
	min-width:300px;
}

h4{
	color:#FFF !important;
}

@media(max-width:750px)
{
	.lg{
		display:none;
	}
	.lg2{
		display:block;
	}
	.margin_class{
		margin:auto;
	}
	.img_left{
		display:none;
	}
	.triangle
	{
	background:#CCC;
	height:auto;
	}
	
	.triangle2{
	background:#CCC;
	height:auto;
	}
	.logo
	{
	margin:-65px 0 -50px 0;
	float:right;
	width:150px;
	}
	
	.blue_height{
		height:auto;
	}
	
	.search_box{
	width:100%;
	height:500px;
	background:#d8852a;
	z-index:999;
	color:#008dbb;
	padding:20px;
}

.app_list{
	width:100%; color:#FFF; text-align:left
}
.blue_tr{
	display:none;
}
.icon{
	display:none;
}
.boy2{
	display:none;
}
.flip_img{
	display:none;
}
}

@media(min-width:850px)
{
	.boy2{
		margin:-70px 0 -10px 0;
	}
	.lg{
		display:block;
		margin:20px 0 -40px 0;
	}
	.lg2{
		display:none;
	}
	.margin_class{
		margin:0 0 0 -30px;
	}
	.img_left{
		float:left; margin:-115px 10px 50px -165px; position:relative; z-index:9999; 
	}
	.triangle
	{
	background:url(../images/triangle.png) no-repeat center top;
	height:123px;
	margin:-20px 0 -90px 0;
	}
	
	.triangle2{
	background:url(../images/triangle2.png) no-repeat center bottom;
	height:133px;
	margin:0 0 -150px 0;
	z-index:9999;
	}
	.logo
	{
	margin:-65px 0 -50px 0;
	float:right;
	}
	
	.blue_height{
		height:360px;
	}
	
	.search_box{
	width:100%;
	height:220px;
	background:#d8852a;
	margin:24px 0 0 0;
	z-index:999;
	color:#008dbb;
	padding:20px 10px 50px 100px;
}

.app_list{
	width:80%; margin-left:10%; color:#FFF; text-align:left
}
.blue_tr{
	margin:-5px 30% 0 60%
}
.icon{
	margin:-180px -150px 0 0; float:right
}
.twocolordiv{
position: relative;
z-index: 9;
background: #d98429;
width:100%;
height:auto;
}
.twocolordiv:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
right: 50%;
bottom: 0;
left: 0;
background:#038dbb;
}

.twocolordiv2{
position: relative;
z-index: 9;
background: #CCC;
width:100%;
height:auto;
padding:20px 0 0 0;
}
.twocolordiv2:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
right: 72%;
bottom: 0;
left: 0;
background:#e8e9ed;
}




.flip_img{
	-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
		margin-top:-100px;
		float:left;
}
}

.color1{
	color:#0e91bd;
}

.color2{
	color:#da8937;
}

.blue{
	background:#0e91bd;
	padding:10px 0 10px 0;
	color:#FFF;
}

.text{
	font-size:25px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}

.color2_font{
	font-size:30px;
	color:#e9a42b;
}

.form_input{
	width:100%;
	padding:8px;
	margin:5px 5px 5px 0;
	/*background-color: antiquewhite;*/
	color: black;
}

.que{
	border-radius:100%;
	height:20px;
	weidth:20px;
	border:1px solid #666;
	text-align:center;
	padding:3px 7px;
	font-size:14px;
	margin:0 auto;
}

.faq{
	background:#00aff0 url(../images/faq.jpg) no-repeat right center;
	height:200px;
	text-align:left;
	color:#FFF;
	padding:0 0 0 10px;
}

.faq h1{
	font-size:35px;
	text-align:left !important;
	
}
 
/* The ghost, nudged to maintain perfect centering */
.faq:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

/* The element to be centered, can also be of any width and height */ 
.centered {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
}


.orange{
	background:#e9a42b;
	color:#FFF;
	height:320px;
	padding:10px 0 10px 0;
}

.orange input{
	color:#333 !important;
}

.orange h1{
	font-size:45px;
	line-height:45px;
}

.btn_submit{
	margin-top:150px;
	border:none;
	background:#FFF;
	color:#1090bd;
}

.zero{
	margin:-40px 0 0 0;
	color:#0e91bd;
	font-weight:bold;
	text-align:center;
}

.zero h1{
	font-size:45px;
	color:#0e91bd;
	font-weight:bold;
	margin-bottom:-2px;
}


.menu{
	list-style-type: none;
    margin: 0;
	margin-top:10px;
    padding: 0;
	text-align:center;
}

.menu li{
	display:inline;
}

.menu a{
	padding:10px;
}

.btn_login{
	background:#0e91bd;
	color:#FFF;
}

.grey{
	background:#e8e9ed url(../images/girl.jpg) no-repeat right center;
	height:320px;
	margin-top:10px;
}



.search_box h4{
	color:#FFF !important;
}

.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #008dbb;
    width: 220px;
    border-radius: 3px;
    overflow: hidden;
    background: #fff url("../images/blue-select.jpg") right top no-repeat;
}

.select-style select {
    padding: 4px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}

.select-stylepdf {
	padding: 0;
	margin: 0;
	border: 1px solid #bec6bb;
	width: 220px;
	border-radius: 3px;
	overflow: hidden;
	/*background: #fff url(../images/orange-select.jpg) right top no-repeat*/
}

.select-stylepdf select {
	padding: 4px 8px;
	width: 130%;
	border: none;
	box-shadow: none;
	background-color: #eff0f1;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: black;
}

.select-stylepdf select::-ms-expand{
  display:none;
}

@supports (-webkit-appearance:none) {
.select-stylepdf select {
        background-color: #EAEAE4;
        color: black;
    }
} 

_:-moz-tree-row(hover), .select-stylepdf select {
    background-color: #F0F0F0;
    color: black;
} 

.select-stylepdf select:focus {
	outline: none
}

.select-style2 {
    padding: 0;
    margin: 0;
    border: 1px solid #008dbb;
    width: 220px;
    border-radius: 3px;
    overflow: hidden;
    background: #fff url("../images/orange-select.jpg") right top no-repeat;
}

.select-style2 select {
    padding: 4px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}



.select-style2 select:focus {
    outline: none;
}

.rounded_box{
	border:1px solid #CCC;
	padding:10px;
	border-radius:10px;
	width:99%;
	top:50%;
	height:85px;
}

.grey_back{
	background:#939598;
	color:#FFF;
	width:auto;
}

.orange_back1{
	background:#d8852a;
	color:#FFF;
	width:auto;
	text-align:center;
	font-weight:bold;
	padding:25px 0 0 0;
	font-size:24px;
}

.orange_back2{
	background:#e8a223;
	color:#FFF;
	width:auto;
	text-align:center;
	font-weight:bold;
	padding:25px 0 0 0;
	font-size:24px;
}

.apply{
	background:#008dbb;
	color:#FFF;
	width:auto;
	text-align:center;
	font-weight:bold;
	padding:25px 0 0 0;
	font-size:20px;
}

.welcome{
	background:#d8852a !important;
	color:#FFF;
	padding:10px 10px 20px 10px;
}

.welcome h1{
	font-size:40px;
}

.clear{
	clear:both;
}

.table_orange{
	background:#d8852a;
	/* color:#FFF; */
	border:2px solid #FFF;
	padding:10px;
}

.table_grey{
	background:#e6e7e8;
	border:2px solid #FFF;
	padding:10px;
}

.table_blue{
	background:#008dbb;
	color:#FFF;
	border:2px solid #FFF;
	padding:10px;
}

.link{
	color:#FFF;
}

.range{
	margin-top:10px;
	height:10px;
	width:100px !important;
}

.white{
	color:#FFF;
}

.sm_btn{
	background:#0e91bd;
	color:#FFF;
	margin-bottom:10px !important;
	width:70px;
}

.date_icon{
	background: #FFF url(../images/date.png) no-repeat center right;
}
.home_orange{ background:#d98429; text-align:center; color:#FFF; height:auto; padding:10px;}
.home_blue{ background:#038dbb; text-align:center; color:#FFF; height:auto; padding:10px;}
.circle1{height:150px; float:left; width:150px; padding:10% 20px; color:#333; text-align:center; font-size:24px; margin-right:20px; margin-top:15px}
.circle2{ height:170px; float:left; width:170px; padding:35px 10px; border-radius:50%; background:#038dbb; color:#FFF; text-align:center; font-size:24px; margin-right:20px; border: dashed 3px #FFF; z-index:99999; position:relative;}
.square1{ height:100px; width:200px; margin-top:40px; padding:10px; background:#038dbb; color:#FFF; text-align:center; font-size:24px }
.square1 p{ font-size:15px !important; }
.back1{
	margin-top:0px;
	color:#FFF;
	background:url(../images/back1.jpg) no-repeat center center;
	background-size:100%;
	min-height:450px;
	padding:40px 0 0 0;
	position: relative;
}
.back1:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin:0 0 0 12%;
  width: 0;
  height: 0;
  border-top: 30px solid #ede7e7;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
}
.back2{
	margin-top:0;
	color:#FFF;
	background:url(../images/back2.jpg) no-repeat center center;
	background-size:100%;
	min-height:450px;
	padding:40px 0 0 0;
	position: relative;
}
.back2:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin:0 0 0 12%;
  width: 0;
  height: 0;
  border-top: 30px solid #ede7e7;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
}
.back2 table{
	background:none;
	color:#FFF;
}
.blue2{
	background:#0e91bd;
	padding:10px 0 10px 0;
	color:#FFF;
	position:relative;
}
.blue2:before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  margin:0 12% 0 0;
  width: 0;
  height: 0;
  border-top: 30px solid #FFF;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
}
.blue3{
	background:#0e91bd;
	padding:10px 0 10px 0;
	color:#FFF;
	position:relative;
}
.blue3:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin:0 0 0 5%;
  width: 0;
  height: 0;
  border-top: 300px solid #e9a42b;
  border-left: 245px solid transparent;
  border-right: 245px solid transparent;
}
.btn_download{
	background:url(../images/dnt_upload.png) no-repeat;
	width:200px;
	border:none;
	font-weight:bold;
	height:41px;
	color:#FFF;
}
.btn_download2{
	background:url(../images/btn_download.png) no-repeat;
	width:200px;
	border:none;
	font-weight:bold;
	height:56px;
	color:#0f8fbe;
}
.gap{
	height:10px !important;
	width:100% !important;
}
.bank_name{
	border:1px solid #666;
	padding:10px;
	border-radius:5px;
	font-weight:bold;
	min-height:50px;
}
.scheme_name{
	border:1px solid #666;
	padding:10px;
	border-radius:5px;
	font-weight:bold;
	min-height:50px;
	color:#FFF;
	background:#999;
}


/* added by rhl */

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  line-height: 1;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #0FA1E0;
  background: -moz-linear-gradient(top, #0FA1E0 0%, #0FA1E0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0FA1E0), color-stop(100%, #0FA1E0));
  background: -webkit-linear-gradient(top, #0FA1E0 0%, #0FA1E0 100%);
  background: -o-linear-gradient(top, #0FA1E0 0%, #0FA1E0 100%);
  background: -ms-linear-gradient(top, #0FA1E0 0%, #0FA1E0 100%);
  background: linear-gradient(to bottom, #0FA1E0 0%, #0FA1E0 100%);
  border-bottom: 2px solid #0fa1e0;
  width: auto;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background: #0FA1E0;
  background: -moz-linear-gradient(top, #0FA1E0 0%, #0FA1E0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0FA1E0), color-stop(100%, #0FA1E0));
  background: -webkit-linear-gradient(top, #0FA1E0 0%, #0FA1E0 100%);
  background: -o-linear-gradient(top, #0FA1E0 0%, #0FA1E0 100%);
  background: -ms-linear-gradient(top, #0FA1E0 0%, #0FA1E0 100%);
  background: linear-gradient(to bottom, #0FA1E0 0%, #0FA1E0 100%);
  color: #ffffff;
  display: block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  padding: 19px 20px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu &gt; ul &gt; li {
  display: inline-block;
  float: left;
  margin: 0;
}
#cssmenu.align-center {
  text-align: center;
}
#cssmenu.align-center &gt; ul &gt; li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right &gt; ul {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu &gt; ul &gt; li &gt; a {
  color: #ffffff;
  font-size: 14px;
}
#cssmenu &gt; ul &gt; li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0fa1e0;
  margin-left: -10px;
}
#cssmenu &gt; ul &gt; li:first-child &gt; a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu.align-right &gt; ul &gt; li:first-child &gt; a,
#cssmenu.align-center &gt; ul &gt; li:first-child &gt; a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#cssmenu.align-right &gt; ul &gt; li:last-child &gt; a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu &gt; ul &gt; li.active &gt; a,
#cssmenu &gt; ul &gt; li:hover &gt; a {
  color: #ffffff;
  box-shadow: inset 0 0 3px #0FA1E0;
  -moz-box-shadow: inset 0 0 3px #0FA1E0;
  -webkit-box-shadow: inset 0 0 3px #0FA1E0;
  background: #0c7fb0;
  background: -moz-linear-gradient(top, #0FA1E0 0%, #0FA1E0 100%);
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0FA1E0), color-stop(100%, #0FA1E0));
  background: -webkit-linear-gradient(top, #0FA1E0 0%, #0FA1E0 100%);*/
  background: -o-linear-gradient(top, #0FA1E0 0%, #0FA1E0 100%);
  background: -ms-linear-gradient(top, #0FA1E0 0%, #0FA1E0 100%);
   /*background: linear-gradient(to bottom, #0FA1E0 0%, #0FA1E0 100%);*/
}
#cssmenu .has-sub {
 
  z-index: 1;
}
#cssmenu .has-sub:hover &gt; ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu.align-right .has-sub ul {
  left: auto;
  right: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #0fa1e0;
  border-bottom: 1px dotted #31b7f1;
  font-size: 14px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
  background: #0c7fb0;
}
#cssmenu ul ul li:hover &gt; a {
  color: #ffffff;
}
#cssmenu .has-sub .has-sub:hover &gt; ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu.align-right .has-sub .has-sub ul,
#cssmenu.align-right ul ul ul {
  left: auto;
  right: 100%;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #0c7fb0;
  border-bottom: 1px dotted #31b7f1;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #0a6d98;
}
#cssmenu ul ul li.last &gt; a,
#cssmenu ul ul li:last-child &gt; a,
#cssmenu ul ul ul li.last &gt; a,
#cssmenu ul ul ul li:last-child &gt; a,
#cssmenu .has-sub ul li:last-child &gt; a,
#cssmenu .has-sub ul li.last &gt; a {
  border-bottom: 0;
}
#heading{
font-size:25px;
}
#heading-span {
font-size:15px;
}


/* added by rhl */</pre></body></html>