Please book a ‘First Appointment’ as your initial consultation – below, or one of the other bookings as directed by the practitioner.
A Pre-Appointment Questionnaire form is available, for you to provide some relevant details.
window.addEventListener('message', function handleIFrameMessage (e) {
var clinikoBookings = document.getElementById('cliniko-49147216');
if (typeof e.data !== 'string') return;
if (e.data.search('cliniko-bookings-resize') > -1) {
var height = Number(e.data.split(':')[1]);
clinikoBookings.style.height = height + 'px';
}
e.data.search('cliniko-bookings-page') > -1 && clinikoBookings.scrollIntoView();
});