.crisp-client {
    display: none !important;
}

#gl-fc-chat-button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-size: 100%;
    z-index: 99999999999;
    cursor: pointer;
}

.livechat-1 {
    background: url(https://storage.googleapis.com/fw-public/ymwoo/livechat_1.png) no-repeat;
    height: 80px;
    width: 200px;
}

.livechat-3 {
    background: url(https://storage.googleapis.com/fw-public/ymwoo/livechat_3.png) no-repeat;
    height: 100px !important;
    width: 100px !important;
}

#reply_field_div {
    position: fixed;
    z-index: 31474836001;
    opacity: 0;
}

.chat-fc-form-outer p.fc-header {
    margin: auto !important;
    font-weight: normal !important;
}

/*for desktop*/
.h-open-notify {
    bottom: 70px !important;
}

@media only screen and (max-device-width: 480px) {
    #gl-fc-chat-button {
        width: 150px;
        bottom: 70px;
        height: 60px;
    }

    #reply_field_div {
        display: none;
    }

    #fc_frame.fc-mobile-view {
        bottom: 65px !important;
    }

}

@media only screen and (max-device-width : 640px) {
    #gl-fc-chat-button {
        width: 150px;
    }

    /* Styles */
    #reply_field_div {
        display: none;
    }
}

@media only screen and (max-device-width: 800px) {
    #gl-fc-chat-button {
        width: 150px;
    }

    /* Styles */
    #reply_field_div {
        display: none;
    }
}