<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@import url('/font/stylesheet.css');
@import url('http://fonts.googleapis.com/css?family=PT+Sans');

body
{
	margin:0;
	padding:0;
	font-family:'robotoregular';
	line-height:22px;
	font-size:13px;
}


section
{
	position:relative;
}
.no-border-top {
  border-top: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-radius {
  border-radius: 0px !important;
}

.no-mar-pad {
  margin: 0 !important;
  padding: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-left, footer #lower ul {
  padding-left: 0 !important;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-top, #tool h1 {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.hcentre {
  margin: 0 auto;
}

.no-border {
  border: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-radius {
  border-radius: 0px !important;
}

@media (min-width: 771px) {
  .logo {
    min-height: 1px !important;
  }
}
@media (min-width: 1200px) {
  .lg-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .lg-no-padding {
    padding: 0 !important;
  }

  .lg-no-padding-right {
    padding-right: 0;
  }

  .lg-no-padding-left {
    padding-left: 0 !important;
  }

  .lg-no-padding-top {
    padding-top: 0;
  }

  .lg-no-padding-bottom {
    padding-bottom: 0;
  }

  .lg-no-margin {
    margin: 0 !important;
  }

  .lg-no-margin-right {
    margin-right: 0 !important;
  }

  .lg-no-margin-left {
    margin-left: 0 !important;
  }

  .lg-no-margin-top {
    margin-top: 0 !important;
  }

  .lg-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .lg-position-absolute {
    position: absolute;
  }

  .lg-position-relative {
    position: relative;
  }

  .lg-hcentre {
    margin: 0 auto;
  }

  .lg-no-border {
    border: none !important;
  }

  .lg-no-border-top {
    border-top: none !important;
  }

  .lg-no-border-right {
    border-right: none !important;
  }

  .lg-no-border-bottom {
    border-bottom: none !important;
  }

  .lg-no-border-left {
    border-left: none !important;
  }

  .lg-no-radius {
    border-radius: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .md-no-padding {
    padding: 0 !important;
  }

  .md-no-padding-right {
    padding-right: 0;
  }

  .md-no-padding-left {
    padding-left: 0 !important;
  }

  .md-no-padding-top {
    padding-top: 0;
  }

  .md-no-padding-bottom {
    padding-bottom: 0;
  }

  .md-no-margin {
    margin: 0 !important;
  }

  .md-no-margin-right {
    margin-right: 0 !important;
  }

  .md-no-margin-left {
    margin-left: 0 !important;
  }

  .md-no-margin-top {
    margin-top: 0 !important;
  }

  .md-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .md-position-absolute {
    position: absolute;
  }

  .md-position-relative {
    position: relative;
  }

  .md-hcentre {
    margin: 0 auto;
  }

  .md-no-border {
    border: none !important;
  }

  .md-no-border-top {
    border-top: none !important;
  }

  .md-no-border-right {
    border-right: none !important;
  }

  .md-no-border-bottom {
    border-bottom: none !important;
  }

  .md-no-border-left {
    border-left: none !important;
  }

  .md-no-radius {
    border-radius: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .sm-no-padding {
    padding: 0 !important;
  }

  .sm-no-padding-right {
    padding-right: 0;
  }

  .sm-no-padding-left {
    padding-left: 0 !important;
  }

  .sm-no-padding-top {
    padding-top: 0;
  }

  .sm-no-padding-bottom {
    padding-bottom: 0;
  }

  .sm-no-margin {
    margin: 0 !important;
  }

  .sm-no-margin-right {
    margin-right: 0 !important;
  }

  .sm-no-margin-left {
    margin-left: 0 !important;
  }

  .sm-no-margin-top {
    margin-top: 0 !important;
  }

  .sm-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .sm-position-absolute {
    position: absolute;
  }

  .sm-position-relative {
    position: relative;
  }

  .sm-no-border {
    border: none !important;
  }

  .sm-no-border-top {
    border-top: none !important;
  }

  .sm-no-border-right {
    border-right: none !important;
  }

  .sm-no-border-bottom {
    border-bottom: none !important;
  }

  .sm-no-border-left {
    border-left: none !important;
  }

  .sm-no-radius {
    border-radius: 0px !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .xs-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .xs-no-padding {
    padding: 0 !important;
  }

  .xs-no-padding-right {
    padding-right: 0;
  }

  .xs-no-padding-left {
    padding-left: 0 !important;
  }

  .xs-no-padding-top {
    padding-top: 0;
  }

  .xs-no-padding-bottom {
    padding-bottom: 0;
  }

  .xs-no-margin {
    margin: 0 !important;
  }

  .xs-no-margin-right {
    margin-right: 0 !important;
  }

  .xs-no-margin-left {
    margin-left: 0 !important;
  }

  .xs-no-margin-top {
    margin-top: 0 !important;
  }

  .xs-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .xs-position-absolute {
    position: absolute;
  }

  .xs-position-relative {
    position: relative;
  }

  .xs-no-border {
    border: none !important;
  }

  .xs-no-border-top {
    border-top: none !important;
  }

  .xs-no-border-right {
    border-right: none !important;
  }

  .xs-no-border-bottom {
    border-bottom: none !important;
  }

  .xs-no-border-left {
    border-left: none !important;
  }

  .xs-no-radius {
    border-radius: 0px !important;
  }
}
 
 blockquote{font-size:14px; font-style:italic; line-height:22px;}
.vcenter { display: inline-block; vertical-align: middle; float: none;}

h1, h2, h3, h4, h5, h6{ color:inherit;}
h1{ font-size:28px;} h2{ font-size:26px;} h3{ font-size:22px;} h4{ font-size:20px;} h5{ font-size:18px;} h6{ font-size:16px;}
p{line-height: 22px;}
.full-browser-height{height: 100%;}
.font-size-65
{
	font-size:65px;
}
.font-size-46
{
	font-size:46px;
}
.font-size-43
{
	font-size:43px;
}
.margin-top-20px
{
	margin-top:20px;
}

.padding-left-right
{
	padding-left:50px !important;
	padding-right:50px !important;
}
a:focus, a:hover
{
	text-decoration:none;
}

::-webkit-scrollbar {
    width: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3); 
	background:#222;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle*/
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #0099db; 
    -webkit-box-shadow: inset 0 0 0px rgba(200,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
 background: rgba(78,78,78,0.4);
}

.t1
{
		margin:0 auto;
		position:fixed;
		bottom:0px;
		right:-225px;
		width:300px;
		height:120px;
		z-index:999;
		-webkit-transition: all .5s ease;
		-moz-transition: all .9s ease;
		-ms-transition: all .9s ease;
		-o-transition: all .9s ease;
		transition: all .5s ease;
}
		.t1:hover
		{
			right:-5px;
			-webkit-transition: all .5s ease;
			-moz-transition: all .9s ease;
			-ms-transition: all .9s ease;
			-o-transition: all .9s ease;
			transition: all .5s ease;
		}



/*------BANNER------*/

#banner
{
	top:0;
	left:0;
    min-height:100vh;
	width:100%;
}
.carousel-inner &gt;.item 
{
	min-height:100vh;
}
.carousel-control 
{
	width:5%;
}
.carousel-indicators {
    bottom: 0px;
}
.carousel-indicators li {
    display: inline-block;
    width: 11px;
    height: 11px;
    text-indent: -999px;
    cursor: pointer;
    margin: 2px;
    background-color: #dedede;
    border: 2px solid #ffffff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 11px;
    height: 11px;
    margin: 2px;
    background-color: #00a0e3;
    border: 2px solid #ffffff;
}
.carousel-caption {
   top: 150px;
   left:5%;
   right:0;
   width:95%;
   height:236px;
   text-shadow:none;
   text-align:left;
}
.font-size-30
{
	font-size:30px;
}
.carousel-caption .heading
{
	font-family:'latoregular';
	font-size:54px;
	color:#00a0e3; 
	margin-bottom:25px;
	line-height:46px;
	font-weight:none !important;
	padding-right:50px;
	padding-top:80px;
}
.carousel-caption p
{
	font-family:'Lato-Light';
	font-size:35px;
	color:#2f2f2f;
	font-weight:100;
	line-height:35px;
	padding-top:20px;
    text-shadow: 0 0px 0px rgba(0,0,0,.2);
}
.carousel-caption .lastline
{
	font-family:'Poppins-Medium';
	font-size:24px;
	color:#080808;
	font-weight:100;
	line-height:24px;
	padding-top:10px;
    text-shadow: 0 0px 0px rgba(0,0,0,.2);
}
.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
    background-image: none;
}

.line
{
	margin-top:10px;
	margin-bottom:30px;
	background:#fff;
	min-height:2px;
}

.plan-btn
{
	background:#00a0e3;
	border-radius:50px;
	font-family:'Poppins-SemiBold';
	font-size:17px;
	color:#ffffff;
	padding:15px 20px;
	margin-bottom:20px;
}
.plan-btn:hover
{
	background:#333333;
	color:#ffffff;
}
.plan-btn img
{
	padding-right:10px;
}

.plan-btn2
{
	background:#8dc023;
	border-radius:50px;
	font-family:'Poppins-SemiBold';
	font-size:17px;
	color:#ffffff;
	padding:15px 20px;
	margin-bottom:20px;
}
.plan-btn2:hover
{
	background:#333333;
	color:#ffffff;
}
.plan-btn2 img
{
	padding-right:16px;
}

/*--------Services------*/
#services
{
	background:url(/images/solution-bg.png) center no-repeat;
	background-size:cover;
	min-height:676px;
	padding-top:80px;
	padding-bottom:30px;
}
.services-head
{
	font-family:'Poppins-SemiBold';
	font-size:50px;
	color:#ffffff;
	line-height:50px;
	text-transform:uppercase;
}
.services-head p
{
	font-family:'Poppins-Light';
	font-size:19px;
	line-height:28px;
	color:#ffffff;
	text-transform:none;
	padding-bottom:60px;
}

#services a &gt; .media
{
	margin-top:10px;
	padding-bottom:30px;
}
#services a &gt; .media&gt; .media-left
{
	padding-right:20px;
  transform-style: preserve-3d;
  transition: transform 1s;
}
#services a:hover &gt; .media&gt; .media-left
{
    transform: rotateY( 180deg );
}
#services a &gt; .media&gt; .media-body &gt; .media-heading
{
	color:#ffffff;
	font-family:'Poppins-SemiBold';
	font-size:25px;
	line-height:25px;
}
#services a &gt; .media&gt; .media-body &gt; p
{
	color:#ffffff;
	font-family:'Poppins-Medium';
	font-size:21px;
	text-align:justify;
}



.services-linehead
{
	font-family:'Poppins-Medium';
	font-size:23px;
	color:#ffffff;
	line-height:23px;
	padding-top:80px;
}
.reg-btn
{
	background:#2b709c;
	border-radius:50px;
	font-family:'Poppins-SemiBold';
	font-size:14px;
	color:#ffffff;
	padding:8px 15px;
	margin-bottom:10px;
	margin-top:10px;
}
.reg-btn:hover
{
	background:#4a9612;
	color:#ffffff;
}
.services-lastline
{
	font-family:'Poppins-SemiBold';
	font-size:16px;
	line-height:28px;
	color:#ffffff;
}

/*--------Magic of compunding------*/
#benefits-sip
{
	background:url(/images/benefits-bg.png) center no-repeat;
	background-size:cover;
	min-height:636px;
	padding-top:50px;
	padding-bottom:40px;
}

.benefits-sip-head
{
	font-family:'Poppins-SemiBold';
	font-size:30px;
	color:#505050;
	line-height:30px;
	text-transform:uppercase;
}
.benefits-sip-head p
{
	font-family:'Poppins-Light';
	font-size:16px;
	line-height:22px;
	color:#4e4e4e;
    padding-top: 8px;
	text-transform:none;
	padding-bottom:60px;
}

.benefits-numbers
{
	font-family:'Poppins-SemiBold';
	font-size:19px;
	color:#333333;
	line-height:30px;
	margin-top:10px;
}
.para
{
	font-family:'latoregular';
	font-size:15px;
	line-height:22px;
	color:#5a5a5a;
	padding:10px 80px;
	margin-bottom:20px;
}

#benefits-sip a.more
{
	background:#8dc023;
	color:#ffffff;
	padding:12px 20px;
	border-radius:50px;
	font-family:'Poppins-SemiBold';
	font-size:14px;
	text-transform:uppercase;
	cursor:pointer;
}
#benefits-sip a:hover.more
{
	background:#00a0e3;
	color:#ffffff;
}

/*--------Power of SIP------*/
#power-sip
{
	background:url(/images/power-sip-bg.png) center no-repeat;
	background-size:cover;
	min-height:656px;
	padding-top:50px;
	padding-bottom:30px;
}
.power-sip-head
{
	font-family:'Poppins-SemiBold';
	font-size:30px;
	color:#ffffff;
	line-height:30px;
	text-transform:uppercase;
}
.power-sip-head p
{
	font-family:'Poppins-Light';
	font-size:16px;
	line-height:28px;
	color:#ffffff;
    padding: 6px 10px 30px 10px;
	text-transform:none;
}
.sip-calc
{
	background:#ffffff;
	border:1px solid #e8e8e8;
	min-height:365px;
	margin-bottom:30px;
	padding:10px;
	padding-bottom:20px;
	border-radius:25px;
}
.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-family:'Poppins-SemiBold';
	font-size:21px;
	margin-top:10px;
}
.result-text
{
	font-family: 'Poppins-Medium';
	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:#428dc8;
	position:absolute;
	top:1px;
	left:10px;
}
.amount-investedtext
{
	position:absolute;
	bottom:2%;
	left:-1%;
	width:35%;
	min-height:60px;
	color:#202020;
	font-size:15px;
	line-height:18px;
}
.amount-invested-dot
{
	width:10px;
	height:10px;
	border-radius:10px;
	background:#8dc023;
	position:absolute;
	top:1px;
	right:0px;
}
.chart-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
	float:none;
}
#power-sip a.start-sip
{
	background:#8dc023;
	color:#ffffff;
	padding:12px 60px;
	border-radius:25px;
	font-family:'Poppins-SemiBold';
	font-size:14px;
	text-transform:uppercase;
}
#power-sip  a:hover.start-sip
{
	background:#1a3086;
	color:#ffffff;
}


/*--------Invest in our Basket------*/
#invest-basket
{
	background:#ffffff;
	min-height:656px;
	padding-top:150px;
	padding-bottom:30px;
}
.invest-basket-head
{
	font-family:'Poppins-SemiBold';
	font-size:30px;
	color:#505050;
	line-height:30px;
	text-transform:uppercase;
}
.invest-basket-head-para
{
	font-family:'Poppins-Light';
	font-size:14px !important;
	line-height:28px;
	color:#5a5a5a;
    padding: 6px 10px 0px 10px;
	text-transform:none;
}
.invest-basket-lastline a
{
	font-family:'Poppins-Medium';
	font-size:11px;
	color:#187db1;
	line-height:22px;
	text-decoration:underline !important;
}
.invest-basket-lastline a:hover
{
	color:#f6a902;
}
#carousel-basket .carousel-inner &gt; .item 
{
	min-height:450px;
	/* height: 600px; Safari */
}
#carousel-basket .carousel-caption
{
	color:#333333;
	top:0px;
	padding-top:0px;
}
#carousel-basket .carousel-caption p
{
    padding-top: 10px;
    font-family: 'Poppins-Light';
    color:#000;
}
#carousel-basket .carousel-caption .risk-type-head
{
	font-family:'Poppins-Medium';
	font-size:19px;
	color:#333333 !important;
}
#carousel-basket .carousel-caption .risk-type-head p
{
	font-family:'Poppins-Regular';
	font-size:12px;
	padding-top:0px !important;
}
/*--------Save Tax------*/
#save-tax
{
	background:url(/images/save-tax-bg.png) center no-repeat;
	background-size:cover;
	min-height:650px;
	padding-top:100px;
	padding-bottom:20px;
}
.save-tax-head
{
	font-family:'Poppins-Light';
	color:#ffffff;
	line-height:50px;
}
.save-tax-head
{
	font-family:'Poppins-Light';
	color:#ffffff;
	font-size:53px;
	line-height:60px !important;
}
.save-tax-subhead
{
	font-family:'Poppins-Regular';
	color:#ffffff; 
	font-size:28px;
	line-height:40px !important;
	padding-bottom:40px;
}
.save-tax-head-p
{
	font-family:'Poppins-Light';
	font-size:24px;
	line-height:28px;
	color:#ffffff;
    margin-top: 15px;
	text-transform:none;
}
.pop-semi
{
	font-family:'Poppins-SemiBold';
}
a .save-tax-btn1
{
	background:#00a0e3;
	color:#ffffff;
	border-radius:25px;
	font-family:'Poppins-SemiBold';
	font-size:14px;	
    padding: 12px 20px;
	margin-top:40px;
	margin-right:10px;
	text-decoration:none;
	text-transform:uppercase;
}
a:hover .save-tax-btn1
{
	background:#f29e3c;
	color:#ffffff;
}
a .save-tax-btn2
{
	background:#8dc023;
	color:#ffffff;
	border-radius:25px;
	font-family:'Poppins-SemiBold';
	font-size:14px;	
    padding: 12px 20px;
	margin-top:40px;
	margin-right:10px;
	text-decoration:none;
	text-transform:uppercase;
}
a:hover .save-tax-btn2
{
	background:#f29e3c;
	color:#ffffff;
}
.save-tax-btn1-txt
{
	font-family:'Poppins-Regular';
	font-size:12px;	
	color:#555555;
	margin-left:60px;
    margin-top: -13px;
}
.save-tax-btn1-txt2
{
	font-family:'Poppins-Regular';
	font-size:12px;	
	color:#555555;
	margin-left:41px;
    margin-top: -13px;
}
.save-tax-btn1 img
{
	margin-top:-2px;
}

.save-tax-lastline
{
	font-family:'Poppins-Light';
	font-size:16px;	
	color:#000000;
	margin-top:50px;
}

/*--------Fund Monitor------*/
#fund-monitor-bg
{
	background:url(/images/market-bg.png) center no-repeat;
	background-size:cover;
	min-height:656px;
	padding-top:50px;
	padding-bottom:40px;
}

.fund-monitor-bg-head
{
	font-family:'Poppins-SemiBold';
	font-size:30px;
	color:#505050;
	line-height:30px;
	text-transform:uppercase;
}
.fund-monitor-bg-head p
{
	font-family:'Poppins-Light';
	font-size:16px;
	line-height:22px;
	color:#4e4e4e;
    padding-top: 8px;
	text-transform:none;
	padding-bottom:10px;
}

#fund-monitor-bg a.more
{
	background:#ffffff;
	color:#086f96;
	padding:12px 45px;
	border-radius:25px;
	font-family:'Poppins-SemiBold';
	font-size:15px;
	text-transform:uppercase;
	cursor:pointer;
}
#fund-monitor-bg  a:hover.more
{
	background:#2d5391;
	color:#ffffff;
}

.market-tabs
{
	margin-top:20px;
	background:none;
	min-height:200px;
}
.market-tabs .nav
{
	border:0px;	
}
.nav-pills&gt;li+li {
   margin-left: 0px;
}
.nav-pills &gt; li &gt; a
{
	background:none;
	color:#1f1f1f;
	border-radius:0px;
	font-size:14px;
	font-family:'latoregular';
	padding:9px 12px;
	margin-bottom:2px;
	margin-top:2px;
}
.nav-pills &gt; li &gt; a:hover
{
	background:none;
	color:#eb6a0c;
}
.nav-pills&gt;li.active&gt;a, .nav-pills&gt;li.active&gt;a:focus, .nav-pills&gt;li.active&gt;a:hover 
{
	background:none;
	color:#eb6a0c;
}
.nav-pills&gt;li.active&gt;a:after
{
    content: "";
    position: absolute;
    left: 23px;
    bottom: -10px;
}
.nav-pills &gt; li &gt; a img
{
	padding-right:5px;
}
.nav-pills&gt;li.first
{
}
.nav-pills&gt;li.last&gt;a
{
}
.tools-content {
    margin-top: 0px;
    height: 358px;
    display: block;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px;
    background:#ffffff;
	border:2px solid #9bce31;
	border-radius:5px;
}
/* tool MF*/
.news-tool{
  width: 100%;
  height: 100vh;
}
.news-tool {
}
.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: #12773d;
  font-size: 13px;
  transition:all .2s ease;
}
.news-tool li #news-title{
  font-size: 14px;
  line-height: 22px;
  color: #000;
  transition:all .2s ease;
}
.news-tool li:first-of-type #date{
  font-weight: bold;
  font-size: 18px;
  transition:all .2s ease;
  font-family: 'robotobold';
}
.news-tool li:first-of-type #news-title
{
  font-size: 19px;
  font-weight: bold;
  color: #1b628e;
  transition:all .5s ease;
  font-family: 'robotobold';
  line-height: 22px;
}
.news-tool li:after {
content: '';
display: block;
clear: both;
}


