.testimonials-v17 {
    padding: 60px 0;
}

.no-border {
    border: none;
}
.testimonials-v17 .section-title p {
    margin-bottom: 10px;
}
/* .testimonial-item {
    margin-left: 20px;
} */
.testimonials-v17 .testimonial-card {
    background: #fff;
    color:#000;
    padding: 40px 32px;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    aspect-ratio: 1;
    max-height: 500px;
    margin: auto;
    margin-bottom: 30px;

}

.testimonial-card::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 20px 28px 20px;
    border-color: transparent transparent #ffffff 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: #c29d46;
    border: none;
    padding: 10px 12px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: all ease-in-out 0.7s;
}
.testimonial-arrows button:hover {
    background-color: #041d3b;
    transition: all ease-in-out 0.7s;
}
.testimonial-arrows button i {
    font-size: 18px;
    color: #fff;
}
.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: 50%; */
    /* transform: translateX(-50%); */
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
}
.testimonial-card .quotes i {
    font-size: 24px;
    line-height: 40px;
    color: #fff;
}

.testimonial-info .star-wrapper i {
    color: #c29d46;
    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;
} */
 .testimonial-content-text {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;

}
.cell-testimonial {
    display: table-cell;
    vertical-align: middle;

}
.testimonial-text {
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: 12px;
}
.testimonials-v17 .testimonial-heading .section-title {
    text-align: center;
}
@media only screen and (min-width: 576px) {
    .testimonials-v17 .testimonial-card {
        padding: 34px 60px;

    }

    .testimonial-content-text {
        display: table;
        vertical-align: middle;
        overflow: hidden;
    }
    
}

@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;
    }
    .slider-btn-testimonial {
        padding-right: 20px;
        margin-top: 0;
    }
}
@media only screen and (min-width: 992px) {
    .testimonial-arrows button {
        margin-top: 0;
    }
    .testimonials-v17 .testimonial-card {
        padding: 52px 40px;
        max-height: 100%;
        margin-right: 20px;
    }
    .testimonials-v17 .testimonial-heading .section-title {
        text-align: left;
    }
}
@media only screen and (min-width: 1200px) {
    .testimonials-v17 .testimonial-card {
        padding: 60px 40px;
    }
}