.testimonial-slider-one{
    padding: 30px 0px 20px 0px;
}

.testimonial-slider-one .card .card-body{
    padding-left: 0px;
}

.testimonial-slider-one .card-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-slider-one .card-content h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #111D15;
}

.testimonial-slider-one .card-content h5{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #666666;
}

.testimonial-slider-one .card .card-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #666666;
}

.Nirmitee-testimonials-section h2{
    /* font-size: 40px;
    font-weight: 600;
    line-height: 48px; */
    color: #fff;  
}

.Nirmitee-testimonials-section .testimonial-content{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff; 
}

.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: 1rem;
    height: 100%;
    /* box-shadow: var(--testimonial-box-shadow); */
    box-shadow: 0px 4px 10px 0px #0000000D;
    border-width: 10px 10px 0px 0px;
    border-style: solid;
    border-color: #9C2A28;
}

.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);
}

.testimonial-slider-one .slick-dots .slick-active button::before {
    color: var(--testimonial-slider-active-dotcolor);
}

.testimonial-slider-one .slick-dots li button::before {
    color: var(--testimonial-slider-dotcolor);
    opacity: 1;
    font-size: var(--testimonial-slider-dot-size);
}


@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;
    }
}