/* MF NFO Starts */
.mf-nfo{
  width: 100%;
  height: 100vh;
}
.mf-nfo {
}
.mf-nfo ul {
width: 100%;
padding: 0;
list-style: none;
}
.mf-nfo li {
padding: 20px 0px;
border-bottom: 1px solid #dfdfdf;
}
.mf-nfo li .media-left{
  padding: 0;
  transition:all .2s ease;
}
.mf-nfo li .media-left img{
  width: 0px;
  transition:all .2s ease;
}
.mf-nfo li #date
{
  color: #12773d;
  font-size: 13px;
  transition:all .2s ease;
}
.mf-nfo li #news-title{
  font-size: 14px;
  line-height: 22px;
  color: #000;
  transition:all .2s ease;
}
.mf-nfo li:first-of-type .media-left{
  padding-right: 10px;
  transition:all .2s ease;
}
.mf-nfo li:first-of-type .media-left img{
  width: 65px;
  transition:all .2s ease;
}
.mf-nfo li:first-of-type #date{
  font-weight: bold;
  font-size: 18px;
  transition:all .2s ease;
  font-family: 'robotobold';
}
.mf-nfo li:first-of-type #news-title
{
  font-size: 19px;
  font-weight: bold;
  color: #1b628e;
  transition:all .5s ease;
  font-family: 'robotobold';
  line-height: 22px;
}
.mf-nfo li:after {
content: '';
display: block;
clear: both;
}

