regencyfleets.com Open in urlscan Pro
192.185.74.10  Public Scan

Submitted URL: http://regencyfleets.com/
Effective URL: https://regencyfleets.com/
Submission: On June 03 via manual from QA — Scanned from DE

Form analysis 2 forms found in the DOM

GET https://regencyfleets.com/

<form method="GET" action="https://regencyfleets.com/" id="header_searchform">
  <button type="submit"><i class="fa fa-search"></i></button>
  <input type="search" placeholder="Search" class="search_box" name="s" value="">
</form>

Name: booking-panel-form

<form name="booking-panel-form" class="ng-invalid ng-invalid-required ng-dirty ng-valid-parse">
  <div class="row">
    <div class="col-md-12 panel-heading">
      <h4>CHOOSE YOUR SERVICE</h4>
    </div>
  </div>
  <!--<div class="row">
					<div class="col-md-12">
						<ul class="nav nav-tabs nav-justified bookingType" role="tablist">
						    <li ng-class="{'active': vm.agreement.bookingType === 1}" ng-click="vm.agreement.bookingType = 1" style="width: 100%;">Self-Driven</li>
						    <li ng-class="{'active': vm.agreement.bookingType === 2}" ng-click="vm.agreement.bookingType = 2" style="width: 50%;">Chauffeur-Driven</li> 
						  </ul>
					</div>
				</div>-->
  <!-- <div class="row">
					<div class="col-md-12">
						<ul class="nav nav-tabs nav-justified pickupType" role="tablist">
						    <li ng-class="{'active': vm.pickupType === 1}" ng-click="vm.pickupType = 1; vm.isPanelChangeDoLoc = false;">Pick-Up</li>
						    <li ng-class="{'active': vm.pickupType === 2}" ng-click="vm.pickupType = 2; vm.isPanelChangeDoLoc = true;">Return</li>
						  </ul>
					</div>
				</div> -->
  <div class="row location-area">
    <div class="col-md-6" ng-class="{'col-md-12': !vm.isPanelChangeDoLoc}">
      <label class="ng-binding"> Pick Up Location<span class="text-danger">*</span></label>
      <!-- ngIf: vm.agreement.bookingType === 1 -->
      <div class="input-group ng-scope" ng-if="vm.agreement.bookingType === 1">
        <span class="input-group-addon transparent"><i class="fa fa-location-arrow"></i></span>
        <div class="ui-select-container ui-select-bootstrap dropdown ng-pristine ng-untouched ng-valid ng-scope ng-not-empty ng-valid-required edited" ng-class="{'edited':vm.agreement.location, open: $select.open}" allow-clear=""
          ng-model="vm.agreement.location" theme="bootstrap" ng-change="vm.agreement.closingLocation =!vm.agreement.closingLocation? vm.agreement.location:vm.agreement.closingLocation;" ng-required="true" required="required">
          <div class="ui-select-match ng-scope" ng-hide="$select.open &amp;&amp; $select.searchEnabled" ng-disabled="$select.disabled" ng-class="{'btn-default-focus':$select.focus}"><span tabindex="-1"
              class="btn btn-default form-control ui-select-toggle" aria-label="Select box activate" ng-disabled="$select.disabled" ng-click="$select.activate()" style="outline: 0;"><span ng-show="$select.isEmpty()"
                class="ui-select-placeholder text-muted ng-binding ng-hide"></span> <span ng-hide="$select.isEmpty()" class="ui-select-match-text pull-left" ng-class="{'ui-select-allow-clear': $select.allowClear &amp;&amp; !$select.isEmpty()}"
                ng-transclude=""></span> <i class="caret pull-right" ng-click="$select.toggle($event)"></i>
              <a ng-show="$select.allowClear &amp;&amp; !$select.isEmpty() &amp;&amp; ($select.disabled !== true)" aria-label="Select box clear" style="margin-right: 10px" ng-click="$select.clear($event)" class="btn btn-xs btn-link pull-right ng-hide"><i class="glyphicon glyphicon-remove" aria-hidden="true"></i></a></span>
          </div><input type="search" autocomplete="off" tabindex="-1" aria-expanded="true" aria-label="Select box" aria-owns="ui-select-choices-2" aria-activedescendant="ui-select-choices-row-2-0"
            class="form-control ui-select-search ng-pristine ng-untouched ng-valid ng-empty ng-hide" placeholder="" ng-model="$select.search" ng-show="$select.searchEnabled &amp;&amp; $select.open" style="width: 10px;">
          <ul class="ui-select-choices ui-select-choices-content ui-select-dropdown dropdown-menu ng-scope ng-hide" role="listbox" ng-show="$select.open &amp;&amp; $select.items.length > 0" repeat="Type in vm.locations">
            <li class="ui-select-choices-group" id="ui-select-choices-2">
              <div class="divider ng-hide" ng-show="$select.isGrouped &amp;&amp; $index > 0"></div>
              <div ng-show="$select.isGrouped" class="ui-select-choices-group-label dropdown-header ng-binding ng-hide" ng-bind="$group.name"></div>
              <!-- ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items -->
            </li>
          </ul>
          <div class="ui-select-no-choice"></div><ui-select-single></ui-select-single><input ng-disabled="$select.disabled" class="ui-select-focusser ui-select-offscreen ng-scope" type="text" id="focusser-2" aria-label="Select box focus"
            aria-haspopup="true" role="button">
        </div>
      </div><!-- end ngIf: vm.agreement.bookingType === 1 -->
      <!-- ngIf: vm.agreement.bookingType === 2 -->
    </div>
    <!-- ngIf: vm.isPanelChangeDoLoc -->
    <div class="col-md-6 ng-scope" ng-if="vm.isPanelChangeDoLoc">
      <label class="ng-binding"> Drop Off Location<span class="text-danger">*</span></label>
      <!-- ngIf: vm.agreement.bookingType === 1 -->
      <div class="input-group ng-scope" ng-if="vm.agreement.bookingType === 1">
        <span class="input-group-addon transparent"><i class="fa fa-location-arrow"></i></span>
        <div class="ui-select-container ui-select-bootstrap dropdown ng-pristine ng-untouched ng-valid ng-scope ng-not-empty ng-valid-required edited" ng-class="{'edited':vm.agreement.closingLocation, open: $select.open}" allow-clear=""
          ng-model="vm.agreement.closingLocation" theme="bootstrap" ng-required="true" required="required">
          <div class="ui-select-match ng-scope" ng-hide="$select.open &amp;&amp; $select.searchEnabled" ng-disabled="$select.disabled" ng-class="{'btn-default-focus':$select.focus}"><span tabindex="-1"
              class="btn btn-default form-control ui-select-toggle" aria-label="Select box activate" ng-disabled="$select.disabled" ng-click="$select.activate()" style="outline: 0;"><span ng-show="$select.isEmpty()"
                class="ui-select-placeholder text-muted ng-binding ng-hide"></span> <span ng-hide="$select.isEmpty()" class="ui-select-match-text pull-left" ng-class="{'ui-select-allow-clear': $select.allowClear &amp;&amp; !$select.isEmpty()}"
                ng-transclude=""></span> <i class="caret pull-right" ng-click="$select.toggle($event)"></i>
              <a ng-show="$select.allowClear &amp;&amp; !$select.isEmpty() &amp;&amp; ($select.disabled !== true)" aria-label="Select box clear" style="margin-right: 10px" ng-click="$select.clear($event)" class="btn btn-xs btn-link pull-right ng-hide"><i class="glyphicon glyphicon-remove" aria-hidden="true"></i></a></span>
          </div><input type="search" autocomplete="off" tabindex="-1" aria-expanded="true" aria-label="Select box" aria-owns="ui-select-choices-5" aria-activedescendant="ui-select-choices-row-5-0"
            class="form-control ui-select-search ng-pristine ng-untouched ng-valid ng-empty ng-hide" placeholder="" ng-model="$select.search" ng-show="$select.searchEnabled &amp;&amp; $select.open" style="width: 10px;">
          <ul class="ui-select-choices ui-select-choices-content ui-select-dropdown dropdown-menu ng-scope ng-hide" role="listbox" ng-show="$select.open &amp;&amp; $select.items.length > 0" repeat="Type in vm.locations">
            <li class="ui-select-choices-group" id="ui-select-choices-5">
              <div class="divider ng-hide" ng-show="$select.isGrouped &amp;&amp; $index > 0"></div>
              <div ng-show="$select.isGrouped" class="ui-select-choices-group-label dropdown-header ng-binding ng-hide" ng-bind="$group.name"></div>
              <!-- ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items -->
            </li>
          </ul>
          <div class="ui-select-no-choice"></div><ui-select-single></ui-select-single><input ng-disabled="$select.disabled" class="ui-select-focusser ui-select-offscreen ng-scope" type="text" id="focusser-5" aria-label="Select box focus"
            aria-haspopup="true" role="button">
        </div>
      </div><!-- end ngIf: vm.agreement.bookingType === 1 -->
      <!-- ngIf: vm.agreement.bookingType === 2 -->
    </div><!-- end ngIf: vm.isPanelChangeDoLoc -->
  </div>
  <div class="row datetime-area">
    <div class="col-md-6" ng-class="{'col-md-12': !vm.isPanelChangeDoLoc}">
      <label class="ng-binding"> Pick Up Time<span class="text-danger">*</span></label>
      <div class="input-group">
        <span class="input-group-addon transparent"><i class="fa fa-calendar"></i></span>
        <input class="form-control ng-untouched ng-valid ng-isolate-scope ng-not-empty ng-valid-required edited ng-dirty ng-valid-parse" id="pickupTime"
          options="{showClose: false, format: 'DD/MM/YYYY', icons: { time: 'fa fa-clock-o', date: 'fa fa-calendar', up: 'fa fa-arrow-up', down: 'fa fa-arrow-down' }}" datetimepicker="" name="outDetail_dateTime" ng-model="vm.agreement.startDatePart"
          ng-class="{'edited':vm.agreement.startDatePart}" ng-change="vm.endDateChanges();vm.startDateChanged()" ng-required="true" required="required">
      </div>
      <div class="row">
        <div class="col-md-7 col-sm-7 col-xs-7" style="padding-right: 0px;padding-left: 15px;">
          <div class="input-group">
            <span class="input-group-addon transparent"><i class="fa fa-clock-o"></i></span>
            <div class="ui-select-container ui-select-bootstrap dropdown ng-not-empty ng-valid ng-valid-required edited" ng-class="{'edited':vm.agreement.startDateHrs, open: $select.open}" allow-clear="" ng-model="vm.agreement.startDateHrs"
              theme="bootstrap" ng-change="vm.changeTimePart()" ng-required="true" required="required">
              <div class="ui-select-match ng-scope" ng-hide="$select.open &amp;&amp; $select.searchEnabled" ng-disabled="$select.disabled" ng-class="{'btn-default-focus':$select.focus}"><span tabindex="-1"
                  class="btn btn-default form-control ui-select-toggle" aria-label="Select box activate" ng-disabled="$select.disabled" ng-click="$select.activate()" style="outline: 0;"><span ng-show="$select.isEmpty()"
                    class="ui-select-placeholder text-muted ng-binding ng-hide"></span> <span ng-hide="$select.isEmpty()" class="ui-select-match-text pull-left" ng-class="{'ui-select-allow-clear': $select.allowClear &amp;&amp; !$select.isEmpty()}"
                    ng-transclude="">00</span> <i class="caret pull-right" ng-click="$select.toggle($event)"></i>
                  <a ng-show="$select.allowClear &amp;&amp; !$select.isEmpty() &amp;&amp; ($select.disabled !== true)" aria-label="Select box clear" style="margin-right: 10px" ng-click="$select.clear($event)" class="btn btn-xs btn-link pull-right ng-hide"><i class="glyphicon glyphicon-remove" aria-hidden="true"></i></a></span>
              </div><input type="search" autocomplete="off" tabindex="-1" aria-expanded="true" aria-label="Select box" aria-owns="ui-select-choices-0" aria-activedescendant="ui-select-choices-row-0-0"
                class="form-control ui-select-search ng-pristine ng-untouched ng-valid ng-empty ng-hide" placeholder="" ng-model="$select.search" ng-show="$select.searchEnabled &amp;&amp; $select.open" style="width: 10px;">
              <ul class="ui-select-choices ui-select-choices-content ui-select-dropdown dropdown-menu ng-scope ng-hide" role="listbox" ng-show="$select.open &amp;&amp; $select.items.length > 0" repeat="Type.value as Type in vm.dateHrs">
                <li class="ui-select-choices-group" id="ui-select-choices-0">
                  <div class="divider ng-hide" ng-show="$select.isGrouped &amp;&amp; $index > 0"></div>
                  <div ng-show="$select.isGrouped" class="ui-select-choices-group-label dropdown-header ng-binding ng-hide" ng-bind="$group.name"></div>
                  <!-- ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items -->
                </li>
              </ul>
              <div class="ui-select-no-choice"></div><ui-select-single></ui-select-single><input ng-disabled="$select.disabled" class="ui-select-focusser ui-select-offscreen ng-scope" type="text" id="focusser-0" aria-label="Select box focus"
                aria-haspopup="true" role="button">
            </div>
          </div>
        </div>
        <div class="col-md-5 col-sm-5 col-xs-5" style="padding-left: 0px;">
          <div class="form-group">
            <div class="ui-select-container ui-select-bootstrap dropdown ng-not-empty ng-valid ng-valid-required edited" ng-class="{'edited':vm.agreement.startDateMinutes, open: $select.open}" allow-clear="" ng-model="vm.agreement.startDateMinutes"
              theme="bootstrap" ng-change="vm.changeTimePart()" ng-required="true" required="required">
              <div class="ui-select-match ng-scope" ng-hide="$select.open &amp;&amp; $select.searchEnabled" ng-disabled="$select.disabled" ng-class="{'btn-default-focus':$select.focus}"><span tabindex="-1"
                  class="btn btn-default form-control ui-select-toggle" aria-label="Select box activate" ng-disabled="$select.disabled" ng-click="$select.activate()" style="outline: 0;"><span ng-show="$select.isEmpty()"
                    class="ui-select-placeholder text-muted ng-binding ng-hide"></span> <span ng-hide="$select.isEmpty()" class="ui-select-match-text pull-left" ng-class="{'ui-select-allow-clear': $select.allowClear &amp;&amp; !$select.isEmpty()}"
                    ng-transclude="">00</span> <i class="caret pull-right" ng-click="$select.toggle($event)"></i>
                  <a ng-show="$select.allowClear &amp;&amp; !$select.isEmpty() &amp;&amp; ($select.disabled !== true)" aria-label="Select box clear" style="margin-right: 10px" ng-click="$select.clear($event)" class="btn btn-xs btn-link pull-right ng-hide"><i class="glyphicon glyphicon-remove" aria-hidden="true"></i></a></span>
              </div><input type="search" autocomplete="off" tabindex="-1" aria-expanded="true" aria-label="Select box" aria-owns="ui-select-choices-1" aria-activedescendant="ui-select-choices-row-1-0"
                class="form-control ui-select-search ng-pristine ng-untouched ng-valid ng-empty ng-hide" placeholder="" ng-model="$select.search" ng-show="$select.searchEnabled &amp;&amp; $select.open" style="width: 10px;">
              <ul class="ui-select-choices ui-select-choices-content ui-select-dropdown dropdown-menu ng-scope ng-hide" role="listbox" ng-show="$select.open &amp;&amp; $select.items.length > 0" repeat="Type.value as Type in vm.dateminuts">
                <li class="ui-select-choices-group" id="ui-select-choices-1">
                  <div class="divider ng-hide" ng-show="$select.isGrouped &amp;&amp; $index > 0"></div>
                  <div ng-show="$select.isGrouped" class="ui-select-choices-group-label dropdown-header ng-binding ng-hide" ng-bind="$group.name"></div>
                  <!-- ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items -->
                </li>
              </ul>
              <div class="ui-select-no-choice"></div><ui-select-single></ui-select-single><input ng-disabled="$select.disabled" class="ui-select-focusser ui-select-offscreen ng-scope" type="text" id="focusser-1" aria-label="Select box focus"
                aria-haspopup="true" role="button">
            </div>
          </div>
        </div>
      </div>
    </div>
    <!-- ngIf: vm.isPanelChangeDoLoc -->
    <div class="col-md-6 ng-scope" ng-if="vm.isPanelChangeDoLoc">
      <label class="ng-binding"> Drop Off Time<span class="text-danger">*</span></label>
      <div class="input-group">
        <span class="input-group-addon transparent"><i class="fa fa-calendar"></i></span>
        <input class="form-control ng-untouched ng-valid ng-isolate-scope ng-not-empty ng-valid-required edited ng-dirty ng-valid-parse" id="dropOffTime"
          options="{showClose: false, format: 'DD/MM/YYYY', icons: { time: 'fa fa-clock-o', date: 'fa fa-calendar', up: 'fa fa-arrow-up', down: 'fa fa-arrow-down'}}" datetimepicker="" name="inDetail_dateTime" ng-model="vm.agreement.endDatePart"
          ng-class="{'edited':vm.agreement.endDatePart}" ng-change="vm.endDateChanges();vm.endDateChanged()" ng-required="true" required="required">
      </div>
      <div class="row">
        <div class="col-md-7 col-sm-7 col-xs-7" style="padding-right: 0px;padding-left: 15px;">
          <div class="input-group">
            <span class="input-group-addon transparent"><i class="fa fa-clock-o"></i></span>
            <div class="ui-select-container ui-select-bootstrap dropdown ng-pristine ng-untouched ng-valid ng-scope ng-not-empty ng-valid-required edited" ng-class="{'edited':vm.agreement.endDateHrs, open: $select.open}" allow-clear=""
              ng-model="vm.agreement.endDateHrs" theme="bootstrap" ng-change="vm.changeTimePart()" ng-required="true" required="required">
              <div class="ui-select-match ng-scope" ng-hide="$select.open &amp;&amp; $select.searchEnabled" ng-disabled="$select.disabled" ng-class="{'btn-default-focus':$select.focus}"><span tabindex="-1"
                  class="btn btn-default form-control ui-select-toggle" aria-label="Select box activate" ng-disabled="$select.disabled" ng-click="$select.activate()" style="outline: 0;"><span ng-show="$select.isEmpty()"
                    class="ui-select-placeholder text-muted ng-binding ng-hide"></span> <span ng-hide="$select.isEmpty()" class="ui-select-match-text pull-left" ng-class="{'ui-select-allow-clear': $select.allowClear &amp;&amp; !$select.isEmpty()}"
                    ng-transclude="">00</span> <i class="caret pull-right" ng-click="$select.toggle($event)"></i>
                  <a ng-show="$select.allowClear &amp;&amp; !$select.isEmpty() &amp;&amp; ($select.disabled !== true)" aria-label="Select box clear" style="margin-right: 10px" ng-click="$select.clear($event)" class="btn btn-xs btn-link pull-right ng-hide"><i class="glyphicon glyphicon-remove" aria-hidden="true"></i></a></span>
              </div><input type="search" autocomplete="off" tabindex="-1" aria-expanded="true" aria-label="Select box" aria-owns="ui-select-choices-3" aria-activedescendant="ui-select-choices-row-3-0"
                class="form-control ui-select-search ng-pristine ng-untouched ng-valid ng-empty ng-hide" placeholder="" ng-model="$select.search" ng-show="$select.searchEnabled &amp;&amp; $select.open" style="width: 10px;">
              <ul class="ui-select-choices ui-select-choices-content ui-select-dropdown dropdown-menu ng-scope ng-hide" role="listbox" ng-show="$select.open &amp;&amp; $select.items.length > 0" repeat="Type.value as Type in vm.dateHrs">
                <li class="ui-select-choices-group" id="ui-select-choices-3">
                  <div class="divider ng-hide" ng-show="$select.isGrouped &amp;&amp; $index > 0"></div>
                  <div ng-show="$select.isGrouped" class="ui-select-choices-group-label dropdown-header ng-binding ng-hide" ng-bind="$group.name"></div>
                  <!-- ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items -->
                </li>
              </ul>
              <div class="ui-select-no-choice"></div><ui-select-single></ui-select-single><input ng-disabled="$select.disabled" class="ui-select-focusser ui-select-offscreen ng-scope" type="text" id="focusser-3" aria-label="Select box focus"
                aria-haspopup="true" role="button">
            </div>
          </div>
        </div>
        <div class="col-md-5 col-sm-5 col-xs-5" style="padding-left: 0px;">
          <div class="form-group">
            <div class="ui-select-container ui-select-bootstrap dropdown ng-pristine ng-untouched ng-valid ng-scope ng-not-empty ng-valid-required edited" ng-class="{'edited':vm.agreement.endDateMinutes, open: $select.open}" allow-clear=""
              ng-model="vm.agreement.endDateMinutes" theme="bootstrap" ng-change="vm.changeTimePart()" ng-required="true" required="required">
              <div class="ui-select-match ng-scope" ng-hide="$select.open &amp;&amp; $select.searchEnabled" ng-disabled="$select.disabled" ng-class="{'btn-default-focus':$select.focus}"><span tabindex="-1"
                  class="btn btn-default form-control ui-select-toggle" aria-label="Select box activate" ng-disabled="$select.disabled" ng-click="$select.activate()" style="outline: 0;"><span ng-show="$select.isEmpty()"
                    class="ui-select-placeholder text-muted ng-binding ng-hide"></span> <span ng-hide="$select.isEmpty()" class="ui-select-match-text pull-left" ng-class="{'ui-select-allow-clear': $select.allowClear &amp;&amp; !$select.isEmpty()}"
                    ng-transclude="">00</span> <i class="caret pull-right" ng-click="$select.toggle($event)"></i>
                  <a ng-show="$select.allowClear &amp;&amp; !$select.isEmpty() &amp;&amp; ($select.disabled !== true)" aria-label="Select box clear" style="margin-right: 10px" ng-click="$select.clear($event)" class="btn btn-xs btn-link pull-right ng-hide"><i class="glyphicon glyphicon-remove" aria-hidden="true"></i></a></span>
              </div><input type="search" autocomplete="off" tabindex="-1" aria-expanded="true" aria-label="Select box" aria-owns="ui-select-choices-4" aria-activedescendant="ui-select-choices-row-4-0"
                class="form-control ui-select-search ng-pristine ng-untouched ng-valid ng-empty ng-hide" placeholder="" ng-model="$select.search" ng-show="$select.searchEnabled &amp;&amp; $select.open" style="width: 10px;">
              <ul class="ui-select-choices ui-select-choices-content ui-select-dropdown dropdown-menu ng-scope ng-hide" role="listbox" ng-show="$select.open &amp;&amp; $select.items.length > 0" repeat="Type.value as Type in vm.dateminuts">
                <li class="ui-select-choices-group" id="ui-select-choices-4">
                  <div class="divider ng-hide" ng-show="$select.isGrouped &amp;&amp; $index > 0"></div>
                  <div ng-show="$select.isGrouped" class="ui-select-choices-group-label dropdown-header ng-binding ng-hide" ng-bind="$group.name"></div>
                  <!-- ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: Type in $select.items -->
                </li>
              </ul>
              <div class="ui-select-no-choice"></div><ui-select-single></ui-select-single><input ng-disabled="$select.disabled" class="ui-select-focusser ui-select-offscreen ng-scope" type="text" id="focusser-4" aria-label="Select box focus"
                aria-haspopup="true" role="button">
            </div>
          </div>
        </div>
      </div>
    </div><!-- end ngIf: vm.isPanelChangeDoLoc -->
    <!-- ngIf: vm.agreement.bookingType === 1 -->
    <div class="ng-scope" style="width: 100%;" ng-if="vm.agreement.bookingType === 1">
      <div class="col-md-12 text-center">
        <div class="checkbox-c">
          <label for="DriverAgeCheckBox">
            <input id="DriverAgeCheckBox" class="md-check ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" type="checkbox" name="DriverAgeCheckBox" ng-model="vm.isDriverAgeChecked" ng-required="true" required="required">
            <span class="cr"><i class="cr-icon fa fa-check"></i></span> Driver Age Between 25 To 65<span class="text-danger">*</span>
          </label>
        </div>
      </div>
    </div><!-- end ngIf: vm.agreement.bookingType === 1 -->
  </div>
  <div class="row panel-row">
    <div class="col-md-12 panel-button">
      <button ng-disabled="vm.disabledSubmitButton(booking-panel-form.$invalid)" type="submit" button-busy="vm.loading" class="btn btn-default" style="background-color:#F5D135 !important;color:#fff;" ng-click="vm.submitPanelForm()"
        disabled="disabled"><!-- ngIf: vm.agreement.bookingType === 1 --><span ng-if="vm.agreement.bookingType === 1" class="ng-scope">Find Now</span><!-- end ngIf: vm.agreement.bookingType === 1 -->
        <!-- ngIf: vm.agreement.bookingType === 2 --></button>
    </div>
  </div>
