.sb-service-image,
.service-image {
    display: none !important;
}

#main #main-buttons {
    min-height: calc(100vh - 115px);
    max-height: calc(100vh - 115px);
    overflow: hidden;
}

#main-buttons .wrapper {
    margin-top: -100px;
}

#main #main-buttons .company-name {
    margin-bottom: 0px !important;
}

#sb_service_step_container::after {
  content: "Soft Opening Rates";       /* new text */
  font-size: 30px;
  font-weight: 700;
  color: white;            /* visible color */
  position: absolute;
  left: 50%;               /* center horizontally */
  top: 0;
  transform: translateX(-50%); /* perfect horizontal centering */
  margin-top: -30px;
}

#sb-timeline #steps #steps-content #sb_booking_content #details #sb_product_container .title-main {
  text-align: center;      /* centers the text horizontally */
  color: transparent;      /* hide original text */
  position: relative;
}

#sb-timeline #steps #steps-content #sb_booking_content #details  #sb_product_container .title-main::after {
  content: "Add-on";       /* new text */
  color: white;            /* visible color */
  position: absolute;
  left: 50%;               /* center horizontally */
  top: 0;
  transform: translateX(-50%); /* perfect horizontal centering */
}

.bar-service .badge {
    color: #ffffff;
}

@media (max-width: 767px) {
    #main #main-buttons {
background-position: 65% 50%;}
}