/* Force heading replacement */
h3 {
  color: #1F2A44 !important;
}

#start_date-block-container h3,
#eventForm #start_date-block-container h3,
div#start_date-block-container h3,
div#sb_booking_content h3 {
  visibility: hidden !important;
  position: relative !important;
  height: 40px !important;
}

#start_date-block-container h3::after,
#eventForm #start_date-block-container h3::after,
div#start_date-block-container h3::after,
div#sb_booking_content h3::after {
  content: "Tour Hours" !important;
  visibility: visible !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #1F2A44 !important;
  font-size: 32px !important;
  font-weight: 700 !important;
}