/* --------------------------------------------------
   Utilities
   -------------------------------------------------- */
.box-shadow {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  /* padding: 20px; */
}

.booking-form-wrap {
  border-radius: 10px;
  background: linear-gradient(
    125deg,
    rgba(99, 171, 69, 0.1) 0%,
    rgba(251, 176, 59, 0.1) 100%
  );
  border-radius: 5px;
  padding: 25px;
}

.tab button.active {
  background-color: #e07728;
  color: #fff;
}

.pb-10 {
  padding-bottom: 10px;
}

.fw-600 {
  font-weight: 600;
}

.ptb-20 {
  padding: 20px 0;
}

.black {
  color: #000;
}

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

.quantity {
  width: 100%;
}

@media (max-width: 1024px) {
  .m-w-100 {
    width: 100%;
  }

  .m-w-50 {
    width: 50%;
  }

  .w-33 {
    width: 33.33%;
  }
}

@media only screen and (min-width: 768px) {
  .dis-none {
    display: none;
  }
}

.w-20 {
  width: 20%;
}

/* --------------------------------------------------
   Tabs component (contact-us.php enquiry tabs)
   -------------------------------------------------- */
.minus {
  background: darkblue;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.plus {
  border-right: 0;
  border-left: 0;
}

.tab button {
  border-radius: 24px;
  padding: 8px 10px !important;
  margin-right: 6px;
}

.tab1 {
  padding: 8px;
  border-radius: 50px;
}

.tabcontent {
  border: none !important;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.p-0 {
  padding: 0;
}

.tab button:hover {
  background-color: #ff9900;
  color: #fff;
}

.tab button:hover a {
  background-color: #ff9900;
  color: #fff;
}

a {
  color: #000;
}

@media only screen and (min-width: 1024px) {
  .chr-jumplinks-v2 {
    display: block;
  }
}

.new-select .nice-select .list {
  bottom: 100%;
  top: auto;
}

@media only screen and (max-width: 767px) {
  ul.action li {
    float: left;
    display: inline;
    width: 50%;
    padding: 12px;
  }
}

.bw {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  ul.action li a {
    font-size: 14px;
  }
}

/* --------------------------------------------------
   Navigation overrides
   -------------------------------------------------- */
.hs_logo_wrapper1 {
  float: left;
  width: auto;
  padding-top: 20px;
  padding-bottom: 18px;
}

.hs_navigation_header_wrapper {
  position: relative;
  z-index: 9999;
}

.dropdown-wrapper .drop-menu {
  z-index: 9999;
}

/* --------------------------------------------------
   Legacy enquiry-form validation (js/legacy-enquiry-forms.js)
   -------------------------------------------------- */
.form-error {
  font-size: 12px;
  color: red;
  min-height: 14px;
  margin: 4px 0 10px;
  text-align: left;
}

.x_slider_form_input_wrapper input.error,
.form-sec-header input.error,
.x_slider_select select.error {
  border: 1px solid red;
}
