@charset "utf-8";



/* CSS Custom Properties for Consistency */

:root {

  --primary-color: #004a91;

  --secondary-color: #00b0e4;

  --accent-color: #f26619;

  --text-color: #020202;

  --bg-light: #fff;

  --bg-dark: #333;

  --border-radius: 10px;

  --font-family-main: 'merriweather_sansregular', sans-serif;

  --font-family-rupee: "rupee_foradianregular";

}



/* Global Reset and Base Styles */

* {

  box-sizing: border-box;

}



body {
  margin: 0;
  padding: 0;
  font-family: var(--font-family-main)!important;
  color: var(--text-color);
}



a {

  text-decoration: none !important;

  color: inherit;

}



a:hover, a:focus {

  text-decoration: none !important;

}



section {

  position: relative;

}



.rupee {

  font-family: var(--font-family-rupee);

}



/* Background Image Utility */

.bg-img {

  width: 100%;

  min-height: 150px;

  background-size: cover !important;

  background-position: center center !important;

  background-repeat: no-repeat !important;

}



/* Footer Base */

#footer {

  background-color: var(--bg-dark);

  color: #fff;

  text-align: center;

  padding: 10px;

  position: static;

  width: 100%;

  margin-top: auto;

  z-index: 1000;

  flex-shrink: 0;

}



.margin-top-10{

	margin-top:10px;

	}

.no-padding{

	padding:0 ;	

}

.no-pad-left

{

	padding-left:0px ;

}

.no-pad-right

{

	padding-right:0px ;

}

.padding-top-5 {

    padding-top: 6px;

}

.padding-top-10{

    padding-top: 10px;	

}

.padding-top-20{

    padding-top: 20px;	

}

.padding-top-30{

    padding-top: 30px;	

}

.padding-top-40{

    padding-top: 40px;	

}

.padding-top-50{

    padding-top: 50px;	

}

.padding-top-60{

    padding-top: 60px;	

}

.padding-top-70{

    padding-top: 70px;	

}

.padding-top-80{

    padding-top: 80px;	

}

.padding-top-90{

    padding-top: 90px;	

}

.padding-top-100{

    padding-top: 100px;	

}

.padding-right-5{

	padding-right:5px;	

}

.padding-right-10{

	padding-right:10px;	

}



.padding-right-20{

	padding-right:20px;	

}

.padding-right-30{

	padding-right:30px;	

}

.padding-right-40{

	padding-right:40px;	

}

.padding-right-50{

	padding-right:50px;	

}

.padding-right-60{

	padding-right:60px;	

}

.padding-right-70{

	padding-right:70px;	

}

.padding-right-80{

	padding-right:80px;	

}

.padding-right-90{

	padding-right:90px;	

}

.padding-right-100{

	padding-right:100px;	

}

.padding-left-7{

	padding-left:7px;

	}

.padding-left-10{

	padding-left: 10px;

}

.padding-left-20{

	padding-left: 20px;

}

.padding-left-30{

	padding-left: 30px;

}

.padding-left-40{

	padding-left: 40px;

}.padding-left-50{

	padding-left:50px;

}

.padding-left-right-5{

 padding-left:5px;

 padding-right:5px;

}

.padding-bottom-25{

	padding-bottom:25px;	

	}

.padding-top-150{

	padding-top:150px;

	}

	

.margin-top-10{

	margin-top:10px;

}

.margin-top-20{

	margin-top:20px;

}

.margin-top-30{

	margin-top:30px;

}

.margin-top-40{

	margin-top:40px;

}

.margin-top-50{

	margin-top:50px;

}

.margin-top-60{

	margin-top:60px;

}.margin-top-70{

	margin-top:70px;

}

.margin-top-80{

	margin-top:80px;

}

.margin-top-90{

	margin-top:90px;

}

.margin-top-100{

	margin-top:100px;

}

.margin-top-95{

	margin-top:95px;

	}

.margin-top-125{

margin-top:125px;

	}



.margin-top-155{

	margin-top:155px;

	}

.margin-bottom-10{

margin-bottom: 10px

}

.margin-bottom-15{

	margin-bottom:15px;

	}



.margin-bottom-20{

margin-bottom: 20px

}

.margin-bottom-30{

margin-bottom: 30px

}

.margin-bottom-40{

margin-bottom: 40px

}

.margin-bottom-50{

margin-bottom: 50px

}

.margin-left-n70{

	margin-left: -70px;

}

.margin-left-n25{

	margin-left: -25px;

	}

.margin-right-n85{

     margin-right: -50px;

	}

::selection {

    background: #3f92c6;

    color: #FFF;

    text-shadow: 1px 1px 0 #000;

}

/* Scroller */

::-webkit-scrollbar {

    width:6px;

}

::-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: 0px;

    border-radius: 0px;

	background:#9a9999;							   

    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 

}

::-webkit-scrollbar-thumb:window-inactive {

	background: rgba(245,75,0,0.4);

}

.no-border-top {

  border-top: none !important;

}



.no-border-right {

  border-right: none !important;

}



.no-border-bottom {

  border-bottom: none !important;

}



.no-border-left {

  border-left: none !important;

}



.no-radius {

  border-radius: 0px !important;

}



.no-mar-pad {

  margin: 0 !important;

  padding: 0 !important;

}



.no-padding {

  padding: 0 !important;

}

.padding-top-5{

	padding-top:5px;

	}

.no-padding-right {

  padding-right: 0;

}



.no-padding-left, footer #lower ul {

  padding-left: 0 !important;

}



.no-padding-top {

  padding-top: 0;

}



.no-padding-bottom {

  padding-bottom: 0;

}



.no-margin {

  margin: 0 !important;

}



.no-margin-right {

  margin-right: 0 !important;

}



.no-margin-left {

  margin-left: 0 !important;

}



.no-margin-top, #tool h1 {

  margin-top: 0 !important;

}



.no-margin-bottom {

  margin-bottom: 0 !important;

}



.position-absolute {

  position: absolute;

}



.position-relative {

  position: relative;

}



.hcentre {

  margin: 0 auto;

}



.no-border {

  border: none !important;

}



.no-border-top {

  border-top: none !important;

}



.no-border-right {

  border-right: none !important;

}



.no-border-bottom {

  border-bottom: none !important;

}



.no-border-left {

  border-left: none !important;

}



.no-radius {

  border-radius: 0px !important;

}



@media (min-width: 771px) {

  .logo {

    min-height: 1px !important;

  }

}

