@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: #137c8e;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}
/* Scroller */
::-webkit-scrollbar {
    width: 0px;
}
::-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;
}


/*------Nav bar-----*/
.navbar
{
	margin-bottom:0px;
}
.navbar-fixed-top {
    border-width: 0 0 0px;
}
.navbar-default
{
	background:#08333b;
	border-bottom:none;
	    padding-top: 15px;
	border-bottom:1px solid #dadada !important;
	    box-shadow: 1px 1px 5px 0px #e6e4e59c;
}
.navbar-default .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar-default .navbar-nav > li{
	    padding: 13px 10px;
	}
.navbar-default .navbar-nav > li > a {
    padding: 0px 0px;
    color: #f9f6f7;
    font-size: 15px;
    font-family: 'robotoregular';
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	color:#fffcc6;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color:#fffcc6;
    background: none;
}


.login-btn {
        background: #fffcc7;
    font-family: 'robotoregular';
    font-size: 14px;
    color: #000;
    padding:10px 15px 10px 15px;
    border: none;
    letter-spacing: .5px;
    border-radius: 3px;
}


.login-btn:hover, .login-btn:focus
{
	background:  #1790a5 !important;
	color:#fff !important;
	outline:none !important;
	    border: 0px solid  #1790a5 !important;
		box-shadow: 0px 0px 1px  #1790a5  !important;
}
.menu_search_btn{
	        background: #ffc105;
    font-family: 'robotoregular';
    font-size: 14px;
    color: #000;
    padding:10px 30px 10px 30px;
    border: none;
    letter-spacing: .5px;
    border-radius: 3px;
	}
.menu_search_btn:hover{
	background: #1790a5;
	color:#fff;
	}
.menu_search_btn .glyphicon-search{
	padding-left: 4px;
    top: 3px;
	right: 0px;
    margin-top: 0px;
	}

.top_btn_mar{
	margin-top:10px;
}

/*.navbar-brand
{
	padding:0 15px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 15px;
}
*/

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
/*.show-nav
{
	background:#ffffff;
	transition-property: height 80px;
}
.top-nav > .container-fluid
{
  padding-left:30px;
  padding-right:30px;
}
.top-nav {
    width: 100%;
    background: #29166f;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    color: #9a9a9a;
    z-index: 99999;
    font-family: 'latoregular';
    font-size: 15px;
    border-bottom: 1px solid #8696ae;
}
.top-nav .nav>li>a {
   padding: 0px 1px;
}


.top-nav .text{font-size:12px; font-family:'robotoregular'; color:#ffffff; letter-spacing:.1px;}
.top-nav .text a{font-size:13px; font-family:'robotoregular';}
.top-nav .text2 img{margin-top:-3px;}
.font-blue{color:#0365aa;}
	.top-nav a{text-decoration:none; color:#fff; padding-left:5px;}
	.top-nav a:hover{ color:#6ce190;}
	.top-nav img{padding:0 3px;}
.no-top-nav
{
     display:none;
}*/
/*.top-nav-text{ 	
	    margin-top: -57px;
}
.top-most-header {
    min-height: 20px;
    background: #4093c6;
    margin-top: 0px;
	
	}
.top-most-header a:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}



.navbar-default .top-most-header .navbar-nav > li{
       padding: 4px 0px 1px 12px;
	   color: #3a3a3a;
	
}

.top-nav-text a:hover{
    color:#437090 !important;
}
 */
