@charset "utf-8";
/* CSS Document */

@import url('/font/stylesheet.css');
@import url('https://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;
}

::-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;
	}


/*------Nav bar-----*/
.navbar
{
	margin-bottom:0px;
}
.navbar-fixed-top {
    border-width: 0 0 0px;
}
.navbar-default
{
	background:#ffffff;
	border-bottom:none;
	padding:0;
	border-bottom:0px solid #dadada;
	min-height:90px;    
	box-shadow: 0 3px 5px -2px #4e4e4e;
}
.navbar-default .navbar-nav > li > a
{
	padding:20px 6px;
	color:#000000;
	font-size: 14px;
    font-family: 'robotoRegular';
	letter-spacing:.2px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	color:#652e91;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color:#652e91;
    background: none;
}
.dropdown-menu>li>a {
	font-family:'robotoregular';
	font-size:14px;
    padding: 6px 12px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #652e91;
    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:#ffc000;
    background:none;
}


.toggle
{
	color:#ffc000;
	padding-left:5px;
	display:none;
}
.login-btn
{
	background:#2871d3;
	font-family:'robotoregular';
	font-size:15px;
	color:#fff;
	padding:8px 20px;
	border:none;
	margin-top:-4px;
	margin-left:10px;
	letter-spacing:.2px;
	border-radius:4px;
	border:0px solid #ffffff;
	outline:none;
}
.login-btn:hover, .login-btn:focus
{
	background:#2d2d2d;
	color:#ffffff;
	outline:none;
}
.login-btn > img
{
	margin-top:-2px;
}
.login-btn a
{
	color:#ffffff;
}
.login-btn a:hover, .login-btn a:focus
{
	color:#056288;
}
.navbar-brand
{
	padding:0 0px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 5px;
	margin-right:5px;
    margin-top:4px;
	min-height:63px;
}
.navbar-right {
    float: right!important;
    margin-right: 15px;
	padding-top:15px;
}
.top-nav > .container-fluid
{
  padding-left:30px;
  padding-right:30px;
}
.top-nav
{
	width: 100%;
    background: #e3e3e3;
    position: absolute;
    top: 0;
	left:0;
    color:#000000;
    z-index: 99999;
	font-size:14px;
}
.top-nav .text{ padding:3px; font-size:14px; font-family:'Montserrat-Light'; color:#000000; letter-spacing:.5px;}
.top-nav .text a{font-size:14px; font-family:'Montserrat-Light';}
.top-nav .text2{ padding:4px;  font-family:'robotoregular';}
.top-nav .text2 a{font-size:14px; color:#2c2c2c;}
.top-nav .text2 a:hover, .top-nav .text2 a:focus{color:#2eb210;}
.top-nav .text2 img{margin-top:-3px;}
.font-white{color:#fff;}
	.top-nav a{text-decoration:none; color:#000000; padding-left:10px; font-size:14px; outline:none;}
	.top-nav a:hover, .top-nav a:focus{ color:#0980b7; outline:none;}
	.top-nav img{padding:0 3px;}


.plan-btn
{
	background:#458ff0;
	font-family:'robotoregular';
	font-size:15px;
	color:#ffffff;
	padding:10px 30px;
	transition: all 0.5s ease;
	margin-top:20px;
	margin-bottom:20px;
	text-shadow:none;
	border-radius:3px;
	border:0;
	font-weight:300;
}
.plan-btn:hover
{
	background:#ffc000;
	color:#000000;
}

/*------BANNER------*/

#banner
{

	top:0;
	left:0;
	width:100%;
	min-height:646px;
}

#banner .banner-sideoverlay
{
    position: absolute;
    min-height: 100vh;
    z-index: 10;
    bottom: 0;
    right: 0px;
    width: 30%;
    padding-top: 220px;
    padding-left: 5px;
    padding-right: 15px;
    background:#00a786;
    background-size: cover;
	letter-spacing:.2px;
}
#banner .banner-sideoverlay:after
{
 	content:'';
	position: absolute;
    top: 131px;
    left: -115px;
    border-bottom: 541px solid #00a786;
    border-left: 115px solid transparent;
}
#banner .banner-sideoverlay .text1
{
    color:#ffffff; 
	font-family:'RobotoCondensed-Bold'; 
	font-size:98px;
	line-height:98px;
	text-transform:uppercase;
}
#banner .banner-sideoverlay .text2
{
    color:#ffffff; 
	font-family:'Roboto-Thin'; 
	font-size:105px;
	line-height:105px;
	text-transform:uppercase;
}
#banner .banner-sideoverlay .text3
{
    color:#ffffff; 
	font-family: 'Lobster1-3'; 
	font-size:49px;
	line-height:52px;
	margin-bottom:40px;
}

   /* -------------------Carousel--------------- */
#banner .carousel-inner > .item {
    min-height:646px;
}

#banner .carousel-caption {
   top: 250px;
   left:0;
   right:0;
   text-align:left;
   width:100%;
}
#banner .white-clr-banner
{
	color:#ffffff; 
	font-family:'RobotoCondensed-Bold'; 
	font-size:47px;
	text-shadow:none;
	letter-spacing:.3px;
	line-height:47px;
}
#banner .para
{
	color:#ffffff; 
	font-family:'robotoregular'; 
	font-size:25px;
	text-shadow:none;
	letter-spacing:.3px;
	line-height:25px;
	text-transform:none;
	margin-top:15px;
}
.banner-txt
{
	color:#545454; 
	font-family:'robotoregular';
	font-size:18px; 
	line-height:25px;
	text-shadow:none;
	padding-top:20px;
	margin-bottom:30px;
}
#banner .plan-btn
{
	background:#fec039;
	font-family:'robotobold';
	font-size:14px;
	color:#000000;
	padding:10px 15px;
	transition: all 0.5s ease;
	margin-top:40px;
	margin-bottom:20px;
	text-shadow:none;
	text-transform:uppercase;
	border-radius:5px;
	border:0;
	font-weight:300;
}
#banner .plan-btn:hover
{
	background:#2d2d2d;
	color:#ffffff;
}


.carousel-indicators {
    bottom: 0px;
}
.carousel-indicators li {
    display: inline-block;
    width: 11px;
    height: 11px;
    text-indent: -999px;
    cursor: pointer;
    margin: 1px;
    background-color: none;
    border: 1px solid #ffffff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 1px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
 /*-----------Welcome-----------*/
#welcome
{
 background:url(/images/how_itworks.png) center no-repeat;
 background-size:cover;
 min-height:660px;
 padding-top:40px;
 padding-bottom:20px;
}
.left-section
	{
		border-right:1px solid #e2e2e2;
	}
.welcome-heading
     {
		 font-family:'Muli-Semibold';
		 font-size:35px;
		 color:#ffffff;
		 line-height:35px;
		 padding-top:25px;
		 margin-bottom:30px;
	 }
#welcome a .media
	 {
		 padding-top:20px;
		 padding-bottom:20px;
	 }
#welcome a .media .media-left
	 {
	 
	 }
	 /**/
#welcome a .media .media-left .service-icon1
{
	background:#ffffff;
	border-radius:50px;
	border:5px solid #ffffff;
}
#welcome a .media .media-left .service-icon .service-icon-img
{
	width:85px;
	height:85px;
	border-radius:50px;
	background-color:#ffffff;
	border:3px solid #01759a;
}
#welcome a:hover .media .media-left .service-icon .service-icon-img
{
	border:3px solid #2dc766;
}
#welcome a .media .media-left .service-icon .service-icon-img1
{
	background:url(/images/how-icon1.png) center no-repeat;
}
#welcome a .media .media-left .service-icon .service-icon-img2
{
	background:url(/images/how-icon2.png) center no-repeat;
}
#welcome a .media .media-left .service-icon .service-icon-img3
{
	background:url(/images/how-icon3.png) center no-repeat;
}
	 /**/
	 
#welcome a .media .media-left, #welcome a .media >.pull-left {
    padding-right: 20px;
}
	#welcome a .media .media-body .media-heading
	 {
		  font-family:'Muli-semibold';
		 font-size:18px;
		 color:#ffffff;
		 line-height:22px;
	 }
	 #welcome a .media .media-body p
	 {
		  font-family:'robotoregular';
		 font-size:14px;
		 color:#ffffff;
		 line-height:22px;
		 margin-top:10px;
	 }
	 
	 
#welcome .more
{
	background:#014b8a;
	color:#ffffff;
	border-radius:3px;
	font-family:'robotoregular';
	font-size:14px;	
    padding: 10px 25px;
	margin-top:40px;
	margin-right:10px;
	text-decoration:none;
	border:0;
}
#welcome .more:hover 
{    
	background:#00ff78;
	color:#000000;
}

	 
/*-------------------------------*/ 
/*--------Power of compounding------*/
#power-sip
{
	background:#ffffff;
	min-height:600px;
	padding-top:40px;
	padding-bottom:20px;
	z-index:0;
}
.power-sip-head
{
	font-family:'robotoregular';
	font-size:35px;
	color:#000000;
	line-height:32px;
	margin-bottom:40px;
}
.power-sip-head p
{
	font-family:'robotoregular';
	font-size:16px;
	line-height:28px;
	color:#515151;
	text-transform:none;
	padding-top:10px;
}
.power-sip-subhead
{
	font-family:'Muli-SemiBold';
	font-size:22px;
	line-height:28px;
	color:#026f9e;
	text-transform:none;
	margin-bottom:30px;
}
.sip-calc
{
	background:#ffffff;
	border:1px solid #e8e8e8;
	min-height:365px;
	margin-bottom:30px;
	padding:10px;
	padding-bottom:20px;
	border-radius:25px;
}
.graph-bg
{
	min-height:280px;
}
.result-line
{
	font-family:'Muli-bold';
	font-size:18px;
	line-height:32px;
	color:#ffffff;
}
.calcu-input{
	background:#ffffff;
	padding:10px 15px;
	border-radius:5px;
	border:0px;
	outline:none;
	margin-bottom:10px;
	font-family:'robotoregular' ;
	color:#797979;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
#amtError, #interror, #tenureerror
{
	background:#ffc261;
    position: absolute;
    width: 250px;
    left: 0;
    top: -37px;
    border-radius: 3px;
    padding: 5px;
	z-index:100;
}
#amtError:after, #interror:after, #tenureerror:after
{
	content:'';
	position:absolute;
    bottom: -6px;
    left: 33px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid #ffc261;
	color:#000000;
	text-align:center;
}

.wealth-gaintext
{
	color:#ffffff;
	font-size:12px;
	line-height:18px;
	font-family:'poppins-semibold';
	margin-bottom:10px;
}
.wealth-dot
{
	width:20px;
	height:20px;
	border-radius:5px;
	background:#0bcf75;
	position:absolute;
	top:-3px;
	left:-10px;
}
.amount-investedtext
{
	color:#ffffff;
	font-size:12px;
	line-height:18px;
	font-family:'poppins-semibold';
	margin-bottom:10px;
}
.amount-invested-dot
{
	width:20px;
	height:20px;
	border-radius:5px;
	background:#4579e6;
	position:absolute;
	top:-3px;
	left:-10px;
}
.disc-text
{
	color:#ffffff;
	font-size:14px;
	line-height:18px;
	font-family:'Muli-light';
	margin-top:30px;
	font-style:italic;
}

/*----tooltip--------*/
[data-tip] {
	position:relative;

}
[data-tip]:before {
	content:'';
	/* hides the tooltip when not hovered */
	display:none;
	content:'';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #1a1a1a;	
	position:absolute;
	top:-5px;
	left:35px;
	z-index:8;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
}
[data-tip]:after {
	display:none;
	content:attr(data-tip);
	position:absolute;
	top:-35px;
	left:0px;
	padding:5px 8px;
	background:#1a1a1a;
	color:#fff;
	z-index:9;
	font-family:'robotoregular';
	font-size: 12px;
	height:30px;
	line-height:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space:nowrap;
	word-wrap:normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
	display:block;
}
[data-tip]:focus:before,
[data-tip]:focus:after {
	display:none;
}

#power-sip .start-sip
{
	background:#ff6c00;
	color:#ffffff;
	padding:10px 30px;
	border-radius:3px;
	font-family:'robotoregular';
	font-size:14px;
	border:0;
}
#power-sip .start-sip:hover
{
	background:#108cc0;
	color:#ffffff;
}
	 
	 
	 
	/*--------Save Tax
#save-tax
{
	background:url(/images/protect.png) center no-repeat;
	background-size:cover;
	min-height:597px;
}
#save-tax .va-table
{
  min-height:597px;
}
.save-tax-head
{
	font-family:'Muli-Bold';
	color:#572d0c;
	font-size:40px;
	line-height:40px;
	text-transform:uppercase;
}
.save-tax-head p
{
	font-family:'robotoregular';
	color:#5f5f5f;
	font-size:23px;
	line-height:30px;
	text-transform:none;
	margin-top:30px;
}
.save-tax-head2
{
	font-family:'Muli-SemiBold';
	font-size:15px;
	line-height:24px;
	color:#ff6c00;
	text-transform:uppercase;
}
.save-tax-subhead
{
	font-family:'robotoregular';
	color:#ffffff; 
	font-size:28px;
	line-height:40px !important;
	padding-bottom:40px;
}
.save-tax-links
{
	font-family:'Gotham-medium';
	font-size:18px;
	line-height:24px;
	color:#ffffff;
    margin-top: 15px;
	text-transform:none;
	border-right:1px solid #46a7e9;
}

.pop-semi
{
	font-family:'Poppins-SemiBold';
}
.save-tax-btn1
{
	background:#004561;
	color:#ffffff;
	border-radius:3px;
	font-family:'robotoregular';
	font-size:14px;	
    padding: 12px 30px;
	margin-top:40px;
	margin-right:10px;
	text-decoration:none;
	border:0;
	outline:none
}
.save-tax-btn1:hover, .save-tax-btn1:focus
{
	background:#ff6c00;
	color:#ffffff;
	outline:none
}
.save-tax-btn1 img
{
	margin-top:-2px;
}

.save-tax-lastline
{
	font-family:'Poppins-Light';
	font-size:16px;	
	color:#000000;
	margin-top:50px;
}------*/
 
 /*-----------Solutions -----------*/
#solutions-plan
{
 background:url(/images/services_bg.png) center no-repeat;
 background-size:cover;
 min-height:500px;
 padding-top:50px;
 padding-bottom:20px;
 color:#ffffff;
}
.solutions-plan-head
{
    font-family: 'RobotoCondensed-Regular';
    font-size: 35px;
    color: #2a2d34;
    line-height: 35px;
    margin-bottom: 20px;
}
.solutions-plan-head span
{
    font-family: 'roboto-Light';
    font-size: 16px;
    color: #010101;
    line-height: 18px;
}

.solutions-plan-head p
{
    font-family: 'robotolight';
    font-size: 16px;
    color: #010101;
    line-height: 22px;
	text-transform:none;
	margin-top:5px;
}
#solutions-plan a .sersec
{
	border-radius:6px;
	border:2px solid transparent;
	padding-top:20px;
	padding-bottom:20px;
	transition:.3s all ease-out;
}
#solutions-plan a:hover .sersec
{
	border:2px solid #2b7eed;
	-webkit-box-shadow: -1px -1px 10px 0px rgba(215,215,215,1);
	-moz-box-shadow: -1px -1px 10px 0px rgba(215,215,215,1);
	box-shadow: -1px -1px 10px 0px rgba(215,215,215,1);
	transition:.3s all ease-in;
}
#solutions-plan a .ser-head
{
  font-family:'RobotoCondensed-Regular';
  font-size:20px;
  color:#000000;
  margin-top:20px;
  line-height:20px;	
}
#solutions-plan a .ser-head > img
{
	margin-top:-3px;
	margin-right:5px;
}
#solutions-plan a .ser-head p
{
  font-family:'robotolight';
  font-size:14px;
  color:#000000;
  margin-top:10px;
  line-height:18px;	
}
a .ser-head p > span
{
  font-family:'Muli-Italic';
  font-size:14px;
  color:#5bb512;
}
a:hover .ser-head p > span
{
  color:#05648d;
}
.start-btn
{
	background:#458ff0;
    border-radius:3px;
	font-family:'robotoregular';
	font-size:14px;
	outline:none;
	border:0;
	padding:10px 40px;
	margin-top:30px;
	color:#ffffff;
}
.start-btn:hover
{
	background:#ffc000;
	outline:none;
	border:0;
	color:#000000;
}

/*--------Physically fit section------*/
.physically-fit
{
	background:url(/images/physically-fit-bg-img.png) center no-repeat, #458ff0;
     background-size: auto;
    background-position: 86% 80%;
	min-height:540px;
}
.physically-fit .margin-top-120
{
	margin-top:120px;
}
.physical-bg-head
{
	font-family:'RobotoCondensed-Bold';
	font-size:40px;
	color:#ffffff;
	line-height:57px;
}
.physically-fit-img
{
	margin-top:55px;
}

.physically-fit .more
{
	background:#ffc000;
	color:#000000;
	padding:10px 15px;
	border-radius:3px;
	font-family:'robotoregular';
	font-size:16px;
	cursor:pointer;
	margin-top:30px;
	border:0;
}
.physically-fit .more:hover
{
	background:#2d2d2d;
	color:#ffffff;
}
.benefits-lastline
{
	font-family:'Latoregular';
	font-size:11px;
	color:#7a7a7a;
	line-height:20px;
	letter-spacing:.2px;
}



/*--------Rule of investing------*/
.invest-rule
{
	background:#ffffff;
	min-height:540px;
	padding-top:50px;
	padding-bottom:30px;
}
.invest-rule-head
{
	font-family:'robotobold';
	font-size:80px;
	color:#458ff0;
	line-height:80px;
	margin-top:10px;
}
.invest-rule-head-para
{
	font-family:'robotolight';
	font-size:24px !important;
	line-height:30px;
	color:#000000;
    padding-top: 15px;
	margin-bottom:50px;
}
.invest-rule .nav>li>a {
    background:none;
	margin-right:0;
     margin-bottom: 0;
	border:0;
	padding:30px 20px
}
.invest-rule .nav>li>a:focus, .invest-rule .nav>li>a:hover {
    text-decoration: none;
}
.invest-rule .nav-tabs>li>a:hover {
    border-color: transparent;
}
.right-tabs .nav-tabs {
    float: right !important;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -2px;
}
.nav-tabs > li > a > .imgcon
{
  margin-top:20px;
  transition: all 0.3s ease-in;
}
.nav-tabs > li > a:hover > .imgcon
{
  margin-top:10px;
  transition: all 0.3s ease-in;
}
.nav-tabs > li > a > .ico-head
{
  font-family:'robotoregular';
  font-size:16px;
  color:#000000;
  line-height:18px;
  transition: all 0.3s ease-in;
}

.nav-tabs > li > a > .ico1
	{
        position: relative;
        margin: 0 auto;
		padding:20px;
        margin-bottom: 10px;
		border:2px solid #e7e7e7;
		border-radius:8px;
  		transition: all 0.3s ease-out;
	}
	
.nav-tabs > li > a:hover > .ico1
	{
		border:2px solid #458ff0;
		-webkit-box-shadow: 0px 3px 4px 0px rgba(204,204,204,1);
		-moz-box-shadow: 0px 3px 4px 0px rgba(204,204,204,1);
		box-shadow: 0px 3px 4px 0px rgba(204,204,204,1);
  		transition: all 0.3s ease-in;
	}
.nav-tabs > li > a .icon1
	{
		background:url(/images/rule-invest1.png) center no-repeat;
	}
.nav-tabs > li > a:hover .icon1, .nav-tabs > li.active > a .icon1
	{
		background:url(/images/rule-invest1_hvr.png) center no-repeat;
	}
.nav-tabs > li > a .icon2
	{
		background:url(/images/rule-invest2.png) center no-repeat;
	}
.nav-tabs > li > a:hover .icon2, .nav-tabs > li.active > a .icon2
	{
		background:url(/images/rule-invest2_hvr.png) center no-repeat;
	}

.nav-tabs > li > a .icon3
	{
		background:url(/images/rule-invest3.png) center no-repeat;
	}
.nav-tabs > li > a:hover .icon3, .nav-tabs > li.active > a .icon3
	{
		background:url(/images/rule-invest3_hvr.png) center no-repeat;
	}

.nav-tabs > li > a .icon4
	{
		background:url(/images/rule-invest4.png) center no-repeat;
	}
.nav-tabs > li > a:hover .icon4, .nav-tabs > li.active > a .icon4
	{
		background:url(/images/rule-invest4_hvr.png) center no-repeat;
	}
	
.invest-rule .nav-tabs>li.active>a, .invest-rule .nav-tabs>li.active>a:focus, .invest-rule .nav-tabs>li.active>a:hover {
    color: inherit;
    cursor: default;
    background:none;
    border: 0px solid #c8c8c8;
}
.invest-rule .nav-tabs>li.active>a:after {
    bottom: 0px;
    left: 62px;
    border: solid transparent;
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 12px solid #868686;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
}

.invest-rule .tab-content{
  background:#ffffff;
  min-height:250px;
  padding: 25px 15px;
  font-family:'robotoregular';
  font-size:18px;
  border:1px solid #868686;
  border-top:5px solid #868686;
	-webkit-box-shadow: -1px 3px 10px 0px rgba(172,172,172,1);
	-moz-box-shadow: -1px 3px 10px 0px rgba(172,172,172,1);
	box-shadow: -1px 3px 10px 0px rgba(172,172,172,1);
  }
  .invest-rule input{
					background:#fafafa;
					border:1px solid #dedede;
					padding:5px 20px;
					border-radius:10px;
					outline:none;
				    font-family:'Lato-bold';
				    font-size:24px;
					width:100px;
					margin-top:-10px;
					color:#458ff0;
				}
	.invest-rule input:hover, .invest-rule input:focus{
		outline:none;
	}

 @media screen and (max-width: 605px) {
 .invest-rule .tab-content{
  margin-left: 10px;
  margin-right: 10px;
  min-height:400px;
  }
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: inherit;
    cursor: default;
    background-color:transparent;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}


  .nav-tabs-responsive > li {
    display: none;
    width: 23%;
  }
  .nav-tabs-responsive > li > a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    width: 100%;
    text-align: center;
    vertical-align: top;
  }
  .nav-tabs-responsive > li.active {
    width: 54%;
  }
  .nav-tabs-responsive > li.active:first-child {
    margin-left: 23%;
  }
  .nav-tabs-responsive > li.active, .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
    display:table-cell;
  }
  .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .nav-tabs-responsive > li.prev .ico1, .nav-tabs-responsive > li.prev .ico-head, .nav-tabs-responsive > li.next .ico1, .nav-tabs-responsive > li.next .ico-head{
  display:none;
  }
  
  .nav-tabs-responsive > li.next > a, .nav-tabs-responsive > li.prev > a {
    -webkit-transition: none;
    transition: none;
  }
  .nav-tabs-responsive > li.next > a .text, .nav-tabs-responsive > li.prev > a .text {
    display: none;
  }
  .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.prev > a:after, .nav-tabs-responsive > li.prev > a:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .nav-tabs-responsive > li.prev > a:after {
    content: "\e079";
	margin-top:100%;
  }
  .nav-tabs-responsive > li.next > a:after {
    content: "\e080";
	margin-top:100%;
  }
  .nav-tabs-responsive > li.dropdown > a > .caret {
    display: none;
  }
  .nav-tabs-responsive > li.dropdown > a:after {
    content: "\e114";
  }
  .nav-tabs-responsive > li.dropdown.active > a:after {
    display: none;
  }
  .nav-tabs-responsive > li.dropdown.active > a > .caret {
    display: inline-block;
  }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
    left: 0;
    right: auto;
  }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
    left: auto;
    right: 0;
  }
}
/**
 * Demo Styles
 */
