.asagiSabit {position:fixed;bottom:0px;right:0px;z-index:999}

.whatsappBlock a {outline: none;position:relative;display:inline-block;height:100px;width:100px;background:none;padding:25px;text-align:center;}
.whatsappBlock a img {position:relative;z-index:8;height:55px;border:1px solid #666;width:55px;max-width: 55px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;animation: shadow-pulse 1s infinite;}
.whatsappBlock a:after {content:"";width:13.610px;height:13.610px;background: green;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;position:absolute;bottom:20px;right:20px;border:2px solid #fff;z-index:9}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(46, 204, 113, 1);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}



