@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.testimonial {
  width: 100%;
  padding: 150px 0;
  display: flex;
  align-items: center;
  background: url("../img/testimonial-bg.jpg") no-repeat;
}
.testimonial .testimonial-slider-wrap {
  border: 1px solid #FFB533;
  border-radius: 43px;
  background-color: #FFFCF8;
  padding: 50px 68px;
  max-width: 1085px;
  margin: 51px auto 0;
}
.testimonial .testimonial-slider-wrap .slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 1;
  width: 59px;
  height: 59px;
  background-position: center;
  border-radius: 50%;
  border: 1px solid #F8E3C0;
  background-image: url("../img/arw-tst-slider.svg");
  font-size: 0;
  background-color: #fff;
  overflow: hidden;
}
.testimonial .testimonial-slider-wrap .slick-arrow:hover {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="59" height="59" viewBox="0 0 59 59"><g id="Group_60194" data-name="Group 60194" transform="translate(-310 -3197.758)"><g id="Group_60193" data-name="Group 60193"><g id="Ellipse_1658" data-name="Ellipse 1658" transform="translate(310 3197.758)" fill="none" stroke="%23fff" stroke-width="1"><circle cx="29.5" cy="29.5" r="29.5" stroke="none"/><circle cx="29.5" cy="29.5" r="29" fill="none"/></g><path id="Icon_ionic-ios-arrow-back" data-name="Icon ionic-ios-arrow-back" d="M14.633,16l7.426-7.42A1.4,1.4,0,0,0,20.072,6.6l-8.413,8.407a1.4,1.4,0,0,0-.041,1.934l8.448,8.466a1.4,1.4,0,0,0,1.986-1.981Z" transform="translate(322.75 3210.563)" fill="%23ffffff"/></g></g></svg>') !important;
  background: #FFB533;
}
.testimonial .testimonial-slider-wrap .slick-arrow.slick-next {
  right: -200px;
  transform: scaleX(-1);
}
.testimonial .testimonial-slider-wrap .slick-arrow.slick-prev {
  left: -200px;
}
.testimonial .testimonial-slider-wrap .customer-leafs {
  padding: 25px 0;
  display: flex;
}
.testimonial .testimonial-slider-wrap .customer-leafs .user-img {
  border-radius: 8px;
  position: relative;
}
.testimonial .testimonial-slider-wrap .customer-leafs .user-img::after {
  content: "";
  position: absolute;
  width: 71px;
  height: 62px;
  background-size: contain;
  background-image: url("../img/tst-qts.svg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: -35px;
  top: -15px;
}
.testimonial .testimonial-slider-wrap .customer-leafs .user-img img {
  border-radius: 8px;
}
.testimonial .testimonial-slider-wrap .customer-leafs .user-comments {
  padding-left: 93px;
  color: #4F4F5B;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonial .testimonial-slider-wrap .customer-leafs .user-comments .author-title {
  color: #1A517A;
  font-weight: 700;
  font-size: 28px;
  line-height: 43px;
  padding-top: 30px;
}
.testimonial .testimonial-slider-wrap .customer-leafs .user-comments .author-title .desig {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #4F4F5B;
}

@media (max-width: 1679px) {
  .testimonial .testimonial-slider-wrap {
    padding: 45px 60px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-img::after {
    width: 64px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-comments {
    font-size: 18px;
    line-height: 30px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-comments .author-title {
    font-size: 24px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-comments .author-title .desig {
    font-size: 16px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-img img {
    border-radius: 8px;
    max-height: 230px;
  }
  .testimonial .testimonial-slider-wrap .slick-arrow.slick-prev {
    left: -180px;
  }
  .testimonial .testimonial-slider-wrap .slick-arrow.slick-next {
    right: -180px;
  }
  .testimonial {
    padding: 110px 0;
  }
}
@media (max-width: 1481px) {
  .testimonial .testimonial-slider-wrap {
    margin: 35px auto 0;
  }
  .testimonial .testimonial-slider-wrap {
    padding: 40px 60px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-comments {
    font-size: 16px;
    line-height: 28px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-comments .author-title {
    font-size: 22px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-comments .author-title .desig {
    font-size: 14px;
    line-height: 20px;
  }
  .testimonial .testimonial-slider-wrap .slick-arrow {
    width: 48px;
    height: 48px;
    background-size: 100%;
  }
  .testimonial .testimonial-slider-wrap .slick-arrow.slick-prev {
    left: -150px;
  }
  .testimonial .testimonial-slider-wrap .slick-arrow.slick-next {
    right: -150px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-img::after {
    width: 58px;
    right: -29px;
    top: -15px;
  }
}
@media (max-width: 1350px) {
  .testimonial .testimonial-slider-wrap .slick-arrow.slick-prev {
    left: -120px;
  }
  .testimonial .testimonial-slider-wrap .slick-arrow.slick-next {
    right: -120px;
  }
}
@media (max-width: 1199px) {
  .testimonial .testimonial-slider-wrap .customer-leafs .user-comments {
    padding-left: 60px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-img img {
    max-height: 210px;
  }
  .testimonial .testimonial-slider-wrap {
    padding: 20px 45px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-img::after {
    width: 43px;
    right: -20px;
    top: -11px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-comments .author-title {
    font-size: 19px;
  }
  .testimonial {
    padding: 80px 0;
  }
  .testimonial .testimonial-slider-wrap .slick-arrow.slick-prev {
    left: -100px;
  }
  .testimonial .testimonial-slider-wrap .slick-arrow.slick-next {
    right: -100px;
  }
  .testimonial .testimonial-slider-wrap .slick-arrow {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 1080px) {
  .testimonial .testimonial-slider-wrap .slick-arrow.slick-prev {
    left: -60px;
  }
  .testimonial .testimonial-slider-wrap .slick-arrow.slick-next {
    right: -60px;
  }
}
@media (max-width: 991px) {
  .testimonial {
    padding: 60px 0;
  }
  .testimonial .testimonial-slider-wrap {
    margin: 25px auto 0;
  }
  .testimonial .testimonial-slider-wrap .slick-arrow {
    display: none !important;
  }
  .testimonial .testimonial-slider-wrap {
    padding: 15px 30px;
    border-radius: 35px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-comments {
    font-size: 15px;
    line-height: 25px;
    padding-left: 45px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-comments .author-title {
    font-size: 17px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-comments .author-title .desig {
    font-size: 13px;
    line-height: 15px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-img::after {
    width: 34px;
    right: -17px;
    top: -8px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-comments .author-title {
    padding-top: 15px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-img img {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .testimonial .testimonial-slider-wrap .customer-leafs {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-comments {
    padding-left: 0;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-img img {
    max-height: 135px;
    margin-bottom: 20px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-comments {
    text-align: center;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-img::after {
    display: none;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs {
    padding: 15px 0;
    display: flex;
  }
}
@media (max-width: 579px) {
  .testimonial {
    padding: 50px 0 40px;
  }
  .testimonial .testimonial-slider-wrap {
    padding: 10px 20px;
    border-radius: 25px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-comments {
    font-size: 14px;
    line-height: 23px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-comments .author-title {
    font-size: 16px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-comments .author-title .desig {
    font-size: 12px;
    line-height: 15px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-comments .author-title {
    line-height: 36px;
  }
  .testimonial .testimonial-slider-wrap .customer-leafs .user-img img {
    max-height: 120px;
  }
}