.float{
	position:fixed;
	width:50px;
	height:50px;
 	bottom:85px;
	right:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:0px;
	text-align:center;
    font-size:30px;
     z-index:200;
     font-style: normal;
}


.float1{
	position:fixed;
	width:50px;
	height:50px;
 	bottom:140px;
	right:30px;
	background-color:#d90209;
	color:#FFF;
	border-radius:0px;
	text-align:center;
    font-size:30px;
     z-index:200;
     font-style: normal;
}


.float2{
	position:fixed;
	width:50px;
	height:50px;
 	bottom:195px;
	right:30px;
	background-color:#E1306C;
	color:#FFF;
	border-radius:0px;
	text-align:center;
    font-size:30px;
     z-index:200;
     font-style: normal;
}


.float3{
	position:fixed;
	width:50px;
	height:50px;
 	bottom:250px;
	right:30px;
	background-color:#3b5998;
	color:#FFF;
	border-radius:0px;
	text-align:center;
    font-size:30px;
     z-index:200;
     font-style: normal;
}