/*-------------------------Navbar Animation------------------------------------- */
nav {
    height: 128px;
    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: 85px;
    width: 388px;
    margin-top: 8px;
    background: url(/images/logo.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: 0%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-top:1px solid #135460;
}
/*  nav.smaller {
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px -2px #b8b8b8;
}
	

nav.smaller .navbar-brand {
	width: 290px;
    height: 69px;
    line-height: 50px;
    margin-top: 6px;
    background: url(/images/logo.png) no-repeat;
}
nav.smaller .navbar-right {
    float: right!important;
    margin-right: 0px;
    padding-top: 10px;
}

.top-navbar-left{
	float: left!important;
    margin-right: 0px;
    padding-top: 10px;
	padding-top: 0px;
	}

.top-navbar-left>li {
    position: relative;
    display: block;
	    text-transform: uppercase;
		    font-size: 12px !important;
  float: left;
}
.navbar-default .top-navbar-left > li {
    padding:0px 10px;
	      color: #fff;

}
*/

.top-navbar-right{
	float: right!important;
    margin-right: 0px;
    padding-top: 10px;
	padding-top: 0px;
	padding-bottom: 12px;
	font-size: 14px;
	}

.top-navbar-right>li {
    position: relative;
    display: block;
  float: left;
}
.navbar-default .top-navbar-right > li {
    padding:0px 5px;
	      color: #fff;

}

/*-----------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:#ffc12b;
	}
.banner-sub-heading a:focus, .banner-sub-heading a:hover {
    color: #fffcc6 !important;
    text-decoration: underline !important;
}
/*------BANNER------*/


/*------BANNER------*/

#banner
{
	top:0;
	left:0;
    min-height:535px;
	width:100%;
	color:#fff;
	font-family: 'robotoregular';
	margin-top:125px;
}
.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: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 #015a6b;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 2px;
    background-color:#015a6b;
    border: 2px solid #015a6b;
}

.carousel-control:focus{
	 color: #fff;
	}
.carousel-control:hover {
    color: #296975;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}
#banner .carousel-caption {
    text-shadow: none !important;
    right: -5%;
    left: 6%;
    min-height: 400px;
}
.font-size-30
{
	font-size:30px;
}
#banner .carousel-caption .banner-head-text
{
	 font-family: 'roboto_condensedlight';
	 font-size: 45px;
    line-height: 50px;
    text-align: left;
    color: #000;
	    
	   
}

#banner .carousel-caption .banner-head-content{
font-family: 'roboto_condensedbold';
    font-size: 55px;
    line-height: 58px;
    text-align: left;
    padding-bottom: 25px;
    color: #005a6b;
	}
#banner .carousel-caption .banner-content{
    font-family: 'robotoregular';
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    padding-bottom: 10px;
    color: #3e3e3e;
	}
	
#banner .carousel-caption .banner4-head-text{
	color:#000000;
	 font-family: 'roboto_condensedlight';
	font-size:25px;
	line-height:40px;
	text-align:left;
	}
#banner .carousel-caption .banner4-head-text span{
	font-size:30px;
	}

#banner .carousel-caption  .banner5-head-text{
	font-size:45px;
	line-height:50px;
	color:#005a6b;
	font-family: 'roboto_condensedbold';
	text-align:left;
	}
#banner .carousel-caption  .banner5-head-text2 {
	color:#000000;
	font-family: 'robotoregular';
	font-size:33px;
	line-height:45px;
	text-align:left;	
	}
	
.banner-btn
{
    background: #005a6b;
    border-radius: 4px;
    font-family: 'robotoregular';
    font-size: 14px;
    color: #fff;
    padding: 15px 10px;
    width: 200px;
    margin-top: 25px;
}



.banner-btn:hover
{
	
    background: #07859a;
    color: #fcfbf9;
}
#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==========================================----*/

.best-financial
{
    background-color: #fffcc7;
    padding: 60px 0px;
    font-size: 14px;
    line-height: 20px;
    color: #575757;
    font-family: 'robotoregular';
    min-height: 540px;
}
.best-financial-title{
	color:#000; 
	 font-family: 'robotomedium';
	font-size:35px; 
	text-align:center; 
	line-height:40px; 
	
	}
.best-financial-txt{
	font-size:16px; 
	color:#575757; 
	line-height:20px; 
	text-align:center; 
	margin:5px 0px;
	    padding-bottom: 4%;
}

.service-title{
	font-family: 'robotobold';
	width:100%; 
	font-size:18px; 
	color:#000; 
	text-align:center; 
	padding:30px 0px 20px 0px;
}
.service-desc{
	width:100%; 
	font-size:14px; 
	line-height:20px; 
	color:#575757; 
	text-align:center;
} 
a:hover .service-desc {
    color: #d17579;

	}
	 
/*-----=================================section2 end==========================================----*/


/*-----=================================section3==========================================----*/	

