.fb-livechat {
    z-index: 1000;
    position: relative;
}
.fb-livechat .fb-widget {
    left: 24px;
    position: fixed;
}
.fb-livechat .ctrlq.fb-close {
    background: #f00;
    padding: 5px 10px;
    border-radius: 100px;
    font-size: 16px;
    right: -5px;
    position: absolute;
    top: -5px;
}
.fb-livechat a.ctrlq.fb-button {
    background: #fe6635 url(Images/m.png) no-repeat center;
    width: 55px;
    height: 55px;
    left: 2%;
    cursor: pointer;
    bottom: 10px;
    z-index: 1000;
}