@charset "utf-8";
/* CSS Document */

@import url('/font/roboto.css');
body
{
	margin:0;
	padding:0;
	font-family:'robotoregular';
	line-height:22px;
	font-size:14px;
}
.rupee {
    font-family: "rupee_foradianregular";
}
section
{
	position:relative;
}
.margin-top-10{
	margin-top:10px;
	}
a:hover, a:focus {
    text-decoration: none !important;
    color: inherit;
}
.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
}
.margin-left-n70{
	margin-left: -70px;
}
.margin-left-n25{
	margin-left: -25px;
	}
.margin-right-n85{
     margin-right: -50px;
	}
::selection {
    background: #096cb1;
    color: #FFF;
    text-shadow: 1px 1px 0 #000;
}
/* 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);
}
.no-border-top {
  border-top: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-radius {
  border-radius: 0px !important;
}

.no-mar-pad {
  margin: 0 !important;
  padding: 0 !important;
}

.no-padding {
  padding: 0 !important;
}
.padding-top-5{
	padding-top:5px;
	}
.no-padding-right {
  padding-right: 0;
}

.no-padding-left, footer #lower ul {
  padding-left: 0 !important;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-top, #tool h1 {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.hcentre {
  margin: 0 auto;
}

.no-border {
  border: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-radius {
  border-radius: 0px !important;
}

@media (min-width: 771px) {
  .logo {
    min-height: 1px !important;
  }
}
@media (min-width: 1200px) {
  .lg-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .lg-no-padding {
    padding: 0 !important;
  }

  .lg-no-padding-right {
    padding-right: 0;
  }

  .lg-no-padding-left {
    padding-left: 0 !important;
  }

  .lg-no-padding-top {
    padding-top: 0;
  }

  .lg-no-padding-bottom {
    padding-bottom: 0;
  }

  .lg-no-margin {
    margin: 0 !important;
  }

  .lg-no-margin-right {
    margin-right: 0 !important;
  }

  .lg-no-margin-left {
    margin-left: 0 !important;
  }

  .lg-no-margin-top {
    margin-top: 0 !important;
  }

  .lg-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .lg-position-absolute {
    position: absolute;
  }

  .lg-position-relative {
    position: relative;
  }

  .lg-hcentre {
    margin: 0 auto;
  }

  .lg-no-border {
    border: none !important;
  }

  .lg-no-border-top {
    border-top: none !important;
  }

  .lg-no-border-right {
    border-right: none !important;
  }

  .lg-no-border-bottom {
    border-bottom: none !important;
  }

  .lg-no-border-left {
    border-left: none !important;
  }

  .lg-no-radius {
    border-radius: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .md-no-padding {
    padding: 0 !important;
  }

  .md-no-padding-right {
    padding-right: 0;
  }

  .md-no-padding-left {
    padding-left: 0 !important;
  }

  .md-no-padding-top {
    padding-top: 0;
  }

  .md-no-padding-bottom {
    padding-bottom: 0;
  }

  .md-no-margin {
    margin: 0 !important;
  }

  .md-no-margin-right {
    margin-right: 0 !important;
  }

  .md-no-margin-left {
    margin-left: 0 !important;
  }

  .md-no-margin-top {
    margin-top: 0 !important;
  }

  .md-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .md-position-absolute {
    position: absolute;
  }

  .md-position-relative {
    position: relative;
  }

  .md-hcentre {
    margin: 0 auto;
  }

  .md-no-border {
    border: none !important;
  }

  .md-no-border-top {
    border-top: none !important;
  }

  .md-no-border-right {
    border-right: none !important;
  }

  .md-no-border-bottom {
    border-bottom: none !important;
  }

  .md-no-border-left {
    border-left: none !important;
  }

  .md-no-radius {
    border-radius: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .sm-no-padding {
    padding: 0 !important;
  }

  .sm-no-padding-right {
    padding-right: 0;
  }

  .sm-no-padding-left {
    padding-left: 0 !important;
  }

  .sm-no-padding-top {
    padding-top: 0;
  }

  .sm-no-padding-bottom {
    padding-bottom: 0;
  }

  .sm-no-margin {
    margin: 0 !important;
  }

  .sm-no-margin-right {
    margin-right: 0 !important;
  }

  .sm-no-margin-left {
    margin-left: 0 !important;
  }

  .sm-no-margin-top {
    margin-top: 0 !important;
  }

  .sm-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .sm-position-absolute {
    position: absolute;
  }

  .sm-position-relative {
    position: relative;
  }

  .sm-no-border {
    border: none !important;
  }

  .sm-no-border-top {
    border-top: none !important;
  }

  .sm-no-border-right {
    border-right: none !important;
  }

  .sm-no-border-bottom {
    border-bottom: none !important;
  }

  .sm-no-border-left {
    border-left: none !important;
  }

  .sm-no-radius {
    border-radius: 0px !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .xs-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .xs-no-padding {
    padding: 0 !important;
  }

  .xs-no-padding-right {
    padding-right: 0;
  }

  .xs-no-padding-left {
    padding-left: 0 !important;
  }

  .xs-no-padding-top {
    padding-top: 0;
  }

  .xs-no-padding-bottom {
    padding-bottom: 0;
  }

  .xs-no-margin {
    margin: 0 !important;
  }

  .xs-no-margin-right {
    margin-right: 0 !important;
  }

  .xs-no-margin-left {
    margin-left: 0 !important;
  }

  .xs-no-margin-top {
    margin-top: 0 !important;
  }

  .xs-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .xs-position-absolute {
    position: absolute;
  }

  .xs-position-relative {
    position: relative;
  }

  .xs-no-border {
    border: none !important;
  }

  .xs-no-border-top {
    border-top: none !important;
  }

  .xs-no-border-right {
    border-right: none !important;
  }

  .xs-no-border-bottom {
    border-bottom: none !important;
  }

  .xs-no-border-left {
    border-left: none !important;
  }

  .xs-no-radius {
    border-radius: 0px !important;
  }
 .xs-padding-top-30 {
	 
	 padding-top:30px;
	 }
  /*inner pages*/
