403Webshell
Server IP : 103.234.187.230  /  Your IP : 216.73.216.216
Web Server : Apache
System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/b2c.hellogtx.com/application/views/scripts/index/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/b2c.hellogtx.com/application/views/scripts/index/index.phtml 16-3-2021
<?php
$object = Zend_Controller_Front::getInstance();
$options = Zend_Controller_Front::getInstance()->getParam('bootstrap')->getOption('bootstrap');
$objHelper = Zend_Controller_Action_HelperBroker::getStaticHelper('General');
$baseUrl = $options['siteUrl'];
$siteName = $options['siteName'];
$toursFinal = $this->toursFinal;
$toursFinalinter = $this->toursFinalinter;
$lastMinuteTours = $this->lastMinuteTours;
$destinations = $this->destinations;
$testimonial = $this->testimonials;
$bannerDetail = $this->bannerDetail;
$CurrencyTitle = $this->CurrencyTitle;
$travelogues = $this->travelogues;
$whyChoose = $this->whyChooses;   

//echo "<pre>";print_r($travelogues);die;
$carStationArray = $this->carStationArray;

$objHelper = Zend_Controller_Action_HelperBroker::getStaticHelper('General');
//echo $this->packageId;die;
$packageTypeStatic = 2;
$packageSubTypeStatic = 1;
$hidden = 'hidden';
$displayROomCOnd = 1;
$sessionFlightSearchParams = $post = $this->sessionFlightSearchParams;
$TotalTravellers = ($sessionFlightSearchParams['adults'] + $sessionFlightSearchParams['childs'] + $sessionFlightSearchParams['infants']);
$mydevice = Zend_Controller_Action_HelperBroker::getStaticHelper('General')->getDevice();
$source = isset($sessionFlightSearchParams['source']) ? $sessionFlightSearchParams['source'] : '';
$destination = isset($sessionFlightSearchParams['destination']) ? $sessionFlightSearchParams['destination'] : '';
$departure_date = isset($sessionFlightSearchParams['departure_date']) ? $sessionFlightSearchParams['departure_date'] : date('d/m/Y');
$strDepatureDate = isset($sessionFlightSearchParams['strDepatureDate']) ? $sessionFlightSearchParams['strDepatureDate'] : date('d M Y');
$strReturnDate = isset($sessionFlightSearchParams['strReturnDate']) ? $sessionFlightSearchParams['strReturnDate'] : '';
$return_date = isset($sessionFlightSearchParams['return_date']) ? $sessionFlightSearchParams['return_date'] : '';
$source_city = isset($sessionFlightSearchParams['source_city']) ? $sessionFlightSearchParams['source_city'] : '';
$ContSysId_1 = isset($sessionFlightSearchParams['ContSysId_1']) ? $sessionFlightSearchParams['ContSysId_1'] : '';
$destination_city = isset($sessionFlightSearchParams['destination_city']) ? $sessionFlightSearchParams['destination_city'] : '';
$ContSysId = isset($sessionFlightSearchParams['ContSysId']) ? $sessionFlightSearchParams['ContSysId'] : '';
$route = isset($sessionFlightSearchParams['route']) ? $sessionFlightSearchParams['route'] : '';
$mytrip_city_from = isset($sessionFlightSearchParams['mytrip_city_from']) ? $sessionFlightSearchParams['mytrip_city_from'] : '';
$mytrip_city_to = isset($sessionFlightSearchParams['mytrip_city_to']) ? $sessionFlightSearchParams['mytrip_city_to'] : '';
$from_mytrip_city = isset($sessionFlightSearchParams['from_mytrip_city']) ? $sessionFlightSearchParams['from_mytrip_city'] : '';
$to_mytrip_city = isset($sessionFlightSearchParams['to_mytrip_city']) ? $sessionFlightSearchParams['to_mytrip_city'] : '';
$arrFlightClass = Zend_Controller_Action_HelperBroker::getStaticHelper('Flight')->getFlightClassesTripJack();

$packTypeForFooterLink = Zend_Controller_Action_HelperBroker::getStaticHelper('Custom')->selectPackTypeForFooterLink();
//$destinationsDomestic = $this->destinationsDomestic;
//$destinationsInternational = $this->destinationsInternational;
$items = $this->items;
$mydevice = Zend_Controller_Action_HelperBroker::getStaticHelper('General')->getDevice();
//echo"<pre>";print_r($testimonial);die;
$arrPrefferedAirlines = unserialize(CONST_FLIGHT_PREFERRED_AIRLINES);
$arrCabinClass = unserialize(CONST_FLIGHT_CABIN_CLASS);
$arrTrainClass = unserialize(CONST_TRAIN_CABIN_CLASS);

$specialDealsArray = $this->specialDealsArray;
//echo"<pre>";print_r($specialDealsArray );die;
$countryNameArray = $this->countryNameArray;

//$sessionCarSearchParams = $post = $this->sessionSearchCarData;
//echo"<pre>";print_r($sessionCarSearchParams);die;

$car_source_city = isset($sessionCarSearchParams['source_city']) ? $sessionCarSearchParams['source_city'] : '';
$car_destination_city = isset($sessionCarSearchParams['destination_city']) ? $sessionCarSearchParams['destination_city'] : '';
$car_travelTypeOption = isset($sessionCarSearchParams['travelTypeOption']) ? $sessionCarSearchParams['travelTypeOption'] : '1';
$car_tripTypeOption = isset($sessionCarSearchParams['tripTypeOption']) ? $sessionCarSearchParams['tripTypeOption'] : '';
$car_sourceCity = isset($sessionCarSearchParams['sourceCity']) ? $sessionCarSearchParams['sourceCity'] : '';
$car_destinationCity = isset($sessionCarSearchParams['destinationCity']) ? $sessionCarSearchParams['destinationCity'] : '';
$car_travelDate = isset($sessionCarSearchParams['travelDate']) ? $sessionCarSearchParams['travelDate'] : '';
$car_endDate = isset($sessionCarSearchParams['endDate']) ? $sessionCarSearchParams['endDate'] : '';
$car_pTime = isset($sessionCarSearchParams['pTime']) ? $sessionCarSearchParams['pTime'] : '';
//echo"<pre>";print_r();die;
$flightsourcedestin = $this->flightsourcedestin;
//echo"<pre>";print_r($flightsourcedestin);die;
$sessionHotelSearchParams = new Zend_Session_Namespace('sessionHotelSearchParams');
$getData = $sessionHotelSearchParams->params;
$adult = isset($getData['adult']) ? $getData['adult'] : '2';
$child = isset($getData['child']) ? $getData['child'] : '0';
$room = ($getData['room']) ? $getData['room'] : 1;
$totalGuest = ($getData['totadlt'] + $getData['totchld']);
$totalGuest = ($totalGuest) ? $totalGuest : 2;
$child1_age = isset($getData['child1_age']) ? $getData['child1_age'] : '1';
$child2_age = isset($getData['child2_age']) ? $getData['child2_age'] : '1';


$residencies = array('106' => 'India', '126' => 'Pakistan', '43' => 'Albania', '143' => 'Angola');
?>
<!-- Slider 1 -->
<style>
    .custom-nav {
        background:rgb(224 227 228 / 39%) !important;
        padding: 0px;
        position: absolute;
        z-index: 999;
        width: 100%;
    }


    @media (max-width: 992px){

        .custom-nav {
            position: relative !important;
            padding: 0 10px;
        }
        .navbar-nav li:after {
            display: none;
        }
        .navbar-nav li .nav-link {
            color: #444 !important;
        }

    }
