/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 13 2022 | 08:03:42 */
.faq-wrapper{
	display: table;
	width: 100%;
}

.faq-wrapper .faq-item{
	overflow: hidden;
}

.faq-wrapper .faq-item .faq-title{
	padding: 15px 20px 15px 25px;
	background-color: #2C44A3;
	color: #fff !important;
	cursor: pointer;
	font-weight: bold;
	position: relative;
}

.faq-wrapper .faq-item .faq-title:before{
	content: '-';
	font-weight: 700;
	position: absolute;
	left: 8px;
	top: 3px;
	font-size: 30px;
}

.faq-wrapper .faq-item .faq-answer{
	max-height: 0px;
	color: #4a4a4a !important;
	background-color: #fff;
	height: auto;
}

.faq-wrapper .faq-item.active .faq-answer{
	max-height: 999999px !important;
	padding: 10px;
	border: 1px solid #2C44A3;
}