@charset "utf-8";
/* CSS Document */

@import url('/font/roboto.css');
@import url('/font/stylesheet.css');
@import url('http://fonts.googleapis.com/css?family=PT+Sans');
body
{
	margin:0;
	padding:0;
	font-family:'robotoregular';
	line-height:22px;
	font-size:13px;
}


section
{
	position:relative;
}
.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;
}

.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;
}


.padding-l-r-60{
	padding-left:60px;
	padding-right:60px;
}

@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;
  }
}
 
 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{ color:inherit;}
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-size-65
{
	font-size:65px;
}
.font-size-46
{
	font-size:46px;
}
.font-size-43
{
	font-size:43px;
}
.margin-top-20px
{
	margin-top:20px;
}

.padding-left-right
{
	padding-left:50px !important;
	padding-right:50px !important;
}
a:focus, a:hover
{
	text-decoration:none;
}

.font-size-28 {
    font-size: 28px;
  line-height: 50px;

}
*{
margin:0;

}
a {
    color: #inherit;
    text-decoration: none;
}
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-8{
	padding-top:8px;
	}
.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-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;	
	}
.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-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-right-n85 {
    margin-right: -100px;
}
.font-light-green{
	color:#b2eb1a;
	}


.col-lg-offset-half {
    margin-left: 4.33333333%;
}
.mont-bold{
	font-family:'montserratbold';
}
.mont-semibold{
	font-family:'montserratsemibold';
	}	
/* 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);
}
 
 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{ color:inherit;}
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-size-65
{
	font-size:65px;
}
.font-size-46
{
	font-size:46px;
}
.font-size-43
{
	font-size:43px;
}
.margin-top-20px
{
	margin-top:20px;
}

.padding-left-right
{
	padding-left:50px !important;
	padding-right:50px !important;
}
a:focus, a:hover
{
	text-decoration:none;
}

::-webkit-scrollbar {
    width: 7px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3); 
	background:#222;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle*/
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #0099db; 
    -webkit-box-shadow: inset 0 0 0px rgba(200,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
 background: rgba(78,78,78,0.4);
}
.t1
{
		margin:0 auto;
		position:fixed;
		top:250px;
		right:-285px;
		width:285px;
		height:360px;
		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;
}
.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;
}
/*-------------------Pop Up Register--------------------------------*/
.blur-bg{
	background:#000;
}
/* Blur */
.blur{
	filter:blur(2px);
	-webkit-filter:blur(5px);
	-moz-filter:blur(5px);
	-o-filter:blur(5px);
	-ms-filter:blur(5px);
}
.popup-box{
  width:100%;
  height:100%;
  position:fixed;
  background:rgba(0,0,0,.5);
  z-index:99999;
  top:0;
  left:0;
  display:none;
}
.popup-boxview{
  display:block !important;
}
.popup-container{
  width:100%;
  height:340px;
  background:none;
  margin:25px auto;
  margin-top:calc( (100vh - 400px) / 2);
  position:relative;
}

.button2 {
    background:#e46304!important;
     border:2px solid #e46304;
     padding:10px 15px!important;
	 border-radius:25px;
     cursor: pointer;
	  font-family: 'Open Sans';
	  color:#ffffff;
	  font-size:18px;
	  line-height:22px;
	  text-decoration:none;
}
.button2:hover {
    background:none !important;
     border:2px solid #e46304;
    /*border is optional*/
     cursor: pointer;
	  color:#e46304;
}



.benefit
	{
		font-family:'open_sansregular';
		font-size:12px;
		color:#ffffff;
		background:url(/images/benifit-bg.png) top center no-repeat;
		background-size:cover;
		min-height:340px;
		padding:20px 10px 10px 20px;
	}
	.benefit-head
	{
		font-family:'robotoregular';
		font-size:20px;
		text-transform:uppercase;
		color:#ffffff;
	}
	.benefit-bold
	{
		font-family:'robotobold';
		font-size:28px;
		text-transform:uppercase;
		color:#ffffff;
	}
	.benefit > ul
	{
    margin: 0px 0 0 7px;
    padding: 6px 20px 0px 10px;
	}
	.benefit > ul li
	{
		list-style:url(/images/bullet.png);
		line-height:20px;
		padding:5px 0px;		
	}
	.login-reg-form
	{
		background:#ffffff;
		min-height:340px;
		padding:20px 10px 10px 0px;
	}
	.login-reg-txt
	{
		font-family:'robotomedium';
		font-size:17px;
		color:#3c55a5;
		padding:10px 10px 0px 10px; 
	}
	.login-reg-bold
	{
		font-family:'robotomedium';
		font-size:37px;
		padding-top:5px;
	}
.mfsahihai
	{
		margin:0 auto;
		position:fixed;
		bottom:0px;
		right:-221px;
		width:300px;
		height:120px;
		z-index:9999999;
		background:url(/images/quick_btn.gif) center no-repeat;
		transition:all .3s ease-in;
	}
.mfsahihai:hover
	{
		bottom:0px;
		right:0px;
		transition:all .3s ease-in;
	}

/*------Nav bar-----*/
.navbar
{
	margin-bottom:0px;
}
.navbar .container-fluid
{
	padding-right:0;
}
.navbar-fixed-top {
    border-width: 0 0 0px;
}
.navbar-default
{
	background:#ffffff;
	border-bottom:none;
	padding:0 15px;
     padding-right: 0;
	border-bottom:1px solid #dadada;
}
.navbar-default .navbar-nav > li{
	padding:20px 10px;
	}
.navbar-default .navbar-nav > li > a
{
	padding:0px 0px;
	color:#222222;
	font-size:16px;
	font-family:'latoregular';
	letter-spacing:.4px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	color:#1ecfb9;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color:#1ecfb9;
    background: none;
}
.navbar-default .navbar-nav > li > a .glass-btn
{
	padding:10px;
	border:0;
	margin-top:-2px;
	background:url(/images/search-menu1.png) center 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;
}
/*#inner-pages .navbar-default {
    background: #074898;
   
}*/




.dropdown-menu>li>a {
	font-family:'latoregular';
	font-size:14px;
    padding: 6px 12px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #42d4ff;
    text-decoration: none;
    background-color:transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color:#42d4ff;
    background:none;
}


