<?php
    $view_trigger = isset($_GET['enable-desktop-view']);
?>
<?php
require_once 'vars.php';
?>
<?php
$alert = null;
if(isset($_POST['send'])=="sendform"){
    
    if(isset($_POST['g-recaptcha-response']) && !empty($_POST['g-recaptcha-response'])){
    //your site secret key
        $secret = '6LfJdE8UAAAAAD4dTIAUr3lX9oABYpjVmqkVCr8J';

        //get verify response data
        $verifyResponse = file_get_contents('https://www.google.com/recaptcha/api/siteverify?secret='.$secret.'&response='.$_POST['g-recaptcha-response']);
        if (strpos($verifyResponse, 'success') !== false) {
            $continue = true;
            $validation = "";
            // Validation Check
            if(empty($_POST['name'])){
                $continue = false;
                $validation = "First Name, ";
            }
            if(empty($_POST['email'])){
                $continue = false;
                $validation .= "Email Address, ";
            }
            if(empty($_POST['phone'])){
                $continue = false;
                $validation .= "Phone Number";
            }

            // Validation OK, send email

            if($continue===true){
                $hotel_addr = $client_address_line_1.', '.$client_address_line_2.' - '.$client_address_pin;
                // Send Email to Guest

                $external_data = array(
                    "to_ids" => [$_POST['email']], 
                    "cc_ids" => [], 
                    "bcc_ids"=> [], 
                    "from_id"=> "reservations@himalayan-hotels.com", 
                    "hotelname"=> $hotel_name, 
                    "hoteladdr"=> $hotel_addr, 
                    "hotelphone"=> $hotel_phone, 
                    "name"=> $_POST['name'], 
                    "email"=> $_POST['email'], 
                    "phone"=> $_POST['phone'], 
                    "subject"=> $_POST['subject'], 
                    "comments"=> $_POST['comments'],
                    "mode"=> 2 # External
                );

                // Send Email to Hotel

                $internal_data = array(
                    "to_ids" => ["reservations@himalayan-hotels.com"], 
                    "cc_ids" => [], 
                    "bcc_ids"=> [], 
                    "from_id"=> $_POST['email'], 
                    "hotelname"=> $hotel_name, 
                    "hoteladdr"=> $hotel_addr, 
                    "hotelphone"=> $hotel_phone, 
                    "name"=> $_POST['name'], 
                    "email"=> $_POST['email'], 
                    "phone"=> $_POST['phone'], 
                    "subject"=> $_POST['subject'], 
                    "comments"=> $_POST['comments'],
                    "mode"=> 1 # Internal
                );

                $mail_data = array($external_data, $internal_data);
                $apiUrl='https://beta.djubo.com/notification-status/website-email/';
                $ch = curl_init($apiUrl); 
                curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
                curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
                $headers = array('Content-type: application/json');
                curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
                foreach ($mail_data as $data) {
                    $data_string = json_encode($data);
                    curl_setopt($ch, CURLOPT_POSTFIELDS, $data_string);
                    $response = curl_exec($ch);
                    $info = curl_getinfo($ch);
                } #end
                
                if ($info["http_code"] == 200) {
                  echo "<script>window.location='thank-you.php';</script>";
                }
                else {
                    $alert = "<div><i class='fa fa-exclamation-circle'></i> <strong style='color:#ed8323';>There was an error, please call us to make a booking.</strong></div>";
                }
            } else {
                $alert = "<div style='color:#ed8323';><i class='fa fa-exclamation-circle'></i> Please fill out the following fields: <strong>".$validation."</strong></div>";
            }
        }
    }
}
?>
<!DOCTYPE html>
<html>
<head lang="en">
<title>Rishikesh Sightseeing Packages, Rishikesh Tour Package - Ganga Kinare</title>
<meta name="description" content="We offer the best deals on Rishikesh sightseeing packages. Get details about Rishikesh sightseeing itinerary with us. ">
<meta name="keywords" content="Rishikesh sightseeing tour,  Rishikesh Sightseeing Packages, Rishikesh Tour Package, Rishikesh Sightseeing">
<link rel="canonical" href="http://www.gangakinare.com/rishikesh-haridwar-sightseeing-package-3-days-2-nights1.php"/>
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
<meta name="robots" content="index, follow">
<meta name="subject" content="Ganga Kinare - A Riverside Boutique Hotel"/>
<meta name="language" content="english"/>
<meta name="distribution" content="global">
<meta name="author" content="Ganga Kinare"/>
<meta name="yahoo-seeker" content="index, follow" />
<meta name="msnbot" content="index, follow" />
<meta name="classification" content="Rishikesh Sightseeing Packages" />
<meta name="revisit-after" content="daily" />
<link rel="author" href="https://plus.google.com/u/3/100175959629262781844"/>
<meta name="copyright" content="http://www.gangakinare.com/" />

<!-- Open Graph data -->

<meta property="og:title" content="Rishikesh Sightseeing Packages, Rishikesh Tour Package - Ganga Kinare" />
<meta property="og:description" content="We offer the best deals on Rishikesh sightseeing packages. Get details about Rishikesh sightseeing itinerary with us." />
<meta property="og:site_name" content="gangakinare" />
<meta property="og:type" content="website" />
<meta property="fb:admins" content="125579124180279" />
<meta property="og:url" content="http://www.gangakinare.com/rishikesh-haridwar-sightseeing-package-3-days-2-nights1.php" />
<meta property="og:image" content="" />

<!-- Twitter Card data -->

<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@gangakinare">
<meta name="twitter:title" content="Rishikesh Sightseeing Packages, Rishikesh Tour Package - Ganga Kinare">
<meta name="twitter:description" content="We offer the best deals on Rishikesh sightseeing packages. Get details about Rishikesh sightseeing itinerary with us.">
<meta name="twitter:image" content="">

<!-- Schema.org markup for Google+ -->

<meta itemprop="name" content="Rishikesh Sightseeing Packages, Rishikesh Tour Package - Ganga Kinare">
<meta itemprop="description" content="We offer the best deals on Rishikesh sightseeing packages. Get details about Rishikesh sightseeing itinerary with us. ">
<meta itemprop="image" content="">	
<meta name="google-site-verification" content="Kgr9S_o3iPbWfMUD8HbT4EyGlZohCBqrj1FR1UHF3_8" />
<meta charset="UTF-8">
    <meta id="myViewport" name="viewport" content="width=device-width, initial-scale=1.0">
     <?php
        if ($view_trigger=='true') {
            echo '<script type="text/javascript">
                    if (screen.width <= 800) {
                        var mvp = document.getElementById("myViewport");
                        mvp.setAttribute("content","width=1202");
                    }
                </script>
                ';
        }
        else{
            echo '<script type="text/javascript">
                    if (screen.width <= 800)
                        window.location = "http://www.gangakinare.com/mb/rishikesh-haridwar-sightseeing-package-3-days-2-nights1.php";
                    </script>
                    ';
        }
    ?>
    <link href="css/bootstrap.css" rel="stylesheet">
    <link href="css/style.css" rel="stylesheet">
    <link href="css/owl.carousel.css" rel="stylesheet">
    <link href="css/owl.theme.css" rel="stylesheet">
    <link href="css/lightbox.css" rel="stylesheet">
	<script src="https://use.fontawesome.com/b7fa138917.js"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js" type="application/javascript"></script>
    <script src="js/bootstrap.min.js" type="application/javascript"></script>
    <script src="js/owl.carousel.js" type="application/javascript"></script>
    <script src="js/lightbox.js" type="application/javascript"></script>
    <script src="js/slider.min.js"></script>
   <script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5a02c79bbb0c3f433d4c7de0/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
	<link rel="stylesheet" href="css/float.css"/>
	<script src="js/float.js"></script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KQXZ9SS');</script>
