.testimonial-slider {
  overflow: hidden;
}

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

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

.testimonial-slider__navigation {
  position: relative;
}

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

.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: 20px;
	justify-content:center;
}

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

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

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

.testimonial-slider span.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;
}

.testimonial-slider--bg-gradient{
	background: radial-gradient(72.29% 44.07% at 50% 93.92%, rgba(31, 154, 237, 0.10) 0%, rgba(0, 0, 0, 0.00) 100%), radial-gradient(45.56% 43.91% at 4.78% 4.31%, #003462 0%, rgba(0, 0, 0, 0.00) 100%), rgba(0, 77, 153, 0.50);
}
.testimonial-slider--bg-gradient .testimonial-slider__slider-content,
.testimonial-slider--bg-gradient{
	padding:40px;
}
{#***************** RIGHT IMAGE **********************#}
.testimonial-slider--add-right-image{
	display: flex;
	gap:0;
}
.testimonial-slider--add-right-image .testimonial-slider__slider-content{
	width:30%;
}
.testimonial-slider--add-right-image .testimonial-slider__right-image{
	width:70%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.testimonial-slider__pagination{
	bottom:-7px!important;
}
@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;
  }
	.testimonial-slider--add-right-image{
		flex-direction:column;
	}
	.testimonial-slider--add-right-image .testimonial-slider__slider-content,
	.testimonial-slider--add-right-image .testimonial-slider__right-image{
		width:100%;
	}
	.testimonial-slider--add-right-image .testimonial-slider__right-image{
		height:320px;
	}
}

@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;
  } 
	.testimonial-slider--add-right-image .testimonial-slider__right-image{
		height:201px;
	}
}
