.testimonial {
    border-bottom: 1px solid #D0D7E1;
    margin-bottom: 30px;
    padding-top: 30px;
}

.testiTops img {
    height: 400px;
    object-fit: contain;
}

.testimonial h2 {
    padding-bottom: 30px;
}

.testimonial p span {
    font-weight: 400;
    color: #000;
}

.testimonial strong {
    color: #000;
}

.testicontent img {
    width: auto !important;
    display: inline-block !important;
}

.testimonial .owl-prev,
.testimonial .owl-next {
    background: transparent !important;
    font-family: Font Awesome\5 Free !important;
    font-weight: 900 !important;
    opacity: 1;
    /*    box-shadow: 0px 4px 22px rgb(0 0 0 / 15%);*/
    border-radius: 100px !important;
    border: 1px solid #ccc !important;
    width: 40px;
    height: 40px;
    font-weight: 300 !important;
    font-size: 20px !important;
    position: relative;
    bottom: 56px;
    left: -40px;
}

.testimonial .owl-prev::before {
    content: "\f177";
    font-family: "Font Awesome 5 Pro";
}

.testimonial .owl-next::before {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
}

.testimonial .owl-prev span,
.testimonial .owl-next span {
    display: none;
}

.testimonial .owl-prev:hover,
.testimonial .owl-next:hover {
    color: #11376C !important;
}

.modf_testimonial {
        border-bottom: 0px;
        margin-bottom: 0px;
}

@media(max-width:991px) {
    
    .testimonial .owl-prev,
    .testimonial .owl-next {
        left: -24px;
    }
    .testimonial h2 {
        padding-bottom: 10px;
    }
}

@media(max-width:767px) {
    
    .testimonial {
        padding-bottom: 20px;
    }
    .testimonial .owl-prev,
    .testimonial .owl-next {
        position: static;
    }
    .testimonial .owl-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .testimonial h2 {
        padding-bottom: 10px;
        padding-top: 30px;
    }
}
