@import url("font.css");

html, body,
html.smt body {
    font-family: "titling-gothic-fb-narrow", 'Noto Sans', 'Noto Sans TC', "MHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-weight: 300;
    background: #f5f6fa;
}

html[lang='zh-hk'] body,
html.smt[lang='zh-hk'] body {
    /*font-family: "NotoSansCondBold","Noto Sans","Noto Sans TC","MHei","微軟正黑體","Microsoft JhengHei",sans-serif;*/
    font-weight: 400;
}
/*progress bar container*/
.inbase-order-container {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1260px;    

}
.contactus-section {
    margin: 40px 0;
    padding: 40px 50px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
    background: #fff;
    word-break: break-word;
    border-radius: 15px;
    text-align: center;
}
.contactus-header{
    font-size: 24px;
    font-family: "titling-gothic-fb-condensed", 'NotoSans-CondensedBold', NotoSansTCBold, 'Noto Sans TC', "MHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    margin: 0 0 20px 0;
}
.contactus-desc{
    font-size: 20px;
    margin-bottom: 20px;
}
.contactus-whatsapp-btn {
    background: #1EA325;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
}
.contactus-whatsapp-img{
    width: 22px;
    margin-right: 15px;
}

#pageFooter {
    color: #9C9C9C;
    font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
    .inbase-order-container {
        max-width: 1200px;               
        padding: 0 20px;
        margin: 0;
    }    
    #pageFooter {
        font-size: 1.2rem;
        margin: 40px 0;
    }
    .contactus-section {
        padding: 20px 30px;
    }

    .contactus-desc{
        font-size: 16px;
    }
}