#page-content .table p.text-center {
    text-align: justify;
}


#life_Insurance  #page-content .container{
    padding-right: 0px;
    padding-left: 0px;

}
#general_insurance  #page-content .container{
    padding-right: 0px;
    padding-left: 0px;

}
#health_insurance  #page-content .container{
    padding-right: 0px;
    padding-left: 0px;

}  

}



 
.margin-bottom-20
{
	margin-bottom:20px;
	} 
 .margin-top-10{
	 margin-top:10px;
	 }
.margin-top-155{
	margin-top:155px;
	} 
 
 blockquote{font-size:14px; font-style:italic; line-height:22px;}
.vcenter { display: inline-block; vertical-align: middle; float: none;}

h1, h2, h3, h4, h5, h6{}
h1{ font-size:28px;} h2{ font-size:26px;} h3{ font-size:22px;} h4{ font-size:20px;} h5{ font-size:18px;} h6{ font-size:16px;}
p{line-height: 22px;}
.full-browser-height{height: 100%;}




/*------FONT SPECS------*/
.text-cap
{
	text-transform:uppercase;
}

.font-bold
{
	font-family:'robotobold';
}
.font-semibold
{
	font-family:'robotosemibold';
}
.font-reg
{
	font-family:'robotoregular';
}

.f25
{
	font-size:25px;
}
.f35
{
	font-size:35px;
}
.f40
{
	font-size:40px;
}
.f57
{
	font-size:57px;
}
.f80
{
	font-size:80px;
}


/*.t1
{
		margin:0 auto;
		position:fixed;
		top:250px;
		left:0px;
		width:38px;
		height:94px;
		z-index:999;
		cursor:pointer;
		background:url(/images/e-kyc.gif) center no-repeat;
}
*/
/*------Nav bar-----*/
/*.navbar
{
	margin-bottom:0px;
}
.navbar-fixed-top {
    border-width: 0 0 0px;
}
.navbar-default
{
	background:url(/images/menu-bg.png) center no-repeat;
	border-bottom:none;
	padding:0 15px;
	    border-bottom: 0px solid #dadada;
        min-height: 140px;
		box-shadow: 0 8px 6px -8px #2d2d2d;
    background-size: cover;	
	    
}

.navbar-default .navbar-nav > li{
  padding:10px 8px;
}

.navbar-default .navbar-nav > li > a
{
	    padding: 0px 0px;
	color:#fefefe;
	font-size:15px;
	font-family:'robotoregular';
	
	
	letter-spacing: 0.5px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	    color: #8be411;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color:#0174cf;
    background: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #950000;
    background:none;
}
.toggle
{
	color:#00a0e3;
	padding-left:5px;
}
.top-nav-text {
	padding-left: 10px;
    color:#8ce711 !important;
    font-size: 14px;
    font-family: 'robotoregular';
	}
.top-nav-text ul{
	    float: right;
	}
.top-nav-text ul li{
	text-decoration:none;
	list-style-type:none;
	float:left;
	}
.top-nav-text a{
    color:#8ce711 !important;
    font-size: 14px;
    font-family: 'robotoregular';
	}
	
.top-nav-text a:hover{
    color:#fff !important;
}

.navbar-brand
{
	padding:0 15px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
}
.navbar-right {
    float: right!important;
    margin-right: 15px;
	padding-top:5px;
}
.show-nav
{
	background:#ffffff;
	transition-property: height 80px;
}
.top-nav > .container-fluid
{
  padding-left:30px;
  padding-right:30px;
}
.top-nav
{
	width: 100%;
    background:#2f2f2f;
    position: absolute;
    top: 0;
	left:0;
 	padding-top: 8px;
    padding-right: 4px;
    padding-bottom: 0px;
    padding-left: 4px;
    color:#b0cb1f;
    z-index: 99999;
	font-family:'robotoregular';
	font-size:13px;
	border-bottom:0px solid #8696ae;
}
.top-nav .text{font-size:15px; color:#b0cb1f;}
.top-nav .text img{margin-top:-3px;}
.font-white{color:#fff;}
	.top-nav a{text-decoration:none; color:#fff; padding-left:5px; padding-right:5px; font-size:13px;}
	.top-nav a:hover{ color:#ffffff;}
	.top-nav img{padding:0 3px; margin-top: -6px;}
.no-top-nav
{
     display:none;
}
.top-nav-text .col-lg-1 {
    width: 10.333333%;
}


.nav-login {
    background: #f57920 !important;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    font-family: 'robotoregular';
    padding-right: 5px;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 8px;
    text-align: center;
    width: 100px;
    margin-top: -8px;
}*/
/*#inner-pages .nav-login {
    padding-top: 11px;
}*/
/*-------------------------Navbar Animation------------------------------------- */
/*nav {
  min-height: 110px;
  z-index: 999;
  background: #ffffff;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; 
  }
  nav .navbar-brand {
	display: inline-block;
    min-height: 120px;
    width: 285px;
    margin-top: 50px;
    background: url(/images/logo_lg.png) no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	
	
	 }
	
 nav .navbar-right {
    float: right!important;
    margin-right: 0px;
	    padding-top: 85px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
    
  nav.smaller {
    min-height: 70px;
	background:#ffffff;
	border-bottom:1px solid #d1d1d1;
	 }
nav.smaller .navbar-brand {
 width: 230px;
    margin-top: 25px;
background:url(/images/logo.png) no-repeat;
	   }
 nav.smaller .navbar-right {
    float: right!important;
    margin-right: 0px;
	padding-top:10px;
}


.login-btn 
{
    width: 150px;
    background: #72b913;
padding: 6px 10px 9px 10px;;
    text-align: center;
    border-radius: 4px;
    margin-top: -5px;
	color:#fff;
}
.login-btn a
{
 color:#fff;
}

.login-btn a:hover
{
 text-decoration:none;
 color:#1176e2;
}
.navbar-toggle {
    margin-top: 20px;
}
.clr-wht{
	color:#fff;
	}*/











