www.ruhcare.com Open in urlscan Pro
66.147.239.72  Public Scan

Submitted URL: http://ruhcare.ca/
Effective URL: https://www.ruhcare.com/
Submission: On December 04 via api from US — Scanned from CA

Form analysis 2 forms found in the DOM

Name: frm1 /search

<form class="tpad xs-vpad xs-hpad website-search" name="frm1" action="/search">
  <div class="form-group col-sm-12 col-md-4 bmargin xs-nopad">
    <div class="input-group input-group-lg col-sm-12 large-autosuggest">
      <div class="input-group-addon">
        <i class="fa fa-fw fa-search"></i>
      </div>
      <span class="input-group-lg input_wrapper"><input type="text" class="member_search form-control input-lg large-autosuggest-input" name="q" value="" placeholder="Name or Keyword"></span>
    </div>
  </div>
  <div class="form-group col-sm-12 col-md-4 bmargin xs-nopad">
    <div class="input-group input-group-lg col-sm-12">
      <div class="input-group-addon"><i class="fa fa-fw fa-location-arrow"></i></div>
      <span class="input-group-lg input_wrapper"><input type="text" class="googleSuggest googleLocation form-control input-lg" name="location_value" id="location_google_maps_homepage" value="" placeholder="City or Post Code"
          autocomplete="off"></span>
    </div>
  </div>
  <div class="form-group col-sm-12 col-md-4 bmargin xs-nopad">
    <button type="submit" class="btn-block btn btn-lg btn_home_search">Search Now</button>
  </div>
  <div class="clearfix"></div>
</form>

Name: newsletter_modal_signupPOST /api/widget/json/get/Bootstrap%20Theme%20-%20Module%20-%20Newsletter%20Actions

