.chat-now-bottom-notif {
    z-index: 99999;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    left: 0px;
    height: 35px;
    bottom: 0px;
    width: 100%;
    padding: 0px 5px 0px 35px;
}
.chat-now-bottom-notif .avatar {
    position: fixed;
    bottom: 5px;
    left: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
}
.chat-now-bottom-notif .text {
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    font-weight: 300;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.chat-now-bottom-notif .text .btn {
    margin-left: 10px;
    font-weight: 900;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.chat-now-bottom-notif .text .btn i.fa {
    font-size: 10px;
    position: relative;
    top: -1px;
    margin: 0px 3px;
}