.toggle
{
	color:#42d4ff;
	padding-left:5px;
	display:none;
}
.login-btn
{
	background:#eff6f9;
	font-family:'latoregular';
	font-size:15px;
	color:#191919;
     padding: 13px 11px;
    padding-bottom: 9px;
	border:none;
	margin-top:10px;
	margin-left:10px;
	letter-spacing:.2px;
	border-radius:35px 0 0 35px;
	border:0px solid #ffffff;
	outline:none;
}
.login-btn:hover, .login-btn:focus
{
	background:#fec90f;
	outline:none;
	color:#000000 !important;
}
.login-btn img
{
	margin-right:5px;
	margin-top:-3px;
}
.navbar-brand
{
	padding:0 15px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 5px;
	margin-right:20px;
    margin-top: 12px;
	/*min-height:60px;*/
}
/*.navbar-brand:after
{
    position: absolute;
    left: 35px;
    bottom: -20px;
    width: 200px;
    font-size: 11px;
    color: #000000;
    text-align: justify;
    text-transform: uppercase;
    content: 'A Mutual Fund Distributor';
}*/
.navbar-right {
    float: right!important;
    margin-right: 15px;
	padding-top:15px;
}
.navbar-right > li > img
{
	margin-top:-5px;
	margin-right:5px;
}
.top-nav
{
	width: 19%;
    background:none;
    position: absolute;
    top: 13px;
	right:0;
    padding: 4px;
    color:#dbae1d;
    z-index: 99999;
	font-family:'Gotham-Book';
	font-size:14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.top-nav a .glass-btn
{
	padding:10px;
	border:0;
	margin-top:10px;
	background:url(/images/search-menu1.png) center 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;
}
/*-------------------------Navbar Animation------------------------------------- */
nav {
  height:90px;
  z-index: 999;
  background:none;
  -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;
    height: 75px;
    width: 238px;
    line-height: 65px;
    margin-top: 5px;
	background:url(/images/logo.png) no-repeat;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; 
	}

nav .navbar-left
{
	margin-top: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;
}	

 nav .navbar-right {
    float: right!important;
    margin-right: 0px;
	margin-top:0px;
	color:#ffffff;
    -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 > li.log-in
{
	font-family:'robotoregular';
	font-size:17px;
	color:#ffffff;
	text-transform:none;
	border:0;
}
nav .navbar-right > li.log-in img
{
	width:24px;
	height:24px;
	background:url(/images/phone.png) center no-repeat;
	border:0;
	margin-right:5px;
	border-style: hidden;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -5px;
}
    
 /* nav.smaller {
    height: 82px;
    background: #ffffff;
	 }
    nav.smaller> .container-fluid .navbar-brand {
   width: 272px;
    height: 80px;
    line-height: 50px;
    margin-top: 1px;
    background: url(/images/logo.png) no-repeat
	   }*/
 nav.smaller .navbar-right {
    float: right!important;
    margin-right: 0px;
	padding-top:0px;
	margin-top:15px;
}
nav.smaller .navbar-nav > li > a
{
	color:#222222;
}
nav.smaller .navbar-nav > li > a:hover
{
	color:#41e3c4;
}
nav.smaller .navbar-nav > li > a .glass-btn
{
	background:url(/images/search-menu.png) center 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.smaller .login-btn {
 margin-top:6px;
}
*/
nav.smaller .navbar-right > li.log-in img
{
	background:url(/images/phone-small.png) center no-repeat;
	border:0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ffffff;
}

 nav.smaller .top-nav a .glass-btn
{
	padding:10px;
	border:0;
	margin-top:20px;
	background:url(/images/search-menu.png) center 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;
}


/*-----------inner banner--------------------*/
.inner-pages-banner-heading {
    font-family: 'merriweather_sansbold';
    font-size: 20px;
    line-height: 25px;
    padding-top: 10px;
    text-align: center;
    color: #ffffff;
    padding-bottom: 5px;
}
.inner-pages-banner-head-content {
    font-family: 'robotoregular';
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
}

.banner-sub-heading, .banner-sub-heading a{
	text-align:center;
	font-size:14px;
	color:#ff9e55;
	}
.banner-sub-heading a:focus, .banner-sub-heading a:hover {
    color: #ff9e55 !important;
    text-decoration: underline !important;
}


/*------BANNER------*/

#banner
{
	top:0;
	left:0;
    min-height:100vh;
	width:100%;
	background: url(/images/banner.png) center no-repeat;
	background-size: cover;
	padding-top:180px;
}
#banner .heading
{
	font-family:'Lato';
	font-size:26px;
	color:#ffffff; 
	margin-bottom:15px;
	line-height:26px;
	font-weight:none !important;
	padding-top:35px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.22);
	text-transform:uppercase;
}
#banner .heading2
{
	color:#ffffff;
	font-family:'Lato';
	font-size:50px;
	line-height:50px;
	text-transform:uppercase;
}
#banner .heading3
{
	color:#fec90f;
	font-family:'Latoregular';
	font-size:22px;
	line-height:22px;
	text-transform:uppercase;
	padding-top:20px;
}

#banner .start-btn
{
	background:#fec90f;
	border-radius:25px;
	font-family:'Poppinsregular';
	font-size:14px;
	color:#000000;
	padding:10px 30px;
	border:0px;
	outline:none;
	margin-top:20px;
	margin-bottom:40px;
	text-transform:uppercase;
}
#banner .start-btn:hover, #banner .start-btn:focus
{
	background:#f44c0b;
	color:#ffffff;
	outline:none;
}
.plan-btn
{
	background: rgba(29,208,193,1);
	background: -moz-linear-gradient(left, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(29,208,193,1)), color-stop(100%, rgba(44,199,103,1)));
	background: -webkit-linear-gradient(left, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);
	background: -o-linear-gradient(left, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);
	background: -ms-linear-gradient(left, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);
	background: linear-gradient(to right, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dd0c1', endColorstr='#2cc767', GradientType=1 );
	border-radius:25px;
	font-family:'Merriweather-LightIt';
	font-size:15px;
	color:#ffffff;
	padding:15px 40px;
	border:0px;
	outline:none;
    margin-bottom: 10px;
}
.plan-btn:hover, .plan-btn:focus
{
	background:#055882;
	color:#ffffff;
	outline:none;
}
#banner a .media .media-body .media-heading
{
	font-family:'robotoregular';
	font-size:16px;
	color:#fec90f;
	font-weight:100;
	line-height:24px;
	padding-top:15px;
	text-transform:uppercase;
}
#banner a .media .media-body p
{
	font-family:'robotolight';
	font-size:14px;
	color:#fefefe;
	font-weight:100;
	line-height:24px;
	text-transform:none;
}
#banner a .media .media-left img
{
	margin-top:40px;
	padding-right:5px;
}
#banner a .media .media-right img
{
	margin-top:40px;
	padding-left:5px;
}
#banner a:hover .media .media-body .media-heading
{
	color:#1ecfb9;
}

/*------Welcome------*/

#welcome
{
	min-height:460px;
	background:#f2f2f2;
	font-size:14px;
	color:#5f5f5f;
	padding-top:80px;
	padding-bottom:40px;
}
.wel-head
{
	font-family:'PoppinsSemiBold';
	font-size:30px;
	color:#2f2e2e;
	line-height:30px;
	text-transform:uppercase;
}
.wel-subhead
{
	font-family:'robotoregular';
	font-size:16px;
	color:#5f5f5f;
	margin-top:20px;
	margin-bottom:40px;
	line-height:24px;
}
.more1
{
	text-decoration:none;
	background:#413e36;
	border-radius:25px;
	padding:13px 20px;
	font-size:15px;
	color:#ffffff;
	font-family:'PoppinsSemiBold';
	text-transform:uppercase;
	margin-right:15px;
	margin-top:10px;
}
.more1:hover
{
	text-decoration:none;
	color:#ffffff;
	background:#055882;
}
.more2
{
	text-decoration:none;
	background:#eb6a0c;
	border-radius:25px;
	padding:13px 20px;
	font-size:15px;
	color:#ffffff;
	font-family:'PoppinsSemiBold';
	text-transform:uppercase;
	margin-right:15px;
	margin-top:10px;
}
.more2:hover
{
	text-decoration:none;
	color:#ffffff;
	background:#055882;
}
.more3
{
	text-decoration:none;
	background:#9bce31;
	border-radius:25px;
	padding:13px 20px;
	font-size:15px;
	color:#ffffff;
	font-family:'PoppinsSemiBold';
	text-transform:uppercase;
	margin-right:15px;
	margin-top:10px;
}
.more3:hover
{
	text-decoration:none;
	color:#ffffff;
	background:#055882;
}
.join-line
{
	font-family:'latoregular';
	font-size:15px;
	line-height:19px;
	color:#747474;
	padding-top:30px;
}
.join-line span
{
	font-family: 'Lato-Black';
	font-size:19px;
	line-height:19px;
	color:#4a6093;
}
.join-line img
{
	margin:10px 5px;
} 
 
/*================Reason to invest================*/


/*------Reason to invest with us------------*/
.reason-invest
{
	    min-height: 332px;
	background:#f7f7f7;
	font-size:14px;
	color:#5f5f5f;
	padding-top:80px;
	padding-bottom:50px;
    background-attachment: fixed;
}
.reason-invest-head
{
	font-family:'poppinssemibold';
    font-size: 30px;
    color: #000;
    line-height: 31px;
	text-transform:uppercase;
}
.reason-invest-head p
{
	font-family:'latoregular';
	font-size:16px;
	line-height:24px;
	color:#000;
	text-transform:none;
	margin-bottom:50px;
	padding-top:10px;
}

.reason-invest .features
{
    background: #ffffff;
    border-radius: 10px;
    padding: 50px 0px;
    margin-bottom: 15px;
    /*border: 4px solid #ddd;*/
	-webkit-box-shadow: 0px 0px 22px 3px rgba(229,229,229,1);
	-moz-box-shadow: 0px 0px 22px 3px rgba(229,229,229,1);
	box-shadow: 0px 0px 22px 3px rgba(229,229,229,1);
}
.reason-invest .features img
{
	margin-top:0px;
}
.reason-invest .features .feature-head
{
	color: #230404;
    font-family: 'latoregular';
    font-size: 15px;
    line-height: 12px;
    margin-top: 8px;
    font-weight: 500;
}

.reason-invest .more {
    background: #fec90f;
    color: #000000;
    padding: 12px 20px;
    border-radius: 50px;
    font-family: 'Poppinsregular';
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
	outline:none;
	margin-top:40px;
}
.reason-invest .more:hover {
    background: #00a0e3;
    color: #ffffff;
}

/*.reason-invest a {
  margin-top: 30px;
}
.reason-invest a .tile-block {
  height: 249px;
  position: relative;
  background: none;
  overflow: hidden;
  margin-bottom: 20px;
  border: 0px solid transparent;
}
.reason-invest a .tile-block .bg-img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.reason-invest a .tile-block .bg-img:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.reason-invest a .tile-block .va-table {
  min-height: 249px;
}
.reason-invest a .tile-block .va-table .service-head {
  font-family: 'open_sanssemibold';
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 15px;
}
.reason-invest a .tile-block .va-table .service-para {
  font-family: 'OpenSans';
  font-size: 15px;
  color: #ffffff;
  margin-top: 5px;
  padding: 5px 20px;
  line-height: 22px;
}
.reason-invest a:hover .tile-block {
  height: 249px;
  background: none;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  border: 0px solid #ffd681;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.reason-invest a:hover .tile-block .bg-img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.reason-invest a:hover .tile-block .bg-img:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.78);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.reason-invest a:hover .tile-block .va-table {
  min-height: 249px;
}
*/

/*==============video sect===========*/


/*-----------Solutions -----------*/
#solutions-plan
{
 background:#ffffff;
 min-height:614px;
 padding-top:50px;
 padding-bottom:20px;
 color:#ffffff;
}	

.solutions-plan-head
{
    font-family: 'PoppinsSemiBold';
    font-size: 30px;
    color: #3b3b3b;
    line-height: 30px;
    margin-bottom: 50px;
	text-transform:uppercase;
}
#solutions-plan .goal
{
	padding-left:5px;
	padding-right:5px;
}

#solutions-plan .lastblue-strip
{
  background:#207cc5;
  border-radius:10px;
  padding:8px 15px;
  font-family:'robotoregular';
  font-size:17px;
  color:#ffffff;
  margin-top:40px;
  line-height:40px;	
}
.start-btn
{
	background:#38c85e;
    border-radius:25px;
	font-family:'robotoregular';
	font-size:14px;
	outline:none;
	border:0;
	padding:0px 20px;
}
.start-btn:hover
{
	background:#f4e42f;
	outline:none;
	border:0;
	color:#000000;
}



#solutions-plan .tile-block {
  height: 155px;
  position: relative;
  background: rgba(0, 0, 0, 0.78);
  overflow: hidden;
  margin-bottom: 5px;
}
#solutions-plan .tile-block .bg-img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#solutions-plan .tile-block .bg-img:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.28);
}
#solutions-plan .tile-block .va-table {
  min-height: inherit;
}
#solutions-plan .tile-block:hover .bg-img {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

