
*{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;
}
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;
}

#wa_btn-content p {
    margin-left: 8px !important;
    font-style: normal;
    font-size: 20px !important;
    line-height: 36px !important;
    font-weight:bold !important;
}

.nav-link:focus, .nav-link:hover {
  color:#fff;
}

.d-block{display: block;}
.text-right{text-align: right;}
.header{padding: var(--gap-15); position: absolute; left: 0; top: 0; width: 100%; z-index: 1;}
.header-bg {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
}
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);
  }
}

.top-menu{
  display: flex;
  justify-content: end;
  height: 100%;
  align-items: center;
}

.queries{ font-size: 12px; color:#fff; font-family: "Madera W01 Regular";}
.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-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 .white-bg {
    background-color: #fff;
    padding: 30px 150px;
    margin-top: 115px;
    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{position: relative;}
.pt-50{padding-top: 50px;}
.pt-70{padding-top: 90px;}

.slider-sup:before{content:''; position: absolute; bottom: 50px; left: -25px; width: 104%; height:135px ; background-color: #f8f2ee; border-radius: 10px;}

.slider-sup2:before{content:''; position: absolute; bottom: -40px; left: -25px; width: 104%; height:150px ; background-color: #f8f2ee; border-radius: 10px;}


.gallery .round-gallery{border-radius: 10px;}
.gallery .gap-10{margin-top: 10px;}

.gallery .carousel{margin-top: 30px;}

.inbox-inpt{width: 100%; height: 60px; line-height: 60px; background-color: transparent; padding: 10px; border: none; border-bottom: 1px solid #fff; outline: none;}


.form-gap{margin-top: 30px;}

.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;}

.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}




.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;}
.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;}

.exhilarating-adventure{position: relative; box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.07); background-image: url(../images/curve-bg.jpg); background-repeat: no-repeat;  padding: 50px;}

.exhilarating-adventure .adventure-title {
  font-family: "Madera W01 Regular";
  font-size: 52px;
  color: #4d545a;
  font-weight: 800;
  text-transform: capitalize;
}

.exhilarating-adventure .sandy-dones {
  font-family: "Madera W01 Regular";
  font-size: 24px;
  color: #4d545a;
  font-weight: 800;
  margin-top: 15px;
}

