
.floating-a {
	border-radius: 26.5px;
	background-color: #001F61;
	border: 1px solid #001F61;
	box-shadow: 0 16px 22px -17px #03153B;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	padding: 12px 20px;
	position: fixed;
	bottom: 100px;
	right: 30px;
	z-index: 999;
	text-decoration: none;
}

.floating-a:hover {
	background-color: #ffffff;
	color: #001F61;
	text-decoration: none;
}