.swiperBanner {
  width: 100%;
  /* height: 600px; */
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(215, 215, 215, 0.2);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #ffffff;
}

/***** Review Start *****/

.testimonial {
  width: 100%;
  overflow: hidden;
  /* padding-top: 50px;
    padding-bottom: 50px; */
}

.testimonial .swiper-wrapper {
  height: auto;
}

.testimonial .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 461px;
  /* height: 462px; */

  filter: blur(4px);
}

.testimonial .swiper-slide-active {
  filter: blur(0px);
}

.testimonialBox {
  position: relative;
  width: 100%;
  color: #66666699;
  font-size: 14px;
}

@media (min-width: 786px) {
  .testimonialBox {
    padding: 80px 40px 40px 40px;
  }
}

.testimonialBox .quote {
  position: absolute;
  top: 20px;
  right: 30px;
  opacity: 0.2;
  width: 60px;
}

.testimonialBox .details {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.testimonialBox .details .imgBx {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.testimonialBox .details .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/***** Review End *****/