</style>
<div class="clearfix"></div>
<?php if ($mydevice == "mobile") { ?>
    <!-- <div style="background:red;height:10px;width:250px;">&nbsp;</div> -->
    <div class="modal fade" id="mypopupsectionModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
        <div class="modal-dialog modal-md">
            <button type="button" title="close" class="close pull-right close-pop-timeout enquiryclose closebtn" data-dismiss="modal" aria-hidden="true">×</button>
            <div class="login-box">
                <div class="modal-content" id="mobilePaxBox">



                    <div class="room_boxcls hotelrooombox_main tarvellermain hoteltarvller_main" id="mobilecls">
                        <div class="roomBoxMainIn">
                            <div class="room_booking_traveller ">
                                <div class="row">
                                    <div class="col-md-6">
                                        <div class="title">Passengers</div>
                                        <div class="counter-sec">
                                            <label>Adults <span>(12+ years)</span></label>
                                            <ul class='count-input_cls'>
                                                <li class='col-lg-4 col-md-4 col-sm-12 down_count down_count-cls1 minus-cls ncr-btn inactive ddSpinnerMinus' data-action="decrease" href="javascript:void(0);" title='Down' value='<?= ($post['adults']) ? $post['adults'] : '1' ?>'>
                                                    <i class="fa fa-minus"></i>
                                                </li>
                                                <li class="col-lg-4 col-md-4 col-sm-12 counter-int" value="1">
                                                    <input readonly class='counter counter1 quantity' type="text" name="adults" id="adults" placeholder="value..." value='<?= ($post['adults']) ? $post['adults'] : '1' ?>' />
                                                </li>
                                                <li class='col-lg-4 col-md-4 col-sm-12 up_count down_count-cls1 plus-cls incr-btn ddSpinnerPlus' data-action="increase" href="javascript:void(0);" title='Up' value='<?= ($post['adults']) ? $post['adults'] : '1' ?>'>
                                                    <i class="fa fa-plus"></i>
                                                </li>
                                            </ul>
                                        </div>

                                        <div class="counter-sec">
                                            <label>Children <span>(2-12 years)</span></label>
                                            <ul class='count-input_cls'>
                                                <li class='col-lg-4 col-md-4 col-sm-12 down_count down_count-cls2 minus-cls incr-btn chSpinnerMinus' data-action="decrease" box="childs" href="javascript:void(0);" title='Down' value="<?= ($post['childs']) ? $post['childs'] : '0' ?>">
                                                    <i class="fa fa-minus"></i>
                                                </li>
                                                <li class="col-lg-4 col-md-4 col-sm-12 counter-int ">
                                                    <input readonly class='counter counter2 quantity' type="text" name="childs" id="childs" readonly="" value="<?= ($post['childs']) ? $post['childs'] : '0' ?>" />
                                                </li>
                                                <li class='col-lg-4 col-md-4 col-sm-12 up_count down_count-cls2 plus-cls incr-btn chSpinnerPlus' data-action="increase" href="javascript:void(0);" title='Up' value="<?= ($post['childs']) ? $post['childs'] : '0' ?>">
                                                    <i class="fa fa-plus"></i>
                                                </li>
                                            </ul>
                                        </div>
                                        <div class="counter-sec">
                                            <label>Infants <span>(0-2 years)</span></label>
                                            <ul class='count-input_cls'>
                                                <li class='col-lg-4 col-md-4 col-sm-12 down_count down_count-cls3 minus-cls incr-btn infSpinnerMinus' data-action="decrease" box="infants" href="javascript:void(0);" title='Down' value="<?= ($post['infants']) ? $post['infants'] : '0' ?>">
                                                    <i class="fa fa-minus"></i>
                                                </li>
                                                <li class="col-lg-4 col-md-4 col-sm-12 counter-int ">
                                                    <input readonly class='counter counter3 quantity' type="text" placeholder="value..." name="infants" id="infants" readonly="" value="<?= ($post['infants']) ? $post['infants'] : '0' ?>" />
                                                </li>
                                                <li class='col-lg-4 col-md-4 col-sm-12 up_count down_count-cls3 plus-cls incr-btn infSpinnerPlus' data-action="increase" href="javascript:void(0);" title='Up' value="<?= ($post['infants']) ? $post['infants'] : '0' ?>">
                                                    <i class="fa fa-plus"></i>
                                                </li>
                                            </ul>
                                        </div>

                                        <!--</div>-->
                                        <div class="clearfix"></div>
                                    </div>

                                    <div class="col-md-6">
                                        <div class="title mobile-hide-section">Cabin Class</div>
                                        <div class="standard_class">
                                            <?php
                                            if ($arrFlightClass) {
                                                foreach ($arrFlightClass as $key => $val) {
                                                    $class = ($post['class']) ? $post['class'] : '2';
                                                    ?>
                                                    <div class="radio">
                                                        <input class="SelectClass" <?= ($class == $key) ? 'checked' : '' ?> type="radio" name="class" id="cabinclass<?= $key ?>" data="<?= $val ?>" value="<?= $key ?>" <?= ($key == 1) ? 'checked' : '' ?>>
                                                        <label for="cabinclass<?= $key ?>"><?= $val ?></label>
                                                        <div class="clearfix"></div>
                                                    </div>
                                                    <?php
                                                }
                                            }
                                            ?>
                                            <div class="clearfix"></div>
                                        </div>




                                        <!-- <div class="checkbox_handle">
                                                                        <input id="checkbox-2100" class="checkbox1-custom" value="1" name="DirectFlight" <?= (isset($post['DirectFlight']) ? $post['DirectFlight'] : '' == 1) ? 'checked' : '' ?> type="checkbox" un-checked="">
                                                                        <label for="checkbox-2100" class="checkbox1-custom-label mobile_show_margin"><span>Show Direct flights</span></label>
                                                                    </div> -->

                                        <div class="flight-paxes" style="display:none;">
                                            <div class="col-md-12">
                                                <div style="border:none;">Restrict my Search to:
                                                    <span style="font-size: 10px;">
                                                        <a href="javascript:void(0);" onclick="chkAll('airline-chk');">Select All</a> / <a href="javascript:void(0);" onclick="chkUncheckAll('airline-chk');">Unselect All</a>
                                                    </span>
                                                </div>
                                                <div class="cl">
                                                    <label>
                                                        <div class="icheckbox_minimal-green" style="position: relative;"><input class="icheck-green airline-chk" type="checkbox" name="airline[]" value="GDS" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div> GDS
                                                    </label>
                                                    <label>
                                                        <div class="icheckbox_minimal-green" style="position: relative;"><input class="icheck-green airline-chk" type="checkbox" name="airline[]" value="AK" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div> Air Asia
                                                    </label>
                                                    <label>
                                                        <div class="icheckbox_minimal-green" style="position: relative;"><input class="icheck-green airline-chk" type="checkbox" name="airline[]" value="TR" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div> TigerAirways
                                                    </label>
                                                    <label>
                                                        <div class="icheckbox_minimal-green" style="position: relative;"><input class="icheck-green airline-chk" type="checkbox" name="airline[]" value="2T" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div> TruJet
                                                    </label>
                                                    <label>
                                                        <div class="icheckbox_minimal-green" style="position: relative;"><input class="icheck-green airline-chk" type="checkbox" name="airline[]" value="FZ" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div> FlyDubai
                                                    </label>
                                                    <label>
                                                        <div class="icheckbox_minimal-green" style="position: relative;"><input class="icheck-green airline-chk" type="checkbox" name="airline[]" value="IX" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div> AirIndiaExpress
                                                    </label>
                                                    <label>
                                                        <div class="icheckbox_minimal-green" style="position: relative;"><input class="icheck-green airline-chk" type="checkbox" name="airline[]" value="SG" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div> SpiceJet
                                                    </label>
                                                    <label>
                                                        <div class="icheckbox_minimal-green" style="position: relative;"><input class="icheck-green airline-chk" type="checkbox" name="airline[]" value="G9" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div> AirArabia
                                                    </label>
                                                    <label>
                                                        <div class="icheckbox_minimal-green" style="position: relative;"><input class="icheck-green airline-chk" type="checkbox" name="airline[]" value="LB" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div> AirCosta
                                                    </label>
                                                    <label>
                                                        <div class="icheckbox_minimal-green" style="position: relative;"><input class="icheck-green airline-chk" type="checkbox" name="airline[]" value="6E" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div> Indigo
                                                    </label>

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


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

                        </div>
                        <span class="pull-right">
                            <a href="javascript:void(0);" class="pax-details btn btn-group-sm btn-outline btt-btn" data-dismiss="modal" id="done_traveller" onclick="closebox()">Close</a>
                            <!--<a href="" class="pax-details btn btn-group-sm btn-outline btt-btn" id="done_travellerFlight" onclick="closebox()">Done</a>-->
                        </span>
                    </div>

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

<?php } ?>

