/* CSS Document */
@import url('/font/roboto.css');

body{
	 margin:0;
	 padding:0;
	 font-family: 'latoregular';
	 
}
.rupee {
    font-family: "rupee_foradianregular";
}
*
{
margin:0;
}
a {
    color: #inherit;
    text-decoration: none;
}
.white{
	color:#fff;
	}
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-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: -30px;
}
.margin-right-65{
   margin-right: 65px;
}
.margin-left-10{
	margin-left:10px;	
	}
.font-35{
	font-size:35px;
}
.text-color-blue{
	color:#104d8c;
	font-family:'Poppins-SemiBold';
}

.font-lato-bold{
	color: #f57920;
	font-family:'Lato-Bold';
	}
/* 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);
}




/*-----------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: 'merriweather_sansregular';
    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:#f3cf2d;
	}
.banner-sub-heading a:focus, .banner-sub-heading a:hover {
    color: #8be411 !important;
    text-decoration: underline !important;
}
/*------BANNER------*/

/*-------------------------Navbar Animation------------------------------------- */
nav {
  min-height: 110px;
  z-index: 999;
  background: #ffffff;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; 
  }
  nav .navbar-brand {
 
	    display: inline-block;
     min-height: 75px; 
       width: 330px;
   
	position:relative;
    z-index: 999999999;
    margin-top: 35px;
       margin-left: 155px !important;
    background: url(/images/logo.png) no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	
	 }

	
 nav .navbar-right {
    float: right!important;
    margin-right: 0px;
      margin-top: 57px;
    padding-right: 42px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	    z-index: 10;

    position: relative;  
}
/*    
  nav.smaller {
    min-height: 70px;
	background:#f3ce2d;
	border-bottom:1px solid #d1d1d1;
	 }*/
	 
 .container-fluid>.navbar-header, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
	
}	 
/*	 
nav.smaller .navbar-brand {
background:url(/images/logo.png) no-repeat;
	   }
 nav.smaller .navbar-right {
    float: right!important;
    margin-right: 0px;
	padding-top:10px;
}

.contact-btn {
	background: none;
    font-family: 'latoregular';
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
       padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 0px;
    border: none;
    letter-spacing: 0px;
    margin-top: 10px;
    float:left;
	border-right:none;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
}*/
/*.login-btn a
{
 text-decoration:none;
 color:#fff;
 font-size: 15px;
}

.login-btn a:hover
{
 text-decoration:none;
 color:#fdf5b5;
}
.signup-btn {
	background: #b40000;
    font-family: 'latoregular';
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
	    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
    padding-left: 0px;
    border: none;
    letter-spacing: 0px;
    margin-top: 10px;
    float:left;
	border-left:none;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
.signup-btn a
{
 text-decoration:none;
 color:#fff;
 font-size: 15px;
}
.signup-btn a:hover
{
 text-decoration:none;
 color:#fdf5b5;
}*/
.navbar-toggle {
    margin-top: 20px;
}
.modal-body {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.modal-content {
    margin-top: -15px;
}
/*----------------------------------section1-----------------------------------------------*/

/*#banner{
	width:100%;
	min-height:100vh;
	background:url(/images/banner1.jpg) no-repeat center;
	background-size:cover;
	z-index:1;
}

*/

#banner{
	background:url(/images/banner.jpg) no-repeat center;
	background-size:cover;
	width:100%;
    min-height: 500px;
    margin-top: 120px;
}
#banner .va-table{
	display: table;
     min-height: 500px!important;
    width: 100%;
	
}
#banner .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.tile1{
	min-height:115px;
	background:#fff;
	margin-right:10px;
	    border-radius: 5px;
		text-align:center;
	}
.home-goal{
    margin-top: 82px;
    margin-bottom: 81px;
	}
.ban-icon{
	padding-top:25px;
	}
#banner  a:hover {
    text-decoration: none;
    color: #8b3232;
	
}
#banner  a{
    color: #000;
	
}

.sip-planner{
    background: #1fa334;
    min-height: 109px;
    margin-top: 5px;
    margin-bottom: 0px;
    border-radius: 0px;
    text-align: center;
	}
.sip-planner-object{
    padding-top: 13%;
    font-family: 'Montserrat-Light';
    font-size: 29px;
    color: #fff;
	}
	.sip-planner-object img {
		padding-right:20px;
		}
.home-sip-sb{
    color: #941c1c;
   font-family: 'nexa_boldregular';
    font-size: 48px;
    text-align: center;
    line-height: 57px;
       padding-top: 5%;
	}
.invest-now-home{
    width: 147px;
    background: #8c3232;
    border-radius: 5px;
        margin-top: 28%;
    padding: 10px 31px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 8px;
    line-height: 20px;
	}
a:hover .invest-now-home{
    background: #20a335;
	
	}	
	
	
	
/*----------------------------------section2------------------------------------------------*/
#about_home{
	width:100%;
	min-height:470px;
	background:#fff;
	background-size:cover;
	z-index: 1;
}
#about_home .va-table{
	display: table;
     min-height: 470px!important;
    width: 100%;
	
}
#about_home .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.about-head{
	font-family:'Montserrat-Regular';
	font-size:35px;
	line-height:42px;
	text-align:center;
	text-transform:uppercase;
}
.read-more-about{
background: #104d8c !important;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    font-family: 'Montserrat-Regular';
    padding-right: 5px;
    padding-left: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 200px;
    margin-top: 18px;
        margin-top: 40px;
    margin-left: 145px;
	float:left;
}
a:hover .read-more-about{
background: #f57920 !important; 
}
.semibold-orange{
	font-family: 'Poppins-SemiBold';
    color: #f57920;
}
.about-text{
 font-family:'Montserrat-Light';
 font-size:14px;
 color:#606060;
 line-height:22px;
    padding-bottom: 30px;
     text-align:center;	
}
.about-head hr {
    width: 8%;
    border-top: 3px solid #000000;
    margin-top: 13px;
    margin-bottom: 15px;
    margin-left: 46%;
}
.about1{
	min-height: 75px;
	background:url(/images/about-icon1.png) center no-repeat;
	}