/* MF NFO Ends */

/* Dividend */
.mf_dividend{
  width: 100%;
  height: 100vh;
}
.mf_dividend{
}
.mf_dividend ul {
width: 100%;
padding: 0;
list-style: none;
}
.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: #d41212;
  font-size: 13px;
  transition:all .2s ease;
}
.mf_dividend li #news-title{
  font-size: 14px;
  line-height: 22px;
  color: #000;
  transition:all .2s ease;
}
.mf_dividend li #dividend{
    font-family: 'robotobold';
    transition:all .2s ease;
    color: #000;
  }

.mf_dividend li:first-of-type .media-left{
  padding-right: 10px;
  transition:all .2s ease;
}
.mf_dividend li:first-of-type .media-left img{
  width: 65px;
  transition:all .2s ease;
}
.mf_dividend li:first-of-type #date{
  font-weight: bold;
  font-size: 18px;
  transition:all .2s ease;
  font-family: 'robotobold';
}
.mf_dividend li:first-of-type #news-title
{
  font-size: 19px;
  font-weight: bold;
  color: #1b628e;
  transition:all .5s ease;
  font-family: 'robotobold';
  line-height: 22px;
}
.mf_dividend li:first-of-type #dividend{
    font-family: 'robotobold';
    color: #438013;
    font-size: 22px;
    transition:all .2s ease;
    padding-top: 5px;
  }