/*
#secure_future{
	min-height:540px;
	background:url(/images/section_bg3.jpg) center no-repeat;
	background-size:cover;
	padding-top:5%;
	color:#fff;
	font-family:'robotoregular';
	}

.secure_head_text {
	font-family:'robotolight';
	font-size:49px;
	line-height:59px;
	padding-top: 7%;
	}
.secure_head_text p{
	font-size:21px;
	font-family:'robotomedium';
	line-height:25px;
	
	}
.secure_head_text hr{
	
	}	
	
.secure_head2{
	font-family:'robotolight';
	font-size:29px;
	line-height:35px;
	}	
.secure_head2 span{
	font-family:'robotomedium';
	font-size:45px;
	line-height:50px;
	color:#ff656b;
	}	
.sec_fut_dis{
	 font-family: 'robotoitalic';
	color:#7dc9ff;
	font-size:16px;
	line-height:20px;
	padding-top:15%;
	}	
.right_sec_plan{
	min-height:350px;
	background:#fff;
	border-radius:5px;
	    padding: 35px;
	}
.plan_icon{
	min-height: 76px;
    margin-bottom: 15px;
	padding-top: 15px;
    padding-bottom: 20px;
    border-radius: 5px;
	}
.plan_text{
	font-size:15px;
	line-height:25px;
	color:#939393;
	padding-top: 8px;
	}	
.plan_icon1{
	background:url(/images/plan_icon1.png) center no-repeat;
	min-height:65px;
	}
.plan_icon2{
	background:url(/images/plan_icon2.png) center no-repeat;
	min-height:65px;
	}	
.plan_icon3{
	background:url(/images/plan_icon3.png) center no-repeat;
	min-height:65px;
	}
.plan_icon4{
	background:url(/images/plan_icon4.png) center no-repeat;
	min-height:65px;
	}
.plan_icon5{
	background:url(/images/plan_icon5.png) center no-repeat;
	min-height:65px;
	}
.plan_icon6{
	background:url(/images/plan_icon6.png) center no-repeat;
	min-height:65px;
	}	
				
a:hover	.plan_icon{
	 background: #f74945;
	}
a:hover .plan_text{
	color:#fff;
	}	
	
a:hover .plan_icon1{
	background:url(/images/plan_icon1-hover.png) center no-repeat;
}
a:hover .plan_icon2{
	background:url(/images/plan_icon2-hover.png) center no-repeat;
	}	
a:hover .plan_icon3{
	background:url(/images/plan_icon3-hover.png) center no-repeat;
	}		
a:hover .plan_icon4{
	background:url(/images/plan_icon4-hover.png) center no-repeat;
	}	
a:hover .plan_icon5{
	background:url(/images/plan_icon5-hover.png) center no-repeat;
	}		
a:hover .plan_icon6{
	background:url(/images/plan_icon6-hover.png) center no-repeat;
	}	*/	
/*-----=================================section4==========================================----*/	
/*#power-sip{
	
	background:#fff;
	
	}*/

/*--------Power of SIP------*/
#power-sip
{
	background:url(/images/power-sip-bg.jpg) center no-repeat;
	background-size: cover;
	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: #ffffff;
    margin-bottom: 8px;
}

.power-sip-subhead{
	font-size:16px;
	line-height:20px;
	padding-bottom:40px;
	color:#fff;
	}
.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: #ffffff;
}
#show_final_amount
{
	    font-family: 'robotobold';
    font-size: 35px;
    color: #fffcc7;
}
.calcu-input{
	background:#ffffff;
	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:#ffffff;
    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: #ffffff;
    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 #f74945;	
	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:#f74945;
	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: #fffcc7;
    color: #000;
    padding: 15px 30px;
    border-radius: 5px;
    font-family: 'robotomedium';
    font-size: 14px;
    cursor: pointer;
}
#power-sip  a:hover.start-sip
{
    background: #07859a;
    color: #fcfbf9;
}

/*-----=================================section3 end==========================================----*/ 


/*-----=================================section4==========================================----*/
#why_sec{
	min-height:550px;
	background:#fff;
	font-family:'robotoregular';
	}
