/*ABC Primary part Start Here*/
/* ------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('../fonts/regular.css');
@import url('../fonts/bold.css');
@import url('../fonts/medium.css');
@import url('../fonts/light.css');
@import url('../fonts/encore-regular.css');

* {padding: 0;margin: 0;}

body{
	overflow-x:hidden; line-height: 22px;
}
body,html{height: 100%;  font-family: 'SansProReg,PFHandbookPro-Regular,sans-serif';-webkit-font-smoothing: antialiased; line-height: 20px;-moz-osx-font-smoothing: grayscale;}
.h2,h2{font-size: 32px;}.h4,h4{font-size: 26px}
section,footer{float: left;width: 100%;overflow: hidden;}
a, p, h1, h2, h3, h4, h5, h6, ul, li, span{margin: 0;padding: 0;}
a:hover, a:focus{text-decoration: none;}
:focus {outline: 0px;box-shadow:none;}


/* Existing style start */
/** Generated by FG **/
/* @font-face {
	font-family: 'PFHandbookPro-Regular';
	src: url('../fonts/PFHandbookPro-Regular1.ttf');
	font-weight: normal;
	font-style: normal;
} */

*{ margin:0; padding:0;word-wrap:break-word;}
div ul li a input em ol p
{
 margin:0;
 padding:0;
 word-wrap:break-word;
}
ul{ list-style-type:none;}
li{display:block;}
a {text-decoration:none;}
img{border:none;}
.clear{clear:both;}
.hidden
{
	display:none;
}
.show
{
		display:block;
}
body
{
	padding:0;
	margin:0;
	height:100%;
	font-size:100%;
	width:100%;
	/* font-family: 'PFHandbookPro-Regular'; */
	z-index:997;
	color:#5c5c5c;
}
.faq_wrap
{
	position:relative;
	width:90%;
	margin:0 auto;
	padding-bottom:60px;
	background:#f0f0f0;
}
.header
{
	width:100%;
	background:#c72429;
	padding:20px 0px 10px 0px;
}
.container
{
	position:relative;
	width:100%;
}
.header_text
{
	color:#fff;
	font-size:56px;
	padding-left:20px;
}
.head_next
{
	width:100%;
	background:#959e6f;
	padding-top:8px;
	padding-bottom:6px;
	text-align:center;
}
.q_a_wrap
{
	position:relative;
	width:90%;
	margin:0 auto;
	background:#fff;
	border:1px solid #d6d6d6;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:30px;
	margin-top:30px;
}
.question_answer
{
	position:relative;
	width:100%;
	border:1px solid #d4d0d0;
	background:#f7f7f7;
	padding:25px 0px 15px 0px;
	margin-bottom:15px;
}
.question_wrap
{
	/*width:1025px;*/
	width:100%;
	position:relative;
	/*padding-left:30px;
	padding-right:25px;*/
}
.q_icon
{
	position:relative;
	width:100px;
	float:left;
	text-align:center;
}
.question
{
	position:relative;
	/*width:825px;*/
	width: 86%;
	float:left;
	font-size:38px;
}
.q_nav
{
	/*position:relative;
	width:100px;
	float:left;
	text-align:right;
	margin-top: 15px;*/
	position: absolute;
    text-align: right;
    margin-top: 15px;
    right: 15px;
}
.answer_wrap
{
	/*width:900px;*/
	width:90%;
	position:relative;
	margin:0 auto;
	padding-top:20px;
	font-weight:normal;
}
.seperator
{
	/*width: 865px;
    border-bottom: 2px dashed #bcc2a7;
    float: right;*/
	width: 95%;
    border-bottom: 2px dashed #bcc2a7;
    float: left;
    margin-left: 35px;
}
.a_icon
{
	position:relative;
	width:100px;
	float:left;
}
.answer
{
	position:relative;
	/*width:800px;*/
	width: 88%;
	float:left;
	font-size:32px;
	padding-top:27px;
}
@media screen and (max-width: 767px)
{
	.q_a_wrap
	{
		padding:10px;
	}
}
@media screen and (max-width: 1450px)
{
	.question
	{
		width:85%;
	}
}
@media screen and (max-width: 1300px)
{
	.question
	{
		width:82%;
	}
}
@media screen and (max-width: 1170px)
{
	.answer
	{
		width:85%;
	}
}
@media screen and (max-width: 1080px)
{
	.question
	{
		width:80%;
	}
}
@media screen and (max-width: 967px)
{
	.question
	{
		width:78%;
	}
	.answer 
	{
		width: 82%;
	}
}
@media screen and (max-width: 890px)
{
	.question
	{
		width:75%;
	}
}
@media screen and (max-width: 780px)
{
	.answer_wrap
	{
		width:95%;
	}
	.seperator
	{
		width:90%;
		margin-left: 24px;
	}
	.answer 
	{
		width: 80%;
		font-size: 22px;
		padding-top: 18px;
	}
	.a_icon
	{
		width:65px;
	}
	.a_icon > img
	{
		width:50px;
	}
	.question
	{
		width:75%;
		font-size:28px;
	}
	.q_icon
	{
		width:65px;
	}
	.q_icon > img
	{
		width:50px;
	}
	.q_nav
	{
		margin-top: 6px;
	}
}
@media screen and (max-width: 600px)
{
	.question
	{
		width:70%;
		font-size:24px;
	}
	.answer 
	{
		width: 75%;
	}
}
@media screen and (max-width: 500px)
{
	.question
	{
		width:65%;
	}
	.q_nav
	{
		right: 10px;
	}
}
@media screen and (max-width: 420px)
{
	.question
	{
		width:60%;
	}
	.q_nav
	{
		right: 10px;
	}
}
@media screen and (max-width: 365px)
{
	.question
	{
		width:55%;
	}
	.answer 
	{
		width: 70%;
	}
}

