@charset "utf-8";
/* CSS Document */

@import url('/font/roboto.css');
body
{
	margin:0;
	padding:0;
	font-family:'robotoregular';
	line-height:22px;
	font-size:14px;
}
.rupee {
    font-family: "rupee_foradianregular";
}
section
{
	position:relative;
}
.margin-top-10{
	margin-top:10px;
	}
a:hover, a:focus {
    text-decoration: none !important;
    color: inherit;
}
.no-padding{
	padding:0 !important;	
}
.no-pad-left
{
	padding-left:0px !important;
}
.no-pad-right
{
	padding-right:0px !important;
}
.padding-top-5 {
    padding-top: 6px;
}
.padding-top-10{
    padding-top: 10px;	
}
.padding-top-20{
    padding-top: 20px;	
}
.padding-top-30{
    padding-top: 30px;	
}
.padding-top-40{
    padding-top: 40px;	
}
.padding-top-50{
    padding-top: 50px;	
}
.padding-top-60{
    padding-top: 60px;	
}
.padding-top-70{
    padding-top: 70px;	
}
.padding-top-80{
    padding-top: 80px;	
}
.padding-top-90{
    padding-top: 90px;	
}
.padding-top-100{
    padding-top: 100px;	
}
.padding-right-5{
	padding-right:5px;	
}
.padding-right-10{
	padding-right:10px;	
}
.padding-right-20{
	padding-right:20px;	
}
.padding-right-30{
	padding-right:30px;	
}
.padding-right-40{
	padding-right:40px;	
}
.padding-right-50{
	padding-right:50px;	
}
.padding-right-60{
	padding-right:60px;	
}
.padding-right-70{
	padding-right:70px;	
}
.padding-right-80{
	padding-right:80px;	
}
.padding-right-90{
	padding-right:90px;	
}
.padding-right-100{
	padding-right:100px;	
}
.padding-left-7{
	padding-left:7px;
	}
.padding-left-10{
	padding-left: 10px;
}
.padding-left-20{
	padding-left: 20px;
}
.padding-left-30{
	padding-left: 30px;
}
.padding-left-40{
	padding-left: 40px;
}.padding-left-50{
	padding-left:50px;
}
.padding-left-right-5{
 padding-left:5px;
 padding-right:5px;
}
.padding-bottom-25{
	padding-bottom:25px;	
	}
.padding-top-150{
	padding-top:150px;
	}
	
.margin-top-10{
	margin-top:10px;
}
.margin-top-20{
	margin-top:20px;
}
.margin-top-30{
	margin-top:30px;
}
.margin-top-40{
	margin-top:40px;
}
.margin-top-50{
	margin-top:50px;
}
.margin-top-60{
	margin-top:60px;
}.margin-top-70{
	margin-top:70px;
}
.margin-top-80{
	margin-top:80px;
}
.margin-top-90{
	margin-top:90px;
}
.margin-top-100{
	margin-top:100px;
}
.margin-top-95{
	margin-top:95px;
	}
.margin-top-125{
margin-top:125px;
	}

.margin-top-155{
	margin-top:155px;
	}
.margin-bottom-10{
margin-bottom: 10px
}
.margin-bottom-15{
	margin-bottom:15px;
	}

.margin-bottom-20{
margin-bottom: 20px
}
.margin-bottom-30{
margin-bottom: 30px
}
.margin-bottom-40{
margin-bottom: 40px
}
.margin-bottom-50{
margin-bottom: 50px
}
.margin-left-n70{
	margin-left: -70px;
}
.margin-left-n25{
	margin-left: -25px;
	}
.margin-right-n85{
     margin-right: -50px;
	}
::selection {
    background: #096cb1;
    color: #FFF;
    text-shadow: 1px 1px 0 #000;
}
/* Scroller */
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
	background:#0a457d;							   
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(245,75,0,0.4);
}
.no-border-top {
  border-top: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-radius {
  border-radius: 0px !important;
}

.no-mar-pad {
  margin: 0 !important;
  padding: 0 !important;
}

.no-padding {
  padding: 0 !important;
}
.padding-top-5{
	padding-top:5px;
	}
.no-padding-right {
  padding-right: 0;
}

.no-padding-left, footer #lower ul {
  padding-left: 0 !important;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-top, #tool h1 {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.hcentre {
  margin: 0 auto;
}

