.whatsapp {
  position:fixed;
  width:50px;
  height:50px;
  bottom:50px;
  right:15px;
  background-color: #139EC4;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:25px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:15px;
}

.phone {
  position:fixed;
  width:50px;
  height:50px;
  bottom:110px;
  right:15px;
  background-color: #139EC4;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:25px;
  z-index:100;
}

.phone-icon {
  margin-top:15px;
}