.wrapper {
  padding: 15px 0;
}

.bs-example-tabs .nav-tabs {
  margin-bottom: 15px;
}

@media (max-width: 479px) {
  #narrow-browser-alert {
    display: none;
  }
}




.invest-rule-lastline a
{
	font-family:'Poppins-Medium';
	font-size:11px;
	color:#187db1;
	line-height:22px;
	text-decoration:underline !important;
}
.invest-rule-lastline a:hover
{
	color:#f6a902;
}



/*-------Sip Calculator----*/


#sip-calculator{
	min-height:669px;
	background:#458ff0;
	}

#sip-calculator  .heading {
    font-family: 'robotoregular';
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 45px;
    margin-top: 100px;
}
#sip-calculator .heading2 {
    font-family: 'robotobold';
    font-size: 60px;
    color: #ffde2a;
    margin-bottom: 35px;
    line-height: 60px;
}
#sip-calculator .heading2  .heading2para {
    font-family: 'robotoregular';
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 27px;
    margin-bottom: 10px;
}
#sip-calculator  .heading2para {
    font-family: 'robotoregular';
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 27px;
    margin-bottom: 10px;
}
#sip-calculator .heading3 {
    font-family: 'robotomedium';
    font-size: 48px;
    color: #ffde2a;
    margin-bottom: 15px;
    line-height: 45px;
}