.no-border {
  border: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-radius {
  border-radius: 0px !important;
}

@media (min-width: 771px) {
  .logo {
    min-height: 1px !important;
  }
}
@media (min-width: 1200px) {
  .lg-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .lg-no-padding {
    padding: 0 !important;
  }

  .lg-no-padding-right {
    padding-right: 0;
  }

  .lg-no-padding-left {
    padding-left: 0 !important;
  }

  .lg-no-padding-top {
    padding-top: 0;
  }

  .lg-no-padding-bottom {
    padding-bottom: 0;
  }

  .lg-no-margin {
    margin: 0 !important;
  }

  .lg-no-margin-right {
    margin-right: 0 !important;
  }

  .lg-no-margin-left {
    margin-left: 0 !important;
  }

  .lg-no-margin-top {
    margin-top: 0 !important;
  }

  .lg-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .lg-position-absolute {
    position: absolute;
  }

  .lg-position-relative {
    position: relative;
  }

  .lg-hcentre {
    margin: 0 auto;
  }

  .lg-no-border {
    border: none !important;
  }

  .lg-no-border-top {
    border-top: none !important;
  }

  .lg-no-border-right {
    border-right: none !important;
  }

  .lg-no-border-bottom {
    border-bottom: none !important;
  }

  .lg-no-border-left {
    border-left: none !important;
  }

  .lg-no-radius {
    border-radius: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .md-no-padding {
    padding: 0 !important;
  }

  .md-no-padding-right {
    padding-right: 0;
  }

  .md-no-padding-left {
    padding-left: 0 !important;
  }

  .md-no-padding-top {
    padding-top: 0;
  }

  .md-no-padding-bottom {
    padding-bottom: 0;
  }

  .md-no-margin {
    margin: 0 !important;
  }

  .md-no-margin-right {
    margin-right: 0 !important;
  }

  .md-no-margin-left {
    margin-left: 0 !important;
  }

  .md-no-margin-top {
    margin-top: 0 !important;
  }

  .md-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .md-position-absolute {
    position: absolute;
  }

  .md-position-relative {
    position: relative;
  }

  .md-hcentre {
    margin: 0 auto;
  }

  .md-no-border {
    border: none !important;
  }

  .md-no-border-top {
    border-top: none !important;
  }

  .md-no-border-right {
    border-right: none !important;
  }

  .md-no-border-bottom {
    border-bottom: none !important;
  }

  .md-no-border-left {
    border-left: none !important;
  }

  .md-no-radius {
    border-radius: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .sm-no-padding {
    padding: 0 !important;
  }

  .sm-no-padding-right {
    padding-right: 0;
  }

  .sm-no-padding-left {
    padding-left: 0 !important;
  }

  .sm-no-padding-top {
    padding-top: 0;
  }

  .sm-no-padding-bottom {
    padding-bottom: 0;
  }

  .sm-no-margin {
    margin: 0 !important;
  }

  .sm-no-margin-right {
    margin-right: 0 !important;
  }

  .sm-no-margin-left {
    margin-left: 0 !important;
  }

  .sm-no-margin-top {
    margin-top: 0 !important;
  }

  .sm-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .sm-position-absolute {
    position: absolute;
  }

  .sm-position-relative {
    position: relative;
  }

  .sm-no-border {
    border: none !important;
  }

  .sm-no-border-top {
    border-top: none !important;
  }

  .sm-no-border-right {
    border-right: none !important;
  }

  .sm-no-border-bottom {
    border-bottom: none !important;
  }

  .sm-no-border-left {
    border-left: none !important;
  }

  .sm-no-radius {
    border-radius: 0px !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .xs-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .xs-no-padding {
    padding: 0 !important;
  }

  .xs-no-padding-right {
    padding-right: 0;
  }

  .xs-no-padding-left {
    padding-left: 0 !important;
  }

  .xs-no-padding-top {
    padding-top: 0;
  }

  .xs-no-padding-bottom {
    padding-bottom: 0;
  }

  .xs-no-margin {
    margin: 0 !important;
  }

  .xs-no-margin-right {
    margin-right: 0 !important;
  }

  .xs-no-margin-left {
    margin-left: 0 !important;
  }

  .xs-no-margin-top {
    margin-top: 0 !important;
  }

  .xs-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .xs-position-absolute {
    position: absolute;
  }

  .xs-position-relative {
    position: relative;
  }

  .xs-no-border {
    border: none !important;
  }

  .xs-no-border-top {
    border-top: none !important;
  }

  .xs-no-border-right {
    border-right: none !important;
  }

  .xs-no-border-bottom {
    border-bottom: none !important;
  }

  .xs-no-border-left {
    border-left: none !important;
  }

  .xs-no-radius {
    border-radius: 0px !important;
  }
 .xs-padding-top-30 {
	 
	 padding-top:30px;
	 }
  /*inner pages*/
#page-content .table p.text-center {
    text-align: justify;
}


#life_Insurance  #page-content .container{
    padding-right: 0px;
    padding-left: 0px;

}
#general_insurance  #page-content .container{
    padding-right: 0px;
    padding-left: 0px;

}
#health_insurance  #page-content .container{
    padding-right: 0px;
    padding-left: 0px;

}  

}



 
.margin-bottom-20
{
	margin-bottom:20px;
	} 
 .margin-top-10{
	 margin-top:10px;
	 }
.margin-top-155{
	margin-top:155px;
	} 
.mar-r-n45{
    margin-right: -45px;
}
 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:322px;
		right:-285px;
		width:285px;
		height:390px;
		z-index:999;
		cursor:pointer;
		background:#ffffff;
		padding-top:20px;
		border-radius:10px;
		border:1px solid #c2c2c2;
		-webkit-box-shadow: 0px -1px 4px 2px rgba(198,198,198,.4);
-moz-box-shadow: 0px -1px 4px 2px rgba(198,198,198,.4);
box-shadow: 0px -1px 4px 2px rgba(198,198,198,.4);
		-webkit-transition: all .5s ease;
		-moz-transition: all .9s ease;
		-ms-transition: all .9s ease;
		-o-transition: all .9s ease;
		transition: all .5s ease;
}
.sign-up-tab
{
	position:absolute;
	left:-42px;
	top:10px;
	width:42px;
	height:139px;
	background:url(/images/Signup-tab.png) no-repeat;
}
.font-size-22 {
    font-size: 22px;
    line-height: 22px;
}
.t1-active
{
		right:0px;
		-webkit-transition: all .5s ease;
		-moz-transition: all .9s ease;
		-ms-transition: all .9s ease;
		-o-transition: all .9s ease;
		transition: all .5s ease;
}









.navbar
{
	margin-bottom:0px;
}
.navbar-fixed-top {
    border-width: 0 0 0px;
}
.navbar-default
{
	background:#fff;
	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:0px 0px 1px 0px;
	   color: #3a3a3a;
	
}



.top-nav
{
	width: 100%;
    background:#f68714;
	border-bottom:0px solid #f68714;
}

.navbar-default .top-nav .navbar-nav > li {
    padding: 0px 0px 1px 0px;
    color: #ffffff;
}

.navbar-default .top-nav .navbar-nav > li > a{
	  color: #fff;
    font-size: 14px;
    font-family: 'robotoregular';
    letter-spacing: 0.1px;
	}

.navbar-default .top-nav .navbar-nav > li > a:hover{
    color:#000 !important;
}
.navbar-default #menubar .navbar-nav > li > a
{
	padding: 5px 5px 5px 11px;
	color: #000000;
   font-size:14px;
    font-family: 'robotoregular';
    letter-spacing: 0.1px;
	
}
.navbar-default #menubar .navbar-nav > li > a:hover{
	
	 color:#59a211;
	}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	    color: #000;
}



.nav>li>a {
    position: relative;
    display: block;
   padding: 2px 10px;
}
.nav>li>a>img {
    max-width: none;
    margin-top: -5px;
}

.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;
	}

.login-btn{
	font-family: 'robotoregular';
    font-size: 14px;
    color: #000;
    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:#59a211;
	 border: 1px solid #59a211;
    border-radius: 4px;
      margin-left: 20px;
	}

	
.login-btn:hover{background: #feb432;
    border: 1px solid #feb432;
    color: #fff;
	}
	
.login-btn img {
    margin-top: -4px;
    margin-left: 5px;
}
.reg-btn {
    background: #ea951c;
    border: 1px solid #ea951c;
    display: none;
}
.reg-btn:hover{
	background: #086cb1;
    border: 1px solid #086cb1;
	}
		
.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:#096cb1  !important;
	}*/


#basket nav.smaller {
    min-height: 48px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
   
    border-top: 0px solid #e7e7e7;
}

.no-top-nav
{
     display:none;
}
.no-login{
	display:none;
}
.small-login{
	background:url(/images/small-login-bg.png) center no-repeat;
	width:180px;
	min-height:38px;
	margin-top: -4px;
	display:none;
}
.no-small-login{
	display:block;
	}
.nav-login {
    background: #f57920 !important;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    font-family: 'robotoregular';
    padding-right: 5px;
    padding-left: 6px;
    padding-top: 7px;
      padding-bottom: 8px;
    text-align: center;
    width: 100px;
	margin-top: -8px;
    
}
#inner-pages .nav-login {
    padding-top: 11px;
}


