.whatsapp {
  position: fixed;
  bottom: 38%;
  right: 10px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}

.whatsapp a {
  display: block;

  color: white;
  font-size: 20px;
  text-align: center;
  padding: 15px;
  text-decoration: none;
}

.whatsapp i {
  font-size: 24px;
  margin-right: 10px;
}

.whatsapp:hover {
  bottom: 36%;
}


.kf_email {
  position: fixed;
  bottom: 50%;
  right: 10px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}

.kf_email a {
  display: block;

  color: white;
  font-size: 20px;
  text-align: center;
  padding: 15px;
  text-decoration: none;
}

.kf_email i {
  font-size: 24px;
  margin-right: 10px;
}

.kf_email:hover {
  bottom: 48%;
}