.about1-icon-text{
	font-family:'Montserrat-Regular';
 	font-size:16px;
 	color:#3c3c3c;
 	line-height:22px;
    padding-bottom: 30px;
     text-align:center;	
	}
	
a:hover .about1{
	background:url(/images/about-icon-hover1.png) center no-repeat;
	
	}
a:hover	.about1-icon-text{
	color:#a33a3a;
	}
	
.about2{
	min-height: 75px;
	background:url(/images/about-icon2.png) center no-repeat;
	}
a:hover .about2{
	background:url(/images/about-icon-hover2.png) center no-repeat;
	
	}	
	
	
.about3{
	min-height: 75px;
	background:url(/images/about-icon3.png) center no-repeat;
	}
a:hover .about3{
	background:url(/images/about-icon-hover3.png) center no-repeat;
	
	}
.about4{
	min-height: 75px;
	background:url(/images/about-icon4.png) center no-repeat;
	}
a:hover .about4{
	background:url(/images/about-icon-hover4.png) center no-repeat;
	
	}
/*----------------------------------section3------------------------------------------------*/
#sip-banefit{
	  min-height: 540px;
	  	background:url(/images/banefit-sip-bg.jpg) center no-repeat;
		background-size:cover;
	}
#sip-banefit .va-table{
	display: table;
     min-height: 540px!important;
    width: 100%;
	
}
#sip-banefit .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.home-bene-head{
	font-family:'Montserrat-Light';
	font-size:30px;
	line-height:42px;
	text-align:center;
	color:#ffffff;
	text-transform:uppercase;
	}
.home-bene-head hr {
    width: 8%;
    border-top: 2px solid #fff;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 46%;
}
.benefit-object{
	margin-top:20px;
	
	}
.benefit-text{
	color:#fff;
	font-size:16px;
	line-height:20px;
	text-align:center;
	font-family:'Montserrat-Light';
	}
.ben-sip-text{
    font-family: 'Montserrat-Light';
    font-size: 15px;
    color: #fff;
    line-height: 22px;
       padding-bottom: 20px;
    text-align: center;
    padding-top: 11px;
    border-top: 1px solid #fff;
    margin-top: 40px;
	}
.know-abt-sip{
	font-family: 'Montserrat-Light';
    font-size: 15px;
	color:#f2ce28;
	 text-align: center;
    padding-top: 11px;
	}
a:hover .know-abt-sip{	
color:#ff7c4a;	
}
	
/*----------------------------------section4------------------------------------------------*/

/*----------------------------------section5------------------------------------------------*/
#funds-watch{
	width:100%;
	min-height:545px;
	background:url(/images/section5-bg.jpg) center no-repeat;
	background-size:cover;
	font-family:'Montserrat-Light';	
}
#funds-watch .va-table{
	display: table;
       height: 545px !important;
    width: 100%;
}
#funds-watch .table-cell {
    display: table-cell;
    vertical-align: middle;
}
#funds-watch .tools{
	    margin-top: 40px;
	}
.funds-watch-heading{
	font-family:'Montserrat-Regular';
	font-size:30px;
	color:#000000;
	text-transform:uppercase;
	padding-top: 25px;
}
.funds-watch-heading hr{
    width: 8%;
    border-top: 3px solid #000000;
    margin-top: 13px;
    margin-bottom: 15px;
    margin-left: 46%;
}
 
#funds-watch .col-lg-offset-1 {
    margin-left: 13.333333%;
}
.nav-pills{
	border:1px solid #ccc;
	margin-bottom: 3px;
	}
.tools .nav-pills > li > a
{
 color:#000;
 border-radius:0px;
 font-size:15px;
 font-family:'Montserrat-Regular';
  padding: 11px 61px;
 border-right: none;
    margin-right: 0px;
    border-left: 1px solid #ccc;

}
.nav-pills>li+li {
     margin-left: 1px;
}

/* tool MF*/
.tools-content {
	height: 246px;
    display: block;
    margin-bottom: 10px;
    overflow: auto;
    padding: 5px;
	border: 1px solid #ccc;
    background:#fff;

}
.news-box
{
 min-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;
text-align: left;
 padding-left: 10px;
}
.news-tool li {
padding: 20px 0px;
border-bottom: 1px solid #dfdfdf;
}
.news-tool li #date
{
  color: #8b3233;
  font-size: 13px;
  transition:all .2s ease;
}
.news-tool li #news-title{
  font-size: 14px;
  line-height: 22px;
  color: #000;
  transition:all .2s ease;
}
.news-tool li:first-of-type #date{
  font-weight: bold;
  font-size: 18px;
  transition:all .2s ease;
  font-family: 'robotobold';
}
.news-tool li:first-of-type #news-title
{
  font-size: 19px;
  font-weight: bold;
  color: #000000;
  transition:all .5s ease;
  font-family: 'robotobold';
  line-height: 22px;
}
.news-tool li:after {
content: '';
display: block;
clear: both;
}
.mf-nfo{
  width: 100%;
  height: 100vh;
  text-align: left;
  padding-left: 20px;
}

.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: #8b3233;
  font-size: 13px;
  transition:all .2s ease;
}
.mf-nfo li #news-title{
  font-size: 14px;
  line-height: 22px;
  color: #000;
  transition:all .2s ease;
}
.mf-nfo li:first-of-type .media-left{
  padding-right: 10px;
  transition:all .2s ease;
}
.mf-nfo li:first-of-type .media-left img{
  width: 65px;
  transition:all .2s ease;
}
.mf-nfo li:first-of-type #date{
  font-weight: bold;
  font-size: 18px;
  transition:all .2s ease;
  font-family: 'robotobold';
}
.mf-nfo li:first-of-type #news-title
{
  font-size: 19px;
  font-weight: bold;
  color: #000;
  transition:all .5s ease;
  font-family: 'robotobold';
  line-height: 22px;
}
.mf-nfo li:after {
content: '';
display: block;
clear: both;
}

