.whatsapp-button {
	position: fixed;
	z-index: 9999;
	color: #fff;
	border: none;
	border-radius: 50%;
	padding: 15px;
	font-size: 20px;
	cursor: pointer;
	border:0;	
	transition: background-color 0.3s;
	
}
.whatsapp-button img{
	width: 40px;
}

.whatsapp-button.right-bottom {
	bottom: 20px;
	right: 20px;
}
.whatsapp-button.left-bottom {
	bottom: 20px;
	left: 20px;
}
.whatsapp-button.right-top {
	top: 20px;
	right: 20px;
}
.whatsapp-button.left-top {
	top: 20px;
	left: 20px;
}