/*-------------------------Navbar Animation------------------------------------- */
/*.top-nav-text{ 	
	    margin-top: -57px;
}
.top-most-header {
    min-height: 20px;
    background: #f6555f;
    margin-top: 0px;
	
	}
.top-most-header a:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.mail-to{
	text-align: center;
	}
.mail-to a{
	text-align: center;
       font-size: 16px;
     color: #1a6eda;
	font-family: 'robotobold';
	}
.mail-to a:hover{
	color:#000;
	}	
		
.call-to{
	text-align: center;
    font-size: 22px;
    color: #1a6eda;
    font-family: 'robotobold';
	}
	
	
.top-nav-text .col-lg-1{
	width: 11.333333%;
	}*/

nav {
  min-height: 110px;
  z-index: 999;
  background: #ffffff;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; 
  }
  .logo {
      margin-left: -127px;
  } 
  
  
  nav .navbar-brand {
    display: inline-block;
    min-height: 80px;
    width: 295px;
    margin-top: 10px;
    background: url(/images/logo.png) left no-repeat;
    background-size: 230px;
    margin-left: 0px;
	font-size:24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
	 .navbar-brand div {
	  font-size:14px;
	  margin-top:5px;
	 }
	 .navbar-brand span {
	  display:block;
	  font-size:12px;
	  margin-top:0px;
	 }
 nav .navbar-left {
    float: left !important;
    margin-right: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	
	font-size: 18px;
}
nav.smaller {
    min-height: 50px;
	background:#ffffff;
}
nav.smaller .navbar-brand {
    width: 264px;
    margin-top: 5px;
	background:url(/images/logo.png) no-repeat;
 }
	   
 nav.smaller .navbar-right {
    float: right!important;
    margin-right: 0px;
	padding-top:10px;
	vertical-align: bottom;
    margin-left: 10px;
}


.navbar-collapse ul{
	    margin-top:32px;
	}

/*-----------inner banner--------------------*/
.inner-pages-banner-heading {
    font-family: 'robotobold';
    font-size: 20px;
    line-height: 25px;
    padding-top: 10px;
    text-align: center;
    color: #ffffff;
    padding-bottom: 5px;
}
.inner-pages-banner-head-content {
    font-family: 'robotoregular';
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
}

.banner-sub-heading, .banner-sub-heading a{
	text-align:center;
	font-size:14px;
	color:#ffffff;
	}
.banner-sub-heading a:focus, .banner-sub-heading a:hover {
    color: #ffa226 !important;
    text-decoration: underline !important;
}
/*------BANNER------*/


/*------BANNER------*/
/*------BANNER------*/

#banner
{
	top:0;
	left:0;
    min-height:541px;
	width:100%;
	 margin-top: 90px;
}
.banner-bg1{
	background:url(/images/banner1.jpg) center no-repeat;
	 background-size:cover;
}
.banner-bg2{
	background:url(/images/banner2.jpg) center no-repeat;
	 background-size:cover;
	}
.banner-bg3{
background:url(/images/banner3.jpg) center no-repeat;
 background-size:cover; 
	}
.banner-bg4{
background:url(/images/banner4.jpg) center no-repeat;
 background-size:cover; 
	}	
	
	.banner-bg5{
background:url(/images/banner5.jpg) center no-repeat;
 background-size:cover; 
	}	
	
#banner .carousel-inner >.item 
{
	min-height:541px;
}

#banner .carousel-inner > .item .va-table {
    display: table;
    min-height: 405px !important;
    width: 100%;
	margin-left: 17px;
}

#banner .carousel-inner > .item .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.carousel-control 
{
	width:0%;
}
.carousel-indicators {
    bottom: 0px;
}
.carousel-indicators li {
display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -999px;
    cursor: pointer;
    margin: 2px;
    background-color: transparent;
    border:1px solid  #034183;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 2px;
    background-color:  #034183;
    border:1px solid  #034183;
}

.carousel-control:focus{
	 color: #fff;
	}
.carousel-control:hover {
    color: #303030;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}
#banner .carousel-caption {
    text-shadow: none !important;
    right: 0%;
    left: 7%;
    min-height: 400px;
}
.font-size-30
{
	font-size:30px;
}
#banner .carousel-caption .banner-head-text
{
    font-family: 'robotomedium';
    font-size: 60px;
    color: #034183;
    line-height: 60px;
    text-align: left;
   /* text-transform: uppercase;*/
	   
}
#banner .carousel-caption .banner-head-content{
     color: #000000;
    font-family: 'robotolight';
    font-size: 46px;
    line-height: 70px;
    text-align: left;
    padding-bottom: 5px;
	}
	
.banner_sub{
	color: #000000;
    font-family: 'robotoregular';
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    padding-top: 15px;
    padding-right: 21%;
    padding-bottom: 15px;
	
	}	
	
.banner-content{
    font-family: 'robotoregular';
    font-size: 18px;
    color: #000;
    line-height: 25px;
    text-align: left;
    padding-bottom: 10px;
	}
.banner-btn
{
    background: #59a211;
    border-radius: 5px;
    font-family: 'robotoregular';
    font-size: 15px;
    color: #000;
    padding: 15px 10px;
    /*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:#303030;
	color:#ffffff;
}
#banner .carousel-caption .lastline
{
	 font-family: 'robotoregular';
	font-size:20px;
	color:#ffffff;
	font-weight:100;
	line-height:22px;
	padding-top:10px;
    text-shadow: 0 0px 0px rgba(0,0,0,.2);
}



#banner .carousel-control.left {
    background-image: none;
	 position: absolute;
    top: 0;
    bottom: 0;
    left: 6%;
    width: 0%;
    font-size: 20px;
   
}

#banner .carousel-control.right {
    background-image: none;
	    right: 78px;
}
.transition-timer-carousel-progress-bar {
    height: 3px;
    background-color: #fc231d;
    width: 0%;
    margin: 0px 0px 0px 0px;
    border: none;
    z-index: 0;
    position: relative;
}

/*-----=================================section1 end==========================================----*/

/*-----=================================section Plan your goal with us start==========================================----*/
#plan_goals{
	width:100%;
	min-height:200px;
	background:#20771a;
	 font-family: 'robotoregular';
	 padding: 60px 5px;
	}
.plan_goal_head{
	font-size:23px;
	line-height:30px;
	color:#fff;
	font-family:'robotomedium';
	text-align:left;
    padding-top: 30px;

	}
.plan_goal_sub_head{
	font-size: 14px;
    font-family: 'robotoregular';
    padding-top: 5px;
    line-height: 16px;
    text-align: left;
    color: #fff;
	}
.plan_text{
font-size: 13.8px;
color:#000;
	}	
	
a:hover .plan_text {
    color: #ffffff;
}
.plan_icon img {
    vertical-align: middle;
    margin-top: 0px;
	  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	}


		
a:hover .plan_icon img {
    vertical-align: middle;
    margin-top: -15px;
	padding-bottom:15px;
	  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	}
/*-----=================================section Plan your goal with us end==========================================----*/

/*-----=================================section2 start==========================================----*/
#section2{
	min-height:540px;
	background:url(/images/section2.jpg) center no-repeat;
	 font-family: 'robotoregular';
    padding-top: 50px;
    padding-bottom: 50px;
	    background-size: cover;
	}

	
