.home-body {
  overflow: hidden;
  background: #000;
}
/*** Spinner Start ***/

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.8s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.hide{
  display: none !important;
}
.bg-lite {
  background: var(--bs-light-blue);
}

/*** Spinner End ***/
.hero {
  overflow: hidden;
  background-size: cover;
}

.hero_video,
.hero iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 56.25vw;
  /* 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* 16/9*100 = 177.77 */
}

.hero iframe {
  opacity: 0;
}

.hero iframe.loaded {
  opacity: 1;
}

.hero_content {
  z-index: 8675309;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero_content_title {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: clamp(1.5rem, 5vw, 3.25rem);
  line-height: 1.75rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.375em;
  font-weight: lighter;
  margin-bottom: 2.625rem;
}

.hero_content_play {
  display: block;
  position: relative;
  width: 4rem;
  height: 4rem;
  border: 2px solid transparent;
  border-radius: 50%;
  background: rgba(22, 22, 16, 0.75);
  text-indent: -9999px;
  transition: border-color 0.3s ease;
  -webkit-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.hero_content_play:hover {
  border-color: #fff;
  -webkit-animation: none;
  animation: none;
}

.hero_content_play:after {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 1.425rem;
  width: 0;
  height: 0;
  border: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 1rem 0 1rem 1.5rem;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(205, 170, 147, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(205, 170, 147, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(205, 170, 147, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(205, 170, 147, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(205, 170, 147, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(205, 170, 147, 0);
  }
}

.overlay-video {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 2500;
}

.home-main {
  /* background: url(../img/floral.png); */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2501;
  width: 100%;
  padding: 10px;
}
.header-main {
  background: url(../img/floral.png);
  z-index: 2001;
  position: relative;
}

.home-main img {
  width: 150px;
}

.explore-more {
  border: 1px solid #fff;
  padding: 10px 15px 13px;
  color: #000;
  font-size: 18px;
  background: #fff;
}

.years7 {
  position: absolute;
  left: 0;
  z-index: 2999;
  right: 0;
  width: 100%;
  background: rgba(160, 128, 43, 0.5);
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 32px;
  padding: 10px 0px 7px;
}

.main-menu {
  background: var(--bs-gold-nav);
  position: relative;
  z-index: 35;
}

/* menu */

.toggle,
[id^="drop"] {
  display: none;
}
.cnav {
  margin: 0;
  padding: 0;
}

.cnav:after {
  content: "";
  display: table;
  clear: both;
}

.cnav ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  align-items: center;
  justify-content: center;
}

.cnav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
}

.cnav a {
  display: block;
  padding: 0 26px;
  color: #333;
  font-size: 18px;
  line-height: 50px;
  text-decoration: none;
}

.cnav ul li ul li:hover {
  background: #000000;
}
.cnav ul li ul li:hover > a {
  color: #fff;
}

.cnav a:hover {
  background-color: #333;
  color: #fff;
}

.cnav ul ul {
  display: none;
  position: absolute;
  top: 50px;
  background: #d7bd6b;
  width: 250px;
}
.cnav ul ul li  {
text-transform: capitalize;
}

.cnav ul li:hover > ul {
  display: inherit;
}

.cnav ul ul li {
  width: 100%;
  float: none;
  display: list-item;
  position: relative;
}

.cnav ul ul ul li {
  position: relative;
  top: -50px;
  left: 200px;
  background: #b3973f;
}
.divider {
  position: relative;
}
.divider::after {
  content: "" !important;
  position: absolute;
  right: 0 !important;
  top: 16px !important;
  width: 2px;
  height: 20px;
  background: #b0a16e;
  display: block !important;
}
.cnav li > a:after {
  content: " +";
  display: none;
}

.cnav li > a:only-child:after {
  content: "";
}

/* Media Queries
--------------------------------------------- */

@media all and (max-width: 768px) {
  #logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    float: none;
  }

  .cnav {
    margin: 0;
  }

  .cnav .toggle + a,
  .cnav .menu {
    display: none;
  }

  .cnav .toggle {
    display: block;
    background-color: #254441;
    padding: 0 20px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 60px;
    text-decoration: none;
    border: none;
  }

  .toggle:hover {
    background-color: #000000;
  }

  [id^="drop"]:checked + ul {
    display: block;
  }

  .cnav ul li {
    display: block;
    width: 100%;
  }

  .cnav ul ul .toggle,
  nav ul ul a {
    padding: 0 40px;
  }

  .cnav ul ul ul a {
    padding: 0 80px;
  }

  .cnav a:hover,
  .cnav ul ul ul a {
    background-color: #000000;
  }

  .cnav ul li ul li .toggle,
  nav ul ul a {
    background-color: #212121;
  }

  .cnav ul ul {
    float: none;
    position: static;
    color: #ffffff;
  }

  .cnav ul ul li:hover > ul,
  .cnav ul li:hover > ul {
    display: none;
  }

  .cnav ul ul li {
    display: block;
    width: 100%;
  }

  .cnav ul ul ul li {
    position: static;
  }
}

@media all and (max-width: 330px) {
  .cnav ul li {
    display: block;
    width: 94%;
  }
}
/* menu end */

.register-btn {
  border: 1px solid #333;
  color: #333;
  border-radius: 25px;
  padding: 10px 25px 12px;
}
.register-btn:hover {
  border: 1px solid #333;
  color: #fff;
  border-radius: 25px;
  padding: 10px 25px 12px;
  background: #333;
}
.book-btn-top {
  border: 1px solid #333;
  background: #333;
  color: #fff;
  border-radius: 25px;
  padding: 7px 29px 9px;
  margin-left: 16px;
}
.book-btn-top:hover {
  border: 1px solid #333;
  background: transparent;
}

.hero-slider .swiper-pagination-bullet {
  width: 35px;
  height: 4px;
  border-radius: 0px;
  background: #fff;
  opacity: 0.5;
}
.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-pagination {
  bottom: 20px !important;
}

/* country */
.currency-switcher {
  position: relative;
  margin: 0px;
    margin-left: 0px;
  width: 140px;
  z-index: 45;
  margin-left: 15px;
}
div.dropdown-country {
  position: relative;
  width: 100%;
}

div.dropdown-country:after {
  content: "";
  position: absolute;
  margin: 0;
  width: 16px;
  height: 17px;
  top: 15px;
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

div.dropdown-country.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

div.dropdown-country > div.caption {
  border-radius: 12px;
  cursor: pointer;
  font-size: 17px;
  line-height: 150%;
  height: 36px;
  display: flex;
  align-items: center;
  padding-left: 55px;
}

div.dropdown-country > div.list {
  position: absolute;
  background-color: #fff;
  width: 100%;
  border-radius: 12px;
  -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
  box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75),
    opacity 0.1s linear;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  top: 33px;
  z-index: -1;
  visibility: hidden;
}

div.dropdown-country.open > div.list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

div.dropdown-country > div.list > div.item {
  padding: 10.5px 15px 10.5px 62px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.3px;
  position: relative;
  text-align: left;
}

div.dropdown-country > div.list > div.item.selected {
  background: rgba(36, 60, 187, 0.2);
  pointer-events: none;
}

div.dropdown-country > div.list > div.item:hover {
  background: #f8f9fb;
}

div.dropdown-country > div.caption img,
div.dropdown-country > div.list > div.item img,
div.dropdown-country > div.caption svg,
div.dropdown-country > div.list > div.item svg {
  position: absolute;
  margin-top: 0;
  left: 15px;
  top: 4px;
}

div.dropdown-country > div.list > div.item span,
div.dropdown-country > div.caption span {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #243cbb;
  position: absolute;
  right: 36px;
}

div.dropdown-country > div.list > div.item span {
  right: 20px;
}

/* country */

.nav-packges .nav-link.active {
  background: #191410;
  color: #fff;
}
.nav-packges .nav-link {
  border: 1px solid #333;
  color: #333;
  background: transparent;
  border-radius: 25px;
  padding: 4px 30px 7px;
  margin-left: 14px;
  line-height: 25px;
}

.footer {
  background: #191410;
}

.packages-card {
  border: 1px solid #dedede;
  border-radius: 11px;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}

.packages-card:hover {
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.2);
}
.package-bottom {
  padding: 15px 10px 16px;
}

.whislist {
  background: #fff;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  display: none;
}

.package-bottom h4 {
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.loc-days {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #848181;
  margin: 6px 0px 0px;
  font-size: 16px;
}
.price-book {
  display: flex;
  align-items: center;
  margin: 10px 0px 0px;
  justify-content: space-between;
}
.loc-days .location {
  flex: 1;
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(../img/location-packages.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 21px;
  background-position: -3px 3px;
  font-size: 17px;
}
.price-book h5 {
  margin-bottom: 0;
  color: var(--bs-gold-3);
  font-size: 23px;
}

.package-bottom .book-now-btn {
  background: #ebdcbe;
  padding: 3px 10px 6px;
  border-radius: 5px;
  cursor: pointer;
}

.whislist img {
  width: 24px;
}

.view-all {
  display: inline-block;
  background: #191410;
  color: #fff;
  padding: 7px 25px 9px;
  border-radius: 25px;
  font-size: 15px;
}

.view-all:hover {
  color: #fff;
  background: var(--bs-gold-3);
}

.address-footer p {
  position: relative;
  padding-left: 41px;
}
.address-footer img {
  position: absolute;
  left: 0;
  top: 4px;
  width: 27px;
}

.social-icons-footer {
  padding: 0px;
  margin: 0px;
  width: 100%;
  display: flex;
}
.social-icons-footer li {
  list-style: none;
  margin-right: 5px;
}
.social-icons-footer li a {
  color: #fff;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  text-align: center;
  border: 1px solid transparent;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 10px;
}

.social-icons-footer li a:hover {
  border: 1px solid #fff;
  border-radius: 5px;
  transition: 0.3s;
}

.pre-footer {
  border-top: 2px solid #272727;
  padding-bottom: 10px;
}

.back-to-top {
  position: fixed;
  right: 15px;
  color: #333;
  bottom: 15px;
}

.back-to-top i {
  color: #333 !important;
}
.back-to-top:hover i {
  color: #fff !important;
}

.title-packages h3 {
  font-size: 32px;
  text-transform: capitalize;
}

.title-packages span {
  font-size: 18px;
  color: #808080;
}

.custom-packages {
  background: url(../img/customize.png);
  height: 100%;
  min-height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.floral {
  background: url(../img/floral.png);
}

.customize-travel h3 {
  font-weight: 600;
  margin-bottom: 1px;
}

.customize-travel p {
  font-size: 21px;
  opacity: 0.8;
  margin-bottom: 7px;
  margin-top: 6px;
}

.customize-travel a {
  color: #000;
  border: 1px solid #000;
  padding: 7px 20px;
  display: inline-block;
  border-radius: 5px;
  margin-top: 9px;
}

.customize-travel a:hover {
  color: #fff;
  border: 1px solid #191410;

  background: #191410;
}

.bgimageheader {
  background: url(../img/modal.jpg);
  color: #fff;
  flex-direction: column;
  padding: 150px 0px;
  border-radius: 0px;
  background-size: cover;
}
.bgimageheader h3 {
  color: #fff;
  margin: 0;
  font-size: 35px;
}

.form-subscri button {
  background: #000;
  color: #fff;
  border: 0px;
  font-size: 18px;
  padding: 9px 25px;
}
.form-subscri input {
  border-radius: 0px;
  font-size: 17px;
  height: 49px;
  margin-bottom: 20px;
}

#ctamodal .modal-content {
  border-radius: 0px;
}

.btn-close2 {
  background: none;
  border: 0px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.btn-close2 img {
  width: 18px;
}
.bgimageheader p {
  padding: 0px 100px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
  margin-top: 5px;
}

.packages-details-view {
  margin-top: -180px;
  position: relative;
  z-index: 6;
}

.packages-top-c h1 {
  color: #fff;
  font-weight: 600;
}
.packages-top-c h6 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}

.tabs-package-top .nav-item button {
  padding: 12px 35px;
  background: none;
  color: #fff;
}

.tabs-package-top .nav-item button.active {
  padding: 12px 35px;
  background: var(--bs-gold-3);
  color: #fff;
}

.lig-grey {
  color: var(--bs-grey);
}
.gold-main {
  background: var(--bs-gold-3);
}
.bg-sandal {
  background: #faf7ef;
}

.packages-des h5 {
  margin-bottom: 0px;
  font-weight: 500;
}
.packages-des span {
  color: var(--bs-grey);
}
.included-li {
  margin: 0px;
  padding: 0;
}
.included-li li {
  display: inline-block;
  background: url(../img/tick.svg);
  list-style: none;
  margin-right: 20px;
  padding-left: 24px;
  margin-bottom: 10px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 0px 4px;
  color: var(--bs-grey);
}

.not-included {
  margin: 0px;
  padding: 0;
}
.not-included li {
  display: inline-block;
  background: url(../img/not-included.svg);
  list-style: none;
  margin-right: 20px;
  padding-left: 24px;
  margin-bottom: 10px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 0px 2px;
  color: var(--bs-grey);
}

.package-day {
  list-style: none;
  counter-reset: item;
  padding: 0px;
}

.package-day li {
  counter-increment: item;
  margin-bottom: 15px;
  padding-left: 50px;
  position: relative;
  padding-bottom: 15px;
}
.package-day li:before {
  margin-right: 10px;
  content: counter(item);
  background: var(--bs-gold-3);
  border-radius: 100%;
  color: white;
  width: 35px;
  text-align: center;
  display: flex;
  height: 35px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.package-day li h3 {
  margin-bottom: 0px;
}
.package-day li p {
  margin-bottom: 15px;
  color: var(--bs-grey);
}

.package-day li:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  border: 1px dotted #bbb7b7;
  left: 16px;
  top: 12px;
}
.package-day li:last-child:after {
  display: none !important;
}

.extralabel {
  display: block;
  position: relative;
  padding-left: 54px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.extralabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.extralabel .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 35px;
  width: 35px;
  background-color: #eee;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.extralabel:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.extralabel input:checked ~ .checkmark {
  background-color: #a08222;
}

/* Create the checkmark/indicator (hidden when not checked) */
.extralabel .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.extralabel input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.extralabel .checkmark:after {
  left: 12px;
  top: 6px;
  width: 9px;
  height: 17px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.extrattouroption {
  margin: 0px;
  padding: 0px;
}
.extrattouroption li {
  padding: 0px;
  list-style: none;
  margin-bottom: 20px;
  border-bottom: 2px dotted #bbb7b7;
  padding-bottom: 15px;
}
.extrattouroption .d-flex h3 {
  margin: 0px;
  font-size: 22px;
  font-weight: 600;
}
.extrattouroption .d-flex.flex-column span {
  margin: 0px;
  font-size: 18px;
  line-height: 15px;
  color: var(--bs-grey);
}

.price-show {
  font-size: 17px;
  background: #ebdcbe;
  padding: 11px 10px 10px;
  display: flex;
  height: 40px;
  line-height: 17px;
  color: #000;
  border-radius: 5px;
  min-width: 120px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.form-booking-pack input,
.form-booking-pack textarea {
  border-radius: 0px;
}
* .book-tour-btn {
  background: #333;
  color: #fff;
  border-radius: 0px;
  padding: 4px 24px 7px;
}

.breadcrumb-area .breadcrumb-wrap {
  text-align: center;
}

.breadcrumb-area .breadcrumb-wrap h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0px;
  color: #fff;
}

.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px;
}

.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li {
  font-size: 16px;
  color: #ff7f47;
  font-weight: 500;
  list-style: none;
  margin-right: 10px;
}

.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li a {
  color: #fff;
}

.breadcrumb-area::after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(100%, rgba(0, 0, 0, 0.65)),
    to(rgba(0, 0, 0, 0.65))
  );
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.detailsbanner {
    position: relative;
    min-height: 200px;
    height: 500px;
  }
  .detailsbanner img {
    position: relative;
    height: 500px;
    object-fit: cover;
  }

.breadcrumb-area {
  background-size: cover;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 25;
}
.packages-banner .container {
  position: relative;
  z-index: 5;
}

.currency-switcher2 {
  position: relative;
  margin: 0px;
  width: 300px;
  border: 1px solid #9f9b9b;
  height: 48px;
  padding-top: 3px;
}
div.dropdown-country2 {
  position: relative;
  width: 100%;
}

div.dropdown-country2:after {
  content: "";
  position: absolute;
  margin: 0;
  width: 16px;
  height: 17px;
  top: 15px;
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

div.dropdown-country2.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

div.dropdown-country2 > div.caption {
  border-radius: 12px;
  cursor: pointer;
  font-size: 17px;
  line-height: 150%;
  height: 36px;
  display: flex;
  align-items: center;
  padding-left: 55px;
}

div.dropdown-country2 > div.list {
  position: absolute;
  background-color: #fff;
  width: 100%;
  border-radius: 12px;
  -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
  box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75),
    opacity 0.1s linear;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  top: 33px;
  z-index: -1;
  visibility: hidden;
}

div.dropdown-country2.open > div.list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

div.dropdown-country2 > div.list > div.item {
  padding:10.5px 15px 10.5px 22px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.3px;
  position: relative;
  text-align: left;
}
.dropdown-country2 .list{
    height:200px;
    overflow:scroll !important;
}

div.dropdown-country2 > div.list > div.item.selected {
  background: rgba(36, 60, 187, 0.2);
  pointer-events: none;
}

div.dropdown-country2 > div.list > div.item:hover {
  background: #f8f9fb;
}

div.dropdown-country2 > div.caption img,
div.dropdown-country2 > div.list > div.item img,
div.dropdown-country2 > div.caption svg,
div.dropdown-country2 > div.list > div.item svg {
  position: absolute;
  margin-top: 0;
  left: 15px;
  top: 4px;
}

div.dropdown-country2 > div.list > div.item span,
div.dropdown-country2 > div.caption span {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #243cbb;
  position: absolute;
  right: 36px;
}

div.dropdown-country2 > div.list > div.item span {
  right: 20px;
}

.book-btn-sub {
  border: 1px solid #333;
  background: #333;
  color: #fff;
  border-radius: 25px;
  padding: 10px 23px 12px;
  width: 300px;
  display: block;
  text-align: center;
}
.book-btn-sub:hover {
  border: 1px solid #333;
  background: transparent;
}

.card-header-tab a {
  background: transparent;
  padding: 10px;
  border: 1px solid #dededede;
  border-radius: 50px;
  margin: 0px 10px;
  font-size: 18px;
}
.card-header-tab a.active {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

.card-header-tab a {
  flex: 1 1 auto;
  text-align: center;
}

.btn-savenext {
  background: #333;
  color: #fff;
  border-radius: 25px;
  width: 125px;
}
.btn-back {
  background: transparent;
  border: 1px solid #333;
  color: #333;
  border-radius: 25px;
  width: 125px;
  margin-right: 25px;
}

.btn-close-custom {
  position: absolute;
  right: 9px;
  top: 8px;
  z-index: 5;
}

.alradyacc a {
  font-weight: 800;
  font-size: 19px;
  color: #000;
  text-decoration: underline;
}

.bg-whitebg {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.coutrset {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.btn.btn-paybt.w-100 {
  background: #333;
  color: #fff;
  margin: 13px 0px 0px;
  font-size: 18px;
  padding: 6px 10px 9px;
}





input.invalid {
  background-color: #ffdddd;
}

.tab {
  display: none;
}



#prevBtn {
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

.step.finish {
  background-color: #4caf50;
}

.all-steps {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.thanks-message {
  display: none;
}



.extralabel2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.extralabel2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.extralabel2 .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.extralabel2:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.extralabel2 input:checked ~ .checkmark {
  background-color: #a08222;
}

/* Create the checkmark/indicator (hidden when not checked) */
.extralabel2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.extralabel2 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.extralabel2 .checkmark:after {
  left: 8px;
  top: 1px;
  width: 9px;
  height: 17px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.package-top a img.img-fluid
{
    width: 100%;
  height: 230px;
  object-fit: contain;
  background:#F0EFEA;
}
.hotel-left-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    background: #F7F6F6;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
  }
.hotel-right h3 {
  font-size: 21px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

  .hotel-right .facilities span {
    display: inline-block;
    border: 1px solid #dedede;
    padding: 6px 25px;
    margin-right: 10px;
    border-radius: 25px;
    text-transform: capitalize;
    font-size: 14px;
  }

  .list-facilities span{
    display: inline-block;
    border: 1px solid #dedede;
    padding: 6px 25px;
    margin-right: 10px;
    border-radius: 25px;
    text-transform: capitalize;
    font-size: 14px;
  }

  .map-location iframe{
    width: 100%;
  }

.hotel-right .description {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hotel-right .description  p{
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}


.selettours .select2-container--default .select2-selection--multiple{
  height:70px;  
}

.selettours .select2-container{
    width:100% !important;
    min-width:100% !important;
}
.hotelsphotos img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}




.star-rating {
  display: inline-block;
  cursor: default;
}
.star-rating input[type="radio"] {
  display: none;
}
.star-rating label {
  color: #bbb;
  font-size: 1rem;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.star-rating label.active {
  color: #f2b600;
}
.user-dashboard .user-sidebar {
    border: 1px solid #e1e1e1;
    padding: 10px 30px 20px;
}

.user-dashboard .user-sidebar .links li {
  border-bottom: 1px dashed #e1e1e1;
  transition: all .3s;
  list-style: none;
  padding: 0px;
}

.user-dashboard .user-sidebar .links li a {
    display: block;
    padding: 15px 0;
    color: #676767;
}

.user-dashboard .user-sidebar .links li:last-child {
    border-bottom: none;
}

.user-dashboard .user-sidebar .links li:last-child a {
    padding-bottom: 0;
}

.user-dashboard .user-profile-details .order-details .progress-area-step {
    margin-bottom: 60px;
    display: block;
    overflow: hidden;
}

.user-dashboard .user-profile-details .order-details .progress-area-step .progress-steps li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}
.user-dashboard .main-info h5 {
  margin-bottom: 15px;
}
.user-dashboard .billing-add-area .main-info ul.list {
    width: 100%;
}
.packages-banner img{
    height:500px;
    object-fit:cover
}
.packages-banner::after {
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+52,000000+52,000000+100&0+36,1+100 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 36%,rgba(0,0,0,0.25) 52%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.packages-banner {
  position: relative;
}

#tourplangallery .col-md-6 a img {
  height: 300px;
  object-fit: cover;
}
#tourplangallery .col-md-6 a {
 text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
.extralabel .d-flex.justify-content-between.ps-1 .d-flex.flex-column{
    padding-right:20px;
}
.user-sidebar .links {
  padding: 0px;
  margin-bottom: 0px;
}
.user-sidebar .links li{
    padding: 0px;
  margin: 0px;
}
.user-profile-details tr th{
    
}

.user-profile-details tr td{
    
}
.dashboard-list{
    
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0px;
}
li{
    list-style:none;
}
.dashboard-list li{
    padding: 10px 0px;
  border-bottom: 1px solid #dedede;
}
.dashboard-list li span::first-child{
    
}
.table-customer-info tr th{
    color: #000;
  background-color: #e1d4aa;
  font-weight: normal;
  padding: 10px 15px;
}

.user-profile-details tr td {
  vertical-align: middle;
  color:#5b5858;
}

.dash {
  padding: 20px 35px;

  border-radius: 15px;
}

.dash1 {
  background: #fdf3cb;
  text-align: center;
}
.dash2 {
  background: #eee9d4;
  text-align: center;
}
.dash3 {
  background: #eae6d4;
  text-align: center;
}

.dash  h3{
    font-size:20px;
}
.dash .counto span {
  font-size: 17px;
  background: #b9a9a9;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dash .counto {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.iti {
    width:100%;
}
.menubt{
    display: flex;
  background: var(--bs-gold-3);
  height: 46px;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  position: relative;
}
.selected_extras tr {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #dedede !important;
}
.selected_extras tr:last-child {
  border-bottom: 0px solid #dedede !important;
}
.selected_extras tr td{
        width:50%;
        display: block;
        padding:10px;
}
.selected_extras tr td:first-child{
        border-right:1px solid #dedede;
}

.selected_extras {
  padding: 0px !important;
}
.bg-lisiss{
    background:#f4eed9 !important;
}
.table-xtra {
  background: #fff;
}

@media all and (min-width: 992px) {
.menu-mobile, .menubt {
    display:none;
}
}
@media all and (max-width: 991px) {
    .user-dashboard .user-sidebar {
  margin-bottom: 15px;
}
    .tour-places-custom.pb-5 {
  padding: 0px 15px;
    padding-bottom: 0px;
}
    .tabs-package-top li {
  width: 50% !important;
  flex-basis: auto !important;
}
.tabs-package-top{
    margin-bottom:20px;
}
.tabs-package-top .nav-item button {
  padding: 12px 35px;
  background: none;
  color: #2d2b2b;
  background: #d0cccc;
}
.main-menu{
    display:none;
}
.togglemenu, .menubt {
    display:flex;
}
.register-btn, .book-btn-top{
    display:none;
}
.hero-slider .swiper-slide img{
    height:400px;
    object-fit:cover
}

.text-cnter{
    text-align:center;
}

.text-cnter {
    text-align:center;
}

.text-cnter .navbar-brand{
  margin-right: 0px !important;
    display: block;
}
.jus-cent{
    justify-content:center !important;
}
.second-nav .devices.nav-parent:first-child{
    background:var(--bs-gold-3);
}

}

.user-after-login{
    display:none;
}
.user-after-login i {
  font-size: 30px;
  margin-right: 8px;
}
.user-after-login {
  display: flex;
  align-items: center;
  color: #333;
}

.bookbg{
    background:#333;
}

.contact-page__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 39px 40px 40px;
  border: 1px solid #dedede;
  height: 100%;
}

.contact-page__title-box {
  position: relative;
  margin-bottom: 12px;
  text-align: center;
}
.contact-page__single p {
  text-align: center;
}

.contact-page__title span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 12px;
}

.contact-page__title h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 2px;
}

.contact-page__icon {
  position: relative;
  align-items: center;
  font-size: 29px;
}

.contact-page__icon span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}