/*------------------------------ NAV CSS END --------------------------------*/
/*.show-nav
{
	background:#ffffff;
	transition-property: height 80px;
}

.glyphicon-home{
	color:#096cb1  !important;
	}


#basket nav.smaller {
    min-height: 48px;
}

.top-nav
{
	width: 100%;
    background:#fff;
   
	border-bottom:0px solid #8696ae;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
   
    border-top: 0px solid #e7e7e7;
}

.no-top-nav
{
     display:none;
}
.no-login{
	display:none;
}
.small-login{
	background:url(/images/small-login-bg.png) center no-repeat;
	width:180px;
	min-height:38px;
	margin-top: -4px;
	display:none;
}
.no-small-login{
	display:block;
	}
.nav-login {
    background: #f57920 !important;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    font-family: 'open_sansregular';
    padding-right: 5px;
    padding-left: 6px;
    padding-top: 7px;
      padding-bottom: 8px;
    text-align: center;
    width: 100px;
	margin-top: -8px;
    
}
#inner-pages .nav-login {
    padding-top: 11px;
}

*/
/*-------------------------Navbar Animation------------------------------------- */
/*.top-nav-text{ 	
	    margin-top: -57px;
}
.top-most-header {
    min-height: 20px;
    background: #f6555f;
    margin-top: 0px;
	
	}
.top-most-header a:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.mail-to{
	text-align: center;
	}
.mail-to a{
	text-align: center;
       font-size: 16px;
     color: #1a6eda;
	font-family: 'merriweather_sansbold';
	}
.mail-to a:hover{
	color:#000;
	}	
		
.call-to{
	text-align: center;
    font-size: 22px;
    color: #1a6eda;
    font-family: 'merriweather_sansbold';
	}
	
	
.top-nav-text .col-lg-1{
	width: 11.333333%;
	}

nav {
  min-height: 110px;
  z-index: 999;
  background: #ffffff;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; 
  }
  .logo {
      margin-left: -127px;
  } 
  
  
  nav .navbar-brand {
    display: inline-block;
    min-height: 90px;
   	width: 295px;
      margin-top: -1px;
    background: url(/images/logo.png) left no-repeat;
    margin-left: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
	
 nav .navbar-left {
    float: left !important;
    margin-right: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	
	font-size: 18px;
}
nav.smaller {
    min-height: 50px;
	background:#ffffff;
}
nav.smaller .navbar-brand {
    width: 264px;
    margin-top: 5px;
	background:url(/images/logo.png) no-repeat;
 }
	   
 nav.smaller .navbar-right {
    float: right!important;
    margin-right: 0px;
	padding-top:10px;
	vertical-align: bottom;
    margin-left: 10px;
}


.navbar-collapse ul{
	    margin-top:32px;
	}
*/
/*-----------inner banner--------------------*/
/*.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;
    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;
}*/



/*------BANNER------*/


/*------BANNER------*/
/*
#banner
{
	top:0;
	left:0;
    min-height:541px;
	width:100%;
	 margin-top: 90px;
}
.banner-bg1{
	background:url(/images/banner1.jpg) center no-repeat;
	 background-size:cover;
}
.banner-bg2{
	background:url(/images/banner2.jpg) center no-repeat;
	 background-size:cover;
	}
.banner-bg3{
background:url(/images/banner3.jpg) center no-repeat;
 background-size:cover; 
	}
.banner-bg4{
background:url(/images/banner4.jpg) center no-repeat;
 background-size:cover; 
	}	
	
	.banner-bg5{
background:url(/images/banner5.jpg) center no-repeat;
 background-size:cover; 
	}	
	
#banner .carousel-inner >.item 
{
	min-height:541px;
}

#banner .carousel-inner > .item .va-table {
    display: table;
    min-height: 405px !important;
    width: 100%;
	margin-left: 17px;
}

#banner .carousel-inner > .item .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.carousel-control 
{
	width:0%;
}
.carousel-indicators {
    bottom: 0px;
}
.carousel-indicators li {
display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -999px;
    cursor: pointer;
    margin: 2px;
    background-color: transparent;
    border:1px solid  #034183;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 2px;
    background-color:  #034183;
    border:1px solid  #034183;
}

.carousel-control:focus{
	 color: #fff;
	}
.carousel-control:hover {
    color: #303030;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}
#banner .carousel-caption {
    text-shadow: none !important;
    right: 0%;
    left: 7%;
    min-height: 400px;
}
.font-size-30
{
	font-size:30px;
}
#banner .carousel-caption .banner-head-text
{
    font-family: 'robotomedium';
    font-size: 60px;
    color: #034183;
    line-height: 60px;
    text-align: left;
	   
}
#banner .carousel-caption .banner-head-content{
     color: #000000;
    font-family: 'robotolight';
    font-size: 46px;
    line-height: 70px;
    text-align: left;
    padding-bottom: 5px;
	}
	
.banner_sub{
	color: #000000;
    font-family: 'robotoregular';
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    padding-top: 15px;
    padding-right: 21%;
    padding-bottom: 15px;
	
	}	
	
.banner-content{
    font-family: 'robotoregular';
    font-size: 18px;
    color: #000;
    line-height: 25px;
    text-align: left;
    padding-bottom: 10px;
	}
.banner-btn
{
    background: #ffd200;
    border-radius: 5px;
    font-family: 'robotoregular';
    font-size: 15px;
    color: #000000;
    padding: 15px 10px;
   
    margin-top: 10px;
}
#banner a:hover{
	text-decoration:none;
	}

.banner-btn .glyphicon {
    position: relative;
    top: 3px;
    padding-left: 10px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
}

.banner-btn:hover
{
	
	    background:#303030;
	color:#ffffff;
}
#banner .carousel-caption .lastline
{
	 font-family: 'robotoregular';
	font-size:20px;
	color:#ffffff;
	font-weight:100;
	line-height:22px;
	padding-top:10px;
    text-shadow: 0 0px 0px rgba(0,0,0,.2);
}



#banner .carousel-control.left {
    background-image: none;
	 position: absolute;
    top: 0;
    bottom: 0;
    left: 6%;
    width: 0%;
    font-size: 20px;
   
}

#banner .carousel-control.right {
    background-image: none;
	    right: 78px;
}
.transition-timer-carousel-progress-bar {
    height: 3px;
    background-color: #fc231d;
    width: 0%;
    margin: 0px 0px 0px 0px;
    border: none;
    z-index: 0;
    position: relative;
}*/

