top of page

Subscribe to get updates

Subscribe to get an email update and never miss a new post again

Thanks for subscribing!

CONTACT

Got some questions?
Fire away - nothing is too small...

CBT and Anxiety

​

CBT helps you to cultivate effective tools to manage Anxiety when it shows up – whatever the flavour (Social Anxiety, Health Anxiety, OCD, Panic Attacks)

Stop fear getting the way of living

CBT and Worry

​

CBT equips you with proven strategies and skills for overcoming debilitating worry.

Worry is the thief of joy, but learning to embrace the present is the gateway to a brighter future.

Tel: 07713 954 847

  • Facebook
  • Instagram
  • Threads
  • Linkedin

© 2026 Cosway CBT

bottom of page
window.addEventListener('message', function(e) { if (!e.data || e.data.type !== 'wixTocScroll') return; // Scroll to bottom (for Crisis Resources) if (e.data.scrollToBottom) { window.scrollTo({ top: document.body.scrollHeight, behavior: 'smooth' }); return; } var el = null; // Try Wix anchor ID first if (e.data.anchor) { el = document.getElementById(e.data.anchor); } // Fallback: find heading by text if no ID match if (!el && e.data.heading) { var headings = document.querySelectorAll('h1,h2,h3,h4,h5,h6'); var hint = e.data.heading.toLowerCase(); for (var i = 0; i < headings.length; i++) { if (headings[i].textContent.toLowerCase().indexOf(hint) !== -1) { el = headings[i]; break; } } } if (el) el.scrollIntoView({ behavior: 'smooth', block: 'start' }); });