[data-wpr-lazyrender] {
    content-visibility: visible !important;
}
.lazy_bg{
	background-image: none !important;
}

.topmenu nav{
	z-index: 9999 !important;
}
.topline-cta{
	z-index: 1 !important;
}

@media(max-width: 767px){
	h1.elementor-heading-title{
		background: rgba(255,255,255,0.5);
		padding: 10px;
		display: inline-block;
	}
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active{
	fill: #fff !important;
	color: #fff !important;
}

.chekmarked .elementor-icon-list-text{
	position: relative;
	line-height: 26px;
	padding: 2px 0px 2px 35px;
}
.chekmarked img{
	position: absolute;
	left: 0;
	top: 0;
}

/******************************
FAQ
*/

.faq-section {
    background: transparent;
}

.faq-section .container {
    max-width: 900px;
    padding: 40px 0 30px;
    margin: 0 auto;
}

.faq-section .centered {
    display: table;
    margin-left: auto !important;
    margin-right: auto !important;
    width: initial;
    text-align: center;
}

.faq_list .faq_q{
    color: #000;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.325em;
    margin: 0;
    outline: none;
    padding: 26px 40px 26px 20px;
    position: relative;
    border: 1px solid #d5d8dc;
    margin-bottom: 15px;
}

.faq_list .faq_q.active {
    border-bottom:0;
    margin-bottom: 0;
}
.faq_list .faq_q.active + .faq_a{
    border: 1px solid #d5d8dc;
    border-top:0;
    margin-bottom: 20px;
}

.faq_list .faq_q:before {
    /*content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #182E7D;
    position: absolute;
    right: 0px;
    top: 20px*/
}

.faq_list .faq_q:after {
    content: '';
    display: inline-block;
    width:  10px;
    height: 10px;
    border-left:   2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    right: 32px;
    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: #000;
}