/*-----=================================section1 end==========================================----*/

/*-----=================================section Plan your goal with us start==========================================----*/
/*#plan_goals{
	width:100%;
	min-height:200px;
	background:#ffd200;
	 font-family: 'robotoregular';
	 padding: 60px 5px;
	}
.plan_goal_head{
	font-size:25px;
	line-height:30px;
	color:#000;
	font-family:'robotomedium';
	text-align:left;
	
	}
.plan_goal_sub_head{
	font-size: 14px;
    font-family: 'robotoregular';
    padding-top: 5px;
    line-height: 16px;
    text-align: left;
	}
.plan_text{
font-size: 13.8px;
color:#000;

	}
.plan_icon img {
    vertical-align: middle;
    margin-top: 0px;
	  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	}


		
	
a:hover .plan_text {
    color: #0a6bb1;
}	
a:hover .plan_icon img {
    vertical-align: middle;
    margin-top: -15px;
	padding-bottom:15px;
	  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	}*/
/*-----=================================section Plan your goal with us end==========================================----*/

/*-----=================================section2 start==========================================----*/
/*#section2{
	min-height:540px;
	background:url(/images/section2.jpg) center no-repeat;
	 font-family: 'robotoregular';
    padding-top: 50px;
    padding-bottom: 50px;
	    background-size: cover;
	}

	
#section2 .services-head{
	font-size:30px;
	line-height:40px;
	 color: #ffd200;
	font-family:'robotomedium';
}


#section2 .services-head-content{
    font-size: 16px;
    color: #fff;
    padding-bottom: 65px;
    padding-top: 10px;
       font-family: 'robotoregular';
    line-height: 25px;
}

#section2 .col-lg-offset-half{    
	margin-left: 4.333333%;
	}
.service_sec{
	min-height:329px;
	background:#fff;
	border-radius:5px;
	}
.service_bg{
	min-height:159px;
	background:#00e4ff;
	border-radius:5px;
	    border-bottom: 3px solid #00adc1;
	}
.service_bg img {
   
    margin-top: 15px;
}
.service_content{
	text-align: center;
    padding: 13px 10px;
	}
.service_content .glyphicon-arrow-right {
    position: relative;
    top: 3px;
} 
.service_content h3 {
	  font-family: 'robotomedium';
    font-size: 22px;
    color: #373b46;
    margin-top: 7px;
    margin-bottom: 8px;
}

.service_content p{
	color:#2c2c2c;
	  font-family: 'robotoregular';
	  font-size:14PX;
	  line-height:17px;
	}
.service_content a{
	color:#f3630c;
	font-size:15px;
	font-family: 'robotomedium';
	}
.service_content a:hover, .service_content a:focus{
	color:#000;
	}	
	
#section2 .custom_font{
	color:#002725;
		font-family: "robotobold";
	}
*/
	 	 
/*-----=================================section2 end==========================================----*/