#section2 .services-head{
	font-size:30px;
	line-height:40px;
	 color: #feb432;
	font-family:'robotomedium';
}


#section2 .services-head-content{
    font-size: 16px;
    color: #fff;
    padding-bottom: 65px;
    padding-top: 10px;
       font-family: 'robotoregular';
    line-height: 25px;
}

#section2 .col-lg-offset-half{    
	margin-left: 4.333333%;
	}
.service_sec{
	min-height:329px;
	background:#fff;
	border-radius:5px;
	}
.service_bg{
	min-height:159px;
	background:#00e4ff;
	border-radius:5px;
	    border-bottom: 3px solid #00adc1;
	}
.service_bg img {
   
    margin-top: 15px;
}
.service_content{
	text-align: center;
    padding: 13px 10px;
	}
.service_content .glyphicon-arrow-right {
    position: relative;
    top: 3px;
} 
.service_content h3 {
	  font-family: 'robotomedium';
    font-size: 22px;
    color: #373b46;
    margin-top: 7px;
    margin-bottom: 8px;
}

.service_content p{
	color:#2c2c2c;
	  font-family: 'robotoregular';
	  font-size:14PX;
	  line-height:17px;
	}
.service_content a{
	color:#f3630c;
	font-size:15px;
	font-family: 'robotomedium';
	}
.service_content a:hover, .service_content a:focus{
	color:#000;
	}	
	
#section2 .custom-font{
    font-size: 33px;
    line-height: 35px;
    color: #64a4ff;
font-family: 'robotobold';
	}

#section2 .heading{
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 36px;
}	 	 
/*-----=================================section2 end==========================================----*/

	
/*===============research section===================*/	
	#research
{
	background:url(/images/research_bg.jpg) center no-repeat;
	background-size:cover;
	min-height:650px;
	padding-top:5%;
	padding-bottom:20px;	
	    font-family: 'robotolight';
}

.market-research-head
{
	font-size:31px;
	color:#020202;
	line-height:35px;
}
#research p
{
	font-size:18px;
	color:#6f6f6f;
    padding: 0px 0px 30px 0px;
}
.market-tabs
{
	margin-top:20px;
	background:none;
	min-height:200px;
}
#research .nav
{
	background:none;
}
#research .nav-pills > li.first
	{
	    padding-left:0%;
	}
#research .nav-pills > li > a
{
	background:none !important;
	color:#1f1f1f;	
	border-radius:0px;
	font-size:14px;
	padding:10px 25px;
	
}
#research .nav-pills > li > a:hover
{
	background:none !important;
	color:#eb6a0c;
}

#research .nav-pills>li.active>a, #research .nav-pills>li.active>a:focus, #research .nav-pills>li.active>a:hover 
{
	background:none;
	color:#eb6a0c;
	
}

#research .nav-pills>li.last>a
{
	border-right:none;
}
.tools-content {
    height: 345px;
    display: block;
    margin-bottom: 20px;
    overflow: auto;
    padding: 15px;
    background:#ffffff;
       border: 2px solid #9bce31;
}


.margin-tool-top
{
	margin-top:30px;
}

.news-box
{
	height:300px;
	background:none;
	overflow:auto;
	display:block;
	padding:5px;
}

.news-tool{
  width: 100%;
  height: 100vh;
}
.news-tool {
}
.news-tool ul {
width: 100%;
padding: 0;
list-style: none;
}
.news-tool li {
padding: 20px 0px;
border-bottom: 1px solid #dfdfdf;
}
.news-tool li #date
{
  color: #ff5d00;
  font-size: 13px;
  transition:all .2s ease;
}
.news-tool li #news-title{
  font-size: 14px;
  line-height: 22px;
  color: #000;
  transition:all .2s ease;
}
.news-tool li:first-of-type #date{
  font-weight: bold;
  font-size: 18px;
  transition:all .2s ease;
  font-family: 'robotobold';
}
.news-tool li:first-of-type #news-title
{
  font-size: 19px;
  font-weight: bold;
  color: #0174cf;
  transition:all .5s ease;
  font-family: 'robotobold';
  line-height: 22px;
}
.news-tool li:after {
content: '';
display: block;
clear: both;
}


/* MF NFO Starts */
.mf-nfo{
  width: 100%;
  height: 100vh;
}
.mf-nfo {
}
.mf-nfo ul {
width: 100%;
padding: 0;
list-style: none;
}
.mf-nfo li {
padding: 20px 0px;
border-bottom: 1px solid #dfdfdf;
}
.mf-nfo li .media-left{
  padding: 0;
  transition:all .2s ease;
}
.mf-nfo li .media-left img{
  width: 0px;
  transition:all .2s ease;
}
.mf-nfo li #date
{
  color: #ff5d00;
  font-size: 13px;
  transition:all .2s ease;
}
.mf-nfo li #news-title{
  font-size: 14px;
  line-height: 22px;
  color: #000;
  transition:all .2s ease;
}
.mf-nfo li:first-of-type .media-left{
  padding-right: 10px;
  transition:all .2s ease;
}
.mf-nfo li:first-of-type .media-left img{
  width: 65px;
  transition:all .2s ease;
}
.mf-nfo li:first-of-type #date{
  font-weight: bold;
  font-size: 18px;
  transition:all .2s ease;
  font-family: 'robotobold';
}
.mf-nfo li:first-of-type #news-title
{
  font-size: 19px;
  font-weight: bold;
  color: #09c6d8;
  transition:all .5s ease;
  font-family: 'robotobold';
  line-height: 22px;
}
.mf-nfo li:after {
content: '';
display: block;
clear: both;
}

/* MF NFO Ends */

/* Dividend */
.mf_dividend{
  width: 100%;
  height: 100vh;
}
.mf_dividend{
}
.mf_dividend ul {
width: 100%;
padding: 0;
list-style: none;
}
.mf_dividend li {
padding: 20px 0px;
border-bottom: 1px solid #dfdfdf;
}
.mf_dividend li .media-left{
  padding: 0;
  transition:all .2s ease;
}
.mf_dividend li .media-left img{
  width: 0px;
  transition:all .2s ease;
}
.mf_dividend li #date
{
  color: #f56d09;
  font-size: 13px;
  transition:all .2s ease;
}
.mf_dividend li #news-title{
  font-size: 14px;
  line-height: 22px;
  color: #000;
  transition:all .2s ease;
}
.mf_dividend li #dividend{
    font-family: 'robotobold';
    transition:all .2s ease;
    color: #000;
  }