/*@media screen and (max-width: 1300px)
{
	.question
	{
		width:82%;
	}
	.answer
	{
		width:85%;
	}
}
@media screen and (max-width: 1024px)
{
	.question
	{
		width:78%;
	}
	.answer
	{
		width:85%;
	}
	.q_nav
	{
		right:35px;
	}
}
@media screen and (max-width: 900px)
{
	.question
	{
		width:75%;
	}
	.answer
	{
		width:85%;
	}
}
@media screen and (max-width: 767px)
{
	.q_a_wrap
	{
		width:85%;
	}
	
	.question
	{
		width:70%;
		font-size:30px;
	}
	.q_icon
	{
		width:65px;
	}
	.q_icon > img
	{
		width:50px;
	}
	.q_nav
	{
		margin-top: 5px;
	}
	.answer
	{
		width:85%;
	}
}
@media screen and (max-width: 600px)
{
	.q_nav 
	{
		right: 45px;
	}
}*/
/*
@media screen and (max-width: 1220px)
{
	.faq_wrap
	{
		width:767px;
	}
	.question_wrap
	{
		width:637px;
	}
	.question
	{
		width:437px;
	}
	.answer_wrap
	{
		width:580px;
	}
	.answer
	{
		width:480px;
	}
	.seperator
	{
		width:545px;
	}
}

@media screen and (max-width: 785px)
{
	.q_a_wrap
	{
		width:85%;
	}
	.faq_wrap
	{
		width:600px;
	}
	.question_wrap
	{
		width:455px;
	}
	.question
	{
		width:255px;
	}
	.answer_wrap
	{
		width:400px;
	}
	.answer
	{
		width:300px;
	}
	.seperator
	{
		width:365px;
	}
	.head_next img
	{
		width:100px;
	}
}

@media screen and (max-width: 620px)
{
	.q_a_wrap
	{
		width:80%;
	}
	.faq_wrap
	{
		width:480px;
	}
	.question_wrap
	{
		width: 365px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.q_icon
	{
		width:60px;
	}
	.q_icon > img
	{
		width:50px;
	}
	.q_nav
	{
		width:50px;
		margin-top: 10px;
	}
	.q_nav > img
	{
		width:40px;
		
	}
	.question
	{
		width: 255px;
		font-size: 28px;
	}
	.answer_wrap
	{
		width:350px;
	}
	.a_icon
	{
		width:60px;
	}
	.a_icon > img
	{
		width:50px;
	}
	.answer
	{
		width:290px;
		font-size: 22px;
	}
	.seperator
	{
		width:326px;
	}
	.head_next img
	{
		width:100px;
	}
}

@media screen and (max-width: 500px)
{
	.q_a_wrap
	{
		width: 85%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.faq_wrap
	{
		width:300px;
	}
	.question_wrap
	{
		width: 246px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.q_icon
	{
		width:40px;
	}
	.q_icon > img
	{
		width:30px;
	}
	.q_nav
	{
		width:30px;
		margin-top: 3px;
	}
	.q_nav > img
	{
		width:30px;
		
	}
	.question
	{
		width: 175px;
		font-size: 24px;
		margin-top: -3px;
	}
	.answer_wrap
	{
		width:230px;
	}
	.a_icon
	{
		width:40px;
	}
	.a_icon > img
	{
		width:30px;
	}
	.answer
	{
		width: 190px;
		font-size: 22px;
		padding-top: 10px;
	}
	.seperator
	{
		width:216px;
	}
	.head_next img
	{
		width:100px;
	}
}*/
/* Existing style end */


