.testimonial-slider {
	overflow: hidden;
}

.testimonial-slider .swiper-wrapper {
	margin-bottom: 100px;
}

.testimonial-slider .swiper-slide {
	height: auto;
}

.testimonial-slider__navigation {
	position: relative;
}

.testimonial-slider .swiper-pagination-bullet {
	height: 12px;
	width: 12px;
}

.testimonial-slider .swiper {
	padding: 0px;
}

.testimonial-slider__navigation {
	left: 0;
	margin: 0;
	text-align: center;
	pointer-events: none;
	z-index: 5;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.testimonial-slider-prev,
.testimonial-slider-next {
	position: relative;
	width: 20px;
	pointer-events: all;
	z-index: 6;
	cursor: pointer;
}

.testimonial-slider .hs_cos_wrapper_type_inline_rich_text *:last-child {
	margin-bottom: 0;
}

.testimonial-slider .testimonial-slider-next svg {
	transform: rotate(180deg);
}

.testimonial-slider__left-content {
	width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
	color: #000;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 22px !important;
}

.testimonial-slider--image-inline .testimonial-slider__star-rating {
	margin-top: 24px;
	margin-bottom: 6px;
}

.testimonial-slider__star-rating svg {
	width: 22px;
	height: 22px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 0;
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 0;
	left: auto;
}

.testimonial-slider .photo-text {
	width: 100%;
	margin-right: 16px;
}

.testimonial-slider__icon-quote {
	display: flex;
	margin-bottom: 30px;
}

.testimonial-slider__content {
	flex: 1;
	align-items: center;
}

.testimonial-slider .swiper-button-next {
	right: 0;
}

.testimonial-slider .swiper-button-prev {
	left: 0;
}

.swiper-pagination-bullet {
	opacity: 1;
	height: 16px;
	width: 16px;
}

.swiper-pagination-bullet-active {
	background: transparent;
	height: 16px;
	width: 16px;
}

.testimonial-slider__contain-image {
	display: flex;
	width: 100% !important;
}

.testimonial-slider .swiper-slide img {
	display: inherit;
}

.testimonial-slider__author-info {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.testimonial-slider__custom-width.testimonial-slider__author-information {
	width: auto;
}

.testimonial-slider__contain-inline 
.testimonial-slider__author-info {
	width: fit-content;
	text-align: left;
}

.testimonial-slider__author-info--above {
	margin-top: 18px;
	margin-bottom: 40px;
}

@media (max-width: 992px) {
	.testimonial-slider .swiper {
		padding: 0px;
	}

	.testimonial-slider__right {
		padding: 0px !important;
	} 

	.testimonial-slider .swiper-horizontal>.swiper-pagination-bullets, .testimonial-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .testimonial-slider .swiper-pagination-fraction, .testimonial-slider.swiper-pagination-custom {
		bottom: -4px;
	}

	.testimonial-slider__contain-inline .testimonial-slider__right {
		flex: none;
	} 
}

@media (max-width: 765px) {
	.testimonial-slider-prev,
	.testimonial-slider-next {
		display: none;
	}

	.testimonial-slider .swiper-slide.left,
	.testimonial-slider .swiper-slide.right {
		flex-direction: column !important;
	}  
}

.swiper-wrapper .swiper-pagination {
	display: none;
}

{# Layout Image Inline Top #}

.testimonial-slider--image_inline_top .testimonial-slider__content {
	display: flex;
	flex: none;
	align-items: start;
	width: 100%;
	margin: 0 0 32px;

}

.testimonial-slider--image_inline_top .swiper-wrapper .swiper-slide {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}

.testimonial-slider--image_inline_top .swiper-button-next,
.testimonial-slider--image_inline_top .swiper-button-prev {
	background-color: #EAF0F6;
	height: 50px;
	width: 50px;
	border-radius: 100px;
	top: 95%;
}

.testimonial-slider--image_inline_top .swiper-button-next {
	right: 45%;
}

.testimonial-slider--image_inline_top .swiper-button-prev {
	left: 45%;
}

{# ---- Tablet Breakpoint ---- #}
@media (max-width: 992px) { 
	.testimonial-slider--image_inline_top .swiper-button-next {
		right: 40%;
	}
	.testimonial-slider--image_inline_top .swiper-button-prev {
		left: 40%;
	}
}  

{# ---- Mobile Breakpoint ---- #}    
@media (max-width: 765px) {  
	.testimonial-slider--image_inline_top .swiper-button-next {
		right: 35%;
	}

	.testimonial-slider--image_inline_top .swiper-button-prev {
		left: 35%;
	}
}


.testimonial-slider--image_inline_top .testimonial-slider__photo {
	max-width: 40%;
	width: 100%;
	height: 100%;
}

.testimonial-slider--image_inline_top .testimonial-slider__author-info {
	max-width: 60%;
}

.testimonial-slider--image_inline_top .testimonial-slider__author-info h4 {
	margin-bottom: 20px;
}
