@charset "utf-8";
/* CSS Document */

.float{
	position:fixed;
	width:75px;
	height:75px;
	bottom:50px;
	right:40px;
	border-radius:50px;
	text-align:center;
  font-size:30px;
  z-index:100;
  background-image:url(https://theislandsrilanka.com/images/wa.png);
  background-position:center; background-repeat:no-repeat;
}

.my-float{
	margin-top:16px;
}