#sip-calculator .more {
    background: #ffc000;
    color: #000000;
    padding: 10px 15px;
    border-radius: 3px;
    font-family: 'robotoregular';
    font-size: 16px;
    cursor: pointer;
    margin-top: 30px;
    border: 0;
}
#sip-calculator .lastline {
    font-family: 'robotoregular';
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    margin-top: 60px;
}
#sip-calculator .more:hover {
    background: #2d2d2d;
    color: #ffffff;
}

/*--------Invest in our Basket------*/
#invest-basket
{
	background:#ffffff;
	min-height:656px;
	padding-top:90px;
	padding-bottom:10px;
}
.invest-basket-head
{
	font-family:'Poppins-SemiBold';
	font-size:30px;
	color:#505050;
	line-height:30px;
	text-transform:uppercase;
}
.invest-basket-head-para
{
	font-family:'Poppins-Light';
	font-size:14px !important;
	line-height:28px;
	color:#5a5a5a;
    padding: 6px 10px 30px 10px;
	text-transform:none;
}
.invest-basket-lastline a
{
	font-family:'Poppins-Medium';
	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:'Poppins-Light';
}
#carousel-basket .carousel-caption .risk-type-head
{
	font-family:'Poppins-Medium';
	font-size:19px;
	color:#333333 !important;
}
#carousel-basket .carousel-caption .risk-type-head p
{
	font-family:'robotoregular';
	font-size:12px;
	padding-top:0px !important;
}

