@media only screen and (min-width: 769px){
.chat-advisory {
    bottom: 0px !important;
}
.e_loop_sub-1 {
    bottom: 10% !important;
}
}
@media only screen and (max-width: 768px){
.e_loop_sub-1 {
    position: fixed;
    right: 0;
    bottom: 23% !important;
    z-index: 9999999;
}
.chat-advisory {
    display: inline-block;
    background: rgba(0,0,0,.2);
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 80px !important;
    width: 70px;
    height: 70px;
    text-align: center;
}
.chat-box {
    width: 100% !important;
    z-index: 11111 !important;
    right: 0px !important;
}
}