Forgot your password?

Change your password in three easy steps. This helps to keep your new password secure.

  1. 1. Use your registered phone.
  2. 2. We will send you a temporary OTP in your phone.
  3. 3. Use the OTP code to change your password on our secure website.
* Must use country code before phone number
Please provide valid phone number
// Function to initialize geolocation // Show loading message when requesting location // Success callback for geolocation // Use Google Maps API to get the country name from latitude and longitude // Find the country from the address components // Error callback for geolocation // Function to request location again if denied getLocation(); // Re-attempt fetching the location // Initialize location fetching on page load