
*{margin: 0; padding:0; box-sizing: border-box;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,button {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

@font-face{
  font-family: "Madera W01 Regular";
  src: url("../fonts/ea82369846239b74436ec7ba3eff1f78.eot");
  src: url("../fonts/ea82369846239b74436ec7ba3eff1f78.eot?#iefix")format("embedded-opentype"),
      url("../fonts/ea82369846239b74436ec7ba3eff1f78.woff")format("woff"),
      url("../fonts/ea82369846239b74436ec7ba3eff1f78.woff2")format("woff2"),
      url("../fonts/ea82369846239b74436ec7ba3eff1f78.ttf")format("truetype"),
      url("../fonts/ea82369846239b74436ec7ba3eff1f78.svg#Madera W01 Regular")format("svg");
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
  --blue: #1e90ff;
  --black:#000;
  --white: #ffffff;
  --orange:#ff3c00;
  --navy:#01080e;
  --darkgray:#0f1418;

  --bebasNeue:"Madera W01 Regular";
  --weight-100:100;
  --weight-200:200;
  --weight-300:300;
  --weight-400:400;
  --weight-500:500;
  --weight-600:600;
  --weight-700:700;
  --weight-800:800;
  --lineheight-20:20px;
  --lineheight-24:24px;
  --lineheight-28:28px;
  --lineheight-32:32px;
  --lineheight-36:36px;
  --lineheight-40:40px;
  --lineheight-44:44px;
  --lineheight-48:48px;
  --lineheight-52:52px;
  --lineheight-56:56px;
  --lineheight-60:60px;
  --fontsize-20:20px;
  --fontsize-24:24px;
  --fontsize-28:28px;
  --fontsize-32:32px;
  --fontsize-36:36px;
  --fontsize-40:40px;
  --fontsize-44:44px;
  --fontsize-48:48px;
  --fontsize-52:52px;
  --fontsize-56:56px;
  --fontsize-60:60px;
  --fontsize-64:64px;
  --fontsize-68:68px;
  --fontsize-72:72px;
  --fontsize-76:76px;
  --fontsize-80:80px;
  --gap-15:15px;
  --gap-20:20px;
  --gap-25:25px;
  --gap-30:30px;
  --gap-35:35px;
  --gap-40:40px;
  --gap-45:45px;
  --gap-50:50px;
  --gap-55:55px;
  --gap-60:60px;
  --gap-65:65px;
  --gap-70:70px;
}

.d-block{display: block;}
.text-right{text-align: right;}
.header{padding: var(--gap-15); position: relative; top: 0; width: 100%; z-index: 1; background-color: #fff; box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;}
header .main-menu {padding: 0;}
header .main-menu .navbar-collapse .navbar-nav .nav-item{font-family: "Madera W01 Regular"; font-weight: var(--weight-400); font-size: 14px; color: #fff; line-height: 18px; display: inline-block; padding: 0 30px; position: relative; text-transform: uppercase; font-weight: 600;}
.sml-fnt{font-size: 11px; text-transform: capitalize;}
header .main-menu .navbar-collapse .navbar-nav .nav-item .nav-link{padding-bottom: 0;}
header .main-menu .navbar-collapse .navbar-nav .nav-item a{text-decoration: none; color:#fff; letter-spacing: 1px;}
header .main-menu .navbar-collapse .navbar-nav .nav-item:after{
  display      : block;
  content      : '';
  border-bottom: solid 2px #fff;
  transform    : scaleX(0);
  transition   : transform 300ms ease-in-out;
}

header .main-menu .navbar-collapse .navbar-nav .nav-item:hover:after {
  transform: scaleX(1);
}
.header .top-contact{text-align: right; margin-top: 7px;}
.header .top-contact li{font-family: var(--bebasNeue); font-weight: var(--weight-400); font-size: 26px; color: #fff; line-height: 31px; display: inline-block; padding: 0 15px; letter-spacing: 1px; position: relative;}
.header .top-contact li:after {
  display      : block;
  content      : '';
  border-bottom: solid 2px #fff;
  transform    : scaleX(0);
  transition   : transform 300ms ease-in-out;
}

.header .top-contact li:hover:after {
  transform: scaleX(1);
}

.header .top-contact li:last-child{padding-right:0}
.header .top-contact li a{text-decoration: none; color:#fff; letter-spacing: 1;}
.header .top-contact li:last-child a{color:#ff3c00}

.navbar-toggler {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  .navbar-collapse.collapse:not(.show) {
    display: block;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    background: #212529;
    width: 215px;
    height: 100%;
    z-index: 9999;
    padding: 25px;
    transform: translateX(-215px);
    transition: 0.5s ease-in-out;
    display: block;
  }
  .navbar-collapse.show {
    transform: translateX(0px);
  }
  .nav-overlay {
    position: absolute;
    background: #0000007d;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-100vw);
    transition: 0.5s ease-in-out;
    display: block;
  }
  .nav-overlay.active {
    transform: translateX(0);
  }
}

.queries{ font-size: 12px; color:#fff; font-family: "Madera W01 Regular";}
.queries a{text-decoration:none; color:#fff;}
.bignumber{font-size: 21px;}

.full-width{width:100%}
.slider{position: relative;}
.slider-inform{position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.slider .slider-inform .wild-excussions{font-family: "Madera W01 Regular"; font-size: 17px; color:#fff; letter-spacing: 5px; }
.slider .slider-inform .experince-dubai{font-family: "Madera W01 Regular"; font-size: 63px; color:#fff; text-transform: uppercase;  font-weight: 600;  }

.more-infobtn {
  position: relative;
  width: 200px;
  margin: 0 auto;
  margin-top: var(--gap-15);
}


.more-infobtn .btn-wave {
  display: inline-block;
  color: #000;
  padding: 10px 25px;
  font-family: "Madera W01 Regular";
  font-size: 16px;
  line-height: 24px;
  background-image: url(../images/black-button.png);
  background-repeat: repeat-x;
  background-position: 0 -55%;
  transition: all 1.25s ease-out;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  background-color: #fff;
}

.more-infobtn .fillwave:hover {
  background-position: 100% 55%;
  color: #fff;
}


.four-point .white-bg{background-color: #fff; padding: 30px 150px; margin-top: -45px; position: relative; box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.07);}
.four-point ul{list-style: none; display: flex; justify-content: space-between;}


.embrace-thejourney{padding: 60px 0 20px;}
.embrace-thejourney .left-text{text-align: left;}
.embrace-thejourney .minus-gap{margin-top: -60px;}

.embrace-thejourney .jouney-title{font-family: var(--bebasNeue); font-size: 24px; color:#000;  font-weight: 600;  }
.embrace-thejourney  .journeybg{background-color: #fdaa5a; color:#fff; border-radius: 5px; padding: 5px; line-height: 60px;}
.embrace-thejourney .desert-profit{ font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #383838; line-height: 24px; margin-top: 15px;}

.mobile-category-section{display: none; padding: 30px; border-bottom: 1px solid #a8a8a8;}
.mobile-category-section .owl-dots, .mobile-category-section .owl-nav{display: none;}
.mobile-category-section .owl-carousel:before{display: none;}

.mobile-category-section .category-title{font-family: "Madera W01 Regular"; font-size: 28px; color: #000000; margin-bottom: 40px; font-weight: 600; position: relative;}

.mobile-category-section .category-title:before{content:''; position: absolute; bottom: -15px; left: 0px; width:50px; height: 5px; background-color: #505050; border-radius: 10px;}

.mobile-category-section .tumb-category{width:115px; height:140px; border-radius: 30px;}
.mobile-category-section .tumb-category img{border-radius: 30px;}
.mobile-category-section .tumb-title{font-family: "Madera W01 Regular"; font-size: 17px; color: #000000;}

.buggy-tour{padding:35px 0; position: relative;}
.owl-carousel:before{content:''; position: absolute; bottom: -25px; left: -25px; width: 104%; height:180px ; background-color: #f8f2ee; border-radius: 10px;}
.bottom:before{content:''; position: absolute; bottom: -30px; left: -25px; width: 104%; height:180px ; background-color: #f8f2ee; border-radius: 10px;}
.buggy-tour .gap-30{margin-top: 50px;}
.buggy-tour .buggy-title{font-family: "Madera W01 Regular"; font-size:32px ; color: #4d545a; font-weight: 600; text-transform: uppercase;}
.buggy-tour .tours-await{font-family: "Madera W01 Regular"; font-size:18px ; color: #585858; font-weight: 400; margin-top: 10px;}
.buggy-tour .corner-round{border-radius: 10px;}
.buggy-tour .corner-round-pic{border-radius: 10px; border-bottom-left-radius: 0; border-bottom-right-radius: 0;}
.buggy-tour .card{border:none;     box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.07); border-radius: 5px;
}

.buggy-tour .card a{text-decoration: none;}

.buggy-tour .owl-prev {
  position: absolute;
  top: 115px;
  left: -39px;
  background-color: #fff !important;
  padding: 30px !important;
  /* display: inline-block !important; */
  width: 30px;
  height: 30px;
  font-size: 30px;
}
.buggy-tour .owl-prev span, .buggy-tour .owl-next span{font-size: 50px;}

.buggy-tour .owl-next {
  position: absolute;
  top: 115px;
  right: -39px;
  background-color: #fff !important;
  padding: 30px !important;
  /* display: inline-block !important; */
  width: 30px;
  height: 30px;
  font-size: 30px;
}
.nowenquire{
  background-color: #29a482;
  padding: 12px 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 600;
}
.buggy-tour .card-img-top{border-radius: 5px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}



.buggy-tour .owl-carousel .card-title{font-size: 15px; font-weight: 600; margin: 0; color:#000;     font-family: "Madera W01 Regular";}
.buggy-tour .owl-carousel .card-text{font-size: 12px; font-weight: 600; margin: 5px 0 0 0;}
.buggy-tour .owl-carousel .card-price{font-size: 19px; font-weight: 500; margin: 10px 0 0 0; color: #29a482; font-family: Arial, Helvetica, sans-serif; font-weight: 700;}
/* .buggy-tour .owl-carousel .card-price{    display: flex;
  font-size: 17px;
  margin-top: 15px;
  font-weight: 600;
  color: black;} */
  .buggy-tour .owl-carousel .card-price span{font-size: 12px; font-weight: 500; margin: 5px 0 0 0; color: #000000; font-family: Arial, Helvetica, sans-serif; font-weight: 700;}
.buggy-tour .owl-carousel .card-price strong{font-size: 12px; color:#000; font-weight: 400; text-decoration: line-through;}


.buggy-tour .owl-carousel .card-price-1{font-size: 19px; font-weight: 500; margin:0px; color: #29a482; font-family: Arial, Helvetica, sans-serif; font-weight: 700;}
/* .buggy-tour .owl-carousel .card-price{    display: flex;
  font-size: 17px;
  margin-top: 15px;
  font-weight: 600;
  color: black;} */
  .buggy-tour .owl-carousel .card-price-1 span{font-size: 12px; font-weight: 500; margin: 5px 0 0 0; color: #000000; font-family: Arial, Helvetica, sans-serif; font-weight: 700;}
.buggy-tour .owl-carousel .card-price-1 strong{font-size: 12px; color:#000; font-weight: 400; text-decoration: line-through;}


.perperson{font-size: 12px; color:#000; font-weight: 400; margin-top: -5px;
  display: block;}

/* .buggy-tour .owl-carousel .owl-dots{display: none;}*/
.buggy-tour .owl-theme .owl-dots .owl-dot span{margin: 5px 3px;}
.buggy-tour .owl-theme .owl-dots .owl-dot span{background-color: #ddd;}
.buggy-tour .owl-theme .owl-dots .owl-dot.active span{background-color: #f4a072;}

.why-us .why-box{border: 1px solid #e3d6cd; padding: 15px; margin-top: 30px;}
.why-us .why-box .inside-access{position: relative; font-size: 14px; padding-left: 40px; font-weight: 700;}
.why-us .why-box .circle{width: 25px; height:25px; background-color: #3ec685; border-radius: 50%; display: block; font-size: 18px; padding:2px; position: absolute; top: -5px; left: 0; text-align: center;}

.why-us{margin-top: 30px;}
.why-us .whyus-title, .gallery .gallery-title{font-family: "Madera W01 Regular"; font-size:32px ; color: #4d545a; font-weight: 600;}
.why-us .sml-title, .gallery .sml-title{
  font-family: "Madera W01 Regular";
  font-size: 18px;
  color: #585858;
  font-weight: 400;
  margin-top: 10px;
}
.why-us .why-box p{margin-top: 20px; font-size: 13px; line-height: 20px;}

.carousel-indicators{position: relative; margin-top: 15px;}
.carousel-indicators [data-bs-target]{    background-color: #ce8153;}


.get-in-touch-mobile{padding: 50px 0; display: none;}
.get-in-touch-mobile .getin-title{font-family: "Madera W01 Regular"; font-size:32px ; color: #4d545a;}
.get-in-touch-mobile .for-enquiry{font-family: "Madera W01 Regular"; font-size:16px ; color: #4d545a; line-height: 24px; margin-top: 15px;}

.get-in-touch-mobile .enquiry-boxform{padding: 30px; border-radius: 10px; border: 1px solid #eaeaea; margin-top: 30px; text-align: left;}

.get-in-touch-mobile .touch-fiele{width: 100%; height:45px; font-family: "Madera W01 Regular"; font-size:16px ; color: #4d545a; border: 1px solid #eaeaea; border-radius: 5px; margin-top: 5px;}

.get-in-touch-mobile .rw-top{margin-top: 15px;}
.submit-query {
  background-color: #29a482;
  padding: 7px 34px;
  border-radius: 10px;
  color: #fff;
  font-size: 21px;
  margin-top: 15px;
  width: 100%;
}

.get-in-touch-mobile textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  font-size: 16px;
  resize: none;
}
/* gallery */
.gallery{margin-top: 50px;}
.gallery .round-gallery{border-radius: 10px;}
.gallery .gap-10{margin-top: 10px;}

.gallery .carousel{margin-top: 30px;}

.footer{background-image: url(../images/footer.jpg); background-repeat: no-repeat; height: 870px;}

.recieve-inspiration{background-color: rgba(198,136,83,0.5); padding: 30px; margin-top: 350px;}

.recieve-inspiration h2{font-family: var(--bebasNeue); font-size:26px ; color: #fff; font-weight: 600; text-transform: uppercase;}

.inbox-inpt{width: 100%; height: 60px; line-height: 60px; background-color: transparent; padding: 10px; border: none; border-bottom: 1px solid #fff; outline: none;}


.footer ::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.footer ::placeholder {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.form-gap{margin-top: 30px;}
/* .submit-fot{background-color: #ffffff; font-size: 24px; width: 100%; border: none; height: 60px; border-radius: 5px;} */


.submit-fot {
  display: inline-block;
  color: #000;
  padding: 10px 25px;
  font-family: "Madera W01 Regular";
  font-size: 16px;
  line-height: 24px;
  background-image: url(../images/green-button.png);
  background-repeat: repeat-x;
  background-position: 0 -55%;
  transition: all 1.25s ease-out;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  background-color: #fff;
  width: 100%;
  height: 60px;
}

.submit-fot:hover {
  background-position: 100% 55%;
  color: #fff;
}

.address{color:#fff; font-weight: 600; margin-top: 30px;}

.address li a{text-decoration:none; color:#fff;}

.circle {
  width: 25px;
  height: 25px;
  background-color: #3ec685;
  border-radius: 50%;
  display: block;
  font-size: 18px;
  padding: 2px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.circle i{display: block; font-size: 14px; margin-top: 4px;}

.consdier-point li{position: relative; padding-left: 30px; padding-right: 50px; border-right: 1px solid #66441a; font-weight: 700; }
.consdier-point li:last-child{border-right: none;}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #2a2525;
  text-decoration: none;
}

.padd-50{padding:0px 15px}

/*listing page*/

.tour-listing{margin-top: 30px;}
.breadcrumb{list-style: none ; margin-bottom: 0;}
.mm-mt{margin-left: 50px;}
.breadcrumb li{display: inline-block; padding: 0 5px; font-family: "Madera W01 Regular"; font-size:13px; color: #b2b2b2;}
.breadcrumb li a{text-decoration: none; font-family: "Madera W01 Regular"; font-size:13px; color: #b2b2b2;}
.breadcrumb li i{font-size: 13px; color: #b2b2b2;}

.tour-listing .list-contentbox{background-color: #fff; padding: 15px; -webkit-border-radius: 5px; -moz-border-radius:5px; border-radius: 5px; box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.07); margin-top: 20px; border: 1px solid #efefef;}

.tour-listing .list-contentbox h3{font-family: "Madera W01 Regular"; font-size:22px; color: #464646; font-weight: 500;}

.tour-listing .list-contentbox .round-corner{border-radius: 10px;}

.tour-listing .list-contentbox .star-review{display: flex;}
.tour-listing .list-contentbox .star-review i{font-size: 12px; padding:0 2px;}

.about-us{margin-top: 30px;}
.about-us .list-contentbox{background-color: #fff; padding: 15px; -webkit-border-radius: 5px; -moz-border-radius:5px; border-radius: 5px; box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.07); margin-top: 20px; border: 1px solid #efefef;}

.about-us .list-contentbox .about-content{
  color: #414141;
  font-size: 14px;
  font-family: "Madera W01 Regular";
  line-height: 30px;
  margin-top: 15px;
}

.about-us .list-contentbox .about-heading{
  color: #414141;
  font-size: 28px;
  font-family: "Madera W01 Regular";
  line-height: 30px;
  margin-top: 15px;
}


.orange-star{color:#e7a268}

.similar-package .card-footer{background-color: #fff;}
.similar-package .card-footer .card-title{ font-family: "Madera W01 Regular"; font-size:22px; color: #464646; font-weight: 400;  line-height: 30px;}



.very-good{text-decoration: none; font-family: "Madera W01 Regular"; font-size:12px; color: #464646; font-weight: 600; margin-top: 15px;}
.very-good .verified{color: #3568bd;}
.very-good a{text-decoration: none;} 
.rating-number{background-color: #3568bd; color:#fff; padding: 5px; border-radius: 5px;}
.tour-listing .book-now{background-color: #29a482; padding: 12px 34px; border-radius: 5px; color:#fff; font-size: 21px; margin-top: 15px; font-weight: 600;}

.tour-listing .book-now a{text-decoration: none;  color: #fff;}
.item .card .card-body .price {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  margin-top: 15px;
  font-weight: 600;
  color: black;
}
/* .price{font-size: 22px;  font-family: Arial, Helvetica, sans-serif; color:#29a482; line-height: 14px; font-weight: 700;} */
.price small{font-size: 12px; color:#000; font-weight: 500;}
.price .cancel-price{text-decoration: line-through; font-size: 18px; color:#000; font-weight: 400;}
.tour-listing .pro-desp{color:#414141; font-size: 14px; font-family: "Madera W01 Regular"; margin-top: 20px; }
.price-gp{margin-top: 20px;}

.send-enequiry{background-color: #29a482; padding: 7px 34px; border-radius: 10px; color: #fff;
  font-size: 21px; margin-top: 15px; width: 100%;
}


.board{
  color: #4d545a;
  font-size: 14px;
  font-family: "Madera W01 Regular";
  font-weight: 400;
  line-height: 27px;
}

.listing-title{
  color: #464646;
  font-size: 28px;
  font-family: "Madera W01 Regular";
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/*package detail */

.package-detail{margin-top: 30px;}
.package-detail .package-title{color:#414141; font-size: 31px; font-family: "Madera W01 Regular";  font-weight: 600; margin-top: 5px;}

.package-detail .nav{margin-top: 30px;}
.package-detail .nav li{color:#4d545a; font-size: 14px; font-family: "Madera W01 Regular";  font-weight: 400; padding: 15px 45px; background-color: #fff; box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.07);   border: 1px solid #efefef; font-weight: 600;}
.package-detail .nav li a{text-decoration: none; color:#4d545a;}
.package-detail .nav li.active {
  background-color: red;
  color: #fff;
}

.breadcrumb{list-style: none;}
.breadcrumb li{display: inline-block;}
.breadcrumb li a{color:#000}

.activity-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
  gap: 20px; /* space between columns */
}

.boxactivity {
  padding: 0 20px;
  text-align: center;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  text-align: left;  
  margin-top: 15px;
}

.cancel-title{ font-family: Arial, Helvetica, sans-serif; font-weight: 600; font-size: 16px;}
.cancel-desp{ font-family: Arial, Helvetica, sans-serif; font-weight: 400; font-size: 12px;}

.activity-subtitle{ font-family: Arial, Helvetica, sans-serif; font-weight: 600; font-size: 16px; margin-top: 10px;}

.big-amount{border: 1px solid #ef821d; padding: 10px 30px; margin-top: 5px; border-radius: 5px;}
.tamount{background-color: #ef821d; color: #fff; padding: 5px 5px; font-size: 11px; border-radius: 5px;}
.line-amont{text-decoration: line-through;}

.aed-amount{font-size: 30px; margin-top: 5px; font-weight: 600;}

.free{width: 100%; max-width: 200px;}

.row-mt15{margin-top: 30px;}

.mob-close{display: none;}

.package-detail .nav li.active a{color:#fff}

.package-detail .product-slider{background-color: #fff; box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.07);   border: 1px solid #efefef; padding: 40px;}

.product-slider .owl-dots{display: none;}
.package-detail #sync2 .owl-nav{display: none;}
.package-detail .owl-carousel:before{display: none;}

.package-detail .house-roll{background-color: #fff; box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.07);   border: 1px solid #efefef; padding: 40px; margin-top: 30px;}

.package-detail .house-roll .facility{border-bottom: 1px solid #ccc; padding-bottom: 20px; margin-top: 15px;}

.package-detail .house-roll .facility ul li{position: relative; padding-left: 15px; color:#4d545a; font-size: 14px; font-family: "Madera W01 Regular";  font-weight: 400; line-height: 27px;}
.package-detail .house-roll .facility ul li:before{content:''; position: absolute; top: 10px; left: 0; width: 5px; height: 5px; background-color: #414141; border-radius: 50%;}

.package-detail .price-box{background-color: #fff; box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.07);   border: 1px solid #efefef; padding: 15px; margin-top: 150px;}


.package-detail .star-review {
  display: flex;
  margin-top: 20px;
}

.package-detail  .star-review i {
  font-size: 12px;
  padding: 0 2px;
}

.package-detail .benefit-feature{background-color: #e7fdeb; color: #008d00; display: inline-block; margin-top: 15px; padding: 5px 10px; font-size: 14px; font-family: "Madera W01 Regular"; font-weight: 600;}

/* .package-detail .price {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  margin-top: 15px;
  font-weight: 600;
  color: black;
} */
.package-detail .card-price{font-size: 19px; font-weight: 500; margin: 20px 0 0 0; color: #29a482; font-family: Arial, Helvetica, sans-serif; font-weight: 700;}
/* .buggy-tour .owl-carousel .card-price{    display: flex;
  font-size: 17px;
  margin-top: 15px;
  font-weight: 600;
  color: black;} */
  .package-detail .card-price span{font-size: 12px; font-weight: 500; margin: 5px 0 0 0; color: #000000; font-family: Arial, Helvetica, sans-serif; font-weight: 700;}
  .package-detail .card-price strong{font-size: 12px; color:#000; font-weight: 400; text-decoration: line-through;}


  .package-detail .card-price-1{font-size: 19px; font-weight: 500; margin:0px; color: #29a482; font-family: Arial, Helvetica, sans-serif; font-weight: 700;}
/* .buggy-tour .owl-carousel .card-price{    display: flex;
  font-size: 17px;
  margin-top: 15px;
  font-weight: 600;
  color: black;} */
  .package-detail .card-price-1 span{font-size: 12px; font-weight: 500; margin: 5px 0 0 0; color: #000000; font-family: Arial, Helvetica, sans-serif; font-weight: 700;}
  .package-detail .card-price-1 strong{font-size: 12px; color:#000; font-weight: 400; text-decoration: line-through;}


  

.detail-booknow {
  background-color: #29a482;
  padding: 7px 34px;
  color: #fff;
  font-size: 21px;
  margin-top: 15px;
  width: 100%;
}
#inclusions p{
   position: relative; 
    padding-left: 15px;
    color: #4d545a;
    font-size: 14px;
    font-family: "Madera W01 Regular";
    font-weight: 400;
    line-height: 27px;
}
/* .list-contentbox .price {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 600;
} */
.list-contentbox  .card-price{font-size: 19px; font-weight: 500; margin: 20px 0 0 0; color: #29a482; font-family: Arial, Helvetica, sans-serif; font-weight: 700;}
/* .buggy-tour .owl-carousel .card-price{    display: flex;
  font-size: 17px;
  margin-top: 15px;
  font-weight: 600;
  color: black;} */
  .list-contentbox  .card-price span{font-size: 12px; font-weight: 500; margin: 5px 0 0 0; color: #000000; font-family: Arial, Helvetica, sans-serif; font-weight: 700;}
  .list-contentbox  .card-price strong{font-size: 12px; color:#000; font-weight: 400; text-decoration: line-through;}


  .list-contentbox .card-price-1{font-size: 19px; font-weight: 500; margin:0px; color: #29a482; font-family: Arial, Helvetica, sans-serif; font-weight: 700;}
/* .buggy-tour .owl-carousel .card-price{    display: flex;
  font-size: 17px;
  margin-top: 15px;
  font-weight: 600;
  color: black;} */
  .list-contentbox  .card-price-1 span{font-size: 12px; font-weight: 500; margin: 5px 0 0 0; color: #000000; font-family: Arial, Helvetica, sans-serif; font-weight: 700;}
  .list-contentbox  .card-price-1 strong{font-size: 12px; color:#000; font-weight: 400; text-decoration: line-through;}

.enquire-form .modal-header{flex-direction: column; align-items: flex-start;}
.enquire-form .btn-close{position: absolute; top: 10px; right: 10px;}

.enquire-form .msg-height{height: 100px;}

.label-title{display: block; font-size: 14px; font-family: "Madera W01 Regular"; color: #414141;}
.full-name{width: 100%; padding: 5px 15px; font-size: 14px; font-family: "Madera W01 Regular"; color: #414141; border: 1px solid #ccc; height: 50px;}


.detail-submit{
  background-color: #29a482;
  padding: 7px 34px;
  color: #fff;
  font-size: 21px;
  width: 250px;
  border-radius: 5px;
}


.mobile-priceview{display: none;}
.mobile-footer{padding:40px 0; display: none;}

.mob-link{margin-top: 15px;}
.mob-link li{display: inline-block;}
.mob-link li a{text-decoration: none;  font-size: 14px; font-family: "Madera W01 Regular"; color: #414141; font-weight: 600;}

.mobile-priceview .mobilestar-review {
  display: flex;
  margin-top: 20px;
}


.copyright{background-color: #ac6628; padding: 5px 0; margin-top: 30px;}
.copyright ul{list-style: none;}
.copyright ul li{  font-size: 12px; font-family: "Madera W01 Regular"; color: #fff; display: inline-block; padding:  15px;}
.copyright ul li a{text-decoration: none; color: #fff;}

.policy-point{margin-top: 15px;}

.policy-point li{  font-size: 12px; font-family: "Madera W01 Regular"; color: #414141; position: relative; line-height: 24px; padding-left: 20px;} 
.policy-point li::before{content: ''; position: absolute; top: 10px; left: 0; width: 5px; height: 5px; background-color: #414141; border-radius: 50%;}

.enquire-form .modal-body{padding: 40px;}
.lovehelp{font-family: Arial, Helvetica, sans-serif; font-size: 28px; color:#414141; margin-top: 30px; font-weight: 600;}
.service-agency{font-family: Arial, Helvetica, sans-serif; font-size: 13px; color:#414141; margin-top: 5px; font-weight: 400; margin-bottom: 15px;}

.c-code{font-size: 12px; font-family: "Madera W01 Regular"; color: #414141; margin-top: 5px;}
.c-dropdown{font-size: 12px; font-family: "Madera W01 Regular"; color: #414141; width: 100%; border: 1px solid #ccc; height: 49px;}

.enquire-form .gp10{margin-top: 10px;}
.round5{border-radius: 10px;}


.thankyou{
  background-color: #fff;
  padding: 30px 150px;
  margin-top: -45px;
  position: relative;
  box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.07);
  margin-top: 50px;
  text-align: center;
}

.thankyou h2{  font-size: 28px; font-family: "Madera W01 Regular"; color: #3ec685; position: relative; line-height: 24px; padding-left: 20px;} 
.thankyou p{font-size: 12px; font-family: "Madera W01 Regular"; color: #414141; margin-top: 5px;}


.abudhabi-delight{margin-top: 30px;}

.abudhabi-delight .delight-title{font-size: 28px; font-family: "Madera W01 Regular";  color: #414141; line-height: 36px; font-weight: 600; }

.cancelation{border-bottom: 1px solid #ccc; padding-bottom: 15px;}

.experince-abudhabi{font-size: 14px; font-family:Arial, Helvetica, sans-serif;  color: #414141; line-height: 24px; font-weight: 400; margin-top:15px ; }


.customised-travelbtn{font-size: 18px; font-family:Arial, Helvetica, sans-serif;  color: #fff; line-height: 24px; font-weight: 400; margin-top:15px ; background-color: #0071eb; padding: 10px 30px; text-transform: capitalize; }

.detail-sumary{font-size: 21px; font-family: "Madera W01 Regular";  color: #414141; line-height: 36px; font-weight: 600; margin-top: 30px; margin-bottom: 15px; }

.meet-and-reprentative{margin-top: 0px; font-size:16px; font-family: "Madera W01 Regular";  color: #414141; line-height: 36px; font-weight: 600;}

.meet-and-reprentative span{background-color: #ef821d; display: inline-block; padding:10px 10px; font-size: 12px; line-height: 12px; border-radius: 5px; color: #fff; margin-right: 5px;}

.select-hoteld{font-size: 17px; font-family:Arial, Helvetica, sans-serif;  color: #414141; line-height:24px; font-weight: 600; margin-top: 15px; }

.package-day{border-bottom: 1px solid #ccc; padding-bottom: 20px; margin-bottom: 30px;}
.row-mt3{margin-top: 6px;}

.img-right{padding-right: 30px;}

.remove-border{
  border-bottom: none !important;
}

.paddright-15{padding-right: 3px;}
.paddleft-15{padding-left: 3px;}

.review-wrapper {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  font-family: Arial, sans-serif;
  background: #fff;
  margin-top: 20px;
}

.reviewer-say{
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #464646;
  font-weight: 600;
}


/* Top header stats */
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.review-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.review-header p {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}

.review-header a {
  font-size: 14px;
  color: #0066cc;
  text-decoration: none;
}

.review-header a:hover {
  text-decoration: underline;
}

/* Review List */
.review-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.review-card {
  border-right: 1px solid #e5e7eb;
  padding-right: 16px;
}

.review-card:last-child {
  border-right: none;
}

.review-rating {
  color: #facc15; /* yellow stars */
  font-size: 16px;
  margin-bottom: 6px;
}

.review-user {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.avatar {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 8px;
}

.avatar.red {
  background: #ef4444;
}

.avatar.blue {
  background: #3b82f6;
}

.review-user h4 {
  font-size: 14px;
  margin: 0;
  font-weight: bold;
}

.review-user p {
  font-size: 12px;
  color: #6b7280;
  margin: 0;
}

.review-text {
  font-size: 14px;
  color: #374151;
  line-height: 24px;
}

.review-text a {
  font-size: 14px;
  color: #0066cc;
  margin-left: 4px;
  text-decoration: none;
}

.reserve-booknow button{
  font-size: 28px;
  color: #fff;
  background-color: #0071eb;
  padding: 20px;
  width: 100%;
  border-radius: 5px;
}

.mobile-booknow{display: none;}

.mobile-booknow  button{
  font-size: 28px;
  color: #fff;
  background-color: #0071eb;
  padding: 20px;
  width: 100%;
  border-radius: 5px;
}

.spot{
  font-size: 14px;
  color: #464646;
  text-decoration: none;
  margin-top: 5px;
  text-align: center;
}

.advertisement{margin-top: 50px;}
.advertisement p{
  font-size: 21px;
  color: #464646;
}


.itinearry-point{list-style: none; margin-top: 10px; }

.itinearry-point li{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #414141;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
}

.itinearry-point li:before{content:''; position: absolute; top: 8px; left: 0; width: 7px; height: 7px; background-color: #414141; border-radius: 50%;}


