/* FAQ */
:root{
	--color-dark: #1F3B64;
}

@media ( min-width: 800px ) {
	.container-790{
		max-width: 790px;
	}
}
@media ( max-width: 799px ) {
	.container-790{
		max-width: 100%;
	}
}

.btn-icon-left .icon{
	margin-right: 10px;
}

section.hero-faq {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media ( max-width: 799px ) {
	section.hero-faq {
		background-size: 400%;
		background-position: 50% 100%;
	}
}


.title-page{
	font-weight: 600;
	font-size: 44px;
    line-height: 1.1;
	color: #1f3b64;
	margin-bottom: 10px;
}
.subtitle-page{
	font-weight: 400;
	font-size: 20px;
    line-height: 1.25;
	/* color: var(--color-dark); */
    color: #818894 !important;
}
.page-template-page-faq .form-control{
	font-size: 14px;
}
.page-template-page-faq .slider-search{
	box-shadow: 0px 0px 10px rgb(51 51 51 / 5%);
    border-radius: 38px;
}
.faq-wrap:not(:last-of-type){
	margin-bottom: 45px;
}
.faq-title{
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	color: var(--color-dark);
	position: relative;
}
.faq-title:after{
	content: '';
	position: absolute;
	height: 3px;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #44D478;
}
.faq-title span{
	position: relative;
	display: inline-block;
	background-color: #FFF;
	z-index: 2;
    padding-right: 10px;
}


.faq-menus{
	list-style-type: none;
	padding-left: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	margin: 60px -5px -5px;
}
.faq-menus li{
	flex: 1 1 33.33%;
	padding: 5px;
}
.faq-menus li a{
	background: #FFFFFF;
	border: 1px solid #44D478;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 8px 10px;
	color: #44D478;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.375;
	width: 100%;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.faq-menus li.active a{
	background: #44D478;
	color: #FFF;
	box-shadow: 0px 10px 10px rgba(68, 212, 120, 0.15);
}


@media ( max-width: 767px ) {
	.title-page{
		font-size: 28px;
	}
	.subtitle-page{
		font-size: 16px;
	}
	.faq-menus li{
		flex-basis: 100%;
		width: 100%;
	}
}