.block-footer {
    overflow-x: hidden;
    background-color: #373D42;
    text-align: center;
}

/* .footer-customer-hotlines, */
.footer-business-tablet-first-row,
.footer-customer-tablet {
    display: none;
}

/* .second-footer {
    margin-top : -13%;
} */

.block-footer .inner_footer {
    padding-top: 30px;
    padding-bottom: 10px;
    display: flex;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: center;
}

.block-footer .social-media-container {
    display: flex;
    align-items: normal;
    justify-content: space-evenly;
    width: 70%;
}

.block-footer .contact-number {
    font-weight: bold;
    color: #A7A7A7;
    font-size: 16px;
}

.block-footer .terms-container {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.block-footer .terms-container-kh {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}


.block-footer .terms-policy {
    border-right: 1px solid #939598;
}

.block-footer .terms-title {
    color: #939598;
    padding: 0 25px;
    text-decoration: none;
    text-align: center;
}

.block-footer .terms-title:hover {
    color: #3BBBEE;
    text-decoration: underline;
    text-align: center;
}


.copyright-divider {
    display: flex;
    margin-top: 2%;
    margin-left: 15%;
    margin-right: 15%;
    align-items: center;
    justify-content: center;
    color: #A7A7A7;
    height: 5px;
    background-color: #A7A7A7;
    width: 50%;
    justify-self: center;
}

.blocks-footer .copyright {
    color: white;
}

.block-footer .footer-a {
    margin: 0 auto;
}

.block-footer .footer-logo {
    margin-top: -2%;
    width: 100%;
}

.footer-icon {
    width: 23px;
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 5px;
    cursor: pointer;
    box-sizing: unset;
}

.footer-item {
    padding: 0 15px;
    margin-bottom: 20px;
}

.footer-link {
    color: #000;
}

.subtitle-footer:hover,
.footer-link:hover {
    color: #3BBBEE;
    text-decoration-color: #3BBBEE;
}

.footer-category-title {
    color: #FFFFFF;
    font-weight: bold;
    white-space: nowrap;
}

.subtitle-footer {
    color: #939598;
    font-size: 1.35rem;
    white-space: nowrap;
}

.subnav {
    color: #A7A7A7;
    font-size: 1.25rem;
    padding-bottom: 6%;
}

.subnav-contact {
    color: #A7A7A7;
    font-size: 1.20rem;
}

.subnav-contact:hover {
    color: #3BBBEE;
}

.block-footer .footer-icon.facebook {
    background-image: url("/img/facebook.png");
}

.block-footer .footer-icon.facebook:hover {
    background-image: url("/img/facebook-r.png");
}

.block-footer .footer-icon.instagram {
    background-image: url("/img/insta.png");
}

.block-footer .footer-icon.instagram:hover {
    background-image: url("/img/insta-r.png");
}

.block-footer .footer-icon.youtube {
    background-image: url("/img/youtube.png");
}

.block-footer .footer-icon.youtube:hover {
    background-image: url("/img/youtube-r.png");
}

.block-footer .footer-icon.linkedin {
    background-image: url("/img/linkedin.png");
}

.block-footer .footer-icon.linkedin:hover {
    background-image: url("/img/linkedin-r.png");
}

.block-footer .copyright {
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    color: #939598;
    padding: 20px 0;
    background-color: #000;
}

.block-footer .link-title,
.block-footer .link-text {
    font-weight: 300;
    color: #C4C4C4;
    font-size: 12px;
}

.block-footer .link-title {
    font-size: 20px !important;
    font-weight: 400 !important;
}

.block-footer p {
    margin-bottom: 0;
    margin-top: 0;
}

.block-footer .margin-bottom {
    margin-bottom: 0.5rem !important;
}

.block-footer .premier-col {
    margin-top: -200px;
    z-index: 1;
    height: fit-content;
    width: fit-content;
}

.block-footer .lifestyle-col {
    margin-top: -100px;
    z-index: 1;
    height: fit-content;
    width: fit-content;
}

.block-footer .footer-z-index {
    height: fit-content;
    width: fit-content;
    z-index: 2;
}

.block-footer .back-to-top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.block-footer .up-icon {
    transform: rotate(-90deg) scale(0.5);
}

.block-footer .back-to-top-text {
    font-size: 18px;
    color: #FF0000;
}

.footer-phone-number {
    font-weight: bold;
    color: #A7A7A7;
    font-size: 1.55rem;
    padding-bottom: 4%;
}


@media only screen and (max-width: 1300px) {
    .footer-category-title {
        font-size: 1.35rem;
    }

    .subtitle-footer {
        font-size: 1.20rem;
    }

    .subnav {
        color: #A7A7A7;
        font-size: 1.10rem;
        padding-bottom: 6%;

    }

    .footer-phone-number {
        font-weight: bold;
        color: #A7A7A7;
        font-size: 1.3rem;
        padding-bottom: 4%;
    }

    .subnav-contact {
        color: #A7A7A7;
        font-size: 1.10rem;
    }

    .block-footer .terms-title {
        color: #939598;
        padding: 0 25px;
        text-decoration: none;
        font-size: 1.3rem;
        text-align: center;
    }

    .block-footer .copyright {
        font-weight: 400;
        font-size: 1.3rem;
        line-height: 30px;
    }

    .inner_footer .footer-logo {
        width: 100%;
    }

    .block-footer .social-media-container {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 70%;
    }
}

@media only screen and (max-width: 1200px) {
    .footer-category-title {
        font-size: 1.35rem;
    }

    .subtitle-footer {
        font-size: 1.20rem;
    }

    .subnav {
        color: #A7A7A7;
        font-size: 1.10rem;
        padding-bottom: 6%;

    }

    .footer-phone-number {
        font-weight: bold;
        color: #A7A7A7;
        font-size: 1.3rem;
        padding-bottom: 4%;
    }

    .subnav-contact {
        color: #A7A7A7;
        font-size: 1.10rem;
    }

    .block-footer .terms-title {
        color: #939598;
        text-decoration: none;
        font-size: 1.3rem;
        padding: 0 20px;
        text-align: center;
    }

    .block-footer .copyright {
        font-weight: 400;
        font-size: 1.3rem;
        line-height: 30px;
    }

    .footer-icon {
        width: 20px;
        margin-top: 2%;
        margin-bottom: 2%;
        padding: 5px;
        cursor: pointer;
        box-sizing: unset;
    }
}

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

    .block-footer .terms-title {
        color: #939598;
        text-decoration: none;
        font-size: 1.3rem;
        padding: 0 20px;
        text-align: center;
    }

}

