.ushv-footer .ft-bottom-row a:hover {
    color: var(--primary);
}

.accepted-insurances-listing {
    column-count: 3;
    column-gap: 40px;
}

.header {
    position: unset;
}

.ushv-hero-banner {
    padding-top: 230px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary);
}

.owl-theme .owl-dots .owl-dot span {
    background: #08184d61;
}

.care-mgt .ushv-img-text-sec .img-text-row {
    align-items: flex-start;
}

.care-mgt .cta-section:has(.btn-wrap .ushv-btn:nth-child(2)) .text-block {
    background: #E6F5FF;
}

.care-mgt .ushv-img-text-sec .img-block {
    text-align: center;
}

.care-mgt .ushv-img-text-sec .img-block img {
    max-width: 400px;
}

.ushv-hero-banner::before {
    width: 1200px;
}

.ccoh-faq .ushv-accordion {
    padding-top: 0;
}

.ccoh-faq .ushv-accordion:not(:last-child) {
    padding-bottom: 20px;
}

.top-bar .container {
    justify-content: flex-end;
}

.bg-dark-blue .ushv-btn:hover {
    border-color: var(--dark_section_content_color);
}

.ushv-physicians-data-block .sticky-block,
.ushv-img-text-sec .img-block,
.ushv-img-text-sec.image-content-top .img-block {
    top: 230px;
}

.fax-number,
.cta-section a[href^="tel:"] {
    display: inline-block;
}

.terms-of-use .page-content h2 {
    word-break: break-word;
}

.physicians-card .img-block {
    width: 40%;
}

.physicians-card .content-block {
    width: 60%;
}

@media (min-width:1200px) and (max-width:1365px) {
    html:not([lang="en-US"]) .left-logo:not(:has(.container-fluid)) .main-menu>li {
        max-width: 180px;
    }
}

@media(min-width:1200px) {
    /* .left-logo .logo-block {
        padding: 10px;
    }

    .left-logo .header-main>.container {
        align-items: flex-end;
    } */
}

@media (min-width:2000px) {
    .ushv-hero-banner {
        padding-block: 400px;
    }
}

@media(max-width:1799px) {
    .ushv-hero-banner {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

@media (max-width: 1599px) {
    .ushv-banner {
        padding: 120px 0 !important;
    }
}

@media (max-width: 1399px) {
    .ushv-banner {
        padding: 100px 0 !important;
    }
}

@media(min-width:1200px) {

    header .logo-block img,
    .mobile-header .logo {
        width: 210px;
    }
}

@media(min-width:1400px) {
    .ushv-footer .logo {
        width: 300px;
    }
}

@media(max-width:1199px) {
    .accepted-insurances-listing {
        column-count: 2;
    }

    .ushv-hero-banner::before {
        width: 1000px;
    }

    .ushv-img-text-sec .img-block,
    .ushv-img-text-sec.image-content-top .img-block {
        top: 180px;
    }

    .physicians-card .img-block {
        width: 30%;
    }

    .physicians-card .content-block {
        width: 70%;
    }
}

@media(max-width:991px) {

    .ushv-hero-banner {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .care-mgt .ushv-img-text-sec .img-block img {
        max-width: 300px;
    }

    .service-card .h3 {
        font-size: 28px !important;
    }
}

@media(max-width:767px) {
    .accepted-insurances-listing {
        column-count: 1;
    }

    .ushv-banner {
        padding: 60px 0 !important;
    }

    .ushv-hero-banner {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .care-mgt .ushv-img-text-sec .img-block img {
        max-width: 250px;
    }

    .physicians-card .img-block {
        width: 100%;
    }

    .physicians-card .content-block {
        width: 100%;
    }
}

@media (max-width: 390px) {
    .physicians-card .img-block {
        height: 300px;
    }
}