.feedback-slider .owl-nav [class*="owl-"] {
    display: inline-block;
    font-size: 3rem; /*!important*/
    position: relative;
    transition: all 0.2s ease-in;
}

.feedback-slider .owl-next {
    right: -7rem;
}

.feedback-slider .owl-prev {
    left: -7rem;
}

.feedback-slider-item .classification {
    color: var(--CoE-darkgreen);
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 3rem;
    text-transform: uppercase;
    text-align: center;
}

.feedback-slider-item img {
    aspect-ratio: 1 / 1;
    max-width: 300px;
}

.feedback-slider-item .testimonial-name {
    color: #0E423F;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 1rem auto 2.5rem auto;
    text-align: center;
    text-transform: uppercase;
}

.feedback-slider-item .testimony {
    font-size: 1.55rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-wrap: balance;
}

    .feedback-slider-item .testimony::before {
        color: var(--UHV-red);
        content: open-quote;
        font-size: 2rem;
    }

    .feedback-slider-item .testimony::after {
        content: close-quote;
        color: var(--UHV-red);
    }

.feedback-slider-thumb button {
    background-color: transparent;
    border: none;
    padding: 0;
}

.feedback-slider-thumb img {
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.owl-theme .owl-nav [class*='owl-']:focus-visible {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.testimonial .content-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    width: 100%;
}

.testimonial .heading-container::after {
    bottom: -0.3rem;
    height: 0.2rem;
    width: 90%;
}

.testimonial .heading-container::before {
    background-color: var(--CoE-darkgreen);
    border: 3px solid #ffffff;
    bottom: -0.7rem;
    content: "";
    height: 1.1rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 5rem;
    z-index: 2;
}

.testimonial .owl-item img {
    border-radius: 8px;
    height: 165px;
    margin: 0 auto;
    width: 165px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.testimonial .owl-item.active img {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    opacity: 1;
}

.testimonial.greenTexture .heading-container::before {
    background-color: var(--UHV-red);
    border: 3px solid #ffffff;
    bottom: -0.7rem;
    content: "";
    height: 1.1rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 5rem;
    z-index: 8;
}

.testimonial.greyTexture {
    background-image: linear-gradient(to bottom, white 200px, transparent 200px), url('/media/tamuv/college-of-education/images/greyTexture.png');
}

.testimonial-slider {
    position: relative;
    width: 46.7%;
}

.thumb-next {
    left: auto;
    right: -35%;
}

.thumb-prev {
    left: -35%;
}

.thumb-prev, .thumb-next {
    cursor: pointer;
    height: 115px; /*98px*/
    position: absolute;
    top: 55%;
    transition: all 0.3s;
    width: 115px; /*98px*/
    z-index: 5;
}

@media only screen and (max-width : 667px) {
    .testimonial-slider {
        width: 89%;
    }

    .hidden-xs {
        display: none;
    }

    .owl-nav {
        position: absolute;
        width: 100%;
        top: 3rem;
        z-index: 5;
    }
}

@media only screen and (max-width : 400px) {
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
        font-size: 1.5rem;
    }
}