www.beautyexpressway.com.sudishworld.in Open in urlscan Pro
162.210.70.199  Public Scan

URL: https://www.beautyexpressway.com.sudishworld.in/
Submission: On January 26 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

<form id="regForm" onsubmit="submitForm(); return false;">
  <center>
    <h2>Booking Now</h2>
    <h5>facility at your home</h5>
  </center>
  <!-- One "tab" for each step in the form: -->
  <div class="tab" style="display: block;"><br>
    <div class="row">
      <!--<div class="col-md-12">
                <div class="input-group mb-3">
                  <div class="input-group-prepend">
                    <span class="input-group-text"> Donat Scrap</span>
                  </div>
                  <select class="form-control" name="donate_scrap">
                  	<option value="No">No</option>
                  	<option value="Yes">Yes</option>
                  </select>
                </div>
                
              </div>-->
      <div class="col-md-12">
        <div class="input-group mb-3">
          <div class="input-group-prepend">
            <span class="input-group-text"> Mobile No.</span>
          </div>
          <input class="form-control" placeholder="Enter your mobile no..." id="mobileid" name="mobile_no" onkeypress="return onlyNos(event, this.value)" type="text" minlength="10" maxlength="10">
        </div>
        <label id="memobileid" style="display: none;" class="text-danger">Enter valid mobile number !</label>
      </div>
      <div class="col-md-6">
        <div class="input-group mb-3">
          <div class="input-group-prepend">
            <span class="input-group-text"> State</span>
          </div>
          <input list="state" class="form-control" name="state" onchange="setdistrict(this.value);">
          <datalist id="state">
            <option value="Andaman &amp; Nicobar Islands"></option>
            <option value="Andhra Pradesh"></option>
            <option value="Arunachal Pradesh"></option>
            <option value="Assam"></option>
            <option value="Bihar"></option>
            <option value="Chandigarh"></option>
            <option value="Chhatisgadh"></option>
            <option value="Dadra &amp; Nagar Haveli"></option>
            <option value="Daman &amp; Diu"></option>
            <option value="Delhi"></option>
            <option value="Goa"></option>
            <option value="Gujrat"></option>
            <option value="Haryana"></option>
            <option value="Himachal Pradesh"></option>
            <option value="Jammu &amp; Kashmir"></option>
            <option value="Jharkhand"></option>
            <option value="Karnataka"></option>
            <option value="Kerala"></option>
            <option value="Lakshadweep"></option>
            <option value="Madhya Pradesh"></option>
            <option value="Maharastra"></option>
            <option value="Manipur"></option>
            <option value="Meghalaya"></option>
            <option value="Mizoram"></option>
            <option value="Nagaland"></option>
            <option value="Odisha"></option>
            <option value="Puducherry"></option>
            <option value="Punjab"></option>
            <option value="Rajsthan"></option>
            <option value="Sikkim"></option>
            <option value="Tamil Nadu"></option>
            <option value="Telangana"></option>
            <option value="Tripura"></option>
            <option value="Uttar Pradesh"></option>
            <option value="Uttarakhand"></option>
            <option value="West Banngal">
            </option>
          </datalist>
        </div><label class="text-danger" id="notstate"></label>
      </div>
      <div class="col-md-6">
        <div class="input-group mb-3">
          <div class="input-group-prepend">
            <span class="input-group-text"> District</span>
          </div>
          <!-- <input list="district" class="form-control" name="city" placeholder="Select District" onchange="setoffice(this.value);"> -->
          <select id="district" class="form-control" name="district" onchange="setpin(this.value);">
          </select>
        </div>
      </div>
      <div class="col-md-12">
        <div class="input-group mb-3">
          <div class="input-group-prepend">
            <span class="input-group-text">Area / Pin Code</span>
          </div>
          <select class="form-control" id="pincodeid" name="area_pin" onchange="setoffice(this.value);">
          </select>
        </div><label class="text-danger" id="notoffice"></label>
      </div>
      <div class="col-md-12">
        <div class="input-group mb-3">
          <div class="input-group-prepend">
            <span class="input-group-text">Request For</span>
          </div>
          <select id="officeid" class="form-control" name="office_to">
          </select>
        </div><label style="display: none;" class="text-danger" id="office">Service not provide this area</label>
      </div>
    </div>
    <p>Now only in Bihar.</p>
  </div>
  <div class="tab">Personal information: <div class="row">
      <div class="col-md-12">
        <div class="form-group">
          <input class="form-control" placeholder="Full Name..." name="aplicant_name">
        </div>
      </div>
      <div class="col-md-12">
        <div class="form-group">
          <input class="form-control" placeholder="Land Mark..." name="applicant_land_mark">
        </div>
      </div>
      <div class="col-md-12">
        <div class="form-group">
          <input class="form-control" placeholder="Complete Address" name="applicant_address">
        </div>
      </div>
    </div>
  </div>
  <div class="tab">Request Schedule: <label id="acceptmessage"></label>
    <div class="row">
      <div class="col-md-12">
        <div class="form-group">
          <input class="form-control" placeholder="Number of Quantity" name="expected_quantity" id="expected_quantity">
        </div>
      </div>
      <div class="col-md-12">
        <div class="form-group">
          <input class="form-control" name="request_date" id="request_date" type="date" value="0101/2626/24242424">
        </div>
      </div>
      <div class="col-md-12">
        <div class="form-group">
          <input class="form-control" name="timing" id="timing" placeholder="Time">
        </div>
      </div>
    </div><!---<label id="acceptmessage" ></label>---->
  </div>
  <div style="overflow:auto;">
    <div style="float:right;">
      <button type="button" id="prevBtn" onclick="nextPrev(-1)" style="display: none;">Previous</button>
      <button type="button" id="nextBtn" onclick="nextPrev(1)">Next</button>
      <button type="submit" id="submit" style="display: none;">Submit</button>
    </div>
  </div>
  <!-- Circles which indicates the steps of the form: -->
  <div style="text-align:center;margin-top:40px;">
    <span class="step active"></span>
    <span class="step"></span>
    <span class="step"></span>
  </div>