/*--------Fund Monitor------*/
#fund-monitor-bg
{
	background:url(/images/market-bg.png) center no-repeat;
	background-size:cover;
	min-height:656px;
	padding-top:50px;
	padding-bottom:40px;
}

.fund-monitor-bg-head
{
	font-family:'Poppins-SemiBold';
	font-size:30px;
	color:#505050;
	line-height:30px;
	text-transform:uppercase;
}
.fund-monitor-bg-head p
{
	font-family:'Poppins-Light';
	font-size:16px;
	line-height:22px;
	color:#4e4e4e;
    padding-top: 8px;
	text-transform:none;
	padding-bottom:10px;
}

#fund-monitor-bg a.more
{
	background:#ffffff;
	color:#086f96;
	padding:12px 45px;
	border-radius:25px;
	font-family:'Poppins-SemiBold';
	font-size:15px;
	text-transform:uppercase;
	cursor:pointer;
}
#fund-monitor-bg  a:hover.more
{
	background:#2d5391;
	color:#ffffff;
}




/*------Reason to invest with us------------*/
#reason-invest
{
	min-height:600px;
	background:url(/images/whyus.png), #009cd6;
	background-position:-54%;
	background-repeat:no-repeat;
	background-size:contain;
	font-size:14px;
	color:#5f5f5f;
	padding-top:80px;
	padding-bottom:20px;
}
#reason-invest .mission-area
{
	background:#ffffff;
	-webkit-box-shadow: -2px -1px 2px 1px rgba(4,79,108,1);
	-moz-box-shadow: -2px -1px 2px 1px rgba(4,79,108,1);
	box-shadow: -2px -1px 2px 1px rgba(4,79,108,1);
	border-radius:3px;
	padding:13px;
	min-height:300px;
}
#reason-invest .mission-area-in
{
	background:#ffffff;
	border:2px solid #dcdcdc;
	padding:30px 20px;
}
.mission-area-in .mission-head
{
	font-family:'Muli-bold';
	font-size:35px;
	color:#00749f;
	line-height:40px;
	margin-bottom:15px;
}
.mission-area-in .mission-para
{
	color:#000000;
	font-family:'robotoregular';
	font-size:16px;
	line-height:25px;
	margin-top:15px;
	margin-bottom:30px;
}
.mission-area-in .more {
    background: #5bb512;
    border-radius: 4px;
    font-family: 'robotoregular';
    font-size: 15px;
    outline: none;
    border: 0;
    padding: 9px 40px;
    color: #ffffff;
	margin-bottom:30px;
}
.mission-area-in .more:hover {
    background: #014b8a;
    outline: none;
    border: 0;
    color: #ffffff;
}