/*-----=================================section3 feed back start==========================================----*/	
/*
#feedback
{
	
    font-family: 'robotoregular';
}
#feedback .left_side_content{
	background:url(/images/testi_side_image.jpg) left no-repeat;
	min-height:565px;
background-size: cover;
	}
#feedback .right_side_content{
	background:#fff;
	min-height:565px;
    padding: 30px 50px 0px 94px;
	color:#000;
}
.welcome_head{
	font-size:35px;
	font-family: 'robotomedium';
	line-height:40px;
	color: #000;
	    padding-bottom: 15px;

	}
.welcome_sub_head{
	font-family: 'robotoitalic';
	font-size:16px;
	line-height:20px;
	padding-top:10px;
     padding-bottom: 60px;
	color:#636363;
	}
.wel_content{
	  font-family: 'robotoregular';
	  font-size:17.5px;
	  line-height:25px;
	  color:#636363;
	      padding-bottom: 30px;
	  	}
.author_name{
	color:#ff9000;
	font-size:16px;
	font-family: 'robotomedium';
	margin-bottom: 70px;
	position:relative;
	}
.author_name hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #000;
    width: 15%;
    position: absolute;
    left: 0px;
    top: -8px;
}
.author_name span{
	margin-left: 18%;
	}


#feedback .carousel-inner > .item {
            min-height: 475px;
}

#feedback .carousel-caption {
   top:20px;
        left: 0%;
    text-align: left;
    right: 0%;
    text-shadow: none;
   width: 94%;
}
#feedback  .carousel-control {
    width: 0%;
    font-size: 27px;
    color: #000000;
    text-align: center;
    text-shadow: none;
    filter: alpha(opacity=1);
    opacity: 1;
	
}
#feedback .carousel-control .glyphicon {

}
#feedback .carousel-control.left {
    background-image: none;
    position: absolute;
    top: 79%;
    bottom: 0;
    left: 56.5%;
}
#feedback .carousel-control.right {
    background-image: none;
    position: absolute;
   top: 79%;
    bottom: 0;
	    right: 27.4%;
}
#feedback .carousel-control.mid {
background-image: none;
    position: absolute;
        top: 78.5%;
    bottom: 0;
    left: 66.5%;
}

#feedback a.more {
    background: #ffd32f;
    color: #303030;
    padding: 9px 35px 11px 35px;
    border-radius: 5px;
    font-family: 'robotoregular';
    font-size: 16px;
    border: 2px solid #ffffff;
}
#feedback  a:hover.more
{
	    background: #333;
    color: #fff;
    border: 2px solid #333333;
}	 
*/
/*-----=================================section3 feed back end==========================================----*/


/*-----=================================Home page contact start==========================================----*/
/*

#contact-home{
    background: url(/images/contacts_bg.jpg) center no-repeat;
    min-height: 480px;
    color: #fff;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
}
.foot-border{
	border-top:1px solid #686868;
	}
.foot_padding{
	    padding-top: 30px;
    padding-bottom: 15px;
	}

.contact_home_head{
	 font-family: 'robotomedium';
	font-size:35px;
	color:#ffffff;
	line-height:40px;
	text-align:center;
	}
.contact_home_subhead{
	font-size:16px;
	color:#ffffff;
	line-height:20px;
	text-align:center;
	padding-top:10px;
	    padding-bottom: 60px;

	}
.contact-home-heading{
	 font-family: 'robotomedium';
    font-size: 18px;
    color: #b7b7b7;
    line-height: 30px;

}

.contact_mid{
	width: 80%;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 20px;
	    line-height: 25px;

	}
.contact_mid .media {
    margin-top: 10px;
}	
#contact-home .media  .icon{
	    margin-top: 0px;
		margin-bottom: 5px;
	}
.add-media-text{
	    font-size: 14px;
    line-height:18px;
	    color: #717171;
	}

.add-media-text a{
	    color: #717171;
	}

.add-media-text a:hover{
	    color: #ffa226;
	}	
		
.links-list{
	font-family: 'robotoregular';
	font-size:14px;
	color:#fff;
	padding-top:20px;
	}
.links-list ul{
	margin-left: 0px;
    -webkit-padding-start: 6px;
}
.links-list li{
    list-style-type: none;
    margin: 0;
       padding: 5px 0px;
    border-bottom: 1px solid #3f4450;
      margin-bottom: 10px;
}
.links-list li a{
	    color: #717171;
	text-decoration:none;
}
.links-list li a:hover{
	color:#ffa226;
}

.links-list li:before{
	content:"\f101";      

	font-size: 18px;   
    margin-right:10px;
	vertical-align:middle;
	position: relative;
    top: -1px;
	color:#717171;
    display: inline-block;
   font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;     
}

.links-list1{
	font-family: 'robotoregular';
	font-size:14px;
	color:#fff;
	padding-top:20px;
	}
.links-list1 ul{
	margin-left: 0px;
    -webkit-padding-start: 6px;
}
.links-list1 li{
    list-style-type: none;
    margin: 0;
    padding: 3px 0px;
    border-bottom: 1px solid #3f4450;
        margin-bottom: 10px;
}

.links-list li:last-child, .links-list1 li:last-child {
   border-bottom: 0px solid #3f4450;
}*/
/*-----=================================Home page contact start==========================================----*/


/*-----=================================footer start==========================================----*/


/*---------------------Sip scheme page-------------------*/

.bg-grey-dim {
    background: #373435;
    color: #fff;
}
.poppins-semibold {
    font-family: "robotomedium";
}
.poppins-med{
	 font-family: "robotoregular";
	}

	
#sip_investment {
    top: 0;
    left: 0;
    min-height: 200px;
    width: 100%;
       margin-top: 84px;
    background: url(/images/bg.jpg) center no-repeat;
}

#sip_investment .va-table {
    display: table;
    min-height: 200px !important;
    width: 100%;
}
#sip_investment  .table-cell {
    display: table-cell;
    vertical-align: middle;
}


.sip-investment-content-heading {
    font-family: 'merriweather_sansbold';
    font-size: 25px;
    line-height: 48px;
    padding-top: 7px;
    text-align: center;
    color: #ffffff;
}.sip-investment-head-content {
    font-family: 'robotoregular';
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
}	
	
#sip-page #page-heading {
    min-height: 500px;
}

#sip-page #page-heading:after {
  height: 0px;
  width: 0px;
  background: none;
}

#sipschemes .custom_font{
	font-family:'robotobold';
	font-size:25px;
	line-height:40px;
	padding-bottom:50px;
	}


