.testimonials-v17 {
    padding: 60px 0;
    background: #222;
}
.testimonials-v17 .section-title p {
    margin-bottom: 10px;
}
/* .testimonial-item {
    margin-left: 20px;
} */
.testimonials-v17 .testimonial-card {
    background: #fff;
    color:#000;
    padding: 30px 18px 30px 52px;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    /* background: #ccc; */
    margin-right: 20px;
    margin-bottom: 30px;
    /* border-radius: 16px; */
}

.testimonial-card::after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #ffffff transparent transparent transparent;
    z-index: 222;
}
.testimonial-card h4 {
    font-size: 20px;
    margin-bottom: 15px;
    
}.testimonial-card p, .testimonial-card .quotes i {
    font-style: italic;
}
.testimonial-card p,
.testimonial-card h4 {
    color:#000;
}
.testimonial-card .author {
    margin-top: 15px;
    font-size: 14px;
}

.testimonial-arrows button {
    background: #FFCC00;
    border: none;
    padding: 10px 12px;
    font-weight: bold;
    cursor: pointer;
    /* border-radius: 12px; */
}
.testimonial-arrows button i {
    font-size: 18px;
}
.testimonial-arrows .testimonial-btn {
    text-align: center;
}
.slider-btn-testimonial {
    text-align: center;
    margin-top: 12px;
}
.testimonial-arrows a {
    padding-left: 25px;
    padding-right: 25px;
    width: fit-content;
}
.testimonial-card .user-info {
    display: inline-block;
}
.testimonial-card .user-info h4 {
    margin-bottom: 6px;
}
.testimonial-card .quotes {
    background-color: #bbbbbb;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    /* border-top-right-radius: 12px; */
    /* border-bottom-right-radius: 12px; */
    padding-left: 8px;
}
.testimonial-card .quotes i {
    font-size: 24px;
    line-height: 40px;
    color: #fff;
}

.testimonial-info .star-wrapper i {
    color: #FFCC00;
    font-size: 14px;
}
.testimonial-btn .btn-primary:hover,
.testimonial-btn .btn-primary:focus {
    border-color: #fff;
}
/* .testimonial-heading {
    position: relative;
}
.testimonial-heading .testimonial-arrows {
    float: right;
} */

@media only screen and (min-width: 576px) {
    .slider-btn-testimonial {
        padding-right: 20px;
        margin-top: 0;
    }
    .testimonials-v17 .testimonial-card {
        padding: 30px 30px 30px 60px;
    }
}

@media only screen and (min-width: 768px) {
    .testimonial-arrows button {
        margin: 0 5px;
        padding: 15px;
    }
    .testimonial-arrows button i {
        font-size: 20px;
    }
    .testimonial-arrows .testimonial-btn {
        text-align: left;
    }
}
@media only screen and (min-width: 992px) {
    .testimonial-arrows button {
        margin-top: 0;
    }
    .testimonials-v17 .testimonial-card {
        padding: 45px 45px 45px 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .testimonials-v17 .testimonial-card {
        padding: 45px 45px 45px 75px;
    }
}