<section id="bannerslider">

    <div class="owl-carousel owl-theme homesliderloop">

        <?php
        if (count($bannerDetail) > 0) {
            // echo"<pre>";print_r($bannerDetail);exit;
            foreach ($bannerDetail as $bankey => $banvalue) {
                if ($banvalue['image'] != '') {
                    // echo $banvalue['image'];
                    ?>
                    <!--<div class="banner-txt zoomIn" data-wow-duration="3s">
                        Hot <span class="theme-color">Deals</span> this week
                    </div>-->
                    <div class="item">
                        <div class="ig-carousel-item-text ">
                            <div class="carousel-text-wrapper">
                                <div><p class="herocarousel-head"><?= $banvalue['heading']; ?></p>
                                    <p class="herocarousel-subhead" style="font-size: 24.0px;line-height: 31.0px;"><?= $banvalue['description']; ?></p>
                                </div>
                                <?php if (!empty($banvalue['url'])) { ?>
                                    <a href="<?php echo $banvalue['url']; ?>" <?php echo ($banvalue['opt'] == 1) ? 'target="_blank"' : ''; ?>>
                                        <div class="ig-carousel-action">
                                            <button class="btn btn-light hc-booknow-btn">Know More</button>

                                        </div>
                                    </a>
                                <?php } ?> 
                            </div>
                        </div>
                        <picture>
                            <source media="(min-width:980px)" srcset="public/upload/home/<?php echo $banvalue['banner_id']; ?>/large/<?php echo $banvalue['image'] ?>">
                            <source media="(min-width:400px)" srcset="public/upload/home/<?php echo $banvalue['banner_id']; ?>/medium/<?php echo $banvalue['image'] ?>">
                            <img src="public/upload/home/<?php echo $banvalue['banner_id']; ?>/small/<?php echo $banvalue['image'] ?>" title="" alt="" border="0">
                        </picture>
                    </div>
                    <?php
                }
            }
        } else {
            ?>
            <div class="item">
                <img src="<?= $baseUrl ?>public/images/noimageother.jpg" title="no images found" border="0">
            </div>
        <?php } ?>


    </div>

    <div class="container">
        <div class="row">
            <div class="col-lg-12 col-md-12 col-sm-12 col-12">
                <section class="search-form-box">

                    <div class="search-box shadow home-srch">
                        <div class="home-tab-btns">
                            <!-- Nav tabs -->
                            <ul class="nav nav-tabs" role="tablist">
                                <li role="presentation" class="active tab-list" title="Flights">
                                    <a href="#tab2" aria-controls="Daily_Itinerary" role="tab" data-toggle="tab">
                                        <i class='fa fa-plane'></i>Flights

                                    </a>
                                </li>
 <li role="presentation" class="  tab-list" title="Hotels">
                                    <a href="#tab3" aria-controls="Inclusions" role="tab" data-toggle="tab">
                                        <i class="fa fa-building" aria-hidden="true"></i>Hotels
                                    </a>
                                </li>
                                <li role="presentation" class=" tab-list" title="Packages">
                                    <a href="#tab1" aria-controls="Trip_Overview" role="tab" data-toggle="tab">
                                        <i class="fa fa-briefcase" aria-hidden="true"></i>Holiday</a>
                                </li>
   <li role="presentation" class=" tab-list" title="Activities"  style="display: none;">
                                    <a href="#tab1" aria-controls="Trip_Overview" role="tab" data-toggle="tab">
                                        <i class="fa fa-briefcase" aria-hidden="true"></i>Activities</a>
                                </li>
                                <li role="presentation" class="  tab-list" title="Visa">
                                    <a href="#tab6" aria-controls="Inclusions" role="tab" data-toggle="tab">
                                        <i class="fa fa-cc-visa" aria-hidden="true"></i>Visa
                                    </a>
                                </li>

                               


                            </ul>
                        </div>

                        <div class="tab-content">
                            <div role="tabpanel" class="tab-pane " id="tab1">
                                <div class="formtitle">Packages</div>
                                <form class="srch_form"  method="get" action="javascript://" onsubmit="return validateDestinationSearch();">
                                    <ul class="formullist">
                                        <li class="flight-search-flight9">
                                            <span class="formtitlecls">Where do you want to go?</span>
                                            <input name="destinationBox" type="text" class="form-control destinationBox" id="destinationBox" value="" placeholder="Where do you want to go?">


                                        </li>
                                        <li class="flight-search-flight10">
                                            <button type="submit" class="search-btn">Search </button>
                                            <!--<a href="list.html"  class="search-btn">Search </a>-->
                                        </li>
                                    </ul>
                                    <div class="ft-title mb-2 form-black" >
                                        Trending Packages
                                    </div>
                                    <ul class="links pl-0 form-black">
                                        <li class=" " ><a href="<?= $baseUrl ?>tour-destination/domestic-tour-packages.html">   Domestic Packages</a></li>
                                        <li class=" " ><a href="<?= $baseUrl ?>tour-destination/international-tour-packages.html">  International Packages</a></li>
                                    </ul>
                                </form>
                            </div>
                            <div class="cl"></div>

                            <div role="tabpanel" class="tab-pane" id="tab3">
                                <form class="srch_form" action="hotel/hotelsearchdata" name="hotelsearch" autocomplete="off">
                                    <div class="row">
                                        <div class="col-lg-12 col-md-12 col-sm-12 col-12">
                                            <span class="formtitlecls">Source City</span>
                                            <input type="text" name="cityName"  class="form-control hotel_name_search" id="" placeholder="Search by City"/>
                                        </div>
                                        <div class="col-lg-6 col-md-6 col-sm-6 col-12">
                                            <div class="date-parent date-parentmargin">
                                                <span class="formtitlecls">Departure Date</span>
                                                <input type="text" name="checkIn" class="form-control" id="Departure-Date" placeholder="Check In"/>
                                            </div>
                                        </div>
                                        <div class="col-lg-6 col-md-6 col-sm-6 col-12">
                                            <div class="form-group date-parent date-parentmargin">
                                                <span class="formtitlecls">Return Date</span>
                                                <input type="text" name="CheckOut" class="form-control" id="Departure_dob" placeholder="Check Out"/>
                                            </div>
                                        </div>
                                        <div class="col-lg-6 col-md-6 col-sm-6 col-12">
                                            <span class="formtitlecls">Residency</span>
                                            <select class="form-control" id="Residence" name="residence" placeholder="Residence">
                                                <option value="" selected>Residence</option>
                                                <?php foreach ($residencies as $key => $value) { ?>
                                                    <option value="<?= $key ?>"><?= $value ?></option>
                                                <?php } ?>
                                            </select>
                                        </div>
                                        <div class="col-lg-6 col-md-6 col-sm-6 col-12">
                                            <span class="formtitlecls">Rooms</span>
                                            <div class="hotel_select1_inner">

                                                <div class="travelerboxMain" id="hotel_travller_search">
                                                    <div class="travelerbox hotel_check form-control">
                                                        <span class="flightPaxInfo"> <span class="RoomsTotal"><?= $room ?></span> Room(s), <span class="GuestTotal"><?= $totalGuest ?></span> Guests</span>
                                                    </div>
                                                </div>

                                                <div class="clearfix"></div>

                                                <div class="roomBoxMain hotelrooombox_main tarvellermain hoteltarvller_main" style="display: none;">
                                                    <div class="roomBoxMainIn hotel_travelbox">

                                                        <div class="hotelpax-cls traveller_box_pax" id="tarvller_show" style="display: block;">
                                                            <div>

                                                                <?php $no = 0;
                                                                for ($r = 1; $r <= 10; $r++) {
                                                                    ?>
                                                                    <div class="room_booking_traveller" id="rmres_<?php echo $r ?>" style="<?php if ($r > $room) { ?>display:none;<?php } ?>">
                                                                        <div class="title hotel-title">Room <?php echo $r ?> <?php if ($r > 1) { ?><a class=" cross_btnalign disproom disproom_<?php echo $r ?>" style="cursor:pointer;" onclick="delroom(<?php echo $r ?>)">(x)</a><?php } ?></div>

                                                                        <div class="col-sm-6 col-xs-6 floatleft">
                                                                            <label class="control-label" for="adults">Adults (+12 YRS)</label>

                                                                            <select id="adult_<?php echo $r ?>" name="adult[]" class="form-control" onchange="showextrabedbox('<?php echo $r ?>');">
                                                                                <option value="1" <?= ($adult[$no] == 1) ? 'selected' : '' ?>>1</option>
                                                                                <option value="2" <?= ($adult[$no] == 2) ? 'selected' : '' ?>>2</option>
                                                                                <option value="3" <?= ($adult[$no] == 3) ? 'selected' : '' ?>>3</option>
                                                                                <option value="4" <?= ($adult[$no] == 4) ? 'selected' : '' ?>>4</option>
                                                                            </select>

                                                                        </div>
                                                                        <div class="col-sm-6 col-xs-6 floatleft">
                                                                            <label class="control-label" for="children">Childs(0 - 11YRS)
                                                                            </label>

                                                                            <select name="child[]" class="form-control" id="child_<?php echo $r ?>" onchange="showextrabedchildagebox('<?php echo @$r ?>');">
                                                                                <option value="0" <?= ($child[$no] == 0) ? 'selected' : '' ?>>0</option>
                                                                                <option value="1" <?= ($child[$no] == 1) ? 'selected' : '' ?>>1</option>
                                                                                <option value="2" <?= ($child[$no] == 2) ? 'selected' : '' ?>>2</option>
                                                                            </select>

                                                                        </div>
                                                                        <div class="form-group col-sm-12" style="display:none">
                                                                            <label class="col-md-6 control-label" for="infant">Infants(0 - 2YRS)

                                                                            </label>
                                                                            <div class="col-md-6 col-xs-6">
                                                                                <select id="infant_<?php echo $r ?>" name="infant[]" class="form-control">
                                                                                    <option value="0">0</option>
                                                                                    <option value="1">1</option>
                                                                                    <option value="2">2</option>

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

                                                                        <div class="form-group col-sm-6 col-xs-6 floatleft  adultcl_<?php echo $r ?>_3" style="display:none;">
                                                                            <label class=" control-label">Adult 1 Bed Type

                                                                            </label>


                                                                        </div>
                                                                        <div class="form-group col-sm-6 col-xs-6  floatleft childage_<?php echo @$r ?>" id="childcl_<?php echo @$r ?>_1" style="display:none;">
                                                                            <input type="hidden" id="childSelected_<?php echo @$r ?>_1" value="<?= $child1_age[$no] ?>">
                                                                            <label class="control-label">Child 1 Age </label>

                                                                            <select id="child_bed" name="child1_age[]" class="form-control">
                                                                                <?php for ($c = 1; $c <= 12; $c++) {
                                                                                    $selected = ($child1_age[$no] == $c) ? 'selected' : '';
                                                                                    ?>
                                                                                    <option value="<?= $c ?>" <?= $selected ?>><?= $c ?></option>
    <?php } ?>
                                                                            </select>

                                                                        </div>
                                                                        <div class="form-group col-sm-6 col-xs-6 floatleft childage_<?php echo $r ?>" id="childcl_<?php echo $r ?>_2" style="display:none;">
                                                                            <input type="hidden" id="childSelected_<?php echo @$r ?>_2" value="<?= $child2_age[$no] ?>">
                                                                            <label class="control-label">Child 2 Age </label>

                                                                            <select id="child_bed" name="child2_age[]" class="form-control">
                                                                                <?php for ($cc = 1; $cc <= 12; $cc++) {
                                                                                    $selected2 = ($child2_age[$no] == $cc) ? 'selected' : ''
                                                                                    ?>
                                                                                    <option value="<?= $cc ?>" <?= $selected2 ?>><?= $cc ?></option>
    <?php } ?>
                                                                            </select>

                                                                        </div>
                                                                        <div class="clearfix"></div>
                                                                    </div>
    <?php $no++;
}
?>
                                                                <div class="form-group col-sm-12 floatleft">
                                                                    <a href="javascript://" id="submit" name="submit" class="addhotel-home-btn btn-lg add_more add_more addroom" onclick="addroom()">Add More Room</a>
                                                                </div>


                                                                <div class="row">
                                                                    <div class="col-sm-2">
                                                                        <label class="hotel-title hotel-title-rating">Rating:</label>
                                                                    </div>
                                                                    <div class="col-sm-7">
                                                                        <div class="selectratingcls">
    <!--                                                                                   <select id="star" multiple name="starrating[]"  class="form-control">-->
                                                                            <select id="people" multiple name="starrating[]"  class="form-control">
                                                                                <option value="5" data-badge="" selected>5 Star</option>
                                                                                <option value="4" data-badge="" selected>4 Star</option>
                                                                                <option value="3" data-badge="" selected>3 Star</option>
                                                                                <option value="2" data-badge="">2 Star</option>
                                                                                <option value="1" data-badge="">1 Star</option>
                                                                            </select>


                                                                        </div>
                                                                    </div>

                                                                    <div class="col-sm-3">
                                                                       <span class="ratingtxt-span"> Special</span>
                                                                        <input type="checkbox" name="specific">
                                                                    </div>
                                                                </div>

                                                            </div>



                                                            <div class="clearfix"></div>


                                                        </div>
                                                        <div class="cl">
                                                            <span class="pull-right" style="padding: 8px 0px;width: 100%;">
                                                                <a href="javascript:void(0);" class="hotel-done-btn pax-details btn btn-group-sm btn-outline btt-btn donemargin" onclick="tottraveller()" id="done_traveller2">Done</a>
                                                            </span>

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

                                                <div class="clearfix"></div>
                                            </div>
                                        </div>
                                        <div class="col-lg-12 col-md-12 col-sm-12 col-12">
                                            <button type="button" class="search-btn submithotel">Search</button>
                                            <!-- <a href="#"  class="search-btn">Search </a> -->
                                        </div>
                                    </div>
                                    <input type="hidden" id="currency" name="currency" value="<?= $CurrencyTitle ?>" />
                                    <input type="hidden" id="hidden_selected_hotel_cityid" name="cityid" value="<?= isset($getData['cityid']) ? $getData['cityid'] : '' ?>" />
                                    <input type="hidden" id="hidden_selected_hotel_TBBCityId" name="TBBCityId" value="<?= $getData['TBBCityId'] ?>" />
                                    <input type="hidden" id="hidden_selected_hotel_countryCode" name="hotel_countryCode" value="<?= $getData['hotel_countryCode'] ?>" />
                                    <input type="hidden" id="hidden_selected_city_name" name="destination" value="<?= isset($getData['destination']) ? $getData['destination'] : '' ?>" />
                                    <input type="hidden" id="countryTitle" name="countryTitle" value="<?= isset($getData['countryTitle']) ? $getData['countryTitle'] : '' ?>" />
                                    <input type="hidden" name="room" id="roomlp" value="<?= isset($getData['room']) ? $getData['room'] : '1' ?>">
                                    <input type="hidden" name="totadlt" id="totadlt" value="<?= isset($getData['totadlt']) ? $getData['totadlt'] : '2' ?>">
                                    <input type="hidden" name="totchld" id="totchld" value="<?= isset($getData['totchld']) ? $getData['totchld'] : '0' ?>">
                                    <input type="hidden" name="totinfnt" id="totinfnt" value="<?= isset($getData['totinfnt']) ? $getData['totinfnt'] : '0' ?>">
                                    <input type="hidden" name="travelers" id="totaltravelers" value="<?= isset($getData['travelers']) ? $getData['travelers'] : '' ?>">
                                    <input type="hidden" name="roominfojson" id="roominfojson" value='<?= isset($getData['roominfojson']) ? $getData['roominfojson'] : '' ?>'>
                                </form>
                            </div>

                            <div role="tabpanel" class="tab-pane active" id="tab2">
                                <!--    <div class="formtitle">Book a Flight</div>-->
                                <form class="srch_form flightsearch" action="flight/flightsearchdata" autocomplete="off">
                                    <span class="frmclose"><i class="fa fa-times" aria-hidden="true"></i></span>
                                    <!--    <span class="frmclose2"><i class="fa fa-times" aria-hidden="true"></i></span>-->
                                    <ul class="row t-radiobtn flightradio">
                                        <li class="flight-pl-0">
                                            <div class="custom-control custom-radio custom-control-inline">
                                                <input type="radio" id="OneWay" value="1" name="route" <?= ($post['route'] == 1) ? 'checked' : 'checked' ?> class="custom-control-input tripType">
                                                <label class="custom-control-label" for="OneWay">One Way</label>
                                            </div>

                                        </li>

                                        <li class="flight-pl-0">

                                            <div class="custom-control custom-radio custom-control-inline">
                                                <input type="radio" id="RoundTrip" value="2" name="route" <?= ($post['route'] == 2) ? 'checked' : '' ?> class="custom-control-input tripType">
                                                <label class="custom-control-label" for="RoundTrip">Round Trip</label>
                                            </div>
                                        </li>

                                    </ul>


                                    <ul class="formullist">
                                        <li class="flight-search-flight1">

                                            <span class="formtitlecls">Source city</span>
                                            <div class="searchf1">
                                                <input class="form-control airport_search apendn_1 " type="text" name="mytrip_city_from" id="mytrip_city_from" onfocus="myFunction('flightsearch')" placeholder="Type source city.." value="<?= $mytrip_city_from ?>" index="1" autocomplete="off" autosuggestion="off"/>
                                                <ul id="sourcesjd"></ul>
                                            </div>
                                        </li>
                                        <li class="flight-search-flight2 exchangeroot">
                                            <div class="exchange_transfer-home exchange_transfer card-5">
                                                <img src="public/images/new/exchange_red.svg" alt="Transfer Exchange" title="Transfer Exchange">
                                            </div>
                                            <span class="formtitlecls">Destination city</span>
                                            <input class="form-control airport_search apendn_2"  type="text" name="mytrip_city_to" id="mytrip_city_to" onfocus="myFunction('flightsearch')" placeholder="Type destination city.." value="<?= $mytrip_city_to ?>" index="2" autocomplete="off" autosuggestion="off"/>
                                            <ul id="destinjd"></ul>
                                        </li>

                                        <li class="flight-search-flight3">
                                            <span class="formtitlecls"> Travellers</span>
                                            <div class="hotel_select1_inner">
                                                <div class="">
                                                    <!--end of label-->
                                                    <div class="">
                                                        <div class="travel-box_cls" id="travller_search">
                                                            <div class="t-box-cls hotel_check form-control mobile_margin_traveller">
                                                                <span class="flightPaxInfo"><span class="TotalTravellers"><?= ($TotalTravellers) ? $TotalTravellers : 1 ?></span> Travellers,
                                                                    <span class="small-text travller_search TravellersClass">Economy</span></span>
                                                            </div>
                                                        </div>
                                                        <div class="clearfix"></div>
