@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
.ts-testimonial-container .btn,
.ts-testimonial-container .btn:hover {
  background-color: var(--awb-color4);
  border-radius: 50px;
  border: 0;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  color: var(--awb-color5);
  font-weight: 500;
  font-family: var(--body_typography-font-family);
}
.ts-testimonial-container {
  position: relative;
  font-size: 18px;
}
.ts-testimonial-container .left-content {
  padding: 30px 30px 30px 5%;
}
.ts-testimonial-container .left-content h2 {
  /*      font-size: 28px !important; */
  margin-bottom: 20px !important;
  /*      font-family: "Playfair Display" !important; */
  font-family: var(--h2_typography-font-family) !important;
  color: #141617;
  /*font-weight: 600 !important;*/
}
.ts-testimonial-container .left-content p {
  margin-bottom: 30px;
  /*      font-family: "Playfair Display"; */
  font-family: var(--body_typography-font-family);
}
/* simplified layout css */
.ts-testimonial-layout {
  padding: 30px 14px !important;
  height: 500px !important;
}
.ts-testimonial-layout .swiper-slide .slide-content {
  border-radius: 45px;
  background-color: #cadbec;
  /*padding: 5vw 6vw;*/
  padding: 5vw;
  display: flex;
      flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ts-testimonial-layout .swiper-wrapper, 
.ts-testimonial-layout .swiper-slide, 
.ts-testimonial-layout .swiper-slide .slide-content {
    height: 100% !important;
}
.ts-testimonial-layout .swiper-button-prev,
.ts-testimonial-layout .swiper-button-next {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  border: 1px solid #ffffff;
  background-color: var(--awb-color6);
}
.ts-testimonial-layout .swiper-button-prev:after,
.ts-testimonial-layout .swiper-button-next:after {
  font-size: 24px;
  color: #fff;
  margin-left: -3px;
}
.ts-testimonial-layout .swiper-button-next:after {
  margin-left: 3px;
}
.ts-testimonial-layout .swiper-button-prev {
  left: 0;
}
.ts-testimonial-layout .swiper-button-next {
  right: 0;
}
.ts-testimonial-layout .swiper-pagination {
  width: auto !important;
  left: 50% !important;
  bottom: 10px !important;
  border: 1px solid #648895;
  opacity: 0.99;
  border-radius: 5px;
  background-color: #fff;
  transform: translateX(-50%);
  height: 11px;
  display: flex;
}
.ts-testimonial-layout .swiper-pagination-bullet {
  height: 9px !important;
  width: 25px !important;
  border-radius: 0;
  margin: 0 !important;
  background: transparent;
}
.ts-testimonial-layout .swiper-pagination-bullet-active {
  background: #648895 0% 0% no-repeat padding-box;
  border-radius: 4px !important;
}
.ts-testimonial-layout .swiper-pagination-bullet:first-child {
  border-radius: 5px 0 0 5px;
}
.ts-testimonial-layout .swiper-pagination-bullet:last-child {
  border-radius: 0 5px 5px 0;
}
.ts-testimonial-scroll {
    overflow: auto;
    max-height: 280px;
    margin: 20px 0;
    padding: 0 1vw;
}
/* width */
.ts-testimonial-scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.ts-testimonial-scroll::-webkit-scrollbar-track {
  background: transparent; 
  border-radius: 5px;
}
 
/* Handle */
.ts-testimonial-scroll::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 5px;
}

