.testimonial-carousel-wrapper {
  margin-top: 60px;
  background: #ECF0F4;
  height: 420px;
  position: relative;
}
@media (max-width: 992px) {
  .testimonial-carousel-wrapper {
    height: 590px;
  }
}
@media (max-width: 820px) {
  .testimonial-carousel-wrapper {
    height: 645px;
    margin-left: -3%;
    min-width: 106%;
  }
}
@media (max-width: 768px) {
  .testimonial-carousel-wrapper {
    height: 671px;
    margin-left: -3%;
    min-width: 106%;
  }
}
@media (max-width: 625px) {
  .testimonial-carousel-wrapper {
    height: 915px;
    margin-left: -4%;
    min-width: 108%;
  }
}
@media (max-width: 576px) {
  .testimonial-carousel-wrapper {
    height: 870px;
    margin-left: -5%;
    min-width: 110%;
  }
}
@media (max-width: 481px) {
  .testimonial-carousel-wrapper {
    height: 820px;
    margin-left: -6%;
    min-width: 111%;
  }
}
@media (max-width: 350px) {
  .testimonial-carousel-wrapper {
    margin-left: -7%;
    min-width: 114%;
  }
}
.testimonial-carousel-wrapper .swiper {
  width: 724px;
  margin-left: 12%;
}
@media (max-width: 1600px) {
  .testimonial-carousel-wrapper .swiper {
    margin-left: 4%;
  }
}
@media (max-width: 1310px) {
  .testimonial-carousel-wrapper .swiper {
    margin-left: 2%;
  }
}
@media (max-width: 992px) {
  .testimonial-carousel-wrapper .swiper {
    width: unset;
    margin-left: 0;
  }
}
.testimonial-carousel-wrapper .swiper .testimonial-title {
  margin-top: 10px;
}
.testimonial-carousel-wrapper .swiper .testimonial-title h2 {
  font-size: 30px;
  text-transform: unset;
  padding-left: 2%;
}
@media (max-width: 625px) {
  .testimonial-carousel-wrapper .swiper .testimonial-title h2 {
    font-size: 20px;
    padding-left: 6%;
  }
}
.testimonial-carousel-wrapper .swiper.mySwiper {
  position: relative;
}
.testimonial-carousel-wrapper .swiper.mySwiper > .swiper-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.testimonial-carousel-wrapper .swiper.mySwiper > .swiper-wrapper .swiper-pagination-bullets {
  display: none;
  color: black;
}
.testimonial-carousel-wrapper .swiper.mySwiper > .swiper-wrapper > .swiper-slide {
  background: #fff;
  height: 254px;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .testimonial-carousel-wrapper .swiper.mySwiper > .swiper-wrapper > .swiper-slide {
    height: unset;
    margin-bottom: 200px;
  }
}
.testimonial-carousel-wrapper .swiper.mySwiper > .swiper-wrapper > .swiper-slide .testimonial-card {
  display: flex;
  flex-direction: row;
  padding: 18px;
}
@media (max-width: 992px) {
  .testimonial-carousel-wrapper .swiper.mySwiper > .swiper-wrapper > .swiper-slide .testimonial-card {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .testimonial-carousel-wrapper .swiper.mySwiper > .swiper-wrapper > .swiper-slide .testimonial-card .image {
    margin-bottom: 20px;
  }
}
.testimonial-carousel-wrapper .swiper.mySwiper > .swiper-wrapper > .swiper-slide .testimonial-card .image img {
  border-radius: 10px;
  width: 213px;
  max-width: 213px;
  max-height: 220px;
  object-fit: cover;
}
@media (max-width: 625px) {
  .testimonial-carousel-wrapper .swiper.mySwiper > .swiper-wrapper > .swiper-slide .testimonial-card .image img {
    margin: 16px auto;
    width: 91%;
    max-width: unset;
    max-height: 515px;
  }
}
@media (max-width: 576px) {
  .testimonial-carousel-wrapper .swiper.mySwiper > .swiper-wrapper > .swiper-slide .testimonial-card .image img {
    max-height: 440px;
  }
}
@media (max-width: 481px) {
  .testimonial-carousel-wrapper .swiper.mySwiper > .swiper-wrapper > .swiper-slide .testimonial-card .image img {
    max-height: 345px;
  }
}
.testimonial-carousel-wrapper .swiper.mySwiper > .swiper-wrapper > .swiper-slide .testimonial-card > .content {
  margin-left: 25px;
}
@media (max-width: 992px) {
  .testimonial-carousel-wrapper .swiper.mySwiper > .swiper-wrapper > .swiper-slide .testimonial-card > .content {
    margin-left: 12px;
  }
}
.testimonial-carousel-wrapper .swiper.mySwiper > .swiper-wrapper > .swiper-slide .testimonial-card > .content .stars {
  display: flex;
  flex-direction: row;
}
.testimonial-carousel-wrapper .swiper.mySwiper > .swiper-wrapper > .swiper-slide .testimonial-card > .content .sub-title {
  text-align: left;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
}
.testimonial-carousel-wrapper .swiper.mySwiper > .swiper-wrapper > .swiper-slide .testimonial-card > .content .name {
  font-weight: 700;
  font-size: 16px;
}
.testimonial-carousel-wrapper .swiper.mySwiper .swiper-pagination, .testimonial-carousel-wrapper .swiper.mySwiper .swiper-pagination-bullets, .testimonial-carousel-wrapper .swiper.mySwiper .swiper-pagination-horizontal {
  display: none;
}
@media (max-width: 992px) {
  .testimonial-carousel-wrapper .swiper.mySwiper .swiper-pagination, .testimonial-carousel-wrapper .swiper.mySwiper .swiper-pagination-bullets, .testimonial-carousel-wrapper .swiper.mySwiper .swiper-pagination-horizontal {
    display: unset;
    bottom: 145px;
  }
}
.testimonial-carousel-wrapper .swiper-pagination-bullet-active {
  background: black;
}
.testimonial-carousel-wrapper .swiper-pagination-bullet {
  border: 1px solid black;
}
.testimonial-carousel-wrapper .swiper-button-next {
  position: absolute; /* Set the position to absolute */
  right: 45%;
  top: 63%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1800px) {
  .testimonial-carousel-wrapper .swiper-button-next {
    right: 37%;
  }
}
@media (max-width: 1440px) {
  .testimonial-carousel-wrapper .swiper-button-next {
    right: 35%;
  }
}
@media (max-width: 1440px) {
  .testimonial-carousel-wrapper .swiper-button-next {
    right: 34%;
  }
}
@media (max-width: 1310px) {
  .testimonial-carousel-wrapper .swiper-button-next {
    right: 32%;
  }
}
@media (max-width: 1200px) {
  .testimonial-carousel-wrapper .swiper-button-next {
    right: 26%;
  }
}
@media (max-width: 1024px) {
  .testimonial-carousel-wrapper .swiper-button-next {
    right: 13%;
  }
}
@media (max-width: 992px) {
  .testimonial-carousel-wrapper .swiper-button-next {
    display: none;
  }
}

/*# sourceMappingURL=testimonial-carousel.css.map */