<!-- End Google Tag Manager -->
<script type="text/javascript"> var domain = window.location.host; var wid = "ODU3NDE1NDI2MzU4OTE0NS05NDk="; document.write('<scr'+'ipt type="text/JavaScript" src="http://agldashboard.adv8.co/ctn/getCallTrackNo?domain=' + domain + '&wid=' + wid +'"><' + '/scr' + 'ipt>');</script>
<style type="text/css">
#IRE{
margin-top: 120px;
margin-bottom: 30px;
	
}
#GRE{
margin-top: 120px;
margin-bottom:20px;
margin-left:20px;
}
#button{
margin-bottom:20px;
margin-left:250px;	
}
.custom-right-widget-wrapper #places .panel-default .panel-body{
    padding:5px 0;
    border:none
}
.custom-right-widget-wrapper #places .panel-default .panel-body .nav>li{
    margin-top:5px
}
.custom-right-widget-wrapper #places .panel-default .panel-body .nav>li>a{
    font-size:1em;
    font-weight:400;
    padding:5px 15px;
    color:#0b2a7d
}
.custom-right-widget-wrapper #places .panel-default .panel-body .nav>li>a:focus,.custom-right-widget-wrapper #places .panel-default .panel-body .nav>li>a:hover{
    text-decoration:none;
    background-color:#0d3294;
    color:#fff;
    margin-right:0!important;
    margin-left:0!important;
    border-radius:0!important
}
.custom-right-widget-wrapper #places .panel-default .panel-body .nav>li:first-child{
    margin-top:0
}
.custom-right-widget-wrapper #places .panel-default .panel-body .nav li a.active{
    text-decoration:none;
    background-color:#0b2a7d;
    color:#0b2a7d;
    margin-right:0!important;
    margin-left:0!important;
    border-radius:0
}
.custom-right-widget-wrapper .active-location{
    background-color:#0b2a7d;
    color:#fff!important;
    border-radius:0
}
.side-nav .summary-page-detail-links{
    border-bottom:1px dashed #666;
	margin-left: 20px;
   margin-right: 20px;
}
.side-nav .nav li{
    margin:10px 0
}
.side-nav .nav li:first-child{
    margin-top:20px
}
.side-nav .nav li:last-child{
    margin-bottom:15px;
}
.side-nav .nav li a{
    font-size:13px;
    font-weight:400;
    color:#fff;
    margin-right:-10px!important;
    margin-left:-10px!important;
    padding:5px 15px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.side-nav .nav li a:focus,.side-nav .nav li a:hover{
    text-decoration:none;
    background-color:#29b9b6;
    color:#fff;
    border-radius:0;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -ms-transition:all .1s linear;
    -o-transition:all .1s linear;
    transition:all .1s linear
}
.side-nav .nav li a.active{
    text-decoration:none;
    background-color:#29b9b6;
    color:#fff
}
#navbarid {
	position: fixed;
    background: #000;
    background-size: 100%;
    width: 100%
}
#hpostion{
padding-bottom: 15px
}
</style>
</head>
<body id="home"  style="background-image:url(images/riverside.jpg);">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KQXZ9SS"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<a href="#" class="scrollToTop"><i class="glyphicon glyphicon-menu-up"></i></a>
<header style="min-height: 25vh;">
    <div>
        <nav class="navbar navbar-static-top" id="navbarid">
            <div class="container">
                <div class="row">
                    <div class="navbar-header pull-left col-sm-3 col-lg-3">

                        <a class="navbar-brand" href="#">
                            <div class="logo">
                                <img src="images/hgk.png" alt="Ganga Kinare Rishikesh - Logo">
                            </div>
                        </a>
                    </div>
                    <button data-target="#example-navbar-collapse" data-toggle="collapse" class="navbar-toggle btn btn-transparent" type="button">
                        <i class="glyphicon glyphicon-menu-hamburger"></i>
                    </button>
                    <div class="pull-right col-xs-12 col-sm-9 col-lg-9">
                        <div class="pull-left padding10Vt support">
                            Call :  <?php echo $hotel_phone; ?>
                            </div>
                        <div class="pull-right padding10Vt support">
                            Email : <a href="mailto:<?php echo $hotel_email; ?>"><?php echo $hotel_email; ?></a>
                        </div>
                        <div class="clearfix"></div>
                        <hr class="noMargin">
                        <div class = "collapse navbar-collapse pull-left" id = "example-navbar-collapse">
                            <ul class="nav navbar-nav">
                                <li class="active"><a href="#home">HOME</a></li>
                                <li><a href="/special-packages.php">PACKAGES</a></li>
                                <li><a href="#360">360&deg View</a></li>
                            </ul>
                        </div>
						<div class="pull-right">
                        <a class="btn btn-transparent btn-sm quick navbar-btn " href="https://www.secure-booking-engine.com/accounts/O089QvUBbG7hTi4xPCcF7Q/properties/O089QvUBbG7hTi4xPCcF7Q/booking-engine/web/source/4wsctBw6Oq6j-g9XuxeRzQ/" target="_blank">BOOK NOW</a> | <a class="btn btn-transparent btn-sm quick navbar-btn" href="https://www.secure-booking-engine.com/custom/payment/6x3ljT6ID2fo94luNGmYhIydTHcpH6bg3hGFds47_aZbQqukFs2IU-7F6LAc78-Z/5/" target="_blank">QUICK PAY</a>
                        </a>
						</div>
                    </div>
                </div>
            </div>
        </nav>
     </header>
<div class="clearfix"></div>
<!--  -->
<div id="wrapper" style="margin-top:50px; z-index:999999; background: #29b9b6;">
      <div class="inner-page">
        <div class="container">
          <div class="row">
            <div class="col-lg-8 col-md-8 col-sm-8 clearfix left-right-col-spacing">
              <div class="custom-left-widget-wrapper">
                <div class="no-gutter clearfix">
<div class="row clearfix widget-wrapper wt1tb" style="background-color:#808080c7; border-style: groove;" id="IRE">
<div class="col-lg-12 col-md-12 col-sm-12 one-col text-content">
<div class="row clearfix widget-wrapper wtsubheader">
  <div class="col-lg-12 col-md-12 col-sm-12 one-col text-content">
    <h3 class="text-left striked-heading" style="font-family: 'Montserrat-Light'";><span class="white">Sightseeing in and around Rishikesh</span></h3>
  </div>
</div>
<div class="fotorama" data-allowfullscreen="true"  data-loop="true" >
    <img src="images/attraction/Ganga-Aarti-rishikesh-at-private-ghat.jpg" alt="Image Alternative text" title="Upper Lake in New York Central Park" />
    <img src="images/attraction/rishikesh-sightseeing-Ram-Jhula.jpg" alt="Image Alternative text" title="new york at an angle" />
    <img src="images/attraction/rishikesh-sightseeing-Lakshman-Jhula.jpg" alt="Image Alternative text" title="Pictures at the museum" />
</div>
    <h4 class="white"><br />
<strong>Package Overview -</strong></h4><br />
<p class="white">
In this 2 nights 3 days package, guests will get to visit all the most important temples and ashrams in and around Rishikesh and Haridwar.<br>

	                    Rishikesh is 24 Kms from Haridwar.It is located in the lap of lower Himalayas, and is surrounded on three sides by scenic beauty of the hills with Holy Ganga flowing through it. The whole place is considered to be sacred as it is believed that meditation at this place leads to NIRVANA( attainment of salvation). <br>

	                    There are many temples,some ancient, some new along the river Ganges. There are a great many ashrams and Yoga institutes here. Rishikesh is also the gateway and the start-off point for journeys to important religious places like Badrinath, Kedarnath, Gangotri, and Yamnotri.<br>
	                   Similarly the city of Haridwar commands the stature of being one of the most important cities in the entire Hindu mythology. It is beleived that a single dip at Hari-Ki-Pauri, which is the most important ghat in Haridwar, washes away sins of many lifetimes. As a result this ancient city attracts millions of tourists every year.
                        Both Rishikesh and Haridwar have a very important place in the Hindu scriptures.<br>
	                    Both Rishikesh and Haridwar have a very important place in the Hindu scriptures.<br>
	                   Rishikesh is an ideal destination not only for pilgrims but also for those who want to delve deeper into meditation, Yoga and other aspects of Hinduism.<br>
