*, html{
	outline: none;
}
body{
	font-family: 'Lato';
	font-size: 15px;
	margin: 0;
}
@font-face {
	font-family: icomoon;
	src: url(../fonts/icomoon.eot?d10e0z);
	src: url(../fonts/icomoon.eot?d10e0z#iefix) format("embedded-opentype"),url(../fonts/icomoon.woff2?d10e0z) format("woff2"),url(../fonts/icomoon.ttf?d10e0z) format("truetype"),url(../fonts/icomoon.woff?d10e0z) format("woff"),url(../fonts/icomoon.svg?d10e0z#icomoon) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Regular.woff') format('woff'),
         url('../fonts/Lato-Regular.ttf') format('truetype'),
         url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: 600;
    font-style: normal
}
.feesCharges{
	margin: 50px 0;
}
.feeSec{
	background: #e6e6e6;
}
.selBox{
	border: solid 1px #c8c8c8;
	padding: 30px 0;
}
.selectType{
	width: 40%;
	margin: 0 auto;
	position: relative;
}
select#acSelector{
	width: 100%;
	border: solid 1px #c8c8c8;
	text-transform: uppercase;
	padding: 10px;
	border-radius: 5px;
	position: relative;
	-webkit-appearance: none;
	background: url('../images/down-select.png') 95% center no-repeat;
}
.feeContent{
	margin: 30px 0;
	background: #fff;
	border-radius: 5px;
	padding:10px 10px 30px 10px;
}
.feeTable{
	display: table;
	width: 100%;
}
.feeTabelRow{
	display: table-row;
}
.feeTableCell{
	display: table-cell;
	border-bottom: solid 1px #d5d5d5;
	padding: 15px 20px 15px 0;
	width: 50%;
}
.feeTabelRow:last-child .feeTableCell{
	border-bottom: none;
}
.acActivity{
	display: none;
}
.topDesc{
	padding: 50px 0;
}
.feesCol{
	width: 310px;
	float: left;
	position: relative;
}
.feeImg{
	width: 272px;
	padding-bottom: 10px;
	background: #fff;

}
.feeImg img{
	border-radius: 10px;
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
	border: solid 1px #e2e2e2;
	position: relative;
}
.imgBorder{
	position: absolute;
	top: 20px;
	left: 35px;
	border: solid 5px #ae285d;
	border-radius: 10px;
	width: 83%;
	height: 100%;
	z-index: -1;
}
.pageHeading{
	font-size: 25px;
	margin:15px 0;
}
.desc p{
	margin: 15px 0 0px;
	display: block !important;
}
.desc p a{
	color: #ae285d;
	text-decoration: none;
	font-weight: bold;
}
.topDesc .morecontent span {
	display: none;
}
.topDesc .morelink {
	display: block;
}
.topDesc .readLessArrw{
	transform: rotate(180deg);
}
.topDesc .morelink{
	display: inline-block;
	margin: 5px 0;
	color: #ae285d;
	font-weight: 600;
	text-decoration:none;
}

/* Tabs */
.tabCont {
	display: none;
	padding:0px 25px;
}
.tabsCta{
	padding: 10px 0px 25px;
}
.tabModule .tabsCta .tabList a {
	text-decoration: none;
	color: #a0a0a0;
}
.tabModule .tabsCta .tabList{
	font-size: 1.6rem;
	color: #ae285d;
	text-decoration: none;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 18px;
}
.tabModule .tabsCta .tabList.active{
	border-bottom: solid 2px #ae285d;
}
.tabModule .tabsCta .tabList.active a, .tabModule .tabsCta .owl-item.active .tabList a{
	color: #ae285d;
	font-weight: bold;
}
.feeContent .owl-nav{
	position: relative;
	top: -20px;
}
.feeContent .owl-nav .owl-prev{
	left: 0;
	position: absolute;
}
.feeContent .owl-nav .owl-next{
	right: 0;
	position: absolute;
}
.feeContent .owl-nav span{
	display: none;
}
.feeContent .owl-nav .owl-prev:before {
	font-family: icomoon;
	content: "\e902";
	font-size: 10px;
	color: #ae285d;
	display: inline-block;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.feeContent .owl-nav .owl-prev.disabled:before, .feeContent .owl-nav .owl-next.disabled:before {
	color: #a9a9a9;
}
.feeContent .owl-nav .owl-next:before {
	font-family: icomoon;
	content: "\e902";
	font-size: 10px;
	color: #ae285d;
	display: inline-block;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@media (max-width: 767px) {
	.feeContent .tabModule .owl-item{
		text-align: center;
	}
	.tabCont {
		padding: 0px 5px;
	}
	.feeTableCell:nth-child(2){
		padding: 15px 0px;
	}
	.feeContent {
		margin: 20px 0;
	}
	.selectType {
		width: 90%;
	}
	.tabModule .tabsCta .tabList.active{
		border-bottom: none;
	}
	.feesCol{
		display: none;
	}
	.topDesc {
    padding: 50px 0 20px;
}
.copyright
{
	
	margin-left:28px !important;
}
}
.copyright
{
	font-size:12px;
	margin-left:106px;
}