www.axa-cooperative.com Open in urlscan Pro
82.147.221.148  Public Scan

Submitted URL: http://axa-cooperative.com/
Effective URL: https://www.axa-cooperative.com/
Submission: On December 28 via manual from LB — Scanned from DE

Form analysis 3 forms found in the DOM

Name: _com_axa_portal_ksa_policy_certificate_portlet_PolicyCertificateWebPortlet_formPolicyPOST

<form id="_com_axa_portal_ksa_policy_certificate_portlet_PolicyCertificateWebPortlet_formPolicy" name="_com_axa_portal_ksa_policy_certificate_portlet_PolicyCertificateWebPortlet_formPolicy" class="form-captcha form forms" action="" autocomplete="off"
  method="POST" enctype="multipart/form-data">
  <div class="row">
    <div class="col-sm-11">
      <ul class="nav nav-tabs">
        <li class="nav-item">
          <span class="nav-link active" id="link-tab1" data-toggle="tab" href="#tab1" role="tab" aria-controls="tab1" aria-selected="true"> Policy certificate | Najm </span>
        </li>
      </ul>
    </div>
    <div class="col-sm-1">
      <div class="container-icon-close">
        <span class="icon-close">X</span>
      </div>
    </div>
  </div>
  <div class="tab-content">
    <!-- Server error message -->
    <div id="message-error" class="message-error hidden"></div>
    <!-- TAB1: Policy certificate -->
    <div id="tab1" class="tab-pane show active" role="tabpanel" aria-labelledby="tab1">
      <!-- STEP 1 -->
      <div id="tab1-step1" class="box-fieldset">
        <div class="row">
          <div class="col-sm-6">
            <div class="form-group">
              <label class="control-label" for="_com_axa_portal_ksa_policy_certificate_portlet_PolicyCertificateWebPortlet_nationalId">National ID / Iqama</label>
              <div class="controls">
                <input id="_com_axa_portal_ksa_policy_certificate_portlet_PolicyCertificateWebPortlet_nationalId" name="_com_axa_portal_ksa_policy_certificate_portlet_PolicyCertificateWebPortlet_nationalId" class="form-control text-left" type="text"
                  placeholder="" maxlength="10" value="" dir="ltr">
              </div>
            </div>
          </div>
          <div class="col-sm-6">
            <div class="form-group">
              <label class="control-label" for="_com_axa_portal_ksa_policy_certificate_portlet_PolicyCertificateWebPortlet_mobileNumber">Mobile Number</label>
              <div class="controls">
                <input id="_com_axa_portal_ksa_policy_certificate_portlet_PolicyCertificateWebPortlet_mobileNumber" name="_com_axa_portal_ksa_policy_certificate_portlet_PolicyCertificateWebPortlet_mobileNumber" class="form-control" type="text"
                  placeholder="Ex. 0568000000" maxlength="10" value="">
              </div>
            </div>
          </div>
        </div>
        <div class="row">
          <div class="col-md-6">
            <button class="button large blue btn-block btn form-group" type="submit" id="_com_axa_portal_ksa_policy_certificate_portlet_PolicyCertificateWebPortlet_btnSubmitStep1">
              <span class="font-size-19">Submit</span>
            </button>
          </div>
        </div>
      </div>
      <!-- STEP 2 -->
      <div id="tab1-step2" class="box-fieldset hidden">
        <div class="row">
          <div class="col-sm-6">
            <div class="form-group">
              <label class="control-label" for="_com_axa_portal_ksa_policy_certificate_portlet_PolicyCertificateWebPortlet_verificationCode">Verification code</label>
              <div class="controls">
                <!-- OTP -->
                <div dir="ltr" class="digit-group">
                  <div>
                    <input id="verificationCode-1" name="_com_axa_portal_ksa_policy_certificate_portlet_PolicyCertificateWebPortlet_verificationCode-1" class="form-control otp-digit" type="text" maxlength="1" data-next="verificationCode-2">
                  </div>
                  <div>
                    <input id="verificationCode-2" name="_com_axa_portal_ksa_policy_certificate_portlet_PolicyCertificateWebPortlet_verificationCode-2" class="form-control otp-digit" type="text" maxlength="1" data-previous="verificationCode-1"
                      data-next="verificationCode-3">
                  </div>
                  <div>
                    <input id="verificationCode-3" name="_com_axa_portal_ksa_policy_certificate_portlet_PolicyCertificateWebPortlet_verificationCode-3" class="form-control otp-digit" type="text" maxlength="1" data-previous="verificationCode-2"
                      data-next="verificationCode-4">
                  </div>
                  <div>
                    <input id="verificationCode-4" name="_com_axa_portal_ksa_policy_certificate_portlet_PolicyCertificateWebPortlet_verificationCode-4" class="form-control otp-digit" type="text" maxlength="1" data-previous="verificationCode-3">
                  </div>
                </div>
                <script>
                  $(document).ready(function() {
                    $('.digit-group').find('input').each(function() {
                      $(this).attr('maxlength', 1);
                      $(this).on('keyup', function(e) {
                        if (e.keyCode === 8 || e.keyCode === 37) {
                          var prev = $('input#' + $(this).data('previous'));
                          if (prev.length) {
                            $(prev).select();
                          }
                        } else if ((e.keyCode >= 48 && e.keyCode <= 57) || (e.keyCode >= 65 && e.keyCode <= 90) || (e.keyCode >= 96 && e.keyCode <= 105) || e.keyCode === 39) {
                          var next = $('input#' + $(this).data('next'));
                          if (next.length) {
                            $(next).select();
                          }
                        }
                      });
                    });
                  });
                </script>
              </div>
            </div>
          </div>
          <div class="col-sm-6">
            <!-- Counter -->
            <div id="countdown" class="countdown"></div>
          </div>
        </div>
        <div class="row">
          <div class="col-md-6">
            <button class="button large blue btn-block btn" type="button" id="_com_axa_portal_ksa_policy_certificate_portlet_PolicyCertificateWebPortlet_btnSubmitStep2">
              <span class="font-size-19">Submit</span>
            </button>
            <button class="button large blue btn-block btn hidden" type="button" id="_com_axa_portal_ksa_policy_certificate_portlet_PolicyCertificateWebPortlet_btnResendOtpStep2">
              <span class="font-size-19">Resend</span>
            </button>
          </div>
        </div>
      </div>
      <!-- STEP 3 -->
      <div id="tab1-step3" class="box-fieldset hidden">
        <div id="container-list-policies" class="container container-list-policies">
          <div class="row list-header">
            <div class="col-sm-3">Policy Number</div>
            <div class="col-sm-3">Najm status</div>
            <div class="col-sm-3">Najm VID</div>
            <div class="col-sm-3"></div>
          </div>
          <!-- Policies list -->
          <div id="rows-list-policies" class="rows-list-policies">
          </div>
        </div>
        <div class="row">
          <div class="col-md-3"></div>
          <div class="col-md-6">
            <button class="button large blue btn-block btn" type="button" id="_com_axa_portal_ksa_policy_certificate_portlet_PolicyCertificateWebPortlet_btnReturnToInitStep3">
              <span class="font-size-19">Finish</span>
            </button>
          </div>
          <div class="col-md-3"></div>
        </div>
      </div>
    </div>
  </div>
  <!-- CAPTCHA -->
  <div class="form_captcha">
  </div>
