a.call {
bottom: 30px;
display: block;
left: 75%;
position: fixed;
z-index: 10000;
}
a.call img {
width:50px;
height:50px;
-webkit-animation: heartbeat 3s infinite;
background: #88A8CC;
border: 3px solid #fff;
border-radius: 45px;
opacity: 0.9;
box-shadow: 0 0 2px 2px #e4e4e4;
}

@-webkit-keyframes heartbeat {

    92% { transform: scale(1, 1);}
    94% {  transform: scale(1.2, 1.2); }
    96% {  transform: scale(1, 1); }
    98% {  transform: scale(1.1, 1.1); }
    100% { transform: scale(1, 1);}
}

a.home {
    display: block;
    text-align: center;
    text-transform: uppercase;
    background: #f6ab92;
    text-decoration: none;
    color: #56316e;
}

.ws-killer-btn.ws-killer-btn-mini-round {
    display: none;
}
.ws-chat-btn-container.ws-chat-btn-mini-hover.ws-chat-btn-mini-round.ws-chat-btn-logo-yes.ws-chat-btn-rotate.ws-chat-btn-attach-top {
    display: none!important;
}