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

@media only screen and (min-width: 325px) {
	.float{
		width:60px;
        height:60px;
        bottom:15px;
        font-size:30px;
       	right: 10px;
	}

	.floati{
        font-size:30px;
        bottom:100px;
        right: 10px;
	}
}

@media only screen and (min-width:700px and max-width 1024px) {
  .float{
		width:60px;
        height:60px;
        bottom:15px;
        font-size:30px;
        left: 1000px;
	}

	.floatf{
		width:60px;
        height:60px;
        font-size:30px;
        bottom:100px;
        left: 1900px;
	}
}
.my-floatf{
	margin-top:16px;
}

.floatf{
	position:fixed;
	width:60px;
	height:60px;
	bottom:145px;
	right:10px;
	
	background-color:#4325ee;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.floatf:hover {
	text-decoration: none;
	color: #4325ee;
  background-color:#fff;
}



.my-floati{
	margin-top:5px;
}

.floati{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:10px;
	background-color:#d3259f;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.floati:hover {
	text-decoration: none;
	color: #d3259f;
  background-color:#fff;
}

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