</form>

Name: _com_liferay_portal_search_web_portlet_SearchPortlet_fmGET https://www.axa-cooperative.com:443/individuals?p_p_id=com_liferay_portal_search_web_portlet_SearchPortlet&p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view&_com_liferay_portal_search_web_portlet_SearchPortlet_mvcPath=%2Fsearch.jsp&_com_liferay_portal_search_web_portlet_SearchPortlet_redirect=https%3A%2F%2Fwww.axa-cooperative.com%3A443%2Findividuals%3Fp_p_id%3Dcom_liferay_portal_search_web_portlet_SearchPortlet%26p_p_lifecycle%3D0%26p_p_state%3Dnormal%26p_p_mode%3Dview

<form
  action="https://www.axa-cooperative.com:443/individuals?p_p_id=com_liferay_portal_search_web_portlet_SearchPortlet&amp;p_p_lifecycle=0&amp;p_p_state=maximized&amp;p_p_mode=view&amp;_com_liferay_portal_search_web_portlet_SearchPortlet_mvcPath=%2Fsearch.jsp&amp;_com_liferay_portal_search_web_portlet_SearchPortlet_redirect=https%3A%2F%2Fwww.axa-cooperative.com%3A443%2Findividuals%3Fp_p_id%3Dcom_liferay_portal_search_web_portlet_SearchPortlet%26p_p_lifecycle%3D0%26p_p_state%3Dnormal%26p_p_mode%3Dview"
  class="form  " data-fm-namespace="_com_liferay_portal_search_web_portlet_SearchPortlet_" id="_com_liferay_portal_search_web_portlet_SearchPortlet_fm" method="get" name="_com_liferay_portal_search_web_portlet_SearchPortlet_fm">
  <fieldset class="input-container">
    <input class="field form-control" id="_com_liferay_portal_search_web_portlet_SearchPortlet_formDate" name="_com_liferay_portal_search_web_portlet_SearchPortlet_formDate" type="hidden" value="1640699587006">
    <input name="p_p_id" type="hidden" value="com_liferay_portal_search_web_portlet_SearchPortlet"><input name="p_p_lifecycle" type="hidden" value="0"><input name="p_p_state" type="hidden" value="maximized"><input name="p_p_mode" type="hidden"
      value="view"><input name="_com_liferay_portal_search_web_portlet_SearchPortlet_mvcPath" type="hidden" value="/search.jsp"><input name="_com_liferay_portal_search_web_portlet_SearchPortlet_redirect" type="hidden"
      value="https://www.axa-cooperative.com:443/individuals?p_p_id"><input name="p_p_lifecycle" type="hidden" value="0"><input name="p_p_state" type="hidden" value="normal"><input name="p_p_mode" type="hidden" value="view">
    <fieldset class="fieldset ">
      <div class="">
        <div class="form-group form-group-inline input-text-wrapper">
          <input class="field search-input form-control" id="_com_liferay_portal_search_web_portlet_SearchPortlet_keywords" name="_com_liferay_portal_search_web_portlet_SearchPortlet_keywords" placeholder="Search" title="Search" type="text" value=""
            size="30">
        </div>
        <button style="display: none;" type="submit"></button>
        <input class="field form-control" id="_com_liferay_portal_search_web_portlet_SearchPortlet_scope" name="_com_liferay_portal_search_web_portlet_SearchPortlet_scope" type="hidden" value="this-site">
        <div class="lfr-ddm-field-group lfr-ddm-field-group-inline field-wrapper">
          <span class="icon-monospaced">
            <a href="javascript:;" target="_self" class=" lfr-icon-item taglib-icon" id="_com_liferay_portal_search_web_portlet_SearchPortlet_rjus__null__null" onclick="_com_liferay_portal_search_web_portlet_SearchPortlet_search();" title="Search">
						<span id="qfkd__null__null"><svg aria-hidden="true" class="lexicon-icon lexicon-icon-search" focusable="false" viewBox="0 0 512 512">