#why_sec .why_head {
    font-size: 35px;
	font-family:'robotobold';
	color:#000000;
    line-height: 40px;
    padding-top: 4%;
	padding-bottom: 5px;
	text-align:center;
	}

.why_content{
	font-size:16px;
	line-height:18px;
	color:#525252;
	padding-bottom: 25px;
	text-align:center;
	}
.why_title{
	font-size:15px;
	font-family:'robotoregular';
	line-height:18px;
	padding-top: 8px;
	}	
	
.nav-pills>li>a {
    border-radius: 0px;
	color:#6a6a6a;
}



.nav-pills>li>a .why_icon1{
	background:url(/images/why_icon1.png) center no-repeat;
	min-height:56px;
	}
	
.nav-pills>li>a .why_icon2{
	background:url(/images/why_icon2.png) center no-repeat;
	min-height:56px;
	}	
.nav-pills>li>a .why_icon3{
	background:url(/images/why_icon3.png) center no-repeat;
	min-height:56px;
	}
.nav-pills>li>a .why_icon4{
	background:url(/images/why_icon4.png) center no-repeat;
	min-height:56px;
	}	

.nav-pills>li>a  .tab_bottom_line{
	background:url(/images/tab_bottom_line.png) center no-repeat;
	display:none;
	margin-top: 5px;
	min-height:11px;
	}
.nav-pills>li.active>a .tab_bottom_line, .nav-pills>li.active>a:focus .tab_bottom_line{
	display:block;
	}


.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #08333b;
    background-color: transparent;
}
.nav-pills>li.active>a .why_icon1, .nav-pills>li.active>a:focus .why_icon1{
	background:url(/images/why_icon1-hover.png) center no-repeat;
	}

.nav-pills>li.active>a .why_icon2, .nav-pills>li.active>a:focus .why_icon2{
	background:url(/images/why_icon2-hover.png) center no-repeat;
	}
.nav-pills>li.active>a .why_icon3, .nav-pills>li.active>a:focus .why_icon3{
	background:url(/images/why_icon3-hover.png) center no-repeat;
	}
.nav-pills>li.active>a .why_icon4, .nav-pills>li.active>a:focus .why_icon4{
	background:url(/images/why_icon4-hover.png) center no-repeat;
	}

#why_sec .tab-content ul{
	padding:20px 30px;
	}

#why_sec .tab-content ul li{
    text-align: left;
    color: #464646;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 6px;
	list-style-image:url(/images/why-tick.png);
	}


.why_get{
	font-size:20px;
	line-height:25px;
	color:#212121;
	padding-bottom: 5px;
	}
.why_contact{
	font-size:35px;
	color:#9abe14;
	font-family: 'roboto_condensedbold';
	line-height:35px;
	}
.custm_padng_left{
	    padding-left: 16.8%;
	}	
	
/*.why_icon1
.why_title
.tab_bottom_line
*/


/*-----=================================section4 end==========================================----*/




/*-----=================================section5==========================================----*/	

/*--------Feedback------*/
#feedback
{
	background:#08333b;;
 	background-size:cover; 
	min-height:600px;
	padding-top:50px;
	padding-bottom:30px;
	color:#fff;
	font-family:'robotoregular';
}
.feedback-head
{
    font-family: 'robotomedium';
    font-size: 35px;
    line-height: 40px;
    padding-top: 25px;


}
.feedback-head p
{
		font-family:'robotoregular';
		 font-size:17px;
		 line-height:20px;
		 padding:10px 10px;
		 text-transform:none;
}

/* -------------------Testimonials Carousel--------------- */
#feedback .carousel-inner > .item {
      min-height: 360px;
}

#feedback .carousel-caption {
top: 20px;
    left: 2%;
    text-align: center;
    right: 0%;
    text-shadow: none;
    width: 97%;
}
#feedback  .carousel-control {
    width: 0%;
    font-size: 27px;
    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;
	letter-spacing:.5px;
	border-radius:3px;
	    padding:25px 0px 25px 0px;
	
}
.testimonial-txt .heading-txt
{
  	font-family:'robotomedium';
	font-size:25px;
	line-height:30px;
	padding-top:25px;
}
.testimonial-txt p
{
	padding-top: 40px;
    padding-right: 15px;
    font-style: italic;
    font-size: 18px;
    line-height: 30px;
}
#feedback hr {
    margin-top: 12px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px solid #ff696f;
}