/* MF NFO Ends */

/* Dividend */
.mf_dividend{
  width: 100%;
  height: 100vh;
}
.mf_dividend{
}
.mf_dividend ul {
width: 100%;
padding: 0;
list-style: none;
text-align: left;
  padding-left: 20px;
}
.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: #8b3233;
  font-size: 13px;
  transition:all .2s ease;
}
.mf_dividend li #news-title{
  font-size: 14px;
  line-height: 22px;
  color: #000;
  transition:all .2s ease;
}
.mf_dividend li #dividend{
    font-family: 'robotobold';
    transition:all .2s ease;
    color: #000;
  }

.mf_dividend li:first-of-type .media-left{
  padding-right: 10px;
  transition:all .2s ease;
}
.mf_dividend li:first-of-type .media-left img{
  width: 65px;
  transition:all .2s ease;
}
.mf_dividend li:first-of-type #date{
  font-weight: bold;
  font-size: 18px;
  transition:all .2s ease;
  font-family: 'robotobold';
}
.mf_dividend li:first-of-type #news-title
{
  font-size: 19px;
  font-weight: bold;
  color: #000000;
  transition:all .5s ease;
  font-family: 'robotobold';
  line-height: 22px;
}
.mf_dividend li:first-of-type #dividend{
    font-family: 'robotobold';
    color: #0bae24;
    font-size: 22px;
    transition:all .2s ease;
    padding-top: 5px;
  }
.mf_dividend li:after {
content: '';
display: block;
clear: both;
}

.tools  .nav-pills > li > a:hover
{
 background:#8c3232!important;
 color:#fff;
  /*   margin-top: -5px;*/
   padding-top: 11px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #f57920;
}

.tools .nav-pills>li.active>a, .tools  .nav-pills>li.active>a:focus, .tools  .nav-pills>li.active>a:hover 
{
    background: #8c3232 !important;
    color: #fff;
    padding-top: 11px;
   
    font-family: 'Montserrat-Regular';
}

.tools  .nav-pills>li.last>a
{
 border-right:none;
}
.start-sip{
	min-height:295px;
	background:url(/images/start-sip.jpg) center no-repeat;
}
.confused{
	font-family:'Montserrat-Regular';
	font-size:20px;
	color:#f57920;
	line-height:32px;
	padding-top: 50px;
    padding-left: 33px;
	text-transform:uppercase;	
}
.confused hr{
	width: 45%;
    border-top: 1px solid #b3b3b3;
    margin-top: 7px;
	margin-bottom:15px;
	
	}
.investing{
	font-family:'Poppins-SemiBold';
	font-size:30px;
	color:#f57920;
	line-height:32px;
}
.start-sip-text{
	font-family:'Montserrat-Regular';
	font-size:20px;
	line-height:22px;
	color:#000000;
	width: 55%;
    padding-left: 34px;
}
.start-sip-now {
background: #104d8c !important;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    font-family: 'Montserrat-Regular';
    padding-right: 5px;
    padding-left: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 140px;
    margin-top: 18px;
    margin-left: 35px;
}
a:hover .start-sip-now{
background: #f57920 !important; 
}
/*----------------------------------section6------------------------------------------------*/
#why-Money_bud{
	width:100%;
	min-height:540px;
	background:url(/images/section6-bg.jpg) no-repeat center;
	background-size:cover;
	font-family:'Montserrat-Light';	
}
#why-Money_bud .va-table{
	display: table;
    height: 540px !important;
    width: 100%;
}
#why-Money_bud .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.why-Money_bud-heading{
	font-family:'merriweather_sansbold';
	font-size:27px;
	line-height:22px;
	color:#ff7d4a;
	text-transform:uppercase;
}
.color-orange{
	color:#f57920;
	font-family:'Poppins-SemiBold';
}


.why-sub-heading {
	font-family:'Montserrat-light';
	font-size:20px;
	line-height:25px;
	color:#060606;
	    padding-top: 21px;
    padding-bottom: 15px;

}
.text-blue{
	color:#1375c8;
	}
.why-text{
	font-family:'Montserrat-light';
	font-size:25px;
	color:#000000;
	line-height:35px;
	padding-top:10px;
}
.text-musturd{
	color:#ca8815;
	font-family:'Montserrat-SemiBold';
	
	}

	.ben-text-home{
		font-family:'Montserrat-Regular';
	font-size:30px;
	color:#000000;
	line-height:40px;
		}
.meri-sans-ebold{
			color:#8c3232;
	 font-family: 'merriweather_sansextrabold';
	 }
.why-list{
	font-family:'Montserrat-Regular';
	font-size:18px;
	    color: #000;
	padding-top:50px;
	}
.why-list ul{
	margin-left: -22px;
}
.why-list li{
	list-style-type:none;
}
.why-list li:before{
	content: '\00b7';
    font-size: 33px;
    line-height: 24px;
    vertical-align: middle;
    color: transparent;
    padding-right: 29px;
    margin-left: -19px;
    background: url(/images/check-list-icon.png) center no-repeat;
 }

.taxation-home-btn{
	/* width: 180px;*/
    background: #8c3232;
    border-radius: 5px;
    margin-top: 5%;
    padding: 10px 31px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding-top: 8px;
    line-height: 20px;
	}
	
a:hover .taxation-home-btn {
    background: #20a335;
}	
	
.taxation-home-btn p{
	    margin-bottom: -2px;
    font-size: 16px;
	}
/*----------------------mobile app---------------------------------------*/	
	#mobile_app{
	 background:url(/images/moble_app_bg.jpg) center no-repeat;
    min-height:395px;
	      padding: 8% 0px;
	font-family:'robotoregular';
	    background-size: cover;
	}