</form>

Text Content

 * 

 * +974 44 55 4046 | +974 7048 2611


 * Home
 * Fleet
 * About Us
 * Services
 * Terms & Conditions
 * Contact
 * Login

 * Home
 * Fleet
 * About Us
 * Services
 * Terms & Conditions
 * Contact
 * Login






CHOOSE YOUR SERVICE

Pick Up Location*
 * 


Drop Off Location*
 * 


Pick Up Time*

00
 * 


00
 * 


Drop Off Time*

00
 * 


00
 * 


Driver Age Between 25 To 65*
Find Now



REGENCY FLEETS


IN BRIEF



Regency Fleets is a premier car rental & leasing company in Qatar, with an
assorted fleet of vehicles, including passenger cars, commercial Vehicles, and
coaches, serving the hospitality sector, we go all out for clientele
satisfaction and state of the art services ranging from economical to luxurious
vehicles. Our tailor-made solutions and one-stop-shop approach make us of no
parallel.




OUR


SERVICES



CHOOSE YOUR RENTAL TYPE

Daily and Weekly Rentals Choose from a wide range of cars and vans to suit your
taste and budget. Best value guaranteed!

Short-term and Long-term Lease Be it for corporate or personal use, we offer a
wide range of well-maintained vehicles for short-term and long-term leasing at
the most competitive pricing.

