/* .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;


}

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

} */

.whatsapp{
	background-color: white;
	color:#26BF4A !important;
  border-radius:15px;
  width: 250px;
	height: 150px;
  display: block;
  position:fixed;
  text-align:center;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
  bottom:40px;
	right:40px;


}

.whatsapp p{
  padding: 5px;
  margin: 0 auto;
	color:#26BF4A !important;
}

.whatsapp p a{
  text-decoration: none;
  font-weight: bold;
	color:#26BF4A !important;

}

.whatsapp p a:hover{

	color:#26BF4A;

}

.whatsapp h5{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
  margin-top:0px;
  padding: 5px;
  background-color:#26BF4A;
  color:white;
}

.whatsapp h5 .move{
	float: right;
}
