.scrltoTop {
z-index: 99999;
display: none;
visibility: hidden;
position: fixed;
bottom: 10px;
right: 10px;
background-color: #F86F03;
color: white;
border: none;
cursor: pointer;
width: 60px!important;
height: 60px!important;
text-align: center;
display: flex;
justify-content: center;
align-items: center; line-height: 50px;
}
.scrltoTop:hover {
background-color: #ea802d;
}
.fa-angle-up {  display: flex;
justify-content: center; font-size: 30px!important; line-height: 50px;
}