

/*-----=================================SIP calc-==========================================----*/


#power-sip
{

	background-size:cover;
	padding: 100px 0;
	padding-top:0;
	padding-bottom:0;
	  
	z-index:0;
}
.power-sip-head {
    
    font-size: 31px;
    color: #000000;
   padding-bottom: 5px;
    line-height: 30px;
}
.power-sip-head p
{
	 
	font-size:18px;
	line-height:24px;
	color:#000000;
    padding:6px 10px 15px 10px;
	text-transform:none;
}
/*#power-sip input {
	width: 151px;
    background: #efe9e9;
    border: none;
    font-size: 22px;
    outline: none;
    text-align: right;
    font-family: 'KozGoPr6N-Medium-AlphaNum';
    border-radius: 6px;
    padding-right: 12px;
}

*/
/*.text-above-fields {
     font-family: 'KozGoPr6N-Light-AlphaNum';
    font-size: 18px;
    line-height: 30px;
    color: #14674d;
    text-align: left;
}*/

#mobile-app
{
	padding: 100px 0 50px 0;
	background-color: #004d95;
}
 
#mobile-app li
{
	color: #FFF;
}
#mobile-app p
{
	color: #FFF;
}

#mobile-app h2
{
	color: #FFF;
}
#mobile-app h4
{
	color: #FFF;
}

.mobile-app-img
{
	max-width: 50%;
	margin-left: 100px;
}


.graph-bg
{
	background:url(/images/graph-bg.png) center no-repeat;
	background-size:cover;
	min-height:300px;
}
.center-resulttext
{
	position:absolute;
	top:32%;
	left:25%;
	width:50%;
	min-height:100px;
	color:#202020;
	font-size:18px;
	line-height:21px;
}
.amount
{
	color:#da534f;
	
	font-size:16px;
	margin-top:10px;
	word-break: break-all;
    max-width: 154px;
    text-align: center;
    margin-left: 15%;
}
.result-text
{
	
	font-size:19px;
	color:#202020;
	margin-top: 40px;
}
.wealth-gaintext
{
	position:absolute;
	top:2%;
	right:-1%;
	width:35%;
	min-height:60px;
	color:#202020;
	font-size:15px;
	line-height:18px;
}
.wealth-dot
{
	width:10px;
	height:10px;
	border-radius:10px;
	background:#458bcb;
	position:absolute;
	top:1px;
	left:10px;
}
.wealth_amt{
	    max-width: 100px;
    word-break: break-all;
    margin-left: 10%;

	}

.amount-investedtext
{
	position:absolute;
	bottom:2%;
	left:-1%;
	width:35%;
	min-height:60px;
	color:#202020;
	font-size:15px;
	line-height:18px;
}
.amount-invested-dot
{
	width:10px;
	height:10px;
	border-radius:10px;
	background:#21cd99;
	position:absolute;
	top:1px;
	right:0px;
}
.power-sip a.start-sip
{
	background:#21cd99;
	color:#ffffff;
	padding:12px 60px;
	border-radius:25px;
	
	font-size:15px;
	text-transform:uppercase;
}
.power-sip  a:hover.start-sip
{
	background:#438aca;
	color:#ffffff;
}
.sipcal
{
		
}

#sip-calc
{
	background:#ffffff;
	border:1px solid #e8e8e8;
	min-height:400px;
	padding:50px 30px;
	border-radius:15px;
	
	 color: #3a3b3c;
  font-size: 14px;
    
  border: 1px solid #e8e8e8;
      text-align: left;
}



