@charset "utf-8";
/* CSS Document */

@import url('/font/roboto.css');
body
{
	margin:0;
	padding:0;
	font-family:'robotoregular';
	line-height:22px;
	font-size:14px;
}
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:#034183;
    color: #FFF;
    text-shadow: 1px 1px 0 #000;
}
/* Scroller */
::-webkit-scrollbar {
    width: 5px;
}
::-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:#428bca;							   
    -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-small.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;
	}*/









.navbar
{
	margin-bottom:0px;
}
.navbar-fixed-top {
    border-width: 0 0 0px;
}
.navbar-default
{
	background:#ffffff;
	border-bottom:none;
	padding:0 0px;
	/*border-bottom:1px solid #dadada;*/
	box-shadow: 0 7px 6px -8px #2d2d2d;
	    z-index: 1030;
}

.navbar-default .navbar-nav > li{
         padding: 2px 0px;
	   color: #3a3a3a;
}


.navbar-default .top-nav .navbar-nav > li > a{
	  color: #034183;
    font-size: 14px;
    font-family: 'robotoregular';
    letter-spacing: 0.1px;
	}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	    color: #ff7c20;
}
.navbar-default #menubar .navbar-nav > li > a
{
	padding: 5px 11px 5px 11px;
	color: #000;
    font-size: 14px;
    font-family: 'robotoregular';
    letter-spacing: 0.1px;
}
.navbar-default #menubar .navbar-nav > li > a:hover
{
	color: #ff9323;
  
}


/*.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: #94f6f9;
    background:none;
}*/
/*.toggle
{
	color:#00a0e3;
	padding-left:5px;
}*/
	
.top-nav-text a:hover{
    color:#ff7c20 !important;
}
.nav>li>a {
    position: relative;
    display: block;
   padding: 6px 10px;
}
/*.navbar-brand
{
	padding:0 15px;
}*/
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
}

.brand-name{
	 font-family: 'robotobold';
	font-size:32px;
	color:#000;
	line-height:40px;
	text-align:left;
	       padding-top: 60px;
		text-transform:uppercase;
		z-index:1040;
	}
.brand-services{
	 font-family: 'robotomedium';
	 font-size:14px;
	 color:#9a2481;
	 letter-spacing: -0.2px;
	}

.brand-services a{
	 font-family: 'robotomedium';
	 font-size:12px;
	 cursor:default;
	 color:#437090;
	}
.head-btn{
	     padding-top: 75px;
	}
	
/*	
.register-btn{
	font-family: 'robotoregular';
    font-size: 14px;
    color: #fff;
    display: inline-block;
	    margin-top: -6px;
    padding: 6px 22px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #1a6eda;
    border: 1px solid #1a6eda;
    border-radius: 4px;
    box-shadow: 1px 0px 1px #1a6eda;
	}*/
.login-btn{
	font-family: 'robotoregular';
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 6px 22px;
	    margin-top: -6px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #034183;
    border: 1px solid #034183;
    border-radius: 4px;
/*    box-shadow: 1px 0px 1px #ff9323;*/
      margin-left: 20px;
	}
.login-btn:hover{
    background: #ffc600;
    border: 1px solid #ffc600;
	color:#000;
	}
	
.navbar-left {
    float: left !important;
    margin-right: 15px;
	    padding-top: 10px;
    padding-bottom: 10px;
}
.show-nav
{
	background:#ffffff;
	transition-property: height 80px;
}

.glyphicon-home{
	color:#000 !important;
	}
.glyphicon-home{
	color:#ff9323;
	}

#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 {
    background: #ffffff;
    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;
}
/*.search input {
    line-height: normal !important;
    margin-top: 15px !important;
}
.search input[type="text"]::-webkit-input-placeholder {
  color: #0000 !important;
}	*/

/*-------------------------Navbar Animation------------------------------------- */
.top-nav-text{ 	
	    margin-top: -57px;
}
'.top-most-header {
	min-height:40px;
	    margin-top: -3px;
	
	}
