#slmp_geojuice{
    z-index:1;
    position:relative;
}
#xapp-widget .widget-container {
    z-index: 1000000!important;
}
.sfs-review.reviewpostbox-form{
    margin-top:40px;
}
.inner-page-banner .page-banner:before,
.hero-slider .hero-image:before,
.background-image.review-section:before{
    background-color: rgba(165 165 165 / 50%) !important;;
}
/*.inner-page-banner .page-title,
.breadcrumb span, .breadcrumb span a{
    color:#282844!important;
}*/
footer.site-footer .footer-column .column-label:before{
    background-color:#000!important;
}
footer .footer-col-item.custom-footer-html a{
    color:#000!important;
    font-weight:bold!important;
}
/* Page Accordion */
.wp-block-yoast-faq-block {
	padding: 20px 0;
}

.wp-block-yoast-faq-block .schema-faq-section {
	margin-bottom: 15px;
/* 	border-left: 5px solid #70bf45; */
}

.wp-block-yoast-faq-block .schema-faq-question {
	background-color: #a31427;
	font-weight: 600;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	padding: 10px 40px 10px 15px;
	position:relative;
}

.wp-block-yoast-faq-block .schema-faq-question:before {
	content: "\3f";
	position: absolute;
	font-family: 'Font Awesome\ 5 Free';
	left: 0;
	width: 46px;
	height: 100%;
	padding: 10px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #595959;
	color: #595959;
	    display: flex;
    align-items: center;
    justify-content: center;
	    height: 50%;    
}

.wp-block-yoast-faq-block .schema-faq-question.active:before {
	border: 1px solid #e1e1e1;
}

.wp-block-yoast-faq-block .schema-faq-question {
    padding: 15px 40px 15px 56px;
    display: flex;
    align-items: center;
}

.wp-block-yoast-faq-block .schema-faq-question.active {
	background-color: #282844;
	color: #fff;
}

.wp-block-yoast-faq-block .schema-faq-answer {
	padding: 15px 15px;
	display: none;
}

.wp-block-yoast-faq-block .schema-faq-question:after {
	content: "\f107";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	line-height: 1;
	position: absolute;
	right: 3px;
	top: 4px;
	padding: 6px 10px;
	transition: all 0.3s ease;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 26px;
	background: #282844;
	color:#fff;
}

.wp-block-yoast-faq-block .schema-faq-question.active:after {
	content: "\f106";
	background: #a31427;
	    color: #fff;
}
@media only screen and (min-width: 1024px) {
    footer .column-element .column-label {
        font-size: 18px!important;
    }
}
@media only screen and (min-width: 1367px) {
    footer .column-element .column-label {
        font-size: 20px!important;
    }
}