/*--------------*/
/*  faq-area  	*/
/*--------------*/
.skip-item.title-center > h2 {
	padding-bottom: 22px;
	text-align: center;
}
.toggle-cont-area {
    background-color: #fff;
    border-top: 2px solid #e6e6e6;
    overflow: hidden;
}
.toggle-cont-area:last-child {
	border-bottom: 2px solid #e6e6e6;
}
.toggle-cont-area h5 {
    color: #1f2326;
    font-size: 22px;
    line-height: 1.22;
    font-weight: 700;
	font-family: 'Outfit', sans-serif;
    padding: 33px 50px 25px 27px;
    cursor: pointer;
    position: relative;
}
.toggle-cont-area h5.active_title::after,
.toggle-cont-area h5::after {
	color: #1f2326;
	font-size: 30px;
	width: 16px;
	height: 16px;
	line-height: 14px;
	text-align: center;
    font-weight: 700;
	display: block;
	position: absolute;
	top: 36px;
	right: 30px;
}
.toggle-cont-area h5::after {
	content: '+';
}
.toggle-cont-area h5.active_title::after {
	content: '-';
}
.toggle-cont {
	display: none;
	padding: 0 50px 16px 27px;
	margin-top: -8px;
}
.toggle-cont p {
    color: #1f2326;
    font-size: 18px;
    line-height: 1.61;
	font-family: 'Outfit', sans-serif;
    padding-bottom: 16px;
}
.toggle-cont p a {
    color: #1f2326;
    text-decoration: underline;
}
.toggle-cont p a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
	.toggle-cont p {
		font-size: 16px;
	}
	.toggle-cont-area h5 {
		font-size: 18px;
		padding: 19px 35px 20px 16px;
	}
	.toggle-cont-area h5.active_title::after,
	.toggle-cont-area h5::after {
		top: 22px;
		right: 15px;
	}
	.toggle-cont {
		margin-top: 0;
		padding: 0 35px 10px 16px;
	}
}