.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;
}

.about-page-cc .content-sec .wysiwgy-content p:has(img) {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.about-page-cc .content-sec .wysiwgy-content p:has(img) img {
    border-radius: 15px;
    margin: 0;
    width: 300px;
}

.about-page-cc .content-sec h2 {
    margin-bottom: 35px;
}

@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;
    }

    .about-page-cc .content-sec h2 {
        margin-bottom: 25px;
    }
}

@media(min-width:1200px) {

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

@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;
    }
}

@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;
    }

    .about-page-cc .content-sec .wysiwgy-content p:has(img) img {
        width: 250px;
    }
}

@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;
    }

    .about-page-cc .content-sec h2 {
        margin-bottom: 20px;
    }

    .about-page-cc .content-sec .wysiwgy-content p:has(img) img {
        width: 100%;
    }
}