/* whataspp, contact us, eamil floating buttons start*/
        .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:10px;
	background-color:#008000;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:26px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
        }
.my-float{
	margin-top:16px;
}
.float2{
	position:fixed;
	width:60px;
	height:60px;
	bottom:10px;
	right:10px;
	background-color:#c11;
	color:#FFF;
	border-radius:10px;
	text-align:center;
  font-size:26px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
        }
.my-float{
	margin-top:16px;
}
.float3{
	position:fixed;
	width:auto;
	height:50px;
	bottom:150px;
  text-transform: none;
  border: black solid 1px ;
  padding: 10px;
	right:10px;
	background-color:#117;
	color:#FFF;
	border-radius:10px;
	text-align:center;
  font-size:26px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
        }
.my-float{
	margin-top:16px;
}
/* whataspp, contact us, eamil floating buttons end here */