.testimonial-txt a
{
	text-decoration:none;
}
.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: 16px;
    font-family: 'robotoitalic';
    font-size: 25px;
    color: #fffcc7;
    text-align: center;
}
.testimonial-client p
{
	padding-top:10px;
  	font-family: 'robotolight';
	font-size:14px;
	color:#000000;
	padding-bottom:20px;
}


#feedback a.more
{
	background: #fffcc7;
    color: #000;
    padding: 10px 35px 13px 35px;
    border-radius: 3px;
    font-family: 'robotoregular';
    font-size: 14px;
    border: 2px solid #fffcc7;
}
#feedback  a:hover.more
{
    background: #07859a;
    color: #fcfbf9;
    border: 2px solid #07859a;
}




#contact-home{
	background:url(/images/contact_bg.jpg) center no-repeat;
	min-height:400px;
	color:#fff;
	padding-top:6%;
	background-size: cover;
	padding-bottom: 0px;
	font-family:'robotoregular';
}

.con_det_area{
	min-height:200px;
	background:#f0f0f0;
	border:1px solid #ccc;
	color:#fff;
     margin-bottom: 40px;
	}
.contact_add1{
	min-height:200px;
	background:#08333b;
	padding:35px 25px 14px 30px;
	font-size:14px;
	}

.contact_add2{
	font-size:14px;
	padding:35px 25px 14px 30px;
	min-height:200px;
	background:#074a57;
	}
.contact_add2 iframe{
	margin-top:20px;
	}	
	
	
	
.contact_head{
		font-size:25px;
	font-family:'robotomedium';
	line-height:30px;
	}
.branch_name{
	font-family:'robotobold';
    font-size: 25px;
    line-height: 30px;
	padding-bottom: 25px;
	}
.contact_form{
	padding:25px 25px 14px 40px;
	color:#000;
	}	
.contact_form iframe{
	margin-top:30px;
	}
.con_com_name{
	font-family:'robotobold';
    font-size: 30px;
    color: #005a6b;
	line-height:30px;
	text-align:left;
	}
.contact_number{
    font-size: 18px;
    line-height: 21px;
	color:#000000;
	}
.con_hom_mail{
    font-size: 18px;
    line-height: 21px;
    text-align: left;
	}
.con_hom_mail .media{
    margin-left: 12%;
	}	
	
.con_hom_mail .icon{
	    margin-top: 3px;
	}	
	
	
.con_hom_mail a{
	color:#000000;
	padding-left: 10px;
	}
.con_hom_mail a:hover{
	    color: #ffbd1e;
	}		
.cont_form_head{
	
	}


.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: 25px;
    color: #5db715;
    line-height: 30px;

}
.add-media-text{
	font-size:15px;
	}

.add-media-text a{
	color:#fff;
	}

.add-media-text a:hover{
	color:#f74945;
	}
.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:#f74945;
}

.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:none;
    min-height: 50px;
    color: #005a6b;
    font-family: 'robotoregular';
    font-size:16px;
    padding-top: 22px;
    padding-bottom: 0px;
    letter-spacing: 0.0px;
    position: relative;
	

} 
#footer ul {
    text-decoration: none;
    list-style-type: none;
      margin-left: -5%;
}	

#footer li {
    float: left;
  padding: 0px 10px 5px 5px;
}	
	
	
footer a{
	text-decoration:none;
	color:#005a6b;
    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:#ffc12b;
	}


/*----------------Footer disclaimer--------------------*/

.foot-disclaimer
{
	min-height:50px;
	background:#f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px;
	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:#343434;
	font-size: 14px;
	line-height:18px;
	padding-bottom:20px;
	font-family:'robotoregular';
	text-align:left;
	padding-left: 0px;
    padding-right: 0px;
} 


.foot-disclaimer .disclaimer .desc_highlight{
	color:#323232;
	font-family: 'robotobold_italic';
	}


#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";
	}

	
