.elementor-widget-filter-adress .title-wrapper {
    display: flex;
    flex-direction: column;
    width: max-content;
    margin-bottom: 20px;
}

.elementor-widget-filter-adress .title-wrapper::after {
    content: "";
    width: 80%;
    height: 2px;
    background: var( --e-global-color-dbaf610 );
}
.elementor-widget-filter-adress .error {
	opacity:0; 
	color:var( --e-global-color-dbaf610 );
	transition-duration:0.3s;	
}

.elementor-widget-filter-adress .adress-title {
    color: var( --e-global-color-dbaf610 );
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.elementor-widget-filter-adress .search-wrapper input{
    background: transparent;
    width: 100%;
}

.elementor-widget-filter-adress .search-wrapper input:focus {
    border: 1px solid #333;
}

.elementor-widget-filter-adress .list-items {
    margin: 0;
    list-style: none;
    max-height: 200px;
    overflow-y: scroll;
    overflow-y: overlay;
}

.elementor-widget-filter-adress .list-items .item {
    cursor: pointer;
}

.elementor-widget-filter-adress .list-items .item.hidden {
    display: none;
}

.elementor-widget-filter-adress .list-items .item:hover {
    color: var( --e-global-color-dbaf610 );
}



/* Testimonial */
.testimonial-section {
    display: flex;
    background: #F1F5F8;
}
.testimonial-section .slick-list {
    padding: 0px !important;
}

.testimonial-section .video-slider-wrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.testimonial-section .video-slider-wrapper .video-slider{
    width: 100%;
}
/* .testimonial-section .video-slider-wrapper .slick-track,
.testimonial-section .video-slider-wrapper .slick-list {
    height: 100%;
}
.testimonial-section .video-slider-wrapper .video-wrapper{
    width: 100%;
    height: 100%;
    position: static;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
} */

.testimonial-section .testimonial-slider-wrapper {
    width: 50%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonial-section .title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.testimonial-section .title-wrapper .testimonial-title {
    color: var( --e-global-color-dbaf610 );
    font-family: "Inter", sans-serif;
    font-size: 34px;
    font-weight: 500;
	text-align: center;
    text-decoration: none;
    line-height: 1.1em;
    padding: 0;
    margin: 0;
	margin-bottom: 10px;
}

.testimonial-section .testimonial-slider {
    position: relative;
    width: 100%;
}
.testimonial-section .testimonial-slider .slide{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-section .testimonial-slider .quote {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: var( --e-global-color-6bf4092 );
    margin-bottom: 20px;
}

.testimonial-section .testimonial-slider .text {
    font: normal  16px / 1.6em "Roboto", Helvetica, Arial, Verdana, sans-serif;
    text-align: center;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-section .testimonial-slider .name {
    font: normal 700 20px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.testimonial-section .testimonial-slider .slick-arrow {
    position: absolute;
    top: 100%;
    color: transparent;
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    left: 30px;
}

.testimonial-section .testimonial-slider .slick-arrow.slick-next {
    left: unset;
    right: 30px;
}

.testimonial-section .testimonial-slider .slick-arrow::before {
    content: "\f0351";
    font-family: icomoon-the7-font!important;
    font-weight: 400;
    color: var( --e-global-color-6bf4092 );
    font-size: 30px;
    transition: all 0.3s;
}
.testimonial-section .testimonial-slider .slick-arrow:hover::before {
    color: var( --e-global-color-dbaf610 );
}

.testimonial-section .testimonial-slider .slick-arrow.slick-next::before {
    content: "\f0352";
}

.testimonial-section .testimonial-slider .slick-dots {
    position: absolute;
    top: 100%;
    margin: 0px;
    padding: 0 50px;
    left: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    height: 30px;
}

.testimonial-section .testimonial-slider .slick-dots li button {
    visibility: hidden;
    width: 100%;
    height: 100%;
}
.testimonial-section .testimonial-slider .slick-dots li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 7px;
    cursor: pointer;
    transition: all 0.3s;
    background: var( --e-global-color-6bf4092 );
}
.testimonial-section .testimonial-slider .slick-dots li:hover {
    background: #30cc02;
}
.testimonial-section .testimonial-slider .slick-dots li.slick-active {
    width: 12px;
    height: 12px;
    background: #30cc02;
}

.testimonial-section .ytp-pause-overlay.ytp-scroll-min {
    display: none !important;
    visibility: hidden !important;
}

@media screen and (max-width: 768px) { 
    .testimonial-section {
        flex-direction: column;
    }
    .testimonial-section .video-slider-wrapper {
        width: 100%;
    }
    .testimonial-section .testimonial-slider-wrapper {
        width: 100%;
    }
}