
/*Custom CSS*/
div#sticky-chat {
    display: none;
}
div#sticky-chat i {
    font-size: 28px;
    background: #b64c8f;
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    line-height: 54px;
    text-align: center;
    color: #fff;
  }
  div#sticky-chat {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    z-index: 9999;
  }

div#sticky-chat a#showmodel_sms {
    padding: 0;
    margin: 0;
}
div#sticky-chat a#showmodel_sms:hover i {
    background: #d771b1;
}
@media only screen and (max-width: 1199px) {
    div#sticky-chat {
        display: block;
        z-index: 10; 
    }
}
@media only screen and (max-width: 767px) {
    div#sticky-chat {
        bottom: 18px;
        right: 6px;
        z-index: 10;
    }
}
