.slider-icon-testimonials {
    display: flex;
    position: absolute;
    right: 0;
    top: -64px;
    gap: 20px;
}
.swiper.testimonials-swiper {
    overflow: visible !important;
}
.client-profile-bg {
    display: flex;
    gap: 20px;
    align-items: center;
}
  .testimonial-content::before {
    content: url('../../../img/Vectoricon-testimonials.svg');
  }
  .testimonial-content {
    position: relative;
  }
  .client-profile-bg {
    border-top: 1px solid #1B1B1B;
    padding-top: 20px;
}
.testimonial-video video {
    border-radius: 5px;
}
h4.testimonial-name {
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
    margin-bottom: 5px !important;
}
p.testimonial-text {
    padding-bottom: 20px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 14px;
}
.testimonial-content {
    display: flex;
    flex-direction: column; 
    height: calc(100% - 250px);
    justify-content: space-between;
}
.client-profile-bg {   
    margin-top: auto;
}
.testimonials-video-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.testimonial-item {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    background-color: rgb(170 245 255 / 12%);
    padding: 30px 40px;
    height: auto;
    margin: 0 13px;
}
section.clients-testimonials-block {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgb(216 216 216 / 21%);
}
.testimonial-video video {
    height: 250px;
    width: 100%;
}
.swiper-slide.testimonial-item {
    width: 511px !important;
}
.testimonials-slider-wrap {
    position: relative;
}
button.testimonials-button-prev.slick-arrow {
    background: none;
    border: none;
    cursor: pointer;
}
button.testimonials-button-next.slick-arrow {
    background: none;
    border: none;
    cursor: pointer;
}
.slick-disabled{
    opacity: .6;
}
.testimonials-swiper .slick-list {
    margin: 0 -13px;
}
.clients-testimonials-block .section-heading h2 {
    text-align: center;
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
}
.testimonial-video {
    padding-bottom: 16px;
}
  @media screen and (max-width: 767px) {
.testimonials-nav.slider-nav-right img {
    width: 20px;
}
.slider-icon-testimonials {
    gap: 0px;
}
.testimonials-video-content {
    padding: 10px;
}
.clients-testimonials-block .section-heading h2 {
    font-size: 24px !important;
    text-align: left;
    font-weight: 700 !important;
    line-height: 110% !important;
}
.slider-icon-testimonials {
    top: -36px;
}
.testimonials-nav.slider-nav-left img {
    width: 20px;
}
section.clients-testimonials-block {
    padding-top: 50px;
    padding-bottom: 0px;
}
.testimonial-item {
    padding: 0px 0px;
}
.testimonial-video video {
    width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    section.clients-testimonials-block {
        padding-top: 65px;
        padding-bottom: 45px; background-color: rgb(216 216 216 / 21%);
    }
  }