.mf_dividend li:after {
content: '';
display: block;
clear: both;
}


/*------Finnapp------*/

#finnapp
{
	min-height:656px;
	background:url(/images/finnapp-bg.png) center no-repeat;
	background-size:cover;
	font-size:14px;
	color:#5f5f5f;
	padding-top:80px;
}
.finnapp-head
{
	font-family:'Poppins-SemiBold';
	font-size:30px;
	color:#ffffff;
	line-height:30px;
	text-transform:uppercase;
}
.finnapp-head p
{
	font-family:'Poppins-Light';
	font-size:16px;
	color:#ffffff;
	margin-bottom:20px;
	line-height:40px;
	text-transform:none;
}
.finnapp-line
{
	font-family:'PT Sans', sans-serif;
	font-size:15px;
	color:#ffffff;
	font-style:italic;
	line-height:22px;
	margin-bottom:5px;
	margin-top:60px;
}
.finnapp-line a
{
	color:#ffffff;
}
.finnapp-line a:hover
{
	color:#ffffff;
	text-decoration:underline !important;
}
.connect-line
{
    font-family: 'Lato-Italic';
	font-size:18px;
	color:#000000;
	padding-top:15px;
}

/*--------Feedback------*/
#feedback
{
	background:#ffffff;
	min-height:656px;
	padding-top:60px;
	padding-bottom:30px;
}
.feedback-head
{
	font-family:'Poppins-SemiBold';
	font-size:30px;
	color:#505050;
	line-height:30px;
	text-transform:uppercase;
}
.feedback-head p
{
	font-family:'Poppins-Light';
	font-size:16px;
	line-height:22px;
	color:#4e4e4e;
    padding-top: 5px;
	text-transform:none;
	padding-bottom:60px;
}