/*---*/
.reason-invest-head
{
	font-family:'robotoregular';
	font-size:35px;
	color:#ffffff;
	line-height:40px;
	margin-bottom:15px;
}

#reason-invest .feature-para
{
	color:#ffffff;
	font-family:'robotoregular';
	font-size:16px;
	line-height:21px;
	margin-top:15px;
	margin-bottom:30px;
}

#reason-invest .service-text
{
	font-family:'Muli-light';
	font-size:18px;
	line-height:20px;
	color:#ffffff;
	padding:5px 15px;
	margin-bottom:6px;
}
#reason-invest .service-text img
{
	margin-top:-10px;
	margin-right:10px;
}
#reason-invest .start-btn {
    background: #72de1b;
    border-radius: 4px;
    font-family: 'robotoregular';
    font-size: 14px;
    outline: none;
    border: 0;
    padding: 9px 30px;
    margin-top: 30px;
    color: #000000;
}
#reason-invest .start-btn:hover {
    background: #014b8a;
    outline: none;
    border: 0;
    color: #ffffff;
}
/*--------Debt Fund Simplified------*/
.debt-fund-simple
{
	background:url(/images/debt-fund-bg-img.png) center no-repeat, #458ff0;
	background-size: auto;
    background-position: 90% 60%;
	padding-top:100px;
	padding-bottom:30px;
	min-height:540px;
}
.debt-fund-head
{
	font-family:'robotolight';
	font-size:55px;
	color:#ffffff;
	line-height:55px;
}
.debt-fund-head-para
{
	font-family:'robotolight';
	font-size:22px !important;
	line-height:32px;
	color:#ffffff;
    padding-top: 15px;
}
.debt-fund-head-para span
{
	font-family:'robotomedium';
	font-size:25px !important;
	line-height:32px;
	font-style:italic;
}


.debt-fund-simple a > .debt-icons
{
	border-radius:5px;
	padding:5px 15px;
	background:#ffffff;
}
.debt-fund-simple a:hover > .debt-icons
{
	background:#ffc000;
}
.debt-fund-simple .debt-icons .debt-icons-img
{
padding:10px;
}
.debt-fund-simple a .debt-icons-text
{
	font-family:'robotoregular';
	font-size:16px;
	line-height:22px;
	color:#000000;
	padding:10px 3px;
}


.debt-fund-simple a .more
{
	background:#ffffff;
	color:#2e2e2e;
	padding:10px;
	border-radius:50px;
	font-family:'Lato-Italic';
	font-size:16px;
	cursor:pointer;
	margin-top:50px;
	border:1px solid #e4dede;
	border-radius:5px;
}
.debt-fund-simple a:hover .more
{
	background:#00828c;
	color:#ffffff;
}




/*--------Equity Fund section------*/
.equity-fund-bg
{
	background:#ffffff;
	padding-top:60px;
	padding-bottom:60px;
	min-height:540px;
}
.equity-fund-bg-head
{
	font-family:'Robotolight';
	font-size:40px;
	color:#000000;
	line-height:50px;
}
.equity-fund-bg-head span
{
	font-family:'RobotoRegular';
	font-size:30px;
	color:#000000;
	line-height:50px;
}


.equity-fund-bg a > .debt-icons .imgcon
{
  margin-top:20px;
  transition: all 0.3s ease-in;
}
.equity-fund-bg a > .debt-icons .imgcon:before {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  content: '';
  top: 70%;
  left: 40%;
  height: 10px;
  width: 20%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.equity-fund-bg a > .debt-icons .ico-head
{
  padding-top:20px;
  font-family:'robotoregular';
  font-size:22px;
  color:#000000;
  line-height:24px;
  transition: all 0.3s ease-in;
}
.equity-fund-bg a:hover > .debt-icons .imgcon
{
  margin-top:10px;
  transition: all 0.3s ease-in;
}
.equity-fund-bg a:hover > .debt-icons .imgcon:before
{ 
opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.equity-fund-bg a:hover > .debt-icons .ico-head
{
  padding-top:30px;
  transition: all 0.3s ease-in;
  color:#ff7d04;
}
.equity-fund-bg a .more
{
	background:#ffffff;
	color:#2e2e2e;
	padding:10px;
	border-radius:50px;
	font-family:'Lato-Italic';
	font-size:16px;
	cursor:pointer;
	margin-top:50px;
	border:1px solid #e4dede;
	border-radius:5px;
}
.equity-fund-bg a:hover .more
{
	background:#00828c;
	color:#ffffff;
}
/*-----=================================Mobile app==========================================----*/
#mobile_app{
	min-height: 680px;
	background:#fff;
	font-family:'robotoregular';
	color:#fff;
	    padding-top: 4%;
    padding-bottom: 5%;
	
	}
	
.app-media-head{
	font-family:'robotomedium';
	color:#e72d2d;
	font-size:20px;
	line-height:25px;
	padding-bottom: 10px;
	}
.app-media-text{
	font-size:14px;
	color:#7b7b7b;
	line-height:16px;
	
	}
#mobile_app	.media{
	margin-bottom: 30%;

		}
.app-btn{
	margin-top:20px;
	}
	
#mobile_app .app_head {
    font-size: 40px;
    line-height: 50px;
	color:#000;
	padding-bottom: 1px;
	text-align:center;
	font-family: 'robotoregular';
	}