.mf_dividend li:first-of-type .media-left{
  padding-right: 10px;
  transition:all .2s ease;
}
.mf_dividend li:first-of-type .media-left img{
  width: 65px;
  transition:all .2s ease;
}
.mf_dividend li:first-of-type #date{
  font-weight: bold;
  font-size: 18px;
  transition:all .2s ease;
  font-family: 'robotobold';
}
.mf_dividend li:first-of-type #news-title
{
  font-size: 19px;
  font-weight: bold;
  color: #0174cf;
  transition:all .5s ease;
  font-family: 'robotobold';
  line-height: 22px;
}
.mf_dividend li:first-of-type #dividend{
    font-family: 'robotobold';
    color: #438013;
    font-size: 22px;
    transition:all .2s ease;
    padding-top: 5px;
  }
.mf_dividend li:after {
content: '';
display: block;
clear: both;
}

/*-----=================================section3 feed back start==========================================----*/	

#feedback
{
	/*min-height: 579px;
    padding-top: 40px;
    padding-bottom: 0px;*/
    font-family: 'robotoregular';
}
#feedback .left_side_content{
	background:url(/images/testi_side_image.jpg) left no-repeat;
	min-height:565px;
background-size: cover;
	}
#feedback .right_side_content{
	background:#08671e;
	min-height:565px;
    padding: 30px 50px 0px 94px;
	color:#fff;
}
.welcome_head{
	font-size:35px;
	font-family: 'robotomedium';
	line-height:40px;
	color: #fff;
	    padding-bottom: 15px;

	}
.welcome_sub_head{
	font-family: 'robotoitalic';
	font-size:16px;
	line-height:20px;
	padding-top:10px;
     padding-bottom: 60px;
	color:#fff;
	}
.wel_content{
	  font-family: 'robotoregular';
	  font-size:17.5px;
	  line-height:25px;
	  color:#fff;
	      padding-bottom: 30px;
	  	}
.author_name{
	color:#ff9000;
	font-size:16px;
	font-family: 'robotomedium';
	margin-bottom: 70px;
	position:relative;
	}
.author_name hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #000;
    width: 15%;
    position: absolute;
    left: 0px;
    top: -8px;
}
.author_name span{
	margin-left: 18%;
	}


#feedback .carousel-inner > .item {
            min-height: 475px;
}

#feedback .carousel-caption {
   top:20px;
        left: 0%;
    text-align: left;
    right: 0%;
    text-shadow: none;
   width: 94%;
}
#feedback  .carousel-control {
    width: 0%;
    font-size: 27px;
    color: #fff;
    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: 79%;
    bottom: 0;
    left: 56.5%;
}
#feedback .carousel-control.right {
    background-image: none;
    position: absolute;
   top: 79%;
    bottom: 0;
	    right: 27.4%;
}
#feedback .carousel-control.mid {
background-image: none;
    position: absolute;
        top: 78.5%;
    bottom: 0;
    left: 66.5%;
}

#feedback a.more {
    background: #f68714;
    color: #fff;
    padding: 9px 35px 11px 35px;
    border-radius: 5px;
    font-family: 'robotoregular';
    font-size: 16px;
    border: 2px solid #f68714;
}
#feedback  a:hover.more
{
	    background: #034183;
    color: #fff;
    border: 2px solid #034183;
}	 

/*-----=================================section3 feed back end==========================================----*/

#finnapp
{
	background-image:url(/images/finapp-bg.png) center no-repeat;
	
	background-size:cover;
	
	min-height:640px;
	font-size:14px;
	color:#5f5f5f;
	padding-top:80px;
}
.finnapp-head
{
	 font-family: 'robotolight';
	font-size:33px;
	color:#393737;
	line-height:36px;
	padding-top:30px;
}
.finnapp-subhead
{
	 font-family: 'robotomedium';
	font-size:39px;
	color:#656363;
	line-height:39px;
	padding-top:10px;
}
.finnapp-para1
{
	 font-family: 'robotolight';
	font-size:15px;
	color:#6a6a6a;
	margin-top:30px;
	margin-bottom:30px;
	line-height:24px;
}
.connect-line
{
     font-family: 'robotolight';
	font-size:16px;
	color:#606060;
	padding-top:15px;
	padding-bottom:10px;
}
ul.finnapp-para li
{
	list-style:url(/images/star-blue.png);
	 font-family: 'robotolight';
	font-size:15px;
	color:#606060;
	margin-bottom:15px;
	line-height:22px;
	margin-left:-20px;
}
#finnapp a
{
	color:#3b5999;
	 font-family: 'robotoregular';
	font-size:13px;
}
#finnapp a:hover
{
	color:#16cdc4;
}


#app-section{
	width:100%;
	min-height:500px;
	background:url(/images/section6.jpg) center no-repeat;
	background-size:cover;
	   font-family: 'robotoregular';
}


#app-section .va-table{
	display: table;
    height: 500px !important;
    width: 100%;
}
#app-section .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.app-content{
	font-size:30px;
	color:#fff;
	line-height:40px;
	padding-top:80px;
	}
.app-c-line2{
	font-size:45px;
	line-height:48px;
	}
.app-c-line3{
	font-size:45px;
	line-height:48px;
	color: #000da9;
	font-family:'robotoitalic';
}
.app-benefit-text{
	font-family: 'robotoregular';
	font-size:16px;
	color:#fff;
	line-height:20px;
    margin-top: 50px;
	}
.app-content hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    width: 76%;
}
.app-store-btn{
	   
    margin-top: 20px;
	}
.play-store-btn{

    margin-top: 20px;
}
.app-last-text{
	    font-family: 'robotoregular';
    font-size: 16px;
    line-height: 20px;
    padding-top: 23px;
    color: #fff;
	}
.pt-sans-bold{
  font-family: 'robotobold';
	}
.app-img{
	    padding-top: 58px;
	}
/*-----=================================Home page contact start==========================================----*/


#contact-home{
    background: #fff;
    min-height: 480px;
    color: #000;
    padding-top: 70px;
    padding-bottom: 70px;
}
.foot-border{
	border-top:1px solid #686868;
	}
.foot_padding{
	    padding-top: 30px;
    padding-bottom: 15px;
	}

.contact_home_head{
	 font-family: 'robotomedium';
	font-size:35px;
	color:#000;
	line-height:40px;
	text-align:center;
	}
.contact_home_subhead{
	font-size:16px;
	color:#000;
	line-height:20px;
	text-align:center;
	padding-top:10px;
	    padding-bottom: 60px;

	}
.contact-home-heading{
	 font-family: 'robotomedium';
    font-size: 18px;
    color: #b7b7b7;
    line-height: 30px;

}

.contact_mid{
	width: 80%;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 20px;
	    line-height: 25px;

	}
.contact_mid .media {
    margin-top: 10px;
}	
#contact-home .media  .icon{
	    margin-top: 0px;
		margin-bottom: 5px;
	}
.add-media-text{
	    font-size: 14px;
    line-height:18px;
	    color: #000;
	}

.add-media-text a{
	    color: #000;
	}

.add-media-text a:hover{
	    color: #ffa226;
	}	
		
.links-list{
	font-family: 'robotoregular';
	font-size:14px;
	color:#fff;
	padding-top:0px;
	}