<path class="lexicon-icon-outline" d="M503.254 467.861l-133.645-133.645c27.671-35.13 44.344-79.327 44.344-127.415 0-113.784-92.578-206.362-206.362-206.362s-206.362 92.578-206.362 206.362 92.578 206.362 206.362 206.362c47.268 0 90.735-16.146 125.572-42.969l133.851 133.851c5.002 5.002 11.554 7.488 18.106 7.488s13.104-2.486 18.106-7.488c10.004-10.003 10.004-26.209 0.029-36.183zM52.446 206.801c0-85.558 69.616-155.173 155.173-155.173s155.174 69.616 155.174 155.173-69.616 155.173-155.173 155.173-155.173-69.616-155.173-155.173z"></path>
</svg></span>
		
		

	
		
			<span class="taglib-text sr-only"></span>
					</a>
          </span>
        </div>
      </div>
    </fieldset>
    <script type="text/javascript">
      // <![CDATA[
      function _com_liferay_portal_search_web_portlet_SearchPortlet_search() {
        var keywords = document._com_liferay_portal_search_web_portlet_SearchPortlet_fm._com_liferay_portal_search_web_portlet_SearchPortlet_keywords.value;
        keywords = keywords.replace(/^\s+|\s+$/, '');
        if (keywords != '') {
          submitForm(document._com_liferay_portal_search_web_portlet_SearchPortlet_fm);
        }
      }
      // ]]>
    </script>
  </fieldset>
</form>

Name: hrefFmPOST #

<form action="#" aria-hidden="true" class="hide" id="hrefFm" method="post" name="hrefFm"><span></span><input hidden="" type="submit"></form>

Text Content

Policy Certificate
 * Policy certificate | Najm

X
National ID / Iqama

Mobile Number

Submit
Verification code


Submit Resend
Policy Number
Najm status
Najm VID


Finish


Branch locator
Medical Provider
Declare a Claim
Direct Billing Form



NAVIGATION

 * Skip to Content

AXA Cooperative becomes GIG Saudi read more
 * Individuals
 * SME
 * Business
 * Buy Car Insurance
 * Investor Relations

 * 800 116 00 20
   
 * About us
   
 * Contact us
   
 * العربية
   

 * Car Insurance
 * Travel Insurance
 * Home Insurance
 * Personal Accident
 * SME Fleet
 * SME Healthcare
 * SME Quote
 * SME Motor
 * Motor Fleet
 * Healthcare
 * Business Travel Shield
 * Life
 * Group Personal Accident
 * Marine
 * Login



 * Individuals
    * Car Insurance
    * Travel Insurance
    * Home Insurance
    * Personal Accident

 * SME
    * SME Fleet
    * SME Healthcare
    * SME Quote
    * SME Motor

 * Business
    * Motor Fleet
    * Healthcare
    * Business Travel Shield
    * Life
    * Group Personal Accident
    * Marine

 * Buy Car Insurance
    * Login

 * Investor Relations