<?php if ($mydevice != "mobile") { ?>
                                                            <div class="room_boxcls hotelrooombox_main tarvellermain hoteltarvller_main" style="display: none;">
                                                                <div class="roomBoxMainIn">
                                                                    <div class="room_booking_traveller ">
                                                                        <div class="row">
                                                                            <div class="col-md-6">
                                                                                <div class="title">Passengers</div>
                                                                                <div class="counter-sec">
                                                                                    <label>Adults <span>(12+ years)</span></label>
                                                                                    <ul class='count-input_cls'>
                                                                                        <li class='col-lg-4 col-md-4 col-sm-12 down_count down_count-cls1 minus-cls ncr-btn inactive ddSpinnerMinus' data-action="decrease" href="javascript:void(0);" title='Down'>
                                                                                            <i class="fa fa-minus"></i>
                                                                                        </li>
                                                                                        <li class="col-lg-4 col-md-4 col-sm-12 counter-int" value="1">
                                                                                            <input readonly class='counter counter1 quantity' type="text" name="adults" id="adults" placeholder="value..." value='<?= ($post['adults']) ? $post['adults'] : '1' ?>' />
                                                                                        </li>
                                                                                        <li class='col-lg-4 col-md-4 col-sm-12 up_count down_count-cls1 plus-cls incr-btn ddSpinnerPlus' data-action="increase" href="javascript:void(0);" title='Up'>
                                                                                            <i class="fa fa-plus"></i>
                                                                                        </li>
                                                                                    </ul>
                                                                                </div>

                                                                                <div class="counter-sec">
                                                                                    <label>Children <span>(2-12 years)</span></label>
                                                                                    <ul class='count-input_cls'>
                                                                                        <li class='col-lg-4 col-md-4 col-sm-12 down_count down_count-cls2 minus-cls incr-btn chSpinnerMinus' data-action="decrease" box="childs" href="javascript:void(0);" title='Down'>
                                                                                            <i class="fa fa-minus"></i>
                                                                                        </li>
                                                                                        <li class="col-lg-4 col-md-4 col-sm-12 counter-int ">
                                                                                            <input readonly class='counter counter2 quantity' type="text" name="childs" id="childs" readonly="" value="<?= ($post['childs']) ? $post['childs'] : '0' ?>" />
                                                                                        </li>
                                                                                        <li class='col-lg-4 col-md-4 col-sm-12 up_count down_count-cls2 plus-cls incr-btn chSpinnerPlus' data-action="increase" href="javascript:void(0);" title='Up'>
                                                                                            <i class="fa fa-plus"></i>
                                                                                        </li>
                                                                                    </ul>
                                                                                </div>
                                                                                <div class="counter-sec">
                                                                                    <label>Infants <span>(0-2 years)</span></label>
                                                                                    <ul class='count-input_cls'>
                                                                                        <li class='col-lg-4 col-md-4 col-sm-12 down_count down_count-cls3 minus-cls incr-btn infSpinnerMinus' data-action="decrease" box="infants" href="javascript:void(0);" title='Down'>
                                                                                            <i class="fa fa-minus"></i>
                                                                                        </li>
                                                                                        <li class="col-lg-4 col-md-4 col-sm-12 counter-int ">
                                                                                            <input readonly class='counter counter3 quantity' type="text" placeholder="value..." name="infants" id="infants" readonly="" value="<?= ($post['infants']) ? $post['infants'] : '0' ?>" />
                                                                                        </li>
                                                                                        <li class='col-lg-4 col-md-4 col-sm-12 up_count down_count-cls3 plus-cls incr-btn infSpinnerPlus' data-action="increase" href="javascript:void(0);" title='Up'>
                                                                                            <i class="fa fa-plus"></i>
                                                                                        </li>
                                                                                    </ul>
                                                                                </div>

                                                                                <!--</div>-->
                                                                                <div class="clearfix"></div>
                                                                            </div>

                                                                            <div class="col-md-6">
                                                                                <div class="title mobile-hide-section">Cabin Class</div>
                                                                                <div class="standard_class">
                                                                                    <?php
                                                                                    if ($arrFlightClass) {
                                                                                        foreach ($arrFlightClass as $key => $val) {
                                                                                            $class = ($post['class']) ? $post['class'] : '2';
                                                                                            ?>
                                                                                            <div class="radio">
                                                                                                <input class="SelectClass" <?= ($class == $key) ? 'checked' : '' ?> type="radio" name="class" id="cabinclass<?= $key ?>" data="<?= $val ?>" value="<?= $key ?>" <?= ($key == 1) ? 'checked' : '' ?>>
                                                                                                <label for="cabinclass<?= $key ?>"><?= $val ?></label>
                                                                                                <div class="clearfix"></div>
                                                                                            </div>
            <?php
        }
    }
    ?>
                                                                                    <div class="clearfix"></div>
                                                                                </div>




                                                                                <!-- <div class="checkbox_handle">
                                                                                                                <input id="checkbox-2100" class="checkbox1-custom" value="1" name="DirectFlight" <?= (isset($post['DirectFlight']) ? $post['DirectFlight'] : '' == 1) ? 'checked' : '' ?> type="checkbox" un-checked="">
                                                                                                                <label for="checkbox-2100" class="checkbox1-custom-label mobile_show_margin"><span>Show Direct flights</span></label>
                                                                                                            </div> -->

                                                                                <div class="flight-paxes" style="display:none;">
                                                                                    <div class="col-md-12">
                                                                                        <div style="border:none;">Restrict my Search to:
                                                                                            <span style="font-size: 10px;">
                                                                                                <a href="javascript:void(0);" onclick="chkAll('airline-chk');">Select All</a> / <a href="javascript:void(0);" onclick="chkUncheckAll('airline-chk');">Unselect All</a>
                                                                                            </span>
                                                                                        </div>
                                                                                        <div class="cl">
                                                                                            <label>
                                                                                                <div class="icheckbox_minimal-green" style="position: relative;"><input class="icheck-green airline-chk" type="checkbox" name="airline[]" value="GDS" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div> GDS
                                                                                            </label>
                                                                                            <label>
                                                                                                <div class="icheckbox_minimal-green" style="position: relative;"><input class="icheck-green airline-chk" type="checkbox" name="airline[]" value="AK" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div> Air Asia
                                                                                            </label>
                                                                                            <label>
                                                                                                <div class="icheckbox_minimal-green" style="position: relative;"><input class="icheck-green airline-chk" type="checkbox" name="airline[]" value="TR" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div> TigerAirways
                                                                                            </label>
                                                                                            <label>
                                                                                                <div class="icheckbox_minimal-green" style="position: relative;"><input class="icheck-green airline-chk" type="checkbox" name="airline[]" value="2T" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div> TruJet
                                                                                            </label>
                                                                                            <label>
                                                                                                <div class="icheckbox_minimal-green" style="position: relative;"><input class="icheck-green airline-chk" type="checkbox" name="airline[]" value="FZ" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div> FlyDubai
                                                                                            </label>
                                                                                            <label>
                                                                                                <div class="icheckbox_minimal-green" style="position: relative;"><input class="icheck-green airline-chk" type="checkbox" name="airline[]" value="IX" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div> AirIndiaExpress
                                                                                            </label>
                                                                                            <label>
                                                                                                <div class="icheckbox_minimal-green" style="position: relative;"><input class="icheck-green airline-chk" type="checkbox" name="airline[]" value="SG" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div> SpiceJet
                                                                                            </label>
                                                                                            <label>
                                                                                                <div class="icheckbox_minimal-green" style="position: relative;"><input class="icheck-green airline-chk" type="checkbox" name="airline[]" value="G9" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div> AirArabia
                                                                                            </label>
                                                                                            <label>
                                                                                                <div class="icheckbox_minimal-green" style="position: relative;"><input class="icheck-green airline-chk" type="checkbox" name="airline[]" value="LB" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div> AirCosta
                                                                                            </label>
                                                                                            <label>
                                                                                                <div class="icheckbox_minimal-green" style="position: relative;"><input class="icheck-green airline-chk" type="checkbox" name="airline[]" value="6E" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div> Indigo
                                                                                            </label>

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


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

                                                                </div>
                                                                <span class="pull-right">
                                                                    <a href="javascript:void(0);" class="pax-details btn btn-group-sm btn-outline btt-btn" id="done_traveller" onclick="closebox()">Done</a>
                                                                    <!--<a href="" class="pax-details btn btn-group-sm btn-outline btt-btn" id="done_travellerFlight" onclick="closebox()">Done</a>-->
                                                                </span>
                                                            </div>

                                                        <?php } else { ?>
                                                            <div id="modalPaxvalues" style="display:none;"></div>
    <?php
}
?>

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

                                        <li class="flight-search-flight4">
                                            <span class="formtitlecls">Departure Date</span>
                                            <div class="date-parent">
                                                <input class="form-control" type="text" name="" placeholder="Departure" id="from" value="<?= date('d M Y', strtotime($strDepatureDate)) ?>" readonly />
                                                <!--                                                -->

                                            </div>
                                        </li>

                                        <li class="flight-search-flight5">
                                            <span class="formtitlecls">Return Date</span>
                                            <div class="date-parent">
                                                <?php if (!empty($strReturnDate)) { ?>
                                                    <input class="form-control tripTypeRound" type="text" name="" placeholder="Return" id="to" value="<?= date('d M Y', strtotime($strReturnDate)) ?>" readonly="readonly"/>
<?php } else { ?>
                                                    <input class="form-control disabledcls tripTypeRound" type="text"  readonly="readonly" name="" placeholder="Return" id="to"/>
<?php } ?>
                                                <!--                                                -->
                                            </div>
                                        </li>

                                        <li class="flight-search-flight6">
                                            <ul class="directflight">
                                                <li class="checkbox_handle-cls">
                                                    <div class="checkbox_handle checkbox_handlecls">
                                                        <input id="checkbox-2100" class="checkbox1-custom" value="1" name="DirectFlight" <?= (isset($post['DirectFlight']) ? $post['DirectFlight'] : '' == 1) ? 'checked' : '' ?> type="checkbox" un-checked="">
                                                        <label for="checkbox-2100" class="checkbox1-custom-label mobile_show_margin"><span> Direct flights</span></label>
                                                    </div>
                                                </li>
                                                <!--<li class="checkbox_handle-cls pull-right">
                                                    <div class="checkbox_handle checkbox_handlecls">
                                                        <input id="checkbox-2101" class="checkbox1-custom" value="1" name="DirectFlight" <?/*= (isset($post['DirectFlight']) ? $post['DirectFlight'] : '' == 1) ? 'checked' : '' */?> type="checkbox" un-checked="">
                                                        <label for="checkbox-2101" class="checkbox1-custom-label mobile_show_margin"><span> Prefered flights</span></label>
                                                    </div>
                                                </li>-->
                                            </ul>
                                            <!--<button type="submit" class="search-btn">Search Flight</button>-->
                                            <button type="submit" class="search-btn homeseachbtn">Search</button>
                                            <!--<a href="#"  class="search-btn">Search </a>-->
                                        </li>
                                    </ul>

                                    <input type="hidden" id="airport_search_1" name="source_city" value="<?= $source_city ?>">
                                    <input type="hidden" id="ContSysId_1" name="ContSysId_1" value="<?= $ContSysId_1 ?>" />

                                    <input type="hidden" id="airport_search_2" name="destination_city" value="<?= $destination_city ?>">
                                    <input type="hidden" id="ContSysId_2" name="ContSysId" value="<?= $ContSysId ?>" />

                                    <input type="hidden" id="FromToCIty_1" name="source" value="<?= $source ?>">
                                    <input type="hidden" id="FromToCIty_2" name="destination" value="<?= $destination ?>">

                                    <input type="hidden" id="departure_date" name="departure_date" value="<?= $departure_date ?>">
                                    <input type="hidden" id="return_date" name="return_date" value="<?= $return_date ?>">

                                    <input type="hidden" id="mytrip_city_1" name="from_mytrip_city" value="<?= $from_mytrip_city ?>">
                                    <input type="hidden" id="mytrip_city_2" name="to_mytrip_city" value="<?= $to_mytrip_city ?>">
                                </form>
                            </div>


                            <div role="tabpanel" class="tab-pane" id="tab6">
                                <div class="formtitle">Visa</div>
                                <form class="visa-srch_form homevisacls" id="adv-search" action="javascript://" method="get">
                                    <input type="hidden" id="put_select_destination" value="">
                                    <ul class="formullist">
                                        <li class="flight-search-flight7">
                                            <span class="formtitlecls">Search your Country</span>
                                            <select class="form-control select2 " id="visaSearchForm" class="visaSearchForm " action="javascript://" method="get" onchange="getvisaSearchValue(this)">
                                                <option value="">Search for a country</option>
