.testimonials {
    position: relative;
    padding: 60px 0;
    z-index: 1;
}

.testimonials::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 403px;
    background: linear-gradient(0deg, rgba(229,239,250,1) 0%, rgba(229,239,250,1) 28%, rgba(229,239,250,0) 100%); 
    z-index: -1;
}

.testimonial-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -2;
}

.testimonial-heading {
    padding: 0 0 30px;
}

.testimonial-heading h2 {
    padding: 0;
}

.testimonial-heading h5 span::before {
    content: var(--heading-icon);
    display: inline-flex;
    width: 40.9px;
    height: 11.15px;
    position: relative;
    right: 6px;
    top: -1px;
}

.testimonial-heading h5 span::after {
    content: var(--heading-icon);
    display: inline-flex;
    width: 40.9px;
    height: 11.15px;
    position: relative;
    left: 6px;
    top: -1px;
}

.testimonial {
    border-radius: 20px;
    background-color: rgba(255,255,255,0.50);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    padding: 30px 26px;
}

.testimonial-details ul,
.testimonial-details ul li {
    margin: 0;
    padding: 0;
}

.testimonial-details ul li::before {
    display: none;
}

.testimonial-details ul {
    display: flex;
    padding-bottom: 3px;
}

.testimonial-details ul li i {
    font-size: 18px;
    color: #EB2F07;
    margin-right: 4px;
}

.testimonial-item-scroll {
    height: 184px;
    padding-right: 26px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #3377cd rgba(114, 114, 114, 0.20);
}

.testimonial-item-scroll::-webkit-scrollbar {
    width: 6px;
}

.testimonial-item-scroll::-webkit-scrollbar-track {
    background: rgba(114, 114, 114, 0.20);
    border-radius: 100px;
  }

  .testimonial-item-scroll::-webkit-scrollbar-thumb {
    background-color: #3377cd;
    border-radius: 100px;
    
  }

.testimonial-item-scroll p {
    font-size: 15px;
    line-height: 1.53em;
    color: #000;
}

.testimonial-author {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.testimonial-author-image {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
}

.testimonial-author-image img {
    height: 100%;
}

.testimonial-author-content {
    width: calc(100% - 50px);
    padding-left: 10px;
}

.testimonial-author-content h4 {
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    color: #3377CD;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.testimonial-author-content p {
    font-size: 14px;
    color: #000;
}

.js-testimonial .slick-list  {
    padding-bottom: 64px;
}

.js-testimonial .slick-track {
    display: flex;
    flex-direction: row-reverse;
}

.testimonial-button {
    margin-top: 20px;
}

.testimonial-button .btn {
    font-size: 16px;
}

.js-testimonial {
    width: calc(100% + 32px);
    margin-left: -16px;
}

.js-testimonial .slick-slide {
    margin: 0 16px;
}

.testimonials.bg-blue::before{
    background: rgb(229,239,250);
    background: linear-gradient(0deg, rgba(229,239,250,0.804359243697479) 0%, rgba(229,239,250,0.5970763305322129) 28%, rgba(229,239,250,0) 100%);
}

@media (min-width: 768px) {

    .testimonials {
        padding: 70px 0;
    }

    .js-testimonial .slick-list {
        padding-bottom: 0px;
    }

    .js-testimonial .slick-arrow {
        bottom: unset;
        top: 50%;
        -webkit-transform: translate(0% , -50%);
                transform: translate(0% , -50%);
        margin: 0;
    }

    .js-testimonial .slick-prev {
        left: -11px;
    }

    .js-testimonial .slick-next {
        right: -11px;
    }

    .testimonial-item-scroll p {
        font-size: 16px;
    }

    .testimonial-item-scroll {
        height: 192px;
        padding-right: 17px;
    }

    .testimonial-author-content h4 {
        font-size: 16px;
    }

    .testimonial-button {
        margin-top: 40px;
    }

    .testimonial-button .btn {
        font-size: 17px;
    }

}

@media (min-width: 1200px) {
    .testimonials {
      padding: 85px 0 96px;
    }

    .testimonial-item-scroll p {
        font-size: 17px;
        line-height: 1.52em;
    }

    .testimonial {
        padding: 40px;
    }

    .testimonial-author-image {
        width: 60px;
        height: 60px;
    }

    .testimonial-author-content {
        width: calc(100% - 60px);
        padding-left: 15px;
    }

    .testimonial-item-scroll {
        height: 202px;
        padding-right: 23px;
    }

    .testimonial-details ul li i {
        font-size: 21px;
        margin-right: 5px;
    }

    .testimonial-author {
        margin-top: 40px;
    }

    .testimonial-author-content h4 {
        font-size: 17px;
    }

    .testimonial-author-content p {
        font-size: 15px;
    }

    .testimonial-details ul {
        padding-bottom: 7px;
    }

    .testimonial-heading h5 {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .testimonial-button .btn {
        font-size: 18px;
    }

    .js-testimonial .slick-prev {
        left: -6px;
    }

    .js-testimonial .slick-next {
        right: -6px;
    }

    .js-testimonial .slick-arrow {
        top: 48%;
    }
}