<br />
<h4 class="white">
<strong>Package Itinerary-</strong></h4><br>
<h5 class="white"><strong>Day 1 - Rishikesh Sightseeing</strong></h5>
<p class="white">
Check into the hotel.<br>
	                    The guests depart for sightseeing in Rishikesh. Visit the two very ancient Shiva temples in the town – Veerbhadra Mahadev Temple and Chandreshwar Mahadev Temple (both in a radius of approx 5 km from the hotel). Also visit the Bharat Mandir (3.5 km approx) and the local flea market. Then visit Laxman jhula, Ram jhula and Geeta Bhawan Ashram. Return to the hotel.<br>
	                    A 4 seater Cab for sightseeing is included in the package. English speaking guide provided by the hotel upon request for extra charges.<br>
<br />
<h5 class="white"><strong>Day 2 - Haridwar Sightseeing</strong></h5>
<p class="white">
  Depart after breakfast for sightseeing to the holy city of Haridwar (meaning ‘gateway to the gods’). Haridwar is situated at the point where the River Ganges leaves the hills for the plains and is 20 Kms from the Hotel. The package includes visits to Mansa Devi and Chandi Devi Temple (both of which are mountain top temples on either side of the holy Ganga) by rope way. Later visit the all important site of Hinduism - Hari-Ki-Pauri. Also visit Daksha Mahadev Temple which is one of the most sacred places around Haridwar. Later return to the hotel . <br>
	                    A 4 seater Cab for sightseeing is included in the package. English speaking guide provided by the hotel upon request for extra charges.<br>
						<br/>
<h5 class="white"><strong>Day 3</strong></h5>
<p class="white">
  Breakfast and Checkout from Hotel.</p>
  <br>
<h4 class="white"><strong><span>Complimentary Inclusions During the Stay-</span></strong></h4><br />
<span class="white">Breakfast is included in this package.<br>
Complimentary Sunrise Hatha Yoga and Pranayam session with us in-house yoga expert.<br>
Complimentary Evening Meditation and Yog Nidra session.<br>
Complimentary in-house morning and evening Ganga Aarti.<br>
 Ganga Snan (Holy Dip) can be arranged at the private ghat with life jackets and robes.<br>
 Complimentary Guided Culture walk alongside the Ganges till Triveni Ghat to witness the grand evening Aarti attended by locals of Rishikesh.<br>
  Complimentary Wi-Fi.<br>
Complimentary access to open-air Jacuzzi.<br>
Complimentary movie screening from in-house DVD collection.<br>
Complimentary use of in-house FIREFOX BIKES with a biking trail map.<br>
Complimentary use of in-house games like Badminton, Chess, Carrom, Snakes and ladder, Ludo, Basketball, Snooker, Table Tennis.<br>
Welcome drinks on arrival.<br>
omplimentary two bottles of mineral water in the room replenished daily.<br>



  </span>
<h4 class="white">&nbsp;<br />
<strong>Extra Charges-</strong></h4><br />
<p class="white">
Extra charges for guide: INR 1800 per day.<br>
Extra charges for pickup and drop from Dehradun  airport/ Haridwar railway station: 4 Seater Cab : INR 1200 (one way)/6 Seater Cab : INR 2000 (one way).</p>
<p style="text-align:center">&nbsp;<br />
</p>
<h4 class="white"><strong>Tariff-</strong></h4><br />
<p class="white">
Tariff for Deluxe Room occupancy (Single/Double/Triple): INR 15,500/17.500/21,500<br>
Tariff for Super Deluxe Room occupancy (Single/Double/Triple): INR 17,500/19,500/23,500<br>
Tariff for Premium Room occupancy (Single/Double/Triple): INR 18,500/20,500/24,500<br>
Tariff for Lotus Suite occupancy (Single/Double/Triple): INR 31,500/33,500/37,500<br>
*Above Rates are Excluding Taxes</p>
<p id="button"><a href="#" class="btn btn-success show-inquiry-modal" target="_blank">Book Now</a> |
<a href="#" class="btn btn-success show-inquiry-modal1" target="_blank">Send Enquiry</a>
</p>
  </div>
</div>
</div>
 </div>
            </div>
            <div class="col-lg-4 col-md-4 col-sm-4 clearfix custom-right-widget-wrapper">
              
                
                
<div class="row clearfix widget-wrapper side-nav" style="background-color:#808080c7; border-style: groove;" id="GRE">
  <div class="col-lg-12 col-md-12 col-sm-12">
    <div class="row">
      <h4 class="text-center summary-page-detail-links white" id="hpostion">Offers</h4>
    </div>
    <ul class="nav nav-pills nav-stacked">
      
      <li><a class=" " href="http://www.gangakinare.com/adventure-package-3-days-2-nights-indians.php" rel="">Adventure Package at Ganga Kinare</a></li>
      <li><a class=" " href="http://www.gangakinare.com/adventure-package-3-days-2-nights-non-indians.php" rel="">Adventure Vacation Packages at Ganga Kinare</a></li>
      
      
      <li><a class=" " href="http://www.gangakinare.com/white-water-rafting-package-2-days-1-night.php" rel="">White Water River Rafting at Rishikesh</a></li>
      
      
      <li><a class="active" href="http://www.gangakinare.com/rishikesh-haridwar-sightseeing-package-3-days-2-nights.php" rel="">Rishikesh Sightseeing Package</a></li>
      
      
      <li><a class=" " href="http://www.gangakinare.com/ayurvedic-rejuvenation-spa-package-8-days-7-nights.php" rel="">Ayurvedic Rejuvenation Spa Package - 7 Nights 8 Days</a></li>
      
      
      <li><a class=" " href="http://www.gangakinare.com/body-purification-spa-package-8-days-7-nights.php" rel="">Body Purification Spa Package - 8 Days/7 Nights</a></li>
      
      
      <li><a class=" " href="http://www.gangakinare.com/rejuvenation-spa-package-2-days-1-night.php" rel="">Rejuvenation Spa Package - 2 Days 1 Night</a></li>
      
      <li><a class=" " href="http://www.gangakinare.com/rejuvenation-spa-package-3-days-2-nights.php" rel="">Rejuvenation Spa Package - 3 Days 2 Nights</a></li>
	  <li><a class=" " href="http://www.gangakinare.com/beginners-yoga-package-3-days-2-nights.php" rel="">Beginner Yoga Classes</a></li>
    </ul>
  </div>
</div>

                
              
            </div>
          </div>
        </div>
      </div>