</form>

POST

<form method="post" class=" input-dark-border">
  <div class="form-group">
    <input id="request_id" class="form-control text-center" placeholder="Enter your Request ID">
  </div>
  <div class="form-group text-center p-b-lg">
    <button class="btn btn-success p-l-md p-r-md font-bold" onclick="showstatus()" type="button">TRACK</button>
  </div>
</form>

POST

<form action="" method="post" role="form" class="contactForm">
  <div class="form-row">
    <div class="form-group col-lg-6">
      <input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars">
      <div class="validation"></div>
    </div>
    <div class="form-group col-lg-6">
      <input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email">
      <div class="validation"></div>
    </div>
  </div>
  <div class="form-group">
    <input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject">
    <div class="validation"></div>
  </div>
  <div class="form-group">
    <textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
    <div class="validation"></div>
  </div>
  <div class="text-center"><button type="submit" title="Send Message">Send Message</button></div>
</form>

POST

<form action="" method="post">
  <input type="email" name="email"><input type="submit" value="Subscribe">
</form>

Text Content

 * Home
 * About Us
 * Services
 * Price List
 * Track Request
 * Training
 * FAQs
   
 * Contact Us
 * Blog







BOOKING NOW

FACILITY AT YOUR HOME



Mobile No.
Enter valid mobile number !
State
District
Area / Pin Code
Request For
Service not provide this area

Now only in Bihar.

Personal information:

Request Schedule:

Previous Next Submit






WELCOME TO
BEAUTY EXPRESSWAY
FOR ALL YOUR BEAUTY SERVICES



Price List Download App


ABOUT US

Beauty Expressway is a doorstep service intends to help the people to purchase
their beauty services like Bride, Mehandi, Eyebrow, Face Makeup, Nail Paint etc.
and get paid for it. It is intended to glow face, hair, nail, eye. It is a
platform for the women to participate in beauty parlour services and is best in
Beauty Expressway technology to process the beauty skin.

YOU REQUEST

Drop in your name and contact in the form above

WE COME

One of us comes and service your skin & glow your face

CASH OR WALLET

Get paid in website, account or in your wallet if you like

SPECIFIC CITY ON STATE

Patna, Hajipur, Chhapra (Bihar)



