
.testimonial-title
{
    font-weight: 700;
}
.testimonials-wrapper .heading3 {
    font-size: 30px;
    line-height: 1.3;
}
.testimonials-no-pic, .testimonial-title
{
    font-size: 16px;
    line-height: 1.5;
}
.owl-carousel .owl-dots .owl-dot.active {
    background: var(--color--green);
    opacity: 1;
}
.owl-carousel .owl-dots .owl-dot {
    background: var(--color--green);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0.2;
}
.testimonials-wrapper .owl-dots {
    position: absolute;
    left: -52%;
    bottom: -10px;
}
.testimonial-carousel2 {
    min-height: 100%;
}
.testimonials-wrapper .owl-nav {
    display: none;
}
/* .testimonials-no-img .content p:before, .testimonials-no-img .content p:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: cover;
}
.testimonials-no-img .content p:before {
    background: url(/wp-content/uploads/2024/10/quote-left.svg) no-repeat center;
    left: 0;
}
.testimonials-no-img .content p:after {
    background: url(/wp-content/uploads/2024/10/quote-right.svg) no-repeat center;
} */
.testimonials-wrapper {
    padding-top: 0px;
}
.testimonial-grid-item {
    padding-left: 35px;
}
@media only screen and (max-width: 992px)
{
    .testimonials-wrapper .owl-dots {
        left: 0;
        bottom: -40px;
        right: 0;
        margin: 0 auto;
        text-align: center;
}
.testimonials-wrapper .heading3 {
    margin-bottom: 10px !important;
}
.testimonial-grid-item {
    padding-left: 15px !important;
}
}
