appleinnhotel.in Open in urlscan Pro
2606:4700:3035::6815:30a5  Public Scan

URL: https://appleinnhotel.in/
Submission: On July 21 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 4 forms found in the DOM

POST booknow.php

<form action="booknow.php" method="post" onsubmit="return validate()">
  <div id="booking_form">
    <div class="container">
      <div class="row booking_from_frame">
        <!-- <div class="col-2">
						<lable class="ens_lable">Rooms Type</lable>
                        <select class="form-control">
                            <option value="">Select Rooms Type</option>
                            <option value="">Deluxe Room</option>
                            <option value="">Super Deluxe Room</option>
                            <option value="">Standard Room</option>
                        </select>
                    </div> -->
        <div class="col-md-2 col-sm-3 col-xs-3 main p-1">
          <lable class="ens_lable">Rooms</lable>
          <input type="number" name="rooms" class="form-control" id="select_rooms" placeholder="No.of rooms" onchange="change_val(this)" autocomplete="off">
        </div>
        <div class="col-md-1 col-sm-3 col-xs-3 main p-1">
          <lable class="ens_lable">Adults</lable>
          <select class="form-control selectpicker mt-0" required="" name="adults" id="select_adult" onchange="change_kids(this)" disabled="">
            <option value="0">Adults</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <!-- <option value="4">4</option> -->
          </select>
        </div>
        <div class="col-md-1 col-sm-3 col-xs-3 main p-0">
          <lable class="ens_lable infant">Kids(6-12 Yrs)</lable>
          <select class="form-control selectpicker  mt-1" name="kids5" required="" id="select_kids" onchange="change_kids5(this)" disabled="">
            <option value="0">Kids (6-12 Yrs)</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
          </select>
        </div>
        <div class="col-md-2 col-sm-3 col-xs-3 main p-1">
          <lable class="ens_lable selectpicker infant" id=""> Kids (&lt; 6 Yrs)</lable>
          <select class="form-control" name="kidsb5" id="select_kids5" required="" disabled="">
            <option value="0">Kids (&lt; 6 Yrs)</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
          </select>
        </div>
        <div class="col-md-2 col-sm-4 col-xs-4 main p-1">
          <lable class="ens_lable">Check IN</lable>
          <input type="date" name="check_in" id="txtdate" class="form-control" placeholder="Check IN" required="" value="" onchange="datepick(this)" min="2023-07-21" max="">
        </div>
        <div class="col-md-2 col-sm-4 col-xs-4 main p-1">
          <lable class="ens_lable">Check Out</lable>
          <input type="date" name="check_out" id="txtdate2" class="form-control" placeholder="Check Out" required="" min="2023-07-21">
        </div>
        <div class="col-md-2 col-sm-4 col-xs-4">
          <lable class="ens_lable">&nbsp;</lable>
          <button class="btn_1 book_now_btn" type="submit" name="booking">Book Now</button>
        </div>
      </div><!-- End row -->
    </div><!-- End container-->
  </div>
</form>

Name: myForms1

<form name="myForms1">
  <ul class="one_n_price_list">
    <li id="ep_price_2">
      <input type="radio" name="RadioGroup1" value="2499" class="check_meal_type default_check" offer_price="2499" total_price="2999"> <b><span class="ep_price_2_val">2999</span>/-</b> EP<br><span class="meal_type_des">Room Only</span>
    </li>
    <li id="cp_price_2">
      <input type="radio" name="RadioGroup1" value="2999" class="check_meal_type" offer_price="2999" total_price="3499"> <b><span class="cp_price_2_val">3499</span>/-</b> CP<br><span class="meal_type_des">Room With Breakfast</span>
    </li>
    <li id="map_price_2">
      <input type="radio" name="RadioGroup1" value="3499" class="check_meal_type" offer_price="3499" total_price="3999"> <b><span class="map_price_2_val">3999</span>/-</b> MAP<br><span class="meal_type_des">Room With Breakfast &amp; Dinner</span>
    </li>
    <li id="ap_price_2">
      <input type="radio" name="RadioGroup1" value="3999" class="check_meal_type" offer_price="3999" total_price="4499"> <b><span class="ap_price_2_val">4499</span>/-</b> AP<br><span class="meal_type_des">Room With Breakfast, Lunch &amp;
        Dinner</span>
    </li>
  </ul>
</form>

Name: myForm