@media (min-width: 1200px) {

  .lg-no-mar-pad {

    margin: 0 !important;

    padding: 0 !important;

  }



  .lg-no-padding {

    padding: 0 !important;

  }



  .lg-no-padding-right {

    padding-right: 0;

  }



  .lg-no-padding-left {

    padding-left: 0 !important;

  }



  .lg-no-padding-top {

    padding-top: 0;

  }



  .lg-no-padding-bottom {

    padding-bottom: 0;

  }



  .lg-no-margin {

    margin: 0 !important;

  }



  .lg-no-margin-right {

    margin-right: 0 !important;

  }



  .lg-no-margin-left {

    margin-left: 0 !important;

  }



  .lg-no-margin-top {

    margin-top: 0 !important;

  }



  .lg-no-margin-bottom {

    margin-bottom: 0 !important;

  }



  .lg-position-absolute {

    position: absolute;

  }



  .lg-position-relative {

    position: relative;

  }



  .lg-hcentre {

    margin: 0 auto;

  }



  .lg-no-border {

    border: none !important;

  }



  .lg-no-border-top {

    border-top: none !important;

  }



  .lg-no-border-right {

    border-right: none !important;

  }



  .lg-no-border-bottom {

    border-bottom: none !important;

  }



  .lg-no-border-left {

    border-left: none !important;

  }



  .lg-no-radius {

    border-radius: 0px !important;

  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  .md-no-mar-pad {

    margin: 0 !important;

    padding: 0 !important;

  }



  .md-no-padding {

    padding: 0 !important;

  }



  .md-no-padding-right {

    padding-right: 0;

  }



  .md-no-padding-left {

    padding-left: 0 !important;

  }



  .md-no-padding-top {

    padding-top: 0;

  }



  .md-no-padding-bottom {

    padding-bottom: 0;

  }



  .md-no-margin {

    margin: 0 !important;

  }



  .md-no-margin-right {

    margin-right: 0 !important;

  }



  .md-no-margin-left {

    margin-left: 0 !important;

  }



  .md-no-margin-top {

    margin-top: 0 !important;

  }



  .md-no-margin-bottom {

    margin-bottom: 0 !important;

  }



  .md-position-absolute {

    position: absolute;

  }



  .md-position-relative {

    position: relative;

  }



  .md-hcentre {

    margin: 0 auto;

  }



  .md-no-border {

    border: none !important;

  }



  .md-no-border-top {

    border-top: none !important;

  }



  .md-no-border-right {

    border-right: none !important;

  }



  .md-no-border-bottom {

    border-bottom: none !important;

  }



  .md-no-border-left {

    border-left: none !important;

  }



  .md-no-radius {

    border-radius: 0px !important;

  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .sm-no-mar-pad {

    margin: 0 !important;

    padding: 0 !important;

  }



  .sm-no-padding {

    padding: 0 !important;

  }



  .sm-no-padding-right {

    padding-right: 0;

  }



  .sm-no-padding-left {

    padding-left: 0 !important;

  }



  .sm-no-padding-top {

    padding-top: 0;

  }



  .sm-no-padding-bottom {

    padding-bottom: 0;

  }



  .sm-no-margin {

    margin: 0 !important;

  }



  .sm-no-margin-right {

    margin-right: 0 !important;

  }



  .sm-no-margin-left {

    margin-left: 0 !important;

  }



  .sm-no-margin-top {

    margin-top: 0 !important;

  }



  .sm-no-margin-bottom {

    margin-bottom: 0 !important;

  }



  .sm-position-absolute {

    position: absolute;

  }



  .sm-position-relative {

    position: relative;

  }



  .sm-no-border {

    border: none !important;

  }



  .sm-no-border-top {

    border-top: none !important;

  }



  .sm-no-border-right {

    border-right: none !important;

  }



  .sm-no-border-bottom {

    border-bottom: none !important;

  }



  .sm-no-border-left {

    border-left: none !important;

  }



  .sm-no-radius {

    border-radius: 0px !important;

  }

}

@media (min-width: 0px) and (max-width: 767px) {

  .xs-no-mar-pad {

    margin: 0 !important;

    padding: 0 !important;

  }



  .xs-no-padding {

    padding: 0 !important;

  }



  .xs-no-padding-right {

    padding-right: 0;

  }



  .xs-no-padding-left {

    padding-left: 0 !important;

  }



  .xs-no-padding-top {

    padding-top: 0;

  }



  .xs-no-padding-bottom {

    padding-bottom: 0;

  }



  .xs-no-margin {

    margin: 0 !important;

  }



  .xs-no-margin-right {

    margin-right: 0 !important;

  }



  .xs-no-margin-left {

    margin-left: 0 !important;

  }



  .xs-no-margin-top {

    margin-top: 0 !important;

  }



  .xs-no-margin-bottom {

    margin-bottom: 0 !important;

  }



  .xs-position-absolute {

    position: absolute;

  }



  .xs-position-relative {

    position: relative;

  }



  .xs-no-border {

    border: none !important;

  }



  .xs-no-border-top {

    border-top: none !important;

  }



  .xs-no-border-right {

    border-right: none !important;

  }



  .xs-no-border-bottom {

    border-bottom: none !important;

  }



  .xs-no-border-left {

    border-left: none !important;

  }



  .xs-no-radius {

    border-radius: 0px !important;

  }

 .xs-padding-top-30 {

	 

	 padding-top:30px;

	 }

  /*inner pages*/

#page-content .table p.text-center {

    text-align: justify;

}





#life_Insurance  #page-content .container{

    padding-right: 0px;

    padding-left: 0px;



}

#general_insurance  #page-content .container{

    padding-right: 0px;

    padding-left: 0px;



}

#health_insurance  #page-content .container{

    padding-right: 0px;

    padding-left: 0px;



}  



}







 

.margin-bottom-20

{

	margin-bottom:20px;

	} 

 .margin-top-10{

	 margin-top:10px;

	 }

.margin-top-155{

	margin-top:155px;

	} 

 

 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: #004a91; }

h1{ font-size:28px;} h2{ font-size:26px;} h3{ font-size:22px;} h4{ font-size:20px;} h5{ font-size:18px;} h6{ font-size:16px;}

p{line-height: 22px;}

.full-browser-height{height: 100%;}









/*------FONT SPECS------*/

.text-cap

{

	text-transform:uppercase;

}



.f25

{

	font-size:25px;

}

.f35

{

	font-size:35px;

}

.f40

{

	font-size:40px;

}

.f57

{

	font-size:57px;

}

.f80

{

	font-size:80px;

}

/*-----------inner banner--------------------*/

.inner-pages-banner-heading {



    font-size: 38px;

    line-height: 25px;

    padding-top: 10px;

    text-align: center;

    color: #ffffff;

    padding-bottom: 5px;

}

.inner-pages-banner-head-content {

    

    font-size: 24px;

    padding-top: 10px;

    line-height: 20px;

    color: #ffffff;

    text-align: center;

}



.banner-sub-heading, .banner-sub-heading a{

	text-align:center;

	font-size:14px;

	color:#ffffff;

	}

.banner-sub-heading a:focus, .banner-sub-heading a:hover {

    color: #000 !important;

    text-decoration: underline !important;

}



/*------BANNER------*/





/*---------------------------next-prev-button-carousal--------------------------------*/

/*------BANNER------*/

#banner

{

	top:0;

	left:0;

    min-height:535px;

	width:100%;



}

.banner-bg1{

	background:url(/images/banner1.webp) center no-repeat;

	 background-size:cover;

}

.banner-bg2{

	background:url(/images/banner2.webp) center no-repeat;

	 background-size:cover;

	}

.banner-bg3{

background:url(/images/banner3.webp) center no-repeat;

 background-size:cover; 

	}

#banner .carousel-inner >.item 

{

	min-height:600px;

}



#banner .carousel-inner > .item .va-table {

    display: table;

    min-height: 405px !important;

    width: 100%;

	margin-left: 17px;

}



#banner .carousel-inner > .item .table-cell {

    display: table-cell;

    vertical-align: middle;

}



.carousel-control 

{

	width:0%;

}

.carousel-indicators {

    bottom: 0px;

}

.carousel-indicators li {

display: inline-block;

    width: 14px;

    height: 14px;

    text-indent: -999px;

    cursor: pointer;

    margin: 2px;

    background-color: transparent;

    border: 2px solid #ffffff;

    border-radius: 10px;

}

.carousel-indicators .active {

    width: 14px;

    height: 14px;

    margin: 2px;

    background-color: #fff;

    border: 2px solid #ffffff;

}



.carousel-control:focus{

	 color: #fff;

	}