.links-list ul{
	margin-left: 0px;
    -webkit-padding-start: 6px;
}
.links-list li{
    list-style-type: none;
    margin: 0;
       padding: 5px 0px;
    border-bottom: 0px solid #3f4450;
      margin-bottom: 10px;
}
.links-list li a{
	    color: #717171;
	text-decoration:none;
}
.links-list li a:hover{
	color:#ffa226;
}

.links-list li:before{
	content:"\f101";      

	font-size: 18px;   
    margin-right:10px;
	vertical-align:middle;
	position: relative;
    top: -1px;
	color:#717171;
    display: inline-block;
   font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;     
}

.links-list1{
	font-family: 'robotoregular';
	font-size:14px;
	color:#fff;
	padding-top:20px;
	}
.links-list1 ul{
	margin-left: 0px;
    -webkit-padding-start: 6px;
}
.links-list1 li{
    list-style-type: none;
    margin: 0;
    padding: 3px 0px;
    border-bottom: 0px solid #3f4450;
        margin-bottom: 10px;
}

.links-list li:last-child, .links-list1 li:last-child {
   border-bottom: 0px solid #3f4450;
}
/*-----=================================Home page contact start==========================================----*/


/*-----=================================footer start==========================================----*/


footer
{
	background: #000000;
    min-height: 70px;
     color: #505050;
    font-family: 'robotoitalic';
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 5px;
    letter-spacing: 0.0px;
    position: relative;
} 

footer .va-table {
    min-height: 70px;
}

#footer ul {
    text-decoration: none;
    list-style-type: none;
      margin-left: 0%;
	      font-size: 14px
}	

#footer li {
    float: left;
    padding: 0px 0px 5px 35px;
}	
	
	
footer a{
    text-decoration: none;
    color: #505050;
    padding-left: 0px;
    padding-right: 0px;
    font-family: 'robotoitalic';
	
	}

	
footer a:hover, footer a:focus{
	text-decoration:none;
	color:#ffffff;
	}
	

.copyright{
	font-size:13px;
	color:#505050;
	font-family:'robotoitalic';
	}

.foot_padding a.design {
    text-decoration: none;
    color: #505050;
    font-size: 13px;
    font-family: 'robotoregular';
}
.foot_padding a:hover.design {
    text-decoration: none;
    color: #fff;
    
}


/*----------------Footer disclaimer--------------------*/

.foot-disclaimer
{
    min-height: 30px;
    background: #000000;
    padding-top: 15px;
    padding-bottom: 0px;
    font-family: 'robotoregular';
}

.foot-disclaimer .disc_head{
    font-size: 21px;
     font-family: 'robotomedium';
    line-height: 34px;
    text-decoration: underline;
    color: #fff;
	}


.foot-disclaimer .container-fluid
{
	padding-left:30px;
	padding-right:30px;
}

.foot-disclaimer .disclaimer
{
	background:none;
    padding-top: 20px;
	color:#505050;
	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";
	}

	
#sip_investment {
    top: 0;
    left: 0;
    min-height: 200px;
    width: 100%;
       margin-top: 84px;
    background: url(/images/bg.jpg) center no-repeat;
}

#sip_investment .va-table {
    display: table;
    min-height: 200px !important;
    width: 100%;
}
#sip_investment  .table-cell {
    display: table-cell;
    vertical-align: middle;
}


.sip-investment-content-heading {
    font-family: 'robotobold';
    font-size: 25px;
    line-height: 48px;
    padding-top: 7px;
    text-align: center;
    color: #ffffff;
}.sip-investment-head-content {
    font-family: 'robotoregular';
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
}	
	
#sip-page #page-heading {
    min-height: 500px;
}

#sip-page #page-heading:after {
  height: 0px;
  width: 0px;
  background: none;
}

#sipschemes .custom_font{
	font-family:'robotobold';
	font-size:25px;
	line-height:40px;
	padding-bottom:50px;
	}


#sip-page #page-heading .container-fluid {
  margin-left: 30px;
  margin-right: 30px;
}
#sip-page #page-heading .side-tab-sec {
  min-height: 355px;
  background: #f1f1f1;
  background-size: cover;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 14px;
}
#sip-page #page-heading .side-tab-sec .butn {
  padding: 10px;
  background: #ff7000;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0px;
  outline: none;
}
#sip-page #page-heading .plan-btn {
 background: #096cb1;
     font-family: 'robotomedium';
    font-size: 14px;
    color: #ffffff;
    border: 0px solid #ffffff;
    padding: 10px 15px;
    border-radius: 4px;
    transition: all 0.5s ease;
    margin-bottom: 20px;
    text-shadow: none;
    outline: none;
}
#sip-page #page-heading .plan-btn:hover {
  background:#000;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
}
#sip-page #page-heading .plan-btn:focus {
  background: #096cb1;
  color: #ffffff;
  transition: all 0.3s ease;
  outline: none;
}
#sip-page #page-heading a.read {
  color: #008788;
  cursor: pointer;
  font-size: 13px;
}
#sip-page #page-heading a.read:hover {
  color:#ec3e49;
}
#sip-page #page-heading a.read:focus {
  color:#ec3e49;
}
#sip-page #page-heading .collapse.in {
  display: block;
  background: #ffffff;
}
#sip-page #page-heading .video_bg {
  background: url(/images/sip-page-pc.png) center no-repeat;
  min-height: 367px;
}
#sip-page #page-heading .video_bg .video-sip {
  position: absolute;
  top: 19px;
      left: 127px;
  min-width: 488px;
  min-height: 305px;
}
#sip-page #page-heading #nav_lvl_2 {
  display: inline-block;
}
#sip-page #page-heading #nav_lvl_2 li {
  display: inline-block;
  border-right: 0px solid #dedede;
}
#sip-page #page-heading #nav_lvl_2 li.active > a, #sip-page #page-heading #nav_lvl_2 li.active > a:hover, #sip-page #page-heading #nav_lvl_2 li.active > a:focus {
  border: none;
  border-radius: 0px;
  border-bottom: solid 2px #096cb1;
  color: #ffffff;
  background: #096cb1;
}
#sip-page #page-heading #nav_lvl_2 li.active > a:after, #sip-page #page-heading #nav_lvl_2 li.active > a:hover:after, #sip-page #page-heading #nav_lvl_2 li.active > a:focus:after {
  position: absolute;
  content: '';
  left: 45%;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 5px solid #096cb1;
}
#sip-page #page-heading #nav_lvl_2 li > a {
  color: #484848;
  font-size: 14px;
  border: none;
  padding: 10px 10px;
  font-family: 'robotoregular';
}
#sip-page #page-heading #nav_lvl_2 li > a:hover, #sip-page #page-heading #nav_lvl_2 li > a:focus {
  border: none;
  border-radius: 0px;
  border-bottom: solid 2px #096cb1;
  color: #ffffff;
  background: #0a6bb1;
}
#sip-page #page-heading #nav_lvl_2 li > a:hover:after, #sip-page #page-heading #nav_lvl_2 li > a:focus:after {
  position: absolute;
  content: '';
  left: 45%;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 5px solid #096cb1;
}
#sip-page #page-heading .tab-content {
  font-family: 'robotolight';
  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: 'robotobold';
  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: 'robotobold';
  font-size: 21px;
  color: #1e1e1e;
  line-height: 31px;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 50px;
}
#sip-page #page-content .plan-btn {
  background: #008788;
   font-family: 'robotomedium';
  font-size: 14px;
  color: #ffffff;
  border: 0px solid #ffffff;
  padding: 13px 15px;
  border-radius: 25px;
  transition: all 0.5s ease;
  margin-bottom: 20px;
  text-shadow: none;
  outline: none;
}
#sip-page #page-content .plan-btn:hover {
  background:#ec3e49;
  color: #0f3667;
  transition: all 0.3s ease;
  outline: none;
}
#sip-page #page-content .table-striped > thead > tr:nth-of-type(odd) {
  background-color: #096cb1;
  border-bottom: 1px solid #ddd;
}
#sip-page #page-content .table > thead > tr > th {
  color: #ffffff;
}
#sip-page #page-content .side-contact {
  min-height: 60px;
  background: url(/images/tax-contact.png) center no-repeat;
  background-size: cover;
  margin-bottom: 11px;
  font-size: 31px;
  color: #ffffff;
  border-radius: 8px;
}
 .debtheading {
     font-family: 'robotomedium';
    font-size: 29px;
    color: #171616;
    line-height: 30px;
	    padding-bottom: 21px;
    padding-top: 20px;
}
 .equity_lar_text{
	text-shadow: none;
    font-size: 20px;
 font-family: 'robotolight';
    color: #121212;
    left: 0;
    top: 10px;
    width: 98%;
	}

 .important-line {
  font-family: 'robotobold';
    font-size: 17px;
}