@media only screen and (max-width: 1023px) {
    .subtitle-footer {
        font-size: 1.55rem;
    }

    .subnav {
        color: #A7A7A7;
        font-size: 1.40rem;
        padding-bottom: 6%;

    }

    .block-footer .footer-logo {
        width: 100%;
        margin: auto;
    }

    .footer-category-title {
        font-size: 1.25rem;
    }

    .subtitle-footer {
        font-size: 1.15rem;
    }

    .subnav {
        color: #A7A7A7;
        font-size: 1.10rem;
        padding-bottom: 4%;

    }

    .contact-us-footer {
        margin-top: 0%;
    }

    /* .block-footer .terms-container {
        display: flex;
        margin: 0 auto;
        align-items: center; 
        justify-content:center;
    }

    .block-footer .terms-container-kh {
        display: flex;
        margin: 0 auto;
        align-items: center; 
        justify-content:center;
    } */


    .footer-business-tablet,
    .footer-customer-hotlines-desktop {
        display: none;
    }

    .footer-customer-tablet,
    .footer-business-tablet-first-row {
        display: block;
    }

    .block-footer .terms-title {
        color: #939598;
        text-decoration: none;
        font-size: 1.3rem;
        padding: 0;
        text-align: center;
    }
}


@media only screen and (max-width: 767px) {
    .block-footer .premier-col {
        margin-top: 0;
    }

    .block-footer .lifestyle-col {
        margin-top: 0;
    }

    .block-footer .footer-logo {
        width: 60%;
        margin: auto;
    }

    .block-footer .inner_footer {
        padding: 5% 2%;
        margin: 0 auto;

    }

    .block-footer .terms-policy,
    .block-footer .disclaimer {
        /* border: none; */
        margin-bottom: 5%;
    }

    .contact-us-footer {
        margin-top: 0%;
    }

    .block-footer .social-media-container {
        display:flex;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
        margin: 0;
    }

    .footer-icon {
        width: 25px;
        margin-top: 2%;
        margin-bottom: 2%;
        padding: 5px;
        cursor: pointer;
        box-sizing: unset;
    }

    /* .block-footer .terms-container-kh {
        flex-direction: column;
        text-align: left;
    } */

}

@media only screen and (max-width: 600px) {
    .footer-item {
        flex: 0 0 auto;
        width: 100%;
        padding: 10px 15px;
        margin-bottom: 10px;
    }

    .footer-category-title {
        margin-bottom: 12px;
    }

    .footer-customer-hotlines {
        display: block;
    }

    .footer-customer-hotlines-desktop {
        display: none;
    }

    .footer-customer-tablet {
        display: none;
    }

    .subnav-contact {
        margin-bottom: 20px;
    }
}


@media only screen and (max-width: 576px) {
    .block-footer .premier-col {
        height: 100%;
        width: 100%;
    }

    .block-footer .lifestyle-col {
        height: 100%;
        width: 100%;
    }

    .block-footer .footer-z-index {
        z-index: 2;
        height: 100%;
        width: 100%;
    }

    .block-footer .footer-logo {
        width: 100%;
        margin: auto;
    }

    .contact-us-footer {
        margin-top: 0%;
    }

    .footer-customer-hotlines {
        display: block;
    }

    .footer-customer-hotlines-desktop {
        display: none;
    }
}

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

    .contact-us-footer {
        margin-top: 0%;
    }

    .footer-customer-hotlines {
        display: block;
    }

    .footer-icon {
        width: 25px;
        margin-top: 2%;
        margin-bottom: 2%;
        padding: 5px;
        cursor: pointer;
        box-sizing: unset;
    }
}