.carousel-control:hover {

    color: #3bba98;

    text-decoration: none;

    filter: alpha(opacity=90);

    outline: 0;

    opacity: .9;

}

#banner .carousel-caption {

    text-shadow: none !important;

    /*right: -5%;

    left: 8%;*/

    min-height: 400px;

}

.font-size-30

{

	font-size:30px;

}

#banner .carousel-caption .banner-head-text

{



    font-size: 55px;

  color:#66cc99;

    line-height: 55px;

	padding-bottom:20px;

	   

}

#banner .carousel-caption .banner-head-content{

    color: #ffffff;



    font-size:25px;

    line-height: 24px;

    padding-bottom: 25px;

	}

.banner-content{

    font-size: 30px;

    color: #66cc99;

    line-height: 24px;

    padding-top: 20px;

    padding-bottom: 20px;

	}



#banner a:hover{

	text-decoration:none;

	}



.banner-btn .glyphicon {

    position: relative;

    top: 3px;

    padding-left: 10px;

    display: inline-block;

   

}



#banner .carousel-caption .lastline

{

	

	font-size:20px;

	color:#ffffff;

	font-weight:100;

	line-height:22px;

	padding-top:10px;

    text-shadow: 0 0px 0px rgba(0,0,0,.2);

}







#banner .carousel-control.left {

    background-image: none;

	 position: absolute;

    top: 0;

    bottom: 0;

    left: 6%;

    width: 0%;

    font-size: 20px;

   

}








#banner .carousel-control.right {

    background-image: none;

	    right: 78px;

}

.transition-timer-carousel-progress-bar {

    height: 3px;

    background-color: #fc231d;

    width: 0%;

    margin: 0px 0px 0px 0px;

    border: none;

    z-index: 0;

    position: relative;

}

.banner_btn {

   background: rgba(29,208,193,1);

    background: -moz-linear-gradient(left, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);

    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(29,208,193,1)), color-stop(100%, rgba(44,199,103,1)));

    background: -webkit-linear-gradient(left, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);

    background: -o-linear-gradient(left, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);

    background: -ms-linear-gradient(left, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);

    background: linear-gradient(to right, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dd0c1', endColorstr='#2cc767', GradientType=1 );

    color: #ffffff;

    padding: 15px 63px;

    border-radius: 25px;

   

    font-size: 17px;

    border: 0;

    margin-bottom: 30px;

}



.banner_btn:hover {

   background: rgba(0, 51, 153, 1);

/*background: -moz-linear-gradient(top, rgba(0, 51, 153, 1) 0%, rgba(0, 51, 153, 1) 50%, rgba(253,42,42,1) 100%);

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 51, 153, 1)), color-stop(50%, rgba(243,65,68,1)), color-stop(100%, rgba(253,42,42,1)));

background: -webkit-linear-gradient(top, rgba(0, 51, 153, 1) 0%, rgba(0, 51, 153, 1)) 50%, rgba(253,42,42,1) 100%);

background: -o-linear-gradient(top, rgba(0, 51, 153, 1) 0%, rgba(0, 51, 153, 1) 50%, rgba(253,42,42,1) 100%);

background: -ms-linear-gradient(top, rgba(0, 51, 153, 1) 0%, rgba(0, 51, 153, 1) 50%, rgba(253,42,42,1) 100%);

background: linear-gradient(to bottom, rgba(0, 51, 153, 1) 0%, rgba(0, 51, 153, 1) 50%, rgba(253,42,42,1) 100%);*/

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f34144', endColorstr='#fd2a2a', GradientType=0 );

    color: #ffffff;

    outline: none;

}

/*-----=================================section1 end==========================================----*/





/*-----=================================section2==========================================----*/

.wealth_build

{

	background:url(/images/section2_bg.webp) center no-repeat;

	padding-top:70px;

	min-height:650px;

	background-size:cover;

}

.wealth_build-head

{



  font-size:31px;

  color:#fff;

  line-height:30px;

}

.wealth_build-subhead

{

  font-size:19px;

  color:#ffffff;

  line-height:22px;

  margin-top:40px;

  text-align:center;

  margin-bottom:80px;

}





.wealth_build-footer

{



  font-size:19px;

  color:#fff;

  line-height:22px;

  margin-top:40px;

  margin-bottom:20px;

  text-align:center;

  font-style:italic;

}



.wealth_build-footer .get_text{

	color:#ffed8a;

	font-size:20px;

	}





.process > img{

  transform-style: preserve-3d;

  transition: all .6s linear;

}

.process:hover > img{

  transform: rotateY(180deg);

}

.process > .num-circle, .process > .num-circle2

{

	padding:8px;

	border-radius:25px;

	background:#0022a8;

	color:#fafafc;

	font-size:19px;

	width:37px;

	height:37px;



	border:0;

	margin-top:15px;

	outline:none;

}

.num-circle2:before

{

	content:'';

	position:absolute;

    top: 54%;

    right: 57%;

	width:87%;

	height:1px;

	background:#fff;

}

.num-circle2:after

{

	content:'';

	position:absolute;

    top: 54%;

    left: 57%;

	width:87%;

	height:1px;

	background:#fff;

	

}

.process > .wealth_build-ico-head

{

	font-size:19px;

	line-height:23px;

	color:#fff;

	padding-top:10px;

	text-transform:uppercase;

	margin-top:20px;

}

.process:hover > .wealth_build-ico-head

{

	color:#ffed8a;

}

.process > .wealth_build-ico-para

{

	

	font-size:15px;

	line-height:20px;

	color:#fff;

	padding:10px 60px;

	padding-top:5;

}



.wealth_build .more

{

	background:#0a54a0;

	color:#ffffff;

	padding:10px 22px;

	border-radius:8px;



	font-size:13px;

	cursor:pointer;

	border:0;

}

.wealth_build .more:hover, .wealth_build .more:focus

{

	background:#ffa34d;

	color:#ffffff;

	border:0;

	outline:none

}







/*-----=================================section2 end==========================================----*/

/*-----=================================section3==========================================----*/	

#services{

min-height:560px;

background:#fff;

padding-top:5%;	

	

}

/*#services .va-table{

	display: table;

     min-height: 505px!important;

    width: 100%;

}

#services .table-cell {

    display: table-cell;

    vertical-align: middle;

}*/

.services-heading{

			font-size:31px;

		color:#020202;

		line-height:50px;

		text-align:center;

}	

.services-text{

	font-size:18px;

	color:#6f6f6f;

	padding-bottom: 50px;

	

}



.service-temp{

	    min-height: 300px;

	width:100%;

	border:0px solid #ccc;

	background:none;

	    border-radius: 10px;

	

}

.service-temp:hover {

	background:#ffffff;

	-webkit-box-shadow: -1px 1px 6px -1px rgba(0,0,0,0.20);

-moz-box-shadow: -1px 1px 6px -1px rgba(0,0,0,0.20);

    box-shadow: -1px 1px 6px -1px rgba(0,0,0,0.20);

}











.service-temp-icon{

	    padding-top: 30px;

	}

.service-temp-heading{

	

      font-size:19px;

	  line-height:20px;

	  color:#000;

	 padding-top: 40px;

	 text-transform: uppercase;

	}

.service-temp-text{

  

    font-size: 14px;

    padding: 15px 20px 1px 20px;

    color: #868686;

    min-height: 105px;



}

.service_link a{

		color:#ffea8a;



    font-size: 15px;

	}



.service_link{

	display:none;



	}

/*.service-temp:hover .service-temp-text, .service-temp:hover   .service-temp-heading{

	color:#fff;

	}*/



.service-temp:hover .service_link{

	display:block;

	}


