.testimonials-stats-slider .eyebrow {
  color: #90D9F9;
  text-transform: uppercase;
  font-weight: 500;
}

.testimonials-stats-slider.bg-true-blue {
  background-color: #0070B9;
}

.testimonials-stats-slider.bg-bright-highlight {
  background-color: #90D9F91A;
}

.testimonials-stats-slider.bg-dark-blue {
  background-color: #063354;
}


/**  css rule so that any header element is white*/
.testimonials-stats-slider.bg-dark-blue h1,
.testimonials-stats-slider.bg-dark-blue h2,
.testimonials-stats-slider.bg-dark-blue h3,
.testimonials-stats-slider.bg-dark-blue h4,
.testimonials-stats-slider.bg-dark-blue h5,
.testimonials-stats-slider.bg-dark-blue h6,
.testimonials-stats-slider.bg-dark-blue p,
.testimonials-stats-slider.bg-true-blue h1,
.testimonials-stats-slider.bg-true-blue h2,
.testimonials-stats-slider.bg-true-blue h3,
.testimonials-stats-slider.bg-true-blue h4,
.testimonials-stats-slider.bg-true-blue h5,
.testimonials-stats-slider.bg-true-blue h6,
.testimonials-stats-slider.bg-true-blue p {
  color: #fff;
}


@media (max-width: 615px) {
  .testimonials-stats-slider .swiper-wrapper .swiper-slide {
    padding: 0 40px;
  }
}


.testimonials-stats-slider .testimonial-stat-slider-image {
  height: auto;
  width: 100%;
  padding: 0;
  background: white;
  border-radius: 20px;
  overflow: hidden;
}
.testimonials-stats-slider .testimonial-stat-slider-image > img {
  object-fit: cover;
  object-position: center;
  width: 100% !important;
  height: auto;
}

.testimonials-stats-slider .swiper-testimonials-stats .testimonial-stat {
  position: relative;
}

@media (max-width: 768px) {
  .testimonials-stats-slider .swiper-testimonials-stats .testimonial-stat.w-50 {
    width: 100%!important;
  }
}


.testimonials-stats-slider .swiper-testimonials-stats .testimonial-stat h2 {
  font-size:48px;
  color:#90D9F9;
  font-weight: 900;
}

.testimonials-stats-slider.bg-true-blue .swiper-testimonials-stats .testimonial-stat h2  {
  /* color: #0070B9; */
}

.testimonials-stats-slider .swiper-testimonials-stats .testimonial-stat .left-border {
/* Vector 7 */

position: absolute;
width: 9px;
left: 0;
top: 0;
bottom: 0;
/* Blue Highlight */
background-color: #90D9F9;
border-radius: 9px;
}

.testimonials-stats-slider .swiper-testimonials-image .swiper-pagination {
  position: relative!important;
  margin-top: 25px!important;
}

.testimonials-stats-slider .swiper-testimonials-image .swiper-pagination .swiper-pagination-bullet {
  background-color: #90D9F9;
  opacity: 1;
  transition: width 0.15s ease;
}

.testimonials-stats-slider .swiper-testimonials-image .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 47px;
    border-radius: 8px;
}

.testimonials-stats-slider {
  position: relative;
}
.testimonials-stats-slider .swiper-controls .swiper-button-prev:after,
.testimonials-stats-slider .swiper-controls .swiper-button-next:after {
  /* display:none; */
  color: #90D9F9;
}