.navbar {
    padding: 10px 0;
}

.topbar-contact-info ul li {
    color: white;
}

.topbar-contact-info ul li a {
    transition: all 0.3s ease-in-out;
}

.topbar-contact-info ul li a:hover {
    color: var(--primary-color);
}

.hero.hero-bg-image {
    padding: 0;
}

.hero.hero-video .hero-bg-video {
    position: initial;
    width: 100vw;
    height: auto;
}

.cta-box-btn .btn-default {
    width: auto;
}

.our-health-boxes .our-health-item .health-item-image img {
    border-radius: 20%;
}

.health-item-image {
    align-items: flex-start;
}

.our-health-item {
    padding: 40px 40px 20px;
}

.our-testimonial {
    padding: 30px 0px;
}

.cta-section.bg-section {
    background-color: var(--accent-color);
    padding-top: 10px;
}

.cta-box-btn .btn-default {
    background-color: var(--primary-color);
}

.main-footer.bg-section {
    background-color: #222;
    padding: 80px 0 0;
    margin-bottom: 40px;
}

.footer-contact-item a, .footer-copyright-text a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.footer-contact-item a:hover, .footer-copyright-text a:hover {
    color: var(--accent-color);
}

.page-header {
    background-size: 100%;
    padding: 50px 0px;
}

.page-header-box h1 {
    font-size: 4rem;
    color: #fff;
    text-shadow: 1px 1px 5px #222;
}

.page-service {
    padding-top: 50px;
}

.service-item-content h3 a {
    color: #0B1030;
    transition: all 0.3s ease-in-out;
}

.service-item-content h3 a:hover {
    color: var(--primary-color);
}

.cta-contact-content h3 {
    font-size: 1.5rem;
}

.service-entry h2 {
    color: #0B1030;
}

.service-single-content .contact-us-form {
    width: 100%;
}

.service-single-content .contact-us-form .section-title {
    margin-bottom: 10px;
}

.service-single-content .contact-us-form .section-title p {
    margin-top: 10px;
}

.service-sidebar .team-image img {
    aspect-ratio: initial;
}

.service-sidebar .team-content h3 {
    text-transform: none;
}

.contact-info-item .contact-info-content a {
    color: #0B1030;
}

.contact-info-item:hover .contact-info-content a {
    color: #fff;
}

.page-contact-us {
    padding: 50px 0px 0px;
}

.contact-social-list span {
    color: #0B1030;
}

.google-map {
    padding: 50px 0px;
}

.accettazione {
    margin-top: 20px;
}

.link-accettazione {
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.hero.hero-bg-image.hero-slider-layout .hero-slide::before {
    background: #222;
    opacity: 30%;
}

.about-us video {
    max-width: 100%;
}

.about-us-images {
    padding: 0;
}

.company-timing {
    bottom: -100px;
}

.company-timing-about {
    top: -130px;
    bottom: auto;
}

.contact-info-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-info-content ul li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    color: #0B1030;
}

.contact-info-content ul li span {
    font-weight: 400;
    width: 50%;
}

.contact-info-item:hover .contact-info-content ul li {
    color: #fff;
} 

.contact-info-item .icon-box i {
    font-size: 1.5rem;
    color: #fff;
}

.contact-info-item:hover .icon-box i {
    color: #222;
    z-index: 1;
}

.health-item-content h3 a {
    color: #0B1030;
    transition: all 0.3s ease-in-out;
}

.health-item-content h3 a:hover {
    color: var(--primary-color);
}

.cta-contact-content p {
    margin: 10px 0;
}

.cta-contact-content p a {
    color: #fff;
    font-size: 1.2rem;
    transition: all 0.3s ease-in-out;
}

.cta-contact-content p a:hover {
    color: var(--accent-color);
}

.sidebar-form {
    border: 1px solid var(--divider-color);
    border-radius: 46px;
    padding: 40px 30px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
}

.sidebar-form .form-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0B1030;
    margin-bottom: 10px;
}

.sidebar-form .form-description {
    font-size: 1rem;
    margin-bottom: 10px;
}

.service-single-content .title-team {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0B1030;
}

.team-image img {
    aspect-ratio: initial;
}

.team-body {
    margin-top: -40px;
}

.team-content p {
    font-size: 0.9rem;
}

.image-team {
    border-radius: 46px;
}

