.testimonial-main {
  display: block;
  position: relative;
}

.testimonial-main:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 170px;
  bottom: -85px;
  background: #f6f7f9;
}


.provider-testimonial-slider.slick-dotted.slick-slider {
  position: relative;
  max-width: 1616px;
  margin: 0 auto;
  width: 100%;
}

.testimonial-boxs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.testimonial-image {
  display: block;
  width: 531px;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-content {
  padding: 0;
  width: calc(100% - 618px);
  margin-left: auto;
}

.subtitle {
  display: block;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #002A80;
  margin: 0 0 8px;
}

.testimonial-content h2 {
  display: block;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  text-transform: capitalize;
  color: #000000;
  margin: 0 0 14px;
}

.stars {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 35px;
}

.stars svg {
  display: block;
  fill: #002A80;
}

.testimonial-content p {
  display: block;
  width: 90%;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  text-transform: capitalize;
  color: #000000;
  margin: 0 0 45px;
}

.author {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 23px;
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  text-transform: capitalize;
  color: #000000;
}

.author span {
  display: block;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #000000;
}

.provider-testimonial-slider .slick-dots {
  top: 75%;
  transform: translateY(-50%);
  left: auto;
  width: 42px;
  bottom: auto;
  gap: 10px;
}

.provider-testimonial-slider .slick-dots li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border: solid 1px transparent;
  background: transparent;
  transition: all 0.5s;
}

.provider-testimonial-slider .slick-dots li button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
  border: 0;
  background: #000;
  border-radius: 50%;
  padding: 0px;
  margin: 0px;
  transition: all 0.5s;
}

.provider-testimonial-slider .slick-dots li.slick-active {
  border-color: #002A80;
}

.provider-testimonial-slider .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background: #002A80;
}


/* 1600px */
@media (max-width: 1700px) {
  .provider-testimonial-slider.slick-dotted.slick-slider {max-width: 1160px;}
  .testimonial-content {width: calc(100% - 578px);}
  .provider-testimonial-slider .slick-dots {top: 65%;}
}

/* 1440px */
@media (max-width: 1599px) {

}

/* 1200px */
@media (max-width: 1439px) {
  
}

/* 1024px */
@media (max-width: 1199px) {
  .provider-testimonial-slider.slick-dotted.slick-slider {max-width: 940px;}

  .testimonial-image {max-width: 40%; width: 100%;}
  .testimonial-content {width: calc(100% - 45%);}
  .testimonial-content h2 {font-size: 40px; line-height: 1;}
  .stars {margin: 0 0 20px;}
  .testimonial-content p {font-size: 16px; line-height: 1.5; margin: 0 0 25px;}
  .author {font-size: 18px; line-height: 1; gap: 15px;}
  .author span {font-size: 14px; line-height: 1;}
  .provider-testimonial-slider .slick-dots {top: 55%;}
  .testimonial-main::before {top: 140px; bottom: -60px;}

  
}

/* 991px */
@media (max-width: 991px) {
  .provider-testimonial-slider.slick-dotted.slick-slider {max-width: 680px; padding: 0px;}

  .testimonial-content {width: calc(100% - 40%); padding: 0 40px 0 30px;}
  .testimonial-content h2 {font-size: 30px;}
  
}

/* 767px */
@media (max-width: 767px) {
  .testimonial-boxs {padding: 0;}
  .testimonial-image {max-width: 100%; width: 100%; aspect-ratio: 2/1; border-radius: 20px; overflow: hidden;}
  .testimonial-image img {object-fit: cover; object-position: center center;}
  .testimonial-content {width: 100%; padding: 0; margin: 30px 0 0;}
  .testimonial-content p {width: 100%;}

  .provider-testimonial-slider .slick-dots {bottom: -40px; top: auto; transform: translateY(0); width: 100%;}
}

/* 567px */
@media (max-width: 567px) {
  .testimonial-boxs {padding: 0px 20px;}
  .testimonial-content h2 {font-size: 26px;}
  .provider-testimonial-slider .slick-dots {bottom: -50px;}
  .provider-testimonial-slider .slick-dots li {width: 32px; height: 32px;}
  
}