a .head-text {
  font-family: "HelveticaNeue-Bold";
  font-size: 19px;
  color: #222222;
  text-decoration: none;
  margin-top: 5px;
}
a hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #ff6060;
}
a .headtext-para {
  font-family: "HelveticaNeue";
  font-size: 14px;
  color: #4c4c4c;
  text-decoration: none;
  line-height: 18px;
  margin-bottom: 20px;
}

#but-css .baskbgstrip1 {
  background: none;
  color: #606060;
  font-family: "Poppins-Medium";
  font-size: 18px;
  border-radius: 8px;
}
#but-css .baskbgstrip1 input {
  background: #055882;
  border: 0px;
  border-radius: 3px;
  width: 150px;
  text-align: center;
  font-size: 15px;
  padding: 5px 0;
  line-height: 20px;
  font-family: "Poppins-Medium";
  color: #ffffff;
}
#but-css .baskbgstrip1 input:hover, #but-css .baskbgstrip1 input:focus {
  outline: none;
}
#but-css .baskbgstrip1 button {
  background: #ff993f;
  background: -moz-linear-gradient(top, #ff993f 50%, #ff7801 50%, #ff993f 50%, #ff7801 50%, #ff7801 50%);
  background: -webkit-linear-gradient(top, #ff993f 50%, #ff7801 50%, #ff993f 50%, #ff7801 50%, #ff7801 50%);
  background: linear-gradient(to bottom, #ff993f 50%, #ff7801 50%, #ff993f 50%, #ff7801 50%, #ff7801 50%);
  border: 0px;
  border-radius: 3px;
  padding: 6px 10px;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
  margin-left: 10px;
}



/*--------Magic of compunding------*/
.sip-sec{
	background:url(/images/sip-sec-bg.jpg) center no-repeat;
	background-size:cover;
	min-height:100vh;
	
	}
.sip-sec .heading
{
	font-family: 'KozGoPr6N-Regular-AlphaNum';
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 36px;
	margin-top:100px;
}
.sip-sec .custom-font{
	font-family: 'KozGoPr6N-Bold-AlphaNum';
    font-size: 47px;
    color: #ffc600;
	}
.sip-sec .heading2
{
	font-family: 'KozGoPr6N-Bold-AlphaNum';
    font-size: 47px;
    color: #ffc600;
    margin-bottom: 35px;
    line-height: 47px;
}
.sip-sec .heading2para
{
	font-family: 'KozGoPr6N-Light-AlphaNum';
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 27px;
}
.sip-sec .heading2para2
{
	font-family: 'KozGoPr6N-Light-AlphaNum';
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 40px;
	margin-bottom:30px;
}
.sip-sec a.more
{
	font-family: 'KozGoPr6N-Medium-AlphaNum';
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
    line-height: 24px;
	margin-bottom:40px;
	padding:15px 30px;
	border-radius:3px;
	background: #ffc600;

}

.sip-sec a:hover.more
{
	background: rgba(200,83,0,1);
	background: -moz-linear-gradient(left, rgba(200,83,0,1) 0%, rgba(200,83,0,1) 1%, rgba(226,139,0,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(200,83,0,1)), color-stop(1%, rgba(200,83,0,1)), color-stop(100%, rgba(226,139,0,1)));
	background: -webkit-linear-gradient(left, rgba(200,83,0,1) 0%, rgba(200,83,0,1) 1%, rgba(226,139,0,1) 100%);
	background: -o-linear-gradient(left, rgba(200,83,0,1) 0%, rgba(200,83,0,1) 1%, rgba(226,139,0,1) 100%);
	background: -ms-linear-gradient(left, rgba(200,83,0,1) 0%, rgba(200,83,0,1) 1%, rgba(226,139,0,1) 100%);
	background: linear-gradient(to right, rgba(200,83,0,1) 0%, rgba(200,83,0,1) 1%, rgba(226,139,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c85300', endColorstr='#e28b00', GradientType=1 );
    color: #fff;
	outline:none;
}
.sip-sec .lastline
{
	font-family: 'KozGoPr6N-Regular-AlphaNum';
	font-size:16px;
	color:#ffffff;
	line-height:24px;
	margin-top:60px;
}
.sip-sec .lastline img
{
	margin-top:-5px;
}




#benefits-sip
{
	background:url(/images/benefits-bg.png) center no-repeat;
	background-size:cover;
	min-height:636px;
	padding-top:50px;
	padding-bottom:40px;
}

.benefits-sip-head
{
	font-family:'PoppinsSemiBold';
	font-size:30px;
	color:#505050;
	line-height:30px;
	text-transform:uppercase;
}
.benefits-sip-head p
{
	font-family:'poppinslight';
	font-size:16px;
	line-height:22px;
	color:#4e4e4e;
    padding-top: 8px;
	text-transform:none;
	padding-bottom:60px;
}

.benefits-numbers
{
	font-family:'PoppinsSemiBold';
	font-size:19px;
	color:#333333;
	line-height:30px;
	margin-top:10px;
}
#benefits-sip .para
{
	font-family:'latoregular';
	font-size:15px;
	line-height:22px;
	color:#5a5a5a;
	padding:10px 80px;
	margin-bottom:20px;
}

#benefits-sip .more
{
	background:#fec90f;
	color:#000000;
	padding:12px 20px;
	border-radius:50px;
	font-family:'Poppinsregular';
	font-size:14px;
	text-transform:uppercase;
	cursor:pointer;
	border:0;
}
#benefits-sip .more:hover
{
	background:#00a0e3;
	color:#ffffff;
}

/*--------services we provide section 3---
.services
{
	background:url(/images/services-bg.png) center no-repeat;
	background-size:cover;
	width:100%;
	min-height:100vh;
	padding-top:70px;
	padding-bottom:20px;
}
.services-provide-head
{
	font-family:'PoppinsSemiBold';
	font-size:30px;
	color:#ffffff;
	line-height:30px;
	text-transform:uppercase;
}
.services-provide-subhead
{
	font-family:'poppinslight';
	font-size:16px;
	color:#ffffff;
	margin-bottom:40px;
	line-height:28px;
}

.links-area .links-panel
{
	border-bottom:2px solid #fec90f;
}
.links-area .links-panel img.img1
{
  background:url(/images/quick-links-img1.png) no-repeat;
  padding:50px;
}
.links-area:hover .links-panel img.img1
{
  background:url(/images/quick-links-img1_hvr.png) no-repeat;
}
.links-area .links-panel img.img2
{
  background:url(/images/quick-links-img2.png) no-repeat;
  padding:50px;
}
.links-area:hover .links-panel img.img2
{
  background:url(/images/quick-links-img2_hvr.png) no-repeat;
}
.links-area .links-panel img.img3
{
  background:url(/images/quick-links-img3.png) no-repeat;
  padding:50px;
}
.links-area:hover .links-panel img.img3
{
  background:url(/images/quick-links-img3_hvr.png) no-repeat;
}
.services .service-ico-head
{
	font-family:'poppinsmedium';
	font-size:22px;
	line-height:24px;
	color:#ffffff;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:10px;
    margin-bottom: 10px;
	text-transform:uppercase;
}
.services a > .service-ico-para
{
	font-family:'Poppinsregular';
	font-size:14px;
	line-height:20px;
	color:#97d5ff;
	padding-bottom:5px;
}
.services a:hover > .service-ico-para
{
	color:#28fda9;
}

.services .lastline
{
	font-family:'Poppinsregular';
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	text-transform:uppercase;
	margin-top:40px;
}

/*--------Power of SIP------*/
#power-sip
{
	background:url(/images/sip-sec-bg.jpg) center no-repeat;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	min-height:706px;
	padding-top:70px;
	padding-bottom:30px;
    z-index: 2;
}
.power-sip-head
{
	font-family:'latoregular';
	color:#ffffff;
	line-height:50px;
	font-size:35px;
	padding-top:15px;
}
.power-sip-head span 
{
	font-family:'lato';
 color:#ffc703;
}
.power-sip-subhead
{
	font-family:'latoregular';
	color:#ffffff; 
	font-size:21px;
	line-height:23px !important;
	padding-bottom:25px;
}

#power-sip .video
{
	border:1px solid #ffffff;
	border-radius:10px;
	padding:0;
}
.sip-calc-side
{
	background:url(/images/calc-sip-bg.png) center no-repeat;
	background-size:cover;
	border:1px solid #eeeeee;
	border-left:0;
	min-height:263px;
	margin-bottom:30px;
	padding:30px;
	padding-top:30px;
	padding-bottom:20px;
	color:#ffffff;
	font-family:'poppinsmedium';
	font-size:17px;
	line-height:26px;
}
.invest-side
{
	background:#055882;
	font-family:'robotoregular';
	font-size:13px;
	color:#ffffff;
	border-radius:25px;
	outline:none;
	border:none;
	padding:5px 20px;
	margin-top:10px;
}
.invest-side:hover, .invest-side:focus
{
	background:#00b0e4;
	outline:none;
	border:none;
}
.option-text
{
	font-family: 'RobotoSlab-Regular';
	font-size:15px;
	line-height:30px;
	color:#353535;
}
.lasttext
{
	font-family: 'Robotoregular';
	font-size:11px;
	line-height:20px;
	color:#a3a3a3;
	margin-top:10px;
}

.wealth-gaintext
{
	position:absolute;
	top:2%;
	right:-1%;
	width:35%;
	min-height:60px;
	color:#202020;
	font-size:15px;
	line-height:18px;
}
.wealth-dot
{
	width:10px;
	height:10px;
	border-radius:10px;
	background:#428dc8;
	position:absolute;
	top:1px;
	left:10px;
}
.amount-investedtext
{
	position:absolute;
	bottom:2%;
	left:-1%;
	width:35%;
	min-height:60px;
	color:#202020;
	font-size:15px;
	line-height:18px;
}
.amount-invested-dot
{
	width:10px;
	height:10px;
	border-radius:10px;
	background:#8dc023;
	position:absolute;
	top:1px;
	right:0px;
}
.chart-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
	float:none;
}
#power-sip a.start-sip
{
	background:#dbae1d;
	color:#ffffff;
	padding:12px 60px;
	border-radius:25px;
	font-family:'PoppinsSemiBold';
	font-size:14px;
	text-transform:uppercase;
	cursor:pointer;
}
#power-sip  a:hover.start-sip
{
	background:#00a0e3;
	color:#ffffff;
}
/*-----=================================section3==========================================----*/	
#services{
min-height:560px;
background:url(/images/investpro-bg.png) center no-repeat;
background-size:cover;
padding-top:50px;	
font-family:'poppinssemibold';
}
/*#services .va-table{
	display: table;
     min-height: 505px!important;
    width: 100%;
}
#services .table-cell {
    display: table-cell;
    vertical-align: middle;
}*/
.services-heading{
			font-size:30px;
		color:#ffffff;
		line-height:50px;
		text-align:center;
		margin-bottom:60px;
}	
.services-text{
	font-size:18px;
	color:#6f6f6f;
	padding-bottom: 50px;
	
}

.service-temp{
	    min-height: 347px;
	width:100%;
	border:0px solid #ccc;
	background:none;
	    border-radius: 10px;
	
}
.service-temp hr
{
  border: 1px solid #fec90f;

}
/*.service-temp:hover {
	background:#0a54a0;
	-webkit-box-shadow: -1px 1px 6px -1px rgba(0,0,0,0.20);
-moz-box-shadow: -1px 1px 6px -1px rgba(0,0,0,0.20);
    box-shadow: -1px 1px 6px -1px rgba(0,0,0,0.20);
}
*/




.service-temp-icon{
	    padding-top: 30px;
	}
.service-temp-heading{
	font-family:'poppinsmedium';
      font-size:18px;
	  line-height:20px;
	  color:#ffffff;
	 padding-top: 10px;
	}
.service-temp-text{
    font-family: 'poppinslight';
    font-size: 14px;
    padding: 15px 20px 1px 20px;
    color: #adc6db;
    min-height: 105px;

}
.service_link a{
		color:#ffea8a;
	  font-family: 'KozGoPr6N-Regular-AlphaNum';
    font-size: 15px;
	}

.service_link{
	display:none;

	}
/*.service-temp:hover .service-temp-text, .service-temp:hover   .service-temp-heading{
	color:#fff;
	}

.service-temp:hover .service_link{
	display:block;
	
	
	
	}*/
/*.margin-top-9{
	margin-top:9px;
	}
.invest-btn{
	font-family: 'merriweather_sansregular';
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 6px 22px;
    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: #9f0083;
    border: 1px solid #9f0083;
    border-radius: 4px;
	box-shadow: 1px 0px 1px #9f0083;
	    margin-bottom: 25px;
}
.invest-btn:hover {
    background: #2c2929;
    border: 1px solid #2c2929;
       box-shadow: 1px 0px 1px #232020;
}
*/

/*--------Invest in our Basket------*/
#invest-basket
{
	background:#ffffff;
	min-height:656px;
	padding-top:90px;
	padding-bottom:10px;
}
.invest-basket-head
{
	font-family:'PoppinsSemiBold';
	font-size:30px;
	color:#505050;
	line-height:30px;
	text-transform:uppercase;
}
.invest-basket-head-para
{
	font-family:'poppinslight';
	font-size:14px !important;
	line-height:28px;
	color:#5a5a5a;
    padding: 6px 10px 30px 10px;
	text-transform:none;

}
.invest-basket-lastline a
{
	font-family:'poppinsmedium';
	font-size:11px;
	color:#187db1;
	line-height:22px;
	text-decoration:underline !important;
}
.invest-basket-lastline a:hover
{
	color:#f6a902;
}
#carousel-basket .carousel-inner > .item 
{
	min-height:500px;
	/* height: 600px; Safari */
}
#carousel-basket .carousel-caption
{
	color:#333333;
	top:0px;
	padding-top:0px;
}
#carousel-basket .carousel-caption p
{
	padding-top:10px;
	font-family:'poppinslight';
}
#carousel-basket .carousel-caption .risk-type-head
{
	font-family:'poppinsmedium';
	font-size:19px;
	color:#333333 !important;
}
#carousel-basket .carousel-caption .risk-type-head p
{
	font-family:'Poppinsregular';
	font-size:12px;
	padding-top:0px !important;
}

/*--------Fund Monitor------*/

#market-statistics{
	width:100%;
	min-height:560px;
	background:#fff;
	background-size:cover;
	 font-family: 'PTSans-Caption';
}
#market-statistics .va-table{
	display: table;
    height: 560px !important;
    width: 100%;
}
#market-statistics .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.market-head{
	padding-top: 50px;
	font-size:30px;
	color:#000;
	line-height: 32px;
	    padding-bottom: 10px;
}
.market-head-content{
	font-size:14px;
	color:#000;
   padding-bottom:20px;
   line-height:20px;
    font-family: 'PTSans-Caption';
	    padding-top: 20px;
}
.font-light-blue{
	color:#077ad3;
	}