/*Navigation section*/
/* body{padding-top: 206px;}
.top-belt{float: left;width: 100%;text-align: right;background: #fff;}
.top-belt ul{margin-bottom: 0;}
.top-belt ul li{margin-top: 10px;margin-bottom: 10px;padding: 0px;margin-right: 8px;}
.top-belt ul li:last-child{margin-right: 0px;}
.first-nav{float: left;width: 100%;  background-color: #c7222a;}
.first-nav .navbar-brand{padding: 25px 0;margin-right: 140px;height: auto;}
.first-nav .navbar-brand img{max-width: 190px}
.first-nav .navbar-light .navbar-nav .nav-link{font-size: 18px;font-weight: normal;font-style: normal;font-stretch: normal;line-height: 0.8888888888888888;letter-spacing: normal;color: #ffffff;padding-left: 40px;text-transform: uppercase;}
.first-nav .navbar{padding: 0;margin: 0;}
.navbar-sec {padding-right: 0px;padding-top: 54px;}
.ml-right{float: right;}
.second-nav{  background-color: #969f6e;float: left;width: 100%; height: 46px;}
.bottom-belt{float: left;width: 100%;background-color: #3e593c;}
.bottom-belt p{  font-size: 18px;font-weight: normal;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: 0.2px;color: #ffffff;margin-bottom: 3px;margin-top: 3px;    padding-left: 75px;}
.mob-top-30{margin-top: 30px;}
.second-nav .navbar{padding:7px 0;}
.second-nav .navbar .navbar-toggler{display: none;}
.second-nav .navbar-light .navbar-nav .nav-link{font-size: 16px;font-weight: normal;font-style: normal;font-stretch: normal;line-height: 1;letter-spacing: normal;text-align: right;color: #ffffff;padding: 0 15px;}
.second-nav .navbar-brand {font-size: 26px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: 26px;letter-spacing: 0.300000011920929px;color: #ffffff;padding-top: 0;margin-left: 75px;margin-right: 30px;text-transform: uppercase;}
.top-belt ul li a{font-size: 14px;font-weight: normal;font-style: normal;font-stretch: normal;line-height: 1.14;letter-spacing: normal;color: #000000;border-right: 2px solid  #000000;padding-right: 10px;font-family: 'pf_handbook_promedium';}
.top-belt ul li:last-child a{border-right: 0;}
.dropdown-toggle::after{content: '^';border: 0;position: absolute;top: 25px;transform: rotate(180deg);right: 0;font-size: 22px;color: #e9e9e9;font-family: pf_handbook_prolight;}
.sidenav {height: 100%;width: 0;position: fixed;z-index: 99;top: 0;right:  0;background-color: #c7222a;overflow-x: hidden;transition: 0.5s;padding-top: 60px;z-index: 99999;}
.sidenav a {padding: 20px 8px 8px 32px;text-decoration: none;font-size: 25px;color: #fff;display: block;transition: 0.3s;}
.mobarrow img {width: 13px;}
.sidenav a:hover {color: #f1f1f1;}
.sidenav .closebtn {position: absolute;top: 0;right: 25px;font-size: 36px;margin-left: 50px;}
.mobile-nav{display: none;}
.login-mob{display: none;}
.top-rghtlinks {position: relative;right: 0;top: 5px;margin-left: 75px;}
.top-rghtlinks h2{font-size: 26px;letter-spacing: 0.3px;line-height: 16px;color: #FFFFFF;font-family: 'pf_handbook_probold';float: left;}
.top-rghtlinks .top-rghtlinks-menu{float: left;margin-left: 105px;}
.top-rghtlinks .top-rghtlinks-menu li {float: left;color: #fff;list-style-type: none;padding-left: 25px;position: relative;cursor: pointer;}
.top-rghtlinks .caret {margin-left: 20px;float: left;}
.dropdown-menu.show {display: block;margin-left: 0;margin-top: 0px;}
.top-rghtlinks ul li.show a {background: #fff;color: #000;padding: 10px 10px;padding-bottom: 10px;margin-top: -6px;}
.top-rghtlinks .show .dropdown-toggle::after {content: '^';border: 0;position: absolute;top: 9px;transform: rotate(360deg);right: 10px;top:8px;font-size: 22px;color: #c7222a;font-family: 'pf_handbook_promedium';}
.top-rghtlinks ul li ul li a {background: transparent !important;}
.top-rghtlinks .caret {margin-left: 0;float: left;display:none;}
.top-rghtlinks .dropdown-toggle::after {content: '^';border: 0;position: absolute;top: -2px;transform: rotate(180deg);right: 10px;font-size: 22px;color: #e9e9e9;font-family: 'pf_handbook_prolight';}
.dropdown-menu {margin-top: -10px;border-radius: 0px;padding: 10px 0;z-index: 9999;min-width: 11rem;padding-bottom: 0;padding-top: 0;box-shadow: 0 2px 10px 0 rgba(184,184,184,0.5);border: 0;}
.top-rghtlinks .dropdown-menu li {width: 100%;border-bottom: 1px solid #ddd;line-height: 35px;padding-left: 15px;background: #738065;color: #000;}
.top-rghtlinks .dropdown-menu li:hover {background: #F1F3F6;color: #000;}
.dropdown-menu li a {color: #000;}
.modal-header .close {padding: 3px 23px;margin: -1rem -1rem -1rem auto;color: #BD2B2B;opacity: 1;font-size: 35px;font-weight: normal;}
.top-rghtlinks ul li a {color: #fff; padding: 0 10px;font-size: 16px;}
.top-rghtlinks .dropdown a {color: #fff;padding: 0 10px;}
.top-rghtlinks .dropdown-menu li:last-child {border-bottom: none;}
.top-rghtlinks .dropdown-toggle {color: #fff;display: inline-block;padding-left: 10px !important;padding-right: 30px !important;}
.top-rghtlinks .dropdown-menu a {color: #1f1b1b;padding-left: 0 !important;}
.top-rghtlinks .dropdown-menu li {width: 100%;border-bottom: none;line-height: 40px;padding-left: 10px;background: #ffffff;color: #000;}
.thumb-dropdown a.dropdown-toggle:hover {background: #fff;color: #000;padding-bottom: 10px;margin-top: -6px;}
.dropdown:hover>.dropdown-menu {display: block;}
.dropdown-menu.dropdownnew-toggle {margin-top: 0px;left: 25px;}
.dropdown-menu{margin-top: 0px;left: 25px;}
.dropdown-menu.dropdownnew {margin-top: 0px;} */
/*Navigation section ends*/
/*Footer section start*/
/* .foot-wrap-2{	background-color: #6c7174;	float: left;width: 100%;padding: 40px 0; margin-top: 0; padding-bottom: 20px;}
.foot-wrap-2 ul {margin-bottom: 0;}
.foot-wrap-2 ul li a{font-size: 18px;font-weight: normal;font-style: normal;font-stretch: normal;line-height: 1.5;letter-spacing: normal;color: #ffffff;margin-bottom: 15px;display: block;}
.foot-wrap-2 .copyright{font-size: 18px;font-weight: normal;font-style: normal;font-stretch: normal;line-height: 1.5;letter-spacing: normal;color: #ffffff;float: left;width: 100%;border-top: 1px solid #cdcece;padding-top: 30px;}
.ready-to-invset a{font-size: 18px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: 42px;;letter-spacing: normal;color: #ffffff;width: 237px;height: 42px;border-radius: 5px;box-shadow: 0 0 6px 1px rgba(186, 186, 186, 0.5);background-color: #95282b;display: inline-block;padding-left: 15px;position: fixed;right: -255px;bottom: 100px;z-index: 9999;transition: .5s ease all;}
.ready-to-invset.come-in a{right: -5px;}
.ready-to-invset a img{	max-width: 20px;margin-left: 5px;}
.call-button a{	font-size: 18px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: 42px;;letter-spacing: normal;color: #ffffff;width: 40px;height: 40px;border-radius: 50%;box-shadow: 0 2px 4px 0 rgba(186, 186, 186, 0.5);background-color: #95282b;display: inline-block;position: fixed;right: -60px;bottom: 45px;text-align: center;z-index: 9999;transition: .5s ease all;}
.call-button.call-come-in a{right: 10px;}
.call-button a img{width: 60%;margin-top: -5px;}
.social li a img{max-height: 20px;    max-width: 20px;}
.foot-wrap-2 ul.social{float: right;margin-bottom: 0}
.social li{margin-left: 15px;}
.hideon-desk{display: none;}
.partoftheadity {color: #FFFFFF; font-size: 10px; line-height: 24px; font-family: 'pf_encore_sans_proregular'; padding-left: 18px;} */
/*Footer section end*/
/* @media screen and (max-width:1200px){
	.first-nav .navbar-brand{margin-right: 100px;}
	.top-rghtlinks .top-rghtlinks-menu{margin-left: 65px;}
} */
/* 
@media screen and (max-width:991px){
	.navbar-sec {padding: 0px;display: inline-block;width: 100%;margin-bottom: 5px;}
	.mobile-nav{display: inline-block;position: absolute;right: 0px;max-width: 28px;top: 53px;cursor: pointer;	}
	.mobile-nav span{	float: left;width: 27px;border-radius: 5px;height: 2px;background:#fff;display: block;margin-bottom: 7px;}
	.hideon-mobile{display: none;}
	.hideon-desk{display: block;}
	.first-nav .navbar-nav{flex-direction: row;	-ms-flex-direction:row;}
	.mob-top-30{margin-top: 0;margin-bottom: 5px;}
	.first-nav .navbar-light .navbar-nav .nav-link {font-size: 12px;margin-right: 0;padding-left: 0;padding-right: 7px;}
	.first-nav .navbar-brand{	padding-bottom: 5px;}
	.second-nav .navbar-brand{		margin-left: 0;margin-right: 0;padding: 0;font-size: 22px;    position: relative;	}
	.second-nav .dropdown .dropdown-toggle::after{top: -2px;right: -17px;font-weight: 300;}
	.dropdown-item {display: block;width: 100%;padding: 5px 15px;clear: both;font-weight: 400;color: #212529;text-align: inherit;white-space: nowrap;background-color: transparent;border: 0;font-size: 16px;}
	.dropdown-divider {height: 0;margin: .5rem 0;overflow: hidden;border-top: 1px solid #e9ecef;}
	.dropdown-menu{top: 30px;}
	.second-nav .navbar-light .navbar-brand:focus, .second-nav .navbar-light .navbar-brand:hover{color: #fff;}
	.bottom-belt p{font-size: 14px;padding-left: 0;}
	.foot-wrap-2{padding: 20px 0}
	.foot-wrap-2 .copyright{padding-top: 15px;margin-top: 15px;}
	.foot-wrap-2 .copyright{font-size: 16px;}

}
@media screen and (max-width: 980px){
  .top-rghtlinks {display: none;}
  .hideon-desk1 {display: block;}
  .hideon-mobile1 {display: none;}
  .foot-wrap-2 .copyright {font-size: 16px;border-top: 0;padding-top: 40px;}
} */
/* @media screen and (max-width: 767px){
	.mob-hide{display: none;}
} */
/* @media screen and (max-width: 600px){
 	.foot-wrap-2 ul {margin-bottom: 0;display: none;}
	.partoftheadity {display: none;}
	.foot-wrap-2 {padding: 20px 0;height: 174px;padding-top: 30px;}
	.foot-wrap-2 .copyright {font-size: 16px;border-top: 0;padding-top: 35px;font-family: 'pf_encore_sans_proregular';}
 	.mob-none {display: none;}
 	.desktop-none {display: block;}
  .mobnone {display: none;}
  .desktopnone {display: block;}
	.first-nav .navbar-brand img {max-width: 150px;}
	.mobile-nav {right: 15px;top: 40px;}
	.login-mob {right: 60px;top: 40px;}
	.first-nav .navbar {padding: 0;padding-left: 15px;}
 	.first-nav .navbar-brand {padding-bottom: 5px;padding-top: 20px;}
	.second-nav .navbar-brand {padding-left: 15px;}.bottom-belt p {font-size: 14px;padding-left: 15px;}
	.dropdown-divider {display: none;}
	.dropdown-menu.show {display: block;margin-top: 0;}
	.mobarrow {margin-left: 15px;position: relative;top: -2px;}
	.ourSoltions_submenu {margin-top: -30px;margin-bottom: 10px;padding-left: 20px;}
 	.compny_submenu {margin-top: -30px;margin-bottom: 10px;padding-left: 20px;}
  .sidenav ul li {display: inline-block; width: 100%;}
  .ourSoltions_submenu a {font-size: 23px;}
  .compny_submenu a {font-size: 23px;}
  .desk-pd .pd-lft-0 .pd-lft-0 {padding-left: 8px;}
  .desk .pd-lft-0 {padding-left: 5px;}
 	.check-wrapper {width: 30px; margin-right: 10px;}
	.second-nav .navbar {padding: 10px 0;}
	.mob_leftmenu .dropdown-menu.show {display: block;margin-top: 10px;margin-left: 15px;padding-bottom: 5px;padding-top: 5px;}
} */
/* ------------------------------------------------ */
/*ABC Primary Part ends Here*/


