.scroll-up:hover {
	background-color: #86a5c2;
	color: #fff !important;
	text-decoration: none;
}
 
.scroll-up {
	background-color: #9abaad;
	border-radius: 100%;
	bottom: 15px;
	color: #fff;
	cursor: pointer;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	right: 15px;
	text-align: center;
	text-decoration: none;
    transform: rotate(-90deg);
	width: 40px;
	z-index: 9999;
}