.owl-carousel .owl-item img.mwt-elementor-testimonials-carousel-image {
	display: inline-block;
}
/* carousel2 */
.testimonials-carousel2 .mwt-elementor-testimonials-carousel-name {
	position: relative;
}

@media (min-width: 1200px) {
	.testimonials-carousel2 .mwt-elementor-testimonials-carousel-name {
		padding-left: 60px;
		padding-right: 60px;
	}
}

.testimonials-carousel2 .mwt-elementor-testimonials-carousel-quote-icon i,
.testimonials-carousel2 .mwt-elementor-testimonials-carousel-quote-icon svg {
	position: absolute;
	top: 0;
}

.testimonials-carousel2 .mwt-elementor-testimonials-carousel-quote-icon i.icon-left,
.testimonials-carousel2 .mwt-elementor-testimonials-carousel-quote-icon:first-of-type svg {
	left: 20px;
}

.testimonials-carousel2 .mwt-elementor-testimonials-carousel-quote-icon i.icon-right,
.testimonials-carousel2 .mwt-elementor-testimonials-carousel-quote-icon:last-of-type svg {
	right: 20px;
	transform: rotate(-180deg);
}

/*single*/
.testimonials-single-carousel .mwt-elementor-testimonials-carousel-quote,
.testimonials-single-carousel-2 .mwt-elementor-testimonials-carousel-quote{
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.testimonials-single-carousel .mwt-elementor-testimonials-carousel-quote {
	position: relative;
}

.testimonials-single-carousel .mwt-elementor-testimonials-carousel-quote-icon i,
.testimonials-single-carousel .mwt-elementor-testimonials-carousel-quote-icon svg {
	position: absolute;
	top: 0;
}

.testimonials-single-carousel .mwt-elementor-testimonials-carousel-quote-icon i.icon-left,
.testimonials-single-carousel .mwt-elementor-testimonials-carousel-quote-icon:first-child svg {
	left: -130px;
}

.testimonials-single-carousel .mwt-elementor-testimonials-carousel-quote-icon i.icon-right,
.testimonials-single-carousel .mwt-elementor-testimonials-carousel-quote-icon:last-child svg {
	right: -130px;
	transform: rotate(-180deg);
}

.testimonials-carousel .mwt-elementor-testimonials-carousel-quote-icon i,
.testimonials-carousel .mwt-elementor-testimonials-carousel-quote-icon svg {
	transform: rotate(-180deg);
}

@media (max-width:767px) {
	.testimonials-single-carousel .mwt-elementor-testimonials-carousel-quote,
	.testimonials-single-carousel-2 .mwt-elementor-testimonials-carousel-quote{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.testimonials-single-carousel .mwt-elementor-testimonials-carousel-quote-icon i,
	.testimonials-single-carousel .mwt-elementor-testimonials-carousel-quote-icon svg {
		display: none;
	}
}

.testimonials-carousel .mwt-elementor-testimonials-carousel-image-wrap>span {
	position: relative;
}

.testimonials-carousel .mwt-elementor-testimonials-carousel-quote-icon {
	position: absolute;
	right: 0;
	bottom: 0;
}

.testimonials-single-carousel-2 .owl-carousel.testimonials-slider {
    display: flex;
    flex-direction: column-reverse;
}

/* carousel3 */
.testimonials-carousel3 .mwt-elementor-testimonials-carousel-quote {
	position: relative;
	z-index: 0;
}
.testimonials-carousel3 .mwt-elementor-testimonials-carousel-quote .mwt-elementor-testimonials-carousel-quote-icon {
	position: absolute;
	top: -15px;
	left: -20px;
	right: auto;
	bottom: auto;
	z-index: -1;
}

.testimonials-carousel3 .mwt-elementor-testimonials-quote-bottom {
	display: flex;
	align-items: center;
}
.testimonials-carousel3 .owl-carousel.owl-loaded {
	overflow: visible;
}

.testimonials-carousel3 .owl-theme .owl-nav {
	top: auto;
	bottom: 0;
	left: 0;
}

.testimonials-carousel3 .owl-theme .owl-nav > button {
	margin-top: -60px;
	right: auto;
	left: 0;
	min-width: 60px;
	width: 60px;
	min-height: 60px;
	height: 60px;
}

.testimonials-carousel3 .owl-theme .owl-nav > button.owl-next {
	left: 80px;
}

/* carousel4 */
@media (min-width:1200px) {
	.testimonials-carousel4 .mwt-elementor-testimonials-wrap {
		display: flex;
		align-items: center;
	}
}

.testimonials-carousel4 .mwt-elementor-testimonials-carousel-image-wrap{
    flex-shrink: 0;
}