.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; 
  }
  nav .navbar-brand {
    display: inline-block;
    min-height: 110px;
    width: 250px;
    margin-top: -30px;
    background: url(/images/logo.png) left no-repeat;
    margin-left: 10px;
    -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;
	/*padding-top:90px;*/
    -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: 25px;
	}












/*-----------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:#ff9e55;
	}
.banner-sub-heading a:focus, .banner-sub-heading a:hover {
    color: #ff9e55 !important;
    text-decoration: underline !important;
}
/*------BANNER------*/

/*#banner
{
	top:0;
	left:0;
    min-height:572px;
	width:100%;
    margin-top: 130px;
}
.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 .carousel-inner >.item 
{
	min-height:572px;
	
}*/



/*------BANNER------*/

#banner
{
	top:0;
	left:0;
    min-height:535px;
	width:100%;
	margin-top:100px;
}
.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 .carousel-inner >.item 
{
	min-height:535px;
}

#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: 14px;
    height: 14px;
    text-indent: -999px;
    cursor: pointer;
    margin: 2px;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 2px;
    background-color: #fff;
    border: 2px solid #ffffff;
}

.carousel-control:focus{
	 color: #fff;
	}
.carousel-control:hover {
    color: #3bba98;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}
#banner .carousel-caption {
    text-shadow: none !important;
    right: -5%;
    left: 8%;
    min-height: 400px;
}
.font-size-30
{
	font-size:30px;
}
#banner .carousel-caption .banner-head-text
{

	    font-family: 'robotolight';
    font-size: 38px;
    color: #000000;
    line-height: 45px;
    text-align: left;
	   
}
#banner .carousel-caption .banner-head-content{
    color: #0077d2;
    font-family: 'robotobold';
    font-size: 55px;
    line-height: 58px;
    text-align: left;
    padding-bottom: 25px;
	}
.banner-content{
    font-family: 'robotoregular';
    font-size: 18px;
    color: #3e3e3e;
    line-height: 25px;
    text-align: left;
    padding-bottom: 10px;
	}
.banner-btn
{
background: #ff9323;
    border-radius: 3px;
    font-family: 'robotoregular';
    font-size: 16px;
    color: #ffffff;
    padding: 15px 20px;
    width: 150px;
    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: #07539b;
	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 .left.carousel-control {
   
}


#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==========================================----*/


/*-----=================================section2==========================================----*/
#section2{
	min-height:540px;
	background:#0070c5;
	 font-family: 'robotoregular';
	     padding-top: 80px;
    padding-bottom: 30px;
	}
#section2 .services-head{
	font-size:31px;
	line-height:40px;
	color:#ffffff;
	font-family:'robotolight';
	
	}
#section2 .custom_font{
	color:#ffffff;
		font-family: "robotobold";
	}

	 
#section2 .services-head-content{
    font-size: 20px;
    color: #ffffff;
    padding-bottom: 65px;
    padding-top: 10px;
    font-family: 'robotomedium';
    line-height: 25px;
}
#section2 .ser-head{
	font-size:17px;
	color:#ffffff;
	font-family: "robotomedium";
	
}
#section2 .ser-content{
 font-family: 'robotoregular';
    font-size: 14px;
    color: #ffffff;
	text-align:justify;
	min-height: 100px;
line-height: 21px;
}	 
	 
/*-----=================================section2 end==========================================----*/
/*-----=================================section3==========================================----*/	
/*#power-sip{
	
	background:#fff;
	
	}*/

/*--------Power of SIP------*/
#power-sip
{
	/*background:url(/images/power-sip-bg.png) center no-repeat;
	background:#fff;*/
	background:#ffffff; 
	color:#212121;
	
	min-height:672px;
	padding-top:40px;
	padding-bottom:30px;
	font-family:'robotoregular';
}
.power-sip-head
{
    font-family: 'robotobold';
    font-size: 35px;
    line-height: 40px;
    color: #212121;
    margin-bottom: 8px;
}

.power-sip-subhead{
	font-size:16px;
	line-height:20px;
	padding-bottom:40px;
	}
