.testimonial-slider .top-section.left .content_wrp {
    text-align: left;
}
.testimonial-slider .top-section.left .btn_row {
    justify-content: flex-start;
}
.testimonial-slider .top-section.center .content_wrp {
    text-align: center;
}
.testimonial-slider .top-section.center .btn_row {
    justify-content: center;
}
.testimonial-slider .top-section.right .content_wrp {
    text-align: right;
}
.testimonial-slider .top-section.right .btn_row {
    justify-content: flex-end;
}
.testimonial-slider {
    position: relative;
}

.testimonial-slider .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.testimonial-slider .bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.testimonial-slider .innerContainer {
    position: relative;
    z-index: 9;
}
.testimonial-slider .bg_overlay.bg {
    z-index: 2;
}
.testimonial-slider .innerContainer .custom {
    margin: 0 auto;
}

.testimonial-slider .top-section {
  max-width: 1630px;
  margin: 0 auto;
  padding:0px 15px;
  margin-bottom: 120px;
}
.testimonial-slider .bottom_row {
    padding: 0px 10px;
    margin-top: 50px;
}

.testimonial-slider .bottom_row .splide__slide .Inner-col {
    padding: 20px;
    cursor: grab;
  transition: all 0.3s ease; /
}
.testimonial-slider .bottom_row .splide__slide .Inner-col {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-slider .custom-nav {
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.testimonial-slider .top-section h5 {
    margin: 0;
}
.testimonial-slider .custom-nav .hs-button {
    position: relative;
    text-align: left;
    min-width: 250px;
    font-weight: 700;

}

.testimonial-slider .custom-nav .hs-button::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  aspect-ratio: 1;
  margin-left: 10px;
  background-color: #000;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .6s;
}
.testimonial-slider .top-section .btn_row {
    display: flex;
}
.testimonial-slider .bottom_row .splide__slide h4 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1.69230769;
  font-weight: 700;
}
.testimonial-slider .bottom_row .splide__slide  .rating {
    margin-bottom: 15px;
}
.testimonial-slider .bottom_row .splide__slide  .rating svg {
    stroke: #fd5108;
    fill: #fd5108;
    width: 25px;
    height: 25px;
}
.testimonial-slider .bottom_row .splide__slide  .branch {
    margin-bottom: 25px;
}


.testimonial-slider .top-section h2 {
  font-weight: bold;
}
@media(max-width:767px){
  
  .testimonial-slider .top-section {
    margin-bottom: 60px;
  }

  .testimonial-slider .bottom_row {
    margin-top: 40px;
  }

  .testimonial-slider .custom-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
  .testimonial-slider .custom-nav .hs-button {
    min-width: auto;
  }

  .testimonial-slider .custom-nav a {
    padding-right: 50px;
  }

  
}