.lazy_bg,
.lazy_bg *,
.lazy_bg:before,
.lazy_bg *:before{
	background-image: none !important;
}

body, html{
	overflow-x: hidden;
}
[data-wpr-lazyrender] {
    content-visibility: visible !important;
}
.elementor-popup-modal{
	position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}
a[href^="tel:"]{
	color: inherit !important;
}
.elementor-button:hover{
	color: #fff !important;
}
.phone-box{}

@media(max-width: 767px){
	.topline-callnow .elementor-icon-box-content{
		display: none;
		visibility: hidden;
	}
}

/*.elementor-menu-toggle.elementor-tweaked + nav{
	margin-left: -69px;
}*/
@media(min-width: 1025px){
	.elementor-menu-toggle-redefined{
		display: none;
		visibility: hidden;
	}	
}

.elementor-menu-toggle-redefined{
	background-color: var(--e-global-color-primary);
	border-radius: 5px;
	display: table;
	
	display: block;
	width: 34px;
	height: 34px;
	position: relative;

}
.elementor-menu-toggle-redefined svg{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);

	width: 24px;
	height: 24px;
	color: #fff;
	fill: #fff;
}
.elementor-menu-toggle-redefined:not(.elementor-active) .elementor-menu-toggle__icon--close{
	display: none;
	visibility: hidden;
}
.elementor-menu-toggle-redefined.elementor-active .elementor-menu-toggle__icon--open{
	display: none;
	visibility: hidden;
}

.elementor-menu-toggle-redefined:not(.elementor-active) + nav{
	display: none;
}
@media(min-width: 1025px){
	.elementor-nav-menu--main{
		position: relative;
		top: 16px;
	}
}



.faq-section {
    background: #fafafa;
}

.faq-section .container {
    max-width: 900px;
    padding: 40px 0 30px;
    margin: 0 auto;
}

.faq-section .title {
    font-size: 40px;
    /*text-transform: uppercase;*/
    font-weight: 500;
    position: relative;
    color: #000;
    margin-bottom: 2em !important;
    text-align: center;

    position: relative;
    padding-left: 30px;

}


.faq-section .title:after {
    /*content: '';
    width: 12px;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    height: initial;
    display: inline-block;
    background: #92D2CA;*/
}
.faq-section .centered {
    display: table;
    margin-left: auto !important;
    margin-right: auto !important;
    width: initial;
    text-align: center
}

.faq_list .faq_q {
    color: #2c2c2c;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.325em;
    margin: 0;
    outline: none;
    padding: 26px 40px 26px 20px;
    position: relative
}

.faq_list .faq_q:not(:first-child) {
    border-top: 2px solid #edf2f1;
}

.faq_list .faq_q:before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #2eb8b2;
    position: absolute;
    right: 0px;
    top: 20px
}

.faq_list .faq_q:after {
    content: '';
    display: inline-block;
    width:  8px;
    height: 8px;
    border-left: 3px solid   #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 12px;
    top: 30px;
    transition: transform 0.15s ease
}
@media(max-width: 767px){
	.faq-section .title {
		font-size: 32px;
	}
	.faq_list .faq_q:before {
		right: 10px;
	}
	.faq_list .faq_q:after {
		right: 22px;
	}
}

.faq_list .faq_q.active:after {
    transform: rotate(-225deg) translate(3px, -3px);
    transition: transform 0.15s ease
}

.faq_list .faq_q:not(.active)+.faq_a {
    display: none
}

.faq_list .faq_a {
    margin-bottom: 20px;
    padding: 10px 20px;
    color: #2c2c2c
}

@media (max-width: 767px) {
    .elementor-16 .elementor-element.elementor-element-370ebbd>.elementor-widget-container {
        transform: none !important;
        margin: 0 !important;
    }
}

@media (max-width: 767px) {
    .elementor-nav-menu--dropdown.elementor-nav-menu__container{
        height: 100vh !important;
    }
}