#power-sip

{

	background:#004a91;

	background-size:cover;

	min-height:auto;

	padding-top:50px;

	padding-bottom:50px;

	z-index:0;

	overflow:visible;

}



/* SIP Calculator Border Radius and Layout Fixes */

#sip-invest-calc {

  border-radius: 10px;

  background: white;

  padding: 20px;

  box-shadow: 0 2px 10px rgba(0,0,0,0.1);

  margin-top: 120px; /* Fix for fixed navbar overlap */

}



#sip-invest-calc input[type="number"] {

  border-radius: 10px;

  border: 1px solid #ddd;

  padding: 10px;

  background: white;

  width: 100%;

  max-width: 150px;

  text-align: center;

  margin-bottom: 10px;

}



#sip-invest-calc .risk-text {

  border-radius: 10px;

  padding: 10px;

  margin: 5px 0;

  background: white;

  text-align: center;

  border: 1px solid #ddd;

  min-height: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

}



#sip-invest-calc .get-start {

  border-radius: 10px;

  padding: 12px 24px;

  background: #007bff;

  color: white;

  border: none;

  font-size: 16px;

  cursor: pointer;

  margin-top: 10px;

}



#sip-invest-result .pie-bg {

  border-radius: 10px;

  background: white;

  padding: 20px;

  margin: 10px 0;

}



#sip-invest-result .table.table-striped.table-curved {

  border-radius: 10px;

  overflow: hidden;

  background: white;

  margin-top: 20px;

}



#sip-invest-result .table.table-striped.table-curved thead th {

  border-radius: 10px 10px 0 0;

  background: #f8f9fa;

}



#sip-invest-result .table.table-striped.table-curved tbody tr:last-child td {

  border-radius: 0 0 10px 10px;

}



#calculator-area {

  border-radius: 10px;

  overflow: hidden;

  padding-top: 20px;

}

.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;

}*/









.graph-bg

{

	background:url(/images/graph-bg.webp) center no-repeat!important;

	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;

}

.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;

}





#sip-calc

{

	background:#ffffff;

	border:1px solid #e8e8e8;

	min-height:365px;

	margin-bottom:30px;

	padding:20px 10px;

	padding-bottom:20px;

	 color: #3a3b3c;

  font-size: 14px;

  border-radius: 10px!important;

  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;

}

#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: 10px 15px;

    border-radius: 5px;

    font-size: 14px;

    color: #3a3b3c;

}

@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;

}

#power-sip a.start-sip

{

   background: rgba(29,208,193,1);

    background: -moz-linear-gradient(left, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);

    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(29,208,193,1)), color-stop(100%, rgba(44,199,103,1)));

    background: -webkit-linear-gradient(left, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);

    background: -o-linear-gradient(left, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);

    background: -ms-linear-gradient(left, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);

    background: linear-gradient(to right, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dd0c1', endColorstr='#2cc767', GradientType=1 );

    color: #ffffff;

	padding:15px 30px;

	border-radius:25px;



	font-size:13px;

	font-style:italic;

	cursor:pointer;

}

#power-sip  a:hover.start-sip

{

  background: #ffffff;

   /*background: rgba(243,65,68,1);*/

/*background: -moz-linear-gradient(top, rgba(243,65,68,1) 0%, rgba(243,65,68,1) 50%, rgba(253,42,42,1) 100%);

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,65,68,1)), color-stop(50%, rgba(243,65,68,1)), color-stop(100%, rgba(253,42,42,1)));

background: -webkit-linear-gradient(top, rgba(243,65,68,1) 0%, rgba(243,65,68,1) 50%, rgba(253,42,42,1) 100%);

background: -o-linear-gradient(top, rgba(243,65,68,1) 0%, rgba(243,65,68,1) 50%, rgba(253,42,42,1) 100%);

background: -ms-linear-gradient(top, rgba(243,65,68,1) 0%, rgba(243,65,68,1) 50%, rgba(253,42,42,1) 100%);

background: linear-gradient(to bottom, rgba(243,65,68,1) 0%, rgba(243,65,68,1) 50%, rgba(253,42,42,1) 100%);*/

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f34144', endColorstr='#fd2a2a', GradientType=0 );

	color:#040404;

}



/*-----=================================SIP section end==========================================----*/



/*-----=================================LUMPSUM calc-==========================================----*/





#power-lumpsum

{

	background:#004a91;

	background-size:cover;

	min-height:auto;

	padding-top:50px;

	padding-bottom:50px;

	z-index:0;

	overflow:visible;

}



/* LUMPSUM Calculator Border Radius and Layout Fixes */

#lumpsum-invest-calc {

  border-radius: 10px;

  background: white;

  padding: 20px;

  box-shadow: 0 2px 10px rgba(0,0,0,0.1);

  margin-top: 120px; /* Fix for fixed navbar overlap */

}



#lumpsum-invest-calc input[type="number"] {

  border-radius: 10px;

  border: 1px solid #ddd;

  padding: 10px;

  background: white;

  width: 100%;

  max-width: 150px;

  text-align: center;

  margin-bottom: 10px;

}



#lumpsum-invest-calc .risk-text {

  border-radius: 10px;

  padding: 10px;

  margin: 5px 0;

  background: white;

  text-align: center;

  border: 1px solid #ddd;

  min-height: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

}



#lumpsum-invest-calc .get-start {

  border-radius: 10px;

  padding: 12px 24px;

  background: #007bff;

  color: white;

  border: none;

  font-size: 16px;

  cursor: pointer;

  margin-top: 10px;

}



#lumpsum-invest-result .pie-bg {

  border-radius: 10px;

  background: white;

  padding: 20px;

  margin: 10px 0;

}



#lumpsum-invest-result .table.table-striped.table-curved {

  border-radius: 10px;

  overflow: hidden;

  background: white;

  margin-top: 20px;

}



#lumpsum-invest-result .table.table-striped.table-curved thead th {

  border-radius: 10px 10px 0 0;

  background: #f8f9fa;

}



#lumpsum-invest-result .table.table-striped.table-curved tbody tr:last-child td {

  border-radius: 0 0 10px 10px;

}



#calculator-area {

  border-radius: 10px;

  overflow: hidden;

  padding-top: 20px;

}

.power-lumpsum-head {



    font-size: 31px;

    color: #000000;

   padding-bottom: 5px;

    line-height: 30px;

}

.power-lumpsum-head p

{



	font-size:18px;

	line-height:24px;

	color:#000000;

    padding:6px 10px 15px 10px;

	text-transform:none;

}

/*#power-lumpsum 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;

}*/









.graph-bg

{

	background:url(/images/graph-bg.webp) center no-repeat!important;

	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;

}

.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-lumpsum a.start-lumpsum

{

	background:#21cd99;

	color:#ffffff;

	padding:12px 60px;

	border-radius:25px;



	font-size:15px;

	text-transform:uppercase;

}

.power-lumpsum  a:hover.start-lumpsum

{

	background:#438aca;

	color:#ffffff;

}





#lumpsum-calc

{

	background:#ffffff;

	border:1px solid #e8e8e8;

	min-height:365px;

	margin-bottom:30px;

	padding:20px 10px;

	padding-bottom:20px;

	 color: #3a3b3c;

  font-size: 14px;

  border-radius: 10px!important;

  text-align: left;

}





#lumpsum-calc input[type=number] {

  width: 100px;

  background: none;

  border: none;

  outline: none;

}

#lumpsum-calc label {

  position: absolute;

    top: 12px;

    left: 35px;

  font-weight: normal;

}

