.support-icon-right {
    background: #F0F3EF;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9;
    overflow: hidden;
    width: 250px;
    color: #fff!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.support-icon-right h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px!important;
    font-family: Arial;
    color: #fff!important;
        background-color: #5CB85C;
    cursor: pointer;
       line-height: 34px;
}

.support-icon-right i {
    background-color: #D9534F;
    padding: 15px 15px 12px 15px !important;
}
.online-support {
    display: none;
}
.support-icon-right h3{
    margin: 0 !important;
    text-align: center;
}