<form action="/api/widget/json/get/Bootstrap%20Theme%20-%20Module%20-%20Newsletter%20Actions" id="newsletter" method="post" labelwidth="100" labelpaddingtop="0.5em" enctype="multipart/form-data" form_action_type="widget"
  form_action_div=".newsletter_modal_form_container" return_data_type="" name="newsletter_modal_signup" class="fv-form fv-form-bootstrap" novalidate="novalidate"><button type="submit" class="fv-hidden-submit"
    style="display: none; width: 0px; height: 0px;"></button><input type="hidden" name="sized" value="0" id="newsletter-element-0"><input type="hidden" name="form" value="myform" id="newsletter-element-1"><input type="hidden" name="formname"
    value="newsletter_modal_signup" id="newsletter-element-2"><input type="hidden" name="dowiz" value="1" id="newsletter-element-3"><input type="hidden" name="save" value="1" id="newsletter-element-4"><input type="hidden" name="action"
    autocomplete="off" value="subscribe" id="newsletter-element-5">
  <div class="form-group"><input type="text" name="first_name" placeholder="Name" autocomplete="off" value="" class="form-control control-group  form-control " id="newsletter-element-6"></div>
  <div class="form-group"><input type="email" name="email" required="" placeholder="Enter email address" autocomplete="off" value="" class="form-control control-group form-control" id="newsletter-element-7" data-fv-field="email"><small
      class="help-block" data-fv-validator="notEmpty" data-fv-for="email" data-fv-result="NOT_VALIDATED" style="display: none;">Required Field</small><small class="help-block" data-fv-validator="emailAddress" data-fv-for="email"
      data-fv-result="NOT_VALIDATED" style="display: none;">Please enter a valid email address</small></div>
  <div class="clearfix"></div>
  <div class="gdpr_consent_email well bmargin">
    <div class="form-group nomargin text-left">
      <div class="checkbox nomargin">
        <label class="bmargin small"> <input type="checkbox" class="consent_history" name="consent_history[1]" autocomplete="off" value="1" required="required" data-fv-notempty="true"
            data-fv-notempty-message="You must agree to the GDPR consent terms" data-fv-field="consent_history[1]">
          <span class="required">* </span> I understand that the email I enter will be stored by the website. I understand that I may be contacted by the Admin of the website at this email. </label>
      </div>
      <small class="help-block" data-fv-validator="notEmpty" data-fv-for="consent_history[1]" data-fv-result="NOT_VALIDATED" style="display: none;">You must agree to the GDPR consent terms</small>
    </div>
  </div>
  <div class="form-group">
    <div class="form-group security_question_label">
      <div id="newsletter-captchaContainer" class="control-group">
        <div class="g-recaptcha" id="newsletter-google-recaptcha"></div>
      </div>
      <small class="help-block" id="recaptcha_error" style="display:none;" data-fv-validator="notEmpty" data-fv-for="recaptcha" data-fv-result="INVALID">The security check was not completed successfully.</small>
      <div class="clearfix bmargin"></div>
      <input type="hidden" name="recaptcha" id="newsletter-rcap">
    </div>
    <style>
      .modal .g-recaptcha-scale,
      .col-md-4 .g-recaptcha-scale,
      .col-md-3 .g-recaptcha-scale,
      .col-lg-3 .g-recaptcha-scale,
      .col-lg-4 .g-recaptcha-scale {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        margin-bottom: -15px;
      }

      .modal #newsletter-captchaContainer,
      .col-md-4 #newsletter-captchaContainer,
      .col-md-3 #newsletter-captchaContainer,
      .col-lg-3 #newsletter-captchaContainer,
      .col-lg-4 #newsletter-captchaContainer {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        margin-bottom: -15px;
      }
    </style>
    <script type="text/javascript">
      var formID = '';
      var currentCaptcha = {};
      var captchaHolders = {};
      window.addEventListener('load', () => {
        formID = document.querySelectorAll('[name="recaptcha"]');
        if (typeof formID != "undefined" && formID !== null) {
          for (let i = 0; i < formID.length; i++) {
            let formIDForm = formID[i].closest('form');
            if (typeof formIDForm != "undefined" && formIDForm !== null) {
              formIDForm.addEventListener('click', reCaptchaOnFormClick, false);
            }
          }
        }
      });

      function reCaptchaOnFormClick(event) {
        currentCaptchaForm = event.srcElement.closest('form');
        var head = document.getElementsByTagName('head')[0];
        var script = document.createElement('script');
        script.type = 'text/javascript';
        script.src = 'https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit&hl=en';
        head.appendChild(script);
        if (typeof currentCaptchaForm != "undefined" && currentCaptchaForm !== null) {
          currentCaptchaForm.removeEventListener('click', reCaptchaOnFormClick, false);
        }
      }
      var onloadCallback = function(event) {
        var captcha = currentCaptchaForm.querySelectorAll('div[class=g-recaptcha]');
        if (captcha[0].id) {
          captchaHolders[captcha[0].id] = grecaptcha.render(captcha[0].id, {
            'sitekey': '6Lf_X4YhAAAAAOgSi96LBKhHxMSlZs15eGIdb58y'
          });
        }
      }
    </script>
    <script>
      function respuesta() {
        var checkedTextArea = document.getElementsByClassName('g-recaptcha');
        var rcap = document.getElementsByTagName('recaptcha');
        for (var i = 0; i < checkedTextArea.length; i++) {
          if (checkedTextArea[i].value != '') {
            for (var index = 0; i < rcap.length; index++) {
              rcap[index].setAttribute("value", "checked");
            }
          }
        }
      }
      $(document).ready(function() {
        $("#newsletter input[type=submit]").unbind('click');
        $("#newsletter input[type=submit]").click(function(event) {
          var formId = $(this.form).attr('id');
          var captchaHolderKey = formId + "-google-recaptcha";
          if (typeof captchaHolders[captchaHolderKey] != "undefined") {
            event.preventDefault();
            if (grecaptcha.getResponse(captchaHolders[captchaHolderKey]) === "") {
              $("#" + formId).formValidation('validate');
              $("#" + formId + " .security_question_label").addClass("has-error");
              $("#" + formId + " #recaptcha_error").css("display", "block");
              return false;
            } else {
              $("#" + formId + " .security_question_label").removeClass("has-error");
              $("#" + formId + " #recaptcha_error").css("display", "none");
              respuesta();
              $("#" + formId).submit();
            }
          }
        });
      });
    </script>
  </div>
  <div class="form-group"><input type="hidden" name="bd_hpc" autocomplete="off" value="" class="form-control control-group " id="newsletter-element-10"></div>
  <div class="form-actions"><input type="submit" value="Subscribe Now" name="" class="btn btn-success btn-block btn-lg  bold " id="newsletter-element-11"></div><input type="hidden" name="origin" value="/">
