.btn-whatsapp-pulse {
	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: 15px;
/*	margin: ;*/
text-decoration: none;
border-radius: 50%;
animation-name: pulse;
animation-duration: 1.5s;
animation-timing-function: ease-out;
animation-iteration-count: infinite;
}


@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 0px;
	right: 0px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 15px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}


@keyframes pulse-border {
	0% {
		padding: 15px;
		opacity: 0.75;
	}
	75% {
		padding: 25px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.whatsBtn{
	position: relative;
	width:100%;
	border:2px solid #008000;
	background-color: #ccffcc;
	border-radius: 15px;
	padding: 10px 0px 10px 70px;
	margin: 0px 0px 0px 0px;
}
.whatsuptext{
	position: absolute;
	top: 5px;
	left: 10px;
	color: #006600;
	font-size: 13px;
	text-align: center;
	margin: 2px 0px 0px 0px;
	user-select: none;
}





.btn-call-pulse {
	background: #ff1a1a;
	color: white;
	/*position: fixed;
	bottom: 20px;
	right: 20px;*/
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 15px;
/*	margin: ;*/
text-decoration: none;
border-radius: 50%;
animation-name: newcallPulse;
animation-duration: 1.5s;
animation-timing-function: ease-out;
animation-iteration-count: infinite;
}
@keyframes newcallPulse {
	0% {
		box-shadow: 0 0 0 0 rgba(211, 37, 37, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(211, 37, 37, 0);
	}
}
.btn-call-pulse-border {
	bottom: 0px;
	right: 0px;
	animation-play-state: paused;
}
.btn-call-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 18px;
	border: 5px solid #d32525;
	opacity: 0.75;
	animation-name: pulseCall-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
@keyframes pulseCall-border {
	0% {
		padding: 15px;
		opacity: 0.75;
	}
	75% {
		padding: 25px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.callBtn{
	position: relative;
	width:100%;
	border:2px solid #cc0000;
	background-color: #ffe6e6;
	border-radius: 15px;
	padding: 10px 0px 10px 70px;
	margin: 0px 0px 0px 0px;
}
.callBtn i{
	font-size: 18px;
}
.calltext{
	position: absolute;
	top: 5px;
	left: 10px;
	color: #cc0000;
	font-size: 13px;
	text-align: center;
	margin: 2px 0px 0px 0px;
	user-select: none;
}