#mobile_app .head_text{
	font-size:24px;
	    padding-top: 7%;
	line-height:25px;
	color:#fff;
	}	
	
#mobile_app .app_btn{
	   padding: 7% 0%;
		    margin-bottom: 25px;
	}
#mobile_app .app_link a{
	font-size:18px;
	color:#f3cf2d;
	text-align:center;
	padding-top:20px;
	}	
#mobile_app .app_link a:hover{
	color:#fff;
	}
	
#mobile_app  .main_head{
	font-size:35px;
	line-height:35px;
	    margin-bottom: 35px;
	color:#fff;
	}
	
#mobile_app  .main_head hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #fec27c;
    width: 17%;
}
#mobile_app   .head_text2{
    font-size: 16px;
    line-height: 20px;
    color: #f2ce28;
	font-style:italic;
	}
#mobile_app  .font_size{
    font-size: 25px;
	color: #f2ce28;
    line-height: 30px;
	}

/*----------------------------------section8------------------------------------------------*/
 #become_associate{
	     min-height: 97px;
	 background:#f2ce28;
	 }
 
.angular-bg{
	/*min-height:150px;*/
	background:url(/images/angular-bg.png) center no-repeat;
	}
.angular-bg {
    background: #0aae23;
    /* padding: 44px; */
    font-size: 15px;
    color: #fff;
    padding-top: 44px;
    padding-right: 0px;
    padding-bottom: 45px;
    padding-left: 111px;
    position: relative;
  margin-top: 0;
	 font-family: 'georgiaitalic';
   
   
   
   
}
.georg-bold-itallic{
	 font-family: 'georgiabold_italic';
	}

.angular-bg:after {
    content: " ";
        display: inline-block;
    position: absolute;
    top: 0px;
    right: -57px;
    border-top: 73px solid transparent;
    border-bottom: 78px solid transparent;
    border-left: 57px solid #0aae23;
}
.be-associate-head{
	    font-size: 35px;
	line-height:32px;
	text-align:center;
	}
.becone-ass-content{
    font-family: 'merriweather_sansregular';
    font-size: 23px;
    text-align: center;
    line-height: 30px;
    padding-top: 6%;
    padding-left: 40px;
	}
.meri-weath-italic{
	 font-family: 'merriweather_sansitalic';
	}
.become-ass-btn{
	    width: 147px;
    background: #8c3232;
    border-radius: 5px;
    margin-top: 30%;
    padding: 10px 31px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 8px;
    line-height: 20px;
	}
a:hover .become-ass-btn{
    background: #20a335;
	
	}	
	
	
 /*-----------Testimonials-----------*/
#testimonial-bg
{
 background:url(/images/testimonial-bg-big.png) center no-repeat;
 background-size:cover;
 min-height:600px;
 padding-top:40px;
 padding-bottom:20px;
}
.testimonial-heading
     {
		font-family: 'Montserrat-regular';
    font-size: 30px;
    color: #ffffff;
    line-height: 16px;
    text-transform: capitalize;
    padding-top: 30px;
	 }
.testimonial-heading-para
     {
		 font-family:'Montserrat-Light';
		 font-size:15px;
		 color:#ffffff;
		 line-height:22px;
		 padding:20px 50px;
	 }

 /* -------------------Testimonials Carousel--------------- */
#testimonial-bg .carousel-inner > .item {
    min-height:400px;
}

#testimonial-bg .carousel-caption {
   top:0px;
   left:0;
   text-align:center;
   right:0%;
   text-shadow:none;
}
#testimonial-bg  .carousel-control {
    position:absolute;
	bottom:20px !important;
	top:92%;
	width: 60%;
	left:20%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow:none;
	opacity:1;
}
#testimonial-bg .carousel-control .glyphicon {
    bottom: 0px;
	    color: #fff;

}
#testimonial-bg .carousel-control.left {
    background-image: none;
    position: absolute;
    top: 0;
    bottom: 0;
	left:100%;
}
#testimonial-bg .carousel-control.right {
    background-image: none;
    position: absolute;
    top: 0;
    bottom: 0;
	right:100%;
}
#testimonial-bg .carousel-indicators {
    bottom: 0px;    
	left: 45%;
    margin-left: 0;
	width:10%;
}
#testimonial-bg .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    margin: 1px;
    background-color: #fff;
	border:0px solid transparent;
    border-radius: 10px;
}
#testimonial-bg .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px;
    background-color: #f2ce2d;
	border:0px solid transparent;
}
	 
.testimonial-txt
{
	background:none;
	min-height:100px;
	font-family:'montserrat-light';
	font-size:16px;
	color:#ffffff;
	letter-spacing:.5px;
}
.testimonial-txt p
{
	padding:20px;
}
.testimonial-txt a
{
	text-decoration:none;
	color:#575757;
}
.testimonial-txt a:hover
{
	text-decoration:none;
	color:#000000;
}
.testimonial-line
{
	border-top:1px solid #e1e1e1;
	
}
.testimonial-line:before {
	
	top: 0px;
    left: 60px;
    border: solid transparent;
    content: " ";
	width: 0;
	height: 0;
    border-top: 13px solid #e1e1e1;
    border-left: 10px solid transparent;
    position: absolute;

}
.testimonial-line:after
{	
	top: -1px;
    left: 61px;
    border: solid transparent;
    content: " ";
	width: 0;
	height: 0;
    border-top: 12px solid #ffffff;
    border-left: 8px solid transparent;
    position: absolute;
}
.testimonial-client
{
	padding-top:10px;
	font-family:'open_sansbold';
	font-size:16px;
	color:#ffffff;
	padding-bottom:20px;
}

#testimonial-bg a.start-sip
    {
	background:#17286e;
	color:#ffffff;
	padding:12px 30px;
	font-family:'open_sansregular';
	font-size:14px;
	}
