.testimonial-cards{
  position:relative;
  overflow:hidden;
}
.testimonial-cards .dis-flex {
  flex-wrap: nowrap;
  align-items: stretch;
  gap:20px;
  height:100%;
}
.testimonial-cards .splide__list {
  align-items: stretch;
}
.testimon-head{margin-bottom:40px}
.testimon-head p{max-width:457px; margin:0 auto 20px;}
.testim-lt{width:473px;}
.testimonial-slider-top .testim-lt{
  margin-right:20px;
}
.testim-ltinner{height:100%;border-radius:20px;}
.testim-lt img{
  width:100%;
  height:100% !important;
  object-fit:cover; 
  border-radius:20px;
}
.testimonial-slider-bottom .testim-rt {
  margin-right: 20px;
}
.testimonial-cards .splide__track {
  user-select:auto !important;
}
.testim-rt{width:477px;position:relative;border-radius: 20px;background:var(--celestite_color); padding:32px 30px;}
.testim-icon{width:27px;position:absolute; left:30px;}
.testim-dinner{padding-left:49px;}
.testimonial-slider-top,.testimonial-slider-bottom p,.testimonial-slider-mb p{color:var(--base_color);}
.testimonial-cards .slick-slide {margin:0 10px;user-select: text;}
.testimonial-slider-bottom{margin-top:20px;}
.testimonial-cards .slick-slide{height: inherit !important;}
.testimonial-cards .slick-slide > div {height: 100%;}
.testimonial-slider-bottom .testim-dinner{text-align:left;direction: ltr;}
.testimonial-slider-bottom .testim-icon{position:absolute; left:30px;}
.testimonial-slider-mb{display:none}
.tclient-text {
  display: inline-block;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--secondary_color);
}
@media(max-width:1360px){
  .testimonial-cards .slick-list{padding:0 15%;}
}
@media(max-width:1280px){
  .testimonial-cards .slick-list{padding:0 10%;}
}
@media(max-width:1024px){
  .testim-rt {
    padding: 20px 15px;
  }
  .testim-dinner {
  }
  @media(max-width:767px){
    .testimonial-slider-top ,.testimonial-slider-bottom{display:none !important}
    .testimonial-slider-mb{display:block;padding:0 20px;}
    .testimonial-cards .slick-list{padding:0;}
    .testim-rt{width:100%; margin-left:0;padding: 30px 20px;}
    .testim-rt .detail-content{font-size:16px;}
    .tclient-text{font-size:15px; font-weight:700;}
    .testim-dinner {padding-left: 30px;padding-top: 20px;}
    .testimonial-slider-mb .slick-dots{
      list-style: none;
      line-height: 50px;
      text-align: left !important;
    }
    .testimonial-slider-mb .slick-dots li button{display:none;}
    .testimonial-slider-mb .slick-dots li{width:8px; height:8px; border-radius:50%; margin-right:8px; background-color:#E9F0F9;}
    .testimonial-slider-mb .slick-dots li.slick-active{background-color:var(--base_color);}
    .testimonial-slider-mb .slick-arrow { position: absolute; 
      bottom:0px; 
      right: 0; 
      font-size: 0;
      background-color:transparent; 
      cursor:pointer;
      border: none;
      width: 48px;
      height: 48px;
    }
    .testimonial-slider-mb .slick-arrow.prev-arrow{right:60px;}
    .testimonial-slider-mb .slick-arrow.next-arrow{transform:rotate(-180deg);}
    .testimonial-cards .slick-slide {
      margin: 0;
    }
  }

