@charset "utf-8";
/* CSS Document */
.request-free-online-quote {
	background-color: #F00;
	color:#FFF;
	border-radius: 12px;
	padding: 10px;
	cursor: pointer;
	font-size: 16px;
	display: block;
	text-decoration: none;
	text-align: center;
	margin:auto;
	border: none;
	font-weight: bold;
}		
#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
 
}
#topBtn:hover {
  background-color: #CCC;
}