Booking Fee

Booking Fee Policy

  •  A one-time, non-refundable booking fee of $49 is required at the time of scheduling to reserve your consultation.
  • This is not a subscription or recurring payment.
  • The booking fee secures your appointment time and is applied toward your consultation.
  • If you cancel or do not attend your appointment, the booking fee is non-refundable.
  • If you contact us at least 24 hours before your scheduled appointment start time, we will hold your booking fee as a credit toward a rescheduled consultation.


Reclaim Your Health & Wellness

Acupuncture treatments provide many benefits beyond just pain relief for those suffering with chronic neck or back pain.

(function() { function getUTMs() { var p = new URLSearchParams(window.location.search); return { source: p.get('utm_source') || '', medium: p.get('utm_medium') || '', campaign: p.get('utm_campaign') || '', gclid: p.get('gclid') || '' }; } function saveOrLoadUTMs() { var u = getUTMs(); var hasData = u.source || u.medium || u.campaign || u.gclid; if (hasData) { sessionStorage.setItem('ssa_utms', JSON.stringify(u)); return u; } var saved = sessionStorage.getItem('ssa_utms'); return saved ? JSON.parse(saved) : u; } function fillFields(u) { var map = { 'utm-source': u.source, 'utm-medium': u.medium, 'utm-campaign': u.campaign, 'field-gclid': u.gclid }; for (var name in map) { if (!map[name]) continue; var el = document.querySelector('input[name="' + name + '"]'); if (el && el.value === '') { el.value = map[name]; el.dispatchEvent(new Event('input', { bubbles: true })); el.dispatchEvent(new Event('change', { bubbles: true })); } } } var utms = saveOrLoadUTMs(); var observer = new MutationObserver(function() { fillFields(utms); }); observer.observe(document.body, { childList: true, subtree: true }); setTimeout(function() { observer.disconnect(); }, 30000); fillFields(utms); })();