.whatsapp-float{
	position:fixed;
	width:60px;
	height:60px;
	/* bottom:40px; */
	bottom:100px;
	/* right:40px; */
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:25px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-whatsapp-float{
	margin-top:16px;
}

.float-whatsapp{width:70px;height:70px;display:flex;justify-content:center;align-items:center;background-color:#00cf00;border:none;border-radius:100%;position:fixed;bottom:calc(3% + 40px + 15px + 70px + 15px);right:calc(3% - 16px);z-index:10000;cursor:pointer;transition:.3s ease-in-out}.float-whatsapp:hover{transform:scale(1.2)}.whatsapp {width: 30px !important;height: 30px !important;}

@media(max-width: 700px) {
  .float-whatsapp {
    right: calc(8% - 16px);
  }
}