/* Footer Section CSS Start */
.mt-80 {
    margin-top: 80px;
}

.footer-area {
    background-color: #ffffff;
}

.footer-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 25px;
}

/* Footer Section CSS End */
.product-details-footer-bg {
    background-color: #E0F8FF !important;
}

.copyright-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 0px;
}

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

.group-text {
    margin-top: 20px;
    margin-bottom: 20px;
}

.group-text img {
    width: 23px;
    vertical-align: sub;
}

.footer-content a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #333333;
}

.group-text span {
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 150% !important;
    color: #333333 !important;
}

.group-text span a {
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 150% !important;
    color: #333333 !important;
}

.office-data {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height, or 111% */

    letter-spacing: 0.08em;

    color: #333333;
    width: max-content;
    display: inline-block;
    float: right;
    margin-left: 40px;
}

.l-c-m-0 :last-child {
    margin-left: 0px;
}

.office-data img {
    width: 30px;
    margin-right: 10px;
}

.office-data a {
    display: block;
    margin-top: 17px;
}

.l-c-m-0.mobile {
    display: none;
}

@media only screen and (max-width: 1279.98px) {
    .office-data {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 1079.98px) {
    .office-data {
        font-size: 16px;
    }

    .footer-content a {
        font-size: 14px;
    }

    .group-text span {
        font-size: 15px !important;
    }

    .group-text span a {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 991.98px) {
    .l-c-m-0.web {
        display: none;
    }

    .l-c-m-0.mobile {
        display: block;
    }

    .l-c-m-0 {
        width: 100%;
    }

    .l-c-m-0.mobile .office-data {
        /* min-width: 33.33%; */
        margin-left: 0px !important;
        margin-right: 20px;
        float: unset;
    }
}