العربية

 

 

 

Insure now


INSURING YOUR CAR BECAME EASIER FROM YOUR PLACE

Insure now



 

 

 

Insure now


INSURING YOUR CAR BECAME EASIER FROM YOUR PLACE

Insure now
PrevNext
1
2
3
4



FIND YOUR INSURANCE


CAR INSURANCE

Choose AXA, and enjoy a wide selection of motor insurance benefits to suit your
needs...

READ MORE GET A QUOTE


TRAVEL INSURANCE

Ensure your peace of mind no matter where in the world you travel to..

READ MORE GET A QUOTE


SME MEDICAL INSURANCE

Is your business well protected? AXA offers flexible tailor-made insurance
solutions to protect and sustain your business...

READ MORE GET A QUOTE



MOTOR CLAIMS

You can submit your motor claim online easily with simple steps


SUBMIT NOW



BUSINESS

Secure your business assets your way with customisable corporate covers. Get the
peace of mind you deserve so that you can focus on growing your business.


Learn More



AT YOUR SIDE, EVERYDAY


HOME INSURANCE

Protect everything under your roof

Are you sure your home is well protected? Whether you are buying your dream
house or renting a villa or apartment, don’t let unexpected events like fire or
burglary take away the things you value most.

Remember that your landlord’s insurance generally only covers the building where
you live – not your personal belongings and your liability. But we have the
solution to make you feel secure.

LEARN MORE


TRAVEL INSURANCE

Whether you’re traveling 'down under' to Australia, west to continental Europe
or to the GCC, don’t let unplanned events turn your travel upside down. AXA can
ensure your peace of mind, no matter where in the world you travel.

AXA travel insurance covers the cost of medical emergencies, trip cancellation,
lost baggage and provides many other benefits which leave you free to relax and
enjoy your vacation.

Choose from a variety of plans created to suit your individual needs:

 * Travel Smart
 * Inbound Travel
 * Travel Family
 * Inbound Travel Plus
 * Travel Shengen

LEARN MORE


CAR INSURANCE

Fast and affordable car insurance

Whether you need to insure your first car or renew your existing car insurance,
AXA can provide a range of car insurance policies to suit your needs. You can
access all the benefits of a great product at an affordable price.

Submission criteria:

 * Drivers who are over 25 years of age
 * Vehicles registered in the name of individuals for personal use
 * Vehicle less than 10 years old from first registration

LEARN MORE


HOME INSURANCE

Protect everything under your roof

Are you sure your home is well protected? Whether you are buying your dream
house or renting a villa or apartment, don’t let unexpected events like fire or
burglary take away the things you value most.

Remember that your landlord’s insurance generally only covers the building where
you live – not your personal belongings and your liability. But we have the
solution to make you feel secure.

LEARN MORE


TRAVEL INSURANCE

Whether you’re traveling 'down under' to Australia, west to continental Europe
or to the GCC, don’t let unplanned events turn your travel upside down. AXA can
ensure your peace of mind, no matter where in the world you travel.

AXA travel insurance covers the cost of medical emergencies, trip cancellation,
lost baggage and provides many other benefits which leave you free to relax and
enjoy your vacation.

Choose from a variety of plans created to suit your individual needs:

 * Travel Smart
 * Inbound Travel
 * Travel Family
 * Inbound Travel Plus
 * Travel Shengen

LEARN MORE


CAR INSURANCE

Fast and affordable car insurance

Whether you need to insure your first car or renew your existing car insurance,
AXA can provide a range of car insurance policies to suit your needs. You can
access all the benefits of a great product at an affordable price.

Submission criteria:

 * Drivers who are over 25 years of age
 * Vehicles registered in the name of individuals for personal use
 * Vehicle less than 10 years old from first registration

LEARN MORE


AXA in KSA
About us Corporate responsibility Careers Newsroom
Quick Access
Submit Claim Medical Provider Direct Billing Form Complaints
Reach us
Write us Branch and shops locations Terms of use Privacy Policy
 * Follow AXA:
   

AXA Group

AXA Cooperative Insurance Company is a Saudi Joint Stock Company with a paid up
capital of SR. 500,000,000

8641 Nasr Ibn Sayyar– Al Wizarat Dist. Riyadh 12622 – 3756

P.O Box 753, Riyadh, 11421 Saudi Arabia, Tel: 8001160020

UNN: 7001607683

Commercial Registration No.: 1010271203 - License No.: T M N /25/ 20101

The Company is Regulated and Supervised by SAMA