.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:120px;
	margin-right:92%;
	right:30px;
	background-color:#0078D7;
	color:#FFF;
	border-radius:3px;
	text-align:center;
  font-size:30px;
	box-shadow: 0px 0px 1px #999;
  z-index:100;
  float:left;
  float:left;
}

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

.float-whatsapp{

	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:30px;
	background-color:#0078d7;	
	color: white;
	border-radius:3px;
	text-align:center;
  font-size:30px;
	box-shadow: 0px 0px 1px #999;
  z-index:100;
}

