.home-banner .swiper-slide-contents {
	background: rgba(40,145,207,0.8 );
	padding: 7% 20%;
}

.home-banner .elementor-slide-heading {
	    line-height: 1.3 !important;
}

.study-with-us-section .study-section-description {
    position: absolute;
    color: #fff;
    padding: 10px 20px;
    bottom: 0;
	z-index:2;
}

.testimonial-slider .swiper-slide {
    box-shadow: 0px 4px 28px rgba(28, 28, 39, 0.08);
    border-radius: 4px;
		background: url(/wp-content/themes/lwetb/assets/images/testimonial-item-bg.svg) bottom right no-repeat;
}

.testimonial-slider .swiper-slide.swiper-slide-next {
		background: url(/wp-content/themes/lwetb/assets/images/testimonial-item-active-bg.svg) bottom right no-repeat;
}

.elementor-swiper-button {
    background: #fff;
    border-radius: 50%;
    padding: 20px;
	box-shadow: 0px 4px 68px rgba(28, 28, 39, 0.4);
}
.elementor-swiper-button svg {
    fill: var(--e-global-color-primary) !important;
    font-size: 12px;
}

#testimonials-section .elementor-element .swiper .elementor-swiper-button-prev {
	left: -40px;
}

#testimonials-section .elementor-element .swiper .elementor-swiper-button-next {
	right: -40px;
}

.contact-details-tab-section .e-n-tab-title {
    margin-bottom: 10px;
    background-color: transparent !important;
    font-weight: 600;
    padding: 15px 22px !important;
}

.contact-details-tab-section .e-n-tab-title.e-active {
    background-color: rgba(40,145,207,0.1) !important;
    color: #2891CF !important;
    border-bottom: 2px solid #2891CF;
}

.image-with-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, #000);
    z-index: 1;
}

.home-banner .elementor-slide-heading {
	border-bottom: 1px solid #fff;
	padding-bottom:20px;
}
.home-banner .elementor-button.elementor-slide-button {
	padding: 10px 40px;
}

.testimonial-slider .swiper-slide:before {
    content: url(/wp-content/themes/lwetb/assets/images/blockquote.svg);
}
.testimonial-slider .swiper-slide.swiper-slide-next:before {
    content: url(/wp-content/themes/lwetb/assets/images/blockquote-active.svg);
	background: url(/wp-content/themes/lwetb/assets/images/testimonial-item-active-bg.svg) bottom right;
}

#contact-us-locations .elementor-tab-title[aria-expanded="false"] {
    background-color: #F1F2F5 !important;
}

#contact-us-locations .elementor-tab-title[aria-expanded="false"] .elementor-accordion-title {
	color: #000;
}

#contact-us-locations .elementor-accordion-icon .elementor-accordion-icon-closed, #contact-us-locations .elementor-accordion-icon .elementor-accordion-icon-opened{
        background: #fff;
    padding: 6px 7px;
    border-radius: 50%;
    font-size: 10px;
}

.custom-checkbox-container .checkmark:after {
    height: 11px !important;
    width: 6px !important;
}