﻿
footer .footer-container {
    background-color: var(--app-secondary-color);
    background-image: url(/fileserver/sites/296/images/footer-bg-v2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 140px;
    padding-bottom: 140px;
    padding-left: 10px;
    padding-right: 10px;
}

footer .footer-flex {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

footer .biz-hours {
    text-transform: uppercase;
}

footer .biz-hours .txt-day {
    min-width: 98px;
    width: 98px;
    display: inline-block;
}

footer .biz-contact .footer-icon {
    min-width: 45px;
    width: 45px;
    display: inline-block;
    flex-shrink: 0;
}

footer a, footer .biz-contact a {
    color: #fff !important;
}

footer a:hover, footer .biz-contact a:hover {
    text-decoration: underline;
}

.section-book-appointment {
    padding-bottom: 60px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 767px) {

    footer .footer-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    footer .footer-flex {
        flex-direction: column;
        gap: 40px;
        align-items: center;
        text-align: center;
    }

    .section-book-appointment {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
        padding-bottom: 30px;
    }
}