.market-tabs
{
	margin-top:20px;
	background:none;
	min-height:200px;
}
#market-statistics .nav
{	  padding-bottom: 1px;
    padding-top: 1px;
   /* background: #ebe9e9;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 5px;
}

/*#market-statistics .glyphicon {
    top: 3px;
    display: inline-block;
    padding-right: 8px;
    font-size: 17px;
    font-family: 'Glyphicons Halflings';
}*/

.nav-pills>li>a>img {
    max-width: none;
    padding-right: 10px;
    margin-top: -6px;
}

#market-statistics .nav-pills > li.first
	{
	    padding-left: 0px;
		
		}
#market-statistics .nav-pills > li > a
{/*
		color:#000;	
	border-radius:0px;
	font-size:14px;
	   font-family: 'PTSans-Caption';
	padding:10px 17px;
	background: none;
    color: #000;*/
	
	
	
	  position: relative;
    display: block;
   /* padding: 10px 130px;*/
    background: #f0f0f0;
    margin-right: 0px;
	    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	
}
.market-tabs .nav>li {
 
}
#market-statistics .nav-pills > li > a:hover
{
	    background-color: none;
	/*color: #ffffff;*/
}

#market-statistics .nav-pills>li.active>a, #market-statistics .nav-pills>li.active>a:focus, #market-statistics .nav-pills>li.active>a:hover 
{
	background:#077ad3;
	    color: #fff;
	
}
.nav-pills>li+li {
    margin-left:7px;
}
#market-statistics .nav-pills>li.last>a
{
	border-right:none;
}
.tools-content {
    height: 345px;
    display: block;
    margin-bottom: 20px;
    overflow: auto;
   padding: 0px;
    background:#ffffff;
    border: 1px solid #9E9E9E;
	    padding-left: 10px;
    padding-right: 10px;
   border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}


.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;
    padding-left: 10px;
}
.news-tool li {
padding: 20px 0px;
border-bottom: 1px solid #dfdfdf;
}
.news-tool li #date
{
  color: #e67817;
  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: 'PTSans-Caption';
}
.news-tool li:first-of-type #news-title
{
  font-size: 19px;
  font-weight: bold;
  color: #0174cf;
  transition:all .5s ease;
   font-family: 'PTSans-Caption';
     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: 'PTSans-Caption';
}
.mf-nfo li:first-of-type #news-title
{
  font-size: 19px;
  font-weight: bold;
  color:#1f7ac0;
  transition:all .5s ease;
   font-family: 'PTSans-Caption';
  line-height: 22px;
}
.mf-nfo li:after {
content: '';
display: block;

clear: both;
}

