.testimonial {
    position: relative;
    max-width: 90%;
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
}

.testimonial .image {
  height: 170px;
  width: 170px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 30px;
  height: 100%;
  width: 100%;
  padding-bottom: 20px;
}
.slide .quote-icon {
  font-size: 30px;
  color: #4070f4;
}
.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.details .name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.details .job {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
/* swiper button css */
/*.nav-btn {*/
/*  height: 40px;*/
/*  width: 40px;*/
/*  border-radius: 50%;*/
/*  transform: translateY(30px);*/
/*  background-color: rgba(0, 0, 0, 0.1);*/
/*  transition: 0.2s;*/
/*}*/
/*.nav-btn:hover {*/
/*  background-color: rgba(0, 0, 0, 0.2);*/
/*}*/
/*.nav-btn::after,*/
/*.nav-btn::before {*/
/*  font-size: 20px;*/
/*  color: #fff;*/
/*}*/

.swiper-pagination {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active {
    background-color: #ffb607 !important;
    width: 13px !important;
    height: 13px !important;
}
.swiper-pagination-bullet {
    background-color: #b8b8b8;
    opacity: 1;
    width: 9px;
    height: 9px;
}
/*@media screen and (max-width: 768px) {*/
/*  .nav-btn {*/
/*    display: none;*/
/*  }*/
/*}*/
