#pageTop {
  position: fixed;
  bottom: 10px;
  right: 20px;
}

 

#pageTop i {
  padding-top: 6px

}

 
@media screen and (min-width:1190px) {
#pageTop a {
  display: block;
  z-index: 999;
  padding: 0px 5px 0px 5px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 150%;
}
}

@media screen and (max-width:1189px) {
#pageTop a {
  display: block;
  z-index: 999;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  background-color: #9FD6D2;
  color: #fff;
line-height: 100%;
  font-weight: bolder;
  text-decoration: none;
  text-align: center;
  font-size: 500%;
}
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}