.gotop-btn { position: fixed; padding:8.5px 11.97px; bottom: 75px; right: 12px; display: none; background: #ff8d00; text-align: center; border-radius: 50%; cursor: pointer; box-shadow: 0 0px 9px 0px rgba(0, 0, 0, .35); z-index: 10;transition: all 0.3s ease; }
.gotop-btn:hover{transform: translateY(-5px);}
.gotop-btn .icon-txt{font-size: 20px;color: #fff;position: relative;top:-1px;}
.gotop-btn:hover .icon-txt{color: #333;}