
main {
  display: none;
}

#no-js {
  display: block;
}

noscript #preloader {
  display: none;
}

.box_grid {
  min-height: 600px;
}

.box_grid .wrapper {
  min-height: 315px;
}

.logo_normal {
  opacity: 0.75;
}

ul#top_menu {
  margin-top: 5px;
}

.dest-counter {
  color: #fc5b62;  
  font-size: 20px;
}
#slider.flexslider ul.slides li {
  height: 100vh;
}

.tour-specs .flex-direction-nav {
  /*display: none;*/
}

.grid ul li {
  background: transparent;
}

.tagify__input {
  border: 0px solid red;
  margin: 10px;
}

.tagify__tag {
  margin: 10px 0 5px 5px;
}

.custom-search-input-2 {
  border: 0px solid blue;
}

.custom-search-input-2 .form-control {
  height: auto;
}

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    outline: none;
    padding: 0;
    font-size: 16px;
    color: #000;
    display: flex; /* Add flexbox display */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    position: relative;
  }
  
  .custom-select:focus {
    outline: none;
  }
  
  .custom-select option {
    background-color: #fff; /* Adjust the background color of the options */
    color: #000; /* Adjust the text color of the options */
  }
  
  .tagify {
    --tags-disabled-bg: #fff !important;
    --tags-border-color: #fff !important; 
    --tags-hover-border-color: #fff !important;
    --tags-focus-border-color: #fff !important;
  }

  .box_grid figure small.promo {
    position: absolute;
    background-color: unset;
    top: unset;
    left: 10px;
    bottom: 22px;
    text-transform: uppercase;
    color: #ccc;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
    line-height: 1;
  }

  .grid_item figure small.promo {
    position: absolute;
    background-color: unset;
    top: 5px;
    left: 4px;
    bottom: 22px;
    text-transform: uppercase;
    color: #ccc;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
    line-height: 1;
  }


  .table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.table th {
    background-color: #f2f2f2;
    padding: 10px;
    text-align: left;
    font-weight: bold;
}

.table td {
    padding: 10px;
    vertical-align: middle;
}

.table input[type="text"],
.table input[type="number"],
.table select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.table .options a {
    color: #d9534f;
    text-decoration: none;
}

.table .options a i {
    margin-left: 5px;
    font-size: x-large;
}

.table .options a:hover {
    color: #c9302c;
}

#promo .grid_item img {
  width: 400px; 
  height: 210px; 
  object-fit: cover; 
}

.hr-sm {
  margin: 15px 0 15px 0;
  border-color: #ededed;
  opacity: 1;
}

.table.cart-list td:nth-of-type(1):before {
  content: "First Name";
}

.table.cart-list td:nth-of-type(2):before {
  content: "Last Name";
}

.table.cart-list td:nth-of-type(3):before {
  content: "Age";
}

.table.cart-list td:nth-of-type(4):before {
  content: "Country";
}

.color-note{
  color: #fc5b62;
}

#bookSubmitError {
  display: none;
}

.color-note-bg {
  display: block;
  background-color: #d50a13;
  color: #fff;
  padding: 10px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.btn-disabled,
.btn-disabled:hover {
  background-color: #d8e7df !important;
  color: #fff;
  cursor: not-allowed;
}

.input-error {
  border: 1px solid #fc5b62 !important;
}

#error_page h2 {
  font-size: 2.75rem !important;
}

ul.bullets {
  margin-bottom: 25px;
}

.faq-data p,
.dest-policy p {
  margin-bottom: 0;
}

.box_detail .price-alt {
  padding: 0 !important;
  color: #32a067 !important;
}

.price-promo {
  color: #FFF;
  float: none !important;
  background-color: #32a067;
  font-size: 80%;
  padding: 2px 10px;
  border-radius: 10px;
  margin-right: 10px;
}

.price-error {
  background-color: #f75e5e;
  color: #FFF;
  display: block;
  margin: 10px;
  padding: 10px;
}

.pay-result {
  background-color: #FFF;
  color: #000;
  padding: 20px;
  text-align: left;
}

#coupon-box {
  display: none;
}

.terms_content h3 {
  margin-bottom: 15px;
}

.terms_content p {
  font-size: 110%;
}

.terms_content ul, ol {
  list-style: circle;
  padding: revert;
}

#history-otp,
#history-error,
#history-list {
  display: none;
}

#pending_error_page {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
}

.box-payment-pending p {
  font-size: 125%;
}

.box-payment-pending {
  display: none;
}

.pending-order-id {
  color:#dd350d;
  font-weight: 500;
}

.promo-label {
  background: #fc5b62 !important;
  color: #fff !important;
}

#slider.flexslider ul.slides li img {
  opacity: 0.8 !important;
}

#slider.flexslider ul.slides li {
  background-color: transparent !important;
}

.flexslider {
  background-color: transparent !important;
}

@media (max-width: 767px) {
  #carousel_slider_wp {
      display: block; /* or flex/inline-block as per your layout */
      visibility: visible;
  }
}


