
.faq-container {
	width: 900px;
	max-width: 100%;
	margin: auto;
}

.faqtitle {
	text-align: center;
	color: var(--primary);
	font-size: 40px;
	margin: 0 0 20px;
	font-weight: 700;
}

#accordionfaq .opensingle .beefup__head {
	padding: 10px 0px 5px;
	font-weight: 600;
	font-family: var(--font1);
	border-bottom: 2px solid var(--primary);
}

#accordionfaq .opensingle .beefup__body {
	padding: 0 0 30px;
}

.beefup__head {
	overflow: inherit;
	white-space: normal;
	position: relative;
}

.beefup__head::after {
	content: "";
	display: block;
	height: 2px;
	width: 15px;
	background: var(--primary);
	position: absolute;
	right: 7px;
	top: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	transition: transform .3s ease-in-out;
	transform-origin: 50% 50%;
	border-color: transparent;
	border-width: inherit;
	margin-top: 0;
}

.beefup__head::before {
	content: "";
	display: block;
	height: 15px;
	width: 2px;
	background: var(--primary);
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	transition: transform .3s ease-in-out;
	transform-origin: 50% 50%;
}

.beefup.is-open > .beefup__head::after, .beefup.is-open > .beefup__head::before {
	transform: translate(-50%, -50%) rotate(45deg);
	border-color: transparent;
	border-width: inherit;
	margin-top: 0;
}

#accordionfaq .opensingle {
	border: none;
	margin: 15px 0;
}

@media (max-width:1199px) {
	.faqtitle {
		font-size: 26px;
	}
	
	.flexFaqs {
		width: 100%;
	}
	
	.beefup__head {
		white-space: normal;
	}
	
	.beefup__body p {
		font-size: 16px;
	}
}
