* {
  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;
  outline: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px; }

.row {
  display: flex;
  flex-wrap: wrap; }

.col-lg-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
  padding: 0 15px; }

.col-lg-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
  padding: 0 15px; }

.col-lg-3 {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 15px; }

.col-lg-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding: 0 15px; }

.col-lg-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
  padding: 0 15px; }

.col-lg-6 {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 15px; }

.col-lg-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
  padding: 0 15px; }

.col-lg-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
  padding: 0 15px; }

.col-lg-9 {
  flex: 0 0 auto;
  width: 75%;
  padding: 0 15px; }

.col-lg-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
  padding: 0 15px; }

.col-lg-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
  padding: 0 15px; }

.col-lg-12 {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 15px; }

.header {
  background-color: #814421;
  height: 80px;
  display: flex;
  align-items: center; }
  .header .logo-title {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    display: block; }
  .header .decoration {
    text-decoration: none; }
  .header .nav-right {
    display: flex;
    justify-content: end; }

.sub-heading {
  font-family: "Poppins", sans-serif;
  color: #d68d3f;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 28px; }

.mainheading, .aboutus .about-title, .book-now .booknow-title, .group-package .group-package-title, .group-package .item .safari-name, .frequently-askquestion .faq-title, .footer .footer-title, .slider .slider-detail .slider-title, .form-outer .form-title, .thankyou .thankyou-title, .highlights-tour .deck .highlight-title, .tour-description .description-title, .time-slot-title {
  font-family: "Poppins", sans-serif;
  color: #101F46;
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 40px; }

.desp, .aboutus .about-desp, .group-package .group-package-desp, .group-package .item .safari-content, .frequently-askquestion .faq-desp, .footer .footer-desp, .footer .footer-list li, .footer .safari-list li, .slider .slider-detail .slider-desp, .thankyou .thankyou-msg, .level-point li, .highlights-tour .deck .highlight-desp, .highlights-tour .deck .highlight-list li, .tour-description .despription-desp, .time-slot li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #7a7a7a;
  font-weight: 400;
  line-height: 28px; }