#testimonial-bg a.start-sip	span{
    margin-left:40px;
}
#testimonial-bg a.start-sip	span:after{
    content:'';
	position:absolute;
	top:-3px;
	left:-20px;
	width:1px;
	height:20px;
	background:#ffffff;
	}
#testimonial-bg a:hover.start-sip{
	background:#247000;
	color:#ffffff;
	}
.simple-section
	{
		padding-left:50px;
	}
.simple-heading
     {
		 font-family:'Montserrat-Bold';
		 font-size:22px;
		 color:#ffffff;
		 line-height:22px;
		 padding-top:25px;
	 }
.simple-heading-para
     {
		 font-family:'Montserrat-Light';
		 font-size:16px;
		 color:#ffffff;
		 line-height:22px;
		 padding:20px 10px;
	 }
	 .media
	 {
		 padding-top:0px;
		 padding-bottom:0px;
	 }
	 .media .media-left, .media>.pull-left {
    padding-right: 20px;
}
	 .media .media-body .media-heading
	 {
		  font-family:'Montserrat-regular';
		 font-size:20px;
		 color:#ffffff;
		 line-height:22px;
		 text-transform:uppercase;
	 }
	 .media .media-body p
	 {
		  font-family:'Montserrat-regular';
		 font-size:14px;
		 color:#ffffff;
		 line-height:22px;
	 }
	
	
/*-----------------------------------section9------------------------------------------------*/
#contactus{
	width:100%;
	min-height:590px;
	background:#fff;
	background-size:cover;
	font-family:'Montserrat-Light';	
}
#contactus .va-table{
/*	display: table;*/
    min-height: 590px !important;
    width: 100%;
}
#contactus .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.contact-head{
	font-family:'Montserrat-Regular';
	font-size:30px;
	color:#000000;
	line-height: 20px;
	text-transform:uppercase;
	padding-top: 70px;
}
.contact-head hr {
    width: 7%;
    border-top: 4px solid #000000;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 47%;
}
.contact-head-text{
	font-family:'Montserrat-Light';
	font-size:16px;
	color:#000000;
	line-height:20px;
	width: 70%;
	margin-left: 15%;
	padding-bottom: 50px;
}
.address-info{
	font-family:'Montserrat-Light';
	font-size:25px;
	color:#000000;
	line-height:20px;
}
.address-info hr {
      width: 17%;
    border-top: 1px solid #000000;
    margin-top: 10px;
    margin-bottom: 15px;
}
.add-info-text{
	font-family:'Montserrat-Regular';
	font-size:14px;
	color:#000000;
	line-height:20px;
	width: 91%;
	    padding-bottom: 35px;
}
.add-media-text {
	font-family:'Montserrat-light';
	font-size:14px;
	line-height:18px;
	color:#000000;	
	padding-bottom: 7px;
}
.phn-no-home{
	padding-top:1px;	}
.mail-id-home{
	padding-top:15px;
	}
.add-media-text a{
	color:#000000;
}
.add-media-text a:hover{
	color:#f57920;
}
.useful-links{
	font-family:'Montserrat-Light';
	font-size:25px;
	color:#000000;
	line-height:20px;
}
.useful-links hr {
      width: 17%;
    border-top: 1px solid #000000;
    margin-top: 10px;
    margin-bottom: 15px;
	    margin-left: 31%;

}
.links-list{
	font-family:'Montserrat-Regular';
	font-size:14px;
	color:#fff;
	padding-top:20px;
	}
.links-list ul{
	margin-left: 60px;
}
.links-list li{
	list-style-type:none;
	 margin:0;
        padding:0;
}
.links-list li a{
	color:#000000;
	text-decoration:none;
}
.links-list li a:hover{
	color:#f57921;
}
.links-list li:before{
/*	content:'\2022'; */
	display:inline-block;        
    content: "";
    width:8px;
    height:8px;
    background:#104d8c;    
    margin-right:10px;
	vertical-align:middle;     
}
.links-list li:hover::before{
	 background:#f57921;  
	}

.follow-us{
	font-family:'Montserrat-Light';
	font-size:25px;
	color:#000000;
	line-height:20px;
	padding-top: 20px;
    margin-left: -30px;
}
.follow-us hr {
	width: 17%;
    border-top: 1px solid #000000;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 35%;

}
#footer{
	width:100%;
	min-height:95px;
	background:#000000;
	position:relative;
	color: #ffffff;	
	 font-size: 13px;
  font-family: 'Montserrat-light';
}

#footer .va-table{
	display: table;
    min-height: 95px !important;
    width: 100%;
}
#footer .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.footer ul{
		text-decoration:none;
		list-style-type:none;	
		margin-left:7%;
	}
.footer li{
	float:left;
	padding: 4px 10px;
}
.footer li a{
	 /*   padding-right: 30px;
    padding-left: 30px;*/
	     padding: 4px 1px;
	}
.footer li a.menu-link {
    text-decoration: none;
    color: #ffffff;
  line-height:18px;
}
.footer li a.menu-link:hover {
    color:#f2ce2d;
}
.copyright{
	 color: #727272;
    font-size: 13px;
    font-family: 'robotoregular';
}
#footer a.design {
    text-decoration: none;
    color: #949393;
    font-size: 13px;
    font-family: 'robotoregular';
}
#footer a.design:hover {
    color: #FFF;
}


#inner-pages .foot-head:after {
    font-family: FontAwesome;
    content: "\f0dd";
    position: absolute;
    top: 78px;
    left: 50%;
    font-size: 51px;
    color: #000;
}
.foot-head:after {
    font-family: FontAwesome;
    content: "\f0dd";
    position: absolute;
    top: 52px;
    left: 50%;
    font-size: 51px;
    color: #000;
}

/*-----------------------------------------section9----------------------------------------------------------------*/
#disclaimer{
	min-height:76px;
	background:#e8e4e3;
	
}
#disclaimer .va-table{
	display: table;
    height: 75px !important;
    width: 100%;
}
#disclaimer .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.disclaimer{
	background:#f4f4f4;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.disc-head{
	font-size:15px;
	font-family:'Montserrat-Light';
	margin-left: -17px;
	}
