@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

.bg-footer-blue-bh {
    background-color: #21ccdd;
}

.footer {
    background-color: #1fb5cd;
    padding: 4rem 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 36px;
}

.footer-container-row {
    display: flex;
    width: 100%;
}

@media screen and (min-width: 601px){
    .footer-mobile-container {
        display: none !important;
    }
    
    .footer-mobile-line {
        display: none;
    }
    
}

@media screen and (max-width: 767px){
    .footer-container-row {
        flex-wrap: wrap;
    }
}

.footer-img {
    display: flex;
    margin: -12px 0 0 20px;
}

.footer-img, .footer_company_name {
    display: inline-block;
    vertical-align: top;
}

.footer_company_name {
    color: #fff;
    margin-top: 19px;
    margin-left: 6px;
    line-height: 1rem;
    font-weight: 600;
}

.text-align-end {
    text-align: end;
}

.footer-mobile {
    padding-top: 1rem;
}

.footer-mobile-line {
    border: 1px solid #ffff;
    height: 2px !important;
    position: relative;
    margin-top: 2rem;
    max-width: 80%;
    color: #ffff;
}

.footer-mobile a {
    font-size: 13px;
}

.footer-mobile-left {
    padding-left: 1rem;
}

.footer-mobile-right {
    padding-right: 1rem;
}

@media screen and (min-width: 768px){
    .footer-hidden {
        display: none!important;
    }

    .footer-box-1, .footer-box-2, .footer-box-3, .footer-box-4, .footer-box-5{
        box-sizing: border-box;
    }

    .footer-box-1 {
        flex-basis: 25%;
    }
    .footer-box-2 {
        flex-basis: 33.33%;
    }
    .footer-box-3 {
        flex-basis: 16.66667%;
    }
    .footer-box-4 {
        flex-basis: 25%;
    }
    .footer-box-5 {
        flex-basis: 16.66667%;
    }
}

@media screen and (max-width: 480px) {
    
    .footer-img {
        display: flex;
        margin: -12px 0 0 0;
    }

    .footer-box-1 {
        margin-bottom: 1rem;
    }

}

.footer-box-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-box-3, .footer-box-4, .footer-box-5 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-box-2 a, .footer-box-3 a, .footer-box-4 a, .footer-box-5 a {
    color: #fff;
    font-weight: 400;
    margin-bottom: 1rem;
    text-decoration: none;
}


.footer-trademark-text {
    color: #fff;
    font-size: .8rem;
    opacity: .25;
}

.storeMenu:before {
    content: "";
    height: 100%;
    position: absolute;
    border-left: 1px solid #fff;
    top: 0;
    left: 0;
}

.storeMenu {
    text-align: right;
}

footer a {
    font-size: 14px;
}

@media screen and (max-width: 600px) {

    .footer-trademark-text {
        text-align: end;
    }

    .store-links a {
        text-align: end;
        margin: 0 0 0 2rem !important;
    }

    .footer-mobile-container {
        display: flex !important;
        padding: 0;
    }

    .footer-container-mobile {
        padding: 3rem 1rem;
    }

    .footer_company_name {
        margin-left: 0;
        font-size: 12px;
    }

    .footer-hide-mobile {
        display: none !important;
    }
}