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

.float a:link {
	background-color:#25d366;
	color:#ffffff;
}

.float a:hover {
	width:80px;
	height:80px;
	background-color:#25d366;
	color:#ffffff;
}

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

.float-vb{
	position: fixed;
	width:60px;
	height:60px;
	bottom:150px;
	right:80px;
	background-color:#9200d6;
	border-radius:50px;
	text-align:center;
        font-size:30px;
	/*box-shadow: 2px 2px 3px #999;*/
        z-index:100;
}

.float-vb a:link {
	background-color:#9200d6;
}

.float-vb a:hover {
	width:80px;
	height:80px;
	background-color:#9200d6;
	color:#ffffff;
}

.my-float-vb {
    margin-top:32px;
}

@media (max-width: 991px) {
.float{
	bottom:40px;
	right:40px;
}

.float-vb{
	bottom:80px;
	right:40px;
}
}
