.expanding-centered-faq-block {

}

.expanding-centered-faq-block .faq_container {
	max-width: 991px;
	margin: 0 auto;
}

/* Style the buttons that are used to open and close the accordion panel 
.accordion {
	color: #222;
	cursor: pointer;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.4s;
	font-size: 25px;
	line-height: 25px;
	padding: 16px 0 20px;
	display: inline-block;
	border-radius: 0;
}
*/
.accordion {
	border-bottom: 1.5px solid #777;
}

.active.accordion {
	border-bottom: none !important;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {

}

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 0 20px;
	display: none;
	overflow: hidden;
	border-bottom: 1.5px solid #966746;
}

.panel p {
	font-size: 14px;
	line-height: 26px;
}

.accordion::after {
    content: "+";
    font-size: 48px;
    color: #777;
    float: right;
    margin-left: 5px;
    position: absolute;
    right: 15px;
}
.accordion {
    color: #222;
    padding-right: 53px;
    background: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-size: 25px;
    line-height: 25px;
    padding: 16px 55px 20px 0;
    border-radius: 0;
    position: relative;
    display: flex;
    align-items: center;
}
.accordion:focus {
	border-color: unset !important;
}

.expanding-centered-faq-block {
	padding: 65px 0;
}

.expanding-centered-faq-block.white {
	background: #fff;
}

.expanding-centered-faq-block.white .upperheading {
	color: #976743;
}

.expanding-centered-faq-block.white .heading,
.expanding-centered-faq-block.white p {
	color: #222;
}

.expanding-centered-faq-block.white .bttn {
	color: #fff;
	background: #976743;
}

.expanding-centered-faq-block.white .accordion.active::after {
	content: "-";
	font-size: 48px;
	color: #976743 !important;
}

/* Black background */
.expanding-centered-faq-block.black {
	background: #222;
}

.expanding-centered-faq-block.black .upperheading {
	color: #976743;
}

.expanding-centered-faq-block.black .heading,
.expanding-centered-faq-block.black p {
	color: #fff;
}

.expanding-centered-faq-block.black .accordion {
	color: #fff;
}

.expanding-centered-faq-block.black .bttn {
	color: #fff;
	background: #976743;
}

.expanding-centered-faq-block.black .accordion.active::after {
	content: "-";
	font-size: 48px;
	color: #976743 !important;
}

/* Copper background */
.expanding-centered-faq-block.copper {
	background: #976743;
}

.expanding-centered-faq-block.copper .upperheading {
	color: #222;
}

.expanding-centered-faq-block.copper .heading,
.expanding-centered-faq-block.copper p,
.expanding-centered-faq-block.copper .accordion,
.expanding-centered-faq-block.copper .accordion::after {
	color: #fff;
}

.expanding-centered-faq-block.copper .bttn {
	color: #fff;
	background: #222;
}

.expanding-centered-faq-block.copper .accordion.active::after {
	content: "-";
	font-size: 48px;
	color: #222 !important;
}

.expanding-centered-faq-block.gray .accordion.active::after {
	content: "-";
	font-size: 48px;
	color: #976743 !important;
}

.expanding-centered-faq-block.copper .accordion {
	border-bottom: 1.5px solid #fff;
}

.heading-holder {
	margin-bottom: 40px;
}

.heading-holder .section {
	max-width: 690px;
	margin: 0 auto;
}
