https://drvinodmune.com/
Dr. Vinod Mune has been instrumental in helping me overcome my anxiety and fear, something I have been struggling with for the past 20 years. In just 2 sessions, I have already seen a significant improvement in my mental health.Dr. Vinod's expertise and guidance have given me the tools and support I needed to finally break free from the crippling effects of anxiety and fear. I am extremely grateful and highly recommend their services to anyone.
I had an overthinking problem due to more screen time on my mobile and feeling nervous and confused with Anger issues. That can be resolved by taking hypnotherapy. I especially suggest to people that this therapy requires multiple sessions to get rid of any mind problem.
So be patient, don't go for psychiatric medicine. Hypnosis is the best science.
- Sneha Vaidhya (Google Maps)
I consulted Dr Vinod for the treatment of severe anxiety, panic attacks, overthinking & fear which I had been suffering from for the past 20 years & was on medication for the same.l tried various treatments, therapies, and healings that were useless. Medication offered little relief & came with unpleasant side effects prompting me to seek natural alternatives.
Dr Vinod identified the root cause of my problem & clearly outlined the therapeutic process. After taking just 8 sessions all my emotional issues were completely gone & l am totally out of medication now.I would highly recommend it to anyone looking for medicine-free treatment for all mental illnesses. Thank Dr Mune for giving me a new life.
×
// Function to set cookie function setCookie(name, value, days) { var d = new Date(); d.setTime(d.getTime() + (days*24*60*60*1000)); document.cookie = name + "=" + value + ";expires=" + d.toUTCString() + ";path=/"; }
// Function to get cookie function getCookie(name) { let match = document.cookie.match(new RegExp('(^| )' + name + '=([^;]+)')); if (match) return match[2]; return null; }
document.addEventListener("DOMContentLoaded", function() { const popup = document.getElementById('subscribePopup'); const btn = document.getElementById('subscribeBtn'); const closeBtn = document.getElementById('closePopup');
// Show popup only if cookie not set if (!getCookie('subscribed')) { popup.style.display = 'flex'; }
// Subscribe button click btn.addEventListener('click', function() { // Set cookie for 365 days setCookie('subscribed', 'true', 365); // Redirect to YouTube channel window.location.href = "https://www.youtube.com/@dr.vinodmune9776?sub_confirmation=1"; // Hide popup popup.style.display = 'none'; });
// Close popup without subscribing closeBtn.addEventListener('click', function() { popup.style.display = 'none'; }); });