/*----------------------------------------*/
/*  - Testimonial
/*----------------------------------------*/
.testimonial-area {
	position: relative;
}
.testimonial-item {
  background-color: var(--light-color);
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  gap: 0 30px;
}
.testimonial-content {
  position: relative;
}
.swiper-button-prev, .swiper-button-next{
  display:none;
}

.testimonial-content::before {
  background-image: url("../../../assets/images/testimonial/quote.png");
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -7px;
  top: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 991px) {
  .testimonial-content::before {
    left: 10px;
  }
}
.testimonial-content p {
  position: relative;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-content p {
    font-size: 16px !important;
  }
  .testimonial-content p br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-content p br {
    display: none;
  }
  .testimonial-img {
    flex: 0 0 70px;
  }
  .testimonial-content p {
    font-size: 16px !important;  
  }
  .testimonial-item {
    gap: 0 15px;
  }
  .testimonial-carousel{
   position: relative;
}

.swiper-button-next {
  margin-top: 0px;
  position: absolute;
  top: 100%;
  right:20%;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
      color: #d72027;
  display:block;
  text-align: center;
}
.swiper-button-prev {
  position: absolute;
  top: 100%;
  left: 20%;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  margin-top: 0px;
      color: #d72027;
  display:block;
  text-align: center;
}
}
.testimonial-content h3 {
  line-height: 1.35;
  margin-bottom: 0;
}
.testimonial-content span {
  line-height: 1.55;
}
.testimonial-pagination {
  position: relative;
  bottom: 0 !important;
  padding-top: 50px;
}