.sip-calc
{
	background:#ffffff;
	border:1px solid #e8e8e8;
	min-height:365px;
	margin-bottom:30px;
	padding:10px;
	padding-bottom:20px;
	border-radius:25px;
}
.graph-bg
{
	min-height:280px;
}
.chart-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
	float:none;
}
.result-line
{
    font-family: 'robotomedium';
    font-size: 29px;
    line-height: 32px;
    color: #212121;
}
#show_final_amount
{
	    font-family: 'robotobold';
    font-size: 35px;
    color: #eea10a;
}
.calcu-input{
	background:#e9e9e9;
	padding:10px 15px;
	border-radius:5px;
	border:0px;
	outline:none;
	margin-bottom:10px;
	font-family:'open_sansregular';
	color:#787878;
	font-size:13px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
#amtError, #interror, #tenureerror
{
	background:#ffc261;
    position: absolute;
    width: 250px;
    left: 0;
    top: -37px;
    border-radius: 3px;
    padding: 5px;
	z-index:100;
}
#amtError:after, #interror:after, #tenureerror:after
{
	content:'';
	position:absolute;
    bottom: -6px;
    left: 33px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid #ffc261;
	color:#000000;
	text-align:center;
}

.wealth-gaintext
{    color: #212121;
    font-size: 14px;
    line-height: 18px;
    font-family: 'robotomedium';
    margin-bottom: 10px;
}
.wealth-dot
{
	width:20px;
	height:20px;
	border-radius:5px;
	background:#ffad0e;
	position:absolute;
	top:-3px;
	left:-10px;
}
.amount-investedtext
{
    color: #212121;
    font-size: 14px;
    line-height: 18px;
    font-family: 'robotomedium';
    margin-bottom: 10px;
}
.amount-invested-dot
{
	width:20px;
	height:20px;
	border-radius:5px;
	background:#5e9fac;
	position:absolute;
	top:-3px;
	left:-10px;
}

/*----tooltip--------*/
[data-tip] {
	position:relative;

}
[data-tip]:before {
	content:'';
	/* hides the tooltip when not hovered */
	display:none;
	content:'';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ff9324;	
	position:absolute;
	top:-5px;
	left:35px;
	z-index:8;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
}
[data-tip]:after {
	display:none;
	content:attr(data-tip);
	position:absolute;
	top:-35px;
	left:0px;
	padding:5px 8px;
	background:#ff9324;
	color:#fff;
	z-index:9;
	font-family:'robotoregular';
	font-size: 12px;
	height:30px;
	line-height:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space:nowrap;
	word-wrap:normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
	display:block;
}
[data-tip]:focus:before,
[data-tip]:focus:after {
	display:none;
}

#power-sip a.start-sip
{
	    background: #ff9324;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 5px;
    font-family: 'robotomedium';
    font-size: 14px;
    cursor: pointer;
}
#power-sip  a:hover.start-sip
{
	    background:#ff8321;
    color: #ffffff;
}

/*-----=================================section3 end==========================================----*/ 


/*-----=================================section4==========================================----*/	

/*---Mobile app--------*/
#mobile_app{
	min-height: 560px;
	background:url(/images/section4.jpg) center no-repeat;
 	background-size:cover; 
	font-family:'robotoregular';
	color:#fff;
	
	
	}
#mobile_app .mobile_head1 {
    font-size: 40px;
    line-height: 40px;
    padding-top: 17%;
	    padding-bottom: 25px;
	font-family:'robotolight';
	}
#mobile_app .mobile_head1 .custom_font{
	font-family:'robotomedium';
	font-style:italic;
	}
#mobile_app .mobile_head2{
	font-family:'robotobold';
	    font-size: 50px;
    line-height: 40px;
	color:#ffc600;
	}
#mobile_app .mobile_content{
	font-family: 'robotoregular';
	padding-top: 30px;
	padding-bottom: 50px;
	font-size:20px;
	line-height:30px;
	}
#mobile_app .mobile_head4{
	font-family:'robotolight';
	    font-size: 60px;
    line-height: 60px;
	padding-bottom: 30px;
	color:#ffffff;
	}
#mobile_app  .app_download{
		    font-size: 20px;
    line-height: 15px;
		}
	
	
#mobile_app .app_img{
	padding-top:10%;
	
	}
	

	/*--------Key to success Homepage scss------*/