#sip-page #page-heading .container-fluid {
  margin-left: 30px;
  margin-right: 30px;
}
#sip-page #page-heading .side-tab-sec {
  min-height: 355px;
  background: #f1f1f1;
  background-size: cover;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 14px;
}
#sip-page #page-heading .side-tab-sec .butn {
  padding: 10px;
  background: #ff7000;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0px;
  outline: none;
}
#sip-page #page-heading .plan-btn {
 background: #096cb1;
     font-family: 'robotomedium';
    font-size: 14px;
    color: #ffffff;
    border: 0px solid #ffffff;
    padding: 10px 15px;
    border-radius: 4px;
    transition: all 0.5s ease;
    margin-bottom: 20px;
    text-shadow: none;
    outline: none;
}
#sip-page #page-heading .plan-btn:hover {
  background:#000;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
}
#sip-page #page-heading .plan-btn:focus {
  background: #096cb1;
  color: #ffffff;
  transition: all 0.3s ease;
  outline: none;
}
#sip-page #page-heading a.read {
  color: #008788;
  cursor: pointer;
  font-size: 13px;
}
#sip-page #page-heading a.read:hover {
  color:#ec3e49;
}
#sip-page #page-heading a.read:focus {
  color:#ec3e49;
}
#sip-page #page-heading .collapse.in {
  display: block;
  background: #ffffff;
}
#sip-page #page-heading .video_bg {
  background: url(/images/sip-page-pc.png) center no-repeat;
  min-height: 367px;
}
#sip-page #page-heading .video_bg .video-sip {
  position: absolute;
  top: 19px;
      left: 127px;
  min-width: 488px;
  min-height: 305px;
}
#sip-page #page-heading #nav_lvl_2 {
  display: inline-block;
}
#sip-page #page-heading #nav_lvl_2 li {
  display: inline-block;
  border-right: 0px solid #dedede;
}
#sip-page #page-heading #nav_lvl_2 li.active > a, #sip-page #page-heading #nav_lvl_2 li.active > a:hover, #sip-page #page-heading #nav_lvl_2 li.active > a:focus {
  border: none;
  border-radius: 0px;
  border-bottom: solid 2px #096cb1;
  color: #ffffff;
  background: #096cb1;
}
#sip-page #page-heading #nav_lvl_2 li.active > a:after, #sip-page #page-heading #nav_lvl_2 li.active > a:hover:after, #sip-page #page-heading #nav_lvl_2 li.active > a:focus:after {
  position: absolute;
  content: '';
  left: 45%;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 5px solid #096cb1;
}
#sip-page #page-heading #nav_lvl_2 li > a {
  color: #484848;
  font-size: 14px;
  border: none;
  padding: 10px 10px;
  font-family: 'muliregular';
}
#sip-page #page-heading #nav_lvl_2 li > a:hover, #sip-page #page-heading #nav_lvl_2 li > a:focus {
  border: none;
  border-radius: 0px;
  border-bottom: solid 2px #096cb1;
  color: #ffffff;
  background: #0a6bb1;
}
#sip-page #page-heading #nav_lvl_2 li > a:hover:after, #sip-page #page-heading #nav_lvl_2 li > a:focus:after {
  position: absolute;
  content: '';
  left: 45%;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 5px solid #096cb1;
}
#sip-page #page-heading .tab-content {
  font-family: 'mulilight';
  font-size: 13px;
  color: #353535;
  margin-top: 10px;
}
#sip-page #page-content {
  margin: 0;
  padding: 25px 0;
  padding-top: 45px;
  min-height: 693px;
  background: url(/images/sip-page-bg.png) center no-repeat;
  background-size: cover;
}
#sip-page #page-content .sip-sec-head {
  font-family: 'robotoregular';
  font-size: 22px;
  color: #4d4d4d;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
#sip-page #page-content .sip-sec-head:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 48%;
  width: 35px;
  height: 3px;
  background: #8cb020;
}
#sip-page #page-content .sip-sec-subhead {
  font-family: 'open_sanssemibold';
  font-size: 23px;
  color: #1e1e1e;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 50px;
}
#sip-page #page-content .sip-sec-subpara {
  font-family: 'open_sanssemibold';
  font-size: 21px;
  color: #1e1e1e;
  line-height: 31px;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 50px;
}
#sip-page #page-content .plan-btn {
  background: #008788;
   font-family: 'robotomedium';
  font-size: 14px;
  color: #ffffff;
  border: 0px solid #ffffff;
  padding: 13px 15px;
  border-radius: 25px;
  transition: all 0.5s ease;
  margin-bottom: 20px;
  text-shadow: none;
  outline: none;
}
#sip-page #page-content .plan-btn:hover {
  background:#ec3e49;
  color: #0f3667;
  transition: all 0.3s ease;
  outline: none;
}
#sip-page #page-content .table-striped > thead > tr:nth-of-type(odd) {
  background-color: #096cb1;
  border-bottom: 1px solid #ddd;
}
#sip-page #page-content .table > thead > tr > th {
  color: #ffffff;
}
#sip-page #page-content .side-contact {
  min-height: 60px;
  background: url(/images/tax-contact.png) center no-repeat;
  background-size: cover;
  margin-bottom: 11px;
  font-size: 31px;
  color: #ffffff;
  border-radius: 8px;
}
 .debtheading {
     font-family: 'robotomedium';
    font-size: 29px;
    color: #171616;
    line-height: 30px;
	    padding-bottom: 21px;
    padding-top: 20px;
}
 .equity_lar_text{
	text-shadow: none;
    font-size: 20px;
 font-family: 'robotolight';
    color: #121212;
    left: 0;
    top: 10px;
    width: 98%;
	}

 .important-line {
  font-family: 'robotobold';
    font-size: 17px;
}



@media (min-width: 992px) and (max-width: 1300px){
#sip-page #page-heading .video_bg .video-sip {
    left: 9px;
    min-width: 451px;
 
}
	#sip-page #page-heading .video_bg {
    background: none;
}}