<form name="myForm">
  <ul class="one_n_price_list">
    <li id="ep_price_3">
      <input type="radio" name="RadioGroup2" value="2499" class="check_meal_type default_check" offer_price="2499" total_price="2999"> <b><span class="ep_price_3_val">2999</span>/-</b> EP<br><span class="meal_type_des">Room Only</span>
    </li>
    <li id="cp_price_3">
      <input type="radio" name="RadioGroup2" value="2999" class="check_meal_type" offer_price="2999" total_price="3499"> <b><span class="cp_price_3_val">3499</span>/-</b> CP<br><span class="meal_type_des">Room With Breakfast</span>
    </li>
    <li id="map_price_3">
      <input type="radio" name="RadioGroup2" value="3499" class="check_meal_type" offer_price="3499" total_price="3999"> <b><span class="map_price_3_val">3999</span>/-</b> MAP<br><span class="meal_type_des">Room With Breakfast &amp; Dinner</span>
    </li>
    <li id="ap_price_3">
      <input type="radio" name="RadioGroup2" value="3999" class="check_meal_type" offer_price="3999" total_price="4499"> <b><span class="ap_price_3_val">4499</span>/-</b> AP<br><span class="meal_type_des">Room With Breakfast, Lunch &amp;
        Dinner</span>
    </li>
  </ul>
</form>

POST booknow.php

<form action="booknow.php" method="post">
  <div class="modal-body">
    <div class="row">
      <div class="col-12">
        <!--<lable class="ens_lable">Rooms</lable>-->
        <input type="number" name="rooms" class="form-control" id="select_rooms2" placeholder="Select no.of rooms" onchange="change_val2(this)" sutocomplete="off">
      </div>
      <div class="col-6">
        <lable class="ens_lable">Check IN</lable>
        <input type="date" name="check_in" id="txtdate3" class="form-control" placeholder="Check IN" required="" value="" onchange="datepick2(this)" min="2023-07-21" max="">
      </div>
      <div class="col-6">
        <lable class="ens_lable">Check Out</lable>
        <input type="date" name="check_out" id="txtdate4" class="form-control" placeholder="Check Out" required="" min="2023-07-21">
      </div>
      <div class="col-4">
        <lable class="ens_lable">Adults</lable>
        <select class="form-control" required="" name="adults" id="select_adult2" onchange="change_kids2(this)" disabled="">
          <option value="0">Select Adults</option>
          <option value="1">1</option>
          <option value="2">2</option>
          <option value="3">3</option>
          <!-- <option value="4">4</option> -->
        </select>
      </div>
      <div class="col-4">
        <lable class="ens_lable">Kids(5-12)</lable>
        <select class="form-control" name="kids5" required="" id="select_kids2" onchange="change_kids52(this)" disabled="">
          <option value="0">Select Kids</option>
          <option value="1">1</option>
          <option value="2">2</option>
          <option value="3">3</option>
          <option value="4">4</option>
        </select>
      </div>
      <div class="col-4">
        <lable class="ens_lable">Kids (below 5 years)</lable>
        <select class="form-control" name="kidsb5" id="select_kids52" required="" disabled="">
          <option value="0">Select Kids</option>
          <option value="1">1</option>
          <option value="2">2</option>
          <option value="3">3</option>
          <option value="4">4</option>
        </select>
      </div>
    </div><!-- End row -->
  </div>
  <div class="modal-footer">
    <!-- <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> -->
    <button type="submit" class="btn btn-danger">Book Now</button>
  </div>
</form>

Text Content