<?php foreach ($countryNameArray as $countKey => $countValue) { ?>
                                                    <option value="<?php echo trim($countValue['Countries']); ?>"><?php echo $countValue['Countries']; ?></option>
<?php } ?>
                                            </select>
                                        </li>
                                        <li class="flight-search-flight8">
                                            <a href="javascript://" class="btn search-btn submitVisaSearchForm" onclick="submitVisaSearchForm()"> Search</a>
                                        </li>
                                    </ul>

                                    <div class="ft-title mb-2 form-black" >
                                        Trending Visa
                                    </div>
                                    <ul class="links pl-0 form-black">
                                        <li class=" " ><a href="<?= $baseUrl ?>tour-destination/domestic-tour-packages.html">   Domestic Packages</a></li>
                                        <li class=" " ><a href="<?= $baseUrl ?>tour-destination/international-tour-packages.html">  International Packages</a></li>
                                    </ul>
                                </form>
                            </div>

                            <div role="tabpanel" class="tab-pane" id="tab5">
                                <form class="srch_form" action="">

                                    <div class="row">
                                        <div class="col-lg-6 col-md-6 col-6 col-6">
                                            <input class="form-control" type="text" name="" placeholder="Source City" id="">
                                        </div>
                                        <div class="col-lg-6 col-md-6 col-6 col-6">
                                            <input class="form-control" type="text" name="" placeholder="Destination City" id="">
                                        </div>
                                        <div class="col-lg-6 col-md-6 col-6 col-6">
                                            <div class="date-parent">
                                                <input class="form-control" type="text" name="" placeholder="Start Date" id="StartDate">

                                            </div>
                                        </div>



                                        <div class="col-lg-12 col-md-12 col-12 col-12">
                                            <!--<button type="submit" class="search-btn">Search Flight</button>-->
                                            <a href="" class="search-btn">Search </a>
                                        </div>
                                    </div>
                                </form>
                            </div>

                            <div role="tabpanel" class="tab-pane" id="tab4">
                                <div class="formtitle">Book a Hotel</div>
                                <form class="srch_form" name="carsearch" method="get" action="car/index/carsearchdata">
                                    <ul class="formullist">
                                        <li class="flight-search-flight19">
                                            <span class="formtitlecls">Destination City</span>
                                            <input name="destinationBox" type="text" class="form-control destinationBox " id="destinationBox" value="" placeholder="Enter City Name">
                                        </li>
                                        <li class="flight-search-flight4">
                                            <span class="formtitlecls">Check-In</span>
                                            <div class="date-parent">
                                                <input class="form-control" type="text" name="" placeholder="Departure" id="from" value="<?= date('d M Y', strtotime($strDepatureDate)) ?>" readonly />
                                                <!--                                                -->

                                            </div>
                                        </li>

                                        <li class="flight-search-flight5">
                                            <span class="formtitlecls">Check-Out</span>
                                            <div class="date-parent">

                                                <input class="form-control" type="text" name="" placeholder="Return" id="to" value="<?= date('d M Y', strtotime($strReturnDate)) ?>" readonly />
                                                <!--                        --><?php //if (!empty($strReturnDate)) {   ?>
                                                <!--                            <input class="form-control tripTypeRound" type="text" name="" placeholder="Return" id="to" value="--><?//= date('d M Y', strtotime($strReturnDate)) ?><!--" readonly="readonly"/>-->
                                                <!--                        --><?php //} else {   ?>
                                                <!--                            <input class="form-control disabledcls tripTypeRound" type="text"  readonly="readonly" name="" placeholder="Return" id="to"/>-->
                                                <!--                        --><?php //}   ?>

                                            </div>
                                        </li>
                                        <li class="flight-search-flight7">
                                            <span class="formtitlecls">Residence</span>
                                            <select class="form-control select2 " id="visaSearchForm" class="visaSearchForm " action="javascript://" method="get" onchange="getvisaSearchValue(this)">
                                                <option value="">Search for a country</option>