.feedback &gt; .carousel-inner &gt;.item 
{
    min-height:323px;
}
p.feed-txt
{
	padding:20px 20px;
	color:#545454;
	font-family:'Lato-Light';
	font-size:22px;
	line-height:28px;
	font-style:italic;
}
.feedback &gt; .carousel-control &gt; .chevron-left, .feedback &gt; .carousel-control &gt; .chevron-right, .feedback &gt; .carousel-control .icon-next, .feedback &gt; .carousel-control &gt; .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.feed-name
{
	color:#418f9a;
	font-family:'latoregular';
	font-size:25px;
}
.feed-details
{
	color:#99a5be;
	font-family:'Lato-Light';
	font-size:17px;
	line-height:22px;
}


#feedback a.more
{
	background:#8dc023;
	color:#ffffff;
	padding:13px 35px;
	border-radius:25px;
	font-family:'Poppins-SemiBold';
	font-size:14px;
	text-transform:uppercase;
}
#feedback  a:hover.more
{
	background:#4eb8ee;
	color:#ffffff;
}
/*--------Get in Touch------*/
#contact
{
	background:url(/images/contact-ftr-bg.png) center no-repeat;
	background-size:cover;
	min-height:656px;
	padding-top:140px;
	padding-bottom:10px;
}
.contact-head
{
	font-family:'latoregular';
	font-size:20px;
	color:#9b9b9b;
	line-height:20px;
	margin-top:40px;
}
.contact-head p
{
	font-family: 'robotoregular';
	font-size:15px;
	color:#9b9b9b;
    padding: 10px 20px ;
	line-height:26px;
	text-transform:none;
}
.contact-head a
{
	color:#9b9b9b;
}
.contact-head a:hover
{
	color:#ffffff;
}
.social img
{
	padding:5px;
}
.reg
{
	background:#8dc023;
	color:#ffffff;
	padding:5px 20px;
	border-radius:25px;
	font-family:'Poppins-SemiBold';
	font-size:21px;
	text-transform:uppercase;
}
.reg:hover
{
	background:#00a0e3;
	color:#ffffff;
}
.ftr
{
	color:#fff;
}
.ftr a
{
	font-family:'robotoregular';
	font-size:14px;
	text-decoration:none;
	color:#ffffff;
	padding:10px;
}
.ftr a:hover
{
	text-decoration:none;
	color:#00a0e3;
}


