.floating{

	position:fixed;
	width:50px;
	height:50px;
	bottom:15px;
	left:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
       font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.floatingr{
	position:fixed;
	width:50px;
	height:50px;
	bottom:15px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
       font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float-button{
	margin-top:10px;
}


/* Arrow */

.floatinga{
	position:fixed;
	width:60px;
	height:60px;
	bottom:10px;
	right:10px;

	color:yellow;
	border-radius:50px;
	text-align:center;
       font-size:30px;

  z-index:100;
}


.floata-buttona{
	margin-top:16px;
}