#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:#ffc12b;
    font-family: 'robotomedium';
    font-size: 14px;
    color: #000;
    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:#076c7e;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
}
#sip-page #page-heading .plan-btn:focus {
  background: #076c7e;
  color: #ffffff;
  transition: all 0.3s ease;
  outline: none;
}
#sip-page #page-heading a.read {
  color: #076c7e;
  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 #076c7e;
  color: #ffffff;
  background: #076c7e;
}
#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 #076c7e;
}
#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 #076c7e;
  color: #ffffff;
  background: #076c7e;
}
#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 #076c7e;
}
#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: #076c7e;
  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: #076c7e;
  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)
{
.no-padding-left-md{
	padding-left:0px;
	}	
	
.navbar-default .top-nav .navbar-nav > li > a {
    font-size: 12px;
}
.nav>li>a {
    padding: 6px 5px;
}

nav .navbar-brand {
    min-height: 92px;
    width: 303px;
    margin-top: 0px;
    background: url(/images/logo-md.png) left no-repeat;
    margin-left: 0px !important;
}






#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;
}
#banner .carousel-caption .banner5-head-text {
    font-size: 30px;
    line-height: 40px;
}
#banner .carousel-caption .banner5-head-text2 {
    font-size: 25px;
    line-height: 35px;
}

.best-financial {
    padding: 60px 0px;
}


.why_side-img  img{
    max-width: 100%;
    height: auto;
	}





#feedback .carousel-caption {
    top: 0px;
}
.testimonial-txt p { 
    font-size: 13px;
}
.contact_add1 { 
    padding: 22px 25px 14px 40px;
    font-size: 13.5px;
}
.con_com_name {
    font-size: 20px;
}
.con_hom_mail { 
    font-size: 17px;
}
footer {
    padding-top: 0px; 
}

#footer li {
    float: left;
    padding: 0px 5px 5px 5px;
}
.foot_padding {
    padding-top: 45px;
    padding-bottom: 15px;
}


}
@media (min-width: 768px) and (max-width: 991px)
{
.navbar-default {
    border-bottom: none;
    padding: 0 0px;
    border-bottom: 0px solid #dadada;
    min-height: 94px;
}

nav .navbar-brand {
min-height: 60px;
    width: 196px;
    background: url(/images/logo-small.png) no-repeat;
    height: 41px;
    margin-top: 40px;

/*    width: 130px;
    margin-top: 0px;
   ;*/
}


#menubar  .navbar-right {
    margin-right: 0;
}
.navbar-default .navbar-nav > li {
      padding: 5px 0px;
}


.navbar-default #menubar .navbar-nav > li > a {
    padding: 5px 3px 3px 3px;
}
.login-btn, .menu_search_btn {
    font-size: 13px;
    margin-top: 8px;
    margin-left: 10px;
}






#banner {
    margin-top: 118px;
}
#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-caption .banner5-head-text {
    font-size: 36px;
    line-height: 40px;
}

#banner .carousel-caption .banner5-head-text2 {
    font-size: 24px;
    line-height: 35px;
}
#banner .carousel-caption .banner4-head-text span {
    font-size: 25px;
}
#banner .carousel-inner >.item {
    min-height:535px;
}

#banner .carousel-inner > .item .va-table {
    min-height: 500px !important;
    margin-left: 17px;
}


.banner-bg1 {
    background: url(/images/banner1.jpg) 35% no-repeat;
}
.banner-bg2 {
    background: url(/images/banner2.jpg) 35% no-repeat; 
}
.banner-bg3 {
    background: url(/images/banner3.jpg) 35% no-repeat;
}
.banner-bg4 {
    background: url(/images/banner4.jpg) 35% no-repeat;
}
.banner-bg5{
    background: url(/images/banner5.jpg) 35% no-repeat;
}




.service-title {
    font-size: 20px;
}
.service-desc {
      font-size: 13px;
}
.best-financial {
    padding: 60px 0px;
}

.why_side-img  img{
    max-width: 100%;
    height: auto;
	}
.nav-pills>li>a {
    padding: 10px 32px;
}

.contact_add1 {
    padding: 23px 13px 14px 28px;
}
/*.contact_add2 {
    padding: 53px 25px 14px 28px;
}*/
.contact_form iframe {
    margin-top:30px;
}