#lumpsum-calc rzslider {

  margin: 0 auto;

  height: 18px;

  padding-top: 5px;

}

#lumpsum-calc rzslider .rz-bar {

  height: 8px;

}

#lumpsum-calc rzslider .rz-bubble {

  display: none;

}

#lumpsum-calc rzslider .rz-pointer {

  width: 0px;

  height: 0px;

  top: 0px;

  border-radius: 0px;

}

#lumpsum-calc rzslider .rz-pointer:after {

  display: none;

}

#lumpsum-calc rzslider.blue-bar .rz-bar {

  background-color: #f1f1f1;

}

#lumpsum-calc rzslider.blue-bar .rz-selection, #lumpsum-calc rzslider.blue-bar .rz-pointer {

  background-color: #438aca;

}

#lumpsum-calc rzslider.green-bar .rz-bar {

  background-color: #f1f1f1;

}

#lumpsum-calc rzslider.green-bar .rz-selection, #lumpsum-calc rzslider.green-bar .rz-pointer {

  background-color: #1daf9a;

}

#lumpsum-calc rzslider.red-bar .rz-bar {

  background-color: #f1f1f1;

}

#lumpsum-calc rzslider.red-bar .rz-selection, #lumpsum-calc rzslider.red-bar .rz-pointer {

  background-color: #da534f;

}

#lumpsum-calc rzslider.yellow-bar .rz-bar {

  background-color: #f1f1f1;

}

#lumpsum-calc rzslider.yellow-bar .rz-selection, #lumpsum-calc rzslider.yellow-bar .rz-pointer {

  background-color: #f2ad50;

}

#lumpsum-calc input[type=number]::-webkit-inner-spin-button,

#lumpsum-calc input[type=number]::-webkit-outer-spin-button {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  margin: 0;

}

#lumpsum-calc .input-bg {

    background: #f1f1f1;

    padding: 10px 15px;

    border-radius: 5px;

    font-size: 14px;

    color: #3a3b3c;

}

@media screen and (min-width: 320px) and (max-width: 425px) {

  #lumpsum-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%;

}



}

#lumpsum-calc #inflationRate {

  color: #c5c5c5;

}

#lumpsum-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;

}

#lumpsum-calc select:focus {

  outline: none;

}

#power-lumpsum a.start-lumpsum

{

   background: rgba(29,208,193,1);

    background: -moz-linear-gradient(left, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);

    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(29,208,193,1)), color-stop(100%, rgba(44,199,103,1)));

    background: -webkit-linear-gradient(left, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);

    background: -o-linear-gradient(left, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);

    background: -ms-linear-gradient(left, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);

    background: linear-gradient(to right, rgba(29,208,193,1) 0%, rgba(44,199,103,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dd0c1', endColorstr='#2cc767', GradientType=1 );

    color: #ffffff;

	padding:15px 30px;

	border-radius:25px;



	font-size:13px;

	font-style:italic;

	cursor:pointer;

}

#power-lumpsum  a:hover.start-lumpsum

{

  background: #ffffff;

   /*background: rgba(243,65,68,1);*/

/*background: -moz-linear-gradient(top, rgba(243,65,68,1) 0%, rgba(243,65,68,1) 50%, rgba(253,42,42,1) 100%);

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,65,68,1)), color-stop(50%, rgba(243,65,68,1)), color-stop(100%, rgba(253,42,42,1)));

background: -webkit-linear-gradient(top, rgba(243,65,68,1) 0%, rgba(243,65,68,1) 50%, rgba(253,42,42,1) 100%);

background: -o-linear-gradient(top, rgba(243,65,68,1) 0%, rgba(243,65,68,1) 50%, rgba(253,42,42,1) 100%);

background: -ms-linear-gradient(top, rgba(243,65,68,1) 0%, rgba(243,65,68,1) 50%, rgba(253,42,42,1) 100%);

background: linear-gradient(to bottom, rgba(243,65,68,1) 0%, rgba(243,65,68,1) 50%, rgba(253,42,42,1) 100%);*/

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f34144', endColorstr='#fd2a2a', GradientType=0 );

	color:#040404;

}



/*-----=================================LUMPSUM section end==========================================----*/











/*-----=================================section5 start==========================================----*/	

#section4{

	/*background:url(/images/tax_bg.webp) center no-repeat;*/

	min-height:650px;

	background-size:cover;

	padding-top:5%;

 

	

	}



/* Modern modal styles and animations */

.modal-content {

  border-radius: 12px !important;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);

  border: none !important;

  overflow: hidden;

  animation-duration: 0.4s;

  animation-fill-mode: both;

  background: #fff;



}



.modal-header {

  border-bottom: none !important;

  padding: 1rem 1.5rem;

  background: #f7f9fc;

  font-weight: 600;

  font-size: 1.25rem;

  color: #333;

  position: relative;

}



.modal-header .close {

  font-size: 1.5rem;

  font-weight: 700;

  color: #888;

  opacity: 1;

  cursor: pointer;

  transition: color 0.3s ease;

  border: none;

  background: transparent;

  position: absolute;

  right: 1rem;

  top: 1rem;

}



.modal-header .close:hover {

  color: #ff5a5f;

}



.modal-body {

  padding: 0;

  max-height: 400px;

  overflow-y: auto;

}



.modal-footer {

  border-top: none !important;

  padding: 1rem 1.5rem;

  background: #f7f9fc;

  text-align: right;

}



.modal-footer .btn {

  border-radius: 25px;

  padding: 0.5rem 1.5rem;

  font-weight: 600;

  transition: background-color 0.3s ease;

}



.modal-footer .btn-secondary {

  background-color: #ddd;

  color: #333;

  border: none;

}



.modal-footer .btn-secondary:hover {

  background-color: #bbb;

  color: #000;

}



/* Animation keyframes */

@keyframes modalFadeIn {

  0% {

    opacity: 0;

    transform: scale(0.9);

  }

  100% {

    opacity: 1;

    transform: scale(1);

  }

}



/* Apply animation on modal show */

.modal.fade.in .modal-dialog {

  animation-name: modalFadeIn;

  animation-duration: 0.4s;

  animation-fill-mode: both;

}



/* Remove fade-out animation as Bootstrap 3 does not support it */

#section4 .section4-head{

	font-size: 30px;

    line-height: 40px;

    color: #fff;

	}

	

#section4 .section4-head-content{

	font-size:18px;

    color: #fff;

    padding-bottom: 7%;

    padding-top: 10px;

    line-height: 25px;

	}



/*.equity_bg{

	background:#0eaacf;

	min-height:251px;

	width:100%;

	border-radius:5px;

	padding: 8%;

	}*/

.eq_icon{

	padding-top:15px;

	}	

.eq_icon img {

    vertical-align: middle;

    margin-top: 0px;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    -ms-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

}

a:hover .eq_icon img {

    vertical-align: middle;

    margin-top: -15px;

    padding-bottom: 15px;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    -ms-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

}	

	

	

.eq_head{

	font-size:20px;



	color:#fff;

	line-height:30px;

	padding-top: 10px;

	text-transform: uppercase;

	}	

	



.tax_sec_content{

    font-size: 14px;

    line-height: 20px;

    color: #fff;

    padding-top: 10px;



	}

#section4 .banner_btn{

	margin-top:9%;

	}	

	

	

/*-----=================================About us section==========================================----*/

#aboutus_sec{

	min-height:650px;

	background-size:cover;

	padding-top: 5%!important;

}



.about_us_head{



	font-size:31px;

	line-height:35px;

	color:#020202;

	text-align:center;

	}



