/* testimonial */

.testimonial-wrap {
  padding-bottom: 102px;
}
.single-testimonial {
  position: relative;
}
.author-section {
  height: 400px;
}
.single-testimonial:nth-child(even) .author-section {
  height: 280px;
  margin-top: 50px;
}
.author-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.testimonial-content .author-small {
  width: 36px;
  height: 36px;
  border-radius: 100px;
}
.testimonial-content {
  position: absolute;
  left: 20px;
  bottom: -100px;
  right: 20px;
  background: #ffff;
  box-shadow: 0 0 3px #ccc;
  border-radius: 12px;
  padding: 16px;
  color: #7C8E9D;
  font-size: 16px;
}
.author-name {
  font-size: 16px;
  color: #007B8A;
  font-weight: 500;
  margin: 0 0 14px;
}
.testimonial-area .swiper-slide-nav div {
  position: absolute;
  left: -44px;
}
.testimonial-area .swiper-slide-nav div.swiper-button-next {
  left: auto;
  right: -44px;
}
.testimonial-area .swiper-slide-nav div:after {
  color: #000000;
}


/* Responsive CSS */


/* (max-width: 1300px) */
@media (max-width: 1300px){


.testimonial-area .swiper-slide-nav div {
  position: absolute;
  left: -10px;
}
.testimonial-area .swiper-slide-nav div.swiper-button-next {
  left: auto;
  right: -10px;
}







}

/* (max-width: 767px) */
@media (max-width: 767px){










}