.float{
	    position: fixed;
    width: 50px;
    height: 52px;
    bottom: 40px;
    background-color: green;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  
}

.my-float{
	margin-top:16px;
}



.float1{
	position: fixed;
    width: 50px;
    height: 50px;
    bottom: 96px;
    background-color: #e20c0c;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  
}