/* MF NFO Ends */

/* Dividend */
.mf_dividend{
  width: 100%;
  height: 100vh;
}
.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: 'PTSans-Caption';
    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: 'PTSans-Caption';
}
.mf_dividend li:first-of-type #news-title
{
  font-size: 19px;
  font-weight: bold;
  color: #0174cf;
  transition:all .5s ease;  
   font-family: 'PTSans-Caption';
  line-height: 22px;
}
.mf_dividend li:first-of-type #dividend{ 
font-family: 'PTSans-Caption';
    color: #438013;
    font-size: 22px;
    transition:all .2s ease;
    padding-top: 5px;
  }
.mf_dividend li:after {
content: '';
display: block;
clear: both;
}
/*--------Feedback------*/
#insurance-bg
{
	background:url(/images/insurance_bg.png) center no-repeat;
	background-size:cover;
	min-height:683px;
	padding-bottom:10px;
}
#insurance-bg .va-table
{
	display: table;
	width: 100%;
	min-height: inherit;
}
#insurance-bg .table-cell{
	display: table-cell;
	vertical-align: middle;
}
.insurance-head
{
	font-family:'KozGoPr6N-ExtraLight-AlphaNum';
	font-size:35px;
	color:#ffffff;
	line-height:35px;
	text-align:left;
}
.insurance-subhead
{
	font-family:'KozGoPr6N-Bold-AlphaNum';
	font-size:48px;
	color:#ffffff;
	line-height:48px;
	text-align:right;
	margin-bottom:30px;
	text-transform:uppercase;
}
.insurance-para
{
	font-family:'latoregular';
	font-size:16px;
	color:#ffffff;
	margin-top:30px;
	margin-bottom:10px;
	line-height:24px;
	text-align:center;
}
#insurance-bg .more
{
	background: rgba(29,208,193,1);
	background: -moz-linear-gradient(left, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(29,208,193,1)), color-stop(100%, rgba(44,199,103,1)));
	background: -webkit-linear-gradient(left, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);
	background: -o-linear-gradient(left, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);
	background: -ms-linear-gradient(left, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);
	background: linear-gradient(to right, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dd0c1', endColorstr='#2cc767', GradientType=1 );
	color:#ffffff;
	padding:15px 45px;
	border-radius:25px;
	font-family:'Merriweather-Regular';
	font-size:12px;
	font-style:italic;
	border:0;
	margin-bottom:30px;
}
#insurance-bg .more:hover
{
	background: rgba(44,199,103,1);
	background: -moz-linear-gradient(left, rgba(44,199,103,1) 0%, rgba(29,208,193,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(44,199,103,1)), color-stop(100%, rgba(29,208,193,1)));
	background: -webkit-linear-gradient(left, rgba(44,199,103,1) 0%, rgba(29,208,193,1) 100%);
	background: -o-linear-gradient(left, rgba(44,199,103,1) 0%, rgba(29,208,193,1) 100%);
	background: -ms-linear-gradient(left, rgba(44,199,103,1) 0%, rgba(29,208,193,1) 100%);
	background: linear-gradient(to right, rgba(44,199,103,1) 0%, rgba(29,208,193,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cc767', endColorstr='#1dd0c1', GradientType=1 );
	color:#ffffff;
	outline:none;
}
.insurance-lastline a
{
    font-family: 'latoregular';
	font-size:15px;
	color:#ffffff;
	padding-top:15px;
	padding-bottom:10px;
}
.insurance-lastline a:hover
{
	color:#1ecfba;
}
/*------Finnapp------*/
/*---Mobile app--------*/
#finnapp
{
	background-image:url(/images/mobile-app.png), url(/images/finnapp-bg.jpg) ;
	background-position:80%, center;
	background-repeat:no-repeat, no-repeat;
	background-size:auto, cover;
	min-height:650px;
	font-size:14px;
	color:#5f5f5f;
	padding-top:60px;
}
.finnapp-head
{
	font-family:'KozGoPr6N-Light-AlphaNum', robotothin;
	font-size:33px;
	color:#ffffff;
	line-height:36px;
	padding-top:30px;
}
.finnapp-subhead
{
	font-family:'KozGoPr6N-Medium-AlphaNum';
	font-size:39px;
	color:#ffffff;
	line-height:39px;
	padding-top:10px;
}
.finnapp-para1
{
	font-family:'KozGoPr6N-Light-AlphaNum';
	font-size:15px;
	color:#ffffff;
	margin-top:30px;
	margin-bottom:30px;
	line-height:24px;
}
.connect-line
{
    font-family: 'KozGoPr6N-Light-AlphaNum';
	font-size:16px;
	color:#00ff60;
	padding-top:15px;
	padding-bottom:10px;
}
ul.finnapp-para li
{
	list-style:url(/images/star-blue.png);
	font-family:'KozGoPr6N-Light-AlphaNum';
	font-size:15px;
	color:#ffffff;
	margin-bottom:15px;
	line-height:22px;
	margin-left:-20px;
}
#finnapp a
{
	color:#3b5999;
	font-family:'KozGoPr6N-Regular-AlphaNum';
	font-size:13px;
}
#finnapp a:hover
{
	color:#16cdc4;
}
	
/*
.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:#b2eb1a;
	font-family:'pt_sansbold_italic';
}
.app-benefit-text{
	font-family: 'pt_sansregular';
	font-size:16px;
	color:#fff;
	line-height:20px;
	}
.app-content hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    width: 76%;
}
.app-store-btn{
	   
    margin-top: 50px;
	}
.play-store-btn{

    margin-top: 50px;
}
.app-last-text{
	    font-family: 'pt_sansregular';
    font-size: 16px;
    line-height: 20px;
    padding-top: 23px;
    color: #fff;
	}

#mf_forms iframe{
	    height: 700px;
}
*/
/*--------Feedback------*/
#feedback
{
	background:url(/images/feedback-bg.png) center no-repeat;
	background-size:cover;
	min-height:510px;
	padding-top:60px;
	padding-bottom:60px;
}
.feedback-head
{
	font-family:'PoppinsSemiBold';
	font-size:30px;
	color:#ffffff;
	line-height:30px;
	text-transform:uppercase;
}
.feedback-head p
{
	font-family:'Muli';
	font-size:16px;
	line-height:26px;
	color:#868686;
    padding-top:10px;
	text-transform:none;
	padding-bottom:10px;
}


 /* -------------------Testimonials Carousel--------------- */
#feedback .carousel-inner > .item {
    min-height:350px;
	margin-top:0px;
}
#feedback .carousel-indicators {
    bottom: -30px;
}
#feedback .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #b7b7b7;
    border: 0px solid #fff;
    border-radius: 10px;
}
#feedback .carousel-indicators .active {
    background-color: #ffffff;
    border: 0px solid #fff;
}
#feedback .carousel-caption {
   top:0px;
   left:0;
   text-align:center;
   right:0%;
   text-shadow:none;
}
#feedback  .carousel-control {
    width: 15%;
    font-size: 34px;
    color: #000000;
    text-align: center;
    text-shadow:none;
    filter: alpha(opacity=1);
    opacity: 1;
}
	 
.testimonial-txt
{
	font-family:'Poppinsregular';
	font-size:21px;
	color:#ffffff;
	letter-spacing:.5px;
	line-height:30px;
}
.testimonial-txt p
{
	padding:20px 40px ;
	line-height:30px;
	margin-top:30px;
	margin-bottom:30px;
}
.testimonial-client
{
	font-family:'poppinsmedium';
	font-size:20px;
	color:#ffffff;
	padding-bottom:20px;
}