.disclaimer-content{
	font-family:'Montserrat-Regular';
	font-size:12px;	
	line-height:16px;
	color:#000000;
	margin-top: 16px;
	}
.pop-medium{
	font-family:'Montserrat-Light';
}




/*------------footer disclaimer-------------------------*/

#footer-disclaimer{
	min-height:76px;
	
}
#footer-disclaimer .va-table{
	display: table;
    min-height: 75px !important;
    width: 100%;
}
#footer-disclaimer .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.disclaimer-footer{
	font-family:'Montserrat-Regular';
	font-size:13px;	
	line-height:16px;
	color:#000000;
	}
/*login page*/
#porfolio_tracker-1 .top-nav-text {
    font-size: 13px;
    min-height: 22px;
}

/*planning page*/

#planning-type .img-head{
	font-size:15px;
	color:#000;
	font-family:'Montserrat-Light';
	padding-top:20px;
}
/*planning tooltip*/
.wrapper {
  cursor: help;
 
  font-size: 14px;
  z-index: 999;
  position: relative;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.wrapper .tooltip {
  width: 295px;
  background: #b78e40;
  bottom: 100%;
  color: #fff;
  display: block;
  left: -115px;
  margin-bottom: 12px;
  text-align: justify;
  opacity: 0;
  font-family: 'Montserrat-Light';
  font-size: 12px;
 /* padding: 15px;*/
 padding-top:15px;
 padding-left:5px;
 padding-right:26px;
 padding-bottom:15px;
 pointer-events: none;
 border-radius: 8px;
 position: absolute;
 -webkit-transform: translateY(10px);
 -moz-transform: translateY(10px);
 -ms-transform: translateY(10px);
 -o-transform: translateY(10px);
 transform: translateY(10px);
 -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.wrapper .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #b78e40 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.tooltip ul li{
	padding-bottom:10px;
	margin-left: -15px;
	display:block;
}
.tooltip li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e127";
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    float: left;
	margin-left: -25px;
}  
.wrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
  display: none;
}

.lte8 .wrapper:hover .tooltip {
  display: block;
}
/*tooltip ends*/











@media(min-width: 992px) and (max-width:1199px){
/*.login {
    margin-top: -26px;
}*/
nav .navbar-brand {
    width: 206px;
    margin-top: 34px;
    margin-left: 91px !important;
	    min-height: 65px;
    background: url(/images/logo-vsmalll.png) no-repeat;
}

.logo-bg-only {
    background: url(/images/logo-bg-only.png) no-repeat;
    /* min-height: 180px; */
    min-height: 100px;
    padding-left: 0px;
    margin-left: -96px;
    background-position-x: -166px;
}
nav .navbar-right {
      margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    margin-top: 51px;
}
#banner {
    margin-top: 90px;
}

.home-sip-sb {
    font-size: 38px;
}
.sip-planner-object {
    padding-top: 9%;
    font-size: 22px;
}
.sip-planner-object img {
    padding-right: 10px;
}
.angular-bg {
    padding-left: 12px;
}
.be-associate-head {
    font-size: 26px;
       line-height: 26px;
}
.becone-ass-content {
    font-size: 20px;
    line-height: 30px;
    padding-left: 25px;
	    padding-top: 7%;
}

.read-more-about {
    margin-left: 80px;
}
.login-btn-md{
	padding-top: 18px;
    margin-left: -13px;
}
.plan-invest {
    margin-left: -13px;
}
form > div {
    width: 87%;
}
.margin-right-n85 {
    margin-right: -4px;
}
.angular-bg:after {
    right: -57px;
    border-top: 70px solid transparent;
    border-bottom: 70px solid transparent;
    border-left: 57px solid #0aae23;
}


.tools .nav-pills > li > a {
    padding: 11px 20px;
}
.nav-pills>li+li {
    margin-left: 0px;
}
.Money Bud-research-head-text {
    padding-bottom: 30px;
}
.testimonial-heading {
    padding-top: 50px;
}
.confused {
    padding-left: 10px;
}
.start-sip-text {
    padding-left: 10px;
}
.start-sip-now {
    margin-left: 11px;
}
.useful-links hr {
    width: 20%;
    margin-left: 27%;
}
.footer ul {
    margin-left: 0%;
}
.margin-left-n7p{
	margin-left:-7%
}
.disc-head {
    margin-left: -25px;
}




}
	
@media(min-width: 768px) and (max-width:991px){
.disc-head {
    margin-left: 0px;
}
.navbar-default .navbar-nav > li {
      padding: 9px 5px;
    color: #d9a50e;
	
}	
.navbar-default .navbar-nav > li > a {
     padding: 3px 0px;
    font-size: 12px;
}

#planning .navbar-default .navbar-nav > li {
    padding: 9px 1px;
    color: #d9a50e;
}

nav .navbar-brand {
    width: 219px;
}
nav .navbar-right {
    padding-top: 0px;
    padding-right: 0px;
    margin-top: 48px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -22px;
    background: url(/images/logo-vsmalll.png) no-repeat;
    margin-left: 92px !important;
    /* margin-left: 92px !important; */
    margin-top: 31px;
    width: 183px;
        min-height: 65px;
}
.top-nav-text a {
    font-size: 11px;
    
}
.logo-bg-only {
    background: #fff;
    /* min-height: 180px; */
    min-height: 100px;
    padding-left: 0px;
    margin-left: -96px;
    background-position-x: 0;
}

#banner {
    min-height: 400px;
	margin-top: 90px
}
#banner .carousel-inner {
    min-height: 400px;
        margin-top: 78px;
}