.col-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;float: left;width: 100%;}
.col-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;float: left;width: 100%;}

@media screen and (min-width:768px) and (max-width: 960px){
	.col-md-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;float: left;width: 100%;}
	.col-md-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;float: left;}
	.col-md-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;float: left;width: 100%;}
	.col-md-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;float: left;width: 100%;}
	.col-md-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;float: left;width: 100%;}
	.col-md-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;float: left;padding-left: 1.5%;padding-right: 1.5%;width: 100%;}
}


/*ABC Landing section Start Here*/
.hideon-desk{display: none;}
 header {/*height: 257px;*/position: fixed;top: 0;transition: top 0.5s ease-in-out;width: 100%;} 
.nav-up {top: -207px;}
.sub_header{background: #ffffff;z-index: 999;display: none;}
.sub_header.active{display: block;}
.sub_header .navbar{padding: 17px 0px 20px 0px;margin: 0;}
.sub_header .navbarNav{width: 100%;}
.sub_header .nav-item{float: left;list-style: none;margin-right: 75px;position: relative;}
.sub_header .nav-item.active::before{position: absolute;content: '';width: 100%;height: 3px;background: #6A7C55;bottom: -20px;left: 0;}
.sub_header .nav-item .nav-link{padding: 0;font-size: 18px;letter-spacing: 2px;line-height: 20px;color: #6C7174;opacity: 0.7;font-family: 'pf_handbook_promedium';text-transform: uppercase;}
.sub_header .nav-item.active .nav-link{color: #6A7C55;opacity: 1;}
.sub-container{padding: 0 40px;}
.banner{padding: 24px 0;}
.banner::before{position: absolute;content: '';background-color: #000000;opacity: 0.2;width: 100%;height: 100%;top: 0;left: 0;}
.banner h1{font-size: 48px;line-height: 55px;color: #FFFFFF;padding-top: 36px;}
.banner p{font-size: 26px;line-height: 30px;color: #FFFFFF;padding-top: 10px;max-width: 544px;opacity: 0.8;}
.banner a{font-size: 20px;line-height: 23px;text-align: center;color: #3E593C;font-family: 'pf_handbook_probold';padding: 10px;background-color: #FFFFFF;box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);border-radius: 2px;width: 124px;display: block;margin-top: 30px;margin-bottom: 74px;}
.banner a:hover{background-color: #e4e4e4;}
.banner-form{background-color: #FFFFFF;border-radius: 4px;box-shadow: 0 3px 10px 0 rgba(6, 6, 6, 0.33);padding: 12px 30px 24px 32px;}
.banner-form h4{font-size: 22px;line-height: 10px;color: #000000;margin-bottom: 26px;}
.banner-form .inputDiv{position: relative;margin-top: 25px;}
.banner-form .inputDiv::before{content: '';position: absolute;width: 100%;height: 2px;border-radius: 3px;background-color: #F1F3F6;bottom: 0;left: 0}
.banner-form input:focus ~ .floating-label, .banner-form input:not(:focus):valid ~ .floating-label{top: -15px;left: 0px;font-size: 12px;line-height: 14px;color: #6C7174;}
.banner-form .inputText {font-size: 16px;width: 100%;height: 25px;border:none;line-height: 19px;color: #000000;}
.banner-form .floating-label {position: absolute;pointer-events: none;left: 0px;top: 1px;transition: 0.2s ease all;font-size: 16px;line-height: 19px;color: #6C7174;}
.primary_btn{background-color: #3E593C;border-radius: 2px;padding: 10px;font-size: 18px;line-height: 23px;text-align: center;color: #FFFFFF;font-family: 'pf_handbook_probold';}
.primary_btn:hover{background-color: #324231;    color: #fff;}
.primary_btn:focus{outline: 0; box-shadow: none;}
.banner-form .primary_btn{background-color: #3E593C;border-radius: 2px;padding: 11px;font-size: 20px;line-height: 23px;text-align: center;color: #FFFFFF!important;font-family: 'pf_handbook_probold'; width:100%;}
.k_m_a_e{background-color: #F1F3F6;padding: 71px 0;}
.k_m_a_e h2{font-size: 32px;color: #000000;letter-spacing: 0.3px;line-height: 36px;font-family: 'pf_handbook_promedium';text-transform: uppercase;padding-bottom: 20px;opacity: .7;}
.k_m_a_e p{font-size: 18px;line-height: 24px;color: #000000;opacity: .7;padding-bottom: 20px;}
.k_m_a_e p.k_m_a_e_a_p{max-width: 425px;}
.k_m_a_e_q{margin-bottom: 34px;background-color: #FFFFFF;background-color: #FFFFFF; padding: 24px 30px 30px 30px;}
.k_m_a_e_q_one{margin-top: 20px;}
.k_m_a_e h4{font-size: 20px;letter-spacing: 0.3px;line-height: 23px;color: #000000;opacity: .7;font-family: 'pf_handbook_promedium';text-transform: uppercase;padding-bottom: 11px;}
.k_m_a_e .k_m_a_e_q h4{padding-bottom: 15px;}
.k_m_a_e .k_m_a_e_q p{font-size: 17px;line-height: 25px;padding-bottom: 20px;tex-align:justify;}
.k_m_a_e .k_m_a_e_q p.last{padding-bottom: 0;}
.k_m_a_e .k_m_a_e_q ul {margin-bottom: 15px;padding-left: 20px;}
.k_m_a_e .k_m_a_e_q ul li{font-size: 17px;line-height: 32px;color: #4C4C4C;}
.k_m_a_e .k_m_a_e_q ul li span{font-family: 'pf_handbook_promedium';color: #000000;opacity: 1;}
.k_m_a_e .k_m_a_e_q p a{color: #000000;opacity: 1;text-decoration: underline;}
.k_m_a_e .k_m_a_e_q ul.second_list{margin-top: 19px;}
.k_m_a_e .k_m_a_e_q ul.third_list{margin-bottom: 0px;}
.k_m_a_e .k_m_a_e_q ul.second_list li{margin-bottom: 20px;line-height: 25px;}
.k_m_a_e_qw{background-color: #FFFFFF;padding: 10px 20px 10px 10px;}
.qw_img{width: 100%;height: 121px;background-color: #EEEEEE;border-radius: 4px;overflow: hidden;position: relative;}
.qw_img::before{content: '';position: absolute;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .4);top: 0;left: 0;border-radius: 4px;}
.qw_img img{width: 100%;}
.qw_img .play_btn img{width: 45px;height: 45px;}
.qw_img .play_btn {position: absolute;top: 30%;left: 38%;z-index: 99;}
.k_m_a_e_qw h6{font-size: 16px;line-height: 19px;color: #000000;opacity: 0.7;font-family: 'pf_handbook_promedium';padding-bottom: 5px;}
.k_m_a_e_qw label{font-size: 12px;line-height: 18px;color: #6C7174;width: 100%;margin: 0;}
.k_m_a_e .k_m_a_e_qw p{padding-bottom: 0px;padding-top: 15px;font-size: 14px;line-height: 21px;color: #000000;opacity: 0.7;}
.funds{padding-top: 25px;padding-bottom: 33px;background-color: #3E593C;min-height: 650px;position: relative;overflow: hidden;}
.funds h2{font-size: 32px;letter-spacing: 2.25px;line-height: 36px;color: #FFFFFF;font-family: 'pf_handbook_promedium';text-transform: uppercase;}
.funds-slider{position: absolute;width: 140%;top: 70px;}
.fund_card{background-color: #FFFFFF;box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.1);border-radius: 4px;margin-right: 32px;}
.fund_card_hd{padding: 20px 20px 13px 20px;border-bottom: 1px solid #F7A500;}
.fund_card_hd h4{font-size: 18px;line-height: 20px;color: #6A7C55;padding-bottom: 5px;}
.fund_card_hd h6{font-size: 16px;line-height: 19px;color: #000000;opacity: 0.7;padding-bottom: 25px;}
.fund_card_hd p{font-size: 14px;line-height: 14px;color: rgba(0,0,0,0.7);font-family: 'pf_encore_sans_proregular';padding-bottom: 12px;}
.fund_card_hd p span{font-size: 16px;line-height: 19px;color: rgba(0,0,0,0.7);float: right;font-family: 'pf_handbook_proregular';}
.fund_card_bd {padding: 8px 20px 20px 20px;text-align: right; }
.fund_card_bd h5{font-size: 16px;line-height: 18px;color: #000000;opacity: 0.7;font-family: 'pf_handbook_prolight';padding-bottom: 8px;text-align: left;}
.fund_card_bd ul{text-align: right;}
.fund_card_bd ul li, .fund_card_bd ul li.list-inline-item:not(:last-child){margin-right: 40px;position: relative;display: inline-block;}
.list-inline-item{display: inline-block;}
.fund_card_bd ul li::after{position: absolute;content: '';width: 1px;height: 16px;background-color: #F1F3F6;top: 12px;right: -10px;}
.fund_card_bd ul li:last-child::after{display: none;}
.fund_card_bd ul li:last-child{margin-right: 0;}
.fund_card_bd ul li p{font-size: 12px;line-height: 14px;text-align: right;color: #000000;opacity: 0.7;font-family: 'pf_encore_sans_proregular';}
.fund_card_bd ul li h6{font-size: 16px;line-height: 19px;text-align: right;color: rgba(0,0,0,0.7);padding-top: 1px;padding-right: 12px;position: relative;}
.fund_card_bd ul li h6.down::after{content: '';position: absolute;background-image: url(../images/price-down.png);background-repeat: no-repeat;width: 9px;height: 4.5px;top: 9px;right: 0;}
.fund_card_bd ul li h6.up::after{content: '';position: absolute;background-image: url(../images/price-up.png);background-repeat: no-repeat;width: 9px;height: 4.5px;top: 9px;right: 0;}
.obj {font-size: 14px;line-height: 18px;color: rgba(0,0,0,0.7);font-family: 'pf_encore_sans_proregular';padding: 20px;height: 100px;}
.obj p {font-size: 14px;line-height: 18px;color: rgba(0,0,0,0.7);font-family: 'pf_encore_sans_proregular';}
.secondary_btn{text-transform: none;}
.secondary_btn{background-color: #ffffff;border-radius: 2px;padding: 11px;font-size: 20px;line-height: 23px;text-align: center;color: #3E593C;font-family: 'pf_handbook_probold';border: 1px solid #969F6E;}
.secondary_btn:focus, .secondary_btn:hover{box-shadow: none;background-color: #3E593C;color: #ffffff;}
.fund_card_bd .secondary_btn{margin-top: 20px;}
.funds_slide .slick-prev{display: none!important;}
.funds_slide .slick-next{position: absolute; width: 28px;height: 28px;background: transparent;border: none;top: -70px;left: 63.85%;}
.funds_slide .slick-next:focus{box-shadow: none;    outline: none;cursor: pointer;}
.funds_slide .slick-next::before{position: absolute;content: '';background-image: url(../images/slide-next.png);background-repeat: no-repeat;width: 28px;height: 28px;top: 0;left: 0;cursor: pointer;box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);border-radius: 100%;}
.benefit{background-color: #F1F3F6;padding-top: 65px;padding-bottom: 56px;}
.benefit h2{font-size: 32px;letter-spacing: 2.25px;line-height: 36px;color: #000000;font-family: 'pf_handbook_promedium';text-transform: uppercase;padding-bottom: 30px;}

.benefit .ceoheading{font-size: 45px;letter-spacing: 2.25px;line-height: 36px;color: #fff;font-family: 'pf_handbook_promedium';padding-bottom: 30px; font-weight:1000;}

.benefit_a{margin-bottom: 70px;padding-right: 45px;}
.benefit_a img{float: left;margin-right: 20px;}
.benefit_a h4{float: left;font-size: 22px;line-height: 25px;color: #3E593C;font-family: 'pf_handbook_promedium';    padding-top: 7px;}
.benefit_a p{clear: both;padding-top: 20px;font-size: 18px;line-height: 20px;color: #000000;}
.calc{text-align: center;}
.calc select{display: none;}
.calc_sec{margin-top: 30px;}
.calc_nav li{font-size: 24px;letter-spacing: 1.69px;line-height: 27px;color: #000000;opacity: 0.4;text-transform: uppercase;padding-right: 90px;}
.calc_nav li:last-child{padding-right: 0;}
.calc_nav li.active{font-size: 32px;letter-spacing: 2.25px;line-height: 36px;color: #000000;opacity: 0.7;font-family: 'pf_handbook_promedium';}
.calc{margin-top: 28px;background-color: #FFFFFF;box-shadow: 0 3px 10px 0 rgba(74, 74, 74, .1);border-radius: 4px;padding: 50px;}
.calc h4{font-size: 24px;line-height: 27px;text-align: center;color: #000000;padding-bottom: 60px;}
.calc_input{position: relative;display: table;margin: auto;}
.calc_input::before{position: absolute;content: '';background-image: url(../images/rupee-icon.png);background-repeat: no-repeat;width: 15px;height: 36px;left: 0;bottom: 0;}
.calc_input input{border: none;border-bottom: 1px solid #3E593C;font-size: 64px;line-height: 73px;text-align: right;color: #000000;opacity: 0.7;font-family: 'pf_handbook_promedium';width: 256px;    padding-left: 20px;}
.preset_price{margin-top: 19px;margin-bottom: 40px;}
.preset_price li a{width: 114px;background-color: rgba(217, 220, 203, .5);border-radius: 24.5px;height: 50px;line-height: 27px;font-size: 24px;text-align: center;color: #000000;padding: 11px 0;display: block;}
.preset_price li.list-inline-item:not(:last-child){margin-right: 20px;}
.calc_sec .primary_btn{width: 95px;}
.downloads{background-color: #3E593C;padding-top: 25px;padding-bottom: 42px;}
.downloads h2{font-size: 32px;color: #FFFFFF;line-height: 36px;margin-bottom: 33px;}
.downloads h2 a{font-size: 18px;line-height: 20px;color: #FFFFFF;font-family: 'pf_handbook_promedium';float: right;padding-top: 8px;}
.downloads h2 a img{margin-left: 12px;}
.downloads_a{padding: 5px 5px 5px 10px;box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.23921568627450981);background-color: #FFFFFF;border-radius: 4px;}
.downld_btn{background-color: #C0C5A8;border-radius: 4px;width: 60px;height: 60px;    text-align: center;padding: 18px;display: inline-block;}
.downld_tx{display: flex;align-items: center;padding-top: 6px;}
.downld_tx p{font-size: 16px;line-height: 23px;color: #000000;opacity: 0.7;}
.q_read{background-color: #F1F3F6;padding-top: 50px;padding-bottom: 61px;/* height: 511px;*/overflow: hidden;position: relative;} 
.q_read_slider{position: absolute;width: 135%;top: 40px;left: 44px;}
.q_read_slider .slick-arrow{display: none!important;}
.q_read h2{font-size: 28px;letter-spacing: 2.25px;line-height: 32px;color: #000000;opacity: 0.7;font-family: 'pf_handbook_promedium';text-transform: uppercase;}
.q_read_slides{padding: 15px;}
.q_read_slide_card{padding: 10px 10px 20px 10px;box-shadow: 0 2px 5px 2px rgba(84, 84, 84, 0.1);background-color: #FFFFFF;border-radius: 4px;}
.q_read_slide_card_img{height: 178px;overflow: hidden;display: flex;align-items: center;}
.q_read_slide_card_img img{width: 100%;height: auto;}
.q_read_slide_card p{padding: 30px 10px 0 10px;font-size: 18px;line-height: 20px;color: #000000;opacity: 0.7;}
.q_read_slide_card a{font-size: 18px;line-height: 20px;color: #000000;opacity: 0.7;font-family: 'pf_handbook_promedium';margin-top: 30px;display: inline-block;position: relative;padding-left: 10px;}
.q_read_slide_card a img{position: absolute;top:2px;right: -30px;}
.sticky{width: 62.4px;height: 130px;background-color: #FFFFFF;box-shadow: 0 2px 6px 0 rgba(76, 76, 76, .3);position: fixed;bottom: 5%;z-index: 99999;border-radius: 8px 0 0 8px;padding: 3px;transition: bottom 0.5s ease-in-out;}
.sticky .call{width: 100%;height: 57px;border-radius: 5.4px;text-align: center;padding-top: 4px;position: relative;}
.sticky .call::before{position: absolute;content: '';width: 80%;height: 1px;background: #eaeaea;bottom: -5px;left: 6px;}
.sticky .call:hover{background-color: #C0C5A8;}
.sticky .call p{font-size: 11px;line-height: 12px;text-align: center;color: #6C7174;font-family: 'pf_encore_sans_proregular';padding-top: 4px;}
.sticky .call:hover p{color: #000;}
.sticky .invest{width: 100%;height: 57px;border-radius: 5.4px;background-color: #ffffff;text-align: center;padding-top: 4px;margin-top: 9px;}
.sticky .invest:hover{background-color: #C0C5A8;}
.sticky .invest:hover p{color: #000;}
.sticky .invest p{font-size: 11px;line-height: 12px;text-align: center;color: #6C7174;font-family: 'pf_encore_sans_proregular';padding-top: 4px;}
@media screen and (max-width:1200px){
	.sub_header .nav-item{margin-right: 50px;}
	.qw_img{height: 138px;}
	.fund_card_bd ul li, .fund_card_bd ul li.list-inline-item:not(:last-child){margin-right: 25px;}
	.calc_nav li{padding-right: 25px;font-size: 20px;}
	.calc_nav li.active{font-size: 25px;}
	.calc{padding: 50px 20px;}
	.preset_price li.list-inline-item:not(:last-child){margin-right: 15px;}
}
@media screen and (max-width:960px){
	.mob-hide{display: none;}
	.hideon-mobile{display: none;}
	.hideon-desk{display: block;}
	.nav-up{top: -174px;}
	.login-mob{display: block;display: table;float: right;margin-top: 50px;margin-right: 45px;}
	.login-mob img{width: 24px;}
	.banner h1{font-size: 42px;line-height: 40px;}
	.banner-form{padding:20px;}
	.banner p{font-size: 18px;line-height: 21px;}
	.k_m_a_e h2{font-size: 28px;}
	.benefit .ceoheading{font-size: 28px;}
	.k_m_a_e .k_m_a_e_q p{font-size: 18px;line-height: 23px;}
	.k_m_a_e .k_m_a_e_qw p{display: none;}
	.qw_img{height: 85px;}
	.qw_img .play_btn{left: 26%;top: 27%;}
	.benefit_a{margin-bottom: 55px;padding-right: 30px;}
	.funds-slider{width: 115%;}
	.funds_slide .slick-next{left: 71%;}
	.benefit h2{font-size: 28px;}
	.benefit_a img{position: absolute;}
	.benefit_a h4{font-size: 20px;line-height: 20px;padding-left: 45px;padding-top: 6px;}
	.sub_header .nav-item{margin-right: 20px;}
	.sub_header .nav-item .nav-link{font-size: 15px;}
	.calc_nav li{padding-right: 50px;}
	.downloads h2{font-size: 28px;}
	.downld_btn{height: 60px;padding: 11px;width: 100%;padding-top: 22px;}
	.downld_tx p{line-height: 20px;}
}
.banner{
		height:400px;
	}
@media screen and (max-width:568px){
	.banner{
		height:634px;
	}
	.sticky{display: none;}
	.sub-container{padding: 0 20px;}
	.banner{overflow: visible;}
	.banner h1{font-size: 20px;line-height: 23px;font-family: 'pf_handbook_promedium';padding-top: 20px;}
	.banner p{font-size: 14px;line-height: 16px;max-width: 100%;}
	.banner a{font-size: 10px;line-height: 10px;width: 90px !important;margin-bottom: 20px;PADDING: 2px;margin-left: 5px;}
    .bannerbutton a {width: 124px;padding: 3px !important;margin-right: 45px !important; margin-top: 65px !important;}
	.banner-form{position: absolute;z-index:1;width: 97%;left: 5px;top: 55px;box-shadow: 0 3px 10px 0 rgba(6, 6, 6, 0.1);}
	.banner-form h4{font-size: 18px;line-height: 20px;opacity: 0.7;}
	.banner-form .floating-label{font-size: 14px;line-height: 16px;color: #6C7174;}
	.banner-form .inputText{font-size: 14px;line-height: 16px;color: #000000;}
	.sub_header{overflow: scroll;}
	.sub_header .nav-item .nav-link{font-size: 16px;line-height: 15px;}
	.sub_header .nav-item{margin-right: 20px;}
	.navbarNav ul{width: 1000px;}
	.sub_header .navbar{padding: 11px 0px 16px 0px;}
	.sub_header .nav-item.active::before{bottom: -16px;}
	.nav-up{top: -160px;}
	

.k_m_a_e{/*padding-top: 430px;*/ padding-bottom: 30px;}
	
.k_m_a_e h2{font-size: 18px;line-height: 20px;letter-spacing: 1.5px;    padding-bottom: 18px;}
	.k_m_a_e p{font-size: 16px;line-height: 20px;color: #000000;opacity: .7}
	.k_m_a_e_q.k_m_a_e_q_one{margin-top: 10px;margin-bottom: 20px;}
	.k_m_a_e_q{padding: 20px;margin-bottom: 30px;}
	.k_m_a_e h4{font-size: 16px;line-height: 19px;letter-spacing: normal;opacity: .7;}
	.k_m_a_e .k_m_a_e_q h4{padding-bottom: 20px;font-size: 18px;letter-spacing: 1.5px;line-height: 20px;color: #000000;opacity: 0.7;    max-width: 245px;}
	.k_m_a_e .k_m_a_e_q p{font-size: 16px;line-height: 20px;color: #000000;opacity: .7;padding-bottom: 10px;}
	.k_m_a_e h4.qw{font-size: 18px;line-height: 20px;opacity: .7;padding-bottom: 20px;letter-spacing: 1.5px;}
	.qw_img{height: 67px;}
	.k_m_a_e .k_m_a_e_qw p{display: none;}
	.k_m_a_e_qw{padding: 15px;margin-bottom: 15px;}
	.k_m_a_e_qw h6{font-size: 16px;line-height: 19px;opacity: .7;padding-left: 10px;padding-bottom: 9px;}
	.k_m_a_e_qw label{font-size: 14px;line-height: 17px;opacity: 1;padding-left: 10px;}
	.k_m_a_e .k_m_a_e_q ul li{font-size: 16px;line-height: 18px;padding-bottom: 10px;}
	.k_m_a_e .k_m_a_e_q ul{margin-bottom: 0;}
	.k_m_a_e .k_m_a_e_q ul.second_list li{line-height: 18px;margin-bottom: 0;}
	.k_m_a_e .k_m_a_e_q ul.second_list{margin-top: 0;}
	.qw_img .play_btn img{width: 17px;height: 17px;}
	.qw_img .play_btn{left: 38%;top: 34%;}
	.funds{min-height: 430px;}
	.funds h2{font-size: 18px;line-height: 20px;}
	.funds_slide .slick-next{top: -60px;left: 44%;}
	.funds-slider{width: 180%;top: 50px;}
	.fund_card_bd ul li, .fund_card_bd ul li.list-inline-item:not(:last-child){margin-right: 15px;}
	.benefit{padding-top: 30px;padding-bottom: 30px;}
	.benefit h2{font-size: 18px;line-height: 30px !important;opacity: 1;}
	.benefit .ceoheading{font-size: 24px;line-height: 30px !important;opacity: 1;}
	.benefit_a img{position: unset;max-width: 21px;height: auto;margin-right: 14px;}
	.benefit_a{margin-bottom: 25px;padding-right: 0;}
	.benefit_a h4{font-size: 16px;line-height: 19px;padding-left: 0;}
	.benefit_a p{font-size: 14px;line-height: 16px;opacity: .7;padding-top: 10px;}
	.calc_nav{display: none;}
	.calc{margin-top: 0;padding: 20px 20px 30px 20px;}
	.calc select{display: block;height: 42px;width: 100%;border: 0.5px solid #000000;border-radius: 2px;padding: 11px 20px;background-color: #FFFFFF;font-size: 16px;line-height: 15px;margin-bottom: 30px;}
	select::-ms-expand {	display: none; }
	select{-webkit-appearance: none;appearance: none;}
	.calc .mob-select{position: relative;}
	.calc .mob-select::after{position: absolute;content: '^';font-size: 20px;color: #000000;top: 8px;right: 20px;transform: rotate(180deg);}
	.calc_sec{margin-top: 5px;}
	.calc h4{font-size: 18px;line-height: 20px;line-height: 20px;opacity: 1;text-align: left;padding-right: 30px;padding-bottom: 20px;}
	.calc_input input{font-size: 36px;line-height: 41px;color: #000000;color: #000000;}
	.calc_input::before{bottom: -5px;}
	.preset_price{margin-bottom: 30px;}
	.preset_price li a{padding: 5px 4px;font-size: 14px;line-height: 16px;width: 60px;height: 25px;}
	.preset_price li.list-inline-item:not(:last-child){margin-right: 2px;}
	.calc_sec .primary_btn{width: 114px;padding: 8px 0;font-size: 16px;line-height: 19px;}
	.downloads{padding-top: 20px;padding-bottom: 40px;position: relative;}
	.downloads h2{font-size: 18px;line-height: 20px;    margin-bottom: 20px;    text-transform: uppercase;}
	.downloads h2 a{font-size: 14px;line-height: 16px;font-family: 'pf_handbook_promedium';position: absolute;bottom: -20px;}
	.downloads h2 a img{margin-left: 10px;width: 14px;}
	.downloads_a{padding: 14px 16px 15px 21px;margin-bottom: 20px;}
	.downld_btn{height: 48px;width: 48px;padding: 13px;}
	.downld_tx p{line-height: 21px;font-size: 15px;}
	.downld_tx{padding-top: 4px;}
	.q_read{padding-top: 30px;padding-bottom: 30px;height:425px;}
	.q_read h2{font-size: 18px;line-height: 20px;color: #000000;opacity: 1;}
	.q_read_slider{left: 10px;width: 145%;top: 30px;}
	.q_read_slider .slick-next{display: block!important;}
	.q_read_slider .slick-next:focus{outline: none;box-shadow: none;}
	.q_read_slider .slick-next{position: absolute;width: 28px;height: 28px;background: transparent;border: none;top: -35px;left: 57.5%;}
	.q_read_slider .slick-next::before{display: block!important;position: absolute;content: '';background-image: url(../images/slide-next.png);background-repeat: no-repeat;width: 28px;height: 28px;top: 0;left: 0;cursor: pointer;box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);border-radius: 100%;}
	.q_read_slide_card_img{height: 163px;}
	.q_read_slide_card p{font-size: 16px;line-height: 19px;color: #000000;opacity: 0.7;padding: 30px 0 0 0;}
	.q_read_slide_card a{font-size: 16px;line-height: 19px;padding-left: 0px;margin-top: 20px;}
	.q_read_slide_card a img{top: 5px;right: -25px;width: 15px;}
}

@media screen and (min-width:1900px){
	.videosec{
		padding-left:13%;
		padding-right:13%;
		
	}
	
	
}



@media screen and (max-width:325px){
	.fund_card_bd ul li, .fund_card_bd ul li.list-inline-item:not(:last-child){    margin-right: 8px;}
	.fund_card_bd ul li::after{right: -7px;}
	.calc_input input{width: 100%;}
	.calc{padding: 15px 15px 25px 15px;}
	.preset_price li a{width: 58px;}
	.downloads h2 a{ font-size: 12px;}
	.downloads h2 a img{    margin-left: 2px;}
}
/*ABC Landing section Ends Here*/

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}