#feedback a.start-sip
    {
	background:#ff6c00;
	color:#ffffff;
	padding:13px 25px;
	border-radius:3px !important;
	font-family:'Muli';
	font-size:14px;
	border-radius:25px;
	}

#feedback a:hover.start-sip{
	background:#108cc0;
	color:#ffffff;
	}


#feedback .more
{
	background:#fe7f00;
	color:#ffffff;
	padding:10px 45px;
	border-radius:3px;
	font-family:'Muli';
	font-size:14px;
	border:2px solid #fe7f00;
}
#feedback  .more:hover
{
	background:none;
	color:#fe7f00;
	border:2px solid #fe7f00;
}
#sip-page #page-heading {
    min-height: 500px;
}

#sip-page #page-heading:after {
  height: 0px;
  width: 0px;
  background: none;
}

#sipschemes .custom_font{
	font-family:'robotobold';
	font-size:25px;
	line-height:40px;
	padding-bottom:50px;
	}


#sip-page #page-heading .container-fluid {
  margin-left: 30px;
  margin-right: 30px;
}
#sip-page #page-heading .side-tab-sec {
  min-height: 355px;
  background: #fafafa;
  background-size: cover;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 14px;
}
#sip-page #page-heading .side-tab-sec .butn {
  padding: 10px;
  background: #ff7000;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0px;
  outline: none;
}
#sip-page #page-heading .plan-btn {
 background: #ff9324;
    font-family: 'robotomedium';
    font-size: 14px;
    color: #ffffff;
    border: 0px solid #ffffff;
    padding: 10px 15px;
    border-radius: 25px;
    transition: all 0.5s ease;
    margin-bottom: 20px;
    text-shadow: none;
    outline: none;
}
#sip-page #page-heading .plan-btn:hover {
  background:#034183;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
}
#sip-page #page-heading .plan-btn:focus {
  background: #034183;
  color: #ffffff;
  transition: all 0.3s ease;
  outline: none;
}
#sip-page #page-heading a.read {
  color: #ff9324;
  cursor: pointer;
  font-size: 13px;
}
#sip-page #page-heading a.read:hover {
  color:#034183;
}
#sip-page #page-heading a.read:focus {
  color:#034183;
}
#sip-page #page-heading .collapse.in {
  display: block;
  background: #ffffff;
}
#sip-page #page-heading .video_bg {
  background: url(/images/sip-page-pc.png) center no-repeat;
  min-height: 367px;
}
#sip-page #page-heading .video_bg .video-sip {
  position: absolute;
  top: 19px;
      left: 127px;
  min-width: 488px;
  min-height: 305px;
}
#sip-page #page-heading #nav_lvl_2 {
  display: inline-block;
}
#sip-page #page-heading #nav_lvl_2 li {
  display: inline-block;
  border-right: 0px solid #dedede;
}
#sip-page #page-heading #nav_lvl_2 li.active > a, #sip-page #page-heading #nav_lvl_2 li.active > a:hover, #sip-page #page-heading #nav_lvl_2 li.active > a:focus {
  border: none;
  border-radius: 0px;
  border-bottom: solid 2px #ff9324;
  color: #ffffff;
  background: #ff9324;
}
#sip-page #page-heading #nav_lvl_2 li.active > a:after, #sip-page #page-heading #nav_lvl_2 li.active > a:hover:after, #sip-page #page-heading #nav_lvl_2 li.active > a:focus:after {
  position: absolute;
  content: '';
  left: 45%;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 5px solid #ff9324;
}
#sip-page #page-heading #nav_lvl_2 li > a {
  color: #484848;
  font-size: 14px;
  border: none;
  padding: 10px 10px;
  font-family: 'muliregular';
}
#sip-page #page-heading #nav_lvl_2 li > a:hover, #sip-page #page-heading #nav_lvl_2 li > a:focus {
  border: none;
  border-radius: 0px;
  border-bottom: solid 2px #ff9324;
  color: #ffffff;
  background: #ff9324;
}
#sip-page #page-heading #nav_lvl_2 li > a:hover:after, #sip-page #page-heading #nav_lvl_2 li > a:focus:after {
  position: absolute;
  content: '';
  left: 45%;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 5px solid #ff9324;
}
#sip-page #page-heading .tab-content {
  font-family: 'mulilight';
  font-size: 13px;
  color: #353535;
  margin-top: 10px;
}
#sip-page #page-content {
  margin: 0;
  padding: 25px 0;
  padding-top: 120px;
  min-height: 693px;
  background: url(/images/sip-page-bg.png) center no-repeat;
  background-size: cover;
}
#sip-page #page-content .sip-sec-head {
  font-family: 'robotoregular';
  font-size: 22px;
  color: #4d4d4d;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
#sip-page #page-content .sip-sec-head:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 48%;
  width: 35px;
  height: 3px;
  background: #8cb020;
}
#sip-page #page-content .sip-sec-subhead {
  font-family: 'open_sanssemibold';
  font-size: 23px;
  color: #1e1e1e;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 50px;
}
#sip-page #page-content .sip-sec-subpara {
  font-family: 'open_sanssemibold';
  font-size: 21px;
  color: #1e1e1e;
  line-height: 31px;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 50px;
}
#sip-page #page-content .plan-btn {
  background: #ff9324;
  font-family: 'robotomedium';
  font-size: 14px;
  color: #ffffff;
  border: 0px solid #ffffff;
  padding: 13px 15px;
  border-radius: 25px;
  transition: all 0.5s ease;
  margin-bottom: 20px;
  text-shadow: none;
  outline: none;
}
#sip-page #page-content .plan-btn:hover {
  background:#034183;
  color: #0f3667;
  transition: all 0.3s ease;
  outline: none;
}
#sip-page #page-content .table-striped > thead > tr:nth-of-type(odd) {
  background-color: #ff9324;
  border-bottom: 1px solid #ddd;
}
#sip-page #page-content .table > thead > tr > th {
  color: #ffffff;
}
#sip-page #page-content .side-contact {
  min-height: 60px;
  background: url(/images/tax-contact.png) center no-repeat;
  background-size: cover;
  margin-bottom: 11px;
  font-size: 31px;
  color: #ffffff;
  border-radius: 8px;
}

@media (min-width: 992px) and (max-width: 1300px){
#sip-page #page-heading .video_bg .video-sip {
    left: 9px;
    min-width: 451px;
 
}
	#sip-page #page-heading .video_bg {
    background: none;
}}


@media (min-width: 426px) and (max-width: 991px) {
  #sip-page #page-content .side-contact {
    margin-top: 17px;
  }
  #sip-page #page-heading .video_bg .video-sip {
    left: 94px;
}
 #sip-page #page-heading .video_bg {
    margin-bottom: 40px;
} 
  
}
@media (min-width: 0px) and (max-width: 767px){
	#sip_investment {
    margin-top: 88px;
}#sip-page #page-heading .container-fluid {
    margin-left: 0px;
    margin-right: 0px;
}


	}
	
	
	
	

#sip-page #page-content .side-contact .butn {
  padding: 8px;
  background: #ff7000;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0px;
  outline: none;
}


/*---------Reason to invest with us------------*/
/*.reason-invest
{
	background:url(/images/reason-invest-bg.png) center no-repeat;
	background-size:cover;
	width:100%;
	min-height:656px;
	padding-top:80px;
	padding-bottom:20px;
}
.reason-invest-head
{
	font-family:'PoppinsSemiBold';
	font-size:30px;
	color:#3b3b3b;
	line-height:30px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.reason-invest-subhead
{
	font-family:'poppinslight';
	font-size:16px;
	color:#4e4e4e;
	margin-bottom:40px;
	line-height:28px;
}
.reason-invest .more1
{
	text-decoration:none;
	background:#fec90f;
	border-radius:50px;
	padding:15px 40px;
	font-size:14px;
	color:#000000;
	border:0;
	font-family:'Poppinsregular';
	margin-right:15px;
	margin-top:30px;
}
.reason-invest .more1:hover
{
	text-decoration:none;
	color:#ffffff;
	background:#01c6d9;
}*/

