.img_floatingbutton {
	width: 75px;
	height: 75px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	background-color: #004c98;
	border: 0px solid #0076Bc;
	border-radius: 50%;
	cursor: pointer;
	color: #fff;
	justify-content: center;
	display: flex;
	align-items: center;
	box-shadow: -2px 2px 8px 0 rgba(0,0,0, 0.2);
	z-index: 999;
}
.img_floatingbutton:hover {
	background-color: #00A0E3;
}
.img_floatingbutton .fas.fa-comments-alt {
	font-size: 35px;
	color: white;
}