#mobile_app .app_text{
	font-size: 17px;
    line-height: 20px;
	color:#000;
	padding-bottom: 40px;
	text-align:center;
	font-family: 'robotoregular';
	}
	
#mobile_app .app_img{
	padding-top:10%;
	
	}
.media-left .icon{
	padding-right:5px;
	}
.media-right .icon{
	padding-left:20px;
	}	
	
/*#mobile_app .icon{
	    padding-left: 25px;
	}*/	

 /*-----------Testimonials-----------*/
#testimonial-bg
{
 background:url(/images/review_bg.png) center no-repeat;
 background-size:cover;
 min-height:600px;
 padding-top:40px;
 padding-bottom:20px;
}
.testimonial-heading
     {
		 font-family:'robotoregular';
		 font-size:35px;
		 color:#ffffff;
		 line-height:35px;
		 padding-top:25px;
		 margin-bottom:10px;
	 }
.testimonial-heading-para
     {
		 font-family:'robotoregular';
		 font-size:16px;
		 color:#ffffff;
		 line-height:22px;
		 margin-bottom:30px;
	 }

 /* -------------------Testimonials Carousel--------------- */
#testimonial-bg .carousel-inner > .item {
    min-height:250px;
	padding:20px;
}

#testimonial-bg .carousel-caption {
   top:0px;
   left:0;
   text-align:center;
   right:0%;
   text-shadow:none;
}
#testimonial-bg .carousel-control {
    width: 1%;
    font-size: 34px;
    color: #000000;
    text-align: center;
    text-shadow:none;
    filter: alpha(opacity=1);
    opacity: 1;
}
.carousel-control {
    left: -20px;
	}	 
	 
#testimonial-bg .carousel-control .glyphicon {
    bottom: 0px;
}
#testimonial-bg .carousel-control.left , #testimonial-bg .carousel-control.right{
    background-image: none;
    margin-top: 5%;
}
#testimonial-bg .carousel-indicators {
    bottom: 0px;    
	left: 45%;
    margin-left: 0;
	width:20%;
}
#testimonial-bg .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    margin: 1px;
    background-color: #c6c6c6;
	border:0px solid transparent;
    border-radius: 10px;
}
#testimonial-bg .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px;
    background-color: #014b8a;
	border:0px solid transparent;
}
	 
.testimonial-txt
{
	background:none;
	min-height:100px;
	font-family:'robotoregular';
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	letter-spacing:.3px;
}
.testimonial-txt .heading-txt
{
    font-family: 'robotomedium';
	font-size:25px;
	color:#ffffff;
	line-height:24px;
}
.testimonial-txt p
{
	padding:20px 0;
	font-style:italic;
}
.testimonial-txt a
{
	text-decoration:none;
	color:#ffffff;
}
.testimonial-txt a:hover
{
	text-decoration:none;
	color:#000000;
}
.testimonial-line
{
	border-top:1px solid #e1e1e1;
	
}
.testimonial-client
{
	padding-top:10px;
	font-family:'robotoregular';
	font-size:16px;
	color:#ffffff;
	padding-bottom:20px;
	font-style:italic;
	border-top:1px solid #ffffff;
}

#testimonial-bg .start-sip
    {
	background:#ffc000;
	color:#000000;
	padding:10px 30px;
	font-family:'robotoregular';
	font-size:16px;
	border:0;
	border-radius:5px;
	}
#testimonial-bg .start-sip:hover{
	background:#458ff0;
	color:#ffffff;
	}
	
	
	
/*--------Get in Touch------*/

#contact-home{
	background:#ffffff;
	min-height:400px;
	color:#323232;
	    padding-top: 5%;
	    padding-bottom: 0px;
}
#contact-home .va-table{
  min-height:400px;
}
.foot-border{
	border-top:1px solid #cfcfcf;
	}
.foot_padding{
	    padding-top: 30px;
    padding-bottom: 15px;
	}

.contact_home_head{
	    font-family: 'robotoregular';
    font-size: 40px;
	color:#000;
	line-height:40px;
	text-align:center;
	}
.contact_home_subhead{
	font-size:18px;
	color:#000;
	line-height:20px;
	text-align:center;
	padding-top:10px;
	    padding-bottom: 20px;

	}
.contact_sub_content{
	    padding-bottom: 60px;
		 font-family: 'robotoregular';
		 font-size:14px;
		 padding-top:10px;
		 text-align:center;
	}
	
.contact-home-heading{
	 font-family: 'RobotoCondensed-Regular';
    font-size: 30px;
    color: #458ff0;
    line-height: 30px;

}
.contact-home-para{
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #323232;
    line-height: 20px;
    margin-top: 20px;
    padding-right: 15px;
    text-align: justify;
}

.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: #323232;
	}

.add-media-text a{
	    color: #323232;
	}

.add-media-text a:hover{
	    color: #007f12;
	}	
		
.links-list{
	font-family: 'robotoregular';
	font-size:14px;
	color:#323232;
	padding-top:20px;
	}
.links-list ul{
	margin-left: 10px;
    -webkit-padding-start: 6px;
}
.links-list li{
    list-style:url(/images/ftr-arrow.png);
    margin: 0;
       padding: 6px 0px;
}
.links-list li a{
	    color: #323232;
	text-decoration:none;
}
.links-list li a:hover{
	color:#ffc000;
}


.links-list1{
	font-family: 'robotoregular';
	font-size:14px;
	color:#323232;
	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;
        margin-bottom: 10px;
}

.links-list li:last-child, .links-list1 li:last-child {
   border-bottom: 0px solid #0f72c5;
}
/*-----=================================Home page contact start==========================================----*/


/*-----=================================footer start==========================================----*/


footer
{
	background: #ffffff;
    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: -7%;
	      font-size: 14px;
     float:left;
}	

#footer li {
    float: left;
    padding: 0px 0px 5px 35px;
}	
	
	
footer a{
    text-decoration: none;
    color: #525252;
    padding-left: 0px;
    padding-right: 0px;
    font-family: 'robotoregular';
	
	}

	
footer a:hover, footer a:focus{
	text-decoration:none;
	color:#458ff0;
	}
	

.copyright{
	font-size:14px;
	color:#525252;
	font-family:'robotoregular';
	}

.foot_padding a.design {
    text-decoration: none;
	font-size:14px;
	color:#525252;
	font-family:'robotoregular';
}
.foot_padding a:hover.design {
    text-decoration: none;
    color: #458ff0;
    
}

	 .social-head 
	 {
		padding-top:65px;
	  }


/*----------------Footer disclaimer--------------------*/

.foot-disclaimer
{
    min-height: 30px;
    background: #2d2d2d;
    padding-top: 15px;
    padding-bottom: 0px;
    font-family: 'robotoregular';
}

.foot-disclaimer .disc_head{
    font-size: 16px;
     font-family: 'robotomedium';
    line-height: 34px;
    text-decoration: underline;
    color: #ffffff;
	}