<footer>
    <div class="container">
        <br>
        <br>
        <div class="row">
            <div class="col-md-6">
                <div class="row">
                    <div class="col-md-8 col-sm-6 padding10">
                        <img src="images/logo.png" width="260px" alt="Ganga Kinare - Logo"> 
                        <div class="clearfix"></div><br>
                        <strong>Address : </strong> <?php echo $client_address_line_1." ".$client_address_line_2." ".$client_address_pin; ?>
                        <div class="clearfix"></div>
                        <br>
                        <strong>Phone : </strong> <?php echo $hotel_phone; ?><br>
                        
                        
                        <div class="clearfix"></div>
                        <br>
                        <strong>Email : </strong> <?php echo $hotel_email; ?>
                        <h2>
                            <a href="https://www.facebook.com/gangakinare" class="text-muted"><i class="fa fa-facebook-square" aria-hidden="true" target="_blank"></i></a>
                            <!-- <a href="https://twitter.com/djuboassist" class="text-muted"><i class="fa fa-twitter-square" aria-hidden="true"></i></a> -->
                            <!-- <a href="#" class="text-muted"><i class="fa fa-google-plus-square" aria-hidden="true"></i></a> -->
                        </h2>
                    </div>
                    <div class="col-md-4 col-sm-6 padding10">
                        <h4 class="noMargin">Payment Options</h4>
                        <br>
                        Click here to make your payment
                        <div class="clearfix"></div><br>
                        <a href="https://www.secure-booking-engine.com/custom/payment/6x3ljT6ID2fo94luNGmYhIydTHcpH6bg3hGFds47_aZbQqukFs2IU-7F6LAc78-Z/5/" target="_blank" class="btn btn-success">QUICK PAY</a>
                        <div class="clearfix"></div>                        
                    </div>
                </div>
            </div>
            <div class="col-md-6">
                <div class="row">                    
                    <div class="col-md-6 col-sm-6 padding10">
                        <h4 class="noMargin">CC Pre-Authorisation Form</h4><br>
                        <a href="" data-toggle="modal" data-target="#cc-form" class="btn btn-success">View More</a> | <a href="pre-authorizationform.pdf" target="_blank" class="btn btn-success">Download PDF</a> 
                    </div>
                    <div class="modal fade" id="cc-form" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
                        <div class="modal-dialog" role="document">
                            <div class="modal-content">
                                <div class="modal-header">
                                    <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
                                    <h4 class="modal-title text-turquoise" id="myModalLabel">Credit Card Pre-Authorisation Form</h4>
                                </div>
                                <div class="modal-body">
                                    <p class="text-black">
                                        Indian Banking Rules require guests who have filled in their credit card information at the time of reservation to also send the Credit Card Pre-authorisation personally signed by them to reservations@himalayan-hotels.com immediately.
                                    </p>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="col-md-6 col-sm-6 padding10" id="360">
                    	<h4 class="noMargin">360&deg Views of Hotel</h4><br>
                    	<ul style="list-style: none">
                    		<li>
                    			<h4 ><a  class="text-white" target="_blank" href="https://www.google.co.in/maps/place/Ganga+Kinare+-+A+Riverside+Boutique+Hotel/@30.092695,78.2889792,3a,75y,232h,90t/data=!3m8!1e1!3m6!1sTOd41D2F03kAAAGuo4Q0kQ!2e0!3e2!6s%2F%2Fgeo1.ggpht.com%2Fcbk%3Fpanoid%3DTOd41D2F03kAAAGuo4Q0kQ%26output%3Dthumbnail%26cb_client%3Dsearch.TACTILE.gps%26thumb%3D2%26w%3D129%26h%3D106%26yaw%3D232.66058%26pitch%3D0%26thumbfov%3D100!7i13312!8i6656!4m5!3m4!1s0x39091644300ed61f:0xccd6f42b9cafdc53!8m2!3d30.092427!4d78.288784!6m1!1e1"><i class="fa fa-repeat text-turquoise" aria-hidden="true"></i>  View - 1</a></h4>
                    		</li>
                    		<li>
                    			<h4><a  class="text-white" target="_blank" href="https://www.google.com/maps/@30.092695,78.2889792,3a,75y,64.89h,90t/data=!3m8!1e1!3m6!1sTOd41D2F03kAAAGuo4Q0kQ!2e0!3e2!6s%2F%2Fgeo1.ggpht.com%2Fcbk%3Fpanoid%3DTOd41D2F03kAAAGuo4Q0kQ%26output%3Dthumbnail%26cb_client%3Dmaps_sv.tactile.gps%26thumb%3D2%26w%3D203%26h%3D100%26yaw%3D232.66058%26pitch%3D0%26thumbfov%3D100!7i13312!8i6656"><i class="fa fa-repeat text-turquoise" aria-hidden="true"></i>  View - 2</a></h4>
                    		</li>
                    		<li>
                    			<h4><a  class="text-white" target="_blank" href="https://www.google.co.in/maps/place/Ganga+Kinare+-+A+Riverside+Boutique+Hotel/@30.092695,78.2889792,3a,75y,232h,90t/data=!3m8!1e1!3m6!1sTOd41D2F03kAAAGuo4Q0kQ!2e0!3e2!6s%2F%2Fgeo1.ggpht.com%2Fcbk%3Fpanoid%3DTOd41D2F03kAAAGuo4Q0kQ%26output%3Dthumbnail%26cb_client%3Dsearch.TACTILE.gps%26thumb%3D2%26w%3D129%26h%3D106%26yaw%3D232.66058%26pitch%3D0%26thumbfov%3D100!7i13312!8i6656!4m5!3m4!1s0x39091644300ed61f:0xccd6f42b9cafdc53!8m2!3d30.092427!4d78.288784!6m1!1e1"><i class="fa fa-repeat text-turquoise" aria-hidden="true"></i>  View - 3</a></h4>
                    		</li>
                    		<li>
                    			<h4><a  class="text-white" target="_blank" href="https://www.google.co.in/maps/@30.0924379,78.2889427,3a,75y,64h,90t/data=!3m8!1e1!3m6!1sAf3gKHBtmfcAAAGuoybPLg!2e0!3e2!6s%2F%2Fgeo1.ggpht.com%2Fcbk%3Fpanoid%3DAf3gKHBtmfcAAAGuoybPLg%26output%3Dthumbnail%26cb_client%3Dmaps_sv.tactile.gps%26thumb%3D2%26w%3D203%26h%3D100%26yaw%3D64.96018%26pitch%3D0%26thumbfov%3D100!7i13312!8i6656!6m1!1e1"><i class="fa fa-repeat text-turquoise" aria-hidden="true"></i>  View - 4</a></h4>
                    		</li>
                    	</ul>
                    </div>
                </div>
            </div>
        </div>
    </div>
</footer>
<div class="clearfix"></div>
<div class="container-fluid" style="background:#fff">
<div class="container">
    <div class="col-md-6 padding-left-0">
        <div class="padding10Vt small">
            <p><a class="text-color" href="http://www.djubo.com/" target="_blank">Hotel Marketing By DJUBO</a></p>
        </div>
    </div>
    <div class="col-md-6 padding-right-0">
        <div class="padding10Vt small">
            <p class="text-right">
            <a class="text-color" href="/sitemap.xml">Sitemap</a> 
            | <a class="text-color" data-toggle="modal" data-target="#termsCondition">Terms &amp; Conditions</a> 
            | <a class="text-color" data-toggle="modal" data-target="#privacyPolicy">Privacy Policy</a> 
            | <a class="text-color" data-toggle="modal" data-target="#reservationPolicy">Reservation Policy</a>
            </p>
        </div>
    </div>
