.to-top {
  color: white;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #007298 !important;
  min-width: 80px;
  right: 30px;
  height: 45px;
  position: fixed;
  bottom: 30px;
  z-index: 1;
  padding: 8px 15px;
}
.to-top:hover {
  cursor: pointer;
}
.to-top span {
  font-weight: 600;
}