ENJOY OUR TOP NOTCH SERVICES

 * 24/7 customer care
 * Worldwide reservation facility
 * Airport transfers
 * Staff transport solutions
 * GPS navigation system
 * Chauffeur services
 * Baby car seats
 * Used car sales

CHAUFFEUR SERVICES

Be it for a sightseeing tour, corporate meeting, or wedding reception, we offer
excellent chauffeur services with well-trained and courteous drivers.

BUS SERVICES

Our winning combination of world-class buses and professional drivers will
ensure that your journey will be safe and comfortable, wherever you go.


WHY


US?





TOP RENTED


CARS


QAR 100 /Day
Geely Emgrand
Or Similar

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

 * 4 Passenger s
 * 1 Large Bag s
 * 2 Small Bag s

 *   
   * AC

 * * A-Automatic

Details
Rent
QAR 4800 /Day
LFDR Lamborghini Urus 2021
Or Similar Subcompact Size SUV Vehicles

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

 * 5 Passenger s
 * 2 Large Bag s
 * 3 Small Bag s

   
 * AC
   
   
   
 * A-Automatic
   

Details
Rent
QAR 700 /Day
PFBR Toyota Landcruiser
Or Similar Full Size SUV

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

 * 7 Passenger s
 * 3 Large Bag s
 * 4 Small Bag s

   
 * AC
   
   
   
 * A-Automatic
   

Details
Rent


 * Home
 * Fleet
 * About Us
 * Services
 * Terms & Conditions
 * Contact

 * FAQ
 * Maintenance
 * Return Policy
 * Login

CONTACT US

 * Address:D-ring Road, Al Asiri st, Doha, Qatar
 * Phone:+974 44 55 4046, +974 70 48 2611
 * Email:reservation@regencyfleets.com



© Copyrights 2024 - Al Asmakh | Regency Fleets. Designed by Speedautosystems

 * 
 * 
 * 
 * 
 *