.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:0px !important;
}
.hs-testimonial-carousel {
  margin: 0;
  display: block;
  float: left;
  position: relative;
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev  {
  /* border: 2px solid #080808; */
  border-radius: 60px;
  padding: 20px; 

  background-color: white;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
  color rgba(0, 80, 199, 1);
}


.hs-testimonial-carousel .swiper-button-next:hover,
.hs-testimonial-carousel .swiper-button-prev:hover {
  background-color: rgba(0, 80, 199, 1);
  transition: .3s;
}

.hs-testimonial-carousel .swiper-button-next:hover:after, 
.hs-testimonial-carousel .swiper-button-prev:hover:after  {
  color: white;
}

.swiper-button-next {
  right: -15px !important;
}

.swiper-button-prev {
  left: -15px !important;
}


.hs-testimonial-carousel .swiper-button-next:after, 
.hs-testimonial-carousel .swiper-container-rtl .swiper-button-prev:after {
  content: "\2192" !important;
  font-size: 24px;
}

.hs-testimonial-carousel  .swiper-button-prev:after, 
.hs-testimonial-carousel  .swiper-container-rtl .swiper-button-next:after {
  content: "\2190" !important;
  font-size: 24px;
}

.hs-testimonial-carousel .card::before  {
  opacity: 0 !important;
}

@media (max-width: 767px) {

  .swiper-button-next, 
  .swiper-button-prev {
    top: 80% !important;
  }

    .swiper-button-next {
      right: 20px !important;
    }

  .swiper-button-prev {
    left: 20px !important;
  }


}