/*----------------Footer--------------------*/
#contact .footer
{
	background:url(/images/ftr-trans-bg.png) repeat;
	min-height:54px;
    padding-top: 15px;
	padding-bottom:15px;
	color:#7c7c7c;
	font-size:11px;
	line-height:14px;
	font-family:'robotoregular';
	margin-top:30px;
}
#contact .arm
{
	font-family:'robotoregular';
	font-size:13px;
	color:#585e62;
}
footer
{
	background:#000000;
	min-height:97px;
    padding-top: 38px;
	padding-bottom:10px;
	color:#727272;
	font-size:12px;
	font-family:'robotomedium';
}
footer a
{
	text-decoration:none;
	color:#727272;
	padding:10px;
}
footer a:hover
{
	text-decoration:none;
	color:#ffffff;
}

@media (max-width: 375px)
{
	
	
	.btn-pad-hdr {
    padding: 10px 10px;
	margin-top:20px;
}

h1
{
	margin-top:0px;
	margin-bottom:0;
}

.blue-btn
{
	font-size:16px;
	margin-left:12px;
	font-weight:bold;
    margin-left: 7px !important;
}
.orange-btn
{
	font-size:16px;
	margin-left:0px !important;
	font-weight:bold;
}
.green-btn
{
	font-size:16px;
	margin-left:13px;
    margin-top: 20px;
}
.arrow-padding-left1
{
    padding-left: 31px !important;
	margin-top:2px;
}
.arrow-padding-left2
{
	padding-left:27px !important;
	margin-top:2px;
}
.rd-sec a p {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
}
@media (max-width: 425px)
{
	.login-btn {
    margin-left: 10px;
	}


	.power-sip-head p {
    padding: 6px 10px;
	}
.btn-pad-hdr{padding: 12px 22px;}

.para
{
	padding:10px 10px;
}
.feed {
    min-height: 250px;
	padding-bottom:0px;
 }	
 
.wealth-gaintext {
    top: -1%;
    right: -3%;
    width: 56%;
}
.amount-investedtext {
    bottom: -6%;
    left: -1%;
    width: 62%;
} 
#banner
	 {
		 min-height:600px !important;
	 }
	 .carousel-inner &gt;.item {
        min-height: 600px !important;
	}

}
@media (max-width:767px)
{

.navbar&gt;.container .navbar-brand, .navbar&gt;.container-fluid .navbar-brand {
    margin-left: 0px;
}
	 nav 
	 {
        height: 100px;
	 }
	 nav &gt; .container-fluid
	 {
		 padding-right:0px;
		 padding-left:0px;
	 }
	 .navbar-default
	 {
		 background:#ffffff !important;
	 }
	 nav .navbar-brand {
    display: inline-block;
    height: 70px;
    width: 257px;
    line-height: 72px;
	margin-top:10px;
	background:url(/images/logo.png) no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
	}
	.navbar&gt;.container .navbar-brand, .navbar&gt;.container-fluid .navbar-brand {
    margin-left: 15px;
}
	 .navbar-default .navbar-collapse, .navbar-default .navbar-form 
	 {
		 border:0px;
	 }
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 500px;
	background:#ffffff;
	border-top: 1px solid #d1d1d1
    }
	.navbar-default .navbar-nav &gt; li &gt; a {
    padding: 10px 15px;
	}
	nav .navbar-right {
    float: left!important;
	padding-top:10px;
	}
	
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

 nav.smaller .navbar-right {
    float: left!important;
}
.navbar-toggle {
    margin-right: 25px;
}

 #banner
	 {
		 min-height:100vh;
	 }
	 .carousel-inner &gt;.item {
        min-height: 100vh;
	}
	 .carousel-caption {
    top: 100px;
	left:10px;
	 }
	 .carousel-caption .heading {
    font-size: 36px;
    margin-bottom: 0px;
    line-height: 36px;
    padding-top: 0px;
	padding-right:0px;
	 }
	 .line {
    margin-top: 5px;
    margin-bottom: 10px;
	 }
	.power-sip-head p {
    padding: 6px 10px;
	}
.padding-left-right {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

	 #save-tax {
    background: url(/images/save-tax-bg2.png) center no-repeat;
    background-size: cover;
	 }
}
@media (min-width: 426px) and (max-width:768px)
{
.padding-left-right {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
	 .navbar-default
	 {
		 background:#ffffff !important;
	 }
	 .navbar-default .navbar-collapse, .navbar-default .navbar-form 
	 {
		 border:0px;
	 }
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 500px;
    }
	.navbar-default .navbar-nav &gt; li &gt; a {
    padding: 10px 9px;
    }
	.navbar-right {
    float: left!important;
	padding-top:20px;
	}
	.login-btn {
    margin-top: 3px;
	}
	
	 #banner
	 {
		 min-height:100vh;
	 }
	 .carousel-inner &gt;.item {
        min-height: 100vh;
	}
	 .carousel-caption {
    top: 100px;
	left:10px;
	 }
	 .carousel-caption .heading {
    font-size: 36px;
    margin-bottom: 0px;
    line-height: 36px;
    padding-top: 0px;
	padding-right:0px;
	 }
	 .line {
    margin-top: 5px;
    margin-bottom: 10px;
	 }
	
	
	.power-sip-head p {
    padding: 6px 10px;
	}
	
	.erin-ben
	{
		margin-top:10px;
	}
.market-research-head p
{
    padding: 10px 0px 30px 0px;
}
	 #welcome
     {
	   background:url(/images/welcome-small.png) center no-repeat;
	   background-size:cover;
     }
	 .no-padding-right {
    padding-right: 10px;
}
	 .social-head p
	 {
		 padding: 10px 0px 50px 0px;
	  }
.social-margin-left
{
	margin-left:0px;
}

.power-sip-head p
{
    padding: 6px 10px;
}
.market-research-head p {
    padding: 10px 10px 30px 10px;
	} 
	p.feed-txt {
    padding: 10px 0px;
    }
.feed {
    min-height: 250px;
	padding-bottom:0px;
 }	  
.contact-head p
{
    padding: 10px 10px 50px 10px;
}
	

.no-padding-left2
{
	padding-left:0px;
}

.wealth-gaintext {
    top: -1%;
    right: -3%;
    width: 23%;
}
.amount-investedtext {
    bottom: -6%;
    left: -1%;
    width:25%;
}

}
@media (max-width: 991px) and (min-width: 768px)
{
	
	 .navbar-default .container-fluid {
    padding-right: 0px;
     padding-left: 0px;
	 }
	 .navbar&gt;.container-fluid .navbar-brand {
    margin-left: 0px;
}
	 .navbar-default .navbar-nav &gt; li &gt; a {
    padding: 5px 6px;
	font-size:12px;
	 }
	 .navbar-right {
    margin-right: 0px;
	 }
	  nav .navbar-right {
	padding-top:0px;
	float:left !important;
	  }
	  nav {
     height: 150px;
	  }
	   nav.smaller {
    height: 120px;
	 }
	 .login-btn {
    margin-top: -3px;
	}
	
	 #banner
	 {
		 min-height:100vh;
	 }
	 .carousel-inner &gt;.item {
        min-height: 100vh;
	}
	 .carousel-caption {
    top: 190px;
	left:20px;
	 }
	 .carousel-caption .heading {
    font-size: 42px;
    margin-bottom: 0px;
    line-height: 42px;
    padding-top: 0px;
	padding-right:0px;
	 }
	 .para {
    padding: 10px 10px;
}
	 #welcome
     {
	   background:url(/images/welcome-small.png) center no-repeat;
	   background-size:cover;
     }
	 #save-tax {
    background: url(/images/save-tax-bg2.png) center no-repeat;
    background-size: cover;
	 }
	 .nav&gt;li&gt;a {
    padding: 10px 5px;
    }
	 .padding-left-right {
    padding-left: 10px !important;
    padding-right: 10px !important;
    }
	.market-research-head p {
    padding: 10px 20px 30px 20px;
	}
	#finnapp {
    min-height: 612px;
	}
	.contact-head p {
    padding: 10px 20px 50px 20px;
	}
	.social-head p {
    padding: 10px 20px 50px 20px;
	}
	 p.feed-txt {
    padding: 10px 10px;
    }

