.testimonial-section-wrapper {
  padding: 50px 0;
}

.testimonial {
  position: relative;
}

.testimonial-content {
  text-align: center;
  /* border-left: 5px solid #dc1c3c; */
  padding-left: 50px;
}

.testimonial-title {
  margin-bottom: 50px;
  font-size: 40px;
}

.testimonial-description {
  font-size: 30px;
  margin-bottom: 40px;
}

.author-name {
  font-weight: 700;
}
.author-details {
  text-align: left;
}

.author-name {
  font-size: clamp(15px, 1.4vw, 30px);
  margin-bottom: 0px;
}

.author-designation,
.author-company {
  font-size: clamp(14px, 1.15vw, 24px);
}

.quotation-icon {
  position: absolute;
  left: 120px;
  top: 55px;
}
.quotation-icon img {
  width: 120px;
  height: auto;
  margin-top: 10px;
}
.testimonial-author {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonial-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #dc1c3c;
}
.testimonial-img img {
  border-radius: 50px;
}
#testimonialCarousel .owl-dots .owl-dot {
  border: 1px solid #e01020 !important;
  background: #fff;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
}
#testimonialCarousel .owl-dots .owl-dot.active {
  background: #e01020 !important;
}
#testimonialCarousel .owl-dots {
  text-align: center;
}
.testimonial-author .author-name{
  line-height: 1.6;
  color: black;
  margin-top:0;
  font-weight: bold;
}
@media (min-width: 1800px) {
  .testimonial-title {
    font-size: 42px;
  }
}
@media (min-width: 1600px) {
  .testimonial-title {
    margin-bottom: 50px;
  }
  .quotation-icon img {
    width: 120px;
  }
}
@media (min-width: 1300px) and (max-width: 1599px) {
  .testimonial-description {
    font-size: 24px !important;
  }
}
@media (min-width: 1024px) and (max-width:1366px) {
  .quotation-icon {
      top: 20px;
  }
  .testimonial-title {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .testimonial-description,
  .author-name {
    font-size: 22px;
  }
  .author-designation,
  .author-company {
    font-size: 18px;
  }
  .quotation-icon img {
    width: 70px;
  }
  .testimonial-title {
    font-size: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-title {
    margin-bottom: 20px;
    font-size: 36px;
  }
  .quotation-icon {
    top: 20px;
    left: 20px;
  }
  .quotation-icon img {
    width: 60px;
  }
  .testimonial-description {
    font-size: 22px;
  }
  .author-name {
    font-size: 18px;
  }
  .author-designation,
  .author-company {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .testimonial-description {
    font-size: 24px;
  }
  .testimonial-section-wrapper {
    padding: 40px 0px 40px;
  }
  .testimonial-content {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .quotation-icon img {
    width: 50px;
  }
  .quotation-icon {
    top: 0px;
  }
  /* .testimonial-section {
    padding-bottom: 40px;
  } */
  .testimonial-title {
    font-size: 30px;
  }
  .testimonial-section-wrapper {
    padding-top: 30px;
  }
  .quotation-icon {
    top: 5%;
  }
  .testimonial-section .image {
    display: none;
  }
  .testimonial-description {
    font-size: 20px;
  }
  .testimonial-content {
    padding-left: 0;
  }
  .quotation-icon {
    left: 0;
  }
  .testimonial-title {
    margin-bottom: 30px;
  }
}

