.tooltip-one {
    padding: 18px 32px;
	background: white;
    position: fixed;
    mwidth: 110px;
    width: 210px;
    border-radius: 5px;
    text-align: center;
    filter: drop-shadow(0 3px 5px #ccc);
    line-height: 1.5;
	bottom:105px;
	left: 15px;
	z-index: 100;
}
.tooltip-container {
position: relative;
cursor: pointer;



left: 50%;
}


.tooltip-container .tooltip-one {
display: none;
}
.tooltip-trigger:hover + .tooltip-one {
display: block;


}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:30px;
	left: 15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;

.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#edff21;
}

.my-float{
	margin-top:16px;
}