.home-slider .swiper-pagination-bullet,
.testimonial-slider .swiper-pagination-bullet {
  width: 40px;
  border-radius: 0;
  height: 5px;
  opacity: 1;
}

.home-slider .swiper-pagination-bullet {
  background-color: gray;
}
.testimonial-slider .swiper-pagination-bullet {
  background-color: gray;
}

.home-slider .swiper-pagination-bullet-active,
.testimonial-slider .swiper-pagination-bullet-active {
  background-color: #ed1c24 !important ;
}