</div>
</div>
<!-- TERMS AND CONDITION -->
<div class="modal fade" id="termsCondition" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
    <div class="modal-dialog" role="document">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
                <h4 class="modal-title" id="myModalLabel">Terms and Conditions</h4>
            </div>
            <div class="modal-body">
                <p>The Terms and Conditions set out below ("Conditions") apply to your use of this web site and related web sites (“Site”), including the use of the information & services offered on the Site.In accessing and using the Site, you shall be deemed to have read each and all the Conditions without modification. If you do not agree, please cease use of the site and leave the site immediately.
                <br/>These Conditions must be read in conjunction with any other applicable terms and conditions governing the use of the Site.</p>

                <h4>Site</h4>
                <p>The information available on the Site relates to the hotels and resorts owned and managed by <?php echo $hotel_name; ?>, a corporation constituted under the laws of India, and its subsidiaries, controlled entities, affiliates and related parties (“<?php echo $hotel_name; ?>”).</p>

                <h4>Use of Site</h4>
                <p>The services of this Site are available only to individuals who can form legally binding contracts under applicable law, and thus, are not available to minors. By using this Site, You represent that You are of sufficient legal age to use this Site and to create binding legal obligations for any liability You may incur as a result of the use of this Site. You also warrant that You are legally authorized to make the travel reservations and/or purchases for either Yourself or for another person for whom You are authorized to act.
                You may only use this Site to make legitimate reservations or purchases and shall not use this Site for any other purposes, including without limitation, to make any speculative, false or fraudulent reservations, or any reservation in anticipation of demand.
                <br/>This Site is to be used by You for Your personal use only. Commercial uses of this Site are strictly prohibited unless prior written consent from <?php echo $hotel_name; ?> has been granted. You agree that You will not use this Site for chain letters, junk mail, “spamming”, solicitations (commercial or non-commercial) or bulk communications of any kind including but not limited to distribution lists to any person who has not given specific permission to be included in such a list.</p>

                <h4>Information</h4>
                <p>You accept that all Information provided on the Site or any other material accessed through the Site including via any Linked Web Site is general information about <?php echo $hotel_name; ?> and is not in the nature of advice.<br/>
                You also accept that all of the Information is provided on an “as is” basis and to the extent permitted by law, is provided without any warranty, representation or condition of any kind whether express, implied, statutory or otherwise. You assume all responsibility and risk for your use of or reliance upon the Information and the Site or any other material accessed through the Site including via any Linked Web Site.<br/>
                <?php echo $hotel_name; ?> is not liable for any loss (direct or indirect) resulting from any action taken or reliance made by you on the Information or any other material accessed through the Site including via any Linked Web Site. You should make your own inquiries and seek independent professional advice before acting or relying on any such information or material.
                <?php echo $hotel_name; ?> may from time to time update, modify or add to the Information, including these Conditions and absolutely reserves the right to make such modifications without any obligation to notify past, current or prospective users of the Site. Unless otherwise specified to the contrary all new Information shall be subject to these Conditions.
                <?php echo $hotel_name; ?> does not guarantee that the Site will operate continuously or without interruption or be error free. In addition, <?php echo $hotel_name; ?> may also suspend or discontinue any aspect of the Site at any time without being liable for any direct or indirect loss as a result of such action.
                </p>

                <h4>Trade Marks</h4>
                <p>The Site contains “<?php echo $hotel_name; ?>” logos, trade and service marks and devices (including the word “<?php echo $hotel_name; ?>”) and other valuable trade or service marks owned by <?php echo $hotel_name; ?> or licensed to <?php echo $hotel_name; ?> to distinguish its offerings. These trade and service marks and related intellectual property are protected from copying and simulation under national and international laws and any reproduction or use of any of the contents of this Site without the express written consent of <?php echo $hotel_name; ?> is prohibited. Nothing contained on this Site should be construed as granting, by implication, estoppel, or otherwise, any license or right to use any of the Trademarks without the written permission of <?php echo $hotel_name; ?>.</p>

                <h4>Copyright</h4>
                <p>The information, text, graphics, images, sounds, links, modules and all other information and software published or otherwise contained in the Site (“Information”) are either owned exclusively by <?php echo $hotel_name; ?> or licensed by <?php echo $hotel_name; ?> and except as specifically provided in these Conditions may not be copied, distributed, displayed, reproduced or transmitted, in any form or by any means whether electronic, mechanical, photocopying, recording, or otherwise, without the prior written approval of <?php echo $hotel_name; ?>. Without limitation you may not, without such approval from <?php echo $hotel_name; ?>, create derivative works from any part of the Site or commercialize any Information, products or services obtained from any part of the Site. Information procured from a third party may be the subject of copyright owned by that third party.</p>

                <h4>Liability Disclaimer & Exclusion</h4>
                <p>In no event shall <?php echo $hotel_name; ?> be responsible for any direct, indirect, special, incidental or consequential loss or damage, however arising and whether in contract, tort or otherwise, which you may suffer in connection with or arising out of:
                <br/>
                * your use of the Site or any Linked Web Site; or
                * your use of or reliance on Information or any other material accessed through the Site including via any Linked Web Site; including without limitation, loss or damage by way of loss of profits, loss of business opportunity, business interruption or loss of information. These Conditions do not purport to exclude liability arising by any applicable law if, and to the extent, such liability cannot be lawfully excluded, however, to the extent permitted by law, all warranties, terms or conditions which would otherwise be implied into these Conditions are hereby excluded. Where applicable law implies any warranty, term or condition, and that law prohibits exclusion or modification of the application of or the liability of <?php echo $hotel_name; ?> under, any such warranty, term or condition, then the liability of <?php echo $hotel_name; ?> shall include liability for that warranty, term or condition but such liability will be limited for a breach of that warranty, term or condition to one or more of the following:
                <br/> if the breach relates to services, the supply of the services again or payment of the cost of having the services supplied again; and<br/>
                * if the breach relates to products and the products can be repaired, repair of such products or payment of the costs of having the products repaired, but otherwise, replacement of the products or the supply of equivalent products or payment of the cost of replacing the products or of acquiring equivalent products.
                </p>

                <h4>Hotel Reservations</h4>
                <p>The reservations feature of the Site is provided solely to assist customers in determining the availability of travel related services and products and to make legitimate reservations and for no other purpose. You warrant that you are at least 18 years of age, possess the legal authority to enter into the legal agreement constituted by your acceptance of these Conditions and to use the Site in accordance with such Conditions. You agree to be financially responsible for your use of the Site including without limitation for all reservations made by you or on your account for you, whether authorized by you or not. For any reservations or other services for which fees may be charged you agree to abide by the terms or conditions of supply including without limitation payment of all moneys due under such terms or conditions.
                <br/>The Site contains details of hotel charges and room rates (including any available SPECIAL PROMOTIONS) for hotels and resorts owned & managed by <?php echo $hotel_name; ?>.
                Hotel reservation terms and conditions of booking are set out on the Site and payment will be in accordance with the procedure set out in such terms and conditions. No contract will subsist between you and <?php echo $hotel_name; ?> or any of its affiliates in respect of any services or products offered through the Site unless and until <?php echo $hotel_name; ?> accepts your order by e-mail or automated confirmation through the Site confirming that it has accepted your reservation, booking or order and any such contract shall be deemed to incorporate the hotel reservation terms and conditions of booking. Any other relevant terms and conditions relating to particular services or products are set out in the Site. You undertake that all details you provide to in connection with any services or products which may be offered by <?php echo $hotel_name; ?> on the Site (including hotel room reservations) will be correct and, where applicable, the credit card which you use is your own and that there are sufficient funds to cover the cost of any services or products which you wish to purchase. <?php echo $hotel_name; ?> reserves the right to obtain validation of your credit card details before providing you with any services or products.
                </p>

                <h4>Security & Non Confidentiality</h4>
                <p><?php echo $hotel_name; ?> does not warrant and cannot ensure the security or confidentiality of any information which you transmit to <?php echo $hotel_name; ?>. Accordingly, any information which you transmit to <?php echo $hotel_name; ?> is transmitted at your own risk.</p>

                <h4>Governing Law & Jurisdiction</h4>
                <p>The laws in force in India govern these Conditions and you agree to submit to the exclusive jurisdiction of the courts of India.</p>
            </div>
        </div>
    </div>
