.testimonial-slider-one{
    padding: 50px 0px;
}
/* .testimonial-slider-one .card-content {
    display: flex;
    align-items: center;
} */
.testimonial-slider-one .card-img-top {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}

.testimonial-slider-one .card {
    border-radius: var(--testimonial-border-radius);
    border: unset;
    background: var(--testimonial-bg);
    padding: var(--testimonial-padding);
    height: 100%;
    box-shadow: var(--testimonial-box-shadow);
}

.testimonial-slider-one .card *{
    color: var(--testimonial-bg-matched-color);
}
.testimonial-slider-one .slick-prev {
    left: -18% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
}


.testimonial-slider-one .slick-prev:before {
    content: "" !important;
    background-image: var(--testimonial-slick-slide-prev-arrow-bg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}
.testimonial-slider-one .slick-next {
    right: 0px;
    left: -13%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
}
.testimonial-slider-one .slick-next:before {
    content: "" !important;
    background-image: var(--testimonial-slick-slide-next-arrow-bg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.testimonial-slider-one .slick-track{
    display: var(--testimonial-slick-slide-height);
}
.testimonial-slider-one .slick-initialized .slick-slide{
    height: inherit;
}
.testimonial-slider-one .slick-dots li button, .testimonial-slider-one .slick-dots li button:before,.testimonial-slider-one .slick-dots li{
    width: var(--testimonial-slider-dot-width);
    height: var(--testimonial-slider-dot-height);
    margin-right: 20px;
}


.testimonial-slider-one .slick-dots li.slick-active button, .testimonial-slider-one .slick-dots li.slick-active button:before,.testimonial-slider-one .slick-dots li.slick-active{
    width: 20.63px;
    height: 20.63px;
}

.testimonial-slider-one .slick-dots .slick-active button::before {
    background: var(--testimonial-slider-active-dotcolor);
    /* background: var(--bs-primary); */
}

.testimonial-slider-one .slick-dots li button::before {
    background-color: var(--testimonial-slider-dotcolor);
    opacity: 1;
    font-size: var(--testimonial-slider-dot-size);
    content: "";
    rotate: 45deg;

}


.testimonial-slider-one .slick-dots {
    bottom: -78px;

    text-align: left;
    left: 13px;
}


@media (max-width: 620px) {
    .testimonial-slider-one .slick-prev{
        top: -22px;
        left: 11% !important;
    }
    .testimonial-slider-one .slick-next{
        top: -22px !important;
        left: 20% !important;
    }
    .testimonial-slider-one .slick-slider{
        margin-top: 30px;
    }
    .testimonial-slider-one{
        padding: 30px 0px;
    }
}