<?php foreach ($countryNameArray as $countKey => $countValue) { ?>
                                                    <option value="<?php echo trim($countValue['Countries']); ?>"><?php echo $countValue['Countries']; ?></option>
<?php } ?>
                                            </select>
                                        </li>
                                        <li class="flight-search-flight7_rooms">
                                            <span class="formtitlecls">Rooms & Guests</span>
                                            <div class="hotel_select1_inner hotel_select1_inner-details">
                                                <div class="travel-box_cls" id="travelers">
                                                    <div class="t-box-cls hotel_check form-control dt-selct-white ">
                                                        <span class="flight-t-box">
                                                            <span class="RoomsTotal" id="numberofroom">1</span> Room(s),
                                                            <span class="GuestTotal" id="roomguest"><?php echo!empty($travellers) ? @$travellers : '2'; ?></span> Guests
                                                        </span>
                                                    </div>
                                                </div>



                                                <div class="roomBoxMain shadow">
                                                    <div class="roomBoxMainIn" id="roomloopres">
                                                        <div class="roomBoxMainScroll roomBoxMainScroll2">
                                                                    <?php for ($r = 1; $r <= CONST_PACKAGE_TRAVELER_MAX_ROOM; $r++) { ?>
                                                                <div class="roomLoop" id="rmres_<?php echo @$r ?>" <?php if (@$r > $displayROomCOnd) { ?> style="display:none;" <?php } ?>>
                                                                        <?php if (@$flexiPackageList['PKqueryType'] == 1) { ?> Pax Details <?php } else { ?><div class="roomLoop_title_best queryGroupData">Room <?php echo @$r ?>  <?php } ?>

                                                                        <?php if (@$r > 1) { ?><a class="disproom disproom_<?php echo @$r ?>" style="cursor:pointer; <?php
                                                                            if (@$r == $displayROomCOnd) {
                                                                                echo "display:inline-block;";
                                                                            } else {
                                                                                echo 'display:none;';
                                                                            }
                                                                            ?>" onclick="delroom(<?php echo @$r ?>)">(x)</a><?php } ?></div>
                                                                    <div class="travelerIn">
                                                                        <div class="travelerLft">ADULTS (+12 YRS)</div>
                                                                        <div class="travelerrght" id="adultgroup_<?php echo @$r ?>">
                                                                            <select style="display: inline;" id="adult_<?php echo @$r ?>" name="adult[]" class="form-control counttraveler heightTrav form_input_spac" placeholder="Select" onchange="showextrabedbox('<?php echo @$r ?>');">
                                                                                <?php
                                                                                for ($i = 1; $i <= CONST_PACKAGE_TRAVELER_MAX_ADULT_IN_ROOM; $i++) {
                                                                                    $selected = (($roominfoarray[$r]['Adult'] == $i) || (empty($roominfoarray[$r]['Adult']) && 2 == $i)) ? 'selected' : '';
                                                                                    echo "<option value='$i' $selected>$i</option>";
                                                                                }
                                                                                ?>
                                                                            </select>
                                                                        </div>
                                                                        <div class="clear"></div>
                                                                    </div>
                                                                    <div class="travelerIn form-box ">
                                                                        <div class="travelerLft form-box">CHILDREN(0 - 11YRS)</div>
                                                                        <div class="travelerrght" id="childgroup_<?php echo @$r ?>">
                                                                            <select style="display: inline;" onChange="showextrabedchildagebox('<?php echo @$r ?>');" id="child_<?php echo @$r ?>" name="child[]" class="form-control counttravelerchild heightTrav form-box" placeholder="Select">
                                                                                <?php
                                                                                for ($i = 0; $i <= CONST_PACKAGE_TRAVELER_MAX_CHILD_IN_ROOM; $i++) {
                                                                                    $selectedChild = ($i == $roominfoarray[$r]['Child']) ? 'selected' : '';
                                                                                    echo "<option value='$i' $selectedChild>$i</option>";
                                                                                }
                                                                                ?>
                                                                            </select>
                                                                        </div>
                                                                        <div class="clear"></div>
                                                                    </div>
                                                                                <?php if (@$flexiPackageList['PKqueryType'] == 0) { ?>
                                                                        <div class="travelerIn" id="infantgroup_<?php echo @$r ?>">
                                                                            <div class="travelerLft form-box">INFANT(0 - 2YRS)</div>
                                                                            <div class="travelerrght ">
                                                                                <select style="display: inline;" id="infant_<?php echo @$r ?>" name="infant[]" class="form-control counttravelerinfant heightTrav form-box " placeholder="Select" onchange="tottravelerInRoom(<?php echo @$r ?>);">
                                                                                    <?php
                                                                                    for ($i = 0; $i <= CONST_PACKAGE_TRAVELER_MAX_INFANT_IN_ROOM; $i++) {
                                                                                        $selectedInfant = ($i == $roominfoarray[$r]['Infant']) ? 'selected' : '';
                                                                                        echo "<option value='$i' $selectedInfant>$i</option>";
                                                                                    }
                                                                                    ?>
                                                                                </select>
                                                                            </div>
                                                                            <div class="clear"></div>
                                                                        </div>
                                                                    <?php } ?>
                                                                    <div class="travelerIn GroupExtra adultcl_<?php echo @$r ?>_3" style="display:<?php
                                                                    if (3 == @$roominfoarray[$r]['Adult']) {
                                                                        echo "block";
                                                                    } else {
                                                                        echo "none";
                                                                    }
                                                                    ?>;">
                                                                        <div class="travelerLft">Adult Bedtype</div>
                                                                        <div class="travelerrght">
                                                                            <div id="adultcl_<?php echo @$r ?>_3" class="small">
                                                                                <select style="display: inline;" name="adult_bed_type[]" class="form-control heightTrav"  onchange="checkAdultBedType(this);">
                                                                                    <option value="">Select</option>
                                                                                    <?php
                                                                                    foreach ($badtype_array as $key => $value) {
                                                                                        ?>
                                                                                        <option value="<?php echo $key ?>" <?php echo ($key == 'extrabed') ? 'selected' : ''; ?>><?php echo $value ?></option>
        <?php
    }
    ?>
                                                                                </select>
                                                                            </div>
                                                                        </div>
                                                                        <div class="clear"></div>
                                                                    </div>

                                                                    <?php
                                                                    if (@$flexiPackageList['PKqueryType'] == 0) {
                                                                        for ($c = 1; $c <= CONST_PACKAGE_TRAVELER_MAX_CHILD_IN_ROOM; $c++) {
                                                                            ?>
                                                                            <div class="travelerIn childage_<?php echo @$r ?>" id="childcl_<?php echo @$r ?>_<?php echo @$c; ?>" style="display:<?php
                                                                            if ($c <= @$roominfoarray[$r]['Child']) {
                                                                                echo "block";
                                                                            } else {
                                                                                echo "none";
                                                                            }
                                                                            ?>;">
                                                                                <div class="travelerLft">CHILD <?php echo @$c ?> BED TYPE</div>
                                                                                <div class="travelerrght">
                                                                                    <div id="child_age_<?php echo @$r ?>_<?php echo @$c ?>">
                                                                                        <select style="display: inline;" name="child<?php echo @$c ?>_bed_type[]" class="form-control heightTrav" onchange="checkAdultBedType(this);">
                                                                                            <option value="">Select</option>
                                                                                            <?php
                                                                                            foreach ($Childbadtype_array as $key => $value) {
                                                                                                ?>
                                                                                                <option value="<?php echo $key ?>"><?php echo $value ?></option>
                <?php
            }
            ?>
                                                                                        </select>
                                                                                    </div>
                                                                                </div>
                                                                                <div class="clear"></div>
                                                                            </div>
            <?php
        }
    }
    ?>
                                                                    <div class="clear"></div>
                                                                </div>
                                                                <?php
                                                                if (@$flexiPackageList['PKqueryType'] == 1) {
                                                                    break;
                                                                }
                                                            }
                                                            ?>
                                                            <div class="clearfix"></div>
                                                        </div>
<?php if (($isAddPackage == 'Yes' && count($flexiPackageList) == 0) || empty($isAddPackage)) { // allowed only from creation incase of add dynamic package        ?>
    <?php if (@$flexiPackageList['PKqueryType'] != 1) { ?>
                                                                <button class="btn-primary addroom" type="button" onClick="addroom()">Add more room</button>
    <?php } ?>
                                                            <div class="clear" style="padding-bottom:0px"></div>
                                                            <!--                                        <div class="clear" style="padding-bottom:10px"></div>-->
                                                            <div class="btn_form_align">
                                                                <button type="button" class="pax-details btn-group-sm btn-outline btt-btn donemargin" data-dismiss="modal" onClick="tottraveller();">Done</button>
                                                            </div>
                                                        </div>
<?php } ?>
                                                </div>
                                            </div>
                                        </li>
                                        <li class="flight-search-flight10">
                                            <button type="submit" class="search-btn">Search </button>
                                            <!--<a href="list.html"  class="search-btn">Search </a>-->
                                        </li>
                                    </ul>

                                </form>
                            </div>


                        </div>
                    </div>

                </section>

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

</section>

<section class="hot-deals">

<?php if (!empty($destinations)) { ?>
        <div class="container">
            <div class="row">
                <div class="col-md-12">
                    <div class="title-main">
                        <h1 class="text-center wow zoomIn" data-wow-duration="3s" > Trending <span>Honeymoon</span> Deals <sup>
                        </h1>
                    </div>



                </div>
            </div>
            <section id="demos">
                <div class="">
                    <div class="loop owl-carousel owl-theme loopdots">
    <?php //echo"<pre>"; print_r($destinations); exit;  ?>

    <?php foreach ($destinations as $key => $value) { ?>
                            <div class="item wow zoomIn" data-wow-duration="3s">
                                <div class="hotdeals-box">
                                    <div class="upper-caption">
                                        <h4>BEST DEALS</h4>
                                    </div>
                                    <a href="<?php echo $baseUrl; ?>tour-destination/<?php echo strtolower(Catabatic_Helper::getSeoName($value['Title'])); ?>/"> 
        <?php if (trim($value['Image']) != '') { ?>
                                            <picture>
                                                <source media="(min-width:980px)" srcset="public/upload/destinations/<?php echo $value['DesSysId']; ?>/images/large/<?php echo $value['Image'] ?>">
                                                <source media="(min-width:400px)" srcset="public/upload/destinations/<?php echo $value['DesSysId']; ?>/images/medium/<?php echo $value['Image'] ?>">
                                                <img src="public/upload/destinations/<?php echo $value['DesSysId']; ?>/images/small/<?php echo $value['Image'] ?>" title="" alt="" border="0">
                                            </picture>
        <?php } else { ?>
                                            <img data-original="<?php echo $baseUrl; ?>public/images/noimageother.jpg" class="img-fluid theme-img" alt="<?php echo $value['Title']; ?>" src="<?php echo $baseUrl; ?>public/images/noimageother.jpg" title="" border="0"/>
        <?php } ?>
                                    </a> 
                                    <a href="<?php echo $baseUrl ?>tour-destination/<?php echo strtolower(Catabatic_Helper::getSeoName($value['Title'])); ?>">
                                        <div class="carousel-caption">
                                            <span><?php echo ucwords(strtolower(substr($value['Title'], 0, 40))); ?></span>
                                        </div>
                                    </a>
                                </div>
                            </div>
    <?php } ?>
                    </div>
                </div>
            </section>
            <!--<div class="row">
                <div class="col-md-12">
                    <a class="readmore wow zoomIn" href="" data-wow-duration="3s">See More Promo</a>
                </div>
            </div>-->
        </div>
<?php } ?>
</section>


<?php //if (!empty($this->resultsetTheme)) {   ?>
<!--<section class="proj-themes">-->
<!--    <div class="container">-->
<!--        <div class="row">-->
<!--            <div class="col-md-12">-->
<!--                <div class="title-main">-->
<!--                    <h2 class=" wow zoomIn" data-wow-duration="3s"><strong>POPULAR</strong> <span>THEMES</span> </h2>-->
<!--                </div>-->
<!--            </div>-->
<!--        </div>-->
<!---->
<!-- <div class="owl-carousel owl-theme destination_bg-slider-slides1">-->
<!--                --><?php //foreach ($this->resultsetTheme as $thKey => $thVal){   ?>
<!--                    <div class="item ">-->
<!--                        <div class="theme-box">-->
<!--                            <div class="th-1">-->
<!--                                <a href="--><?php //echo $baseUrl;   ?><!--tour-destination/category/--><?php //echo Catabatic_Helper::getSeoName($thVal['Title']);   ?><!--">-->
<!--                                    --><?php //if (trim($thVal['image']) != '') {   ?>
<!--                                        <picture>-->
<!--                                            <source media="(min-width:980px)" srcset="public/upload/pack/--><?php //echo  $thVal['packType'];   ?><!--/images/large/--><?php //echo $thVal['image']   ?><!--">-->
<!--                                            <source media="(min-width:400px)" srcset="public/upload/pack/--><?php //echo  $thVal['packType'];   ?><!--/images/medium/--><?php //echo $thVal['image']   ?><!--">-->
<!--                                            <img src="--><?php //echo $baseUrl;   ?><!--public/upload/pack/--><?php //echo  $thVal['packType'];   ?><!--/images/small/--><?php //echo  $thVal['image']   ?><!--" title="" alt="--><?php //echo  $thVal['Title']   ?><!--" border="0" >-->
<!--                                            -->
<!--                                        </picture>-->
<!--                                    --><?php //} else {   ?>
<!--                                        <img class="img-fluid theme-img" alt="--><?php //echo $thVal['Title'];   ?><!--" src="--><?php //echo $baseUrl;   ?><!--public/images/noimageother.jpg" title="" border="0"/>-->
<!--                                    --><?php //}   ?>
<!--                                </a>-->
<!--                            </div>-->
<!--                            <div class="theme-content">-->
<!--                                <a href="--><?php //echo $baseUrl;   ?><!--tour-destination/category/--><?php //echo Catabatic_Helper::getSeoName($thVal['Title']);   ?><!--">-->
<!--                                    <div class="theme-title">--><?php //echo $thVal['Title'];   ?><!--</div>-->
<!--                                </a>-->
<!--                                <a href="--><?php //echo $baseUrl;   ?><!--tour-destination/category/--><?php //echo Catabatic_Helper::getSeoName($thVal['Title']);   ?><!--">  <span class="add-icon">-->
<!--                        <i class="fa fa-plus" aria-hidden="true"></i>-->
<!--                        </span>-->
<!--                                </a>-->
<!--                            </div>-->
<!--                        </div>-->
<!--                    </div>-->
<!--                --><?php //}   ?>
<!--            </div>-->
<!--         -->
<!--    </div>-->
<!--</section>-->
<?php //}  ?>


<?php if (!empty($toursFinal)) { ?>
    <section class="best-places">
        <div class="container">
            <div class="row">
                <div class="col-md-12">
                    <div class="title-main">
                        <h2><strong>Trending<span> Domestic </span> Deals  </strong> </h2>
                    </div>
                </div>
            </div>



            <div class="owl-carousel owl-theme destination_bg-slider-slides2">
    <?php foreach ($toursFinal as $tourpackge) { ?>
                    <div class="item">
                        <div class="">
                            <div class="theme-box best-places-box ">
                                <a href="<?php echo $baseUrl; ?>detail/tour-package-for-<?php echo Catabatic_Helper::getSeoName($tourpackge['Destination']); ?>/<?php echo Catabatic_Helper::getSeoName($tourpackge['nameF']); ?>-<?php echo $tourpackge['PkgSysId']; ?>-<?php echo $tourpackge['defaultCategoryId']; ?>-<?php echo $tourpackge['GTXPkgId']; ?>-<?php echo $tourpackge['tourtype']; ?>-<?php echo $tourpackge['mp'] ?>.html" class="">
                                    <div class="bestplace-img">
        <?php if (isset($tourpackge['img']) && !empty($tourpackge['img'])) { ?>

                                            <picture>
                                                <source media="(min-width:980px)" srcset="<?php echo str_replace('{size}', 'large', $tourpackge['img']) ?>">
                                                <source media="(min-width:400px)" srcset="<?php echo str_replace('{size}', 'medium', $tourpackge['img']) ?>">
                                                <img src="<?php echo str_replace('{size}', 'small', $tourpackge['img']) ?>" title="<?php echo $value['name']; ?>" alt="<?php echo $value['name']; ?>" border="0">


                                            </picture>



        <?php } else { ?>
                                            <img class="img-fluid" src="<?php echo $baseUrl; ?>public/images/noimageother.jpg" alt="" title="" border="0"/>
        <?php } ?>
                                    </div>
                                </a>
                                <div class="theme-content">
                                    <ul>
                                        <li>
                                            <div class="theme-title">
                                                <a href="<?php echo $baseUrl; ?>detail/tour-package-for-<?php echo Catabatic_Helper::getSeoName($tourpackge['Destination']); ?>/<?php echo Catabatic_Helper::getSeoName($tourpackge['nameF']); ?>-<?php echo $tourpackge['PkgSysId']; ?>-<?php echo $tourpackge['defaultCategoryId']; ?>-<?php echo $tourpackge['GTXPkgId']; ?>-<?php echo $tourpackge['tourtype']; ?>-<?php echo $tourpackge['mp'] ?>.html" class="">
        <?php echo $tourpackge['nameF']; ?>
                                                </a></div>
                                        </li>
                                    </ul>
                                    <p><?php echo $tourpackge['night']; ?>  <?php echo $tourpackge['night'] == 1 ? 'Night' : 'Nights'; ?> <?php echo $tourpackge['night'] + 1; ?> Days</p>
                                    <p class="best-places-content"> <span class="blackcolor">Destinations:</span> <?php echo $tourpackge['Destination']; ?></p>

                                    <ul class="rating-sec">
                                        <?php if ($tourpackge['price'] > 0) { ?>
                                            <li>
                                                <span class="st-txt">Starting from</span>
                                                <br/><span class="st-price"><i class="fa fa-rupee"></i><?php echo $tourpackge['price']; ?></span>
                                            </li>
        <?php } ?>
                                        <li><a href="<?php echo $baseUrl; ?>detail/tour-package-for-<?php echo Catabatic_Helper::getSeoName($tourpackge['Destination']); ?>/<?php echo Catabatic_Helper::getSeoName($tourpackge['nameF']); ?>-<?php echo $tourpackge['PkgSysId']; ?>-<?php echo $tourpackge['defaultCategoryId']; ?>-<?php echo $tourpackge['GTXPkgId']; ?>-<?php echo $tourpackge['tourtype']; ?>-<?php echo $tourpackge['mp'] ?>.html" class="dt-view">Book Now</a></li>
                                    </ul>

                                </div>
                            </div>
                        </div>
                    </div>
    <?php } ?>
            </div>
        </div>
    </div>
    </section>
<?php } ?>

<?php if (!empty($toursFinalinter)) { ?>
    <section class="best-places">
        <div class="container">
            <div class="row">
                <div class="col-md-12">
                    <div class="title-main">
                        <h2>Trending <span>International </span> Deals   </h2>
                    </div>
                </div>
            </div>

            <div class="owl-carousel owl-theme destination_bg-slider-slides2">
    <?php foreach ($toursFinalinter as $tourpackge) { ?>
                    <div class="item">
                        <div class="">
                            <div class="theme-box best-places-box ">
                                <a href="<?php echo $baseUrl; ?>detail/tour-package-for-<?php echo Catabatic_Helper::getSeoName($tourpackge['Destination']); ?>/<?php echo Catabatic_Helper::getSeoName($tourpackge['nameF']); ?>-<?php echo $tourpackge['PkgSysId']; ?>-<?php echo $tourpackge['defaultCategoryId']; ?>-<?php echo $tourpackge['GTXPkgId']; ?>-<?php echo $tourpackge['tourtype']; ?>-<?php echo $tourpackge['mp'] ?>.html" class="">
                                    <div class="bestplace-img">
        <?php if (isset($tourpackge['img']) && !empty($tourpackge['img'])) { ?>

                                            <picture>
                                                <source media="(min-width:980px)" srcset="<?php echo str_replace('{size}', 'large', $tourpackge['img']) ?>">
                                                <source media="(min-width:400px)" srcset="<?php echo str_replace('{size}', 'medium', $tourpackge['img']) ?>">
                                                <img src="<?php echo str_replace('{size}', 'small', $tourpackge['img']) ?>" title="<?php echo $value['name']; ?>" alt="<?php echo $value['name']; ?>" border="0">
                                            </picture>
        <?php } else { ?>
                                            <img class="img-fluid" src="<?php echo $baseUrl; ?>public/images/noimageother.jpg" alt="" title="" border="0"/>
        <?php } ?>
                                    </div>
                                </a>
                                <div class="theme-content">
                                    <ul>
                                        <li>
                                            <div class="theme-title">
                                                <a href="<?php echo $baseUrl; ?>detail/tour-package-for-<?php echo Catabatic_Helper::getSeoName($tourpackge['Destination']); ?>/<?php echo Catabatic_Helper::getSeoName($tourpackge['nameF']); ?>-<?php echo $tourpackge['PkgSysId']; ?>-<?php echo $tourpackge['defaultCategoryId']; ?>-<?php echo $tourpackge['GTXPkgId']; ?>-<?php echo $tourpackge['tourtype']; ?>-<?php echo $tourpackge['mp'] ?>.html" class="">
        <?php echo $tourpackge['nameF']; ?>
                                                </a></div>
                                        </li>
                                    </ul>
                                    <p><?php echo $tourpackge['night']; ?> Nights <?php echo $tourpackge['night'] + 1; ?> Days</p>
                                    <p class="best-places-content"> <span class="blackcolor">Destinations:</span> <?php echo $tourpackge['Destination']; ?></p>

                                    <ul class="rating-sec">
                                        <?php if ($tourpackge['price'] > 0) { ?>
                                            <li>
                                                <span class="st-txt">Starting from</span>
                                                <br/><span class="st-price"><i class="fa fa-rupee"></i><?php echo $tourpackge['price']; ?></span>
                                            </li>
        <?php } ?>
                                        <li><a href="<?php echo $baseUrl; ?>detail/tour-package-for-<?php echo Catabatic_Helper::getSeoName($tourpackge['Destination']); ?>/<?php echo Catabatic_Helper::getSeoName($tourpackge['nameF']); ?>-<?php echo $tourpackge['PkgSysId']; ?>-<?php echo $tourpackge['defaultCategoryId']; ?>-<?php echo $tourpackge['GTXPkgId']; ?>-<?php echo $tourpackge['tourtype']; ?>-<?php echo $tourpackge['mp'] ?>.html" class="dt-view">Book Now</a></li>
                                    </ul>

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

                    </div>

    <?php } ?>

            </div>
        </div>
    </div>
    </section> 
<?php } ?>



<?php if (!empty($testimonial)) { ?>
    <section class="testimonial">
        <div class="container">


    <div class="title-main">
                        <h2><strong>Testimonial </strong> </h2>
                    </div>
            <section id="testimonial">
                <div class="">
                    <div class=" owl-carousel owl-theme testimonial-slider">
                        <?php //echo"<pre>"; print_r($testimonial); exit; ?>
                        <?php
                        foreach ($testimonial as $key => $tvalue) {
                            $Image = ($tvalue['TripImage'] != '') ? explode(',', $tvalue['TripImage']) : array(0 => '');
                            $ImageUrl = $this->gtxBtoBsite . 'public/upload/feedback/image/' . $tvalue["AgencySysId"] . '/' . $Image[0];
                            ?>
                            <div class="item wow zoomIn" data-wow-duration="3s">

                                <div class="waghill-reviews-content-info">
                    <div class="client-img-box">
                                        <?php if (isset($Image[0]) && !empty($Image[0])) { ?>
                                            <img class="img-fluid client-img" src="<?php echo $ImageUrl; ?>" alt="" title="" border="0"/>
        <?php } else { ?>
                                            <img class="img-fluid client-img" src="<?php echo $baseUrl; ?>public/images/noimageother.jpg" alt="" title="" border="0"/>
        <?php } ?>
                                    </div>

                                         <p class="text-white "><?php echo $tvalue['Review']; ?></p>
                        <div class="clientname text-white "><?php echo $tvalue['Name']; ?></div>
                            <div class="client-sub text-white "><?php echo $tvalue['ReviewTitle']; ?></div>
                        <ul>
                            <li><i class="fa fa-star"></i></li>
                            <li><i class="fa fa-star"></i></li>
                            <li><i class="fa fa-star"></i></li>
                            <li><i class="fa fa-star"></i></li>
                            <li><i class="fa fa-star"></i></li>
                        </ul>
                      
                     
                    </div>

                           <!--      <div class="testimonial-box">
                                    <div class="client-img-box">
                                        <?php if (isset($Image[0]) && !empty($Image[0])) { ?>
                                            <img class="img-fluid client-img" src="<?php echo $ImageUrl; ?>" alt="" title="" border="0"/>
        <?php } else { ?>
                                            <img class="img-fluid client-img" src="<?php echo $baseUrl; ?>public/images/noimageother.jpg" alt="" title="" border="0"/>
        <?php } ?>
                                    </div>
                                    <p class="text-white text-center"><?php echo $tvalue['Review']; ?></p>
                                    <div class="clientname text-white text-center"><?php echo $tvalue['Name']; ?></div>
                                    <div class="client-sub text-white text-center"><?php echo $tvalue['ReviewTitle']; ?></div>
                                </div> -->
                            </div>
    <?php } ?>
                    </div>
                </div>
            </section>
        </div>
    </section>
<?php } ?>


 

 

<div class="get_best_offer">
<div class="container">
<div class="row">
<?php if (!empty($whyChoose)) { ?>

<!-- <div class="col-lg-1 col-sm-1 col-md-1 hidden-xs"></div> -->
<div class="col-lg-12 col-sm-12 col-md-12 col-xs-12">

    <div class="title-main">
                        <h2><strong>Why<span> Book </span> With Us!  </strong> </h2>
                    </div>

<!--end of featured_title-->
<div id="part1" class="featured_wrapper_content owl-carousel owl-theme">

<?php foreach ($whyChoose as $whyChoosedata => $whyChooseVal) { ?>

<div class="exclusivebox">
<!-- <span class="exclusive_image"><img src="<?php echo $baseUrl; ?>/public/images/new/happycustomer.svg" /></span> -->
<span class="exclusive_image"><img src="<?php echo $baseUrl; ?>/public/upload/ourpartner/<?php echo $whyChooseVal['icon']; ?>" /></span>
<div class="clearfix"></div>
<span class="getbest"><?php echo ucwords(strtolower($whyChooseVal['title'])); ?></span>
<p class="exclusive"><?php echo ucwords(strtolower($whyChooseVal['description'])); ?></p>
<!-- <span class="deals">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer convallis porta.</span> -->
</div>
<?php } ?>
</div>
</div>

<?php } ?>
</div>
<!--end of row-->
</div>
<!--end of container-->
</div>

<?php if (!empty($this->travelogues)) { ?>

    <div id="fh5co-about" class="fh5co-section Recommended-section home-blog-sec">
        <div class="container">

            <div class="row">
                <div class="col-md-12">
                    <div class="title-main">
                        <h2><strong>Travelogues  </strong> </h2>
                    </div>
                </div>
            </div>
            <div class="row">
                <!--                <div class="title_section">Latest News of <span class="red">All Destinations Tourist</span></div>-->

                <div class="clearfix"></div>
                <div class="col-md-12">
                    <div class="owl-carousel destination_bg-slider-slides">

                        <?php
                        //                        echo "<pre>"; print_r($this->travelogues); die;

                        foreach ($this->travelogues as $bolgKey => $bolgValue) {
                            ?>
                            <div class="middle_box_recomended">
                                <div class="item tg-populartour222">
                                    <figure><a href="<?php echo $baseUrl; ?>travelogue/<?php echo trim($bolgValue['TravIdentifier']); ?>">
        <?php if (!empty($bolgValue['TravImage'])) { ?>
                                                <picture>
                                                    <source media="(min-width:980px)" srcset="<?php echo $baseUrl . 'public/upload/travelogues/' . $bolgValue['TravId'] . '/images/large/' . $bolgValue['TravImage']; ?>">
                                                    <source media="(min-width:400px)" srcset="<?php echo $baseUrl . 'public/upload/travelogues/' . $bolgValue['TravId'] . '/images/medium/' . $bolgValue['TravImage']; ?>">
                                                    <img src="<?php echo $baseUrl . 'public/upload/travelogues/' . $bolgValue['TravId'] . '/images/small/' . $bolgValue['TravImage']; ?>" title="<?php echo $value['name']; ?>" alt="<?php echo $value['name']; ?>" border="0">
                                                </picture>
        <?php } else { ?>
                                                <img src="/public/images/no-image.jpg" alt="<?php echo $bolgValue['TravTitle']; ?>" class="img-homepage-1 trending-acti-img lazy" />

        <?php } ?>


                                        </a></figure>
                                    <div class="tg-populartourcontent">

                                        <div class="clearfix"></div>
                                        <div class="tg-populartourtitle">
                                            <a href="<?php echo $baseUrl; ?>travelogue/<?php echo $bolgValue['TravIdentifier'] ?>"><?php echo $bolgValue['TravTitle'] ?></a>
                                            <!--  <h3><a href=""><?php echo $bolgValue['TravTitle']; ?> </a></h3> -->
                                        </div>

                                    </div>
                                </div>
                            </div>
    <?php } ?>
                    </div>
                    <!--end of owlcarousal-->


                </div>
            </div>
        </div>
        <div class="cl"></div>
    </div>
<?php } ?>

<div class="footeruppercls">
    <div class="container ">

        <div class="row">
            <div class="col-lg-12 col-md-12 col-sm-12 col-12">
                <div class="ft-title mb-1 " >
                    Travel Categories
                </div>
                <ul class="links pl-0">
<?php
foreach ($packTypeForFooterLink as $key => $value) {
//               echo "<pre>";print_r($packTypeForFooterLink);die();
    ?>
                        <li class="">
                            <a href="<?php echo $baseUrl ?>tour-destination/category/<?php echo strtolower(Catabatic_Helper::getSeoName($value['Title'])); ?>"><?php echo $value['Title']; ?></a>
                        </li>
<?php } ?>
                </ul>

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


<script>

    function closebox() {
        $('.room_boxcls').hide();
        $('#mypopupsectionModal').modal('hide');
    }

    function SetAirportsinSearchForm(fromAirpName, fromAirpCode, toAirpName, toAirpCode, source, destination, ContSysId1, ContSysId2) {
        //alert(fromAirpName);
        // alert(fromAirpName1);
        $('#mytrip_city_from').val(fromAirpName + ' (' + fromAirpCode + ')');
        $('#mytrip_city_to').val(toAirpName + ' (' + toAirpCode + ')');

        $('#airport_search_1').val(fromAirpCode);
        $('#airport_search_2').val(toAirpCode);


        $('#ContSysId_1').val(ContSysId1);
        $('#ContSysId_2').val(ContSysId2);

        $('#FromToCIty_1').val(source);
        $('#FromToCIty_2').val(destination);


        $('html, body').animate({
            scrollTop: $("#mytrip_city_from").offset().top - 70
        }, 200);
    }

</script>
<!-- <script>
$(document).ready(function(){
        
        $(".closebtn").click(function(){
            $('#mypopupsectionModal').modal('hide');
             

        });
    });
</script> -->


Youez - 2016 - github.com/yon3zu
LinuXploit