#sip-calc input[type=number] {
  width: 100px;
  background: none;
  border: none;
  outline: none;
}
#sip-calc label {
  position: absolute;
    top: 12px;
    left: 35px;
  font-weight: normal;
}
#sip-calc rzslider {
  margin: 0 auto;
  height: 18px;
  padding-top: 5px;
	margin-left: -15px;
}
#sip-calc rzslider .rz-bar {
  height: 8px;
}
#sip-calc rzslider .rz-bubble {
  display: none;
}
#sip-calc rzslider .rz-pointer {
  width: 0px;
  height: 0px;
  top: 0px;
  border-radius: 0px;
}
#sip-calc rzslider .rz-pointer:after {
  display: none;
}
#sip-calc rzslider.blue-bar .rz-bar {
  background-color: #f1f1f1;
}
#sip-calc rzslider.blue-bar .rz-selection, #sip-calc rzslider.blue-bar .rz-pointer {
  background-color: #438aca;
}
#sip-calc rzslider.green-bar .rz-bar {
  background-color: #f1f1f1;
}
#sip-calc rzslider.green-bar .rz-selection, #sip-calc rzslider.green-bar .rz-pointer {
  background-color: #1daf9a;
}
#sip-calc rzslider.red-bar .rz-bar {
  background-color: #f1f1f1;
}
#sip-calc rzslider.red-bar .rz-selection, #sip-calc rzslider.red-bar .rz-pointer {
  background-color: #da534f;
}
#sip-calc rzslider.yellow-bar .rz-bar {
  background-color: #f1f1f1;
}
#sip-calc rzslider.yellow-bar .rz-selection, #sip-calc rzslider.yellow-bar .rz-pointer
{
  background-color: #f2ad50;
}
#sip-calc input[type=number]::-webkit-inner-spin-button,
#sip-calc input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
#sip-calc .input-bg {
    background: #f1f1f1;
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 14px;
    color: #3a3b3c;
	margin: 10px 0;
}
@media screen and (min-width: 320px) and (max-width: 425px) {
  #sip-calc .input-bg {
    margin-left: 15px;
  }
   .graph-bg
{
	margin-top: 30px;
    min-height: 323px;
    margin-bottom: 41px;
}
 .wealth-gaintext {
	 top: -7%;
    width: 60%;
}  
 .amount-investedtext {
    bottom: -7%;
    width: 60%;
} 
  
}
#sip-calc #inflationRate {
  color: #c5c5c5;
}
#sip-calc select {
  background: #f1f1f1;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #3a3b3c;
  border: 0px;
  outline: none;
}
#sip-calc select:focus {
  outline: none;
}

.calc-button {
  background-color: #ff9800;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  
}

.calc-button:hover {
  background-color: #e68900;
}


#power-sip a.start-sip
{
   background:#fda027;

	color:#ffffff;
	padding:15px 30px;
	border-radius:25px;

	font-size:13px;
	font-style:italic;
	cursor:pointer;
}
#power-sip  a:hover.start-sip
{
   background: #144476;

	color:#ffffff;
}

/*-----=================================SIP section end==========================================----*/ 




/*---------------------Sip scheme page--------------------*/

.bg-grey-dim {
    background: #373435;
    color: #fff;
}
.poppins-semibold {
  
}
.poppins-med{
	 
	}

	
#sip_investment {
    top: 0;
    left: 0;
    min-height: 200px;
    width: 100%;
    margin-top: 105px;
    background: url(/images/bg.jpg) center no-repeat;
}

#sip_investment .va-table {
    display: table;
    min-height: 200px !important;
    width: 100%;
}
#sip_investment  .table-cell {
    display: table-cell;
    vertical-align: middle;
}


.sip-investment-content-heading {
  ;
    font-size: 25px;
    line-height: 48px;
    padding-top: 7px;
    text-align: center;
    color: #ffffff;
}.sip-investment-head-content {

    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
}	
	
#sip-page #page-heading {
    min-height: 500px;
}

#sip-page #page-heading:after {
  height: 0px;
  width: 0px;
  background: none;
}

#sipschemes .custom_font{
	
	font-size:25px;
	line-height:40px;
	padding-bottom:50px;
	}


