/*start here banner section*/
* {
  font-family: robotoregular !important;
}

.justifyContentCenter {
  justify-content: center;
}

.heading {
  font-size: 30px !important;
  font-weight: 600;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .heading {
    font-size: 24px !important;
    line-height: 31px;
  }
}

.banner-img {
  object-fit: cover;
  width: 100%;
  filter: brightness(0.9);
}
@media only screen and (max-width: 1767px) {
  .banner-img {
    height: 450px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .banner-img {
    height: 250px;
  }
}

.saudiwelcome {
  position: absolute;
  bottom: 32%;
  left: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .saudiwelcome {
    left: 20px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .saudiwelcome {
    left: auto;
    right: auto;
    top: 51%;
  }
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .saudiwelcome {
    left: auto;
    right: 10px;
  }
}
.saudiwelcome img {
  height: 162px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .saudiwelcome img {
    height: 120px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .saudiwelcome img {
    width: auto;
    height: 70px;
  }
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .saudiwelcome img {
    width: auto;
    height: 70px;
  }
}

.saudiwelcometext {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .saudiwelcometext {
    left: 20px;
    display: none;
  }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .saudiwelcometext {
    left: auto;
    right: 10px;
    top: 50%;
  }
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .saudiwelcometext {
    left: auto;
    right: 10px;
  }
}
.saudiwelcometext p {
  font-size: 50px;
  color: #ffffff;
  line-height: 68px;
}
@media only screen and (max-width: 767px) {
  .saudiwelcometext p {
    display: none;
  }
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .mcontainer {
    padding: 15px;
  }
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .mcontainer {
    padding: 15px;
  }
}

.banner-form-section {
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 50px;
  right: 10%;
  width: 400px;
  z-index: 9;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
@media only screen and (max-width: 1767px) {
  .banner-form-section {
    top: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .banner-form-section {
    width: 387px;
    top: 20px;
    right: 3%;
  }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .banner-form-section {
    position: static;
    width: 100%;
    box-sizing: border-box;
    box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.16);
  }
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .banner-form-section {
    position: static;
    width: 100%;
    box-sizing: border-box;
    box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.16);
  }
}
.banner-form-section h2 {
  font-family: robotoregular;
  font-size: 18px;
  font-weight: 600;
  color: #161616;
  margin-bottom: 20px;
}

.form-section {
  margin-top: 15px;
}
.form-section .formgroup {
  margin-bottom: 10px;
}
.form-section .formgroup label {
  font-family: robotoregular;
  color: #222;
  font-size: 13px;
}
.form-section .formgroup .forminput {
  margin-top: 2px;
}
.form-section .formgroup .forminput input {
  height: 48px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 0;
  outline: none;
  border-radius: 5px;
  padding: 17px 10px 16px 30px;
  box-sizing: border-box;
}
.form-section .formgroup .forminput input::placeholder {
  font-size: 13px;
  color: #454545;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .form-section .formgroup .forminput input {
    padding: 16px 10px 16px 35px;
  }
}
.form-section .formgroup .forminput select {
  height: 48px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 0;
  outline: none;
  border-radius: 5px;
  padding: 17px 10px 16px 30px;
  box-sizing: border-box;
  color: #454545;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .form-section .formgroup .forminput select {
    padding: 16px 10px 16px 35px;
  }
}
.form-section .formgroup .forminput button {
  background-color: #002d61;
  color: #fff;
  font-size: 18px;
  height: 48px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  position: relative;
}
.form-section .formgroup .select2-selection {
  height: 50px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 0;
  outline: none;
  border-radius: 5px;
  padding: 10px 15px 15px 22px;
  box-sizing: border-box;
  color: #454545;
  font-size: 14px;
  font-family: robotoregular;
}
.form-section .formgroup.submit-btn {
  margin-bottom: 0px;
  margin-top: 30px;
}

.select2-results__options {
  font-family: robotoregular;
  font-size: 16px;
}

.select2-container {
  width: 100% !important;
}

.select2-selection__arrow {
  top: 12px !important;
}

.select2-search__field {
  height: 40px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 0;
  outline: none;
  border-radius: 5px;
  padding: 15px 15px 15px 33px;
  box-sizing: border-box;
  color: #454545;
  font-size: 14px;
}

.formicon {
  background: url(https://c.regencyholidays.com/images/Reg_disneyfb-sprite.png);
  position: absolute;
  left: 10px;
  top: 18px;
  width: 16px;
  height: 16px;
  z-index: 9;
}
.formicon.usericon {
  background-position: -101px -39px !important;
}
.formicon.mailicon {
  background-position: -75px -38px !important;
}
.formicon.countryicon {
  background-position: -138px -16px !important;
}
.formicon.mobileicon {
  background-position: -165px -16px !important;
}
.formicon.hotelicon {
  background-position: -12px -14px !important;
}
.formicon.calendaricon {
  background-position: -69px -14px;
}

.checkinout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(10px, auto);
}

/*end here banner section*/
/*start here map css */
.map-section {
  margin-top: 0px;
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .map-section {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .map-section {
    margin-top: 20px;
  }
}

.mapContent {
  align-items: center;
  display: flex;
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .mapContent {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mapContent {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .mapContent {
    flex-wrap: wrap;
  }
}
.mapContent .firstColMap .map-description {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
  font-family: robotoregular;
}
@media only screen and (max-width: 767px) {
  .mapContent .firstColMap .map-description {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mapContent .firstColMap {
    width: 100%;
    order: 2;
    margin: auto;
  }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .mapContent .firstColMap {
    width: 100%;
    order: 2;
  }
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .mapContent .firstColMap {
    width: 100%;
    order: 2;
  }
}
.mapContent .flightorcar {
  margin: 50px 0px;
}
.mapContent .flightorcar ul {
  display: flex;
  list-style: none;
  justify-content: center;
}
.mapContent .flightorcar ul li {
  margin-right: 60px;
  font-family: robotoregular;
  color: #777777;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .mapContent .flightorcar ul li {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .mapContent .flightorcar ul li {
    margin-right: 50px;
  }
}
.mapContent .flightorcar ul li:last-child {
  margin-right: 0px;
}
.mapContent .flightorcar ul li.active {
  color: #212429;
}
.mapContent .flightorcar ul li img {
  display: block;
  margin: 0px auto 10px;
  height: 33px;
}
.mapContent .list {
  margin-top: 45px;
  width: 300px;
  margin: auto;
}
@media only screen and (max-width: 321px) {
  .mapContent .list {
    width: 260px;
  }
}
.mapContent .list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(0px, auto);
  list-style: none;
  font-family: robotoregular;
}
.mapContent .list ul li {
  color: #212429;
  font-size: 16px;
  margin-bottom: 5px;
}
.mapContent .list ul li:nth-child(even) {
  padding-left: 72px;
}
@media only screen and (max-width: 321px) {
  .mapContent .list ul li:nth-child(even) {
    padding-left: 0;
  }
}
.mapContent .list ul .mapli .saudilist {
  position: relative;
  padding-left: 35px;
  user-select: none;
  cursor: pointer;
}
.mapContent .list ul .mapli .saudilist input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.mapContent .list ul .mapli .saudilist input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid #e50019;
}
.mapContent .list ul .mapli .saudilist input:checked ~ .checkmark::after {
  display: block;
}
.mapContent .list ul .mapli .saudilist .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #777777;
  border-radius: 50%;
}
.mapContent .list ul .mapli .saudilist .checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e50019;
  content: "";
  position: absolute;
  display: none;
}
.mapContent .gallery {
  width: 100%;
  position: relative;
  text-align: center;
}
.mapContent .gallery #cityNameField {
  color: #212429;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: robotoregular;
}
.mapContent .galleryslider {
  position: relative;
}
.mapContent .galleryslider .gallery-container {
  align-items: center;
  display: flex;
  height: 230px;
}
.mapContent .galleryslider .gallery-container .gallery-item {
  height: 100px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: auto;
  z-index: 0;
}
.mapContent .galleryslider .gallery-container .gallery-item.gallery-item-1 {
  left: 18%;
  opacity: 1;
  transform: translateX(-50%);
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .mapContent .galleryslider .gallery-container .gallery-item.gallery-item-1 {
    left: 15%;
  }
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .mapContent .galleryslider .gallery-container .gallery-item.gallery-item-1 {
    left: 20%;
  }
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .mapContent .galleryslider .gallery-container .gallery-item.gallery-item-1 {
    left: 18%;
  }
}
.mapContent .galleryslider .gallery-container .gallery-item.gallery-item-2 {
  left: 35%;
  transform: translateX(-50%);
  height: 170px !important;
  opacity: 1;
  width: auto !important;
  z-index: 1;
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .mapContent .galleryslider .gallery-container .gallery-item.gallery-item-2 {
    height: 137px !important;
  }
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .mapContent .galleryslider .gallery-container .gallery-item.gallery-item-2 {
    left: 38%;
  }
}
.mapContent .galleryslider .gallery-container .gallery-item.gallery-item-3 {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  height: 200px !important;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  width: auto !important;
  z-index: 2;
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .mapContent .galleryslider .gallery-container .gallery-item.gallery-item-3 {
    height: 170px !important;
  }
}
.mapContent .galleryslider .gallery-container .gallery-item.gallery-item-4 {
  left: 65%;
  transform: translateX(-50%);
  height: 170px;
  opacity: 1;
  z-index: 1;
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .mapContent .galleryslider .gallery-container .gallery-item.gallery-item-4 {
    height: 137px !important;
  }
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .mapContent .galleryslider .gallery-container .gallery-item.gallery-item-4 {
    left: 62%;
  }
}
.mapContent .galleryslider .gallery-container .gallery-item.gallery-item-5 {
  left: 82%;
  opacity: 1;
  transform: translateX(-50%);
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .mapContent .galleryslider .gallery-container .gallery-item.gallery-item-5 {
    left: 85%;
  }
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .mapContent .galleryslider .gallery-container .gallery-item.gallery-item-5 {
    left: 78%;
  }
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .mapContent .galleryslider .gallery-container .gallery-item.gallery-item-5 {
    left: 82%;
  }
}
.mapContent .galleryslider .gallery-controls .gallery-controls-previous {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .mapContent .galleryslider .gallery-controls .gallery-controls-previous {
    left: -40px;
  }
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .mapContent .galleryslider .gallery-controls .gallery-controls-previous {
    left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mapContent .galleryslider .gallery-controls .gallery-controls-previous {
    left: 0px;
  }
}
@media only screen and (max-width: 321px) {
  .mapContent .galleryslider .gallery-controls .gallery-controls-previous {
    left: -24px;
  }
}
.mapContent .galleryslider .gallery-controls .gallery-controls-next {
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .mapContent .galleryslider .gallery-controls .gallery-controls-next {
    right: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mapContent .galleryslider .gallery-controls .gallery-controls-next {
    right: 0px;
  }
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .mapContent .galleryslider .gallery-controls .gallery-controls-next {
    right: -20px;
  }
}
@media only screen and (max-width: 321px) {
  .mapContent .galleryslider .gallery-controls .gallery-controls-next {
    right: -22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mapContent .secondColMap {
    width: 100%;
  }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .mapContent .secondColMap {
    width: 100%;
    order: 1;
  }
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .mapContent .secondColMap {
    width: 100%;
    order: 1;
  }
}
.mapContent .secondColMap img {
  padding: 0px 20px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mapContent .secondColMap img {
    padding: 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .mapContent .secondColMap img {
    width: 100%;
    padding: 0px;
  }
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
  .mapContent .secondColMap img {
    width: 100%;
    padding: 0px;
  }
}

/*End here map */
/*start here explore majestic*/
.explore-flex {
  display: flex;
  margin: 120px 0px 40px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .explore-flex {
    align-items: start;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .explore-flex {
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0px;
  }
}
.explore-flex .explore-img-sec {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .explore-flex .explore-img-sec {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .explore-flex .explore-img-sec {
    width: 100%;
    padding-left: 0;
  }
}
.explore-flex .explore-img-sec img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .explore-flex .explore-img-sec img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .explore-flex .explore-img-sec img {
    width: 100%;
  }
}
.explore-flex .explore-img-sec a {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .explore-flex .explore-img-sec a {
    display: inline-block;
    margin-top: 30px;
  }
}
.explore-flex .explore-img-sec h3 {
  color: #000 !important;
  margin: 0;
  font-weight: 400;
  margin: 0 0 20px 0;
  font-size: 30px;
}
.explore-flex .explore-img-sec .heading {
  margin-bottom: 0px;
}
.explore-flex .explore-content-sec {
  width: 50%;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .explore-flex .explore-content-sec {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .explore-flex .explore-content-sec {
    padding-left: 0px;
    margin-top: 20px;
    width: 100%;
  }
}
.explore-flex .explore-content-sec p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: normal;
  font-family: robotoregular;
}
@media only screen and (max-width: 767px) {
  .explore-flex .explore-content-sec p {
    margin-bottom: 0px;
  }
}
.explore-flex .explore-content-sec a {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .explore-flex .explore-content-sec a {
    display: none;
  }
}
.explore-flex.ourBestPackages {
  margin-top: 0;
  gap: 28px;
}

.offerPost {
  margin-top: 0;
  gap: 28px;
  display: flex;
  margin: 30px 0;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .offerPost {
    flex-wrap: wrap;
  }
}
.offerPost img {
  width: 100%;
  display: block;
  height: 365px;
}
.offerPost h3 {
  font-size: 22px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.offerPost p {
  font-size: 18px;
  line-height: 30px;
}

/*end here explore majestic*/
/*start here feelmore banner*/
#feelmorebanner {
  margin-bottom: 50px;
}

/*end here feelmore banner*/
/*start here adventure activites*/
.heading-tab {
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .heading-tab {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-tab {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
.heading-tab .active-blogsec {
  font-weight: 300;
  display: flex;
  margin-left: auto;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .heading-tab .active-blogsec {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-tab .active-blogsec {
    flex-wrap: wrap;
    line-height: 30px;
  }
}
.heading-tab .active-blogsec li {
  display: inline-block;
  font-size: 18px;
  padding: 0px 10px;
  cursor: pointer;
}
.heading-tab .active-blogsec li a.active {
  color: #002d61;
  position: relative;
  display: inline-block;
}

.activites-slider {
  margin-bottom: 45px;
  position: relative;
}
.activites-slider .owl-stage {
  display: flex;
}
.activites-slider .owl-stage .owl-item {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .activites-slider .owl-stage .owl-item {
    padding: 2px;
  }
}
.activites-slider .owl-stage .owl-item .item {
  box-shadow: 0px 0px 7px 0px #cccccc;
  height: 100%;
}
.activites-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.activites-slider .owl-nav .owl-prev {
  position: absolute;
  left: -15px;
}
.activites-slider .owl-nav .owl-next {
  position: absolute;
  right: -15px;
}

/*start here adventure activites*/
/*start here our packages*/
.ourbest-packages {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .ourbest-packages {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.ourbest-packages .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.ourbest-packages .owl-nav .owl-prev {
  position: absolute;
  left: -15px;
}
.ourbest-packages .owl-nav .owl-next {
  position: absolute;
  right: -15px;
}

/*end here our packages*/
/*start here soak pnl*/
.soak-flex:nth-child(even) .soak-img {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .soak-flex:nth-child(even) .soak-img {
    order: 1;
  }
}
.soak-flex:nth-child(even) .soak-content-sec {
  order: 1;
}
@media only screen and (max-width: 767px) {
  .soak-flex:nth-child(even) .soak-content-sec {
    order: 2;
  }
}
.soak-flex:nth-child(even) .soak-content-sec .soak-content {
  padding-right: 50px;
  margin-left: auto;
}

.soak-flex {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .soak-flex {
    flex-wrap: wrap;
  }
}
.soak-flex .soak-img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .soak-flex .soak-img {
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 30px;
  }
}
.soak-flex .soak-img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .soak-flex .soak-img img {
    height: auto;
  }
}
.soak-flex .soak-content-sec {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .soak-flex .soak-content-sec {
    width: 100%;
  }
}
.soak-flex .soak-content-sec .soak-content {
  width: 60%;
  padding-left: 50px;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .soak-flex .soak-content-sec .soak-content {
    width: 90%;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .soak-flex .soak-content-sec .soak-content {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .soak-flex .soak-content-sec .soak-content {
    width: 100%;
    padding-left: 10px;
    right: 10px;
  }
}
.soak-flex .soak-content-sec .soak-content p {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  font-family: robotoregular;
}

/*end here soak pnl*/
/*start her explore destination*/
.explore-section {
  margin-bottom: 50px;
}
.explore-section .img-content-text-slider {
  position: relative;
}
.explore-section .img-content-text-slider .img-slider {
  position: relative;
}
.explore-section .img-content-text-slider .img-slider .imgoverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  padding-top: 50px;
  padding-bottom: 18px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 95%);
}
.explore-section .img-content-text-slider .img-slider .imgoverlay h4 {
  color: #fff;
  font-size: 24px;
  padding-left: 20px;
  padding-bottom: 10px;
  font-family: playfairnormal;
  font-weight: 300;
}
.explore-section .img-content-text-slider .img-slider-hover-sec {
  display: none;
  position: absolute;
  z-index: 9;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.explore-section .img-content-text-slider .img-slider-hover-sec .img-slider-hover {
  position: relative;
}
.explore-section .img-content-text-slider .img-slider-hover-sec .img-slider-hover .imgoverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  padding-top: 50px;
  padding-bottom: 18px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 95%);
}
.explore-section .img-content-text-slider .img-slider-hover-sec .img-slider-hover .imgoverlay h4 {
  color: #fff;
  font-size: 24px;
  padding-left: 20px;
  padding-bottom: 10px;
  font-family: playfairnormal;
  font-weight: 300;
}
.explore-section .img-content-text-slider .img-slider-hover-sec .img-slider-hover-content p {
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "robotoregular";
  font-weight: 300;
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 7.6em;
  line-height: 1.8em;
}
.explore-section .img-content-text-slider .img-slider-hover-sec .img-slider-hover-content ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.explore-section .img-content-text-slider .img-slider-hover-sec .img-slider-hover-content ul li {
  color: #fff;
  padding: 4px 5px;
  height: 28px;
  text-align: center;
  margin: 2px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  border-radius: 40px;
  background: #51c041;
  transition: all 0.3s ease 0s;
  font-family: "robotoregular";
}
.explore-section .img-content-text-slider:hover .img-slider-hover-sec {
  display: block;
}

#exploredestination .owl-stage {
  display: flex;
}
#exploredestination .owl-stage .owl-item {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  #exploredestination .owl-stage .owl-item {
    padding: 2px;
  }
}
#exploredestination .owl-stage .owl-item .item {
  -webkit-box-shadow: 0px 0px 7px 0px #080808;
  -moz-box-shadow: 0px 0px 7px 0px #080808;
  box-shadow: 0px 0px 7px 0px #e6e6e6;
}
#exploredestination .owl-nav {
  position: absolute;
  top: -50px;
  right: 10px;
}
#exploredestination .owl-nav .owl-prev {
  margin-right: 15px;
}

/*end her explore destination*/
/*start here purify your soul*/
.purify-flex {
  display: flex;
  margin: 70px 0px;
  align-items: center;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .purify-flex {
    flex-wrap: wrap;
  }
}
.purify-flex .purify-img-sec {
  order: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .purify-flex .purify-img-sec {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .purify-flex .purify-img-sec {
    order: 1;
  }
}
.purify-flex .purify-img-sec img {
  box-shadow: 20px 20px 1px 0px rgb(230, 230, 230);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .purify-flex .purify-img-sec img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .purify-flex .purify-img-sec img {
    width: 100%;
  }
}
.purify-flex .purify-content-sec {
  order: 1;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .purify-flex .purify-content-sec {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .purify-flex .purify-content-sec {
    order: 2;
    padding-right: 0px;
    padding-top: 60px;
  }
}
.purify-flex .purify-content-sec p {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: robotoregular;
}
.purify-flex .purify-content-sec a {
  margin-top: 30px;
}

/*end here purify your soul*/
.content-slider {
  padding: 15px 0px;
}
.content-slider h4 {
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
}
.content-slider h4 b {
  font-weight: 600;
}
.content-slider p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  padding: 10px 0;
}
.content-slider h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 0 0 0;
  font-family: robotoregular;
}

/*start here headliners slider*/
#headlinerslider {
  margin-bottom: 50px;
}
#headlinerslider .owl-stage {
  display: flex;
}
#headlinerslider .owl-stage .owl-item {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  #headlinerslider .owl-stage .owl-item {
    padding: 2px;
  }
}
#headlinerslider .owl-stage .owl-item .item {
  box-shadow: 0px 0px 7px 0px #cccccc;
  height: 100%;
}
#headlinerslider .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#headlinerslider .owl-nav .owl-prev {
  position: absolute;
  left: -6px;
}
#headlinerslider .owl-nav .owl-next {
  position: absolute;
  right: -6px;
}
#headlinerslider .owl-dots {
  display: none;
}
@media only screen and (max-width: 767px) {
  #headlinerslider .owl-dots {
    display: block;
  }
}