.foot-disclaimer .container-fluid
{
	padding-left:30px;
	padding-right:30px;
}

.foot-disclaimer .disclaimer
{
	background:none;
    padding-top: 15px;
	color:#555555;
	font-size: 14px;
	line-height:18px;
	padding-bottom:20px;
	font-family:'robotoregular';
} 


@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;
	 }
	 nav .navbar-brand {
    display: inline-block;
    height: 82px;
    width: 240px;
    line-height: 82px;
	margin-top:10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
     margin-top: 15px;
}
	 .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:0px;
    }
	.navbar-default .navbar-nav > li > a {
    padding: 10px 15px;
	}
	.navbar-brand>img {
    display: block;
    width: 99%;
}
	#testimonial-bg .carousel-control {
    width: 6%;
	}
#banner {
    min-height: 580px;
} 
#banner .carousel-inner > .item {
    min-height: 580px;
}
#reason-invest a > .service-icon {
    margin-left: 30px;
    margin-top: 10px;
}

.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;
}

	 .carousel-inner >.item {
        min-height: 100vh;
	}
	#banner .carousel-inner > .item {
	background-position:-40%;
}
	 #banner .carousel-caption {
    top: 50px;
	width:100%;
	 }
	 #banner  span.white-clr-banner {
    font-size: 40px;
    line-height: 40px;
	}
	 .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;
	 }
.padding-left-right {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.equity-fund-bg a > .debt-icons{
    min-height:150px;
}
.debt-fund-simple {
    background: #19a8e6;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 540px;
}
.debt-fund-simple a > .debt-icons {
    margin-bottom: 20px;
}

.invest-rule .nav>li>a {
    padding: 10px 1px;
}
#reason-invest {
    min-height: 600px;
    background: url(/images/whyus.png), #009cd6;
    background-position: top -54%;
    background-repeat: no-repeat;
    background-size: 740px;
    font-size: 14px;
    color: #5f5f5f;
    padding-top: 80px;
    padding-bottom: 20px;
}
#reason-invest .mission-area {
margin-bottom:40px;
}
.mission-area-in .more {
    margin-bottom: 0px;
}
#solutions-plan a .sersec {
    padding-top: 0px;
    padding-bottom: 0px;
}
.physically-fit {
    background:#458ff0;
    min-height: 460px;
	padding-bottom:20px;
}
.physically-fit .margin-top-120 {
    margin-top: 50px;
}
.physically-fit .font-size-58 {
    font-size: 47px;
    line-height: 47px;
	margin-top:5px;
}
.invest-rule-head {
    font-size: 45px;
    line-height: 42px;
}
.save-tax .content {
    margin-top: 50px;
}
#invest-cal .calc-heading {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*#reason-invest a > .service-icon {
    margin-left: 33%;
}*/
#solutions-plan .goal {
    padding-left: 10px;
    padding-right: 10px;
}
#feedback .carousel-inner > .item {
    min-height: 550px;
    margin-top: 10px;
}
#footer li {
    padding: 0px 0px 5px 25px;
}

}
@media (max-width: 425px)
{
	.navbar-default {
    padding: 0 !important;    
	min-height: 80px;
	}
/*	nav .navbar-right {
    float: none!important;
}*/
.navbar-default .navbar-nav > li > a {
    text-align:center;
}
	
	.login-btn {
    margin-left: 10px;
	}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
nav .navbar-nav > li > a {
    color: #3c55a5;
}
	.power-sip-head p {
    padding: 6px 10px;
	}
.btn-pad-hdr{padding: 12px 22px;}

.feed {
    min-height: 250px;
	padding-bottom:0px;
 }	
  
a > .banner-icons {
    margin-left: 0px;
    margin-right: 0px;
}
#banner
	 {
		 min-height:400px;
    padding-top: 70px;
	 }
	#banner .carousel-inner >.item {
        min-height: 370px;
	}

#banner .white-clr-banner {
    font-size: 32px;
	}
	#banner .para {
    font-size: 22px;
	}
	#banner .carousel-inner > .item:nth-of-type(1), #banner .carousel-inner > .item:nth-of-type(2), #banner .carousel-inner > .item:nth-of-type(5) {
    background-position: 0% !important;
	}
	#banner .carousel-inner > .item:nth-of-type(3), #banner .carousel-inner > .item:nth-of-type(4), #banner .carousel-inner > .item:nth-of-type(6) {
    background-position: 90% !important;
	}
.left-section {
    border-right:0px solid #e2e2e2;
}
.about-txt {
    padding-right: 20px;
	margin-bottom:20px;
}
.simple-section {
    padding-left: 0px;
}
.amount-investedtext, .wealth-gaintext {
    font-size: 15px;
    line-height: 18px;
}

	.reason-invest-head {
    margin-top: 50px;
	}
	#reason-invest .service-text {
    font-size: 15px;
	}
	#power-sip input{
	 font-size:18px;
	}
	.save-tax {
	padding-bottom:30px;
	}
#feedback {
    padding-top: 50px;
    padding-top: 30px;
}
.feedback > .carousel-inner >.item {
    min-height: 500px;
}
#testimonial-bg .carousel-inner > .item {
    min-height: 410px;
}
#testimonial-bg .carousel-indicators {
    left: 40%;
    width: 20%;
}
#contact-home {
  padding-top:30px;
  padding-bottom:30px;
}
.contact-home-heading {
	margin-top:20px;
}
.social-head {
    padding-top: 30px;
}

p.feed-txt {
    padding: 20px 0px;
}
.feedback > .carousel-indicators {
    bottom: -30px;
}
#feedback .carousel-inner > .item {
    min-height: 450px;
    margin-top: 10px;
}
footer .text-left, footer .text-right
{
	text-align:center !important;
}