</div>
<!-- TERMS AND CONDITION -->
<!-- PRIVACY POLICY -->
<div class="modal fade" id="privacyPolicy" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
    <div class="modal-dialog" role="document">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
                <h4 class="modal-title" id="myModalLabel">Privacy Policy</h4>
            </div>
            <div class="modal-body">
                <ul class="list-style-initial">
                    <li><?php echo $hotel_name; ?> respects your right to privacy. Any personal information that you share with us, like your name, date of birth, address, marital status, telephone number, credit card particulars and the like, shall be entitled to privacy and kept confidential.</li>
                    <li><?php echo $hotel_name; ?> assures you that your personal information shall not be permitted to be used/disclosed, save for the purpose of doing the intended business with you, or if required to be disclosed under the due process of law.</li>
                    <li><?php echo $hotel_name; ?> assures you that in the event of your personal information being shared with its subsidiaries, business associates etc., such sharing of information shall be for the purpose of doing the intended business with you.</li>
                    <li><?php echo $hotel_name; ?> reserves its rights to collect, analyze and disseminate aggregate site usage patterns of all its visitors with a view to enhancing services to its visitors. This includes sharing the information with its subsidiaries, and business associates as a general business practice.</li>
                    <li>In the course of its business <?php echo $hotel_name; ?> may hold online contests and surveys as permitted by law and it reserves its right to use and disseminate the information so collected to enhance its services to the visitors. This shall also include sharing the information with its subsidiaries and business associates as a general business practice.</li>
                    <li>If you have any questions or concerns regarding your privacy issues, please do not hesitate to contact <?php echo $hotel_name; ?> at <a href="mailto:<?php echo $hotel_email; ?>"><?php echo $hotel_email; ?></a>.</li>
                    <li>While <?php echo $hotel_name; ?> assures you that it will do its best to ensure the privacy and security of your personal information, it shall not be responsible in any manner whatsoever for any violation or misuse of your personal information by unauthorized persons consequent to misuse of the internet environment.</li>
                    <li>Cookies:- To personalize your experience on our website or to support one of our promotions, we may assign your computer browser a unique random number called a cookie. “Cookies” enhance website performance in important ways like personalizing your experience, or making your visit more convenient. Your privacy and security are not compromised when you accept a “cookie” from our website. <?php echo $hotel_name; ?> does not use “cookies” to collect personal information. “Cookies” cannot read data from your computer’s hard disk or read cookie files from other websites.</li>
                    <li><?php echo $hotel_name; ?> reserves its rights to revise this privacy policy from time to time at its discretion with a view to making the policy more user friendly.</li>
                    <li>By accessing or using this website, you acquiesce to the privacy policy and agree to be bound by the terms and conditions of the website use.</li>
                    <li>In the design of our website, we have taken care to draw your attention to this privacy policy so that you are aware of the terms under which you may decide to share your personal information with us. Accordingly, should you choose to share your personal information with us, <?php echo $hotel_name; ?> will assume that you have no objections to the terms of this privacy policy.</li>
                </ul>
            </div>
        </div>
    </div>
</div>
<!-- PRIVACY POLICY -->
<!-- RESERVATION POLICY -->
<div class="modal fade" id="reservationPolicy" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
    <div class="modal-dialog" role="document">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
                <h4 class="modal-title" id="myModalLabel">Reservation Policy</h4>
            </div>
            <div class="modal-body">
                <h4>Reservation Policy</h4>
                <ul class="list_ok list-style-initial">
                    <li>Check-In time is 12 noon and Check-Out Time is 10 a.m.</li>
                    <li>If our Check-In/Out timing does not suit your holiday program, kindly inform us about the same. Necessary room allotments can be arranged on prior information, subject to availability, and may be chargeable by us directly.</li>
                    <li>Cancellation or Alteration in bookings is entertained. But prior information is required at least a week before your Check-In date. Kindly also refer our Reservation/Cancellation or Amendment Policy.</li>
                    <li>Please carry a valid government issued photo identity and address proof with you for Check-In Procedure. PAN Card is not accepted as a valid Identity Card.</li>
                    <li>The Credit/Debit Card Holder should be one the travelers, if you have booked with us using any one of the later.</li>
                    <li>We reserve the right to cancel or modify reservations where it appears that a customer has engaged in fraudulent or inappropriate activity or under other circumstances where it appears that the reservation contains or is resulted from a mistake or error.</li>
                    <li>We may charge compulsory gala dinner supplement on Christmas / New Year’s event or other festive periods. The needs to be cleared separately.</li>
                    <li>Breakfast timings are 7:30 – 10:30 am henceforth all requests will be chargeable.</li>
                </ul>
                
                <h4>Cancellation Policy</h4>
                <ul class="list-style-initial">
                    <li>100% refund in case of Cancellation 20 days before arrival date.</li>
                    <li>50% refund in case of Cancellation 10 days before arrival date.</li>
                    <li>25% refund in case of Cancellation 5 days before arrival date.</li>
                    <li>No refund in case of Cancellation within 5 days of arrival date.</li>
                    <li>No refund once you have checked in if you want to leave before your checkout date.</li>
                    <li>Any funds received from outside of India for bookings cannot be refunded outside of India.</li>
                </ul>
                <p class="text-color"><strong>Note : All Refund Transfer charges shall be charged from guest account, If any.</strong></p>
                
                <h4>Amendment Policy</h4>
                <ul class="list-style-initial">
                    <li>Amendments will be treated as cancellation.</li>
                    <li>Any refund will take at least 15 days to process.</li>
                </ul>
            </div>
        </div>
    </div>
</div>
<!-- RESERVATION POLICY -->
<!--Inquiry Modal start-->
<div class="modal fade" id="inquiryModal" tabindex="-1" role="dialog" aria-labelledby="inquiryModalLabel" aria-hidden="true" data-backdrop="static">
    <div class="modal-dialog">
        <div class="modal-content">
            <form action="https://www.secure-booking-engine.com/accounts/O089QvUBbG7hTi4xPCcF7Q/properties/O089QvUBbG7hTi4xPCcF7Q/reservation-client-website/" method="get">

                <!-- Modal header start -->
                <div class="modal-header">
                    <button type="button" class="close" data-dismiss="modal" aria-hidden="true"><i class="fa fa-times-circle"></i></button>
                    <h4 class="modal-title" id="inquiryModalLabel"><i class="icon-calendar"></i> Check Availability</h4>
                </div>
                <!-- Modal header end -->

                <!-- Modal body start -->
                <div class="modal-body">

                    <!-- Inquiry Room and Date start -->
                    <div class="room-and-date">
						
                        <div class="inquiry-check-in">
                            <div class="date-select">
                                <label for="inquiry-date-check-in">CHECK-IN - When will you come?</label>

                                <div class="input-group">
                                    <span class="input-group-addon"><i class="icon-calendar"></i></span>
									<input required type="text" name="checkIn" class="form-control checkIn1" placeholder="Check-In"> 

                                </div>
                            </div>
							<div class="date-select">
                                <label for="inquiry-date-check-out">CHECK-OUT - When will you go?</label>

                                <div class="input-group">
                                    <span class="input-group-addon"><i class="icon-calendar"></i></span>
                                     <input required type="text" name="checkOut" class="form-control checkOut1" placeholder="Check-Out">    

                                </div>
                            </div>
                            
                            <div class="clearfix"></div>
                        </div>
						
							<input type="hidden" value="2" name="rateType">
                            <input type="hidden" value="2" name="mpId">
                            
									   
						<div class="room-select" style="margin-left: 7px;">
                            <div class="input-group selector">
                                <select required="required" name="ratePlans" class="form-control">
									<option value="">Select a Packages!</option>
									<option value="1761">White Water River Rafting 02 Days 01 Night</option>
                                    <option value="1886">Beginners Yoga Package 03 Days 02 Nights</option>
                                    <option value="1888">Rishikesh Haridwar Sight Seeing Package 03 Days 02 Nights</option>
                                    <option value="1936">Body Purification Spa Package 08 Days 07 Nights</option>
									<option value="1944">Ayurvedic Rejuvenation Spa Package 08 Days 07 Nights</option>
                                    <option value="1945">Rejuvenation Spa Package 03 Days 02 Night</option>
									<option value="1950">Rejuvenation Spa Package 02 Days 01 Nights</option>
                                    <option value="1953">Adventure Package 03 Days 02 Nights (Indian)</option>
									<option value="1954">Adventure Package 03 Days 02 Nights (Non - Indian)</option>
									<option value="19920">New Year Package December 31</option>
									
								</select>
                            </div>
						</div>	
						<div class="room-select">
                            <div class="input-group selector">
                                 <select required="required" name="categoryId" class="form-control">
									<option value="">Select a Room Type!</option>
									<option value="4">Deluxe Room</option>
									<option value="5">Executive Room</option>
									<option value="6">Super Deluxe Room</option>	
									<option value="7">Lotus Suite</option>
                                    <option value="3803">Semi Deluxe Room</option>
                                    <option value="13051">Premium Room</option>	
									<option value="27">Handicapped Room</option>
								</select> 
                            </div>
							
                        </div>
                        
                       <div class="inquiry-people">
                            <div class="people-select" style="padding-right: 7px;">
                                <label for="inquiry-children">No. of Rooms</label>

                                <div class="input-group selector">
                                    <span class="input-group-addon"><i class="icon-user-follow"></i></span>
                                    <select name="noOfRooms" class="form-control">
										<option value="1">01</option>
										<option value="2">02</option>
										<option value="3">03</option>
										<option value="4">04</option>
										<option value="5">05</option>
										<option value="6">06</option>
										<option value="7">07</option>
										<option value="8">08</option>
										<option value="9">09</option>
										<option value="10">10</option>
									</select>
                                </div>
                            </div> 
							<div class="people-select" style="padding-right: 7px;">
                                <label for="inquiry-adults">Number Of Adults </label>

                                <div class="input-group selector">
                                    <span class="input-group-addon"><i class="icon-user-follow"></i></span>
									<select name="room1Adults" class="form-control">
											<option value="1">01</option>
											<option value="2">02</option>
											<option value="3">03</option>										
										</select>
                                </div>
                            </div>
							<div class="people-select" style="padding-right: 7px;">
                                <label for="inquiry-children">Number of Children</label>

                                <div class="input-group selector">
                                    <span class="input-group-addon"><i class="icon-user-follow"></i></span>
                                    <select name="room1Children" class="form-control">
										<option value="0">00</option>
										<option value="1">01</option>
									</select>
                                </div>
                            </div>
                            <div class="people-select" >
                                <label for="inquiry-meal">Meal Plan</label>

                                <div class="input-group">
                                    <span class="input-group-addon"><i class="icon-cup"></i></span>
                                    <select  class="form-control" id="inquiry-meal">
                                        <option value="2">CP</option>
                                        <option value="3">MAP</option>
                                    </select>
                                </div>
                            </div>
                            <div class="clearfix"></div>
                        </div>
						 <div class="modal-footer">
							<label class="hidden-xs">&nbsp;</label>
							<button type="submit2" class="btn btn-inquiry-submit">Check Availability</button>

						</div>
                </div>
                <!-- Modal body end -->

                <!-- Modal footer start -->
               
                <!-- Modal footer end -->

            </form>
        </div>
    </div>
