Evening Desert Safari in Dubai - Shared Vehicle

Combo Offer: Save 15% on Evening Safari + Expo Tickets
From USD 85

About

Full description

<div class="row justify-content-center mb-4"> <h2 class="col-11 col-md-10 text-center">Evening Safari in Dubai - Shared Vehicle</h2> </div> <div class="row justify-content-center pdp-description-divider"> <div class="col-11 col-md-10 col-lg-7 pr-lg-5 offset-lg-1"> <p>Our Evening Desert Safari in Dubai is the perfect way to experience the best of what the Dubai desert has to offer. You'll have a chance to ride in a four-wheel drive over the endless sand dunes, enjoy a delicious barbecue dinner under the stars and immerse yourself in incredible traditional local entertainment. So what are you waiting for? Book your Evening Desert Safari in Dubai now and get ready for an adventure of a lifetime!<a href="#" id="readMoreLink" onclick="toggleExpandableContent(); return false;">...Read More</a></p> <div id="expandableContent" style="display: none;"> <p>If you're looking for an adventure in the desert, look no further than the Evening Desert Safari in Dubai. This thrilling tour will take you on a journey through the sand dunes of the Arabian Desert, giving you the opportunity to experience the desert nightlife and see the stars shining bright overhead.You'll also have the chance to enjoy a delicious barbecue dinner under the desert sky before heading back to your hotel. If it&rsquo;s an adrenaline-filled adventure you&rsquo;re after, our Dubai Evening Desert Safari is definitely for you. From the moment you set off in your 4x4, you'll be in for a ride of a lifetime. Hold on tight as you drive over the sand dunes, admiring the stunning desert landscapes as you go.</p> <p>Once the thrills are done, you'll arrive at our traditional Bedouin camp, where you can try out camel riding, find your balance on a sandboard, get a henna tattoo, or simply relax and take in the incredible views. As night falls, the fun really begins. You'll enjoy a delicious barbecue dinner under the stars along with your selected beverage package. The local performers will take you on an awe-inspiring journey and showcase the best of Emirati entertainment. If you're ready for an action-packed and unforgettable adventure in the heart of the desert, our Evening Desert Safari in Dubai is definitely for you. So what are you waiting for? Book your Dubai Evening Desert Safari today! <a href="#" id="readLessLink" onclick="toggleExpandableContent(); return false;">...Read Less</a></p> </div> <head> <style> .my-div { margin: 30px; } </style> </head> <body> <div class="my-div"> </div> </body> <script> function toggleExpandableContent() { var expandableContent = document.getElementById('expandableContent'); var readMoreLink = document.getElementById('readMoreLink'); var readLessLink = document.getElementById('readLessLink'); if (expandableContent.style.display === 'none') { expandableContent.style.display = 'block'; readMoreLink.style.display = 'none'; readLessLink.style.display = 'inline'; } else { expandableContent.style.display = 'none'; readMoreLink.style.display = 'inline'; readLessLink.style.display = 'none'; } } </script></div> </div> <title></title> <style type="text/css">#toggle-header, #toggle-header2, #toggle-header3 { /* Added new header ID */ position: relative; cursor: pointer; color: #0039A6; margin-top: 20px; } #toggle-button, #toggle-button2, #toggle-button3 { /* Added new button ID */ position: absolute; top: 50%; right: 10px; transform: translateY(-50%); width: 20px; height: 20px; transition: transform 0.3s ease-in-out; background: none; border: none; padding: 0; outline: none; } #toggle-content, #toggle-content2, #toggle-content3 { /* Added new content ID */ display: none; padding-bottom: 20px; } .line, .line2 { /* Updated class names to differentiate lines */ height: 1px; background-color: #000; opacity: 0.2; } #toggle-header.expanded #toggle-button, #toggle-header2.expanded #toggle-button2, #toggle-header3.expanded #toggle-button3 { /* Updated class names for expanded state */ transform: translateY(-50%) rotate(180deg); } <head> <style> .my-div { margin: 30px; } </style> <div class="my-div"></div> <div class="container"> <div class="row"> <div class="col-lg-8"> <style type="text/css">/* Default style for the header */ #toggle-header { text-align: center; /* Centered text by default */ } /* Media query for screens with a maximum width of 767px (typical mobile view) */ @media (max-width: 767px) { #toggle-header { text-align: left; /* Align left on mobile view */ } } </style> <h3 class="h3 text-center text-md-left mb-md-4" id="toggle-header">What's included<button id="toggle-button"><svg class="dropdown-icon" height="20px" viewbox="0 0 25 24" width="20px"> <path clip-rule="evenodd" d="M5.188 7.521l6.836 6.837 6.837-6.837 1.06 1.06-7.366 7.368a.75.75 0 01-1.061 0L4.127 8.582l1.06-1.06z" fill-rule="evenodd"></path> </svg></button></h3> <div id="toggle-content"> <ul class="list-marker"> <li>Hotel pick-up and drop-off in a four-wheel drive shared vehicle.</li> <li>Transfers to and from the camp as well as table seating at the campsite are shared with other guests.</li> <li>Dune drive</li> <li>Sunset stop</li> <li>Modern Bedouin-style camp</li> <li>Camel ride</li> <li>Sandboarding</li> <li>Henna hand painting</li> <li>Fire and Dance Show</li> <li>BBQ dinner</li> </ul> </div> <style type="text/css">/* Add a black line with 10% opacity */ hr { border: 0; height: 1px; background: rgba(0, 0, 0, 0.1); margin: 15px 0; } </style> <div> <h6 class="h6 text-left text-md-left mb-md-4">Upgrade to <a href="#" id="scrollToTopLink1" style="color: #1B397F;">House Beverages Package </a> to enjoy unlimited beer and wine, served after sunset.</h6> <hr /> <h6 class="h6 text-left text-md-left mb-md-4">Upgrade to <a href="#" id="scrollToTopLink2" style="color: #1B397F;">Premium Beverages Package </a> and enjoy unlimited premium beer, wine, spirits, and shisha.</h6> <hr /> <h6 class="h6 text-left text-md-left mb-md-4">If you're a group of 6 adults book our <a href="https://stg-aa.marhabaservices.com/ae/english/desert-safaris/aa-evening-desert-safari-dubai-private-vehicle.html" style="color: #1B397F;">Private Vehicle</a> and save up to 20%</h6> </div> <script> document.addEventListener("DOMContentLoaded", function() { var scrollToTopLink1 = document.getElementById("scrollToTopLink1"); var scrollToTopLink2 = document.getElementById("scrollToTopLink2"); function scrollToPosition(scrollPosition) { // Scroll to the calculated position window.scrollTo({ top: scrollPosition, behavior: "smooth" }); } scrollToTopLink1.addEventListener("click", function(event) { event.preventDefault(); // Prevents the default link behavior // Check if the screen width is less than or equal to 767px (typical mobile width) if (window.innerWidth <= 767) { // Scroll up 1250px scrollToPosition(window.scrollY - 1250); } else { // Scroll to the top on desktop scrollToPosition(0); } }); scrollToTopLink2.addEventListener("click", function(event) { event.preventDefault(); // Prevents the default link behavior // Check if the screen width is less than or equal to 767px (typical mobile width) if (window.innerWidth <= 767) { // Scroll up 1250px scrollToPosition(window.scrollY - 1250); } else { // Scroll to the top on desktop scrollToPosition(0); } }); }); </script> <div class="line2">&nbsp;</div> <!-- Added line below the first content --> <h3 class="h3 text-center text-md-left mb-md-4" id="toggle-header2">Good to know<button id="toggle-button2"><svg class="dropdown-icon" height="20px" viewbox="0 0 25 24" width="20px"> <path clip-rule="evenodd" d="M5.188 7.521l6.836 6.837 6.837-6.837 1.06 1.06-7.366 7.368a.75.75 0 01-1.061 0L4.127 8.582l1.06-1.06z" fill-rule="evenodd"></path> </svg></button></h3> <div id="toggle-content2"> <ul class="list-unordered"> <li>Souvenirs and photos are available for purchase at the campsite.</li> <li>Restrooms are available at the campsite.</li> <li>Shisha is included in the Premium package. For other packages, Shisha is available for purchase at the campsite for AED 50 per shisha.</li> <li>Modest dress and comfortable walking shoes are recommended.</li> <li>Beverage packages: when opting for the Soft drinks package, selected adult beverages are available on-site for an additional charge. All packages include unlimited soft drinks and water.</li> <li>A portion of your fee goes towards supporting local conservation.</li> <li>Entertainment may vary during Ramadan and other religious holidays.</li> </ul> </div> <div class="line" style="opacity: 0.2; margin-bottom: 20px;">&nbsp;</div> <!-- Added line below the second content --> <h3 class="h3 text-center text-md-left mb-md-4" id="toggle-header3">The Facts<button id="toggle-button3"><svg class="dropdown-icon" height="20px" viewbox="0 0 25 24" width="20px"> <path clip-rule="evenodd" d="M5.188 7.521l6.836 6.837 6.837-6.837 1.06 1.06-7.366 7.368a.75.75 0 01-1.061 0L4.127 8.582l1.06-1.06z" fill-rule="evenodd"></path> </svg></button></h3> <div id="toggle-content3"> <ul class="list-option row text-left justify-content-center"> <li class="col-md-4 mb-md-4"> <div class="list-option-item"><span class="list-option-icon-wrap"> <svg class="list-option-icon" viewbox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <path d="M26.755 24.321H22.58v2.912a.758.758 0 0 1-.153.46.777.777 0 0 1-1.082.154L16.4 24.168a.764.763 0 0 1 .353-1.373.781.78 0 0 1 .574.145l3.709 2.76v-2.146a.774.774 0 0 1 .772-.766h4.947a1.697 1.697 0 0 0 1.7-1.686V10.066a1.698 1.698 0 0 0-1.7-1.686.77.77 0 0 1-.774-.766.77.77 0 0 1 .774-.766c1.788.002 3.243 1.446 3.245 3.218v11.036c-.002 1.773-1.457 3.217-3.245 3.22zm-5.59-3.154h-5.977l-4.78 3.557a.616.616 0 0 1-.99-.492v-3.065H5.092C3.385 21.165 2.002 19.794 2 18.101V7.066C2.002 5.373 3.385 4.002 5.091 4h16.073c1.708.002 3.09 1.373 3.092 3.066V18.1c-.002 1.693-1.384 3.064-3.092 3.066zM10.14 8.538H8.3l-2.987 6.914h1.516l.3-.691.298-.691h3.585l.598 1.382h1.518zm10.712-.197h-2.026V7h-1.352v1.34h-2.026v1.34h3.348a8.015 8.014 0 0 1-.196 1.212 7.999 7.997 0 0 1-.63 1.697 10.267 10.265 0 0 1-1.208-1.803l-.038-.072-1.201.612.039.077.043.08c.446.827.986 1.61 1.627 2.302a8.515 8.513 0 0 1-1.348 1.436 8.706 8.704 0 0 1-.445.35l-.18.127-.185.123.747 1.117a9.702 9.7 0 0 0 2.403-2.23c.339.266.699.502 1.085.695.208.104.424.192.645.269l.446-1.264a3.927 3.926 0 0 1-.415-.17 4.98 4.98 0 0 1-1.017-.657 9.294 9.292 0 0 0 .906-2.222c.144-.55.236-1.112.277-1.68h.701zM9.22 9.92l1.195 2.767h-2.39z" fill-rule="evenodd"></path> </svg> </span> <span class="list-option-caption">Languages</span>English</div> </li> <li class="col-md-4 mb-md-4"> <div class="list-option-item"><span class="list-option-icon-wrap"> <svg class="list-option-icon" viewbox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <path d="M23.605 29.5c-.159 0-.315-.007-.47-.018l-.108-.008a7.723 7.753 0 0 1-.432-.052l-.124-.022a7.554 7.583 0 0 1-.317-.064c-.05-.011-.099-.021-.147-.034a6.84 6.866 0 0 1-.562-.17l-.15-.056a6.26 6.284 0 0 1-.427-.18l-.056-.024c-2.128-1.018-3.597-3.162-3.603-5.644.008-3.47 2.864-6.272 6.366-6.272.236 0 .471 0 .679.03v-.026a6.507 6.532 0 0 1 1.915.494v.024c2.087.891 3.611 2.89 3.809 5.223l.005.08c.01.142.017.287.017.432 0 3.473-2.864 6.287-6.395 6.287zm0-10.718c-2.476 0-4.51 1.999-4.51 4.431 0 2.434 2.034 4.433 4.51 4.433 2.475 0 4.509-1.94 4.509-4.403 0-2.462-2.034-4.461-4.509-4.461zm1.74 5.344h-1.74a.923.926 0 0 1-.944-.927V20.62c0-.522.413-.927.944-.927.53 0 .943.405.943.927v1.622h.796c.501 0 .942.435.942.956a.922.925 0 0 1-.942.927zm-4.157-11.24c.472 0 .855.377.824.811v1.39a.814.817 0 0 1-.824.812H18.86a.818.82 0 0 1-.827-.811v-1.39c0-.435.354-.811.827-.811zM9.281 15.9H6.95a.818.82 0 0 1-.825-.811v-1.39c0-.435.354-.811.825-.811h2.33c.47 0 .824.376.824.81v1.39a.815.818 0 0 1-.824.812zm.824 4.316a.815.818 0 0 1-.824.812H6.95a.816.82 0 0 1-.825-.812v-1.39c0-.434.354-.811.825-.811h2.33c.47 0 .824.377.824.81zm5.13-4.316h-2.329a.818.82 0 0 1-.826-.811v-1.39c0-.435.354-.811.826-.811h2.329c.47 0 .824.376.824.81v1.39a.815.818 0 0 1-.824.812zm.824 4.316a.815.818 0 0 1-.824.812h-2.329a.816.82 0 0 1-.826-.812v-1.39c0-.434.354-.811.826-.811h2.329c.47 0 .824.377.824.81zm8.195-9.255H3.886v11.384c0 .522.413.928.943.928h11.06c.009.64.097 1.261.258 1.854H4.83C3.267 25.126 2 23.88 2 22.344V7.454c0-.694.265-1.332.707-1.824V5.6h.06a2.873 2.884 0 0 1 2.092-.927h2.092V3.427c0-.521.414-.927.943-.927H9.31c.53 0 .943.406.943.927v1.246h7.722V3.427c0-.521.412-.927.943-.927h1.415c.53 0 .944.406.944.927v1.217h2.063a2.81 2.81 0 0 1 2.092.927h.03v.059c.442.492.707 1.13.707 1.824v8.561a7.786 7.815 0 0 0-1.915-.402z" fill-rule="evenodd"></path> </svg> </span> <span class="list-option-caption">Departures</span>Daily</div> </li> <li class="col-md-4 mb-md-4"> <div class="list-option-item"><span class="list-option-icon-wrap"> <svg class="list-option-icon" viewbox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <path d="M26.93 30H5.069A3.081 3.081 0 0 1 2 26.899V11.998h.019V7.896c0-.826.306-1.585.817-2.172V5.69h.07a3.28 3.28 0 0 1 2.42-1.103h2.422V3.104c0-.621.477-1.104 1.09-1.104h1.638c.613 0 1.09.483 1.09 1.104v1.483h8.935V3.104c0-.621.478-1.104 1.092-1.104h1.636c.615 0 1.092.483 1.092 1.104v1.448h2.387c.955 0 1.808.413 2.421 1.103h.035v.07c.51.586.817 1.345.817 2.171v4.102H30v14.9c0 1.7-1.357 3.102-3.07 3.102zm.778-3.826V11.998H4.291v14.176a1.38 1.38 0 0 0 1.377 1.394h20.693a1.38 1.38 0 0 0 1.378-1.394zm-17.39-6.182l2.155-2.043 2.006 2.177 5.118-5.176 2.082 2.104-7.274 7.368z" fill-rule="evenodd"></path> </svg> </span> <span class="list-option-caption">Availability</span>Year round</div> </li> <li class="col-md-4 mb-md-4"> <div class="list-option-item"><span class="list-option-icon-wrap"> <svg class="list-option-icon" viewbox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <path d="M29.87 8.712l.012-.031c-.406 1.25-.919 3.17-1.112 3.891l-.081.306c-.149.52-.765.875-1.407.81l-3.132-.321v10.18H7.85v-10.18l-3.133.32c-.64.066-1.258-.29-1.407-.809l-.081-.303c-.193-.723-.704-2.642-1.111-3.894l.012.031a1.755 1.76 0 0 1 .025-1.387c.179-.418.493-.756.823-.881l.01-.005L3 6.435c.398-.127 9.104-2.803 9.474-2.917l.06-.018h.522l.075.318c.323 1.383 1.503 2.352 2.868 2.356 1.366-.004 2.546-.973 2.87-2.356l.073-.318h.525l.058.018c.37.114 9.076 2.79 9.475 2.917l.01.004.013.005c.327.125.642.463.821.881.198.463.208.956.026 1.387zm-5.72 18.133c0 .802-.571 1.655-1.627 1.655H9.476c-1.056 0-1.627-.853-1.627-1.655v-1.577h16.3z" fill-rule="evenodd"></path> </svg> </span> <span class="list-option-caption">Dress Code</span>Modest dress and comfortable walking shoes are recommended</div> </li> <li class="col-md-4 mb-md-4"> <div class="list-option-item"><span class="list-option-icon-wrap"> <svg class="list-option-icon" viewbox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <path d="M20.867 23.888h-9.734C9.41 23.888 8 22.53 8 20.87v-9.74c0-1.66 1.41-3.018 3.133-3.018h9.734C22.59 8.112 24 9.47 24 11.13v9.74c0 1.66-1.41 3.018-3.133 3.018zm-2.222-8.766h-1.646v-2.278c0-.446-.377-.808-.84-.808-.464 0-.84.362-.84.808v3.086c0 .446.376.81.84.81h2.486c.463 0 .839-.364.839-.81 0-.446-.376-.808-.839-.808zM11.299 4.25C11.3 3.013 12.351 2 13.635 2h4.729C19.649 2 20.7 3.013 20.7 4.25v2.22h-9.402zm9.402 23.5c0 1.237-1.052 2.25-2.337 2.25h-4.729c-1.284 0-2.336-1.013-2.336-2.25v-2.22h9.402z" fill-rule="evenodd"></path> </svg> </span> <span class="list-option-caption">Duration</span>Late afternoon until early evening</div> </li> <li class="col-md-4 mb-md-4"> <div class="list-option-item"><span class="list-option-icon-wrap"> <svg class="list-option-icon" viewbox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <path d="M20.867 23.888h-9.734C9.41 23.888 8 22.53 8 20.87v-9.74c0-1.66 1.41-3.018 3.133-3.018h9.734C22.59 8.112 24 9.47 24 11.13v9.74c0 1.66-1.41 3.018-3.133 3.018zm-2.222-8.766h-1.646v-2.278c0-.446-.377-.808-.84-.808-.464 0-.84.362-.84.808v3.086c0 .446.376.81.84.81h2.486c.463 0 .839-.364.839-.81 0-.446-.376-.808-.839-.808zM11.299 4.25C11.3 3.013 12.351 2 13.635 2h4.729C19.649 2 20.7 3.013 20.7 4.25v2.22h-9.402zm9.402 23.5c0 1.237-1.052 2.25-2.337 2.25h-4.729c-1.284 0-2.336-1.013-2.336-2.25v-2.22h9.402z" fill-rule="evenodd"></path> </svg> </span> <span class="list-option-caption">Transport</span>4-wheel drive Land Cruiser or similar (shared)</div> </li> <li class="col-md-4 mb-md-4"> <div class="list-option-item"><span class="list-option-icon-wrap"> <svg class="list-option-icon" viewbox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <path d="M23.138 29.782c-.252.093-.473.155-.726.155-.6 0-1.137-.31-1.42-.839l-3.665-7.092a15.85 15.85 0 0 0 1.358-4.231l5.148 9.892c.38.778.095 1.711-.695 2.115zm-2.084-13.439c-.221 0-.442-.031-.664-.125a11.968 11.968 0 0 1-2.4-1.368c-.032.808-.062 1.68-.22 2.582-.981 6.409-6.667 11.883-6.919 12.101a1.68 1.658 0 0 1-2.37-.031 1.69 1.668 0 0 1 .033-2.364c.062-.063 5.085-4.915 5.97-10.265a13.857 13.672 0 0 0 0-4.386c-.79.87-1.674 2.24-2.274 4.2a1.69 1.69 0 0 1-2.117 1.118c-.916-.28-1.422-1.212-1.137-2.084 1.421-4.604 4.2-6.719 5.275-7.404.095-.061.19-.155.316-.218a1.71 1.687 0 0 1 2.368.592c.032.062 1.928 3.141 4.834 4.354a1.75 1.726 0 0 1 .916 2.272 1.809 1.809 0 0 1-1.611 1.026zM15.4 7.23a2.65 2.615 0 1 1 0-5.227 2.65 2.615 0 0 1 0 5.227z" fill-rule="evenodd"></path> </svg> </span> <span class="list-option-caption">Activity</span>Moderate</div> </li> <li class="col-md-4 mb-md-4"> <div class="list-option-item"><span class="list-option-icon-wrap"> <svg class="list-option-icon" viewbox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <path d="M23.605 29.5c-.159 0-.315-.007-.47-.018l-.108-.008a7.723 7.753 0 0 1-.432-.052l-.124-.022a7.554 7.583 0 0 1-.317-.064c-.05-.011-.099-.021-.147-.034a6.84 6.866 0 0 1-.562-.17l-.15-.056a6.26 6.284 0 0 1-.427-.18l-.056-.024c-2.128-1.018-3.597-3.162-3.603-5.644.008-3.47 2.864-6.272 6.366-6.272.236 0 .471 0 .679.03v-.026a6.507 6.532 0 0 1 1.915.494v.024c2.087.891 3.611 2.89 3.809 5.223l.005.08c.01.142.017.287.017.432 0 3.473-2.864 6.287-6.395 6.287zm0-10.718c-2.476 0-4.51 1.999-4.51 4.431 0 2.434 2.034 4.433 4.51 4.433 2.475 0 4.509-1.94 4.509-4.403 0-2.462-2.034-4.461-4.509-4.461zm1.74 5.344h-1.74a.923.926 0 0 1-.944-.927V20.62c0-.522.413-.927.944-.927.53 0 .943.405.943.927v1.622h.796c.501 0 .942.435.942.956a.922.925 0 0 1-.942.927zm-4.157-11.24c.472 0 .855.377.824.811v1.39a.814.817 0 0 1-.824.812H18.86a.818.82 0 0 1-.827-.811v-1.39c0-.435.354-.811.827-.811zM9.281 15.9H6.95a.818.82 0 0 1-.825-.811v-1.39c0-.435.354-.811.825-.811h2.33c.47 0 .824.376.824.81v1.39a.815.818 0 0 1-.824.812zm.824 4.316a.815.818 0 0 1-.824.812H6.95a.816.82 0 0 1-.825-.812v-1.39c0-.434.354-.811.825-.811h2.33c.47 0 .824.377.824.81zm5.13-4.316h-2.329a.818.82 0 0 1-.826-.811v-1.39c0-.435.354-.811.826-.811h2.329c.47 0 .824.376.824.81v1.39a.815.818 0 0 1-.824.812zm.824 4.316a.815.818 0 0 1-.824.812h-2.329a.816.82 0 0 1-.826-.812v-1.39c0-.434.354-.811.826-.811h2.329c.47 0 .824.377.824.81zm8.195-9.255H3.886v11.384c0 .522.413.928.943.928h11.06c.009.64.097 1.261.258 1.854H4.83C3.267 25.126 2 23.88 2 22.344V7.454c0-.694.265-1.332.707-1.824V5.6h.06a2.873 2.884 0 0 1 2.092-.927h2.092V3.427c0-.521.414-.927.943-.927H9.31c.53 0 .943.406.943.927v1.246h7.722V3.427c0-.521.412-.927.943-.927h1.415c.53 0 .944.406.944.927v1.217h2.063a2.81 2.81 0 0 1 2.092.927h.03v.059c.442.492.707 1.13.707 1.824v8.561a7.786 7.815 0 0 0-1.915-.402z" fill-rule="evenodd"></path> </svg> </span> <span class="list-option-caption">Estimated departure time</span>3pm</div> </li> <li class="col-md-4 mb-md-4"> <div class="list-option-item"><span class="list-option-icon-wrap"> <svg class="list-option-icon" viewbox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <path d="M23.605 29.5c-.159 0-.315-.007-.47-.018l-.108-.008a7.723 7.753 0 0 1-.432-.052l-.124-.022a7.554 7.583 0 0 1-.317-.064c-.05-.011-.099-.021-.147-.034a6.84 6.866 0 0 1-.562-.17l-.15-.056a6.26 6.284 0 0 1-.427-.18l-.056-.024c-2.128-1.018-3.597-3.162-3.603-5.644.008-3.47 2.864-6.272 6.366-6.272.236 0 .471 0 .679.03v-.026a6.507 6.532 0 0 1 1.915.494v.024c2.087.891 3.611 2.89 3.809 5.223l.005.08c.01.142.017.287.017.432 0 3.473-2.864 6.287-6.395 6.287zm0-10.718c-2.476 0-4.51 1.999-4.51 4.431 0 2.434 2.034 4.433 4.51 4.433 2.475 0 4.509-1.94 4.509-4.403 0-2.462-2.034-4.461-4.509-4.461zm1.74 5.344h-1.74a.923.926 0 0 1-.944-.927V20.62c0-.522.413-.927.944-.927.53 0 .943.405.943.927v1.622h.796c.501 0 .942.435.942.956a.922.925 0 0 1-.942.927zm-4.157-11.24c.472 0 .855.377.824.811v1.39a.814.817 0 0 1-.824.812H18.86a.818.82 0 0 1-.827-.811v-1.39c0-.435.354-.811.827-.811zM9.281 15.9H6.95a.818.82 0 0 1-.825-.811v-1.39c0-.435.354-.811.825-.811h2.33c.47 0 .824.376.824.81v1.39a.815.818 0 0 1-.824.812zm.824 4.316a.815.818 0 0 1-.824.812H6.95a.816.82 0 0 1-.825-.812v-1.39c0-.434.354-.811.825-.811h2.33c.47 0 .824.377.824.81zm5.13-4.316h-2.329a.818.82 0 0 1-.826-.811v-1.39c0-.435.354-.811.826-.811h2.329c.47 0 .824.376.824.81v1.39a.815.818 0 0 1-.824.812zm.824 4.316a.815.818 0 0 1-.824.812h-2.329a.816.82 0 0 1-.826-.812v-1.39c0-.434.354-.811.826-.811h2.329c.47 0 .824.377.824.81zm8.195-9.255H3.886v11.384c0 .522.413.928.943.928h11.06c.009.64.097 1.261.258 1.854H4.83C3.267 25.126 2 23.88 2 22.344V7.454c0-.694.265-1.332.707-1.824V5.6h.06a2.873 2.884 0 0 1 2.092-.927h2.092V3.427c0-.521.414-.927.943-.927H9.31c.53 0 .943.406.943.927v1.246h7.722V3.427c0-.521.412-.927.943-.927h1.415c.53 0 .944.406.944.927v1.217h2.063a2.81 2.81 0 0 1 2.092.927h.03v.059c.442.492.707 1.13.707 1.824v8.561a7.786 7.815 0 0 0-1.915-.402z" fill-rule="evenodd"></path> </svg> </span> <span class="list-option-caption">Estimated return time</span>10pm</div> </li> </ul> </div> <script> var content = document.getElementById("toggle-content"); var header = document.getElementById("toggle-header"); var button = document.getElementById("toggle-button"); content.style.display = "block"; // Set the first content to display:block header.classList.add("expanded"); // Add "expanded" class to the first header button.classList.add("expanded"); // Add "expanded" class to the first button header.addEventListener("click", function () { if (content.style.display === "none") { content.style.display = "block"; header.classList.add("expanded"); button.classList.add("expanded"); } else { content.style.display = "none"; header.classList.remove("expanded"); button.classList.remove("expanded"); } }); var content2 = document.getElementById("toggle-content2"); var header2 = document.getElementById("toggle-header2"); var button2 = document.getElementById("toggle-button2"); content2.style.display = "none"; header2.addEventListener("click", function () { if (content2.style.display === "none") { content2.style.display = "block"; header2.classList.add("expanded"); button2.classList.add("expanded"); } else { content2.style.display = "none"; header2.classList.remove("expanded"); button2.classList.remove("expanded"); } }); var content3 = document.getElementById("toggle-content3"); var header3 = document.getElementById("toggle-header3"); var button3 = document.getElementById("toggle-button3"); content3.style.display = "none"; header3.addEventListener("click", function () { if (content3.style.display === "none") { content3.style.display = "block"; header3.classList.add("expanded"); button3.classList.add("expanded"); } else { content3.style.display = "none"; header3.classList.remove("expanded"); button3.classList.remove("expanded"); } }); </script></div> <div class="col-lg-4 pdp-description-side"> <div class="pdp-description-side-figure"><picture> <source media="(min-width:1024px)" srcset="https://www.arabian-adventures.com/on/demandware.static/-/Sites-dnata-master-catalog/default/dw255808ff/images/description/desert-safari/evening-desert-safari-shared-976x640.jpg, https://www.arabian-adventures.com/on/demandware.static/-/Sites-dnata-master-catalog/default/dw255808ff/images/description/desert-safari/evening-desert-safari-shared-976x640.jpg 2x" /> <source media="(min-width:768px)" srcset="https://www.arabian-adventures.com/on/demandware.static/-/Sites-dnata-master-catalog/default/dwde76e6d3/images/description/desert-safari/evening-desert-safari-shared-2048x853.jpg, https://www.arabian-adventures.com/on/demandware.static/-/Sites-dnata-master-catalog/default/dwde76e6d3/images/description/desert-safari/evening-desert-safari-shared-2048x853.jpg 2x" /> <source media="(min-width:568px)" srcset="https://www.arabian-adventures.com/on/demandware.static/-/Sites-dnata-master-catalog/default/dwf96e5c18/images/description/desert-safari/evening-desert-safari-shared-1536x615.jpg, https://www.arabian-adventures.com/on/demandware.static/-/Sites-dnata-master-catalog/default/dwf96e5c18/images/description/desert-safari/evening-desert-safari-shared-1536x615.jpg 2x" /> <source srcset="https://www.arabian-adventures.com/on/demandware.static/-/Sites-dnata-master-catalog/default/dw2f4d0c5d/images/description/desert-safari/evening-desert-safari-shared-1136x455.jpg, https://www.arabian-adventures.com/on/demandware.static/-/Sites-dnata-master-catalog/default/dw2f4d0c5d/images/description/desert-safari/evening-desert-safari-shared-1136x455.jpg 2x" /> <img alt="Morning Dune Drive" class="pdp-description-side-img" src="https://www.arabian-adventures.com/on/demandware.static/-/Sites-dnata-master-catalog/default/dw9055832f/images/description/desert-safari/Morning_Dune_Drive_lg-retina.jpg" /> </picture></div> <div class="row justify-content-center justify-content-lg-start"> <div class="col-11 col-md-10 col-lg-9 pl-lg-4"> <div class="row"> <div class="col-md-5 col-lg-12"> <h3 class="h6">Best for</h3> <ul class="list-unordered"> <li>Couples</li> <li>Families</li> <li>Kids</li> <li>Single Travellers</li> <li>Leisure Travellers</li> <li>Business Travellers</li> </ul> </div> </div> <div class="row"> <div class="col-md-5 col-lg-12"> <h3 class="h6">Age Policy</h3> <ul class="list-unordered pb-5"> <li>Child pricing is applicable for children between the ages 5-11.</li> <li>Adult pricing is applicable for people from the age of 12 years.</li> <li>To book children between the ages 2-5 years or under 135cm on this tour, private vehicle must be booked and details on infants should be included in the booking information.</li> </ul> </div> </div> <div class="row"> <div class="col-md-5 col-lg-12">&nbsp;</div> </div> </div> </div> </div> </div> </div>

Choose Your Service

Select date and travelers

1 adults
Adults
Children (from 5 to 11 years)
Infants (below 5 years)
Close