#banner .carousel-inner > .item {
   min-height: calc( 100vh - 78px );

}
#banner .carousel-inner .va-table {
    min-height: 292px !important;
}
.about-head {
    text-align: center;
	padding-top: 0px;
    padding-bottom: 15px;
}
.about-text {
    margin-left: 0;
    text-align: justify;
}
.read-more-about {
      margin-left: 253px;
    margin-top: 0px;
    margin-bottom: 15px
}
.home-sip-sb {
    color: #941c1c;
      font-size: 26px;
    line-height: 37px;
}
.sip-planner-object {
    font-size: 18px;
}
.sip-planner-object img {
    padding-right: 7px;
}
.sip-planner {
       min-height: 62px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.invest-now-home {
    margin-top: 12%;
}
.be-associate-head {
    font-size: 20px;
    line-height: 17px;
    text-align: center;
}
.angular-bg {
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
    margin-top: 0;
}
.angular-bg:after {
    top: 0px;
    right: -31px;
    border-top: 41px solid transparent;
    border-bottom: 43px solid transparent;
    border-left: 31px solid #0aae23;
}
.becone-ass-content {
    font-size: 16px;
    line-height: 17px;
    padding-top: 6%;
    padding-left: 23px;
}
#become_associate {
    min-height: 84px;
}


.ben-sip-text {
    font-size: 14px;
}
#funds-watch .col-lg-offset-1 {
    margin-left: 0px;
}
.sip-invest {
    margin-top: 0px;
}
.sip-power-heading {
    padding-top: 50px;
}
.graphical-view {
    padding-top: 0px;
}

.funds-watch-heading {
    padding-top: 50px;
}
.nav-pills>li+li {
    margin-left: 0px;
}

.tools .nav-pills > li > a {
       padding: 11px 29px;
	    font-size: 13px;
}
.confused {
    padding-left: 28%;
    text-transform: uppercase;
}
.confused hr {
    width: 35%;
}
.start-sip-text {
    width: 52%;
    padding-left: 28%;
}
.start-sip-now {
    margin-left: 28%;
}
.Money Bud-research-heading {
    padding-top: 50px;
}
.Money Bud-research-head-text {
    padding-bottom: 22px;
}
.read-more {
    width: 145px;
    margin-top: 9px;
    margin-bottom: 20px;
}
.give-feedback {
    margin-bottom: 25px;
}
.testimonial-heading {
      padding-top: 29px;
    font-size: 24px;
}
.testimonial-heading-para {
    font-size: 14px;
    line-height: 22px;
    padding: 22px 45px;
}
.testimonial-txt {
    font-size: 14px;
    letter-spacing: .3px;
}
.testimonial-controls {
    padding-left: 135px;
	 margin-bottom: 15px;
}
#testimonial-bg .carousel-indicators {
    left: 42%;
    margin-left: 0;
    width: 16%;
}
.simple-heading { 
    padding-left: 30px;
}
.simple-heading-para {
    font-size: 14px;
    line-height: 22px;
    padding: 20px 28px;
}

.contact-head {
    font-size: 25px;
}
.contact-head hr {
    width: 20%;
    margin-left: 41%;
}
.footer li {
    padding: 4px 3px;
}
#footer {
    font-size: 12px;
}
.useful-links {
    text-align: left;
}
.useful-links hr {
    width: 23%;
    margin-left: 1%;
}
.links-list {
    text-align: left;
    margin-left: -27%;
}
.follow-us {
    margin-left: 0px;
    text-align: left;
}
.social-media{
	text-align:left;	
}
.follow-us hr {
    width: 23%;
    margin-left: 1%;
}
.footer ul {
   margin-left: -2%;
}
}


@media(min-width: 0px) and (max-width:767px){
.margin-left-xs-n38{
	margin-left: -38px;
	}	
.margin-top-95 {
    margin-top: 50px;
}
.margin-top-40 {
    margin-top: 10px;
}
.navbar-nav {
    padding-bottom: 10px;
}	
.nav>li {
       padding: 0px 0px;
}
.navbar-default .navbar-nav > li > a {
      padding: 1px 8px;
}
nav.smaller .navbar-right {
    float: left!important;
}
nav .navbar-right {
    padding-top: 0px;
    float: left!important;
    padding-right: 0px;
    padding-left: 5%;
	margin-top: 20px;
}	
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
     background: #f3ce28;
    border-top: 1px solid #a63f40;
}

nav .navbar-brand {
 	width: 221px;
    margin-top: 25px;
       margin-left: 5px !important;
    background: url(/images/logo-small.png) no-repeat;
 
}


.navbar-default {
    background: #ffffff;
	    padding-right: 0px;
}
.logo-bg-only {
background: none;
    height: 100px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 0px;
    z-index: -1;
}

.angular-bg {
    /* padding: 44px; */
    font-size: 15px;
    padding-top: 17px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
    margin-top: 0;
}
.angular-bg:after { 
    right: -21px;
    border-top: 51px solid transparent;
    border-bottom: 54px solid transparent;
    border-left: 22px solid #0aae23;
}



.navbar-toggle {
    margin-right: 6px;
}

#inner-pages .nav-login {
    padding-top: 11px;
    margin-left: -45px;
    margin-top: 0px;
}

#banner {
   margin-top: 97px;
}
 .home-sip-sb {
    color: #941c1c;
    font-family: 'nexa_boldregular';
    font-size: 28px;
    text-align: center;
    line-height: 30px;
    padding-top: 2%;
	    padding-bottom: 15px;
}
.banner-head {
 	line-height: 38px;
    text-align: center;
    font-size: 35px;
    letter-spacing: -1.9px;
}
.invest-now-home {
    margin-top: 2%;
    padding-top: 8px;
}

.sip-planner {
    min-height: 55px;
    margin-top: 9px;
}
.sip-planner-object {
    padding-top: 3%;
    font-family: 'Montserrat-Light';
    font-size: 20px;
    color: #fff;
}

.about-head {
 line-height: 33px;
    
       padding-top: 45px;
       font-size: 21px;
    text-align: center;
}
.about-text {
	line-height: 23px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
}
.about-head hr {
    width: 26%;
    margin-top: 7px;
    margin-left: 40%;
}