/*end here headliners slider*/
/*start here fqs section*/
.faqs-section {
  background-color: #f4f8fb;
  padding: 30px 0 30px 0;
  clear: both;
  margin: 20px 0 0 0;
}
.faqs-section .faqtab details {
  cursor: pointer;
  background: #f2f2f2;
  margin-bottom: 5px;
  margin-top: 15px;
  padding: 0;
}
.faqs-section .faqtab details summary {
  line-height: 1;
  display: flex;
  position: relative;
  padding: 15px 15px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #1e2022;
  margin: 0;
  text-align: left;
  text-transform: none;
  font-family: robotoregular;
}
.faqs-section .faqtab details .faqs-text {
  color: #1e2022;
  font-family: "robotolight";
  font-size: 14px;
  line-height: 20px;
  padding: 15px 15px 15px 30px;
  position: relative;
  background-color: #fff;
}
.faqs-section .faqtab details .faqs-text:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  height: 35px;
  background-color: #004085;
  width: 2px;
}
.faqs-section .faqtab details summary {
  position: relative;
}
@media only screen and (max-width: 321px) {
  .faqs-section .faqtab details summary {
    width: 270px;
  }
}
.faqs-section .faqtab details summary:before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #161616;
  position: absolute;
  right: 15px;
  transform: rotate(90deg);
  transition: 0.5s;
  top: 23px;
}
@media only screen and (max-width: 321px) {
  .faqs-section .faqtab details summary:before {
    right: -14px;
  }
}
.faqs-section .faqtab details summary:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #161616;
  position: absolute;
  right: 15px;
  transform: rotate(0);
  top: 23px;
}
@media only screen and (max-width: 321px) {
  .faqs-section .faqtab details summary:after {
    right: -14px !important;
  }
}
.faqs-section .faqtab details[open] summary:before {
  display: none;
}
.faqs-section .faqtab details[open] summary:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #161616;
  position: absolute;
  right: 15px;
  transform: rotate(0);
  top: 23px;
}