</div></div>

<div class="modal fade" id="inquiryModal1" tabindex="-1" role="dialog" aria-labelledby="inquiryModalLabel" aria-hidden="true" data-backdrop="static">
    <div class="modal-dialog">
        <div class="modal-content">
		<?=$alert;?>
             <form method="post" id="form1">

                <!-- Modal header start -->
                <div class="modal-header">
                    <button type="button" class="close" data-dismiss="modal" aria-hidden="true"><i class="fa fa-times-circle"></i></button>
                    <h4 class="modal-title" id="inquiryModalLabel">Send Enquiry</h4>
                </div>
                <!-- Modal header end -->

                <!-- Modal body start -->
                <div class="modal-body">

                    <!-- Inquiry Room and Date start -->
                   

                <div class="alert hidden" id="contact-form-msg"></div>
               <div class="room-and-date">
						
                        <div class="inquiry-check-in">
                            <div class="date-select">
                                <label for="inquiry-date-check-in">Name</label>

                                <div class="input-group">
									<input type="text" name="name" class="form-control" placeholder="Name" value="<?php echo isset($_POST['name'])?$_POST['name']:""; ?>">
                                </div>
                            </div>
							<div class="date-select">
                                <label for="inquiry-date-check-out">Email Address</label>

                                <div class="input-group">
                                     <input type="text" name="email" class="form-control" placeholder="Email Address" value="<?php echo isset($_POST['email'])?$_POST['email']:""; ?>">
                                </div>
                            </div>
                            
                            <div class="clearfix"></div>
                        </div>
						
						<div class="inquiry-check-in">
                            <div class="date-select">
                                <label for="inquiry-date-check-in">Phone Number</label>

                                <div class="input-group">
									<input type="text" name="phone" class="form-control" placeholder="Phone Number" value="<?php echo isset($_POST['phone'])?$_POST['phone']:""; ?>" >
                                </div>
                            </div>
							<div class="date-select">
                                <label for="inquiry-date-check-out">Subject</label>

                                <div class="input-group">
                                     <input type="text" name="subject" class="form-control" placeholder="Subject" value="<?php echo isset($_POST['subject'])?$_POST['subject']:""; ?>" >
                                </div>
                            </div>
                            
                            <div class="clearfix"></div>
                        </div>
                       <div class="inquiry-check-in">
                            <div class="date-select">
                                <label for="inquiry-date-check-in">Message</label>

                                <div class="input-group textbox">
									<textarea class="form-control" name="comments" cols="60" rows="10" placeholder="Message"><?php echo isset($_POST['comments'])?$_POST['comments']:""; ?></textarea>
                                </div>
                            </div>
                            
                            <div class="clearfix"></div>
                        </div>
						<div class="g-recaptcha" id="captcha" data-sitekey="6LfJdE8UAAAAAJMuhFWQqP7ZDLznxLlCRXdHcYmN"></div>
						 <div class="modal-footer">
							<label class="hidden-xs">&nbsp;</label>
							<button type="submit" id="submit" name="send" value="sendform" class="btn btn-inquiry-submit">Submit <i class="fa fa-angle-right"></i></button>
							<div class="col-sm-12" id="loader"><h4><i class="fa fa-refresh fa-spin"></i> Working</h4></div>
						</div>
						<div id="note"></div>
                </div>
            </form>
        </div>
    </div>
</div></div></div>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
 <script src="js/bootstrap-datepicker.js"></script>
        <script src="js/bootstrap-timepicker.js"></script>
