.scrollToTop{
	width: 40px;
height: 40px;
padding: 10px;
text-align: center;
background: #03a4d4;
font-weight: bold;
color: #fff;
text-decoration: none;
position: fixed;
bottom: 75px;
right: 20px;
	display:none;
	opacity: 0.7;
}
.scrollToTop:hover{
	background: #03a4d4;
	opacity: 1;
	color: #fff;
}

@media(max-width:500px){

	.scrollToTop {
    width: 30px;
    height: 30px;
    padding: 3px;
    text-align: center;
    background: #03a4d4;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 6px;
    display: none;
    opacity: 0.7;
    border-radius: 50%;
    border: 1px solid #12106C;
}
}