button.button_progress {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), linear-gradient(to top, #b81a52, #e1165e);
  background-repeat: repeat;
  -ms-background-size: 15px 15px, 100% 100%;
  background-size: 15px 15px, 100% 100%;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/*end here faqs section*/
.citySliderSection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  grid-auto-rows: minmax(10px, auto);
}
@media only screen and (max-width: 767px) {
  .citySliderSection {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.citySliderSection .img-content-text-slider .img-slider img {
  width: 100%;
}

.cityparagraphtext {
  overflow: hidden;
}

.readmore {
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  font-family: robotoregular;
  color: rgb(207, 0, 0) !important;
}

.shadow-img img {
  -webkit-box-shadow: 20px 20px 1px 0px rgb(230, 230, 230);
  -moz-box-shadow: 20px 20px 1px 0px rgb(230, 230, 230);
  box-shadow: 20px 20px 1px 0px rgb(230, 230, 230);
}

.ourbest-packages .owl-dots {
  display: block !important;
  margin: 10px 0;
}

.startyourmoroco {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 20px;
}
.startyourmoroco h4 {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #000000;
}
.startyourmoroco p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 45px;
}
.startyourmoroco a {
  background: #002d61;
  display: inline-flex;
  align-items: center;
  padding: 15px 25px;
  border-radius: 0px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  font-family: robotoregular;
}