#OLS_Button_Floating {
  display:none;
  max-width: 980px;
  position: fixed;
  bottom:10px;
  z-index: 4;
  background: #fff;
}
@media only screen and (max-width: 979px) {
  #OLS_Button_Floating {
  margin: 0 3% 0 0;
  }
}
#OLS_Button_Floating_2{
  width:100%;
  position: fixed;
  bottom:0px;
  height:60px;
  z-index: -1000000;
  margin: 0 3% 0 0;
}
.OLS_Button_Floating_display{
  display:none;
}
@media only screen and (max-width: 767px) {
  .comparison-button-section .btn-width-full{
    padding-right: 1.0em !important;
    padding-left: 1.0em !important;
  }
  .btn-pageTop{
    bottom:50px !important;
  }
}
.OLS_Button_Floating_display{
  outline: #fff solid 10px;
}
@media only screen and (max-width: 767px) {
  .OLS_Button_Floating_display{
    outline: #fff solid 7px;
  }
  #OLS_Button_Floating {
    bottom:7px;
  }
}
@media only screen and (max-width: 425px) {
  .OLS_Button_Floating_display{
    outline: #fff solid 5px;
  }
  #OLS_Button_Floating {
    bottom:5px;
  }
}