/*--------Feedback------*/
#feedback
{
	background:url(/images/section5.jpg) center no-repeat;
 	background-size:cover; 
	min-height:600px;
	padding-top:50px;
	padding-bottom:30px;
	font-family:'robotoregular';
}
.feedback-head
{
font-family: 'robotobold';
    font-size: 35px;
    color: #000000;
    line-height: 40px;
    padding-top: 25px;


}
.feedback-head p
{
		font-family:'robotoregular';
		 font-size:17px;
		 color:#696868;
		 line-height:20px;
		 padding:10px 10px;
		 text-transform:none;
}

/* -------------------Testimonials Carousel--------------- */
#feedback .carousel-inner > .item {
      min-height: 270px;
}

#feedback .carousel-caption {
   top:20px;
    left: 5%;
    text-align: center;
    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 {
  /*  top: -5px;*/
}
#feedback .carousel-control.left {
    background-image: none;
    position: absolute;
   top: 50%;
    bottom: 0;
	    left: 1.5%;
}
#feedback .carousel-control.right {
    background-image: none;
    position: absolute;
  top: 50%;
    bottom: 0;
	    right: 3.4%;
}
	 
.testimonial-txt
{
	background:none;
	min-height:100px;
	font-size:14px;
	color:#393939;
	letter-spacing:.5px;
	border-radius:3px;
	    padding: 25px 0px 25px 15px;
	/*-webkit-box-shadow: -1px 3px 5px 0px rgba(201,201,201,1);
	-moz-box-shadow: -1px 3px 5px 0px rgba(201,201,201,1);
	box-shadow: -1px 3px 5px 0px rgba(201,201,201,1);*/
}
.testimonial-txt .heading-txt
{
  	font-family:'robotomedium';
	font-size:25px;
	color:#034183;
	line-height:30px;
	padding-top:25px;
}
.testimonial-txt p
{
    padding-top: 10px;
    padding-right: 15px;
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
}
#feedback hr {
    margin-top: 12px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px solid #000;
}

.testimonial-txt a
{
	text-decoration:none;
	color:#575757;
}
.testimonial-txt a:hover
{
	text-decoration:none;
	color:#000000;
}
.testimonial-line
{
	border-top:1px solid #e1e1e1;
	
}
.testimonial-line:before {
	
	top: 0px;
    left: 60px;
    border: solid transparent;
    content: " ";
	width: 0;
	height: 0;
    border-top: 13px solid #e1e1e1;
    border-left: 10px solid transparent;
    position: absolute;

}
.testimonial-line:after
{	
	top: -1px;
    left: 61px;
    border: solid transparent;
    content: " ";
	width: 0;
	height: 0;
    border-top: 12px solid #ffffff;
    border-left: 8px solid transparent;
    position: absolute;
}
.testimonial-client
{
	padding-top:0px;
    font-family: 'robotobold';
	font-size:16px;
	color:#000000;
    text-align: left;
}
.testimonial-client p
{
	padding-top:10px;
  	font-family: 'robotolight';
	font-size:14px;
	color:#000000;
	padding-bottom:20px;
}

#feedback a.start-sip
    {
	background:#17286e;
	color:#ffffff;
	padding:12px 30px;
	font-family:'robotoregular';
	font-size:14px;
	}
#feedback a.start-sip	span{
    margin-left:40px;
}


#feedback a.more
{
	background:#008888;
	color:#ffffff;
	padding:6px 35px 10px 35px;
	border-radius:3px;
	font-family:'robotoregular';
	font-size:14px;
	border:2px solid #008888;
}
#feedback  a:hover.more
{
	background:#034183;
	color:#fff;
	border:2px solid #034183;
}

#contact-home{
	background:#004964;
	min-height:500px;
	color:#fff;
	padding-top:60px;
	    padding-bottom: 0px;
}
.foot-border{
	border-top:1px solid #686868;
	}
.foot_padding{
	    padding-top: 30px;
    padding-bottom: 15px;
	}

/*
#contact-home .va-table{
	display: table;
     min-height: 500px!important;
    width: 100%;
}
#contact-home .table-cell {
    display: table-cell;
    vertical-align: middle;
}*/

