/* ===== CLEAN MOBILE REQUEST A QUOTE FIX ===== */

.mobile-office-hours-only {
  display: none;
}

@media screen and (max-width: 900px) {
  body.quote-page {
    overflow-x: hidden !important;
  }

  /* Keep the top text/paragraph area visible */
  body.quote-page .quote-left,
  body.quote-page .quote-info,
  body.quote-page .quote-details,
  body.quote-page .quote-text,
  body.quote-page .quote-intro {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Keep the form visible */
  body.quote-page form,
  body.quote-page .quote-form,
  body.quote-page .quote-page-form {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Bottom office hours block */
  body.quote-page .mobile-office-hours-only {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 28px 36px 26px 36px !important;
    box-sizing: border-box !important;
    background: rgba(255,255,255,0.08) !important;
    color: #071327 !important;
    clear: both !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 2 !important;
  }

  body.quote-page .mobile-office-hours-only h3 {
    margin: 0 0 22px 0 !important;
    padding: 0 !important;
    font-size: 28px !important;
    line-height: 1.1 !important;
    font-weight: 400 !important;
    color: #28A745 !important;
  }

  body.quote-page .mobile-office-hours-only p {
    margin: 0 0 22px 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    color: #071327 !important;
  }

  body.quote-page .green-strip,
  body.quote-page .moving-strip,
  body.quote-page .ticker-strip {
    margin-top: 0 !important;
  }
}

/* ===== HIDE ONLY TOP OFFICE DETAILS ON MOBILE ===== */
@media screen and (max-width: 900px) {
  body.quote-page .hide-top-office-detail-mobile {
    display: none !important;
  }

  body.quote-page .quote-left,
  body.quote-page .quote-info,
  body.quote-page .quote-details,
  body.quote-page .quote-text,
  body.quote-page .quote-intro {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body.quote-page .mobile-office-hours-only {
    display: block !important;
  }
}