@media (min-width: 992px) and (max-width: 1300px){
#sip-page #page-heading .video_bg .video-sip {
    left: 9px;
    min-width: 451px;
 
}
	#sip-page #page-heading .video_bg {
    background: none;
}}


@media (min-width: 426px) and (max-width: 991px) {
  #sip-page #page-content .side-contact {
    margin-top: 17px;
  }
  #sip-page #page-heading .video_bg .video-sip {
    left: 94px;
}
 #sip-page #page-heading .video_bg {
    margin-bottom: 40px;
} 
  
}
@media (min-width: 0px) and (max-width: 767px){
	#sip_investment {
    margin-top: 88px;
}#sip-page #page-heading .container-fluid {
    margin-left: 0px;
    margin-right: 0px;
}


	}
	
	
#sip-page #page-content .side-contact .butn {
  padding: 8px;
  background: #ff7000;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0px;
  outline: none;
}


/*---Media Queries-----------------*/




@media (min-width: 992px) and (max-width: 1300px)
{
.navbar-default #menubar .navbar-nav > li > a {
    padding: 5px 5px 5px 6px;
}
/*.nav>li>a {
    padding: 6px 5px;
}*/
.navbar-collapse ul {
    margin-top: 30px;
}
.logo {
    margin-left: -88px;
}
nav .navbar-brand {
	min-height: 75px;
width: 210px;
    margin-top: 7px;
    background: url(/images/logo.png) left no-repeat;
    margin-left: 0px;
   
}
.login-btn {
    padding: 6px 5px;
}
#banner {
    min-height: 445px;
	  margin-top: 77px;
}

/*#banner .carousel-caption .banner-head-text {
    font-size:50px;
}*/

#banner .carousel-caption .banner-head-content {
    padding-top: 50px;
}
#banner .carousel-inner >.item {
    min-height: 450px;
}

#section2 .col-lg-offset-half {
    margin-left: 0;
}
#feedback .carousel-inner > .item {
    min-height: 505px;
}
#feedback .right_side_content {
    padding: 30px 22px 0px 50px;
}
#feedback .carousel-caption {
    top: 0px;
}

#sip_investment {
    margin-top: 69px;
}






}
@media (min-width: 768px) and (max-width: 991px)
{
.navbar-default {
    /*background: #464646;*/
    border-bottom: none;
    padding: 0 0px;
    border-bottom: 0px solid #dadada;
       min-height: 57px;
}
.top-most-header {
	background-position-x: right;
    margin-top: -6px;
}
.navbar-default #menubar .navbar-nav > li > a {
    font-size: 12px;
    
} 
.logo {
    margin-left: -40px;
}

.navbar-collapse ul {
    margin-top: 8px;
}

nav .navbar-brand {
	min-height: 70px;
    width: 210px;
    margin-top: 13px;
    background: url(/images/logo.png) no-repeat;
    margin-left: -17px !important;
}

#menubar  .navbar-right {
    margin-right: 0;
}
.navbar-default .navbar-nav > li {
   padding: 5px 3px;
}

.navbar-default .top-nav .navbar-nav > li > a {
    font-size: 13px;
}
.navbar-default #menubar .navbar-nav > li > a {
    padding: 5px 0px 4px 3px;
}
.login-btn {
        font-size: 13px;
    padding: 2px 5px;
    margin-top: -2px;
    margin-left: 20px;
}


#banner {
    margin-top: 56px;
	  min-height: 495px;
}
#banner .carousel-inner >.item {
    min-height: 500px;
}
#banner .carousel-caption .banner-head-text {
    font-size: 30px;
	line-height: 33px;

}
#banner .carousel-caption .banner-head-content {
    font-size: 25px;
    line-height: 30px;
}


.plan_goal_sub_head {
    margin-bottom: 35px;
}
.service_content p {
    font-size: 13px;
}

#feedback .right_side_content {
      padding: 30px 25px 0px 35px;
}
#section2 .col-lg-offset-half {
 
   margin-left: 0px;
}
.service_content h3 {
    font-size: 19px;
}
.service_content {
    padding: 13px 18px;
}	
#section2 .services-head {
    text-align: center;
}	
#section2 .services-head-content {
    text-align: center;
}	
    #power-sip {
    margin-top: 40px;
}
#power-sip .right_side_content {
    padding: 24px 0px 0px 20px;
}

#power-sip #sip-calc .result-text {
  
    font-size: 20px;
}
#power-sip #sip-calc .result-text {
    padding-top: 0px;
}
#power-sip #sip-calc rzslider {
    height: 13px;
}
.equity_bg {
   
    margin-bottom: 30px;
}
#mobile_app .mobile_head1 {
    padding-top: 11%;
}	
	
#mobile_app .mobile_content {
    padding-top: 30px;
    padding-bottom: 30px;
}

#mobile_app .app_img img{
    max-width: 100%;
    height: auto;
	padding-bottom:10%;
}
#feedback .carousel-inner > .item {
    min-height: 510px;
}
.carousel-control img {
    height: 18px;
}