#sip-page #page-heading .container-fluid {
  margin-left: 30px;
  margin-right: 30px;
}
#sip-page #page-heading .side-tab-sec {
  min-height: 355px;
  background: #fafafa;
  background-size: cover;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 14px;
}
#sip-page #page-heading .side-tab-sec .butn {
  padding: 10px;
  background: #ff7000;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0px;
  outline: none;
}
#sip-page #page-heading .plan-btn {
 background: #3f92c6;

    font-size: 14px;
    color: #ffffff;
    border: 0px solid #ffffff;
    padding: 10px 15px;
    border-radius: 35px;
    transition: all 0.5s ease;
    margin-bottom: 20px;
    text-shadow: none;
    outline: none;
}
#sip-page #page-heading .plan-btn:hover {
  background:#000;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
}
#sip-page #page-heading .plan-btn:focus {
  background: #3f92c6;
  color: #ffffff;
  transition: all 0.3s ease;
  outline: none;
}
#sip-page #page-heading a.read {
  color: #008788;
  cursor: pointer;
  font-size: 13px;
}
#sip-page #page-heading a.read:hover {
  color:#ec3e49;
}
#sip-page #page-heading a.read:focus {
  color:#ec3e49;
}
#sip-page #page-heading .collapse.in {
  display: block;
  background: #ffffff;
}
#sip-page #page-heading .video_bg {
  background: url(/images/sip-page-pc.png) center no-repeat;
  min-height: 367px;
}
#sip-page #page-heading .video_bg .video-sip {
  position: absolute;
  top: 19px;
      left: 127px;
  min-width: 488px;
  min-height: 305px;
}
#sip-page #page-heading #nav_lvl_2 {
  display: inline-block;
}
#sip-page #page-heading #nav_lvl_2 li {
  display: inline-block;
  border-right: 0px solid #dedede;
}
#sip-page #page-heading #nav_lvl_2 li.active > a, #sip-page #page-heading #nav_lvl_2 li.active > a:hover, #sip-page #page-heading #nav_lvl_2 li.active > a:focus {
  border: none;
  border-radius: 0px;
  border-bottom: solid 2px #144476;
  color: #ffffff;
  background: #144476;
}
#sip-page #page-heading #nav_lvl_2 li.active > a:after, #sip-page #page-heading #nav_lvl_2 li.active > a:hover:after, #sip-page #page-heading #nav_lvl_2 li.active > a:focus:after {
  position: absolute;
  content: '';
  left: 45%;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 5px solid #144476;
}
#sip-page #page-heading #nav_lvl_2 li > a {
  color: #484848;
  font-size: 14px;
  border: none;
  padding: 10px 10px;
  
}
#sip-page #page-heading #nav_lvl_2 li > a:hover, #sip-page #page-heading #nav_lvl_2 li > a:focus {
  border: none;
  border-radius: 0px;
  border-bottom: solid 2px #144476;
  color: #ffffff;
  background: #144476;
}
#sip-page #page-heading #nav_lvl_2 li > a:hover:after, #sip-page #page-heading #nav_lvl_2 li > a:focus:after {
  position: absolute;
  content: '';
  left: 45%;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 5px solid #144476;
}
#sip-page #page-heading .tab-content {
  
  font-size: 13px;
  color: #353535;
  margin-top: 10px;
}
#sip-page #page-content {
  margin: 0;
  padding: 25px 0;
  padding-top: 40px;
  min-height: 693px;
  background: url(/images/sip-page-bg.png) center no-repeat;
  background-size: cover;
}
#sip-page #page-content .sip-sec-head {

  font-size: 22px;
  color: #4d4d4d;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
#sip-page #page-content .sip-sec-head:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 48%;
  width: 35px;
  height: 3px;
  background: #8cb020;
}
#sip-page #page-content .sip-sec-subhead {

  font-size: 23px;
  color: #1e1e1e;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 50px;
}
#sip-page #page-content .sip-sec-subpara {
 
  font-size: 21px;
  color: #1e1e1e;
  line-height: 31px;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 50px;
}
#sip-page #page-content .plan-btn {
  background: #008788;
  
  font-size: 14px;
  color: #ffffff;
  border: 0px solid #ffffff;
  padding: 13px 15px;
  border-radius: 25px;
  transition: all 0.5s ease;
  margin-bottom: 20px;
  text-shadow: none;
  outline: none;
}
#sip-page #page-content .plan-btn:hover {
  background:#ec3e49;
  color: #0f3667;
  transition: all 0.3s ease;
  outline: none;
}
#sip-page #page-content .table-striped > thead > tr:nth-of-type(odd) {
  background-color: #3f92c6;
  border-bottom: 1px solid #ddd;
}
#sip-page #page-content .table > thead > tr > th {
  color: #ffffff;
}
#sip-page #page-content .side-contact {
  min-height: 60px;
  background: url(/images/tax-contact.png) center no-repeat;
  background-size: cover;
  margin-bottom: 11px;
  font-size: 31px;
  color: #ffffff;
  border-radius: 8px;
}
 .debtheading {
    
    font-size: 29px;
    color: #171616;
    line-height: 30px;
	    padding-bottom: 21px;
    padding-top: 20px;
}
 .equity_lar_text{
	text-shadow: none;
    font-size: 20px;

    color: #121212;
    left: 0;
    top: 10px;
    width: 98%;
	}

 .important-line {

    font-size: 17px;
}