/* Handle on hover */
.ts-testimonial-scroll::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.ts-testimonial-layout .swiper-slide .slide-content p {
  font-size: 18px;
  line-height: 1.6;
  /*     font-family: "Playfair Display" !important; */
  font-family: var(--body_typography-font-family) !important;
  font-style: italic;
  /*margin-top: 25px;*/
  margin-bottom: 0;
}
.ts-testimonial-layout .swiper-slide .slide-content .member-image-container {
  position: relative;
  width: 330px;
  margin: 0 auto;
}
.ts-testimonial-layout
  .swiper-slide
  .slide-content
  .member-image-container
  #member-snap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.ts-testimonial-layout
  .swiper-slide
  .slide-content
  .member-image-container
  #member-bg-gradient {
  /* ff 3.6+ */
  background: -moz-linear-gradient(
    34deg,
    rgba(234, 195, 128, 1) 0%,
    rgba(240, 171, 29, 1) 18.98%,
    rgba(218, 128, 104, 1) 37.55%,
    rgba(100, 137, 150, 1) 55.69%,
    rgba(23, 103, 123, 1) 72.67%,
    rgba(68, 159, 214, 1) 87.32%,
    rgba(203, 220, 237, 1) 100%
  );
  /* safari 5.1+,chrome 10+ */
  background: -webkit-linear-gradient(
    34deg,
    rgba(234, 195, 128, 1) 0%,
    rgba(240, 171, 29, 1) 18.98%,
    rgba(218, 128, 104, 1) 37.55%,
    rgba(100, 137, 150, 1) 55.69%,
    rgba(23, 103, 123, 1) 72.67%,
    rgba(68, 159, 214, 1) 87.32%,
    rgba(203, 220, 237, 1) 100%
  );
  /* opera 11.10+ */
  background: -o-linear-gradient(
    34deg,
    rgba(234, 195, 128, 1) 0%,
    rgba(240, 171, 29, 1) 18.98%,
    rgba(218, 128, 104, 1) 37.55%,
    rgba(100, 137, 150, 1) 55.69%,
    rgba(23, 103, 123, 1) 72.67%,
    rgba(68, 159, 214, 1) 87.32%,
    rgba(203, 220, 237, 1) 100%
  );
  /* ie 6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAC380', endColorstr='#CBDCED', GradientType=1 );
  /* ie 10+ */
  background: -ms-linear-gradient(
    34deg,
    rgba(234, 195, 128, 1) 0%,
    rgba(240, 171, 29, 1) 18.98%,
    rgba(218, 128, 104, 1) 37.55%,
    rgba(100, 137, 150, 1) 55.69%,
    rgba(23, 103, 123, 1) 72.67%,
    rgba(68, 159, 214, 1) 87.32%,
    rgba(203, 220, 237, 1) 100%
  );
  /* global 94%+ browsers support */
  background: linear-gradient(
    34deg,
    rgba(234, 195, 128, 1) 0%,
    rgba(240, 171, 29, 1) 18.98%,
    rgba(218, 128, 104, 1) 37.55%,
    rgba(100, 137, 150, 1) 55.69%,
    rgba(23, 103, 123, 1) 72.67%,
    rgba(68, 159, 214, 1) 87.32%,
    rgba(203, 220, 237, 1) 100%
  );
  position: relative;
  z-index: 1;
}
.ts-testimonial-layout
  .swiper-slide
  .slide-content
  .member-image-container:before {
  position: absolute;
  content: "";
  border: 3px solid #cadbec;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-shadow: 0px 0px 0px 3px #cadbec;
  right: -1px;
  top: 0;
}
.ts-testimonial-layout .swiper-slide .slide-content .member-name {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  font-family: var(--body_typography-font-family) !important;
}
.ts-testimonial-layout .swiper-slide .slide-content .checkmark {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  font-family: var(--body_typography-font-family) !important;
  margin-top: 1rem;
}
.ts-testimonial-layout .swiper-slide .slide-content .member-designation,
.ts-testimonial-layout .swiper-slide .slide-content .member-address {
  /*      font-family: "Playfair Display" !important; */
  font-family: var(--body_typography-font-family) !important;
}
.ts-testimonial-layout .swiper-slide .slide-content .member-address {
  font-size: 0.8em;
}
@media (max-width: 1660px) {
  .ts-testimonial-layout .swiper-slide .slide-content {
    max-height: initial;
  }
}
@media (max-width: 1399px) {
  .ts-testimonial-layout .swiper-slide .slide-content p {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .ts-testimonial-layout .swiper-slide .slide-content p {
    font-size: 18px;
  }
  .ts-testimonial-layout .swiper-slide .slide-content .member-image-container {
    width: 285px;
    margin: 0 auto;
  }
  .ts-testimonial-layout
    .swiper-slide
    .slide-content
    .member-image-container
    #member-bg-gradient {
    width: 240px !important;
  }
  .ts-testimonial-layout
    .swiper-slide
    .slide-content
    .member-image-container
    svg {
    width: 220px !important;
  }
  .ts-testimonial-layout
    .swiper-slide
    .slide-content
    .member-image-container
    #member-snap {
    left: 25px;
    top: 0;
  }
  .ts-testimonial-layout
    .swiper-slide
    .slide-content
    .member-image-container:before {
    width: 240px;
    left: 1px;
    right: 1px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .ts-testimonial-layout {
    padding: 30px 14px;
  }
  .ts-testimonial-layout .swiper-button-next {
    right: 0;
  }
  .ts-testimonial-container > .row > .col-12:first-child {
    order: 2;
  }
  .ts-testimonial-container .left-content {
    order: 1;
  }
  .ts-testimonial-container .disclaimer-box {
    order: 3;
}
}
@media (max-width: 767px) {
  .ts-testimonial-container .left-content {
    padding: 30px;
  }
  /*      .ts-testimonial-layout .swiper-slide .slide-content {
         height: 640px;
    } */
  .ts-testimonial-layout .swiper-slide .slide-content p {
    font-size: 13px;
    text-align: center;
  }
  .ts-testimonial-layout .swiper-slide .slide-content .member-address {
    margin-bottom: 20px;
  }
  .ts-testimonial-layout .swiper-slide .slide-content .member-image-container {
    width: 240px;
  }
  .ts-testimonial-layout
    .swiper-slide
    .slide-content
    .member-image-container
    #member-snap {
    left: 0;
  }
}
@media (max-width: 575px) {
  .ts-testimonial-layout .swiper-slide .slide-content {
    padding: 5vw 35px;
  }
}
