.chatButtonStyle {
    position: fixed;
    right: 2%;
    bottom: 100px;
    align-items: center;
    width: 134px;
    height: 134px;
    cursor: pointer;
    background-color: #66c0ba;
    color: #fff;
    font-weight: bold;
    padding: 0px;
    border-width: 0px;
    border-radius: 50%;
    box-shadow: 0 1.12rem 1.25rem 0 rgb(58 59 69 / 35%);
    opacity: 1;
    z-index: 999997;
}
#chatArea {
    z-index: 999998!important;
}

#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
    z-index: 999997!important;
}


@media (max-width: 991px) {
    i.fas.fa-comments {
        font-size: 40px!important;
    }
    .button-text {
        display:none;
    }
    .chatButtonStyle {
        width: 93px;
        height: 93px;
    }
}