@charset "utf-8";
/* CSS Document */
@import url('/font/roboto.css');
*{margin:0px; padding:0px;}
body{font-family: 'RobotoRegular'; color:#2c2c2c; font-size:14px; line-height:19px;}
.upper-header-wrapper{background-color:#0089a6; width:100%; font-size:14px; color:#fff; line-height:28px; position:fixed; top:0px; left:0px; z-index: 1040;}
.upper-header-wrapper a{color:#fff!important; text-decoration:none!important;}
.upper-header-wrapper a:hover{color:#e3852a!important; text-decoration:none!important;}

a:focus, a:hover {
    text-decoration: none !important;
	color:#eb4b1e;
}

.no-padding{
	padding:0 !important;	
}
.no-pad-left
{
	padding-left:0px !important;
}
.no-pad-right
{
	padding-right:0px !important;
}
.padding-top-5 {
    padding-top: 6px;
}
.padding-top-10{
    padding-top: 10px;	
}
.padding-top-20{
    padding-top: 20px;	
}
.padding-top-30{
    padding-top: 30px;	
}
.padding-top-40{
    padding-top: 40px;	
}
.padding-top-50{
    padding-top: 50px;	
}
.padding-top-60{
    padding-top: 60px;	
}
.padding-top-70{
    padding-top: 70px;	
}
.padding-top-80{
    padding-top: 80px;	
}
.padding-top-90{
    padding-top: 90px;	
}
.padding-top-100{
    padding-top: 100px;	
}
.padding-right-5{
	padding-right:5px;	
}
.padding-right-10{
	padding-right:10px;	
}
.padding-right-20{
	padding-right:20px;	
}
.padding-right-30{
	padding-right:30px;	
}
.padding-right-40{
	padding-right:40px;	
}
.padding-right-50{
	padding-right:50px;	
}
.padding-right-60{
	padding-right:60px;	
}
.padding-right-70{
	padding-right:70px;	
}
.padding-right-80{
	padding-right:80px;	
}
.padding-right-90{
	padding-right:90px;	
}
.padding-right-100{
	padding-right:100px;	
}
.padding-left-7{
	padding-left:7px;
	}
.padding-left-10{
	padding-left: 10px;
}
.padding-left-20{
	padding-left: 20px;
}
.padding-left-30{
	padding-left: 30px;
}
.padding-left-40{
	padding-left: 40px;
}.padding-left-50{
	padding-left:50px;
}
.padding-left-right-5{
 padding-left:5px;
 padding-right:5px;
}
.padding-bottom-25{
	padding-bottom:25px;	
	}
.padding-top-150{
	padding-top:150px;
	}
	
.margin-top-10{
	margin-top:10px;
}
.margin-top-20{
	margin-top:20px;
}
.margin-top-30{
	margin-top:30px;
}
.margin-top-40{
	margin-top:40px;
}
.margin-top-50{
	margin-top:50px;
}
.margin-top-60{
	margin-top:60px;
}.margin-top-70{
	margin-top:70px;
}
.margin-top-80{
	margin-top:80px;
}
.margin-top-90{
	margin-top:90px;
}
.margin-top-100{
	margin-top:100px;
}
.margin-top-95{
	margin-top:95px;
	}
.margin-top-125{
margin-top:125px;
	}

.margin-top-155{
	margin-top:155px;
	}
.margin-bottom-10{
margin-bottom: 10px
}
.margin-bottom-15{
	margin-bottom:15px;
	}

.margin-bottom-20{
margin-bottom: 20px
}
.margin-bottom-30{
margin-bottom: 30px
}
.margin-bottom-40{
margin-bottom: 40px
}
.margin-bottom-50{
margin-bottom: 50px
}

/* Scroller */
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
	background:#0a457d;							   
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(245,75,0,0.4);
}



/*---------------------- NAV CSS START -------------------------------*/



nav{background-color:#fff; font-family: 'RobotoRegular'; font-size:16px!important;  top:0px;  width:100%;
border-top:1px solid #ccc;}

.navbar-default {
	background-color: #fff !important; 
	min-height: 85px !important; 
	 border-color: #fff; 
	     border: 0px solid transparent !important;
	 box-shadow: 1px 1px 3px #666; 
	 border-radius: 0px !important;
	  position:fixed!important;
	z-index: 1040;
	  }
.navbar {
    min-height: 110px !important;
}
.navbar-brand {
    height: 50px;
    padding:15px 15px !important;
	margin-top: 24px;
}
.navbar-right{margin-top:23px;}
.nav > li > a {padding:8px 12px!important; color:#0c0c0c!important;}
.nav > li > a:hover{color:#034183!important;}
.navbar-right{margin-top:60px!important;}
.navbar-right li:last-child a{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e3852a+0,eb4b1e+100 */
background: #e3852a!important; /* Old browsers */
background: -moz-linear-gradient(left, #e3852a 0%, #eb4b1e 100%)!important; /* FF3.6-15 */
background: -webkit-linear-gradient(left, #e3852a 0%,#eb4b1e 100%)!important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #e3852a 0%,#eb4b1e 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3852a', endColorstr='#eb4b1e',GradientType=1 ); /* IE6-9 */
 color:#fff!important; border-radius:4px; padding:8px 25px!important;}
.navbar-right li:last-child a:hover{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eb4b1e+26,e3852a+99 */
background: #eb4b1e!important; /* Old browsers */
background: -moz-linear-gradient(left, #eb4b1e 26%, #e3852a 99%)!important; /* FF3.6-15 */
background: -webkit-linear-gradient(left, #eb4b1e 26%,#e3852a 99%)!important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #eb4b1e 26%,#e3852a 99%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4b1e', endColorstr='#e3852a',GradientType=1 )!important; /* IE6-9 */}
.navbar-right li:nth-child(7) a{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#075787+0,119bbe+99 */
background: #076cb1!important; /* Old browsers */
 /* IE6-9 */
margin-right:5px; color:#fff!important; border-radius:4px;}
.navbar-right li:nth-child(7) a:hover{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#119bbe+0,075787+100 */
background: #eb5019!important; /* Old browsers */
/* IE6-9 */}



.inner-pages-banner-heading {
    font-family: 'merriweather_sansbold';
    font-size: 20px;
    line-height: 25px;
    padding-top: 10px;
    text-align: center;
    color: #ffffff;
    padding-bottom: 5px;
}
.inner-pages-banner-head-content {
    font-family: 'robotoregular';
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;s
    text-align: center;
}

.banner-sub-heading, .banner-sub-heading a{
	text-align:center;
	font-size:14px;
	color:#ffffff;
	}
.banner-sub-heading a:focus, .banner-sub-heading a:hover {
    color: #ffa226 !important;
    text-decoration: underline !important;
}

/*------------------------------ NAV CSS END --------------------------------*/
/*----------------------- banner section css start here -------------------------------*/
.banner-wrapper{background-color:#eaf3ff; padding:2px 0 0px 0; margin-top:105px;}
/*----------------------- banner section css end here ---------------------------------*/
/* ---------------- service panel css start here -------------------------------------*/
.service-panel-wrapper{width:100%; /*background-image:url(/images/services.jpg);*/ background-color:#fff; background-size:cover; background-position:center; min-height:600px; padding:70px 0 98px 0;
}
.ser-heading{font-size:35px; color:#000; font-family: 'RobotoRegular'; line-height:40px; text-align:center; margin-bottom:5px;}
.ser-title{ font-size:18px; line-height:20px; color:#000; text-align:center; margin-top:5px;}
.ser-detail-con{text-align:center; margin-top:33px;}
.ser-detail-con li{width:100%; max-width:292px; height:300px; background-color:#fff; border-radius:7px; margin:33px 26px; list-style:none;     box-shadow: 0px 2px 4px 4px #d4d4d4;
display:inline-table; padding:23px 18px;}
.ser-detail-pic{width:100%; text-align:center; margin-top:18px;}
.ser-detail-heading{width:100%; text-align:center; color:#006a9d; font-family: 'RobotoRegular'; font-size:20px; margin:28px 0 16px 0;}
.ser-detail-desc{width:100%; color:#424242; font-size:14px; line-height:18px;  border-bottom:1px solid #d2d2d2; padding-bottom:15px;}
.ser-read-more{width:100%; text-align:center; margin-top:20px; font-size:14px; color:#e03500; font-family: 'RobotoRegular';}
.ser-read-more a{color:#e03500; text-decoration:none;}
.ser-read-more a:hover{color:#075888; text-decoration:none;}
/* --------------- Service panel css end here -----------------------------*/


/*----------------- power of sip css panel start here ---------------------*/

.banner
{
	top:0;
	left:0;
    min-height:669px;
	 /*height: 620px; Safari */
	width:100%;
	z-index:5;
	background:url(/images/banner.jpg) center no-repeat; 
	background-size:cover;
  
}
.banner > .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
	height: 100%;
}
/*.banner .carousel-inner >.item 
{
	min-height:100vh;
	background:url(/images/banner.jpg) center no-repeat; 
	background-size:cover;
}*/

.carousel-caption {
   top: 90px;
   left:5%;
   right:0;
   width:95%;
   min-height:236px;
   text-shadow:none;
   text-align:left;
}
.font-size-30
{
	font-size:30px;
}
.banner 
{
	padding-top:40px;
}
.banner  .heading
{
font-family: 'KozGoPr6N-Bold-AlphaNum';
    font-size: 54px;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 54px;
	margin-top:100px;
}
.banner  .custom-font{
	font-family: 'KozGoPr6N-Bold-AlphaNum';
    font-size: 47px;
    color: #ffd84f;
	}
.banner .heading2
{
	font-family: 'KozGoPr6N-Bold-AlphaNum';
    font-size: 55px;
    color: #ffd84f;
    margin-bottom: 55px;
    line-height: 47px;
}
.banner .heading2para
{
	font-family: 'KozGoPr6N-Light-AlphaNum';
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 27px;
}
.banner  .heading2para2
{
	font-family: 'KozGoPr6N-Light-AlphaNum';
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 40px;
	margin-bottom:30px;
}
.banner  a.more
{
	font-family: 'KozGoPr6N-Medium-AlphaNum';
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 24px;
	margin-bottom:40px;
	padding:15px 30px;
	border-radius:3px;
	background: rgba(226,139,0,1);
background: -moz-linear-gradient(left, rgba(226,139,0,1) 0%, rgba(200,83,0,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226,139,0,1)), color-stop(100%, rgba(200,83,0,1)));
background: -webkit-linear-gradient(left, rgba(226,139,0,1) 0%, rgba(200,83,0,1) 100%);
background: -o-linear-gradient(left, rgba(226,139,0,1) 0%, rgba(200,83,0,1) 100%);
background: -ms-linear-gradient(left, rgba(226,139,0,1) 0%, rgba(200,83,0,1) 100%);
background: linear-gradient(to right, rgba(226,139,0,1) 0%, rgba(200,83,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e28b00', endColorstr='#c85300', GradientType=1 );
}
/*#insurance-bg .more
{
	color:#ffffff;
	padding:15px 45px;
	border-radius:25px;
	font-family:'Merriweather-Regular';
	font-size:12px;
	font-style:italic;
	border:0;
	margin-top:30px;
}*/
/*#insurance-bg .more:hover
{
	color:#ffffff;
}*/
.banner  a:hover.more
{
	background: rgba(200,83,0,1);
	background: -moz-linear-gradient(left, rgba(200,83,0,1) 0%, rgba(200,83,0,1) 1%, rgba(226,139,0,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(200,83,0,1)), color-stop(1%, rgba(200,83,0,1)), color-stop(100%, rgba(226,139,0,1)));
	background: -webkit-linear-gradient(left, rgba(200,83,0,1) 0%, rgba(200,83,0,1) 1%, rgba(226,139,0,1) 100%);
	background: -o-linear-gradient(left, rgba(200,83,0,1) 0%, rgba(200,83,0,1) 1%, rgba(226,139,0,1) 100%);
	background: -ms-linear-gradient(left, rgba(200,83,0,1) 0%, rgba(200,83,0,1) 1%, rgba(226,139,0,1) 100%);
	background: linear-gradient(to right, rgba(200,83,0,1) 0%, rgba(200,83,0,1) 1%, rgba(226,139,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c85300', endColorstr='#e28b00', GradientType=1 );
    color: #fff;
	outline:none;
}
.banner .lastline
{
	font-family: 'KozGoPr6N-Regular-AlphaNum';
	font-size:16px;
	color:#ffffff;
	line-height:24px;
	margin-top:60px;
}
.banner .lastline img
{
	margin-top:-5px;
}
.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
    background-image: none;
}
.calc-heading
{
	font-family:'robotobold';
	font-size:28px;
	color:#0f4486;
	line-height:28px;
	padding-bottom:10px;
}
.input-vals
{
	background:#175097;
	border-radius:25px;
	padding:0px;
	margin-bottom:20px;
}
.input-yrs
{
	background:#77b50d;
	border-radius:25px;
	padding:7px 20px;
	border:3px solid #ffffff;
}
.line
{
	margin-top:10px;
	margin-bottom:30px;
	background:#fff;
	min-height:2px;
}

.resulttext
{
	font-family:'Poppins-Regular';
	color:#404040;
	font-size:25px;
	line-height:31px;
	padding:15px 0px;
}
.amount
{
	color:#77b50d;
	font-family:'Poppins-Bold';
	font-size:31px;
}
.wealth-amttext
{
	color:#1a549c;
	font-size:14px;
	line-height:18px;
	font-family:'Poppins-SemiBold';
}
.wealth-dot
{
	width:10px;
	height:10px;
	border-radius:10px;
	background:#428dc8;
	position:absolute;
	top:1px;
	left:10px;
}
.amount-investedtext
{
	position:absolute;
	bottom:2%;
	left:-1%;
	width:35%;
	min-height:60px;
	color:#202020;
	font-size:15px;
	line-height:18px;
}
.amount-invested-dot
{
	width:10px;
	height:10px;
	border-radius:10px;
	background:#8dc023;
	position:absolute;
	top:1px;
	right:0px;
}

.plan-btn
{
	background:#2060b1;
	border-radius:50px;
	font-family:'latoregular';
	font-size:15px;
	color:#ffffff;
	border: 0px;
	padding:10px 20px;
	margin-bottom:20px;
}
.plan-btn:hover
{
	background:#013042;
	color:#ffffff;
}
.plan-btn img
{
	padding-right:10px;
}
/*#sip-calc {
  background: #ffffff;
  min-height: 365px;
  margin-bottom: 30px;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #3a3b3c;
  font-size: 14px;
     font-family: 'RobotoRegular';
  border: 1px solid #e8e8e8;
      text-align: left;

}
#sip-calc input[type=number] {
  width: 100px;
  background: none;
  border: none;
  outline: none;
}
#sip-calc label {
  position: absolute;
  top: 7px;
  left: 40px;
  font-weight: normal;
}
#sip-calc rzslider {
  margin: 0 auto;
  height: 18px;
  padding-top: 5px;
}
#sip-calc rzslider .rz-bar {
  height: 8px;
}
#sip-calc rzslider .rz-bubble {
  display: none;
}
#sip-calc rzslider .rz-pointer {
  width: 0px;
  height: 0px;
  top: 0px;
  border-radius: 0px;
}
#sip-calc rzslider .rz-pointer:after {
  display: none;
}
#sip-calc rzslider.blue-bar .rz-bar {
  background-color: #f1f1f1;
}
#sip-calc rzslider.blue-bar .rz-selection, #sip-calc rzslider.blue-bar .rz-pointer {
  background-color: #438aca;
}
#sip-calc rzslider.green-bar .rz-bar {
  background-color: #f1f1f1;
}
#sip-calc rzslider.green-bar .rz-selection, #sip-calc rzslider.green-bar .rz-pointer {
  background-color: #1daf9a;
}
#sip-calc rzslider.red-bar .rz-bar {
  background-color: #f1f1f1;
}
#sip-calc rzslider.red-bar .rz-selection, #sip-calc rzslider.red-bar .rz-pointer {
  background-color: #da534f;
}
#sip-calc rzslider.yellow-bar .rz-bar {
  background-color: #f1f1f1;
}
#sip-calc rzslider.yellow-bar .rz-selection, #sip-calc rzslider.yellow-bar .rz-pointer {
  background-color: #f2ad50;
}
#sip-calc input[type=number]::-webkit-inner-spin-button,
#sip-calc input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
#sip-calc .input-bg {
  background: #f1f1f1;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  color: #3a3b3c;
}
*/
/*--------Power of SIP------*/
/*.power-sip
{
	background:url(/images/calc-bg.png) center no-repeat;
	background-size:cover;
	padding-top:60px;
	min-height:100vh;
}
.power-sip-head
{
	font-family:'RobotoBold';
	font-size:25px;
	color:#4ebe71;
	line-height:25px;
	text-transform:uppercase;
}
.power-sip-head p
{
	font-family:'RobotoRegular';
	font-size:16px;
	line-height:28px;
	color:#000000;
       width: 60%;
    margin-left: 20%;
	text-transform:none;
}
.sip-calc
{
	background:#ffffff;
	border:1px solid #e8e8e8;
	min-height:365px;
	margin-bottom:30px;
	padding:10px;
	padding-bottom:20px;
}
.graph-bg
{
	background:url(/images/graph-bg.png) center no-repeat;
	background-size:cover;
	min-height:300px;
}
.center-resulttext
{
	position:absolute;
	top:32%;
	left:25%;
	width:50%;
	min-height:100px;
	color:#202020;
	font-size:18px;
	line-height:21px;
}
.amount
{
	color:#da534f;
	font-family:'RobotoBold';
	font-size:21px;
	margin-top:10px;
}
.result-text
{
	font-family: 'RobotoRegular';
	font-size:19px;
	color:#202020;
	    padding-top: 20px;
}
.wealth-gaintext
{
	position:absolute;
	top:2%;
	right:-1%;
	width:35%;
	min-height:60px;
	color:#202020;
	font-size:15px;
	line-height:18px;
}
.wealth-dot
{
	width:10px;
	height:10px;
	border-radius:10px;
	background:#458bcb;
	position:absolute;
	top:1px;
	left:10px;
}
.amount-investedtext
{
	position:absolute;
	bottom: -14%;
    left: -4%;
	width:35%;
	min-height:60px;
	color:#202020;
	font-size:15px;
	line-height:18px;
}
.amount-invested-dot
{
	width:10px;
	height:10px;
	border-radius:10px;
	background:#21cd99;
	position:absolute;
	top:1px;
	right:0px;
}
.power-sip a.start-sip
{
	background: #064fab;
    color: #ffffff;
    padding: 12px 60px;
    border-radius: 3px;
    font-family: 'RobotoBold';
    font-size: 15px;
    text-transform: uppercase;
}
.power-sip  a:hover.start-sip
{
	background:#438aca;
	color:#ffffff;
}
*/
@font-face {
    font-family: 'rupee_foradianregular';
    src: url('rupee_foradian-webfont.eot');
    src: url('rupee_foradian-webfont.eot?#iefix') format('embedded-opentype'),
         url('rupee_foradian-webfont.woff2') format('woff2'),
         url('rupee_foradian-webfont.woff') format('woff'),
         url('rupee_foradian-webfont.ttf') format('truetype'),
         url('rupee_foradian-webfont.svg#rupee_foradianregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
@media screen and (min-width: 320px) and (max-width: 425px) {
  #sip-calc .input-bg {
    margin-left: 15px;
  }
}
#sip-calc #inflationRate {
  color: #c5c5c5;
}
#sip-calc select {
  background: #f1f1f1;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #3a3b3c;
  border: 0px;
  outline: none;
}
#sip-calc select:focus {
  outline: none;
}



.power-of-sip-wrapper{width:100%; min-height:600px; background-image:url(/images/calc-bg.png); background-size:cover; background-repeat:no-repeat;
background-position:center;}*/
.htax-wrapper{width:100%; min-height:575px; background-image:url(/images/elss.jpg); background-size:cover; background-repeat:no-repeat;
background-position:-256px 0px; padding:120px 0 100px 0;}
.htax-detail{width:100%; max-width:498px;}
.smart-way{font-size:20px; color:#000; font-family: 'RobotoRegular'; margin-bottom:23px; line-height:40px; width:100%;}
.save-tax{width:100%; color:#0d62a5; font-size:30px; line-height:35px; margin-bottom:20px; font-family: 'RobotoMedium';}
.reduce-tax{width:100%; font-family: 'RobotoRegular'; color:#636464; line-height:23px; margin-bottom:5px; font-size:15px;}
.grow-wealth{width:100%;   color:#fff; font-size:40px; line-height:42px; margin-bottom:40px; margin-top:5px;}
.hsip-but{width:100%; font-size:15px; font-family: 'robotomedium'; margin-bottom:40px;}
.hsip-but a{background-color:#ffb413; border-radius:4px; padding:12px 20px; color:#161616; text-decoration:none;}
.hsip-but a:hover{background-color:#eb4b1e; text-decoration:none; color:#fff;}
.h-tax-desc{width:100%; font-size:22px; line-height:30px; color:#fff; }





/*----------------- power of sip css panel end here ---------------------*/
/*------------------ how it work css start here -----------------------*/
.how-it-work-wrapper{width:100%; background-color:#fff; min-height:600px; padding:75px 0 100px 0;}
.how-it-worh-heading{width:100%; text-align:center; font-size:35px; color:#000; font-family: 'RobotoRegular'; margin-bottom:7px; line-height:37px;}
.how-it-work-title{width:100%; font-size:16px; color:#000; font-family: 'RobotoRegular'; text-align:center; margin-bottom:40px; line-height:18px;}
.how-it-work-detail{width:100%; text-align:center;}
.how-it-work-detail li{margin-top:25px; width:275px; list-style:none; display:inline-table; margin:0 50px;}

.how-it-work-detail-pic{width:100%; text-align:center; margin-bottom:20px;}

.how-it-work-detail-title{width:100%; text-align:center; font-size:18px; font-family: 'robotomedium'; color:#040404; margin-bottom:19px;}
.how-it-work-detail-desc{width:100%; text-align:center; font-family: 'RobotoRegular'; font-size:14px; line-height:18px; color:#5a5a5a;}

a:focus .how-it-work-detail-title, a:hover .how-it-work-detail-title, a:focus .how-it-work-detail-desc, a:hover .how-it-work-detail-desc {
    text-decoration: none !important;
	color:#eb4b1e;
}


/*------------------ how it work css end here -----------------------*/
/* --------------------your detail section css start here -----------*/
.your-detail-wrapper{width:100%; background-color:#115ea6; min-height:600px; padding:70px 0 120px 0;}
.your-detail-heading{width:100%; text-align:center; font-size:35px; color:#fff; font-family: 'RobotoRegular'; margin-bottom:12px; line-height:37px;}
.your-detail-desc{width:100%; text-align:center; color:#fff; font-family: 'RobotoRegular'; font-size:16px; line-height:20px; margin-bottom:60px;}
.your-detail-desc-sub{width:100%; text-align:center;}
.your-detail-desc-sub li{margin-top:20px; width:230px; list-style:none; display:inline-table; margin-left:20px; margin-right:20px;}
.your-detail-desc-pic{width:100%; text-align:center; margin-bottom:20px;}
.your-detail-desc-heading{width:100%; text-align:center; font-family: 'RobotoRegular'; font-size:18px; color:#fff;}
/*--------------------- your detail section css end here ------------*/
/*---------------------- Mobile app section css start here ------------*/
.mobile-app-wrapper{width:100%; min-height:600px; background-image:url(/images/finnapp.jpg); background-position:center; background-size:cover; padding-top:60px;}
.mobile-app-heading{color:#000; text-align:center; font-size:35px; font-family: 'robotomedium'; margin-bottom:15px; line-height:38px;}
.mobile-app-one-click{width:100%; text-align:center; font-size:15px; font-family: 'robotomedium'; color:#000; line-height:17px;}
.mobile-app-detail-wrapper{width:100%; margin-top:50px;}
.mobile-app-pic{width:100%; text-align:right;}
.now-mobile{width:100%; font-family: 'RobotoRegular'; font-size:21px; color:#000; line-height:23px; margin-bottom:15px; margin-top:15px;}
.your-invest{width:100%; margin-bottom:10px; color:#ef4252; font-size:60px; line-height:62px; font-family: 'robotoregular'; margin-bottom:0px;}
.even-when{width:100%; font-size:35px; line-height:37px; color:#000; font-family: 'robotoregular';}
.app-desc{width:100%; font-family: 'RobotoRegular'; font-size:16px; line-height:22px; color:#000; margin:40px 0px;}
.use-app{width:100%; color:#027702; font-family: 'RobotoRegular'; font-size:18px; line-height:20px; margin-bottom:25px;}
.app-link{width:100%; text-align:left;}
.app-link img{margin-right:15px;}
/*---------------------- Mobile app section css end here ------------*/

/*------------------------ Review scetion css start here ---------------------------*/
.review-wrapper{width:100%; background-image:url(/images/review.jpg); background-position:left center; background-repeat:no-repeat;
min-height:600px; padding:60px 0 70px 0; background-color:#0088af;}
.review-form-wrapper{width:100%; max-width:385px; margin-left:22%;}
.make-appoinment{width:100%; font-size:35px; color:#fff; line-height:37px; font-family: 'RobotoRegular'; margin-bottom:10px;}
.send-query{width:100%; font-size:18px; line-height:20px; color:#fff; font-family: 'robotoitalic'; margin-bottom: 40px;}
.review-form-sub{width:100%;}
.review-txt{width:100%; border-bottom:1px solid #fff; background:none; height:30px;  font-size:14px; color:#fff!important;
border-top:0px; border-left:0px; border-right:0px; padding-bottom:15px; margin-bottom:15px;}
plaholder{color:#fff!important;}
.req-but{width:178px; height:47px; border:0px; background-image:url(/images/req-but.jpg); background-repeat:no-repeat; margin-top:7px;}
.review-desc-wrapper{width:100%;}
.what-they-say{width:100%;}
.testi-wrapper{width:100%;
 max-width:445px; 
 background-color:#fff; 
 border-radius:6px; 
 min-height:350px; 
 margin-top:48px; 
 background-image:url(/images/test-bg.png);
background-position:top center;
 background-repeat:no-repeat;
  background-size:100%;
  padding: 40px;
  }
  
 .feed-content{
	 min-height:95px;
	 color:#fff;
	 font-size:15px;
	 font-family: 'RobotoRegular'; 
	 text-align:center;
	 }
.feed-img{
	margin-bottom: 20px;
	} 
	 
.feed-author{
	text-align: center;
    font-size: 21px;
    color: #00629b;
	 font-family: 'RobotoBold'; 
	}	 
	 
.feed-design{
	font-size: 16px;
    color: #6f6f6f;
    text-align: center;
    line-height: 25px;
	}	 
/*------------------------ Review scetion css end here ---------------------------*/
/*--------Location Map------*/
#loc-map
{
	min-height:252px;
}
#loc-map #map {
    width: 100%;
    min-height: 252px;

}




/*------------------------ Footer section css start here -------------------------*/


footer
{
	background: #282828;
    min-height: 70px;
     color: #737373;
    font-family: 'robotoregular';
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 5px;
    letter-spacing: 0.0px;
    position: relative;
} 

footer .va-table {
    min-height: 70px;
}

#footer ul {
    text-decoration: none;
    list-style-type: none;
      margin-left: 0%;
	      font-size: 14px
}	

#footer li {
    float: left;
    padding: 0px 0px 5px 35px;
}	
#footer .foot-border{
	
	border-bottom: 1px solid #737373;
	}	
	
footer a{
    text-decoration: none;
    color: #c6c6c6;
    padding-left: 0px;
    padding-right: 0px;
    font-family: 'robotoregular';
	
	}

	
footer a:hover, footer a:focus{
	text-decoration:none;
	color:#ffffff;
	}
	

.copyright{
	font-size:13px;
	color:#c6c6c6;
	font-family:'robotoregular';
	}

.foot_padding a.design {
    text-decoration: none;
    color: #c6c6c6;
    font-size: 13px;
    font-family: 'robotoregular';
}
.foot_padding a:hover.design {
    text-decoration: none;
    color: #fff;
    
}


/*----------------Footer disclaimer--------------------*/

.foot-disclaimer
{
    min-height: 30px;
    background: #282828;
    padding-top: 15px;
    padding-bottom: 0px;
    font-family: 'robotoregular';
}

.foot-disclaimer .disc_head{
    font-size: 21px;
     font-family: 'robotomedium';
    line-height: 34px;
    text-decoration: underline;
    color: #fff;
	}


.foot-disclaimer .container-fluid
{
	padding-left:30px;
	padding-right:30px;
}

.foot-disclaimer .disclaimer
{
	background: none;
    padding-top: 0px;
    color: #c6c6c6;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 20px;
    font-family: 'robotoregular';

} 


#inner-pages #planning #table-scroll {
    height: 20px !important;
    width: 100%;
}

/*------------------------ Footer section css end here -------------------------*/

#mf_forms iframe{
	width: 100%;
	height: 600px;
}


@media  (min-width: 300px) and (max-width: 767px) 
{
	#mf_forms iframe{
	width: 100%;
	height: 970px;
	}}


@media  (min-width: 768px) and (max-width: 991px) 
{

.navbar-right {
    margin-top: 27px!important;
}
}
@media  (min-width: 768px) and (max-width: 1200px) 
{
.navbar-right {
    margin-top: 27px!important;
}
#mf_forms iframe {
    width: 100%;
    height: 1100px;
}
}