/*--------Get in Touch------*/
.contact
{
	background:#1b2330;
	min-height:484px;
}
.contact .container-fluid
{
	padding-left:30px;
	padding-right:30px;
}
.contact-companyname
{
	font-family:'latoregular';
	font-size:20px;
	color:#38f3be;
	line-height:30px;
	margin-top:60px;
}
.contact-head
{
	font-family:'latoregular';
	font-size:14px;
	color:#38f3be;
	line-height:20px;
	margin-top:0px;
}
.contact-logo-heading
{
	margin-top:30px;
	margin-bottom:20px;
	color:#ffffff;
	font-family: 'Latoregular';
	font-size:14px;
}
.contact-logo-heading img
{
	margin-bottom:10px;
}
.contact-subhead
{
	font-family: 'Latoregular';
	font-size:14px;
	color:#ffffff;
    padding-top: 10px;
	padding-bottom:5px;
	line-height:18px;
}
.contact-sub-head img
{
	MARGIN-TOP:-3PX;
}
.contact-sub-head p
{
	font-family: 'latoregular';
	font-size:16px;
	color:#404040;
}
.contact-sub-add
{
	font-family: 'latoregular';
	font-size:11px;
	color:#ffffff;
	padding:15px 15px 5px 15px;
	line-height:15px;
	text-transform:uppercase;
}
.contact-sub-add img
{
	margin-top:-5px;
	margin-right:15px;
}
.contact-head a
{
	color:#ffffff;
}
.contact-head a:hover
{
	color:#ff5a00;
}
.social img
{
	padding:1px;
}
.reg
{
	background:#dbae1d;
	color:#ffffff;
	padding:5px 20px;
	border-radius:25px;
	font-family:'PoppinsSemiBold';
	font-size:21px;
}
.reg:hover
{
	background:#00a0e3;
	color:#ffffff;
}
ul.list-ftr
{
	margin:0 auto;
	list-style:none;
	margin-left:-39px;
}
ul.list-ftr li
{
	padding:3px 0;
}
ul.list-ftr li a
{
	font-family:'Ubuntu';
	font-size:13px;
	color:#ffffff;
	line-height:8px;
}
ul.list-ftr li a:hover
{
	color:#41e3c4;
}
.owner-details{
    color: #afafaf;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 13px;
    font-family: 'Lato';
}
.ftr
{
	color:#c5c5c5;
	min-height:81px;
	font-family:'ubuntu';
	font-size:12px;
	line-height:18px;
	background:#1b2330;
}
.ftr .container
{
	border-top:1px solid #485160;
	padding-top:20px;
	padding-bottom:20px;
	letter-spacing:.3px;
}
.ftr a
{
	font-family:'Ubuntu';
	font-size:14px;
	text-decoration:none;
	color:#969696;
	padding:10px;
	font-style:normal;
}
.ftr a:hover
{
	text-decoration:none;
	color:#ffffff;
}
.arm
{
	color:#969696;
	font-style:normal;
	font-family:'Ubuntu';
	font-size:12px;
}



/*----------------Footer--------------------*/
.foot-disclaimer
{
	min-height: 19px;
    padding-top: 1px;
    padding-bottom: 2px;
    font-family: 'robotoregular';
}



.foot-disclaimer .container-fluid
{
	padding-left:30px;
	padding-right:30px;
}

.foot-disclaimer .disclaimer
{
	background: none;
    padding-top: 15px;
    color: #202020;
    font-size: 12px;
    line-height: 17px;
    padding-bottom: 15px;
	border-top: 2px solid #eaf0f0;
} 
.copyright,.copyright a {
    color: #5185c7;
    font-size: 12px;
}

.contact .disclaimer-ftr
{
	min-height:54px;
    padding-top: 15px;
	padding-bottom:15px;
	margin-top:50px;
	margin-bottom:20px;
	color:#181818;
	font-size:12px;
	line-height:14px;
	font-family:'lato';
}
footer
{
	background:#001326;
	min-height:97px;
    padding-top: 20px;
	padding-bottom:10px;
	color:#3f7ac4;
	font-size:14px;
	font-family:'latoregular';
}
footer a
{
	text-decoration:none;
	color:#3f7ac4;
	padding:5px;
}
footer a:hover, footer a:focus
{
	text-decoration:none;
	color:#ffffff;
	outline:none;
}
footer {
    background: #1b2330;
    min-height:60px;
    color: #535353;
    font-family: 'robotoregular';
    font-size: 14px;
    line-height: 15px;
        padding-top: 1.6%;
    padding-bottom: 0px;
    letter-spacing: 0.0px;
    position: relative;
}

footer .va-table {
    display: table;
    width: 100%;
    min-height: 54px !important;
}
footer  .table-cell {
    display: table-cell;
    vertical-align: middle;
}
#footer ul {
    text-decoration: none;
    list-style-type: none;
     /* margin-left: -5%;*/
}	

#footer li {
    float: left;
    padding: 0px 0px 0px 15px;
	color:#5185c7;
}	
	
	
footer a{
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
color: #ffffff;
	
	}

footer a:hover, footer a:focus{
	text-decoration:none;
    color: #5185c7;
	}

@media (max-width:767px)
{

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}
	 nav 
	 {
        height: 100px;
	 }
	 nav > .container-fluid
	 {
		 padding-right:0px;
		 padding-left:0px;
	 }
	 /*.navbar-default
	 {
		 background:none;
	 }*/
	 nav .navbar-brand {
    display: inline-block;
    height: 82px;
    width: 235px;
    line-height: 82px;
	margin-top:10px;
	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; 
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left:-6px;
}
	 .navbar-default .navbar-collapse, .navbar-default .navbar-form 
	 {
		 border:0px;
	 }
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 500px;
	background:#ffffff;
	border-top: 1px solid #d1d1d1;
	margin-top: 4px;
    }
	.navbar-default .navbar-nav > li {
    padding: 10px 10px;
}
	.navbar-default .navbar-nav > li > a {
    padding: 0px 15px;
	color:#000;
	}
nav.smaller .navbar-nav > li > a {
    color: #000000;
}
.login-btn {
    background: #ffffff;
}
.login-btn:hover
{
	background:#055882;
}	
.navbar-default .navbar-nav > li > a.log-in
{
	color:#1ab01a;
}
.navbar-default .navbar-nav > li > a.log-in:hover
{
	color:#3c55a5;
}
.navbar-default .navbar-nav > li > a.log-in img
{
	width:20px;
	height:15px;
	background:url(/images/login-iconsmall.png) center no-repeat;
	border:0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ffffff;
}
	nav .navbar-right {
    float: left!important;
	padding-top:10px;
	}
	
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ddd;
}

 nav.smaller .navbar-right {
    float: left!important;
}
.navbar-toggle {
    margin-right: 25px;
}
.navbar-default .navbar-nav > li {
    padding: 0px 2px;
}

 #banner
	 {
		 min-height:100vh;
	 }
	 .carousel-inner >.item {
        min-height: 100vh;
	}
	 .carousel-caption {
    top: 130px;
	left:10px;
	 }
	 .carousel-caption .heading {
    font-size: 36px;
    margin-bottom: 0px;
    line-height: 36px;
    padding-top: 0px;
	padding-right:0px;
	 }
	 .line {
    margin-top: 5px;
    margin-bottom: 10px;
	 }
	.power-sip-head p {
    padding: 6px 10px;
	}
.padding-left-right {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
  #feedback .carousel-inner > .item {
    min-height: 425px;
}  
    
 .testimonial-txt {
    font-size: 12px;
    line-height: 15px;
}   
    
#mf_forms iframe{
	height: 1100px;
}
}
@media (max-width: 425px)
{
	.login-btn {
    margin-left: 10px;
	}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0px;
    margin-left: 0px;
}
nav .navbar-nav > li > a {
    color: #3c55a5;
}
	.power-sip-head p {
    padding: 6px 10px;
	}
.btn-pad-hdr{padding: 12px 22px;}

.para
{
	padding:10px 10px;
}
.feed {
    min-height: 250px;
	padding-bottom:0px;
 }	
 
.wealth-gaintext {
    top: -1%;
    right: -3%;
    width: 56%;
}
.amount-investedtext {
    bottom: -6%;
    left: -1%;

    width: 62%;
} 
#power-sip a.start-sip {
    padding: 12px 20px;
}
a > .banner-icons {
    margin-left: 0px;
    margin-right: 0px;
}
#banner
	 {
		 min-height:580px;
    padding-top: 100px;
	 }
	 .carousel-inner >.item {
        min-height: 580px;
	}
#carousel-basket .carousel-inner > .item {
    min-height: 1000px;
}
/*#power-sip {
    background: url(/images/power-sip-bg.png) left no-repeat;
    background-size: cover;
}*/
#benefits-sip .para {
    padding: 10px 10px;
}
.left-section {
    border-right:0px solid #e2e2e2;
}
.about-txt {
    padding-right: 20px;
	margin-bottom:20px;
}
.simple-section {
    padding-left: 0px;
}
#feedback {
    padding-top: 50px;
    padding-top: 30px;
}
.feedback > .carousel-inner >.item {
    min-height: 500px;
}
p.feed-txt {
    padding: 20px 0px;
}
.feedback > .carousel-indicators {
    bottom: -30px;
}