@media (min-width: 426px) and (max-width: 991px) {
  #sip-page #page-content .side-contact {
    margin-top: 17px;
  }
  #sip-page #page-heading .video_bg .video-sip {
    left: 94px;
}
 #sip-page #page-heading .video_bg {
    margin-bottom: 40px;
} 
  
}
@media (min-width: 0px) and (max-width: 767px){
	#sip_investment {
    margin-top: 88px;
}#sip-page #page-heading .container-fluid {
    margin-left: 0px;
    margin-right: 0px;
}


	}
	
	
#sip-page #page-content .side-contact .butn {
  padding: 8px;
  background: #ff7000;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0px;
  outline: none;
}


/*---Media Queries-----------------*/




@media (min-width: 992px) and (max-width: 1300px)
{
/*.navbar-default #menubar .navbar-nav > li > a {
    padding: 5px 5px 5px 6px;
}
.nav>li>a {
    padding: 6px 5px;
}
.navbar-collapse ul {
    margin-top: 30px;
}
.logo {
    margin-left: -88px;
}
nav .navbar-brand {
	min-height: 75px;
    width: 195px;
    margin-top: 7px;
    background: url(/images/logo.png) left no-repeat;
    margin-left: 0px;
   
}
.login-btn {
    padding: 6px 5px;
}*/
a:focus, a:hover {
    text-decoration: none !important;
}
#banner {
    min-height: 445px;
	  margin-top: 77px;
}

#banner .carousel-caption .banner-head-text {
    font-size:50px;
}

#banner .carousel-caption .banner-head-content {
font-size: 40px;
    line-height: 45px;
}
#banner .carousel-inner >.item {
    min-height: 450px;
}

#section2 .col-lg-offset-half {
    margin-left: 0;
}
#feedback .carousel-inner > .item {
    min-height: 505px;
}
#feedback .right_side_content {
    padding: 30px 22px 0px 50px;
}
#feedback .carousel-caption {
    top: 0px;
}

#sip_investment {
    margin-top: 69px;
}






}
@media (min-width: 768px) and (max-width: 991px)
{
/*.navbar-default {
    border-bottom: none;
    padding: 0 0px;
    border-bottom: 0px solid #dadada;
       min-height: 57px;
}
.top-most-header {
	background-position-x: right;
    margin-top: -6px;
}
.navbar-default #menubar .navbar-nav > li > a {
    font-size: 12px;
    
} 
.logo {
    margin-left: -40px;
}

.navbar-collapse ul {
    margin-top: 8px;
}

nav .navbar-brand {
	min-height: 40px;
    width: 191px;
    margin-top:-8px;
    background: url(/images/logo.png) no-repeat;
}

#menubar  .navbar-right {
    margin-right: 0;
}
.navbar-default .navbar-nav > li {
   padding: 5px 3px;
}

.navbar-default .top-nav .navbar-nav > li > a {
    font-size: 13px;
}
.navbar-default #menubar .navbar-nav > li > a {
    padding: 5px 0px 4px 3px;
}
.login-btn {
        font-size: 13px;
    padding: 2px 5px;
    margin-top: -2px;
    margin-left: 20px;
}

*/
#banner {
    margin-top: 56px;
	  min-height: 495px;
}
#banner .carousel-inner >.item {
    min-height: 500px;
}
#banner .carousel-caption .banner-head-text {
    font-size: 30px;
	line-height: 33px;

}
#banner .carousel-caption .banner-head-content {
    font-size: 25px;
    line-height: 30px;
}


.plan_goal_sub_head {
    margin-bottom: 35px;
}
.service_content p {
    font-size: 13px;
}

#feedback .right_side_content {
      padding: 30px 25px 0px 35px;
}
#section2 .col-lg-offset-half {
 
   margin-left: 0px;
}
.service_content h3 {
    font-size: 19px;
}
.service_content {
    padding: 13px 18px;
}	
#section2 .services-head {
    text-align: center;
}	
#section2 .services-head-content {
    text-align: center;
}	
#power-sip .right_side_content {
    padding: 24px 0px 0px 20px;
}

#power-sip #sip-calc .result-text {
  
    font-size: 20px;
}
#power-sip #sip-calc .result-text {
    padding-top: 0px;
}
#power-sip #sip-calc rzslider {
    height: 13px;
}
.equity_bg {
   
    margin-bottom: 30px;
}
#mobile_app .mobile_head1 {
    padding-top: 11%;
}	
	
#mobile_app .mobile_content {
    padding-top: 30px;
    padding-bottom: 30px;
}

#mobile_app .app_img img{
    max-width: 100%;
    height: auto;
	padding-bottom:10%;
}
#feedback .carousel-inner > .item {
    min-height: 510px;
}
.carousel-control img {
    height: 18px;
}


#feedback .carousel-caption {
    top: 0px;
    left: 1%;
    right: 0%;
    width: 100%;
}
#feedback .carousel-control.left {
    top: 79%;
    left: 74.5%;
}
#feedback .carousel-control.mid {
    top: 78.5%;
    left: 82.5%;
}
#feedback .carousel-control.right {
    top: 79%;
    right: 11.4%;
}

#footer li {
    float: left;
    padding: 0px 6px 5px 0px;
}
#feedback .left_side_content {
    background: url(/images/testi_side_image.jpg) center no-repeat;
    background-size: cover;
}
#sip_investment {
    margin-top: 51px;
}
}

