
/*02092022 new*/
.float-btn {
	position: fixed;
	bottom: 100px;
	right: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #25D366;
	color: #fff!important;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
}
.float-btn a  {
	color: #fff!important;
}
.float-btn div {
	display: none;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	top: -10px;
	left: -110px;
	font-size: 11px;
	padding: 3px 5px;
	color: #000;
	
}
.float-btn:hover div{
	display: block;
}