#pageTop {
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 999;
}

#pageTop i {
  padding-top: 6px
}

#pageTop a {
  display: block;
  z-index: 999;
  border-radius: 70px;
  width: 70px;
  height: 70px;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #604c3f;
  opacity: 0.5;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#pageTop img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1299px) and (min-width: 960px) {
#pageTop {
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 999;
  }

  #pageTop i {
    padding-top: 6px
  }

  #pageTop a {
    display: block;
    z-index: 999;
    border-radius: 70px;
    width: 70px;
    height: 70px;
    padding-top: 5px;
    padding-bottom: 0px;
    background-color: #604c3f;
    opacity: 0.5;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }

  #pageTop a:hover {
    text-decoration: none;
    opacity: 0.8;
  }

  #pageTop img {
    width: 60px;
    height: 60px;
  }
  }
@media screen and (max-width: 480px) {
#pageTop {
    position: fixed;
    bottom: 5px;
    right: 10px;
    z-index: 999;
  }

  #pageTop i {
    padding-top: 6px
  }

  #pageTop a {
    display: block;
    z-index: 999;
    border-radius: 70px;
    width: 50px;
    height: 50px;
    padding-top: 5px;
    padding-bottom: 0px;
    background-color: #604c3f;
    opacity: 0.5;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }

  #pageTop a:hover {
    text-decoration: none;
    opacity: 0.8;
  }

  #pageTop img {
    width: 40px;
    height: 40px;
  }
  }