.custom_font_blu{

	  

	 color:#003a68;

	     font-size: 33px;

	}

.blu_wealth_font{

	color:#003a68;

	

	}

.about_head_text{

	color:#6f6f6f;



	font-size:18px;

	text-align:center;

	    padding-top: 10px;

	}

.about_left{

	min-height:500px;

	padding-top: 9%;

	}



.about_left .media{

	margin-bottom: 55px;

	}

.about_get_touch{

	color:#242424;

	line-height:32px;

	font-size:16px;

	

	}

.about_contact{



	font-size:24px;

	color:#242424;

	line-height:32px;

	}

.about_left .media-head{

	color:#1c1c1c;

	

	font-size:16px;

	line-height:20px;

	    padding-bottom: 8px;

	}	

.media-text{

	color:#707070;



		line-height:20px;

		font-size:14px;

		

	}	

/*--------Vidoe section------*/

.video_sec

{

  background:url(/images/video_sec_bg.webp) center no-repeat;

  background-size:cover;

  min-height:650px;

     padding-top:5%;

	 color:#fff;

	

  padding-bottom:30px;

}

.Video-head{

	font-size:31px;

	line-height:40px;

	text-align:center;

	}

.video_sub_text{

	font-size:18px;

	text-align:center;

	line-height:25px;

	padding-bottom: 4%;

	}

	

.vidoe_space{

	min-height:200px;

	background:#fff;

	border: 2px solid #477294;

	    width: 92%;

	}

.vidoe_space iframe{

	width: 100%;

    min-height: 250px;

	}

.vid_text{

	font-size:17px;

	color:#fff;

	line-height:25px;

	    width: 90%;

    text-align: center;

	padding-top: 10px;

    padding-bottom: 25px;

	}

#video-tile .customNavigation {

    width: 100%;

    position: absolute;

    top: 40%;

    padding: 0 0px;

}

#video-tile .customNavigation .prev, #video-tile .customNavigation .next {

 width: 15px;

	color: #ffffff;

	margin-left:-35px;

}

#video-tile .customNavigation a {

  -webkit-user-select: none;

  -khtml-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  -webkit-tap-highlight-color: transparent;

}



.video_sec .owl-theme .owl-controls {

    margin-top: 0px;

    text-align: center;

    margin-bottom: 15px;

}

.video_sec .banner_btn {

   background:#2cc86c;

    color: #ffffff;

    padding: 15px 63px;

    border-radius: 25px;

 

    font-size: 17px;

    border: 0;

    margin-bottom: 30px;

}



.video_sec .banner_btn:hover {

   background: #ffffff;

   color:#040404;

    outline: none;

}	

	

/*===============research section===================*/	

	#research

{

	background:url(/images/research_bg.webp) center no-repeat;

	background-size:cover;

	min-height:650px;

	padding-top:5%;

	padding-bottom:20px;	

	  

}



.market-research-head

{

	font-size:31px;

	color:#020202;

	line-height:35px;

}

#research p

{

	font-size:18px;

	color:#6f6f6f;

    padding: 0px 0px 30px 0px;

}

.market-tabs

{

	margin-top:20px;

	background:none;

	min-height:200px;

}

.tools-content {

    height: 345px;

    display: block;

    margin-bottom: 20px;

    overflow: auto;

    padding: 15px;

    background:#ffffff;

       border: 2px solid #9bce31;

}





.margin-tool-top

{

	margin-top:30px;

}



.news-box

{

	height:300px;

	background:none;

	overflow:auto;

	display:block;

	padding:5px;

}



.news-tool{

  width: 100%;

  height: 100vh;

}

.news-tool ul {

width: 100%;

padding: 0;

list-style: none;

}

.news-tool li {

padding: 20px 0px;

border-bottom: 1px solid #dfdfdf;

}

.news-tool li #date

{

  color: #ff5d00;

  font-size: 13px;

  transition:all .2s ease;

}

.news-tool li #news-title{

  font-size: 14px;

  line-height: 22px;

  color: #000;

  transition:all .2s ease;

}

.news-tool li:first-of-type #date{

  font-weight: bold;

  font-size: 18px;

  transition:all .2s ease;

 

}

.news-tool li:first-of-type #news-title

{

  font-size: 19px;

  font-weight: bold;

  color: #0174cf;

  transition:all .5s ease;



  line-height: 22px;

}

.news-tool li:after {

content: '';

display: block;

clear: both;

}





/* MF NFO Starts */

.mf-nfo{

  width: 100%;

  height: 100vh;

}

.mf-nfo ul {

width: 100%;

padding: 0;

list-style: none;

}

.mf-nfo li {

padding: 20px 0px;

border-bottom: 1px solid #dfdfdf;

}

.mf-nfo li .media-left{

  padding: 0;

  transition:all .2s ease;

}

.mf-nfo li .media-left img{

  width: 0px;

  transition:all .2s ease;

}

.mf-nfo li #date

{

  color: #ff5d00;

  font-size: 13px;

  transition:all .2s ease;

}

.mf-nfo li #news-title{

  font-size: 14px;

  line-height: 22px;

  color: #000;

  transition:all .2s ease;

}

.mf-nfo li:first-of-type .media-left{

  padding-right: 10px;

  transition:all .2s ease;

}

.mf-nfo li:first-of-type .media-left img{

  width: 65px;

  transition:all .2s ease;

}

.mf-nfo li:first-of-type #date{

  font-weight: bold;

  font-size: 18px;

  transition:all .2s ease;

  

}

.mf-nfo li:first-of-type #news-title

{

  font-size: 19px;

  font-weight: bold;

  color: #09c6d8;

  transition:all .5s ease;

  

  line-height: 22px;

}

.mf-nfo li:after {

content: '';

display: block;

clear: both;

}



/* MF NFO Ends */



/* Dividend */

.mf_dividend{

  width: 100%;

  height: 100vh;

}


.mf_dividend ul {

width: 100%;

padding: 0;

list-style: none;

}

.mf_dividend li {

padding: 20px 0px;

border-bottom: 1px solid #dfdfdf;

}

.mf_dividend li .media-left{

  padding: 0;

  transition:all .2s ease;

}

.mf_dividend li .media-left img{

  width: 0px;

  transition:all .2s ease;

}

.mf_dividend li #date

{

  color: #f56d09;

  font-size: 13px;

  transition:all .2s ease;

}

.mf_dividend li #news-title{

  font-size: 14px;

  line-height: 22px;

  color: #000;

  transition:all .2s ease;

}

.mf_dividend li #dividend{

   

    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;



}

.mf_dividend li:first-of-type #news-title

{

  font-size: 19px;

  font-weight: bold;

  color: #0174cf;

  transition:all .5s ease;



  line-height: 22px;

}

.mf_dividend li:first-of-type #dividend{

   

    color: #438013;

    font-size: 22px;

    transition:all .2s ease;

    padding-top: 5px;

  }

.mf_dividend li:after {

content: '';

display: block;

clear: both;

}



/*---Mobile app--------*/

#finnapp

{

	background-image: url(/images/finnapp-bg.webp) !important;

	background-position: center !important;

	background-repeat: no-repeat !important;

	background-size: cover !important;

	min-height: 650px !important;

	font-size: 14px !important;

	color: #5f5f5f !important;

	padding-top: 60px !important;

}



.image-container {

  background-position: center !important;

  background-repeat: no-repeat !important;

  background-size: cover !important;

  min-height: 300px !important;

  width: 300px !important;

  position: relative !important;

  margin-bottom: 37px !important;

  margin-top: 100px !important;

}

.finnapp-head

