/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 17 2024 | 12:40:45 */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:24px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index: 250;
}

@media only screen and (max-width: 600px) {
	.float{
		right: 20px;
	}
}
.my-float{
	margin-top:15px;
}

.fa-xl{
	font-size: 1.5em;
}

.fa-2xl{
	font-size: 2em;
}