body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1 0 auto;
}

.footer-section {
    margin-top: auto;
}
/*small notebook */
@media (min-width: 1280px) and (max-width: 1919.98px) {
    h1{
        font-size: 1.5rem   !important;
    }
}


/* tablet */
@media (min-width: 768px) and (max-width: 1023.98px) {

    .clinic-title{
        font-size: 1.5rem   !important;
    }


    h1{
        font-size: 1.5rem   !important;
    }

    .container-fluid{
        padding-right: 3rem !important;
        padding-left: 3em !important;
    }

    .res-reset {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
    }

}


/*mobile*/

@media (max-width: 479.98px) {
    h1{
        font-size: 1.125rem   !important;
    }

    h3.res-h3{
        font-size: 1.125rem   !important;
    }

    .res-my-5{
        margin-top: 0 !important;
    }


    .container-fluid{
        padding-right: 1rem !important;
        padding-left: 1em !important;
    }


    .footer-section,
    .footer-section .container,
    .footer-section .row {

        max-width: 100vw;
    }


    .footer-links.list-unstyled li a{
        text-align: left !important;
    }
    .res-footer-link a{
        text-align: left !important;
    }

    .res-reset {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
    }


    #call {
        bottom: 1rem !important;
        right: .75rem !important;

    }


}