HOW WE ENGAGE TRADITIONAL BEAUTY DOCTOR?

Traditional Beauty Doctor work with chock-full hardships, but the capital they
gain exchange of that is very poor or underprivileged.

So, we firmly decided to them with our Startup to form a strong workforce on
field & outfield. Hindi- Language mobile application for our franchises to
facilitate the ease of communication with our customers to arrange a time-saving
at your home solution.

MONEY MAKING BEAUTY EXPRESSWAY MARKET FOR BEAUTY DOCTOR.

Our beauty doctors & customers are surprised with the money worth outcomes we
integrating our customized approach to master the world of my organization some
unique attitude for revolving beauty services into a mutual benefiting cash
income.

Customers are satisfied with curiosity to come again.





FAQ

HOW WE ENGAGED TO BEAUTY EXPRESSWAY?

* Beauty Expressway Search on Google.
* Check Price List.
* Booking Beauty Doctors for Beauty Services
* As per your expected Date & Time get beauty doctor
* Track booking details from booking id
* If any query & enquiry then call us +91 7808739767


We firmly decided to them with our Startup to form a strong workforce on field &
outfield. Beauty Expressway provide to door step facility to save our customer
time.






PRICE LIST

Item name Price Mesurment Eyebrows 35 One Time Face Cleaner 350 One Time Normal
Haircut 150 One Time Step Haircut 400 One Time Layer Haircut with Step 500 One
Time U Haircut 150 One Time Hair Colouring 600 One Time Hair Spa 800 One Time
Keratin Treatment 6000 One Time Hair Straightening Parmanent 8000 One Time Hair
Straightening Temporary 1000 One Time Baby Hair Cut 100 One Time Bridal
Makeup(Indoor) 12000 One Time Bridal Makeup(Outdoor) 17000 One Time Engagement
Makeup 6000 One Time Party Makeup 3000 One Time Normal Makeup 2000 One Time Head
Message 500 One Time Full Body Massage 1000 One Time Full Body Spa Therapy 5000
One Time Cleanup 500 One Time Normal Bleach 200 One Time Gold Bleach 500 One
Time Fruit Facial 600 One Time Diamond Facial 2000 One Time Gold Facial 2000 One
Time Lotus Goldsheen 1800 One Time O3 Facial 2500 One Time Shazema Facial 800
One Time Shazema Facial 800 One Time Shehnaz Gold Facial 1500 One Time Manicure
300 One Time Pedicure 300 One Time Waxing Full Face 150 One Time Waxing Full
Hand 250 One Time Waxing Full Lag 500 One Time Waxing Full Body 1200 One Time
Rica Full Face 400 One Time Rica Full Hand 500 One Time Rica Full Lag 800 One
Time Eyebrows+Fore Head 30 One Time Upper Lip 10 One Time Hair Wash 150 One Time
V Haircut 150 One Time Normal Party Mehndi(Par Side) 250 One Time Heavy Party
Mehndi(Par Side) 500 One Time Bridal Mehndi(Par Hand) 2500 One Time Bridal
Mehndi(Par Foot) 1000 One Time Hair Crimping(Long Hair) 800 One Time Hair
Crimping(Short Hair) 500 One Time





SERVICES

My service which helps you to provide beauty service at your home by expert
beauty doctor.

HOME BEAUTY SERVICE

Book now! Our beauty doctor will come to you on the scheduled time to provide
your beauty services.

GENINUNE RATE

Want to know the worth of your beauty services before booking.Check price list
how much your cost.

EXPERT BEAUTY DOCTOR

We provide expert beauty doctor & 100% result to our customers.

GIFT OR OFFERS

Get 10% off booking on Rs. 1500.00 or get gift voucher

SERVICES TO

We provide servicess on home, office, socity, marriage hall, hotel and other
places.

TRACK YOUR REQUEST

After booking beauty servicess, You can Track where is your beauty doctor
reached.


WHY CHOOSE US?

FROM ANYWHERE, ANYTIME BOOK OUR BEAUTY DOCTORS

WHAT DO WE BUY

All kinds of beauty service, Mehandi, Facial, Hair Cutting, Ibro Making, Nail
Paint & Body massage.

Read more