.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: 25px;
    color: #ffc600;
    line-height: 30px;

}
.add-media-text{
	font-size:15px;
	}

.add-media-text a{
	color:#fff;
	}

.add-media-text a:hover{
	color:#ffc600;
	}
.contact_mid{
	width: 80%;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 20px;
	    line-height: 25px;

	}	
.contact_mid .media {
    margin-top: 10px;
}	
	
.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: 6px 0px;
}
.links-list li a{
	color:#fff;
	text-decoration:none;
}
.links-list li a:hover{
	color:#ffc600;
}

.links-list li:before{
	content:"\e092";      
   /*  content: "";
   width:8px;
    height:8px;
    background:#1a6eda;*/    
    margin-right:10px;
	vertical-align:middle;
	position: relative;
    top: -1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;     
}
.links-list .panel-body {
    padding: 1px 15px 5px 15px;
	font-size: 13px;
}

/*

.links-list li:hover::before{
	 background:#f57921;  
	}
*/



footer
{
 	 background: #004964;
    min-height: 70px;
    color: #747474;
    font-family: 'robotoregular';
    font-size: 15px;
    padding-top: 22px;
    padding-bottom:22px;
    letter-spacing: 0.0px;
    position: relative;
	

} 
#footer ul {
    text-decoration: none;
    list-style-type: none;
      margin-left: -5%;
}	

#footer li {
    float: left;
      padding: 0px 60px 5px 0px;
}	
	
	
footer a{
	text-decoration:none;
	color:#747474;
    padding-left: 0px;
    padding-right: 0px;
	
	}
/*	
footer:after {
font-family: 'Glyphicons Halflings';
    content: "\e252";
    position: absolute;
    top: 70px;
    left: 50%;
    font-size: 51px;
    color: #222222;
    z-index: 999;
}	*/
	
footer a:hover, footer a:focus{
	text-decoration:none;
	color:#ffffff;
	}





/*----------------Footer disclaimer--------------------*/

.foot-disclaimer
{
	min-height:50px;
	background:#000000;
	padding-top:30px;
	padding-bottom:15px;
	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: 20px;
	color:#555555;
	font-size: 14px;
	line-height:18px;
	padding-bottom:20px;
	font-family:'robotoregular';
} 


#inner-pages #planning #table-scroll {
    height: 20px !important;
    width: 100%;
}


/*---------------------Sip scheme page*/

.bg-grey-dim {
    background: #373435;
    color: #fff;
}
.poppins-semibold {
    font-family: "robotomedium";
}
.poppins-med{
	 font-family: "robotoregular";
	}

/*insurance page*/	
#insu_sale .insu_sale_con{
		 background:#ff651d;
		 min-height:150px; 
		 margin-bottom:30px; 
		 color:#fff;
		/* padding:35px;*/
		padding:0px 50px;
		}
	
	
#insu_sale .va-table {
    display: table;
    width: 100%;
    min-height: 135px;
}
#insu_sale .table-cell {
    display: table-cell;
    vertical-align: middle;
}
#insu_sale .insu-btn {
    background: #f6fbff;
    border-radius: 5px;
    font-family: 'robotoregular';
    font-size: 18px;
	text-align:center;
    color: #034183;
    padding: 15px 10px;
    margin-top: 30px;
}
#insu_sale .insu-btn:hover{
	background:#034183;
	color:#fff;
	}	
#insu_sale h2 {
    color: #fff;
    font-weight: 700;
}
	
	
#sip_investment {
    top: 0;
    left: 0;
    min-height: 200px;
    width: 100%;
    margin-top: 120px;
    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: #fafafa;
  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: #ff9324;
    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:#034183;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
}
#sip-page #page-heading .plan-btn:focus {
  background: #034183;
  color: #ffffff;
  transition: all 0.3s ease;
  outline: none;
}
#sip-page #page-heading a.read {
  color: #ff9324;
  cursor: pointer;
  font-size: 13px;
}
#sip-page #page-heading a.read:hover {
  color:#034183;
}
#sip-page #page-heading a.read:focus {
  color:#034183;
}
#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 #ff9324;
  color: #ffffff;
  background: #ff9324;
}
#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 #ff9324;
}
#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 #ff9324;
  color: #ffffff;
  background: #ff9324;
}
#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 #ff9324;
}
#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: 120px;
  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: #ff9324;
  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:#034183;
  color: #0f3667;
  transition: all 0.3s ease;
  outline: none;
}
#sip-page #page-content .table-striped > thead > tr:nth-of-type(odd) {
  background-color: #ff9324;
  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;
}