#finnapp {    
    background-image: url(/images/finnapp-bg.jpg);
    background-position:0%;
    background-size:cover;
    background-repeat:no-repeat;
}
.testimonial-txt p {
    padding: 20px 0px;
    line-height: 30px;
}
#contact_details .left-sec {
    padding-left: 0px;
}
#contact_details {
    min-height: 561px;
    background: url(/images/contact-detailsbg.png) no-repeat;
    background-size: cover;
}

}
@media (max-width: 375px)
{
	
nav.smaller> .container-fluid .navbar-brand {
    width: 230px;
}	
	.btn-pad-hdr {
    padding: 10px 10px;
	margin-top:20px;
}

h1
{
	margin-top:0px;
	margin-bottom:0;
}

#power-sip a.start-sip {
    padding: 12px 9px;
	font-size:12px;
}
}
@media (min-width: 426px) and (max-width:768px)
{
/*.padding-left-right {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
	 .navbar-default
	 {
		 background:none;
	 }
	 .navbar-default .navbar-collapse, .navbar-default .navbar-form 
	 {
		 border:0px;
	 }
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 500px;
    }
	.navbar-default .navbar-nav > li > a {
    padding: 10px 9px;
    }
	.navbar-right {
    float: left!important;
	padding-top:20px;
	}
	.navbar-right .dropdown-menu {
    left: 0 !important;
    min-width: 245px;
}
	.login-btn {
    margin-top: 3px;
	}
	
	 #banner
	 {
		 min-height:100vh;
	 }
	 .carousel-inner >.item {
        min-height: 100vh;
	}
	 .carousel-caption {
    top: 100px;
	left:10px;
	 }
	 .carousel-caption .heading {
    font-size: 36px;
    margin-bottom: 0px;
    line-height: 36px;
    padding-top: 0px;
	padding-right:0px;
	 }
	 .line {
    margin-top: 5px;
    margin-bottom: 10px;
	 }
	
	
	.power-sip-head p {
    padding: 6px 10px;
	}
	
	.erin-ben
	{
		margin-top:10px;
	}
.market-research-head p
{
    padding: 10px 0px 30px 0px;
}
	 
	 .no-padding-right {
    padding-right: 10px;
}
	 .social-head p
	 {
		 padding: 10px 0px 50px 0px;
	  }
.social-margin-left
{
	margin-left:0px;
}

.power-sip-head p
{
    padding: 6px 10px;
}
.market-research-head p {
    padding: 10px 10px 30px 10px;
	} 
	p.feed-txt {
    padding: 10px 0px;
    }
.feed {
    min-height: 250px;
	padding-bottom:0px;
 }	  
.contact-head p
{
    padding: 10px 10px 50px 10px;
}
	

.no-padding-left2
{
	padding-left:0px;
}

.wealth-gaintext {
    top: -1%;
    right: -3%;
    width: 23%;
}
.amount-investedtext {
    bottom: -6%;
    left: -1%;
    width:25%;
}
#feedback{
	padding-top:50px;
}
#contact_details {
    min-height: 561px;
    background: url(/images/contact-detailsbg.png) no-repeat;
    background-size: cover;
}
*/
.login-btn {
    margin-left: 3px;
	}
	#mf_forms iframe{
	height: 1100px;
}
}
@media (max-width: 991px) and (min-width: 768px)
{
	
	.navbar-default {
    padding: 0 15px;
}
	 .navbar-default .container-fluid {
    padding-right: 0px;
     padding-left: 0px;
	 }
	 .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}
.navbar-default .navbar-nav > li {
    padding: 12px 6px;
}
	 .navbar-default .navbar-nav > li > a {
    padding: 0px 0px;
      font-size: 13px;
	 }
	 .navbar-right {
    margin-right: 0px;
	 }
	  nav .navbar-right {
	padding-top:0px;
	float:left !important;
	  }
  /* nav.smaller .navbar-right {
    margin-top: -16px;
}*/
    
    
	  nav {
     height: 130px;
	  }
	   nav.smaller {
    height: 120px;
	 }
	 .login-btn {
  margin-top: 0px;
    margin-left: 3px;
	}
	.left-section {
    border-right: 0px solid #e2e2e2;
}
.login-btn img {
    display: none;
}
.navbar-brand:after {
    bottom: 18px;
	}
	 #banner
	 {
		 min-height:100vh;
	 }
	 .carousel-inner >.item {
        min-height: 100vh;
	}
	 .carousel-caption {
    top: 190px;
	left:20px;
	 }
	 .carousel-caption .heading {
    font-size: 42px;
    margin-bottom: 0px;
    line-height: 42px;
    padding-top: 0px;
	padding-right:0px;
	 }
	 .para {
    padding: 10px 10px;
}
	 
	 a > .banner-icons {
    margin-left: 10px;
    margin-right: 10px;
}

	 .nav>li>a {
    padding: 10px 5px;
    }
	 .padding-left-right {
    padding-left: 10px !important;
    padding-right: 10px !important;
    }
	.market-research-head p {
    padding: 10px 20px 30px 20px;
	}
	
	#finnapp {
    min-height: 612px;
	}
	.feedback > .carousel-inner >.item {
    min-height: 430px;
}
#contact_details {
    min-height: 561px;
    background: url(/images/contact-detailsbg.png) no-repeat;
    background-size: cover;
	}
	#contact_details .contact-head {
    color: #212121;
    margin-top: 60px;
}
#contact_details .contact-subhead {
color:#212121;
	}
	.border-container {
    padding-left: 20px;
    padding-right: 20px;
}
#finnapp {
    background-image: url(/images/mobile.png), url(/images/finapp-bg.png);
    background-position: -90%, 0%;
    background-size: none, cover;
    background-repeat: no-repeat, no-repeat;
}
#contact_details .left-sec {
    padding-left: 30px;
}
	
	.contact-head p {
    padding: 10px 20px 50px 20px;
	}
	.social-head p {
    padding: 10px 20px 50px 20px;
	}
	 p.feed-txt {
    padding: 10px 10px;
    }

.no-padding-left2
{
	padding-left:0px;
}
	#mf_forms iframe{
	height: 1100px;
}
}
@media (max-width: 1024px) and (min-width: 992px)
{
	 .navbar-default {
    padding: 0 15px;
     padding-right: 0;
	}
	 .navbar-default .navbar-nav > li {
    padding: 0px 6px;
}
	 .navbar-default .navbar-nav > li > a {
    padding: 0px 4px;
	 }
	 .toggle {
    padding-left: 0px;
}
nav {
    height: 140px;
	}
	 .navbar-right {
    margin-right: 0px;
	 }
	 .navbar-default .container-fluid {
    padding-right: 0px;
     padding-left: 5px;
	 }
	 .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}
.navbar-brand:after {
    position: relative;
    left: 0px;
    bottom: -39px;
    width: 200px;
    font-size: 11px;
    color: #000000;
    text-align: justify;
    text-transform: uppercase;
    content: 'A Mutual Fund Distributor';
}
nav .navbar-right {
    padding-top: 0px;
    
    margin-top: 15px;

	}
	nav.smaller {
    height: 120px;
	}
	nav.smaller .navbar-right {
    padding-top: 0px;
         margin-top: -8px;
}
    
    
nav.smaller .login-btn {
  margin-top: -10px;
}

.login-btn {
   margin-top: -10px;
}
	 .carousel-caption {
    top: 200px;
    width: 100%;
	 }
	 .carousel-caption .heading {
    font-size: 44px;
    margin-bottom: 0px;
    line-height: 44px;
    padding-top: 0px;
	padding-right:0px;
	 }
	 .line {
    margin-top: 10px;
    margin-bottom: 15px;
	 }
	 .padding-left-right {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
#banner .heading {
    padding-top: 27px;
}

#solutions-plan {
    background-position: 242.5%;
	}
	#contact_details {
    background-position: -60%;
	}
	#contact_details .left-sec {
    padding-left: 20px;
}
.border-container {
    padding-left: 45px;
    padding-right: 45px;
}
/*#finnapp
{
	background-image:url(/images/mobile.png), url(/images/finapp-bg.png) ;
	background-position:-5%, 0%;
	background-size:none, cover;
	background-repeat:no-repeat, no-repeat;
}*/
	
	.nav>li>a {
    padding: 10px 11px;
	}
	
	.contact-head p {
    padding: 10px 70px 50px 70px;
	}
	.social-head p {
    padding: 10px 70px 50px 70px;
	}
	.social-btn {
    padding: 12px 10px;
	}
	a > .banner-icons {
    margin-left: 14px;
    margin-right: 14px;
	}
	.social-btn1 {
	margin-left:110px;
	}
	#mf_forms iframe{
	height: 1100px;
}
}
@media (max-width: 1199px) and (min-width: 1023px)
{
	
.navbar-fixed-top {
    border-width: 0 0 0px;
}

.blue-btn
{
	font-size:20px;
	margin-left:-27px;
	font-weight:bold;
}
.orange-btn
{
	font-size:20px;
	margin-left:-22px;
	font-weight:bold;
}
.green-btn
{
	font-size:20px;
	margin-left:-17px;
	font-weight:bold;
}

.rd-sec a p
{
	padding-left:50px;
	padding-right:50px;
}
.wealth-gaintext {
    top: -1%;
    right: -3%;
    width: 45%;
}
.amount-investedtext {
    bottom: -6%;
    left: -1%;
    width: 52%;
}
#mf_forms iframe{
	height: 1100px;
}
}