.asagiSabit {position:fixed;bottom:5px;right:5px;z-index:999}
 
/*.whatsappBlock a {display:inline-block;height:30px;background:#65BC54;padding:5px 10px;color:#fff !important;font-weight:bold}*/

.whatsappBlock a {float:right;cursor:pointer;display:inline-block;border:1px solid #888;height:55px;width:55px;background: #65BC55 url('../img/whataspp_icon.png') no-repeat center center;-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;}

.whatsappBlock a img {height:100%;width:auto}


.whatsappBlock a:before {background: transparent;border: 4px solid #57c216;content: "";height: 91px;left: -18px;filter: alpha(opacity=0);opacity: 0;position: absolute;top: -18px;width: 91px;z-index:1;border-radius:50%}
.whatsappBlock a:before {-webkit-animation: sonar 1s ease-out infinite;-moz-animation: sonar 1s ease-out infinite;animation: sonar 1s ease-out infinite;}
@-webkit-keyframes sonar {
  from {-webkit-transform: scale(0);opacity: 1;}
  to {-webkit-transform: scale(1);opacity: 0;}
}
@-moz-keyframes sonar {
  from {-moz-transform: scale(0);opacity: 1;}
  to {-moz-transform: scale(1);opacity: 0;}
}
@keyframes sonar {
  from {transform: scale(0);opacity: 1;}
  to {transform: scale(1);opacity: 0;}
}

@media (max-width: 991px) {
  .whatsappBlock a {
      /*margin-right: 30px;*/
  }
  .asagiSabit {
    right: 12px;
  }
}