@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 .top-nav .navbar-nav > li > a {
    font-size: 12px;
}
.nav>li>a {
    padding: 6px 5px;
}

#banner {
    min-height: 445px;
}

#banner .carousel-caption .banner-head-text {
    font-size: 31px;
}

#banner .carousel-caption .banner-head-content {
    font-size: 27px;
    line-height: 40px;
}
#banner .carousel-inner >.item {
    min-height: 450px;
}
#mobile_app .app_img {
    padding-top: 27%;
}

#mobile_app .app_img img{
    max-width: 100%;
    height: auto;
	padding-bottom:10%;
}
#feedback .carousel-caption {
    top: 0px;
}








}
@media (min-width: 768px) and (max-width: 991px)
{
.navbar-default {
    /*background: #464646;*/
    border-bottom: none;
    padding: 0 0px;
    border-bottom: 0px solid #dadada;
    min-height: 94px;
}
.top-most-header {
	background-position-x: right;
    margin-top: -6px;
}


nav .navbar-brand {
    min-height: 85px;
    width: 130px;
    margin-top: 0px;
    background: url(/images/logo.png) no-repeat;
}


#menubar  .navbar-right {
    margin-right: 0;
}
.navbar-default .navbar-nav > li {
      padding: 5px 0px;
}

.navbar-default .top-nav .navbar-nav > li > a {
    font-size: 13px;
}
.navbar-default #menubar .navbar-nav > li > a {
    padding: 5px 4px 5px 5px;
}
.login-btn {
    font-size: 13px;
    padding: 4px 11px;
    margin-top: -6px;
  
    margin-left: 20px;
}

#banner .carousel-caption .banner-head-text {
    font-size: 30px;
	line-height: 33px;

}
#banner .carousel-caption .banner-head-content {
    font-size: 25px;
    line-height: 30px;
}
#banner .carousel-inner > .item .va-table {
    min-height: 470px !important;}
	
#section2 .services-head {
    text-align: center;
}	
#section2 .services-head-content {
    text-align: center;
}	
#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%;
}

.carousel-control img{
	height:30px;
	}
#feedback .carousel-inner > .item {
    min-height: 300px;
}

#feedback .carousel-caption {
    top: 0px;
    left: 1%;
    right: 0%;
    width: 100%;
}
#footer li {
    float: left;
    padding: 0px 22px 5px 0px;
}

}

@media (min-width: 0px) and (max-width: 767px){
nav .navbar-brand {
    display: inline-block;
   min-height: 80px;
    width:210px;
    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;
}

#banner {
    /* margin-top: 65px; */
    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: 24px;
    line-height: 25px;
     padding-bottom: 30px;
}


#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 .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;
}

#section2 .services-head {
    font-size: 26px;
    text-align: center;
}

#section2 .services-head-content {
    font-size: 19px;
    text-align: center;
}
.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;
    
}
#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-caption {
    top: -10px;
}
#feedback .carousel-control.left {
       top: 45%;
    left: 0%;
}
#feedback .carousel-control.right {
       top: 45%;
      right: 6.4%;
}
#feedback .carousel-inner > .item {
     min-height: 420px;
}
.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 21px 5px 17px;
}

#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%;
}


footer {
    padding-top: 28px;
    padding-bottom: 25px;
    letter-spacing: 0.0px;
}
#footer li {
    float: left;
    padding: 0px 12px 5px 6px;
}


}


@media (max-width:320px){

#banner .carousel-inner >.item {
    min-height: 490px;
}
#banner .carousel-caption {
  
    left: 6%;
}


#feedback .carousel-inner > .item {
    min-height: 560px;
}



.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;
}
	}