@media (min-width: 992px) and (max-width: 1300px){

	
}


@media (min-width: 426px) and (max-width: 991px) {
  #sip-page #page-content .side-contact {
    margin-top: 17px;
  }
  #sip-page #page-heading .video_bg .video-sip {
    left: 94px;
}
 #sip-page #page-heading .video_bg {
    margin-bottom: 40px;
} 
  
}
@media (min-width: 0px) and (max-width: 767px){

	#sip_investment {
    margin-top: 88px;
}#sip-page #page-heading .container-fluid {
    margin-left: 0px;
    margin-right: 0px;
}

}
	
	
	
	

#sip-page #page-content .side-contact .butn {
  padding: 8px;
  background: #ff7000;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0px;
  outline: none;
}


/*---Media Queries-----------------*/




@media (min-width: 992px) and (max-width: 1300px)
{

#power-sip {
    margin-top: 14%;
}
.text-above-fields {
    font-size: 13px;
    line-height: 18px;
}
#power-sip input {
    width: 116px;
}
.result-line {
    font-size: 18px;
}
#show_final_amount {
    font-size: 20px;
}

#goal_planning_sec {
    padding-bottom: 5%;
}
.erin-font {
    font-size: 25px;
}
#compounding-bg h5 {
    font-size: 13px;
}
.blue-btn, .orange-btn, .green-btn {
    font-size: 15px;
}
#section5 .rule16_head2 {
    font-size: 60px;
}
.liquid1-money-bg .left-img img{
	display: block;
    max-width: 100%;
    height: auto;
	position:absolute;
	    margin-top: 67%;
	}



.contact-companyname {
    margin-top: 26px;
}
}
@media (min-width: 768px) and (max-width: 991px)
{
	



#planning .signup-btn {
    padding: 6px 7px;
}
#power-sip {
	padding-bottom: 6%;
    margin-top: 14%;
}
#power-sip .calc-margin-right {
    margin-right: 0px;
}

.carousel-caption 
{
    top: 10%;
}
.num-circle2:before
{
	width:0%;
}
.num-circle2:after
{
	width:0%;
	
}





/*#home_tax_calc .fourth-section {
    background: url(/images/home_tax_bg.jpg) left no-repeat !important; }*/
	
#goal_planning_sec {
    padding-bottom: 5%;
}	

	

}

@media (min-width: 0px) and (max-width: 767px){



#power-sip {
    margin-top: 19%;
    padding-top: 10%;
	padding-bottom:10%;
}
.num-circle2:before
{
	width:0%;
}
.num-circle2:after
{
	width:0%;
	
}

#power-sip input {
    width: 110px;
    float: right;
}

#section4 {
    padding-top: 17%;
    padding-bottom: 4%;
}

#aboutus_sec {
    padding-top: 13%;
}




#goal_planning_sec {
    padding-bottom: 10%;
}
.goal_sec_btn {
    text-align: center;
}
#compounding-bg h5 {
    font-size: 13px;
}



.sec3_left .col-lg-offset-1 {
    margin-left: 0%;
}
.sec3_left .tab-content {
    min-height: 455px;
    margin-bottom: 30px;
}
.sec3_left .tab_head_text {
    font-size: 20px;
    line-height: 28px;
}


}

@media (max-width:375px)
{

#footer ul {
    margin-left: 0%;
    margin-top: 12px;
}


#footer li {
      padding: 0px 3px 0px 3px;
    margin-top: 0px;
    margin-bottom: 9px;
}

.welcome-scroll {
    max-height: 525px;
}
}


@media (max-width:320px){

#power-sip {
    margin-top: 26%;
    padding-top: 10%;
    padding-bottom: 10%;
}




	}