.no-padding-left2
{
	padding-left:0px;
}
}
@media (max-width: 1024px) and (min-width: 992px)
{
	 .navbar-default .navbar-nav &gt; li &gt; a {
    padding: 20px 3px;
	 }
	 .toggle {
    padding-left: 0px;
}
	 .navbar-right {
    margin-right: 0px;
	 }
	 .navbar-default .container-fluid {
    padding-right: 5px;
     padding-left: 5px;
	 }
	 .navbar&gt;.container-fluid .navbar-brand {
    margin-left: 0px;
}
	 .carousel-caption {
    top: 130px;
    width: 100%;
	 }
	 .carousel-caption .heading {
    font-size: 44px;
    margin-bottom: 0px;
    line-height: 44px;
    padding-top: 0px;
	padding-right:0px;
	 }
	 .line {
    margin-top: 10px;
    margin-bottom: 15px;
	 }
	 .padding-left-right {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
	 p.feed-txt {
    padding: 10px 80px;
    }
	.market-research-head p {
    padding: 10px 65px 30px 65px;
	}
	.nav&gt;li&gt;a {
    padding: 10px 11px;
	}
	.contact-head p {
    padding: 10px 70px 50px 70px;
	}
	.social-head p {
    padding: 10px 70px 50px 70px;
	}
	.social-btn {
    padding: 12px 10px;
	}
}
@media (max-width: 1199px) and (min-width: 1023px)
{
	
.navbar-fixed-top {
    border-width: 0 0 0px;
}

.blue-btn
{
	font-size:20px;
	margin-left:-27px;
	font-weight:bold;
}
.orange-btn
{
	font-size:20px;
	margin-left:-22px;
	font-weight:bold;
}
.green-btn
{
	font-size:20px;
	margin-left:-17px;
	font-weight:bold;
}

.rd-sec a p
{
	padding-left:50px;
	padding-right:50px;
}
.wealth-gaintext {
    top: -1%;
    right: -3%;
    width: 45%;
}
.amount-investedtext {
    bottom: -6%;
    left: -1%;
    width: 52%;
}

}</pre></body></html>