.btnwhats {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	color: #ffffff;
	border-radius: 35px;
	background-color: #ff6700;
	padding-left: 2px;
	padding-top: 5px;
	position: fixed;
	bottom: 49px;
	right: 0px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
	z-index: 99;
	width: 50px;
	height: 50px;
	text-align: center;
}
.btnwhats:hover {
	color: white !important;
}

.btnwhatstel {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	color: #ffffff;
	border-radius: 35px;
	background-color: #ff6700;
	padding-left: 2px;
	padding-top: 5px;
	position: fixed;
	bottom: 49px;
	right: 58px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
	z-index: 99;
	width: 50px;
	height: 50px;
	text-align: center;
}