CONTRIBUTE TO ENVIRONMENT

Contribute & help in saving Environment

Read more

SAVE TIMES

My services 100% time saving on customer

Read more
5274

Clients

421

Beauty Doctor

13864

Beauty Services

58

Hard Workers





TRACK REQUEST


TRACK YOUR REQUEST

TRACK WHERE IS YOUR PICKUP REACHED

TRACK
Success! Indicates a successful or positive action.





TRAINING

Beautician courses focus on the complete set of numerous courses related to
personal grooming, makeup, skin treatment, etc.

SKINCARE & HYGIENE

Cleansing & Toning Practice, Massage Manipulation, Grooming, Hygiene & Safety,
Toning & Cleansing Practice, Skin Analysis & Skin Type

MAKEUP TECHNIQUES

Makeup Techniques & Consultation, HD Makeup for Photography, HD Makeup for
Bridal, Films & Fashion Shows

HAIR TREATMENT

Creative Haircuts & Hair Coloring, Men’s Haircut, Hair Spa & Hair Treatments,
BlowDrying & Heat Styling, Hair Fall Treatment, Dandruff Treatment,
Straightening, Blow Drying & Styling With Heat Rods, Keratin, Hair Treatment &
Hair Spa, Bridal Hair Styling & Hair Art

MEHANDI DESIGNING

Rajasthani Mehandi Design, Arabic Mehandi Design, Indian Mehandi Design,
Moroccan Mehandi Design, Indo-Arabic Mehandi Design, Bridal Mehandi Design,
Modern Mehandi Designs, Tattoos like Mehandi Design, Human Figures based Mehandi
Designs, Geometric Mehandi Designs

NAIL ART

Nail art can complement your outfit for a special event or add a unique touch to
your personality. General Nail Art, Designer Nail Art, 3D Nail Art

TRAINING FACILITY

All courses are available on online and offline mode. As per student convinient,
candidate can join online and offline courses.




TESTIMONIALS


SARA WILSSON

DESIGNER

First time i have use this portal (www.beautyexpressway.com). This is the best
portal for beauty expert provider. Portal has save our time and money also, so i
thanks to all beauty expressway team.


AAYUSHI

STORE OWNER

Beauty service is very good, on time service provide by the company side &
service is marvelous. So every person use beauty service from beautyservice.com.


SUDISH SINGH

CEO & FOUNDER

I am very happy to after launch the beauty service booking and product portal
www.beautyexpressway.com & once again congratulation to our team and our users
to support our brand.


SARA WILSSON

DESIGNER

First time i have use this portal (www.beautyexpressway.com). This is the best
portal for beauty expert provider. Portal has save our time and money also, so i
thanks to all beauty expressway team.


AAYUSHI

STORE OWNER

Beauty service is very good, on time service provide by the company side &
service is marvelous. So every person use beauty service from beautyservice.com.


SUDISH SINGH

CEO & FOUNDER

I am very happy to after launch the beauty service booking and product portal
www.beautyexpressway.com & once again congratulation to our team and our users
to support our brand.


SARA WILSSON

DESIGNER

First time i have use this portal (www.beautyexpressway.com). This is the best
portal for beauty expert provider. Portal has save our time and money also, so i
thanks to all beauty expressway team.

‹›



CONTACT US

Tejpratap Nagar, Anisabad, Patna-800002

info@beautyexpressway.com

9473247267 7808739767

Your message has been sent. Thank you!

Send Message



HOW DOES IT WORK?

Organization is a service which helps you to sell your old and throw away stuff
in an organized manner. It is as easy as calling or request.

USEFUL LINKS

 * Home
 * About us
 * Services
 * Terms of service
 * Privacy policy

CONTACT US

Tejpratap Nagar, Anisabad, Patna-800002, Bihar (India)
Phone: 9473247267, 7808739767
Email: info@beautyexpressway.com




OUR NEWSLETTER

Dear my all user very very thanks for choosing Beauty Expressway. Every time we
will update you.


© Copyright Beauty Expressway. All Rights Reserved
Designed by Sudish World Technology
 * Home
 * About Us
 * Services
 * Price List
 * Track Request
 * Training
 * FAQs
   
 * Contact Us
 * Blog