#gt_float_wrapper {
  z-index: 9 !important;
}
@media (max-width: 991px) {
  #gt_float_wrapper {
    top: 41px !important;
    right: 100px !important;
  }
}
@media (max-width: 767px) {
  #gt_float_wrapper {
    top: 41px !important;
    right: auto !important;
    left: 30px;
  }
}