{

	

	font-size:33px;

	color:#ffffff;

	line-height:36px;

	padding-top:30px;

}

.finnapp-subhead

{

	

	font-size:39px;

	color:#ffffff;

	line-height:39px;

	padding-top:10px;

}

.finnapp-para1

{

	

	font-size:15px;

	color:#ffffff;

	margin-top:30px;

	margin-bottom:30px;

	line-height:24px;

}

.connect-line

{



	font-size:16px;

	color:#00ff60;

	padding-top:15px;

	padding-bottom:10px;

}

ul.finnapp-para li

{
/* 
	list-style:url(/images/star-blue.webp); */



	font-size:15px;

	color:#ffffff;

	margin-bottom:15px;

	line-height:22px;

	margin-left:-20px;

}

#finnapp a

{

	color:#3b5999;

	

	font-size:13px;

}

#finnapp a:hover

{

	color:#16cdc4;

}

	

/*---------------------- Mobile app section css end here ------------*/

	

	

/*--------Feedback------*/

.feedback

{

  background:url(/images/feedback-bg.webp) center no-repeat;

  background-size:cover;

  min-height:620px;

  /*padding-top:100px;*/

     padding-top: 7%;

  padding-bottom:30px;

}

.feedback-tile-bg{

	min-height:78px;

}



#feedback-tile {

  width: 100%;

  z-index:10;

}

#feedback-tile .feedback-tile-slider {

  width:100%;

}

#feedback-tile #feedback-tiles {

width: 94%;

    /* margin: 4px auto; */

    margin-top: 4px;

    margin-bottom: 4px;

    margin-right: -36px;

    margin-left: 25px;

	z-index:99;

}

#feedback-tile #feedback-tiles .item {

  /*padding: 15px;*/

  margin-top: 0px;

  text-align: center;

  border:0px solid #eeeeee;

  margin:10px;

}

#feedback-tile .customNavigation {

    width: 100%;

    position: absolute;

    top: 40%;

    padding: 0 0px;

}

#feedback-tile .customNavigation .prev, #feedback-tile .customNavigation .next {

 width: 15px;

	color: #ffffff;

	margin-left:-6px;

}

#feedback-tile .customNavigation a {

  -webkit-user-select: none;

  -khtml-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  -webkit-tap-highlight-color: transparent;

}



.feedback .owl-theme .owl-controls .owl-page span {

    display: block;

    width: 12px;

    height: 12px;

    margin: 5px 7px;

    filter: Alpha(Opacity=50);

    opacity: 0.5;

    -webkit-border-radius: 20px;

    -moz-border-radius: 20px;

    border-radius: 20px;

    background: #ffffff;

}





.feedback-head

{



    font-size: 30px;

    color: #1b1b1b;

    line-height: 30px;

    margin-bottom: 4px;

}

.feedback-head p

{



  font-size:16px;

  line-height:22px;

  color:#4e4e4e;

    padding-top: 5px;

  text-transform:none;

  padding-bottom:60px;

}

.feeds .feedbackclient-img

{

	font-size:13px;



	color:#616161;

	padding-top:15px;

	margin-top:10px;

  

   border-top: 1px solid #dedede;

}

.feedback .feeds:hover {

	transform: scale(1.05);

	box-shadow: 0 8px 16px rgba(0,0,0,0.2);

}
.feeds .testimonial-subtext

{

	color:#787878;

	font-size:14px;

	line-height:24px;
}

.feedback .feeds

{

	background:#ffffff;
  border-radius:8px;
  min-height: 200px!important;
  padding:20px 20px 50px 20px;
  margin-bottom:20px;
  margin-right:10px;
  margin-left:10px;
  margin-top:10px;
}

.feeds .testimonial-heading

{

	color:#1f1f1f;

	font-size:20px;



	margin-bottom:5px;

}

.feeds .testimonial-subtext

{

	color:#787878;

	font-size:12px;

	line-height:21px;

	text-align: justify;



}

.feeds .feedbackclient-img

{

	font-size:13px;



	color:#616161;

	padding-top:15px;

	margin-top:10px;

  

   border-top: 1px solid #dedede;

}




.feeds .read

{    

	font-size:13px;



	color:#0e72a4;

	font-style:italic;

	margin-top:10px;

	margin-bottom:10px;

}



.feedback .more

{

  background:none;

  color:#ffffff;

  padding:10px 25px;

  border-radius:25px;

  

  font-size:16px;

  border:2px solid #d7d7d7;

}

.feedback  .more:hover

{

  background:#0a3d7b;

  color:#fff;

  border:2px solid #0a3d7b;

}



/*--------------contact start--------------*/

.contact

{

	background:#003d6c;

	min-height:484px;



	background-size: cover;

}

.contact

{

	padding-left:30px;

	padding-right:30px;

}

.contact-companyname

{

	

	font-size:20px;

	color:#ffffff;

	line-height:30px;

	margin-top:60px;

}

.contact-head

{

	font-size:14px;

	color:#ffffff;

	line-height:20px;

	margin-top:0px;

}


.contact-sub-add

{

	font-size:13px;

	color:#ffffff;

	padding: 15px 0px 5px 0px;

    line-height: 20px;

}

.contact-sub-add img

{

	margin-top:-5px;

	margin-right:15px;

}

.contact-head a

{

	color:#ffffff;

}

.contact-head a:hover

{

	color:#f89a9b;

}

.social{

	margin-top:10px;

	margin-bottom:15px;

	}

.social img

{

	padding:2px;

}

.reg

{

	background:#dbae1d;

	color:#ffffff;

	padding:5px 20px;

	border-radius:25px;



	font-size:21px;

}

.reg:hover

{

	background:#00a0e3;

	color:#ffffff;

}

ul.list-ftr

{

	margin:0 auto;

	list-style:none;

	margin-left:-39px;

}

ul.list-ftr li

{

	padding:3px 0;

}

ul.list-ftr li a

{

	

	font-size:13px;

	color:#fff;

	line-height:8px;

}

ul.list-ftr li a:hover

{

	color:#f89a9b;

}

.owner-details{

 color:#ffffff;

 margin-bottom:20px;

 margin-top:30px;

}

.ftr

{

	color:white;

	min-height:81px;

	font-size:12px;

	line-height:18px;

	background:#032a49;

}

.ftr .container

{

	padding-top:20px;

	padding-bottom:20px;

	letter-spacing:.3px;

}

.ftr a

{

	font-size:12px;

	text-decoration:none;

	color:#74ddfb;

	padding:10px;

	font-style:normal;

}

.ftr a:hover

{

	text-decoration:none;

	color:#ffffff;

}

.arm

{

	border-top:1px solid #485160;

	color:#74ddfb;

	font-style:normal;

	font-size:12px;

	padding-top: 20px;

}







/*----------------Footer--------------------*/

.contact .disclaimer-ftr

{

	min-height:54px;

    padding-top: 15px;

	padding-bottom:15px;

	margin-top:50px;

	margin-bottom:20px;

	color:#181818;

	font-size:12px;

	line-height:14px;



}

.foot-disclaimer

{

	min-height: 19px;

    padding-top: 1px;

    padding-bottom: 2px;

   

}







.foot-disclaimer

{

	padding-left:30px;

	padding-right:30px;

}



.foot-disclaimer .disclaimer

{

	background: none;

    padding-top: 15px;

    color: #202020;

    font-size: 12px;

    line-height: 17px;

    padding-bottom: 15px;

	border-top: 2px solid #eaf0f0;

} 

.copyright,.copyright a {

    color: #5185c7;

    font-size: 12px;

}





