.features-blk {
	font-family: 'ProximaNova-Regular', sans-serif !important;
	font-size: 16px;
	text-align: left;
	font-weight: 500
}
.header-content {
	font-family: 'Roboto', sans-serif !important;
	font-size: 17px!important;
	font-weight: 500!important;
	text-align: left
}
.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	margin: 0;
	font-weight: 300;
	border: 1px solid white !important;
	background-color: #e7e7e7;
	border-color: white;
	padding: 1px;
	text-align: left;
	height: 55px;
	border-radius: 8px
}
.accordion::after {
	content: '02B';
	color: #777;
	font-weight: bold;
	float: right;
	background-color: #666;
	padding: 7px;
	color: #fff;
	border-radius: 5px;
	font-size: 15px;
	margin-top: 5px
}
}
.active::after {
	content: "2212";
	color: white;
	background-color: #666;
	padding: 7px;
	color: #fff;
	border-radius: 5px
}
.accordion-panel {
	padding: 0 18px;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.2s ease-out
}
.faqcontainer {
	margin-bottom: 114px
}
.accordion .card {
	border-bottom: 2px solid #d3d3d3 !important
}
.card_custom {
	background-color: white !important;
	border-left: 2px solid white !important;
	border-right: 2px solid white !important
}
.card-box {
	border: 1px solid white !important;
	background-color: #e7e7e7;
	border-color: white;
	padding: 7px;
	text-align: left;
	height: 77px;
	border-radius: 8px
}
.facustom {
	background-color: #666;
	padding: 7px;
	color: #fff;
	border-radius: 5px
}
.header-title {
	font-family: 'ProximaNova-Regular', sans-serif !important;
	font-size: 16px;
	font-weight: 700!important;
	width: 90%;
	padding-left: 9px;
	border-radius: 16px;
	color: black;
	margin-top: 17px
}
.header-content {
	font-family: 'ProximaNova-Regular', sans-serif !important;
	font-size: 17px!important;
	font-weight: 500!important
}
.faqhead {
	font-family: 'Nunito Sans', sans-serif !important;
	font-size: 55px;
	font-weight: 800;
	color: black;
	padding-top: 90px;
	padding-bottom: 70px
}
.portableContainer .cardcol {
	width: 100%
}
.cardcol {
	width: 70%
}
.btnclass {
	background-color: #048DE8;
	border: none;
	color: white;
	padding: 10px 18px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 25px;
	font-family: 'Nunito Sans', sans-serif !important
}
.btnclass1 {
	background-color: #048DE8;
	border: none;
	color: white;
	padding: 10px 50px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 25px;
	font-family: 'Nunito Sans', sans-serif !important
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
	.header-title {
		font-size: 14px;
		font-weight: 700!important;
		width: 87%
	}
	.accordion {
		padding: 1px !important
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.accordion {
		height: 140px
	}
	.features-blk {
		height: 380px
	}
}