.testimonials {
    padding-bottom: 120px;
}

.testimonials * {
    transition: none;
}

.testimonials *:focus {
    outline: none;
}

.testimonials h2 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #434346;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

.testimonials .see-more-reviews {
    color: blue;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: all 300ms ease;
    display: block;
    max-width: 127px;
    margin: 32px auto 0 auto;
}

.testimonials .see-more-reviews:hover {
    background-size: 100% 2px;
}

.testimonials .testimonials-slider-container {
    position: relative;
}

.testimonials .testimonials-slider {
    border-top: 1px solid #c6c6cd;
    margin-top: 32px;
    padding-top: 35px;
    border-bottom: 1px solid #c6c6cd;
    padding-bottom: 40px;
}

.testimonials .testimonials-slider .stars {
    margin-bottom: 18px;
}

.testimonials .testimonials-slider .stars img {
    display: inline-block;
}

@media (min-width: 992px) {
    .testimonials .testimonials-slider .mobile-stars {
        display: none;
    }
}

@media (max-width: 991px) {
    .testimonials .testimonials-slider .mobile-stars {
        margin-left: 30px;
    }
}
@media(max-width: 767px) {
    .testimonials .testimonials-slider .mobile-stars {
        margin-left: 0 !important;
    }
}
@media (max-width: 991px) {
    .testimonials .testimonials-slider .desktop-stars {
        display: none;
    }
}

.testimonials .testimonials-slider h3 {
    margin-top: 0;
    margin-bottom: 13px;
    color: #3f4444;
    font-size: 22px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .testimonials .testimonials-slider h3 {
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .testimonials .testimonials-slider h3 {
        padding-right: 25px;
    }
    .testimonials .testimonials-slider h3 {
        margin-left: 0px !important;
    }
}

.testimonials .testimonials-slider .testimonial-name {
    font-size: 14px;
    color: #3d4643;
    font-weight: 600;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .testimonials .testimonials-slider .testimonial-name {
        margin-left: 30px;
        margin-top: 32px;
    }
}
@media(max-width: 767px) {
    .testimonials .testimonials-slider .testimonial-name {
        margin-left: 0px;
    }
}

.testimonials .testimonials-slider .testimonial-location {
    font-size: 14px;
    color: #61706e;
}


@media (max-width: 991px) {
    .testimonials .testimonials-slider .testimonial-location {
        margin-left: 30px;
    }
}
@media(max-width: 767px) {
    .testimonials .testimonials-slider .testimonial-location {
        margin-left: 0px;
    }
}
.testimonials .testimonials-slider .testimonial-date {
    font-size: 14px;
    margin-top: 21px;
    color: #61706e;
}
@media(max-width: 767px) {
    .testimonials .testimonials-slider .testimonial-date {
        margin-left: 0 !important;
    }
}
@media (max-width: 991px) {
    .testimonials .testimonials-slider .testimonial-date {
        margin-left: 30px;
    }
}

.testimonials .testimonials-slider .testimonial p {
    line-height: 1.56;
    font-size: 18px;
    color: #3f4444;
}

@media(max-width: 575px) {
    .testimonials .testimonials-slider .testimonial p {
        line-height: 24px;
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .testimonials .testimonials-slider .testimonial {
        margin: 0 40px 0 30px;
    }
}

@media (max-width: 767px) {
    .testimonials .testimonials-slider .testimonial {
        font-size: 14px;
        line-height: 22px;
        margin-left: 0;
        margin-right: 0;
    }
    .home-testimonials .container {
        margin-left: 0;
        margin-right: 0;
    }
    .testimonials .testimonial-slider h3 {
        margin-left: 0 !important;
    }
}

.testimonials .prev, .testimonials .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.testimonials .next {
    right: 0;
}

@media(max-width: 767px) {
    .testimonials .prev, .testimonials .next {
        display: none !important;
    }
}