.aboutus .about-desp {
  margin-top: 20px; }
  .aboutus .about-desp a {
    text-decoration: none;
    color: #000; }

.book-now {
  padding: 150px 0;
  background-image: url(https://dubaideserttsafari.com/images/booknow.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* .booknow-btn{
      @extend .desp;
      padding: 15px 40px;
      border-radius: $twenty;
      border:2px solid #fff;
      background-color: transparent;
      color:#fff;
  } */ }
  .book-now .center {
    text-align: center; }
  .book-now .booknow-title {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 72px;
    color: #fff; }
  .book-now .btn {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0px 25px 15px;
    min-width: 150px;
    margin: 0 auto;
    margin-top: 15px; }
    .book-now .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: 15px 20px;
      transition: 0.3s; }
  .book-now .btn-1 span {
    color: white;
    border: 1px solid white;
    transition: 0.2s 0.1s; }
    .book-now .btn-1 span:hover {
      color: white;
      transition: 0.2s 0.1s; }
  .book-now .btn-1::before {
    background-color: #1c1f1e;
    transition: 0.3s ease-out; }
  .book-now .btn.hover-filled-slide-down::before {
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%; }
  .book-now .btn.hover-filled-slide-down:hover::before {
    height: 0%; }

.group-package {
  padding: 100px 0; }
  .group-package .group-package-title {
    text-align: center; }
  .group-package .group-package-desp {
    text-align: center;
    margin-top: 15px; }
  .group-package .tp-gap {
    margin-top: 40px; }
  .group-package .content {
    font-size: 18px;
    line-height: 18px;
    display: -webkit-box;
    /* Set your count of lines. Please note:  you should also change the count in the JS file on row 21 */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 0.3s ease; }
  .group-package .content.expanded {
    -webkit-line-clamp: unset;
    max-height: none; }
  .group-package .content + .read-more.hidden {
    display: none; }
  .group-package .item {
    box-shadow: 0 10px 43px 0 rgba(109, 125, 145, 0.25);
    padding: 20px; }
    .group-package .item .safari-name {
      font-size: 24px; }
  .group-package .waree {
    overflow: hidden;
    padding: 20px 15px;
    transition: all 0.5s ease-in-out; }
    .group-package .waree img {
      transform: scale(1);
      transition: all 0.5s ease-in-out; }
    .group-package .waree:hover img {
      transform: scale(1.1); }
    .group-package .waree:hover .safari-name {
      color: #ba733e; }
    .group-package .waree:hover .read-more {
      background-color: #d47c1e; }
    .group-package .waree:hover {
      margin-top: -10px; }

.set {
  position: absolute;
  top: 5px;
  left: 0; }

.read-more {
  background-color: #ba733e;
  color: #fff;
  padding: 10px 30px;
  margin-top: 10px;
  cursor: pointer; }

.packagesafari-list li {
  position: relative;
  padding-left: 20px; }

.hidden {
  overflow: hidden; }

.frequently-askquestion {
  background-color: #f5f5f5;
  padding: 50px 0; }
  .frequently-askquestion .faq-title {
    text-align: center; }
  .frequently-askquestion .faq-desp {
    text-align: center;
    margin-top: 15px; }
  .frequently-askquestion .accordion-menu {
    list-style: none; }
    .frequently-askquestion .accordion-menu .submenuItems {
      list-style: none; }
  .frequently-askquestion .accordion-menu {
    width: 100%;
    margin-top: 40px; }
  .frequently-askquestion .accordion-menu li.open .dropdownlink .fa-chevron-down {
    transform: rotate(180deg); }
  .frequently-askquestion .accordion-menu li:last-child .dropdownlink {
    border-bottom: 0; }
  .frequently-askquestion .dropdownlink {
    cursor: pointer;
    display: block;
    padding: 15px;
    padding-left: 0;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    color: #212121;
    position: relative;
    transition: all 0.4s ease-out;
    font-family: "Poppins", sans-serif; }
  .frequently-askquestion .dropdownlink i {
    position: absolute;
    top: 17px;
    left: 16px; }
  .frequently-askquestion .dropdownlink .fa-chevron-down {
    right: 12px;
    left: auto; }
  .frequently-askquestion .submenuItems {
    display: none;
    background: #fff;
    padding: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #717171;
    line-height: 30px; }

.footer {
  background-color: #181818;
  padding: 50px 0; }
  .footer .footer-title {
    font-size: 18px;
    color: #fff; }
  .footer .footer-desp {
    color: #f6f6f6;
    font-size: 14px; }
  .footer .footer-list {
    list-style: none; }
    .footer .footer-list li {
      color: #fff;
      font-size: 14px;
      display: inline-block;
      width: 49%;
      position: relative;
      padding-left: 15px; }
      .footer .footer-list li a {
        text-decoration: none;
        color: #fff; }
      .footer .footer-list li:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 5px;
        height: 5px;
        background-color: #ccc;
        border-radius: 50%; }
  .footer .safari-list {
    list-style: none; }
    .footer .safari-list li {
      color: #fff;
      font-size: 14px;
      position: relative;
      padding-left: 15px; }
      .footer .safari-list li a {
        text-decoration: none;
        color: #fff; }
      .footer .safari-list li:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 5px;
        height: 5px;
        background-color: #ccc;
        border-radius: 50%; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.home-banner {
  background-image: url(https://dubaideserttsafari.com/images/banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.burj-khalifa {
  background-image: url(https://dubaideserttsafari.com/images/burj-khalifa.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0; }

.dubai-frame {
  background-image: url(https://dubaideserttsafari.com/images/dubai-frame.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0; }

.morningdesert-safari {
  background-image: url(https://dubaideserttsafari.com/images/Morning-Desert-Safari.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0; }

.overnight-safari {
  background-image: url(https://dubaideserttsafari.com/images/overnight-safari.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0; }

.evening-safari {
  background-image: url(https://dubaideserttsafari.com/images/evening-desert-safri.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0; }

.dubai-aquarium {
  background-image: url(https://dubaideserttsafari.com/images/dubai-aquarium.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0; }

.dubai-waterpark {
  background-image: url(https://dubaideserttsafari.com/images/dubai-waterpark.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0; }

.museum-future {
  background-image: url(https://dubaideserttsafari.com/images/museum-future.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0; }

.marina-tour {
  background-image: url(https://dubaideserttsafari.com/images/marina-tour.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0; }

.safari-park {
  background-image: url(https://dubaideserttsafari.com/images/safari-park.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0; }

.dubai-ferry {
  background-image: url(https://dubaideserttsafari.com/images/dubai-ferry.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0; }

.miracle-garden {
  background-image: url(https://dubaideserttsafari.com/images/miracle-garden.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0; }

.global-village {
  background-image: url(https://dubaideserttsafari.com/images/global-village.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0; }

.lego-land {
  background-image: url(https://dubaideserttsafari.com/images/legoland-dubai.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0; }

.palm {
  background-image: url(https://dubaideserttsafari.com/images/palm-jumeirah.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0; }

.slider img {
  position: relative;
  z-index: 1; }
.slider .slider-detail {
  width: 100%;
  min-height: 715px;
  display: flex;
  align-items: center; }
  .slider .slider-detail .slider-title {
    color: #fff;
    font-size: 40px;
    line-height: 48px; }
  .slider .slider-detail .slider-desp {
    color: #fff;
    margin-top: 20px; }
    .slider .slider-detail .slider-desp a {
      text-decoration: none;
      color: #fff; }
  .slider .slider-detail .explore-now {
    padding: 15px;
    margin-top: 15px;
    display: block; }

.form-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 40px;
  border-radius: 20px; }

.form-outline {
  border: 2px solid #fff;
  padding: 40px;
  border-radius: 20px; }

.form-outer .form-title {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px; }
.form-outer .field {
  background-color: transparent;
  width: 100%;
  border: 1px solid #fff;
  height: 40px;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  border-radius: 5px; }
.form-outer .msg {
  background-color: transparent;
  width: 100%;
  border: 1px solid #fff;
  height: 100px;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  border-radius: 5px;
  resize: none; }
.form-outer .submit-btn {
  background-color: #fff;
  width: 100px;
  height: 40px;
  padding: 0 10px;
  color: #000;
  font-size: 18px;
  margin-top: 10px;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  font-family: "Poppins", sans-serif; }

.full-width {
  width: 100%; }

::placeholder {
  color: #fff !important;
  font-size: 16px;
  font-family: "Poppins", sans-serif; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Hide arrows in Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.explore-now {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #d68d3f; }

.relative {
  position: relative; }

.setpos {
  position: absolute;
  bottom: 0;
  right: 30px; }

.thankyou {
  min-height: 600px;
  display: flex;
  align-items: center; }
  .thankyou .thankyou-title {
    text-align: center; }
  .thankyou .thankyou-msg {
    text-align: center; }

.vertical-center {
  display: flex;
  justify-content: center;
  flex-direction: column; }

.level-point {
  list-style: none;
  margin-top: 15px; }
  .level-point li {
    position: relative;
    padding-left: 15px; }
    .level-point li:before {
      content: '';
      position: absolute;
      top: 10px;
      left: 0;
      width: 5px;
      height: 5px;
      background-color: #757575; }

.highlights-tour .deck {
  background-color: #281001;
  padding: 100px;
  border-radius: 40px; }
  .highlights-tour .deck .highlight-title {
    color: #fff; }
  .highlights-tour .deck .highlight-desp {
    color: #fff;
    margin-top: 15px; }
    .highlights-tour .deck .highlight-desp a {
      color: #f8c81e;
      text-decoration: none; }
  .highlights-tour .deck .highlight-list {
    list-style: none;
    margin-top: 15px; }
    .highlights-tour .deck .highlight-list li {
      color: #fff;
      position: relative;
      padding-left: 15px; }
      .highlights-tour .deck .highlight-list li:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 5px;
        height: 5px;
        background-color: #fff; }

.tour-description {
  text-align: center; }
  .tour-description .description-title {
    text-align: center; }
    .tour-description .description-title span {
      font-size: 15px;
      line-height: 20px; }
  .tour-description .despription-desp {
    margin-top: 15px; }
    .tour-description .despription-desp a {
      text-decoration: none;
      color: #414141; }
  .tour-description .building {
    margin-top: 30px;
    border-radius: 50px;
    box-shadow: 12px 12px 2px 1px rgba(158, 158, 158, 0.2); }

.time-slot {
  margin-top: 15px;
  list-style: none; }
  .time-slot li {
    position: relative;
    display: block;
    padding-left: 15px; }
    .time-slot li.bullet:before {
      content: '';
      position: absolute;
      top: 10px;
      left: 0;
      width: 5px;
      height: 5px;
      background-color: #757575; }

.corner {
  border-radius: 15px; }

.setpos-btm {
  position: absolute;
  bottom: 70px;
  right: 30px; }

.padbtm-zero {
  padding-bottom: 0; }

.safari-type .safari-maintitle {
  font-family: "Poppins", sans-serif;
  color: #101F46;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
  text-align: center; }
  .safari-type .safari-maintitle span {
    color: #b25f27; }
.safari-type .safari-category {
  font-family: "Poppins", sans-serif;
  color: #101F46;
  font-size: 28px;
  line-height: 36px;
  text-transform: capitalize; }
.safari-type .safari-desp {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #7a7a7a;
  font-weight: 400;
  line-height: 28px;
  margin-top: 15px; }
  .safari-type .safari-desp a {
    color: #b25f27;
    text-decoration: none; }

.activity-itinary {
  width: 100%;
  background-image: url(https://dubaideserttsafari.com/images/activity-itinary.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px; }
  .activity-itinary .itinary-title {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    text-transform: capitalize; }
  .activity-itinary .itinary-dsp {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    margin-top: 15px; }
    .activity-itinary .itinary-dsp a {
      color: #fff;
      text-decoration: none; }
  .activity-itinary .itinary-list {
    list-style: none;
    margin-top: 30px; }
    .activity-itinary .itinary-list li {
      position: relative;
      padding-left: 15px;
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      color: #fff;
      font-weight: 400;
      line-height: 28px;
      margin-top: 10px; }
      .activity-itinary .itinary-list li:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 5px;
        height: 5px;
        background-color: #fff; }

.mt-100 {
  margin-top: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.mt-50 {
  margin-top: 50px; }

.mt-15 {
  margin-top: 15px; }

.rounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.outline {
  border: 3px solid #fff; }

.additional-info {
  padding-top: 50px; }
  .additional-info .additional-title {
    font-family: "Poppins", sans-serif;
    color: #101010;
    font-size: 40px;
    line-height: 48px;
    text-transform: capitalize;
    text-align: center; }
  .additional-info .additional-subtitle {
    font-family: "Poppins", sans-serif;
    color: #101010;
    font-size: 28px;
    line-height: 36px;
    text-transform: capitalize;
    margin-bottom: 10px; }
  .additional-info ul {
    list-style: none; }
    .additional-info ul li {
      font-family: "Poppins", sans-serif;
      color: #7a7a7a;
      font-size: 14px;
      line-height: 24px;
      text-transform: capitalize;
      position: relative;
      padding-left: 15px; }
      .additional-info ul li:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 5px;
        height: 5px;
        background-color: #7a7a7a; }

/*-------------------------------*/
/*-----jaw----*/
.paddingzero {
  padding-top: 0px !important; }

.graybg-sect {
  background: #f9f9f9; }

.text-center.tittop h2 {
  font-size: 45px;
  margin-bottom: 6px; }

.small_header h4 {
  font-size: 25px !important;
  line-height: 30px !important; }

.small_header_sub h3 {
  font-size: 25px !important;
  margin: 0px; }

.small_header_sub .about-desp {
  margin-top: 0px; }

.small_header p {
  margin-top: 2px !important;
  margin-bottom: 10px; }

button.readMoreBtn {
  margin-top: 17px;
  padding: 10px 15px; }

.bgColorEx_top {
  margin-top: 50px; }

.level_point_W {
  position: relative; }

.level_point_W li:before {
  content: '';
  position: absolute;
  top: 26px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #757575; }

ul.time-slot.list img {
  vertical-align: middle;
  margin-right: 10px; }

.ticket-accordion .accordion-menu {
  width: 100%; }
  .ticket-accordion .accordion-menu li {
    list-style: none; }
.ticket-accordion .dropdownlink {
  cursor: pointer;
  display: block;
  padding: 15px;
  padding-left: 0;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  color: #212121;
  position: relative;
  transition: all 0.4s ease-out;
  font-family: "Poppins", sans-serif;
  font-weight: 600; }
  .ticket-accordion .dropdownlink i {
    position: absolute;
    top: 17px;
    left: 16px; }
  .ticket-accordion .dropdownlink .fa-chevron-down {
    right: 12px;
    left: auto; }
.ticket-accordion .submenuItems {
  display: none;
  background: #f7f7f7;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #717171;
  line-height: 30px; }

.social {
  display: flex;
  list-style: none;
  margin-top: 15px; }
  .social li {
    padding: 0 5px; }

.copyright {
  padding: 10px 0;
  background-color: #2e2e2e;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px; }
  .copyright a {
    color: #fff;
    text-decoration: none; }

/*# sourceMappingURL=style.css.map */

/*-----------*/
.threads-icon{
    border-radius: 50%;
}