.testimonial-slider {
  overflow: hidden;
  position: relative;
}

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

.testimonial-slider__navigation {
  position: relative;
}

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

.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: 1px;
}

{# ---- Social Icons ---- #}
.testimonial-slider--social-icons{
	display:flex;
}
.testimonial-slider__swiper{
	width:76%;
}
.testimonial-slider__social-icons-container{
	width:24%;
}
.testimonial-slider--social-icons .testimonial-slider__swiper{
	margin-right:revert;
	margin-left:revert;
}
.testimonial-slider__social-items{
	display: flex;
	flex-wrap: wrap;
	flex-direction:column;
	gap:20px;
	align-items: end;
	justify-content:center;
	height:100%;
}
.testimonial-slider__social-icon{
	display: flex;
	padding: 8px;
	border-radius: 50%;
}
.testimonial-slider--social-icons .swiper-wrapper{
	height:auto;
}
.testimonial-slider--social-icons .swiper-horizontal>.swiper-pagination-bullets, .testimonial-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .testimonial-slider .swiper-pagination-fraction, .testimonial-slider.swiper-pagination-custom {
	bottom:0px ;
}
span.swiper-pagination-bullet{
	opacity:1;
}
@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:40px;
  }
  .testimonial-slider .swiper-pagination-bullet {
    height: 49px;
    width: 49px;
  }
  .testimonial-slider__contain-inline .testimonial-slider__right {
    flex: none;
  }
	
	{# ---- Social Icons ---- #}
	.testimonial-slider--social-icons{
		flex-direction:column-reverse;
		row-gap:40px;
	}
	.testimonial-slider__swiper{
		width:100%;
	}
	.testimonial-slider__social-items{
		flex-direction:row;
	}
	.testimonial-slider__social-icons-container{
		width:100%;
	}
}

@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;
  }  
}
