.ushv-client .h2 {
    margin-bottom: 60px;
    text-align: center;
}

.ushv-client-slider .item {
    padding: 35px 40px;
    background: var(--white);
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.17);
    border-radius: 15px;
    margin: 40px 0;
    width: 100%;
}

.ushv-client-slider .profile {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 6px;
}

.ushv-client-slider .profile img {
    width: 51px;
    height: 51px;
    margin-bottom: 0;
}

.ushv-client-slider .profile .h5 {
    margin-bottom: 0;
    color: var(--headings_font_color);
}

.ushv-client-slider .owl-item.active:first-child {
    margin-left: 40px;
}

.ushv-client-slider .owl-item.active:last-child {
    margin-right: 40px;
}

.ushv-client-slider .item p:not(:last-child) {
    margin-bottom: 20px;
}

.ushv-client-slider .item .ratings {
    font-size: 0;
}

.ushv-client-slider-wrapper {
    padding: 40px 0 40px;
    position: relative;
}

.ushv-client-slider-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 145px;
    right: 145px;
    background: var(--default_banner_bg_color);
    width: auto;
    height: 100%;
    border-radius: 15px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    font-size: 0;
    margin-bottom: 40px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    background: #BCE3FF;
    transition: 0.5s all ease;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #169EFF;
    width: 36px;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #169EFF;
}

.ushv-client .owl-carousel .owl-stage-outer {
    padding: 0 30px;
    margin: 0 -30px;
}

.ushv-client .owl-carousel .owl-item .item:not(.owl-item.active .item) {
    box-shadow: none;
}

/*  */

/* .ushv-client-slider .owl-item {
    opacity: 0;
    transition: 0.5s all ease;
}

.ushv-client-slider .owl-item.active {
    opacity: 1;
    transition: 0.5s all ease;
}

.ushv-client-slider .owl-stage-outer {
    overflow: visible;
} */

.ushv-client-slider.off {
    display: flex;
    gap: 30px;
}

.ushv-client-slider.off .item:only-child {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.ushv-client-slider-wrapper:has(.ushv-client-slider.off .item:only-child)::before {
    left: 50%;
    transform: translateX(-50%);
    width: 42%;
}

.ushv-client-slider .owl-stage {
    display: flex;
}

.ushv-client-slider .owl-item {
    display: flex;
    flex: 1 0 auto;
    height: auto;
    min-height: 100%;
}

@media(max-width:1599px) {
    .ushv-client .h2 {
        margin-bottom: 40px;
    }

    .ushv-client-slider-wrapper::before {
        left: 120px;
        right: 120px;
    }

    .ushv-client-slider-wrapper {
        padding: 20px 0 20px;
    }
}

@media(max-width:1399px) {
    .ushv-client-slider.off .item:only-child {
        width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width:1199px) {
    .ushv-client-slider-wrapper:has(.ushv-client-slider.off .item:only-child)::before {
        width: 60%;
    }
}

@media(max-width:991px) {
    .ushv-client-slider-wrapper::before {
        left: 80px;
        right: 80px;
    }

    .ushv-client-slider.off .item:only-child {
        width: 100%;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0;
    }

    .ushv-client-slider-wrapper:has(.ushv-client-slider.off .item:only-child)::before {
        width: auto;
        left: 80px;
        right: 80px;
        transform: none;
    }
}

@media(max-width:767px) {
    .ushv-client .h2 {
        margin-bottom: 30px;
    }

    .ushv-client-slider-wrapper::before {
        left: 20px;
        right: 20px;
    }

    .ushv-client-slider-wrapper {
        padding: 0 0 1px;
    }

    .ushv-client-slider .item {
        padding: 25px 30px;
        margin: 40px 0 40px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }

    .owl-theme .owl-dots .owl-dot.active span {
        width: 30px;
    }

    .ushv-client-slider-wrapper:has(.ushv-client-slider.off .item:only-child)::before {
        left: 20px;
        right: 20px;
    }
}

@media(max-width:575px) {
    .ushv-client .owl-carousel .owl-stage-outer {
        padding: 0 15px;
        margin: 0 -15px;
    }
}