#feedback .carousel-caption {
    top: 0px;
    left: 1%;
    right: 0%;
    width: 100%;
}
#feedback .carousel-control.left {
    top: 79%;
    left: 74.5%;
}
#feedback .carousel-control.mid {
    top: 78.5%;
    left: 82.5%;
}
#feedback .carousel-control.right {
    top: 79%;
    right: 11.4%;
}

#footer li {
    float: left;
    padding: 0px 6px 5px 0px;
}
#feedback .left_side_content {
    background: url(/images/testi_side_image.jpg) center no-repeat;
    background-size: cover;
}
#sip_investment {
    margin-top: 51px;
}
}

@media (min-width: 0px) and (max-width: 767px){
    .t1 {
    top: 235px;
}
nav .navbar-brand {
    display: inline-block;
    min-height: 75px;
    width: 245px;
    line-height: 72px;
	background: url(/images/logo.png) left no-repeat;
  background-size: 200px;
    margin-top: 0px;
}
.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: 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #ffffff;
    border-top: 1px solid #e7e7e7;
}
.navbar-collapse ul {
    margin-top: 12px;
}
.logo {
    margin-left: 0;
}
.navbar-default .top-nav .navbar-nav > li {
    float: left;
    font-size: 12px;
}
.navbar-default .top-nav .navbar-nav > li > a {
     font-size: 12px;
}

#banner {
    background: url(/images/banner-bg-xs.jpg) center no-repeat;
    background-size: cover;
     min-height: 450px;
    margin-top: 80px;
}

#banner .carousel-caption .banner-head-content {
     font-size: 40px;
    line-height: 44px;
    padding-bottom: 5px;
    padding-top: 16%;
}


#banner .carousel-inner >.item {
  min-height: 460px;
}
#banner .carousel-caption {
    min-height:460px;
}
.banner-content {
    font-size: 16px;
    line-height: 26px;
   
}
/*.banner-bg1 {
   background: none;
}
.banner-bg2 {
   background: none;
}
.banner-bg3 {
   background: none;
}

.banner-bg4 {
    background: none;
}
*/

#banner .carousel-caption .banner-head-text {
      font-size: 15px;
    line-height: 20px;
    /* text-align: left; */
    margin-bottom: 15px;
}
.banner_sub {
    font-size: 18px;
    font-weight: 800;
}
#banner .carousel-caption {
    right: 12%;
    top: 15px;
    left: 9%;
    padding-top: 20px;
   
}
#banner .carousel-control.right {
    background-image: none;
      right: 25px;
}


.plan_goal_head {
    text-align: center;
    font-size: 20px;
}
.plan_goal_sub_head {
    text-align: center;
    padding-bottom: 25px;
}
.plan_text {
    margin-bottom: 25px;
}
#section2 .col-lg-offset-half {
    margin-left: 0;
}
.service_content {
    padding: 13px 33px;
}
.service_sec {
    margin-bottom: 25px;
}

#feedback .right_side_content {
    padding: 30px 30px 0px 30px;
}



#section2 .services-head {
    font-size: 26px;
    text-align: center;
}

#section2 .services-head-content {
    font-size: 19px;
    text-align: center;
}
    #power-sip #sip-calc {
    padding-bottom: 30px;
    margin-top: 50px !important;
}
#power-sip {
    background: #ffffff00;
}
#power-sip .right_side_content {
    background: #282c38;
    min-height: 565px;
    padding: 50px 0px 0px 25px;
    color: #fff;
}


.power-sip-head {
    font-size: 26px;
    line-height: 30px;
    padding-top: 15px;
}
.result-line {
 
    font-size: 24px;
    line-height: 28px;
}

#show_final_amount {
 
    font-size: 26px;
    
}
.equity_bg {
    margin-bottom: 20px;
}
.finnapp-subhead {
    font-size: 21px;
    line-height: 25px;
}
#mobile_app .mobile_head1 {
    font-size: 27px;
    line-height: 33px;
   
}
#mobile_app .mobile_head2 {
    font-size: 36px;
    line-height: 40px;
}
#mobile_app .app_img img{
	max-width:100%;
}
#mobile_app .mobile_content {
    
    text-align: justify;
}
#mobile_app .app_img {
    padding-top: 10%;
    padding-bottom: 15%;
}
#feedback {
    padding-bottom: 50px;
}
.feedback-head {
 font-size: 24px;

}

#feedback .carousel-control.left {
          top: 40%;
    left: 0%;
}
#feedback .carousel-control.right {
           top: 40%;
      right: 6.4%;
}
#feedback .carousel-inner > .item {
     min-height:560px;
}
.carousel-control img{
	    height: 6%;
	}
.testimonial-txt .heading-txt {
    padding-top: 5px;
}	
.testimonial-txt{
    margin-bottom: 20px;
    padding: 5px 20px 15px 0px;
	}

.contact_home_head {
    font-size: 25px;
}

.contact_home_subhead {
    padding-bottom: 30px;
}
.links-list {
	padding-top: 12px;
    margin-bottom: 20px;
}

.contact_mid {
    
    padding-top: 12px;
}

footer {
    font-size: 13px;
}
#footer ul {
    margin-left: -9%;
}

#footer li {
    float: left;
    padding: 0px 16px 6px 2px;
}

#footer .pull-right {
    float: left!important;
}

#footer iframe{
	    margin-top: 20px;
	}

.foot-disclaimer .disclaimer {
    text-align: justify;
}
footer:after {
	display:none;
}
.app-c-line2 {
    font-size: 24px;
    line-height: 48px;
}
 .app-c-line3 {
    font-size: 31px;
    line-height:35px;
    
}   
    
    
}

@media (max-width:375px)
{

#banner .carousel-caption .banner-head-text {
    font-size: 30px;
}

.app_icon img {
    border: 0;
    max-width: 100%;
}

#feedback .carousel-control.left {
          top: 44%;
    
}
#feedback .carousel-control.right {
           top: 44%;
     
}
footer {
    padding-top: 28px;
    padding-bottom: 25px;
    letter-spacing: 0.0px;
}
#footer li {
  
    padding: 0px 9px 5px 4px;
}


}


@media (max-width:320px){

#banner .carousel-inner >.item {
    min-height: 490px;
}
#banner .carousel-caption {
  
    left: 6%;
}
#banner .carousel-caption .banner-head-text {
    font-size: 27px;
}

#feedback .carousel-inner > .item {
    min-height: 590px;
}


.plan_icon {
	min-height:120px;
	}
.testimonial-txt {
    margin-bottom: 20px;
    padding: 5px 10px 15px 0px;
}

#about-bg .home_about_left {
    background: none;
    min-height: 358px;
    padding: 34px 25px;
    color: #fff;
    background-color: #06478d;
}


#section2 .ser_btn {
   
    width: 36%;
    left: 33.5%;
}
.author_name hr {
    display: none;
}
.author_name span {
    margin-left: 0%;
}

#footer li {
    padding: 0px 34px 5px 0px;
}
	}

