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

.new-footer-item{
    flex: 1 1 0; 
    list-style: none;
    color: #9D8F66;
    font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.footer_icon_row .title-footer{
    position: relative;
}

.footer .forweb .new-footer-container .first-footer-li .title-footer{
    color: #9D8F66;
    font-family: "Cormorant Garamond", "Noto Sans HK", "Noto Sans SC", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
}
.first-footer-li{
    margin-bottom: 21px;
}
.footer_icon_row{
    display: inline;
}
.footer_icon_row:first-child{
    margin-right: 35px;
}
.footer_icon_row img{
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 24px !important;
    height: 24px !important;
    cursor: pointer;
}
.new-footer-item .contact-info{
    line-height: 21px;
}
.new-qrcode {
    position: absolute;
    z-index: 99;
    top: -160px;
    right: -40px;
    width: 10.5rem;
    padding: 5px;
    max-width: none;
    height: 14.5rem;
    transform: scale(0);
    transform-origin: bottom center;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #fff;
    border: 1px solid #9d8f66;
    margin: 0;
    text-align: center;
    font-size: 12px;
    padding: 0;
    line-height: 15px;
    /* height: 15px; */
    word-break: normal;
    color: #9d8f66;
    font-family: 'Lato', 'Noto Sans HK', 'Noto Sans SC', sans-serif;
    letter-spacing: 0px;
}
.new-qrcode img {
    width: 100% !important;
    height: auto !important;
    margin: 0;
    padding-left: 0px !important;
    padding-right: 0px !important;
    cursor: pointer;
}
.new-qrcode .arrow {
    width: 0;
    height: 0;
    position: absolute;
    right: calc(50% - 10px);
    top: auto;
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #9d8f66;
}
.title-footer{
    margin-bottom: 21px;
    color: #9D8F66;
    font-family: "Cormorant Garamond", "Noto Sans HK", "Noto Sans SC", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
}

@media screen and (min-width: 992px) {
    .new-footer-navigation .footer_icon_row:hover .new-qrcode {
        transform: scale(1);
        opacity: 1;
    }
    .after-footer-inner-firstdiv{
        display: flex;
    }
    .after-footer-inner-firstdiv .menu--new-gl-footer{
        width: 87%;
    }
    .after-footer-inner-firstdiv .social-media-section{
        width: 13%;
    }
}

@media screen and (max-width: 991px) {
    .new-footer-container{
        flex-direction: column;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .first-footer-li{
        padding: 0px 30px 4px;
        margin-bottom: 0px !important;
        position: relative;
    }
    .first-footer-li .title-footer {
        font-family: "Cormorant Garamond";
        font-size: 14px;
        font-weight: 700 !important;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        color: #9D8F66;
    }
    .first-footer-li::before {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        right: 35px;
        top: 0;
        transition: all .1s linear .1s;
        font-size: 18px;
        font-weight: 700 !important;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
    }
    .footer-menu-icon.first-footer-li::before{
        transform: rotate(180deg);
    }
    .formobile .sub_footer_menu{
        display: none;
        padding: 0px 30px 4px;
        margin-bottom: 0px !important;
        font-family: 'Cormorant Garamond';
        font-size: 14px;
        font-weight: 700 !important;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        list-style-type: none;
    }
    #footer .new-footer-navigation .formobile .contact-info{
        font-family: Cormorant Garamond;
        font-size: 14px;
        font-weight: 700 !important;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        font-style: normal;
    }
    #block-socialmediasection-2{
        display: none;
    }
}