<script>
    $(document).ready(function() {

$(".checkIn1").datepicker({
    format: "yyyy-mm-dd",
    todayBtn: true,
    autoclose: true,
    startDate: new Date()
	
  })
  .on("changeDate", function(e) {
    var checkInDate = e.date, $checkOut = $(".checkOut1");    
    checkInDate.setDate(checkInDate.getDate() + 1);
    $checkOut.datepicker("setStartDate", checkInDate);
    $checkOut.datepicker("setDate", checkInDate).focus();
  });

$(".checkOut1").datepicker({
  format: "yyyy-mm-dd",
  todayBtn: true,
  autoclose: true
});


$("#loader1").hide();
        $("#deal").submit(function() {
            $("#submit1").hide();
            $("#loader1").show();
            var str = $(this).serialize();
            $.ajax({
                type: "POST",
                url: "mail1.php",
                data: str,
                success: function(msg) {
                    if(msg == 'OK') {
                        result = '<div class="notification_ok">Your message has been sent. Thank you!</div>';
                    } else {
                        result = msg;
                    }
                    $('#note1').html(result);
                    $("#submit1").show();
                    $("#loader1").hide();
                }
            });
            return false;
        });
		
        $("#loader").hide();
        $("#form").submit(function() {
            $("#submit").hide();
            $("#loader").show();
            var str = $(this).serialize();
            $.ajax({
                type: "POST",
                url: "mail.php",
                data: str,
                success: function(msg) {
                    if(msg == 'OK') {
                        result = '<div class="notification_ok">Your message has been sent. Thank you!</div>';
                    } else {
                        result = msg;
                    }
                    $('#note').html(result);
                    $("#submit").show();
                    $("#loader").hide();
                }
            });
            return false;
        });
		
		
		
        registerClickOutsideHandler($('.expanded-overview'), $('.packageBox, .roomCatBox'),function(){
            $('.expanded-overview').hide();
            $('.packageBox, .roomCatBox').closest('.item').removeClass('active');
        });
        /*
         registerClickOutsideHandler($('.expanded-overview.package'), $('.roomCatBox'),function(){
         $('.expanded-overview.package').hide();
         });*/
        //parallax
        $('div.bg-parallax').each(function() {
            var $obj = $(this);
            if ($(window).width() > 992) {
                $(window).scroll(function() {
                    var animSpeed;
                    if ($obj.hasClass('bg-blur')) {
                        animSpeed = 10;
                    } else {
                        animSpeed = 3;
                    }
                    var yPos = -($(window).scrollTop() / animSpeed);
                    var bgpos = '50% ' + yPos + 'px';
                    $obj.css('background-position', bgpos);
                });
            }
        });

        //parallax end
        //fixed nav and scroll top
        $(window).scroll(function(){
            if ($(this).scrollTop() > 100) {
                $('.scrollToTop').fadeIn();
                $('nav').addClass('fixed');
            } else {
                $('.scrollToTop').fadeOut();
                $('nav').removeClass('fixed');
            }

        });
        //fixed nav and scroll top end
        //Click event to scroll to top
        $('.scrollToTop').click(function(){
            $('html, body').animate({scrollTop : 0},800);
            return false;
        });

        //Carousel

        $("#owl-demo").owlCarousel({
            navigation : true,
            autoPlay: true,
            pagination : false,
            afterMove: afterMoveCallback,
            mouseDrag:true
        });

        
        //Carousel end
        function afterMoveCallback () {
            var owlWrapCenter = $('#owl-demo .owl-wrapper-outer').width() / 2 - $('#owl-demo .owl-item').width() / 2;
            $(".owl-item").each(function () {
                var offset = $(this).offset();
                if (Math.abs(owlWrapCenter - offset.left) <= 4) {
                    $(this).next(".owl-item").addClass('active');
                }else{
                    $(this).next(".owl-item").removeClass('active');
                }
            });

        }
        $("#owl-demo-video").owlCarousel({
            navigation : true,
            autoPlay: true,
            pagination : false,
            afterMove: afterMoveCallback,
            mouseDrag:true
        });

        
        //Carousel end
        function afterMoveCallback () {
            var owlWrapCenter = $('#owl-demo-video .owl-wrapper-outer').width() / 1- $('#owl-demo-video .owl-item').width() / 1;
            $(".owl-item").each(function () {
                var offset = $(this).offset();
                if (Math.abs(owlWrapCenter - offset.left) <= 1) {
                    $(this).next(".owl-item").addClass('active');
                }else{
                    $(this).next(".owl-item").removeClass('active');
                }
            });

        }

        $("#ex-packages").owlCarousel({
            navigation : true,
            autoPlay: true,
            pagination : true,
            mouseDrag:true,
            items:4
        });

        $("#ex-special").owlCarousel({
            navigation : true,
            autoPlay: true,
            pagination : true,
            mouseDrag:true,
            items:4
        });

        $("#room-cat").owlCarousel({
            navigation : true,
            pagination : false,
            autoPlay: true,
            mouseDrag:true,
            items:3,
            itemsDesktopSmall : [1199, 3],
            responsive : true
        });

        $("#our-team").owlCarousel({
            navigation : true,
            pagination : false,
            autoPlay: true,
            mouseDrag:true,
            items:3,
            itemsDesktopSmall : [1199, 3],
            responsive : true
        });

        $("nav a").on('click', function(event) {

            // Make sure this.hash has a value before overriding default behavior
            if (this.hash !== "") {
                // Prevent default anchor click behavior
                event.preventDefault();

                // Store hash
                var hash = this.hash;

                // Using jQuery's animate() method to add smooth page scroll
                // The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
                $('html, body').animate({
                    scrollTop: $(hash).offset().top - 50
                }, 800, function(){

                    // Add hash (#) to URL when done scrolling (default click behavior)
                    window.location.hash = hash;
                });
            } // End if
        });
  $('.show-inquiry-modal').on('click', function () {
        var object = $(this).data('object');
        if (object) {
            $("#inquiry-object").val(object);
        }
        $('#inquiryModal').modal('show');
        return false;
    });
$('.show-inquiry-modal1').on('click', function () {
        var object = $(this).data('object');
        if (object) {
            $("#inquiry-object").val(object);
        }
        $('#inquiryModal1').modal('show');
        return false;
    });
        //GOOGLE MAP PLUGIN START
        $("#map-footer").gmap3({
            map:{
                options:{
                    center:[30.092436, 78.288789],
                    zoom: 16,
                    draggable: true,
                    scrollwheel: false,
                    disableDoubleClickZoom: true
                }
            },
            marker:{
                values:[
                    {latLng: [30.092436, 78.288789], data:"Ganga Kinare, Rishikesh"}
                ],
                events:{
                    mouseover: function(marker, event, context){
                        var map = $(this).gmap3("get"),
                        infowindow = $(this).gmap3({get:{name:"infowindow"}});
                        if (infowindow){
                            infowindow.open(map, marker);
                            infowindow.setContent(context.data);
                        } else {
                            $(this).gmap3({
                                infowindow:{
                                    anchor:marker, 
                                    options:{content: context.data}
                                }
                            });
                        }
                    },
                    mouseout: function(){
                        var infowindow = $(this).gmap3({get:{name:"infowindow"}});
                        if (infowindow){
                            infowindow.close();
                        }
                    }
                }
            }
        });
        //GOOGLE MAP PLUGIN END
    });
    //expand description
    var descToggle = function(id){
        if(id){
            $('#'+id).closest('.container-fluid').find('.expanded-overview').show();
            $('#'+id).closest('.item').addClass('active');
            $('#'+id).closest('.owl-item').siblings().find('.active').removeClass('active');
            $('#desc_'+id).show().siblings().hide();
        }
        else{
            $('.expanded-overview').hide();
            $('.item').removeClass('active');
        }
    };

    function registerClickOutsideHandler (elements, sources, callback) {
        $('body').on('click', function (event) {
            //var length = element.find(event.target).length;
            var clickedInsideElement = false;
            $.each(elements, function (index, element) {
                if ($(element).find(event.target).length > 0) {
                    clickedInsideElement = true;
                }
            });
            $.each(sources, function (index, element) {
                if ($(element).find(event.target).length > 0) {
                    clickedInsideElement = true;
                }
            });
            if (!clickedInsideElement && callback) {
                callback();
            }
        });
    }
    //expand description end
</script>
<script src="js/gmap3.min.js"></script>
<?php echo $code_trip_advisor_script; ?>
<?php echo $code_facebook_script; ?>
<?php echo $code_map_script; ?>
<script src="https://www.jscache.com/wejs?wtype=certificateOfExcellence&amp;uniq=785&amp;locationId=580692&amp;lang=en_US&amp;year=2016&amp;display_version=2"></script>
<script src="https://www.jscache.com/wejs?wtype=certificateOfExcellence&amp;uniq=574&amp;locationId=580692&amp;lang=en_IN&amp;year=2017&amp;display_version=2"></script>
<script src="https://www.jscache.com/wejs?wtype=excellent&amp;uniq=107&amp;locationId=580692&amp;lang=en_US&amp;display_version=2"></script> 
<script src="https://www.jscache.com/wejs?wtype=percentRecommended&amp;uniq=729&amp;locationId=580692&amp;lang=en_US&amp;border=true&amp;display_version=2"></script>
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us7.list-manage.com","uuid":"d5bf15cba9481e37ae4999198","lid":"2da08d2d7e"}) })</script>
<script src="https://apis.google.com/js/platform.js" async defer></script>
<script src="js/fotorama.js"></script>
</body>
</html>