.exhilarating-adventure .sandy-dones span{background-color: #fdaa5a; color: #fff; display: inline-block; padding: 0 10px;}





.banner-num{display: flex;     justify-content: space-between;  margin-top: 30px;}
.banner-num .explore-now{display: inline-block; background-color: #29a482; border-radius: 5px; font-family: "Madera W01 Regular";
  font-size: 16px;
  line-height: 30px;
color:#fff; padding: 10px 30px;}

.banner-num .or{background-color: #34383c; width: 30px; height: 30px; background-color: #34383c; border-radius: 50%; text-align: center; color:#fff; margin-top: 5px;}
.banner-num .callbakc{font-family: "Madera W01 Regular";
  font-size: 16px;
  line-height: 30px; position: relative; font-weight: 600;}

  .banner-num .callbakc:before{
    content: "";
    background-image: url(../images/half-circle.png);
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: -50px;
    height: 58px;
    top: -15px;
    width: 29px;
}

.locaiton-map{margin-top: 75px;}

.footer{background-color: #f1f0f0; padding: 40px 0; margin-top: 40px;}
.footer .footer-link{margin-top: 15px;}
.footer-link li{font-family: "Madera W01 Regular";
  font-size: 13px;
color: #414141;
display: inline-block; padding: 0 10px; border-right: 1px solid #414141;}
.footer-link li:last-child{border: none;}

.footer-link li a{text-decoration: none; color: #414141;}



.best-place-ride{background-image: url(../images/review-bg.jpg); background-repeat: no-repeat; height: 500px; padding: 20px;}
.best-place-ride h2{font-family: "Madera W01 Regular";
  font-size: 16px; color:#414141; font-weight: 600;}

  .star{font-size: 12px; display: flex; justify-content: end; margin-top: 5px;}
  .pl-0{padding-left: 0;}
  .pr-0{padding-right: 0;}

  .great-deal .testimonial{width: 220px; background-color: #fff; margin: 0 auto; margin-top: 100px; text-align: left; padding: 10px;}

  .category-title{position: absolute; top: 0; right: 0; background-color: #dd7f3c; padding: 5px; color:#fff; font-size: 12px;}

  .testimonial .owl-carousel:before{display: none;}
  .testimonial .card{border: none;}

  .testimonial .card .card-title{font-family: "Madera W01 Regular";
    font-size: 13px;
  color: #e24d31; font-weight: 600;}

  .msg{font-family: "Madera W01 Regular";
    font-size: 11px;
  color: #414141; }

  .very-good {
    text-decoration: none;
    font-family: "Madera W01 Regular";
    font-size: 12px;
    color: #464646;
    font-weight: 600;
    margin-top: 15px;
}

.very-good a {
  text-decoration: none;
}

.price {
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  color: #29a482;
  line-height: 14px;
  font-weight: 700;
}

.price .cancel-price {
  text-decoration: line-through;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.price small {
  font-size: 12px;
  color: #000;
  font-weight: 500;
}

.rating-number {
  background-color: #3568bd;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.orange-star {
  color: #e7a268;
}

.board {
  color: #4d545a;
  font-size: 14px;
  font-family: "Madera W01 Regular";
  font-weight: 400;
  line-height: 27px;
}


.book-btn {
  position: relative;
  display: inline-block;
  width: auto; height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-width: 150px;
}
  .book-btn span {         
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0; left: 0;
    width: 100%;
    padding: 7px 20px;
    transition: 0.3s;
  }

.bookbtn-2::before {
  background-color: rgb(221, 127, 60);
  transition: 0.3s ease-out;
  position: absolute;
  content: "";
}
.bookbtn-2 span {
  color: rgb(221, 127, 60);
  border: 1px solid rgb(221, 127, 60);
  transition: 0.2s;
}  

.bookbtn-2 span a{color: rgb(221, 127, 60);}

.bookbtn-2 span:hover {
  color: rgb(255,255,255);
  transition: 0.2s 0.1s;
}

.bookbtn-2 span:hover a{color:white}


.book-btn.hover-slide-left::before {
  top: 0; bottom: 0; right: 0; 
  height: 100%; width: 0%;
  position: absolute;
  content: "";
}
.book-btn.hover-slide-left:hover::before {
  width: 100%;
}


.desert-friendly{padding: 90px 0;}
.desert-friendly-title {
  font-family: "Madera W01 Regular";
  font-size: 32px;
  color: #4a4a4a;
  font-weight: 600;
  text-transform: uppercase;
}

.desert-friendly-subtitle {
  font-family: "Madera W01 Regular";
  font-size: 24px;
  color: #4a4a4a;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
}

.desert-friendly-desp{
  font-family: "Madera W01 Regular";
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 400;
  margin-top: 10px;
}

.mt-40{margin-top: 40px;}

.accordion-button::after {
  background-image: url("../images/plus-icon.png");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.png");
}
.accordion-button::after {
  transition: all 0.5s;
}

.faq{padding: 50px 0;}
.faq-title {
  font-family: "Madera W01 Regular";
  font-size: 32px;
  color: #4d545a;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.faq .accordion-button{
  font-family: "Madera W01 Regular";
  font-size: 16px;
  color: #4d545a;
  font-weight: 600;
}

.map{margin-top: 30px;}

.copyright{background-color: #3c3c3c; padding: 10px 0;}
.copyright{
  font-family: "Madera W01 Regular";
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}

.accordion-button:not(.collapsed){    background-color: #3c3c3c; color: #fff;}

.canam-buggy-cc{
  color: #414141;
  font-size: 18px;
  font-family: "Madera W01 Regular";
  font-weight: 600;
  margin: 15px 0;
}

.inner-fq{margin-top: 30px;}

.why-choose{ margin-bottom: 50px;}

.why-choose-title{
  font-family: "Madera W01 Regular";
  font-size: 32px;
  color: #4d545a;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.why-choose ul li{position: relative; color: #414141;
  font-size: 16px;
  font-family: "Madera W01 Regular";
  font-weight: 400;
  line-height: 30px;
  padding-left: 20px;
}

.why-choose ul li:before{content:''; position: absolute; top: 15px; left: 0; width: 10px; height: 2px; background-color: #4d545a;}

.desert-mt{margin-top: 30px;}
.bx-pr{padding-right:30px;}
.bx-pl{padding-left:30px;}
.bx-sep{position: relative;}
.bx-sep:before{content:''; position: absolute; top:10px; right: 0; width: 1px; height:270px; background-color: #ccc;}

.pick-mt{margin-top: 30px;}

.chosse-title{
  font-family: "Madera W01 Regular";
  font-size: 18px;
  color: #4d545a;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0;
}

.buggies{ color: #414141;
  font-size: 14px;
  font-family: "Madera W01 Regular";
  font-weight: 400;
  line-height: 24px;
}

.seeker{background-color: #f8f2ee; padding: 15px 0; margin: 0;}
.tb-tp{padding: 15px 30px;}

.left-border{border-left: 1px solid #ccc;}
.top-border{border-top: 1px solid #ccc;}

.milton-top{display:flex;     justify-content: end;
  align-items: center;}

  .w-number{color:#414141; font-size: 18px; margin-left: 10px;}
  .w-number a{color:#414141; text-decoration: none;}

  .contact-box{margin-top: 40px;}

  .contact-map{margin-top: 40px;}

  .contact-map h2, .contact-map h3 {
    font-family: "Madera W01 Regular";
    font-size: 18px;
    color: #4d545a;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0;
}

.contact-map p{
  color: #414141;
  font-size: 14px;
  font-family: "Madera W01 Regular";
  font-weight: 400;
  line-height: 24px;
}

.map-gap{margin-top: 15px;}

.fourzero{font-size: 150px; color: #222; font-family: "Madera W01 Regular"; font-weight: 400; line-height: 150px; text-align: center;}
.notfound{width: 100%; height: 655px; display: flex; align-items: center; justify-content: center;}
.page{text-align: center; font-size: 20px; margin-top: 30px;}

.skilled-guide{font-size:18px; color: #222; font-family: "Madera W01 Regular"; font-weight: 600; line-height: 30px; margin-bottom: 15px;}

.red-dune{list-style: none;}
.red-dune li{font-size:15px; color: #222; font-family: "Madera W01 Regular"; font-weight: 400; line-height: 24px; margin-bottom: 10px; position: relative; padding-left: 20px;}
.red-dune li a{color: #222;}
.red-dune li:before{content:''; position: absolute; top: 12px; left: 0; width: 8px; height: 8px; border-radius: 50%; background-color: #222;}


   .white-box{background-color: #fafafa; border-radius: 5px; padding: 5px; box-shadow: 0 11px 21px #d4d8e4; position: relative;}

   .first-col-height{min-height: 1480px;}
  .second-col-height{min-height: 1075px;}
  .third-col-height{min-height: 1250px;}

    .white-box img{border-radius: 5px;}

    .white-box .content {padding: 15px;}

    .white-box .content h2{font-size: 24px;}
    .white-box .content h3{font-size: 30px; font-weight: bold; color: #97492b;}

.white-box .content h3 span{font-size:15px;}

    .white-box .content ul{margin-top: 15px;  min-height: 400px;}

     .white-box .content ul li{padding-left: 35px; position: relative; font-size: 14px; line-height: 22px; color: #414141; border-bottom: 1px solid #ccc; margin-top: 10px; padding-bottom: 10px;}

     .white-box .content ul li:before{content:''; position: absolute; top: 5px; left: 0; width: 20px; height: 14px; background-image: url(../images/point.png); background-repeat: no-repeat; background-size: 100%;}

     .white-box .content .booknow{background-color: #41bbfe; margin-top: 15px; padding: 10px 30px; color: #fff; font-size: 20px; border-radius: 10px;}

      .white-box .content .booknow a{color: #fff; text-decoration: none;}

     
     .white-box .content .whatsapp{background-color: #4dc247; margin-top: 15px; padding: 10px 30px; color: #fff; font-size: 20px; border-radius: 10px;}

             .white-box .content .whatsapp a{color: #fff; text-decoration: none;}

     .offer-package{margin-top: 40px; margin-bottom: 40px;}

     .col-tpgap{margin-top: 25px;}

     .book-procss{
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 15px;
    width: 90%;
    left: 20px;
}

     .discount{position: relative; z-index: 0;}
     .discount img{position: relative; z-index: 1; width: 100%;}
     .discount-number{position: absolute; z-index: 2; top: 15px; left: 15px; padding:5px 10px; background-color: #FF0000; font-size: 18px; color: #fff; font-weight: 600;}

     .discount-price {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 15px;
    background-color: #fff;
    padding: 5px 10px;
    font-size: 30px;
    color: #ff0000;
    font-weight: 600;
    line-height: 24px;
    padding-top: 15px;
}

      .discount-price span{text-decoration: line-through; color: #000; font-size: 20px; margin-right: 10px;}

      .perperson{font-size: 14px !important; color: #414141 !important; display: block; text-decoration: none !important;}


     .discover-magic{ font-size: 14px; color: #414141; line-height: 24px; margin-top: 15px;}
     .include-inprice{padding:5px 10px; background-color: #ff8b47; font-size: 18px; color: #fff; font-weight: 600; display: inline-block; margin-top: 10px;}

     #modal-subscribe .modal-body{padding-top: 0;}
    #modal-subscribe .modal-header{padding:0; padding-top: 15px;}
    #modal-subscribe  .close{position: absolute; right: 0; font-size: 30px; top: 0; z-index: 9; cursor: pointer; background-color: #fff; padding: 10px;}

        .modal-sm {
        --bs-modal-width: 400px;
    }


/* -------------------------- */
    .slider {
    position: relative;
    top: 95px;
}



 @media screen and (max-width: 575px) {
.four-point .white-bg{
     margin-top: 0px;
}
} 




