/* whats app button*/
.whatsapp-btn, .whatsapp-btn:focus, .whatsapp-btn:hover {
	position: fixed;
	bottom: 90px;
	right: 31px;
	background: #01e675;
	height: 50px;
	width: 50px;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	border-radius: 50%;
	font-size: 25px;
	z-index: 999;
}
.call_btn {
	position: fixed;
	bottom: 150px;
	right:33px;
	background: #9ed8f6;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	text-align: center;
	border-radius: 50%;
	font-size: 22px;
	z-index: 999;
}
i.fas.fa-phone-alt {
	padding-left: 14px;
}