.first-sect-footer {
        background-image: url("https://cdn.chemtradeasia.com/leather/footer-bg.webp");
        background-position: center;
        background-size: cover;
        padding: 50px 0;
    }

.custom-margin {
        margin-top: 14px !important;
    }

    .address-footer h6 {
        font-size: 16px;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: left;
        color: #fff;
        margin-bottom: 10px;
    }

    .address-footer p {
        margin: 0;
        color: #fff;
    }

    .address-footer a {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: left;
        display: flex;
        width: 100%;
    }

    .address-footer a:hover {
        color: #fff;
    }

    .address-footer .addrs {
        margin-bottom: 10px;
    }

    .address-footer .sosmed {
        margin-bottom: 8px;
    }

    .icon-contact {
        width: 20px;
        height: 20px;
        margin: auto 12px auto 0;
    }

    .address-footer .download-img img {
        border-radius: 8px;
        height: 50px;
        width: 165px;
    }

    .cstm-mt {
        margin-top: 20px;
    }

    .social-media {
        display: flex;
    }

    .mr-cstm {
        margin-right: 20px;
    }

    .social-media a {
        background-color: #de9726;
        padding: 12px;
        border-radius: 100%;
        width: 45px;
        height: 45px;
        margin: 0 10px;
        cursor: pointer;
        color: #fff;
        transition: all 0.3s ease;
    }

    footer .social-media a {
        border: 2px solid #de9726;
        padding: 10px;
    }

    footer .social-media a:hover {
        background-color: #fff;
    }

    .social-media a svg {
        margin: unset !important;
    }

    footer .social-media a:hover svg path {
        fill: #de9726;
    }

    .last-sect {
        background-color: #fff;
        padding: 15px;
        color: #000;
        border-bottom: 4px solid #de9726;
    }

    .fa-comments:before {
        content: "\f086";
    }

    .last-sect p {
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: center;
        color: #71430c;
    }

    .squareChatButtonLeft,
    .squareChatButtonRight {
        top: 0;
        height: 40px;
        position: absolute;
        padding: 15px 8px;
    }

    .squareChatButtonRight {
        z-index: 1;
        width: 50px;
        right: 0;
        padding: 3px 0;
        text-align: center;
    }

    .squareChatButtonRight,
    .squareChatButton {
        -moz-transition: all ease-in 0.3s;
        -ms-transition: all ease-in 0.3s;
        -webkit-transition: all ease-in 0.3s;
        transition: all ease-in 0.3s;
    }

    footer .download-img {
        display: flex;
        margin-top: 0;
    }

    @media (max-width: 1200px) and (min-width: 768px) {
        footer .download-img .row {
            display: grid !important;
        }

        footer .download-img .col-md-6 {
            width: 100% !important;
        }

        .mr-cstm {
            margin-bottom: 10px;
        }
    }

    @media (max-width: 767px) {
        footer .row {
            display: grid !important;
        }

        footer .row .col-md-5,
        footer .row .col-md-3 {
            width: 100%;
        }

        footer .download-img img {
            width: 50%;
            margin-bottom: 10px;
        }

        .first-sect-footer .address-footer {
            margin-bottom: 20px;
        }

        footer .download-img img {
            /* width: 50%; */
            margin-bottom: 20px;
            height: auto !important;
        }
    }

    @media (max-width: 500px) {
        footer .download-img {
            display: grid !important;
        }

        footer .download-img img {
            margin-bottom: 12px;
            height: auto;
        }

        .address-footer h6 {
            margin-top: 15px;
            margin-bottom: 10px;
        }
    }