@media (min-width: 0px) and (max-width: 767px){
/*nav .navbar-brand {
    display: inline-block;
   min-height: 80px;
    width: 192px;
    line-height: 72px;
    margin-top: 14px;
    background: url(/images/logo.png) no-repeat;
}
.navbar-default {
    background: #fffefe;
    border-bottom: none;
    padding: 0 0px;
    border-bottom: 0px solid #dadada;
    min-height: 94px;
}
nav .navbar-right {
    float: left!important;
    margin-right: 0px;
	    margin-left: 0px;
    padding-top: 4px;
   
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 20px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #ffffff;
    border-top: 1px solid #e7e7e7;
}
.navbar-collapse ul {
    margin-top: 12px;
}
.logo {
    margin-left: 0;
}
*/


#banner {
    background: url(/images/banner-bg-xs.jpg) center no-repeat;
    background-size: cover;
     min-height: 500px;
    margin-top: 80px;
}

#banner .carousel-caption .banner-head-content {
    font-size: 27px;
    line-height: 35px;
    padding-bottom: 21px;
    text-align: left;
}


#banner .carousel-inner >.item {
  min-height: 460px;
}
#banner .carousel-caption {
    min-height:460px;
}
.banner-content {
    font-size: 16px;
    line-height: 26px;
   
}
.banner-bg1 {
   background: none;
}
.banner-bg2 {
   background: none;
}
.banner-bg3 {
   background: none;
}

.banner-bg4 {
    background: none;
}


#banner .carousel-caption .banner-head-text {
       font-size: 25px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 15px;
}

#banner .carousel-caption {
    right: 12%;
    top: 15px;
    left: 9%;
    padding-top: 20px;
   
}
#banner .carousel-control.right {
    background-image: none;
      right: 25px;
}


.plan_goal_head {
    text-align: center;
}
.plan_goal_sub_head {
    text-align: center;
    padding-bottom: 25px;
}
.plan_text {
    margin-bottom: 25px;
}
#section2 .col-lg-offset-half {
    margin-left: 0;
}
.service_content {
    padding: 13px 33px;
}
.service_sec {
    margin-bottom: 25px;
}

#feedback .right_side_content {
    padding: 30px 30px 0px 30px;
}



#section2 .services-head {
    font-size: 26px;
    text-align: center;
}

#section2 .services-head-content {
    font-size: 19px;
    text-align: center;
}

#power-sip .right_side_content {
    background: #282c38;
    min-height: 565px;
    padding: 50px 0px 0px 25px;
    color: #fff;
}


.power-sip-head {
    font-size: 26px;
    line-height: 30px;
    padding-top: 15px;
}
.result-line {
 
    font-size: 24px;
    line-height: 28px;
}

#show_final_amount {
 
    font-size: 26px;
    
}
.equity_bg {
    margin-bottom: 20px;
}

#mobile_app .mobile_head1 {
    font-size: 27px;
    line-height: 33px;
   
}
#mobile_app .mobile_head2 {
    font-size: 36px;
    line-height: 40px;
}
#mobile_app .app_img img{
	max-width:100%;
}
#mobile_app .mobile_content {
    
    text-align: justify;
}
#mobile_app .app_img {
    padding-top: 10%;
    padding-bottom: 15%;
}
#feedback {
    padding-bottom: 50px;
}
.feedback-head {
 font-size: 24px;

}

#feedback .carousel-control.left {
          top: 40%;
    left: 0%;
}
#feedback .carousel-control.right {
           top: 40%;
      right: 6.4%;
}
#feedback .carousel-inner > .item {
     min-height:560px;
}
.carousel-control img{
	    height: 6%;
	}
.testimonial-txt .heading-txt {
    padding-top: 5px;
}	
.testimonial-txt{
    margin-bottom: 20px;
    padding: 5px 20px 15px 0px;
	}

.contact_home_head {
    font-size: 25px;
}

.contact_home_subhead {
    padding-bottom: 30px;
}
.links-list {
	padding-top: 12px;
    margin-bottom: 20px;
}

.contact_mid {
    
    padding-top: 12px;
}

footer {
    font-size: 13px;
}
#footer ul {
    margin-left: -9%;
}

#footer li {
    float: left;
    padding: 0px 16px 6px 2px;
}

#footer .pull-right {
    float: left!important;
}

#footer iframe{
	    margin-top: 20px;
	}

.foot-disclaimer .disclaimer {
    text-align: justify;
}
footer:after {
	display:none;
}

}

@media (max-width:375px)
{

#banner .carousel-caption .banner-head-text {
    font-size: 30px;
}

.app_icon img {
    border: 0;
    max-width: 100%;
}

#feedback .carousel-control.left {
          top: 44%;
    
}
#feedback .carousel-control.right {
           top: 44%;
     
}
footer {
    padding-top: 28px;
    padding-bottom: 25px;
    letter-spacing: 0.0px;
}
#footer li {
  
    padding: 0px 9px 5px 4px;
}


}


@media (max-width:320px){

#banner .carousel-inner >.item {
    min-height: 490px;
}
#banner .carousel-caption {
  
    left: 6%;
}
#banner .carousel-caption .banner-head-text {
    font-size: 27px;
}

#feedback .carousel-inner > .item {
    min-height: 590px;
}


.plan_icon {
	min-height:120px;
	}
.testimonial-txt {
    margin-bottom: 20px;
    padding: 5px 10px 15px 0px;
}

#about-bg .home_about_left {
    background: none;
    min-height: 358px;
    padding: 34px 25px;
    color: #fff;
    background-color: #06478d;
}


#section2 .ser_btn {
   
    width: 36%;
    left: 33.5%;
}
.author_name hr {
    display: none;
}
.author_name span {
    margin-left: 0%;
}

#footer li {
    padding: 0px 34px 5px 0px;
}
	}

