/* WHATSAPP BUTTON */
.whatsapp-float{
	  position:fixed;
	  bottom:20px;
	  right:20px;
	  background:#25D366;
	  color:#fff;
	  width:56px;
	  height:56px;
	  border-radius:50%;
	  display:flex;
	  align-items:center;
	  justify-content:center;
	  font-size:28px;
	  z-index:999;
	  box-shadow:0 8px 20px rgba(0,0,0,.3);
}
.whatsapp-float:hover{
  color:#fff;
}
