.whatsapp {
  position:fixed;
  width:50px;
  height:50px;
  bottom:30px;
  right:1250px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:20px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}