footer {

    background: #040404;

    min-height:60px;

    color: #ffffff;

    font-size: 14px;

    line-height: 15px;

        padding-top: 0.5%;

    padding-bottom: 0px;

    letter-spacing: 0.0px;

    position: relative;

}



footer .va-table {

    display: table;

    width: 100%;

    min-height: 54px !important;



}

footer  .table-cell {

    display: table-cell;

    vertical-align: middle;

}

#footer ul {

    text-decoration: none;

    list-style-type: none;

    margin-left: -5%;

}	



#footer li {

    float: left;

    padding: 0px 0px 0px 15px;

	color:#5185c7;

}	

	

	

footer a{

    text-decoration: none;

    color:#d6d6d6;

    padding-left: 0px;

    padding-right: 0px;

	

	}



footer a:hover, footer a:focus{

	text-decoration:none;

color: #ffffff;

	}





#inner-pages #planning #table-scroll {

    height: 20px !important;

    width: 100%;

}





/*---------------------Sip scheme page--------------------*/



.bg-grey-dim {

    background: #373435;

    color: #fff;

}



#sip_investment {

    top: 0;

    left: 0;

    min-height: 200px;

    width: 100%;

    margin-top: 105px;

    background: url(/images/bg.webp) center no-repeat!important;

}



#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;

    background: url(/images/bg.webp) center no-repeat;

}



#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 {

  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.webp) 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 #eb3034;

  color: #ffffff;

  background: #eb3034;

}

#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 #eb3034;

}

#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 #eb3034;

  color: #ffffff;

  background: #eb3034;

}

#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 #eb3034;

}

#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.webp) 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.webp) 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;

}



#calculate {

    top: 0;

    margin-left: 0%;

    min-height: 20px;

    width: 100%;

    background-position:center;

    background-repeat:no-repeat;

    background-size: cover;



}



@media (min-width: 992px) and (max-width: 1300px){

#sip-page #page-heading .video_bg .video-sip {

    left: 9px;

    min-width: 451px;

 

}

	#sip-page #page-heading .video_bg {

    background: none;

}

#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;

	 }



	 .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;

	 }

	

}





@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{

    margin-left: 0px;

    margin-right: 0px;

}



#banner {

    min-height: 580px;

} 

#banner .carousel-inner > .item {

    min-height: 580px;

}

	}

	

	

	

	



#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-----------------*/


#banner {

    padding-top: 30px;

}

#research .nav-pills > li > a {

    padding: 10px 8px;

}

.service_link {

    display: block;

	    margin-top: 10px;

}

.service_link a {

    color: #337ab7;}

#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%;

	}



#feedback .container, .video_sec .container {

    width: 920px;

	    padding-left: 0px;

}



.contact-companyname {

    margin-top: 26px;

}


@media (min-width: 768px) and (max-width: 991px)

{

	







.top-most-header {

    margin-top: 0px;

    min-height: 33px;

}



} 

#banner {

    min-height: 580px;

} 

#banner .carousel-inner > .item {

    min-height: 580px;

}

	 .carousel-caption .heading {

    font-size: 42px;

    margin-bottom: 0px;

    line-height: 42px;

    padding-top: 0px;

	padding-right:0px;

	 }

	 .para {

    padding: 10px 10px;

}







#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.webp) left no-repeat !important; }*/

	

#goal_planning_sec {

    padding-bottom: 5%;

}	



#mobile_app {

    padding-top: 9%;

}



#mobile_app	.media {

    margin-bottom: 14%;

}



#section4 {

    padding-bottom: 50px;

}

#section5 {

 padding-top: 12%;

}

.liquid1-money-bg .left-img img {

    display: block;

    max-width: 100%;

    height: auto;

    position: absolute;

    margin-top: 124%;

}

.contact_side_img {

    padding-top: 4%;

    margin-left: 0px;

}







.carousel-control img{

	height:30px;

	}

#feedback .carousel-inner > .item {

    min-height: 300px;

}



#feedback .carousel-caption {

    top: 0px;

       left: 4%;

    right: 0%;

    width: 100%;

}

.contact-left {

    padding: 6% 3% 2% 3%;

}

.contact-right {

    padding: 6% 2% 2% 3%;

}





.social-media iframe {

    width: 45%;

    height: 40px;

    margin-top: 15px;

}

#footer li {

       padding: 0px 0px 5px 8px;

}



#feedback-tile #feedback-tiles {

    margin-right: 0px;

    margin-left: 0px;}

	

#feedback .container{

	width:100%;

	}









#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;

}



#section4 {


    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;

}



#tab5 #taxation_tax-calc .fourth-section .slab_amount {

    font-size: 19px;

    line-height: 13px;

    margin-top: 20px;

}





#home_video_sec .vid_sec_right {

    padding: 40px 30px 10px 30px;

}

#home_video_sec .vid_sec_right .vid_content {

    padding-bottom: 20px;

}

#section4 .section4-head2 {

    font-size: 30px;

}

#section4 .section4-head-content {

    padding-bottom: 10px;

}







.eq_head {

    line-height: 21px;

    margin-bottom: 21px;

}

#section5 {

 /*   background: url(/images/section5_bg.webp) left no-repeat;*/

    padding-top: 10%; 

}

#section5 .rule16_head1 {

    font-size: 38px;

    line-height: 40px;

}

#section5 .rule16_head2 {

    font-size: 35px;

    line-height: 46px;

}







#feedback-tile #feedback-tiles {

    width: 94%;

    /* margin: 4px auto; */

    margin-top: 4px;

    margin-bottom: 4px;

    margin-right: -36px;

    margin-left: 5px;

    z-index: 99;

}



#mobile_app	.media {

    margin-bottom: 10%;

}

#mobile_app {

    padding-top: 10%;

    padding-left: 10px;

    padding-right: 10px;

}



.mobile-app-detail-wrapper {

    padding-bottom: 22%;

}







.feedback-head {

    font-size: 25px;

}

.feedback-head p {

    font-size: 15px;

    line-height: 23px;

}

#feedback .carousel-caption {

    top: 0px;

    left: 0%;

    text-align: justify;

    right: 0%;

    width: 98%;

    /* min-height: 400px; */

}











.testimonial-txt {

    background: none;

    min-height: 300px;

    font-size: 15px;

    color: #fff;

    letter-spacing: .5px;

    border-radius: 3px;

    padding: 0px 0px 5px 0px;

}



.testimonial-txt p {

    padding-top: 0px;

    padding-right: 0px;

    font-size: 16px;

    line-height: 25px;

}

.testimonial-client {

    font-size: 17px;

}



#finnapp {

    background-image: url(/images/finnapp-bg.webp);

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    min-height: 650px;

    font-size: 14px;

    color: #5f5f5f;

    padding-top: 60px;

}





.contact-left {

    padding: 15% 5% 2% 5%;

}

.contact-right {

    padding: 15% 5% 2% 10% !important;

}



.foot-disclaimer .disclaimer {

    text-align: justify;

}



.social-media iframe {

    width: 55%;

}



.contact_home_add {

    font-size: 13px; 

}

.copyright, .copyright a {

    text-align: center;

}



#footer ul {

    margin-left: -5%;

}

#footer li {

    padding: 0px 0px 0px 2px;

    margin-top: 27px;

    margin-bottom: 15px;

}





@media (max-width:375px)

{



#footer ul {

    margin-left: -5%;

    margin-top: 12px;

}





#footer li {

      padding: 0px 3px 0px 3px;

    margin-top: 0px;

    margin-bottom: 9px;

}



.welcome-scroll {

    max-height: 525px;

}

}


