/*messenger float btn*/
.float {
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 20px;
  right: 80px;
  background-color: #168aff;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  z-index: 100;

  display: flex;
  align-items: center;
  justify-content: center;
}
.my-float {
  margin-top: 0px;
  margin-left: 0px;
  scale: 1.1;
}

.border-b{
	border-bottom: 1px solid #eee;
}