.float{
	position:fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width:55px;
	height:55px;
	bottom:30px;
	right:40px;
	background-color:#25d366;
	border-radius:40px;
	text-align:center;
  z-index:100;
}
.my-float{
	margin-top:15px;
}