.footer {
  background: #0b0e17;
  /* position: fixed; */
  /* position: absolute; */
  bottom: 0;
  /* z-index: 99; */
  width: 100%!important;
}

.partner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px 0;
  padding-top: 10px;
}

.partner img {
  margin: 0px 0;
  height: 40px;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.3rem;
  color: #797986;
  padding-bottom: 20px;
}

.copyright i {
  font-size: 1.3rem;
  color: #e32028;
  padding: 0 5px;
}

.to-page-top.show {
  bottom: 70px;
  transition: 0.7s;
}

.to-page-top.hide {
  bottom: -100px;
  transition: 0.7s;
}

.to-page-top {
  position: fixed;
  cursor: pointer;
  z-index: 200;
  outline: none !important;
}

@media (max-width: 991px){
  .footer {
    background: #0b0c10;
    position: unset;
    bottom: 0;
    z-index: 1;
    width: 100%;
  }
  
}