.livesupport-btn {
    position: fixed;
    right: 0px;
    bottom: 0;
}
.livechatbanner {
    background-image: url("https://mineversal.com/assets/img/bot.png");
    width: 141px;
    height: 181px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 20px;
}
.livechatbanner .livesupportclose {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #000000!important;
    background-color: transparent!important;
    display: block;
    border: none;
    z-index: 99;
}
.livesupport-btn a {
    width: 200px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: 2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.livechatbanner .bubblespeech a {
    margin: 4px 7px 0 0;
    background-color: transparent;
    opacity: .1;
    border: none;
    width: 141px;
    height: 181px;
    display: block;
}
.livechat-btn {
    display: none;
}
.livesupport-btn a span {
    display: inline-block;
    padding: 5px 12px;
    background-color: #6a9600;
    margin-right: 10px;
}

.livechatmobile {
    position: fixed;
    bottom: 0;
    left: 10px;
    background-color: transparent;
}
.livechatmobile a {
    background-image: url("https://mineversal.com/assets/img/bot.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
    background-color: transparent;
    width: 86px;
    height: 100px;
}

@media only screen and (max-width: 908px) {
    .livechatbanner {
        display: none;
    }
    .livechatbanner .livesupportclose {
        display: none;
    }
    .livechatmobile a {
        display: block;
    }
}
