﻿footer {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 12em;
}

footer, #footer-quick-internal-links a {
    color: #fff;
}

    /*footer .wave {
        position: absolute;
        top: -100px;
        left: 0;
        Width: 100%;
        height: 100px;
        background: url(/FE/Images/Footer/BVS_CMS_Misc_wave_blue.png);
        background-size: 1000px 100px;
    }*/

    footer .wave.wave1 {
        animation: animate 20s linear infinite;
        z-index: 15;
        opacity: 1;
        animation-delay: 0s;
        bottom: 0;
    }

    footer .wave.wave2 {
        animation: animate2 15s linear infinite;
        z-index: 12;
        opacity: 0.5;
        animation-delay: -5s;
        bottom: 10px;
    }

    footer .wave.wave3 {
        animation: animate 10s linear infinite;
        z-index: 11;
        opacity: 0.2;
        animation-delay: -2s;
        bottom: 15px;
    }

    footer .wave.wave4 {
        animation: animate2 7s linear infinite;
        z-index: 10;
        opacity: 0.1;
        animation-delay: -1s;
        bottom: 20px;
    }

@keyframes animate {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 1000px;
    }
}

@keyframes animate2 {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -1000px;
    }
}

#top-footer {
    background-color: #0065C0;
    height: fit-content;
    /*min-height: 726px;*/
}

#footer-logo {
    /*padding-top: 158px;*/
    /*margin-bottom: 32px;*/
}

.top-footer-content {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.heading-paragraphs {
    text-transform: uppercase;
    margin-bottom: 24px;
    /*text-align: center;*/
}

.footer-address-paragraphs-1 {
    line-height: 20px;
    margin-bottom: 12px;
    display: flex;
}

    .footer-address-paragraphs-1.address {
        display: flex;
        height: auto;
        /* height: 48px;*/
    }

    .footer-address-paragraphs-1.call-center {
        margin-bottom: 12px;
        display: flex;
    }

.footer-address-icon {
    width: 20px;
    height: 20px;
}

.footer-address-paragraphs-1.call-center .call-center-item {
    width: 50%;
    display: flex;
}

.footer-address-paragraphs-1 span {
    margin-left: 12px;
}

    .footer-address-paragraphs-1 span a {
        color: #fff !important;
    }

.footer-block {
    margin: 21px 0;
}

    .footer-block.left {
        width: 35%;
    }

    .footer-block.right {
        width: 30%;
    }

#footer-app-download {
    /*  width: fit-content;   */
}

#footer-app-download.heading-paragraphs {
        text-align: center;
}

#footer-app-container {
    display: flex;
    margin-bottom: 0;
    justify-content: start;
    align-items: center;
}

#footer-qr-code {
    /* margin-bottom: 0; */
    width: 100%;
    text-align: right;
    height: 100%;
}

#footer-app-download-links {
    /*width: 100%;*/
    text-align: center;
    height: 100%;
}

#footer-qr-code img {
    /*width: 89%;*/
    width: 45%;
    height: 100%;
    object-fit: contain;
}

#footer-app-download-links img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

#footer-google-play-img {
    margin-bottom: 10px;
}

.hotline-call-center {
    background-color: #fff;
    border-radius: 8px;
    padding: 0;
    width: 45%;
    margin: 0 auto;
}

.footer-block.left:nth-child(2) {
    padding-left: 100px;
}

#footer-quick-internal-links {
    display: flex;
    justify-content: start;
    padding-left: 10%;
}

.hotline-call-center-container {
    padding: 10px 22px;
}

.call-center-location {
    margin: 6px auto;
    width: fit-content;
}

.call-center-hotline {
    line-height: 22px;
    margin: 6px auto;
    /*font-size: 14px;*/
    text-align: center;
}

.footer-connection-links {
    width: fit-content;
}

#bottom-footer {
    background-color: #005CAB;
    /*border: 1px solid #fff;*/
}

#footer_copyright {
    text-align: center;
    padding: 22px 0;
}

.phone-number-link {
    color: white !important;
}

@media only screen and (max-width: 1400px) {
    .footer-block.left, .footer-block.right {
        width: 30%;
    }
}

@media only screen and (max-width: 1024px) {
    /* #footer-app-container {
        display: block;
    }*/

    #footer-qr-code {
        /*margin-bottom: 16px;*/
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    footer {
        width: 100%;
    }

    #footer-logo {
        padding-top: 0;
        margin-bottom: 32px;
    }

    #footer-logo-container img {
        width: 100%;
    }

    .heading-paragraphs {
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 24px;
        font-size: 24px;
    }

    .top-footer-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    .footer-block.left,
    .footer-block.right {
        width: 100%;
    }

    .footer-address-paragraphs-1.address {
        display: flex;
        text-align: justify;
    }

    .footer-address-paragraphs-1.call-center {
        margin-bottom: 12px;
        display: flex;
        text-align: justify;
    }

    #footer-app-container {
        display: block;
        margin-bottom: 16px;
    }

    #footer-app-container {
        justify-content: center;
    }

    #footer-qr-code {
        /* width: 200px;*/
        /*margin-bottom: 16px;
                margin-right:10px;*/
        width: 30%;
        height: auto;
        margin: 0 auto;
    }

        #footer-qr-code img,
        #footer-google-play-img,
        #footer-app-store-img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    #footer-app-download-links {
        /*width: 200px;*/
        width: 40%;
        margin: 0 auto;
        margin-top: 16px;
        text-align: center;
        display: grid;
        align-content: center;
        grid-template-columns: 100%;
    }

    .hotline-call-center {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 1rem;
    }

    .call-center-location {
        font-size: 24px;
        margin: 6px auto;
    }

    .call-center-hotline {
        font-size: 24px;
        margin: 6px auto;
        width: fit-content;
    }

    .can-hidden {
        display: none;
    }

    .footer-connection-links {
        margin: 0 auto;
    }

    #footer-quick-internal-links .link {
        text-align: center;
    }

    /*#footer-quick-internal-links{
        justify-content: center;
    }*/

}