.keep-us-going-btn {
	position: fixed;
	bottom: 0px;
	right: 10px;
	z-index: 5;
}
.keep-us-going-btn button {
	background:#3373b4;
	border-radius: 10px 10px 0px 0px;
	color: white;
	border: none;
/* 	padding: 5px 15px 10px; */
	font-size: 20px;
	cursor: pointer;
	background-color: #F0EEEE; 
	color: #000000;
	font-weight:medium;
	font-family: Montserrat-Medium;
	text-transform:uppercase;
	width: 223.72px;
	height: 49.48px;
}
.keep-us-going-btn button:hover {
	background-color: #3373b4; 
	color:#fff;
	font-weight:bold;
}
.keep-us-going-btn button span{
	/* border-bottom: 2px solid #484742 !important; */
	border-bottom: 2px solid #000000 !important;
}
.keep-us-going-btn button:hover span{
	border-bottom: 2px solid #fff !important;
}
@media only screen and (max-width:576px) {
    .keep-us-going-btn button {
		padding: 5px 15px;
		font-size: 16px;
		width: 180px;
		height: 40px;
	}
}