.con_com_name {
       font-size: 25px;
    line-height: 30px;
}

.con_hom_mail {
    font-size: 14px;
}
.con_hom_mail a {
    padding-left: 0px;
}
.carousel-control img{
	height:30px;
	}
#feedback .carousel-inner > .item {
    min-height:370px;
}

#feedback .carousel-caption {
top: 0px;
    left: 3%;
    right: 0%;
    width: 95%;
}



#footer li {
    float: left;
    padding:0px 5px 5px 5px;
}

}

@media (min-width: 0px) and (max-width: 767px){
.navbar-default .navbar-nav > li {
    padding: 5px 10px;
}
	
	

nav .navbar-brand {
	margin-top: 25px;
    min-height:60px;
	height:60px;
    width: 250px;
    background: url(/images/logo-xs.png) no-repeat;
}
.navbar-default {
    background: #08333b;
    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;
	border-top: 0px solid #135460;
   
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 20px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #09333a;
    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: 500px;
}
#banner .carousel-caption {
    min-height:500px;
}
.banner-content {
    font-size: 16px;
    line-height: 26px;
   
}
.banner-bg1 {
    background: url(/images/banner1.jpg) left no-repeat;
}
.banner-bg2 {
    background: url(/images/banner2.jpg) left no-repeat; 
}
.banner-bg3 {
    background: url(/images/banner3.jpg) left no-repeat;
}
.banner-bg4 {
    background: url(/images/banner4.jpg) left no-repeat;
}
.banner-bg5 {
    background: url(/images/banner5.jpg) left no-repeat;
}


#banner .carousel-caption .banner-head-text {
       font-size: 25px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 15px;
}

#banner .carousel-caption .banner4-head-text {
    font-size: 21px;
    line-height: 30px;
}
#banner .carousel-caption .banner4-head-text span {
    font-size: 21px;
}
#banner .carousel-caption .banner5-head-text {
    font-size: 30px;
    line-height: 37px;
}
#banner .carousel-caption .banner5-head-text2 {
	   font-size: 20px;
    line-height: 35px;
}

#banner .carousel-caption {
    right: 12%;
    top: 15px;
    left: 9%;
    padding-top: 20px;
   
}
#banner .carousel-control.right {
    background-image: none;
      right: 25px;
}
.best-financial-title {
    font-size: 23px;
}
.best-financial {
    padding: 25px 10px;
}

.service-desc {   
    margin-bottom: 40px;
}

.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;
    
}

#why_sec .why_head {
    font-size: 22px;  
	  line-height: 40px;
    padding-top: 12%;
}
#feedback {
    padding-bottom: 50px;
}
.feedback-head {
 font-size: 24px;

}

#feedback .carousel-caption {
    top: -10px;
	left: 5%;

}
#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;
}
.nav-pills>li>a {
    padding: 10px 10px;
}
.why_contact {
    font-size: 26px; 
    line-height: 30px;
    padding-bottom: 20px;
}
.nav-pills>li {
    min-height: 145px;
}
.custm_padng_left {
    padding-left: 13.8%;
}
.con_com_name {
    font-size: 18px;
    line-height: 30px;
	text-align:center;
}

.con_hom_mail {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.media:first-child {
    margin-top: 30px;
}
.con_hom_mail .media {
    margin-left: 0%;
}

footer {
    font-size: 13px;
}
#footer ul {
    margin-left: -9%;
}

#footer li {
    float: left;
    padding: 0px 5px 5px 5px;
}

#footer .pull-right {
    float: left!important;
}

#footer iframe{
	    margin-top: 20px;
	}

.foot-disclaimer .disclaimer {
    text-align: justify;
	padding-left: 20px;
    padding-right: 20px;
}
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){


nav .navbar-brand {
    margin-top: -32px;
}
nav {
    height: 90px;
}

#banner .carousel-inner >.item {
    min-height: 490px;
}
#banner .carousel-caption {
  
    left: 6%;
}





.right_sec_plan {
    padding: 10px 30px ;
}

.right_sec_plan {
    min-height: 454px;
}

#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;
}
	}

