.btn-whatsapp-pulse {
z-index: 99;
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}



.btn-whatsapp-pulse-border {
	bottom: 20px;
	right: 20px;
	display: flex;
	animation-play-state: paused;
}