.staff-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.staff-btn .staff-btn-next, .staff-btn .staff-btn-prev {
    position: relative;
    width: 40px;
    height: 40px;
    background-image: linear-gradient(to right, var(--accent-color) 0%, var(--accent-color-two) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}



.staff-slider .staff-btn-next::before, .staff-slider .staff-btn-prev::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/arrow-white.svg") no-repeat;
    background-position: center center;
    background-size: 16px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    transition: all 0.4s ease-in-out;
}

.staff-slider .staff-btn-prev::before {
    transform: rotate(0deg);
}

.staff-btn .staff-btn-next {
    margin-left: 20px;
}

.service-entry table td {
    border: 1px solid #222;
    padding: 10px;
}

.service-entry ol li {
    line-height: 40px;
}

.service-entry ol li::marker {
    font-weight: 700;
}

.case-study-image figure:before {
    background: linear-gradient(177.33deg, rgba(0, 0, 0, 0) 50.36%, #000000 97.92%);
}

.work-step-content h3 a {
    color: #0B1030;
    transition: all 0.4s ease-in-out;;
}

.work-step-content h3 a:hover {
    color: var(--primary-color);
}

.work-step-image figure {
    max-width: 300px;
}

.btn-default {
    text-transform: none;
}

.member-side {
    border: 1px solid var(--divider-color);
    border-radius: 46px;
    padding: 20px;
    margin-bottom: 40px;
    overflow: hidden;
}


.topbar-contact-info ul li span {
    font-weight: 700;
    margin-right: 3px;
    font-size: 14px;
}

.topbar-contact-info ul li a {
    display: inline;
}

.section-title p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.section-title h1 {
    font-size: 3rem;
}

.hero.hero-bg-image .hero-content {
    max-width: 800px;
}

.navbar-brand img {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    padding: 20px;
    top: 0px;  
}

.footer-logo img {
    background: #fff;
    border-radius: 50%;
    padding: 20px;
}

.footer-logo {
    margin-bottom: 10px;
}

.our-appointment-box .appointment-content-body .icon-box i {
    font-size: 2.5rem;
    color: var(--accent-color);
}

.our-appointment-box .appointment-content-body .appointment-item-content a {
    color: #3e3e3e;
    font-weight: 700;
    transition: 0.5s;
}

.our-appointment-box .appointment-content-body .appointment-item-content a:hover {
    color: var(--accent-color);
}

.about-img-1 img {
    max-height: 540px;
}

.contentPage h2 {
    font-size: 2rem;
}

.vision-mission-box {
    margin-bottom: 30px;
}

.vision-mission-nav ul li {
    margin-right: 10px;
}

.vision-mission-nav ul li .nav-link {
    border: 1px solid var(--accent-color);
}

.mission-vision-item ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
}

.mission-vision-item ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
}

.mission-vision-item ul li:after {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 20px;
    color: var(--accent-color);
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.main-menu .nav-menu-wrapper {
    text-align: right;
}

.page-team .team-member-item:hover .team-image img {
    transform: none;
}

.page-team .team-member-item p a {
    color: #0B1030;
    text-transform: none;
}

.cta-section.bg-section.telemedicina {
    background-color: #2196F3;
}

.page-team .team-member-item:hover p a {
    color: #fff;
}


@media screen and (max-width: 767px) {
    .topbar-contact-info ul li {
        display: flex;
        justify-content: center;
    }

    .service-single-content {
        margin-bottom: 5rem;
    }
}



@media screen and (min-width: 992px) {
    /*
    Da attivare nel caso ci sia il video in home
    .hero-btn {
        position: absolute;
        bottom: 50px;
        left: 45%;
    }
        */

    .hero.hero-video .hero-bg-video {
        position: initial;
        width: 100vw;
        height: 80vh;
    }

    .mission-vision-item .vision-mission-img {
        float: left;
        max-width: 400px;
        margin-right: 10px;
    }

    .mission-vision-item p {
        margin-bottom: 0;
    }

    .about-us .gallery-items {
        padding-top: 150px;
    }

    
}

@media screen and (max-width: 991px) {
    .hero-btn {
        display: none;
    }

    .about-img-1 img {
        max-height: 300px;
    }

    .company-timing {
        bottom: -40px;
    }

    .page-header {
        padding: 80px 0px 50px;
    }

    .vision-mission-nav ul li {
        margin-bottom: 10px;
    }

     .about-us .gallery-items {
        padding-top: 80px;
    }
}