`
raj@ensoberhotels.com
 * Sign in

Menu mobile
 * Home
 * Gallery
 * Rooms
 * Experience
 * Wedding
 * Pay Now
   
   

 * +91 95999 95888

Rooms
Adults Adults 1 2 3
Kids(6-12 Yrs) Kids (6-12 Yrs) 1 2 3 4
Kids (< 6 Yrs) Kids (< 6 Yrs) 1 2 3 4
Check IN
Check Out
  Book Now


HOTEL APPLE INN, BHIMTAL

  Bhowali - Bhimtal Rd, Nagri Gaon, Uttarakhand 263136




RATINGS OVERVIEW

Excellent

Good

Satisfactory

4.0


based on 242 reviews
Excellent
Good
Satisfactory

246 reviews (Excellent)

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


ROOM CATEGORIES

Popular
+Add to wishlist



CLASSIC-VALLEY VIEW

VALLEY VIEW ROOM

Room Count:10

04 Guests Allow (Adult+Kids)

View Images View Videos View Full Details


AMENITIES

 * LCD TV
 * Restaurant
 * Intercom
 * King Size Bed
 * Additional Bedding
 * Geyser


PRICE FOR 1 NIGHT

 * 2999/- EP
   Room Only
 * 3499/- CP
   Room With Breakfast
 * 3999/- MAP
   Room With Breakfast & Dinner
 * 4499/- AP
   Room With Breakfast, Lunch & Dinner

2999
17% Off
Offer Price 2499 Per night

Book Now

Check Availavlity
 1. 
 2. 
 3. 


Previous Next

Popular
+Add to wishlist



DELUXE-VALLEY VIEW

VALLEY VIEW ROOM

Room Count:10

04 Guests Allow (Adult+Kids)

View Images View Videos View Full Details


AMENITIES

 * LCD TV
 * Restaurant
 * Intercom
 * King Size Bed
 * Additional Bedding
 * Geyser


PRICE FOR 1 NIGHT

 * 2999/- EP
   Room Only
 * 3499/- CP
   Room With Breakfast
 * 3999/- MAP
   Room With Breakfast & Dinner
 * 4499/- AP
   Room With Breakfast, Lunch & Dinner

2999
17% Off
Offer Price 2499 Per night

Book Now

Check Availavlity
 1. 
 2. 
 3. 


Previous Next

 * Hotel in Nainital
 * Nainital Weather
 * Apple Inn Hotel Tarrif

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


HOTEL AMENITIES

 * LCD TV
 * Breakfast
 * Parking
 * Restaurant
 * Intercom
 * King Size Bed
 * Additional Bed
 * Geyser
 * Lawn
 * Gardan

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


MUST KNOW INFO

Check In: 12:00 AM

Check Out: 10:00 AM

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


MEAL PLAN & POLICY

 1. AP American Plan Buffet Breakfast, Lunch & Dinner
 2. MAP Modified American Plan Buffet Breakfast, Lunch
 3. CP Continental Plan Buffet Breakfast
 4. EP Economical Plan Room Only

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


GUEST AND CHIELD POLICY

1 Kid below 5 years is complimentory with parants sharing

Kids between 5 to 12 years will be charged at 25% of total package cost

Person above 12 years will be charged at 35% of total package cost

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


CANCELLATION POLICY

 * 15 days prior to the scheduled date of arrival: No penalty
 * 15 to 7 days prior to the date of arrival: 01 Night room charge (for every
   room) will be levied
 * 07 to 01 day or no show or same day : 100% of the stay amount would be levied

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


ENSOBER HOTEL & APPLE INN OVERVIEW

ABOUT BHIMTAL Bhimtal, is a fantastic tourist spot of Nainital and know for
tourists attraction across the world. The best part of this place is that you
can visit it throughout the year to Bhimtal; its beauty is eternal. However,
whenever you plan your trip to Bhimtal-Nainital, you must wonder with a question
in mind, where to stay in Bhimtal, isn’t it? So, Hotel Apple Inn is a Boutique
hotel in Bhimtal that offers you an array of amenities at an un unbelievable &
affordable prices. So, go for a picture-perfect view where you can enjoy the
exotic scenic beauty of solitude, Hotel App Inn is the right place for you. The
staff members of our hotel are always willing to welcome and take care of the
guests from the core of their hearts, and they leave no space for you to
complain.

About Ensober HOTEL & APPLE INN
Apple Inn is a hotel managed by Ensober hotel, It is located at the heart of
Bhimtal-Nainital, not much far from the Mall Road, and situated near Kainchi
Dham Temple. It is also close to best scenic beauty of Nainital-Bhimtal,
including Tea Garden, Ghorakhal Temple, Bhimtal Lake, Saattal Lake and many
more, It is also approx14-15 km from Naini Lake. Hotel Apple Inn is one of the
most popular boutique hotels in the entire locale. Several visitors visit this
hotel not only for sightseeing but also to enjoy its exclusive services and
spend their leisurely time with us. The perfect location and surroundings beauty
of hills offer the best view to its guests. TOP AMENITIES OFFERED BY HOTEL APPLE
INN, BHIMTAL? Located at the heart of Bhimtal-Nainital road, Hotel Apple Inn is
a top-rated 3 star boutique hotel for tourists because it offers top-notch
indispensable amenities. It takes care of every need of the visitors. So, some
of its popular amenities are discussed below. FREE WI-FI Hotel Apple Inn offers
you free Wi-Fi not only in every room but also in public areas. We will try to
make you stay connected always to your friends and family. Also, it also ensures
that you can update and share regular statuses about your trip on your social
media profile. AN EXOTIC LAWN Hotel Apple Inn has an exotic lawn inside where
you can spend your leisure time on the soft grass with your family or your
better half. You can also bask the sunshine on the leaning chairs comfortably.
Children can freely roam around and enjoy playing with their friends or siblings
On the Lawn and open space. HOUSE-KEEPING Housekeeping service of Hotel Apple
Inn will makes sure that everything is kept clean in your room. And in houses
highly trained staff who ensure that everything is in the correct place and also
well-organized in your room. AN EXOTIC VIEW From the beautiful terrace or
balcony, you can enjoy a solace garden view, Mountain View and Valley View very
peacefully. The soothing sunrise and sunset of the mountains can be enjoyed in
serenity here at hotel Apple Inn. AMPLE PARKING SPACE If you are traveling to
Bhimtal-Nainital via road, you need not worry about parking your car in the
hotel. There is a dedicated ample parking space you’re your vehicles. Also, we
can provides reliable car renting facilities. CATEGORIES OF ROOMS PRESENT AT
HOTEL APPLE INN Hotel Apple Inn, Bhimtal, offers two types of rooms. They render
you the same benefits and facilities, and all rooms have valley view. THE
CLASSIC-VALLEY VIEW ROOM The classic-valley view rooms are premium rooms that
come with 20m²/ 215ft² size. There are 4 Classic Valley View rooms with 1 extra
bed in the hotel. It allows you to enjoy the splendid garden view and comes with
a balcony. Shower facilities like a geyser for a warm water bath are also there
in this room. Also, the room is equipped with a king-size bed. Besides, you can
get seamless intercom facilities in this room, along with additional bedding.
THE DELUXE-VALLEY VIEW ROOM The Deluxe-valley view rooms come in 20m²/ 215ft²
sizes. There are 10 Deluxe Valley View rooms in this inn. The elite fact of the
Deluxe rooms is that it allows you to enjoy the marvelous mountain view. Just
like the premium rooms, it also comes with a balcony. Shower facilities are also
there, like a geyser so that you can take a hot water bath whenever you need it.
Besides, this room also offers you a king-size bed. You can also get proper
intercom facilities in this room, along with additional bedding. Thus, there are
total 14 rooms in the entire hotel. And in both types of rooms, you get a
separate desk for storing your luggage and any other things. Also, a fan is
available for your convenience. Besides, you get to access the restaurants
regardless of what kind of room you’ve chosen. Also, both the rooms come with
satellite/cable channels in the new-gen flatscreen T.V., tea kettle, neat and
clean and hygienic towels, and complimentary toiletries. Last but not least, you
can also get free and stable Wi-Fi in each room so that you never run out of
internet connection.

HOTEL FACILITIES



 * Ample Parking Space
 * Restaurant
 * 14 specious Rooms
 * Main Road Hotel
 * Room Service
 * Transport Helpdesk

 * Gyser in Rooms
 * 24X7 running water
 * Exotic Lawn
 * Rooms with Valley View


CHECK AVAILAVLITY


JULY 2023

Sun
Mon
Tue
Wed
Thu
Fri
Sat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31






Book now

BOOK BY PHONE

+8383 90 8656 24X7


MARKETING PARTNERS

HARIDWAR SALES OFFICE

INDIA EASY TRIP

Devpura, Haridwar-249401

9758900888

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


OUR HOTELS & RESORTS

Luxury
4999/-

JIM CORBETT


CORBETT PANORAMA RESORT


+Add to wishlist
Executive
2999/-

HARIDWAR


HOTEL VINAYAK


+Add to wishlist

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


PACKAGES

Save30%
New Year Package19999/-


3 DAYS 2 NIGHT   JIM CORBETT

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


THE TERMS & CONDITIONS

TERMS OF USE TERMS AND CONDITIONS OF WEBSITE USE
Please read this page carefully. If you do not accept the Terms and Conditions
stated here, we would request you to exit this site.
USE OF CONTENT
All logos, brands and marks appearing in this site, except as otherwise noted,
are properties either owned, or used under licence, by Ensober Hotels and / or
its associate entities who feature on this website.
You may not sell or modify the content of this website or reproduce, display,
publicly perform, distribute, or otherwise use the materials in any way for any
public or commercial purpose without the respective organisation’s or entity’s
written permission.
ACCEPTABLE SITE USE
(A) Security Rules
Visitors are prohibited from violating or attempting to violate the security of
the website, including, without limitation.
(B) General Rules
Visitors may not use the website in order to transmit, distribute, store or
destroy material (a) that could constitute or encourage conduct that would be
considered a criminal offence or violate any applicable law or regulation, (b)
in a manner that will infringe the copyright, trademark, trade secret or other
intellectual property rights of others or violate the privacy or publicity of
other personal rights of others, or (c) that is libellous, defamatory,
pornographic, profane, obscene, threatening, abusive or hateful.
LINKS TO/FROM OTHER WEBSITES
This website contains links to other websites. These links are provided solely
as a convenience to you. Wherever such link/s lead to sites which do not belong
to Leisure Hotels Limited and / or its associate entities, Leisure Hotels
Limited is not responsible for the content of linked sites and does not make any
representations regarding the security, correctness or accuracy of the content
on such websites. Any reference on this website to a hypertext link, to a
specific product, process, or service, or other reference to any third party
products, services, or website does not constitute or imply any ownership,
sponsorship, endorsement arrangement or any other relationship between Leisure
Hotels Limited website and anything found at such hypertext link or third party
website. If you decide to access such linked websites, you do so at your own
risk.
Similarly, this website can be made accessible through a link created by other
websites.
INDEMNITY
You agree to defend, indemnify, and hold harmless Leisure Hotels Limited and/ or
its associate entities, their officers, directors, employees and agents, from
and against any losses, damages, costs and expenses incurred or threatening to
arise against You under any third party claims, actions, settlement, judgement,
governmental authority proceeding or demands, including without limitation
reasonable legal and accounting fees, alleging or resulting/ arising from your
use of the website material or your breach of these terms and conditions of
website use. LIABILITY
While all reasonable care has been taken in providing the content on this
website, Corbett King or Ensober Hotels. and / or its associate entities shall
not be responsible or liable as to the completeness or correctness of such
information and any or all consequential liabilities arising out of use of any
information or contents on this website. Under no circumstances (including
negligence and fundamental breach) will Leisure Hotels or anyone else involved
in providing the service be liable for any direct, indirect, incidental, special
or consequential damages or losses from or through the use of or inability to
use the service or that result from mistakes, omissions, interruptions, delays
in operation or transmission or any failure of performance, even if advised of
the possibility thereof.
No warranty is given that the website will operate error-free or that this
website and its server are free of computer viruses or other harmful mechanisms.
If your use of the website results in the need for servicing or replacing
equipment or data, Leisure Hotels Limited and / or its associate entities are
not responsible for those costs.
The website is provided on an 'as is' basis without any warranties either
express or implied whatsoever. Leisure Hotels Limited and / or its associate
entities, to the fullest extent permitted by law, disclaims all warranties,
including non-infringement of third parties rights, and the warranty of fitness
for a particular purpose and makes no warranties about the accuracy,
reliability, completeness, or timeliness of the content, services, software,
text, graphics, and links.
DISCLAIMER OF CONSEQUENTIAL DAMAGES
In no event shall Ensober Hotels/Corbett King Limited, or any parties,
organisations or entities associated with the corporate brand name Leisure
Hotels or otherwise, mentioned at this website be liable for any damages
whatsoever (including, without limitations, incidental and consequential
damages, lost profits, or damage to computer hardware or loss of data
information or business interruption) resulting from the use or inability to use
the website and the website material, whether based on warranty, contract, tort,
or any other legal theory, and whether or not, such organisations or entities
were advised of the possibility of such damages.
CONDITIONS OF USE & NOTICES
If you choose to visit the Ensober Hotels/Corbett King website, your visit and
any dispute over privacy is subject to these terms and conditions and laws of
India.


ROOM BOOKING NOW

×
Check IN
Check Out
Adults Select Adults 1 2 3
Kids(5-12) Select Kids 1 2 3 4
Kids (below 5 years) Select Kids 1 2 3 4
Book Now



AN ENTITY OF


ENSOBER HOTELS

I-1804, SAMRIDHI GRAND AVENUE, NOIDA, DELHI-NCR

+91 95999 95888 +91 83839 08656 raj@ensoberhotels.com


ABOUT

 * About us
 * Privacy Policy
 * Terms & Condition
 * Refund Policy
 * Cancellation Policy


DISCOVER

 * Community blog
 * Tour guide
 * Wishlist
 * Gallery


SETTINGS

English French Spanish Russian
USD EUR GBP RUB
 * 
 * 
 * 
 * 
 * 
 * 
 * 

© CorbettKing is an entity of M/s Ensober Hotels 2021


Test Mode