.rt9-float-btn-outer{
  
}
.rt9-float-btn-inner{
  display: block;
  position: fixed;
  background-color: rgb(105,165,20);
  bottom: 20px;
  right: 20px;
  color: white;
  z-index: 99;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif !important;
  transition: all 300ms ease;
  font-size: 16px;
  opacity: 0.9;
  text-align: right;
}
.rt9-float-btn-inner:hover{
  background-color: rgb(76,120,14);
  opacity: 1;
}