
.testimonial-section {
  background: url(../img/testimonail/testi-bg.png) no-repeat center center;
  background-size: cover;
}
.testimonial-section .swiper-slide {
  padding-bottom: 30px;
}
.testimonial-section .tes-paginatio {
  text-align: center;
  margin-top: 50px;
}
.testimonial-section .tes-paginatio .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid var(--base);
  opacity: 1;
  background: transparent;
}
.testimonial-section .tes-paginatio .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--base);
}
@media (max-width: 1399px) {
  .testimonial-section .tes-paginatio {
    margin-top: 30px;
  }
}

.testimonail-items {
  border-radius: 10px;
  padding: 35px 35px 0;
  background: #fff;
  overflow: visible;
}
.testimonail-items p {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  margin-bottom: 24px;
  font-weight: 16;
}
.testimonail-items .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.testimonail-items .content .degination .name {
  font-size: 18px;
  font-weight: 700;
  color: var(--title);
  margin-bottom: 9px;
  display: block;
}
.testimonail-items .content .degination .gra {
  font-size: 16px;
  color: var(--pra);
  display: block;
}
.testimonail-items .content .days {
  font-size: 16px;
  color: var(--pra);
}
.testimonail-items .ratting {
  margin-bottom: 22px;
}
.testimonail-items .ratting li i {
  font-size: 22px;
  color: #F3CB5F;
}
.testimonail-items .quote-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(20px);
  margin-top: -20px;
}
.testimonail-items .quote-wrap .joh {
  width: 64px;
  height: 64px;
}
.testimonail-items .quote-wrap .joh img {
  border-radius: 50%;
}
.testimonail-items .quote-wrap .qicon {
  margin-bottom: -20px;
}
@media (max-width: 1399px) {
  .testimonail-items {
    padding: 25px 25px 0;
  }
  .testimonail-items p {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .testimonail-items .content {
    margin-bottom: 20px;
  }
  .testimonail-items .content .degination .name {
    margin-bottom: 4px;
  }
  .testimonail-items .ratting {
    margin-bottom: 18px;
  }
}

.testimonail-itemsv2 {
  max-width: 850px;
  margin: 0 auto;
}
.testimonail-itemsv2 .ratting {
  margin-bottom: 22px;
}
.testimonail-itemsv2 .ratting li i {
  font-size: 22px;
  color: #F3CB5F;
}
.testimonail-itemsv2 p {
  color: #032B52;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 60px;
}
.testimonail-itemsv2 .quote-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 630px;
  margin: 0 auto;
}
.testimonail-itemsv2 .quote-wrap .joh {
  width: 64px;
  height: 64px;
}
.testimonail-itemsv2 .quote-wrap .joh img {
  border-radius: 50%;
}
.testimonail-itemsv2 .quote-wrap .qicon {
  margin-bottom: -20px;
}
.testimonail-itemsv2 .degination .name {
  font-size: 18px;
  font-weight: 700;
  color: var(--title);
  margin-bottom: 2px;
  display: block;
}
.testimonail-itemsv2 .degination .gra {
  font-size: 16px;
  color: var(--pra);
  display: block;
}
.testimonail-itemsv2 .man-designation {
  gap: 24px;
}
@media (max-width: 767px) {
  .testimonail-itemsv2 p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .testimonail-itemsv2 p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}