.home-bene-head {
    font-size: 26px;
    line-height: 34px;
    padding-top: 50px;
}
.home-bene-head hr {
    width: 25%;
    margin-top: 10px;
    margin-left: 42%;
}
.benefit-text {
    padding-bottom: 20px;
}
 .ben-sip-text {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
    padding-bottom: 20px;
    text-align: justify;
    padding-top: 11px;
    margin-top: 11px;
}
.know-abt-sip {
    padding-top: 0px;
    padding-bottom: 35px;
}
.taxation-home-btn {
   
    margin-bottom: 35px;
}


#mobile_app {
    background: none;
    padding: 8% 0px;
    background-color: #8b3233;
}
#mobile_app .text-left{
	text-align:center;
	}
#mobile_app .text-right{
	text-align:center;
	}
	#mobile_app .main_head {
    font-size: 24px;
    line-height: 30px;
    padding-top: 10px;
}
#mobile_app .app_btn {
    padding: 7% 12%;
    margin-bottom: 25px;
}

.why-Money_bud-heading {
    font-size: 22px;
    line-height: 29px;
    padding-top: 45px;
}

.why-sub-heading {
    font-size: 17px;
}
.why-text {
    font-size: 22px;
    line-height: 28px;
}


#funds-watch .col-lg-offset-1 {
    margin-left: 0px;
}
.funds-watch-heading {
 	padding-top: 50px;
    font-size: 22px;
    line-height: 27px;
}
.funds-watch-heading hr {
      width: 25%;
    margin-left: 39%;
}
.tools .nav-pills > li > a {
    font-size: 14px;
padding: 7px 5px;
    margin-right: 0px;
}
.tools .nav-pills>li.active>a, .tools .nav-pills>li.active>a:focus, .tools .nav-pills>li.active>a:hover {
    font-size: 14px;
}


.why-Money Bud-heading {
       padding-top: 50px;
    line-height: 27px;
    font-size: 24px;
}
.why-Money Bud-heading hr {
    width: 45%;
}

.why-list {
    padding-top: 30px;
    padding-bottom: 20px;
}

.simple-section {
    padding-left: 10px;
}
.becone-ass-content {
    font-size: 20px;
    line-height: 21px;
    padding-top: 6%;
    padding-left: 0px;
}
.become-ass-btn {
    margin-top: 5%;
    margin-bottom: 5%;
    padding-top: 8px;
    margin-left: 31%;
}
.Money Bud-research-heading {
    line-height: 30px;
    padding-top: 45px;
}
.Money Bud-research-heading hr {
    width: 36%;
    margin-left: 31%;
}
.Money Bud-research-head-text {
    padding-bottom: 25px;
}
.read-more {
    margin-top: 15px;
    margin-bottom: 20px;
}


.testimonial-heading {
    font-size: 24px;
    padding-top: 19px;
    line-height: 16px;
}
.simple-heading {
    font-size: 20px;
    line-height: 27px;
}
.testimonial-heading hr {
    width: 40%;
    margin-left: 30%;
}
.testimonial-head-text {
    width: 100%;
    margin-left: 0%;
    padding-bottom: 30px;
}
.our-words-head hr {
    width: 40%;
}

.testimonial-icon {
    padding-top: 20px;
}
#carousel-testimonial{
	padding-bottom:20px;
}
.testimonial-controls {
    padding-left: 17px;
}

#testimonial-bg .carousel-indicators {
    width: 13%;
}
.contact-head-text {
    line-height: 22px;
    width: 100%;
    margin-left: 0%;
    padding-bottom: 25px;
}
.links-list {
    padding-top: 0px;
	text-align: left;
    margin-left: -22%;
}
.useful-links {
    /* margin-left: -44%; */
    text-align:left;
}
.useful-links hr {
    width: 28%;
    margin-left: 1%;
}
.follow-us {
    margin-left: 0;
    text-align: -webkit-left;
}
.follow-us hr {
    width: 22%;
    margin-left: 0%;
}
.social-media{
	text-align:left;
	padding-bottom: 20px;
	}
.footer ul {
    margin-left: -15%;
}
.footer li {
    padding: 1px 6px;
}
.disc-head {
    margin-left: 0px;
}
.foot-head:after {
    top: 50px;
}
.disclaimer-footer {
    padding-top: 20px;
    padding-bottom: 14px;
}

.contact-head {
    font-size: 30px;
    line-height: 33px;
    padding-top: 70px;
}
.contact-head hr {
    width: 27%;
    margin-left: 38%;
}
}
@media(min-width: 375px) and (max-width: 425px){



	}

@media(max-width:375px){
.confused {
    padding-left: 15px;
}
.start-sip-text {
    padding-left: 15px;
}
.start-sip-now {
    margin-left: 15px;
}

.tools .nav-pills>li.active>a, .tools .nav-pills>li.active>a:focus, .tools .nav-pills>li.active>a:hover {
    font-size: 11px;
}
/*.foot-head:after {
    top: 105px;
}*/

#basket-1 .foot-head:after {
    top: 77px;
}
.why-list {
    font-size: 13px;
}
.testimonial-heading {
    font-size: 21px;
    line-height: 25px;
}
.testimonial-heading-para {
    padding: 21px 15px;
}


.testimonial-txt {
    min-height: 100px;
    font-size: 14px;
    padding: 0px;
}
#testimonial-bg .carousel-indicators {
    left: 43%;
    width: 17%;
}
}
@media(max-width:320px){
.home-sip-sb {
    font-size: 20px; 
}

.about1-icon-text { 
    font-size: 13px;
}


	.confused {
    line-height: 21px;
    padding-top: 30px;
  padding-left: 15px;
}
.start-sip {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 10px;
}
.footer ul {
    margin-left: -23%;
}
#mobile_app .app_btn {
    padding: 7% 0%;
}


}