.physical-bg-head {
    font-size: 47px;
    line-height: 47px;
}
.physical-bg-head .font-size-34 {
    font-size: 47px;
    line-height: 47px;
}
}
@media (max-width: 375px)
{
	
	
	.btn-pad-hdr {
    padding: 10px 10px;
	margin-top:20px;
}

h1
{
	margin-top:0px;
	margin-bottom:0;
}


#reason-invest a > .service-icon {
    margin-left: 18px;
    margin-top: 10px;
}
#save-tax {
    background: url(/images/protect.png) right no-repeat;
}
#feedback .carousel-inner > .item {
    min-height: 500px;
    margin-top: 10px;
}
.testimonial-txt p {
    padding: 5px;
    padding-top: 25px;
}
footer .text-left, footer .text-right
{
	text-align:center !important;
}
}
@media (max-width: 320px)
{

	#reason-invest {
    background-repeat: no-repeat;
    background-size: 820px;
    padding-top: 50px;
    padding-bottom: 20px;
	}
	.debt-fund-head {
    font-size: 35px;
    line-height: 40px;
	}
	.equity-fund-bg-head {
    font-size: 30px;
    line-height: 36px;
	}
	.equity-fund-bg-head span {
    font-size: 30px;
    line-height: 34px;
	}
}
@media (min-width: 426px) and (max-width:768px)
{
.navbar-default {
    padding: 0 ;
	}
	
.navbar .container-fluid {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.padding-left-right {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-top: 5px;
    min-height: 68px;
    margin-bottom: 0px;
} 
	 .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:12px 12px;
    }
	.navbar-right {
    float: left!important;
    padding-top: 10px;
    padding-bottom: 10px;
	}
	.navbar-right .dropdown-menu {
    left: 0 !important;
    min-width: 245px;
}
	.login-btn {
    margin-top: -8px;
	}
	
	 
#banner {
    min-height: 415px;
} 
#banner .carousel-inner > .item {
    min-height: 415px;
}
	#banner .carousel-caption {
    top: 140px;
	left:10px;
	 }
	 #banner .carousel-caption {
    bottom: 50px;
    left: 0;
    right: 0;
    width: 100%;
}
	 .carousel-caption .heading {
    font-size: 36px;
    margin-bottom: 0px;
    line-height: 36px;
    padding-top: 0px;
	padding-right:0px;
	 }
	 #banner .white-clr-banner {
    font-size: 40px;
    line-height: 40px;
}
#banner .carousel-inner > .item:nth-of-type(1) {
    background-position: 40% !important;
}
#banner .carousel-inner > .item:nth-of-type(2) {
    background-position: 40% !important;
}
#banner .carousel-inner > .item:nth-of-type(3) {
    background-position: 64% !important;
}
#banner .carousel-inner > .item:nth-of-type(4) {
    background-position: 64% !important;
}
#banner .carousel-inner > .item:nth-of-type(5) {
    background-position: 44% !important;
}
#banner .plan-btn {
    margin-top: 20px;
	}
	
	.physically-fit {
    background-size: 40%;
    background-position: 96% 80%;
	padding-bottom:30px;
	min-height:400px;
	}
	.physically-fit .margin-top-120 {
    margin-top: 60px;
	}
	.debt-fund-simple {
	background:#19a8e6;
   /* background-size: 40%;
    background-position: 90% 60%;*/
    padding-top: 60px;
	min-height:400px;
	}
 
     
	 .line {
    margin-top: 5px;
    margin-bottom: 10px;
	 }
#solutions-plan {
    background: url(/images/services_bg.png) left no-repeat;
    background-size: cover;
    min-height: 500px;
    padding-top: 30px;
    padding-bottom: 20px;
}	
	
#reason-invest {
    min-height: 600px;
    background: url(/images/whyus.png), #009cd6;
    background-position: top -54%;
    background-repeat: no-repeat;
    background-size:100% 400px;
    font-size: 14px;
    color: #5f5f5f;
    padding-top: 50px;
    padding-bottom: 20px;
}
#reason-invest .mission-area-in {
    padding: 20px 20px;
}
.mission-area-in .more {
    margin-bottom: 10px;
}
#reason-invest .mission-area {
	margin-bottom:70px;
}
/*#reason-invest a > .service-icon {
    margin-left: 30%;
}*/
	#save-tax {
    background: url(/images/protect.png) left no-repeat;
    background-size: cover;
    min-height: 450px;
}
#save-tax .va-table {
    min-height: inherit;
}
#feedback .carousel-inner > .item {
    min-height: 385px;
    margin-top: 0px;
}
.social-margin-left
{
	margin-left:0px;
}

.feed {
    min-height: 250px;
	padding-bottom:0px;
 }	  
.contact-head p
{
    padding: 10px 10px 50px 10px;
}
	

.no-padding-left2
{
	padding-left:0px;
}

#feedback{
	padding-top:50px;
}
.contact-home-heading {
margin-top:30px;
}
.social-head {
    padding-top: 35px;
    padding-bottom: 35px;
}
footer .text-left, footer .text-right
{
	text-align:center !important;
}

}
@media (max-width: 991px) and (min-width: 769px)
{
	
	.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 > a {
    padding: 12px 10px;
    font-size: 14px;
	 }
	 .navbar-right {
    margin-right: 0px;
	 }
	  nav .navbar-right {
	padding-top:0px;
    padding-bottom: 10px;
	float:left !important;
	  }
	 .login-btn {
    margin-top: 4px;
	}
	.left-section {
    border-right: 0px solid #e2e2e2;
}
	 
#banner {
    min-height: 580px;
} 
#banner .carousel-inner > .item {
    min-height: 580px;
}

	 #banner .carousel-caption {
    top: 140px;
	left:20px;
	 }
	 .carousel-caption .heading {
    font-size: 42px;
    margin-bottom: 0px;
    line-height: 42px;
    padding-top: 0px;
	padding-right:0px;
	 }
	 .para {
    padding: 10px 10px;
}
	#reason-invest a > .service-icon {
    margin-left: 20px;
	}

	 .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-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;
}
}
@media (max-width: 1024px) and (min-width: 992px)
{
	 .navbar-default {
    padding: 0 15px;
	}
	 
	 .navbar-default .navbar-nav > li > a {
    padding:10px 9px;
	 }
	 .toggle {
    padding-left: 0px;
}
	 .navbar-right {
    margin-right: 0px;
     padding-top: 25px;
	 }
	 .navbar-default .container-fluid {
    padding-right: 5px;
     padding-left: 5px;
	 }
	 .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}
	nav.smaller .navbar-right {
    padding-top: 5px;
}

.login-btn {
    margin-top: -5px;
    font-size: 13px;
    padding: 8px 8px;
    margin-left: 0px;
}	
#banner {
    min-height: 580px;
} 
#banner .carousel-inner > .item {
    min-height: 580px;
}
#banner .carousel-inner > .item:nth-of-type(1){
    background-position:40% !important;
}
#banner .carousel-inner > .item:nth-of-type(2){
    background-position:45% !important;
}
#banner .carousel-inner > .item:nth-of-type(3){
    background-position:55% !important;
}
#banner .carousel-inner > .item:nth-of-type(5){
    background-position:40% !important;
}
	 #banner .carousel-caption {
      bottom: 30px;
      width:100%;
	 }

	 .carousel-caption .heading {
    font-size: 44px;
    margin-bottom: 0px;
    line-height: 44px;
    padding-top: 0px;
	padding-right:0px;
	 }
	 #banner .banner-sideoverlay {
    width: 37%;
	}
	#banner .banner-sideoverlay:after {
    border-bottom: 479px solid #00a786;
    border-left: 115px solid transparent;
     top: 106px;
	 }
	
	 .line {
    margin-top: 10px;
    margin-bottom: 15px;
	 }
	 .padding-left-right {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.physically-fit {
    background-size: 47%;
    background-position: 96% 60%;
}
.debt-fund-simple {
    background-size: 34%;
    background-position: 98% 60%;
	}
	#reason-invest {
    background-position: -400px;
	}
	 p.feed-txt {
    padding: 10px 80px;
    }
	.market-research-head p {
    padding: 10px 65px 30px 65px;
	}
	.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;
	}
	.social-btn1 {
	margin-left:110px;
	}
}
@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;
}

}