.testimonial {
  position: relative;
  padding: 50px 20px;
  display: none;
}
@media (max-width: 520px) {
  .testimonial {
    padding-top: 10px;
  }
}
.testimonial::before {
  background-image: url("/assets/img/background_img/fifth-left.png");
  top: 0;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1249px) {
  .testimonial::before {
    height: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .testimonial::before {
    height: 50%;
    width: 50%;
  }
}
.testimonial::after {
  background-image: url("/assets/img/background_img/fifth-right.png");
  bottom: 0;
  position: absolute;
  content: "";
  width: 100%;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
}
@media (max-width: 1249px) {
  .testimonial::after {
    height: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .testimonial::after {
    height: 50%;
    width: 50%;
  }
}
.testimonial .inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1049px) {
  .testimonial .inner {
    flex-direction: column;
  }
}
.testimonial .inner .text-wrapper {
  flex: 0 0 45%;
}
.testimonial .inner .text-wrapper .sub-heading {
  color: #35A1EA;
  font-family: "Ubuntu";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .testimonial .inner .text-wrapper .sub-heading {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .testimonial .inner .text-wrapper .sub-heading {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .testimonial .inner .text-wrapper .sub-heading {
    font-size: 20px;
  }
}
.testimonial .inner .text-wrapper .heading {
  color: #006FBA;
  font-family: "Ubuntu";
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 53px;
  text-transform: capitalize;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .testimonial .inner .text-wrapper .heading {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .testimonial .inner .text-wrapper .heading {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .testimonial .inner .text-wrapper .heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 390px) {
  .testimonial .inner .text-wrapper .heading {
    font-size: 26px;
    line-height: normal;
  }
}
.testimonial .inner .text-wrapper .testimonial-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
@media (max-width: 620px) {
  .testimonial .inner .text-wrapper .testimonial-wrap {
    flex-wrap: wrap;
  }
}
.testimonial .inner .text-wrapper .testimonial-wrap .images img {
  width: 150px;
  height: 150px;
  border-radius: 6px;
  background: #D9D9D9;
  box-shadow: 0px 0px 20px 0px rgba(122, 218, 206, 0.25);
}
@media (max-width: 620px) {
  .testimonial .inner .text-wrapper .testimonial-wrap .images img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 390px) {
  .testimonial .inner .text-wrapper .testimonial-wrap .images img {
    width: 100px;
    height: 100px;
  }
}
.testimonial .inner .text-wrapper .testimonial-wrap .clients {
  margin-left: 20px;
}
@media (max-width: 620px) {
  .testimonial .inner .text-wrapper .testimonial-wrap .clients {
    margin-left: 0px;
    padding: 10px 0px;
  }
}
@media (max-width: 475px) {
  .testimonial .inner .text-wrapper .testimonial-wrap .clients {
    margin-left: 0px;
    padding: 10px 0px 0px;
  }
}
.testimonial .inner .text-wrapper .testimonial-wrap .clients .client-wrap {
  display: flex;
  align-items: center;
}
.testimonial .inner .text-wrapper .testimonial-wrap .clients .client-wrap .name {
  color: #006FBA;
  font-family: "Ubuntu";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 991px) {
  .testimonial .inner .text-wrapper .testimonial-wrap .clients .client-wrap .name {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .testimonial .inner .text-wrapper .testimonial-wrap .clients .client-wrap .name {
    font-size: 22px;
  }
}
@media (max-width: 390px) {
  .testimonial .inner .text-wrapper .testimonial-wrap .clients .client-wrap .name {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .testimonial .inner .text-wrapper .testimonial-wrap .clients .client-wrap .star-wrap {
    margin-left: 5px;
  }
}
.testimonial .inner .text-wrapper .testimonial-wrap .clients .review {
  color: #308AC7;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}
@media (max-width: 575px) {
  .testimonial .inner .text-wrapper .testimonial-wrap .clients .review {
    font-size: 15px;
  }
}
.testimonial .inner .image-wrap {
  flex: 0 0 40%;
}
.testimonial .inner .image-wrap img {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=testimonial.css.map */