</form>

Text Content

www.ruhcare.com - Ruh Care
Launch Special for Therapists - Get $10 in credits by creating a profile before
30th Nov 2022 Create Profile
 * 


 * Find a Therapist
   
 * Free Resources
   
 * Join as a Therapist
   
   * Sign Up and Get Listed
     
     
   * Therapist Login
     
     
   

 * Find a Therapist
 * Free Resources
 * Join as a Therapist
   * Sign Up and Get Listed
   * Therapist Login




FIND A THERAPIST FOR YOU


What do you need:
Search by location:

Search Now






FIND THERAPISTS IN YOUR AREA

Aligned with your values





FILTER BASED ON YOUR PREFERENCES

Gender, Sect, Issue, Modalities, Location





CONTACT THERAPISTS FOR FREE

Directly Get in Touch in One Click




MEET OUR NEWEST THERAPISTS

--------------------------------------------------------------------------------


Sameera Qureshi



For the last fourteen years, Sameera has worked at the intersections of
sexual... Located in Washington, DC


Yousuf Syed



I have predominantly worked with adolescents and adults in communities who
wouldn’t... Located in Torrance


GRATEFULL MIND CORP



Located in Los Angeles, CA





A TRUSTED SOURCE TO HELP YOU FIND VERIFIED MUSLIM THERAPISTS




Browse the (largest insha’Allah) global directory of Muslim Mental Health Care
providers to find a therapist aligned with your values. We verify the credential
of each therapist on the platform to ensure you get the best mental health care
possible.





SEARCH BY LOCATION




Click on the Map View in the search results to find a Muslim therapist closest
to you. Zoom in and click on View Listing or Send Message to get in touch with
them directly.




SUCCESSFUL THERAPY DEPENDS ON A WELL-ALIGNED CLIENT AND THERAPIST FIT




You can search for therapists based on location, religious sect, gender,
languages spoken, ethnicity, their availability for new clients, treatment
approaches, specialties, issues they deal with, and much more. Ruh Care is
designed to help you find the best therapist for you.




Find a Muslim Therapist









The Vision behind Ruh Care

 












POWERED BY THE SAME TEAM THAT BROUGHT YOU RUH APP




An Islamic mindfulness and contemplation app that integrates psychology with
Islam, designed to help make mental health support accessible to the 1.8 billion
people in the global Muslim community experiencing mental health challenges to
live happier & more meaningful lives. 




We curate a personalized user experience where users get access to guided
contemplation (meditative) exercises, emotion-specific Quranic recitations,
calming nature soundscapes, breathing exercises, and much more. 




Our vision is to help improve the mental and spiritual well-being of the world.












AS SEEN ON





ARE YOU A MENTAL HEALTH PROFESSIONAL?

Join the Global Network of Muslim Mental Health care providers, discover new
clients, network with peers, and much more. A powerful tool if you are just
starting your journey or are several years in. Join the Ruh Care Directory
today!


Get Listed Today in Minutes




OUR STORY

As a Muslim, it is hard to find a therapist aligned with your values. 

Although we have many talented and trained mental health care providers and many
of us seeking mental health support, it is hard to connect.

We built Ruh Care to help you find a companion for your soul's care! :)


Learn More



Join Our Newsletter
Click to Subscribe

 * About
   * Finding Muslim Therapists is easy by searching our trusted network of
     top-rated Muslim Therapists.
 * Website
   * How It Works
   * List Your Company
 * Search
   * Browse Categories
   * Browse Locations
 * Support
   * Member Login
   * Contact Us
 * 
 * 
 * Muslim Therapists - Get Listed Today
 * * 
   * © 2022
   * Ruh Care
   * All Rights Reserved
   * Terms of Use
   * Privacy Policy


×


JOIN OUR NEWSLETTER

--------------------------------------------------------------------------------

Required FieldPlease enter a valid email address

* I understand that the email I enter will be stored by the website. I
understand that I may be contacted by the Admin of the website at this email.
You must agree to the GDPR consent terms

The security check was not completed successfully.