/*
Theme Name: Listeo Child
Description: Listeo Child Theme
Template: listeo
Version: 1.0.0
*/

html,
body {
  width: 100%;
  overflow-x: hidden;
}

select#billing_country:invalid {
  height: initial !important;
  opacity: unset !important;
  position: unset !important;
}

.invalid select#billing_country:invalid {
  border-bottom-color: red;
}

.coupon_modal .modal-header h5 {
  font-size: 20px;
}

.coupon_modal .modal-header .close {
  font-size: 30px;
  opacity: 1;
  z-index: 9;
  padding: 8px;
  margin-top: -14px;
}

.coupon_modal .modal-header {
  position: relative;
  border: none;
  z-index: 9;
}

.coupon_modal .coupons {
  display: flex;
}

.coupon_modal .coupons .coupons_image {
  width: 200px;
}

.coupon_modal .coupons .coupons_image img {
  width: 100%;
}

.coupon_modal .coupons .coupons_info {
  width: calc(100% - 200px);
  padding-left: 20px;
}

.coupon_modal .coupons .coupons_info .product_title h2 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #000;
}

.coupon_modal .coupons .coupons_info .product_price p {
  font-size: 16px;
  color: #000;
}

.coupon_modal .add_cart {
  margin-top: 15px;
}

.coupon_modal .add_cart button {
  background-color: #54775e;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 50px;
  border: none;
}

.coupon_modal .coupons_desc {
  margin-top: 20px;
}

.coupon_modal .coupons_desc p {
  color: #000;
}

.coupon_modal h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.coupon_modal .modal-body {
  padding: 5px 30px 20px;
}

.coupon_modal .coupons_desc {
  margin-top: 20px;
  overflow-y: auto;
  max-height: 300px;
}

.coupon_modal .add_cart a:hover {
  color: #fff;
  text-decoration: none;
}

a .icon-box-2 {
  color: #222;
}

.listing-slider .slick-list .slick-track a {
  margin: 0 10px;
}

a:hover,
.listeo-bubblebox a:hover {
  text-decoration: none !important;
}

.sign-in-form form .form-row label i {
  bottom: auto;
  top: 8px;
  line-height: 53px;
}

body.home .icon-box-2 h3 {
  color: #000;
}

body.single-listing .listing-share .like-button .like-icon {
  display: none;
}

a.button:hover {
  color: #fff;
}

a.button.booking-confirmation-btn {
  color: #fff;
  text-decoration: none;
}

a.button.listeo-booking-widget-apply_new_coupon {
  color: #fff;
  text-decoration: none;
}

a.button.book-now.fullwidth.margin-top-5 {
  color: #fff;
  text-decoration: none;
}

.partner-block .fw-carousel-item .listing-item {
  overflow: visible;
  height: auto;
}

.partner-block .fw-carousel-item .listing-item .listing-item-content {
  position: relative;
  bottom: 0;
  padding: 22px 25px;
  background-color: #f6f6f6;
}

.partner-block .listing-item-content span {
  color: #777;
}

.partner-block .fw-carousel-item .listing-item .listing-item-content .tag {
  color: #fff;
}

.partner-block .listing-item-container .star-rating {
  display: none;
}

.partner-block .listing-item-content h3 {
  color: #777;
  margin: 0 0 5px;
  font-size: 18px;
}

.partner-block .like-icon {
  right: 16px;
  top: 16px;
}

.partner-block .fw-carousel-item .listing-item img {
  height: 265px;
  border-radius: 4px 4px 0px 0px;
}

.partner-block .listing-item-content h3 + span {
  height: 72px;
  overflow: hidden;
}

i.tooltip.left.fa.fa-map-marker {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.blog-wrap {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 20px;
  background-color: #fff;
  color: #444;
  /*grid-template-columns: repeat(3, calc(33.33% - 16px));
	grid-template-columns: 41% 1fr 1fr;*/
  grid-template-columns: 40.5% 1fr 1.25fr;
  grid-template-columns: 40.5% 1fr 1.5fr;
}

.blog-box {
  background-color: rgba(84, 119, 94, 0.55);
  color: #fff;
  border-radius: 30px;
  padding: 15px;
  position: relative;
}

.blog-box:last-child {
  background-color: rgba(84, 119, 94, 0.7);
}

.blog-box:not(.blog-box-1):not(.blog-box-6) .blog-item {
  height: 100%;
}

.blog-box-1 {
  grid-area: 1 / 1 / 3 / 2;
}

.blog-box-2 {
  grid-area: 1 / 2 / 2 / 4;
}

.blog-box-3 {
  grid-area: 2 / 2 / 3 / 4;
}

.blog-box-4 {
  grid-area: 3 / 1 / 4 / 3;
}

.blog-box-5 {
  grid-area: 4 / 1 / 5 / 3;
}

.blog-box-6 {
  grid-area: 3 / 3 / 5 / 4;
}

.blog-box-7 {
  grid-area: 5 / 1 / 6 / 3;
}

.blog-box-8 {
  grid-area: 5 / 3 / 6 / 4;
}

/*.blog-box-1 { grid-area: 1 / 1 / 3 / 2; }
.blog-box-2 { grid-area: 1 / 2 / 2 / 4; }
.blog-box-3 { grid-area: 2 / 2 / 3 / 4; }
.blog-box-4 { grid-area: 3 / 1 / 4 / 3; }
.blog-box-5 { grid-area: 3 / 3 / 4 / 4; }*/

.blog-box .blog-lnk {
  position: absolute;
  right: 25px;
  bottom: 22px;
}

.blog-box-1 .blog-lnk {
  right: 40px;
}

.blog-box-2 .blog-lnk,
.blog-box-5 .blog-lnk {
  left: 32px;
  right: unset;
}

.blog-item img {
  width: 100%;
  max-width: 100%;
  border-radius: 30px !important;
}

.blog-item {
  display: flex;
  flex-wrap: wrap;
}

.blog-box .blog-item h2 {
  color: #fff;
  text-align: left;
  /* 	font-family: "Montserrat", Sans-serif; */
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 15px;
  margin-bottom: 25px;
}

.blog-box.blog-box-1 .blog-item h2 {
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog-box.blog-box-1 .blog-item h2,
.blog-box:last-child .blog-item h2,
.blog-box:last-child .blog-item p {
  text-align: center;
}

.blog-box:last-child a {
  color: #fff;
  text-decoration: underline !important;
}

.blog-box .blog-item p {
  color: #fff;
  /* 	font-family: "Montserrat", Sans-serif; */
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 100%;
}

.blog-box-1 .blog-item .blog-content {
  padding: 0 25px 13px;
}

.blog-box.blog-box-4 .blog-item .blog-content p {
  margin-bottom: 45px;
}

.blog-hrzntl {
  display: flex;
  justify-content: space-between;
}

.blog-hrzntl .blog-item-img {
  min-width: 360px;
  max-width: 361px;
}

.blog-hrzntl .blog-item-content {
  /*    width: calc(100% - 385px);*/
  width: calc(100% - 360px);
  padding: 0 14px 0 18px;
}

.blog-hrzntl .blog-item-img img {
  height: 100%;
  object-fit: fill;
  object-fit: cover;
  object-position: center;
}

.blog-item-content {
  position: relative;
  padding-bottom: 35px;
}

.blog-lnk {
  color: #fff;
  /* 	font-family: "Montserrat", Sans-serif; */
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline !important;
}

.blog-box::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(10, 10, 10, 0.7);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Sansita", Sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}

/*.blog-box.blog-box-1::after {
	content: unset !important;
}
.blog-box.blog-box-3::after {
	content: unset !important; 
}
.blog-box.blog-box-4::after {
	content: unset !important;
}*/
.blog-item .blog-item-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 110%);
  font-size: 26px;
  z-index: 2;
  font-family: "Sansita", Sans-serif;
  font-weight: 600;
}

.blog-item-overlay::before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  left: -60px;
  top: 19px;
}

.blog-item-overlay::after {
  content: "";
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  right: -60px;
  top: 19px;
}

.blog-txt p {
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .partner-block .listing-item-content h3 + span {
    height: auto;
  }
  .main-search-input-item.location div:nth-child(1) {
    flex-direction: column;
  }

  form#listeo_core-search-form .main-search-input {
    padding: 20px;
    border-radius: 6px;
  }

  .main-search-input button.button {
    width: 100%;
    margin-left: 0px;
  }
  .location input,
  .location select {
    width: 100% !important;
  }
  .main-search-input button.button {
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .partner-block .simple-slick-carousel .slick-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .partner-block .fw-carousel-item .listing-item img {
    height: 240px;
  }

  .blog-wrap {
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr !important;
  }

  .blog-box {
    grid-area: unset !important;
  }

  .blog-box .blog-lnk {
    right: 0;
    left: 15px;
  }

  .blog-hrzntl {
    flex-direction: column !important;
  }

  .blog-hrzntl .blog-item-img,
  .blog-hrzntl .blog-item-content {
    width: 100% !important;
    min-width: unset;
    max-width: unset;
  }

  .blog-box:not(.blog-box-1) .blog-item {
    height: unset;
  }

  .blog-box .blog-item h2 {
    font-size: 24px;
  }

  .blog-box.blog-box-1 .blog-item h2 {
    text-align: left;
  }

  .blog-lnk {
    left: 0;
  }

  .blog-box-1 .blog-item .blog-content {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-item-content {
    padding-bottom: 35px;
  }

  .blog-hrzntl .blog-item-content {
    padding: 0px 0px 50px 0px;
  }

  .blog-box.blog-box-2 {
    order: -1;
  }

  .blog-txt p {
    font-size: 17px;
    line-height: 25px;
  }
}

.valuev {
  font-size: 16px !important;
  color: #333333 !important;
  font-weight: 400 !important;
  padding-top: 30px !important;
}

.valuev strong a {
  color: #54775e !important;
}

body.single-product.elementor-template-full-width
  .woocommerce-variation-add-to-cart {
  display: inherit !important;
}

body.single-product.elementor-template-full-width .variations tr {
  width: 100%;
  align-items: baseline;
  display: flex;
}

body.single-product.elementor-template-full-width .variations label {
  font-weight: 600 !important;
}

body.single-product.elementor-template-full-width .reset_variations {
  display: none !important;
}

body.single-product.elementor-template-full-width th.label {
  padding-left: 0px !important;
}

body.single-product.elementor-template-full-width,
body.single-product.elementor-template-full-width .type-product,
body.single-product.elementor-template-full-width #wrapper {
  background-color: #f6f6f6 !important;
}

body.single-product .woocommerce-info {
  background-color: #5a7e6154;
}

body.single-product.elementor-template-full-width .woocommerce-error {
  margin-bottom: 0 !important;
}

.wc-timeline-button-show-cart {
  bottom: 144px !important;
}
#login .form-row {
  display: block;
}
.woocommerce-checkout .form-row {
  flex-direction: column;
  margin: 0 0px 17px 0px !important;
}
.woocommerce-billing-fields__field-wrapper .form-row {
  margin: 0 25px 17px 0px !important;
}

@media screen and (max-width: 768px) {
  .grecaptcha-badge {
    display: none !important;
  }
}

.ch-img1 img {
  width: 100% !important;
}

.grecaptcha-badge {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .wpml-ls-item .sub-menu {
    width: 160px;
  }

  .left-side #navigation .wpml-ls-item ul li a {
    background-color: transparent !important;
    background: transparent !important;
  }
}

@media screen and (min-width: 768px) {
  .christmas-banner-home {
    margin-top: -47px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .christmas-banner-home {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .christmas-banner-listing {
    margin-top: -35px !important;
  }
}

.valuev {
  padding-bottom: 20px;
}

.date-booked {
  background-color: #de5959;
  color: #ffe9e9;
}

/* Order Detail Page */

.page--container {
  max-width: 1320px;
  margin: 0px auto;
  padding: 0px 15px;
}

.page--container .container--row {
  display: flex;
  align-items: center;
  gap: 75px;
}

.login--info-wrap {
  background-color: var(--e-global-color-accent);
  padding: 100px 70px;
  border-radius: 10px;
  margin: 75px 0px;
}

.login--info-wrap .form--title {
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  line-height: 45px;
}

.login--info-wrap .form--group {
  display: flex;
  align-items: center;
}

.order--page-form label {
  color: #fff;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  flex-basis: 30%;
  padding-right: 7px;
}

.order--page-form input::placeholder {
  color: #7b7b7b;
}

.order--page-form .btn--wrap {
  margin-top: 25px;
}

.btn--wrap .input--link {
  background-color: #e0d47c;
  border-radius: 34px 34px 34px 34px;
  padding: 15px 34px 15px 34px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  color: #000000;
  transition: all 0.3s;
}

.btn--wrap .input--link.white-text {
  color: #fff;
}

.btn--wrap .input--link:hover {
  background-color: #e0d47cd9;
}

.order--page-form input {
  background-color: #ebebeb;
  border: 1px solid #7b7b7b;
  border-radius: 10px;
  height: 100%;
  min-height: 50px;
  color: #000;
  font-size: 16px;
  flex-basis: 70%;
}

.order--page-form input:focus {
  color: #000;
}

.page--banner {
  min-height: 450px;
  display: flex;
  align-items: end;
}

.section--heading .title {
  font-size: 65px;
  font-weight: 700;
  color: #fff;
}

.section--heading {
  padding: 0px 70px 70px;
  position: relative;
  z-index: 1;
}

.order--details-wrap {
  margin: 75px 0px;
}

.order--details-wrap .page--banner {
  background: url("/wp-content/uploads/2024/06/Baden-Wuerttemberg-scaled.jpg")
    0px -290px no-repeat;
  background-size: cover;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}

.order--details-wrap .page--banner::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background-color: #000000;
  opacity: 0.22;
}

.order--login-wrap .order--details-wrap .order--details-wrap-inner {
  margin-top: 50px;
}

.order--login-wrap
  .order--details-wrap
  .order--details-wrap-inner
  .container--row {
  align-items: flex-start;
}

.order--number {
  border: 1px solid #1e1e1e;
  border-radius: 10px;
  padding: 17px 20px;
}

.order--number p {
  color: #000;
}

.title--wrap .title--inner {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

.tent--details-btn a {
  color: #336dea;
  font-size: 16px;
  font-weight: 400;
}

.customer--order-info {
  padding: 20px 20px 0px;
}

.customer--order-info .title--wrap,
.booking--wrap .title--wrap {
  margin-bottom: 30px;
}

.customer--info-box {
  display: flex;
  margin-bottom: 15px;
}

.customer--info-box .icon--wrap {
  width: 100%;
  max-width: 16px;
  margin-right: 12px;
  display: flex;
  align-items: flex-start;
  margin-top: 2px;
}

.customer--info-box .icon--wrap img {
  width: 100%;
  object-fit: contain;
}

.customer--info-box .detail--wrap .detail--title {
  font-size: 16px;
  color: #000;
}

.customer--info-box .detail--wrap .detail--content {
  font-size: 16px;
  font-weight: 400;
  color: #7b7b7b;
  line-height: 20.8px;
}

.tent--details-btn a,
.tent--details-btn button,
.pp-btn button {
  color: #336dea;
  font-size: 16px;
  font-weight: 400;
  padding: 0px;
  border: none;
  background: transparent;
}

.contact--us-box {
  padding: 20px;
  margin-top: 50px;
  border: 1px solid #444444;
  border-radius: 10px;
}

.title--wrap .sub--title {
  font-size: 16px;
  font-weight: 400;
  color: #7b7b7b;
  line-height: 25px;
}

.contact--us-box .customer--info-box {
  margin-bottom: 15px;
  margin-top: 15px;
}

.booking--wrap .title--wrap .sub--title {
  color: #000;
}

.booking--wrap {
  padding: 0px 20px;
}

.icon--text-box .icon--wrap {
  width: 100%;
  max-width: 16px;
  margin-right: 12px;
}

.icon--text-box .icon--wrap img {
  width: 100%;
  object-fit: contain;
}

.icon--text-box {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.icon--text-box .box--content .box--title {
  font-size: 16px;
  color: #000;
}

.icon--text-box .box--content .tent--details-btn {
  margin-top: -5px;
}

.order--total-wrap {
  padding: 20px;
  margin-top: 50px;
  border: 1px solid #444444;
  border-radius: 10px;
  display: flex;
}

.order--total-wrap .title--wrap {
  margin-bottom: 0px;
  flex-basis: 25%;
}

.order--total-wrap .title--wrap.amount--wrap {
  flex-basis: 75%;
  text-align: end;
}

.order--total-wrap .title--wrap.amount--wrap .sub--title {
  font-size: 16px;
  font-weight: 400;
  color: #7b7b7b;
}

.add--booking-calendar-wrap {
  background: #54775e;
  padding: 40px 20px;
  border-radius: 10px;
  margin-top: 50px;
  width: 100%;
}

.title--wrap .title--inner-small {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.add--booking-calendar-wrap .title--wrap .sub--title {
  color: #dddddd;
  margin-top: 10px !important;
}

.btn--wrap {
  margin-top: 20px;
}

.btn--wrap a,
#modify_booking,
#booking_cancel {
  background-color: #e0d47c;
  border-radius: 25px;
  padding: 15px 35px;
  margin-top: 30px;
  color: #000;
  transition: all 0.3s;
  box-shadow: none;
  border: none;
}

.btn--wrap a:hover {
  background-color: #e0d47cd9;
}

.btn--wrap.green--round a,
.btn--wrap.green--round .input--link,
#booking_cancel {
  background-color: #54775e;
  color: #fff;
  border-radius: 10px;
}

.btn--wrap a:hover,
#modify_booking:hover {
  background-color: #54775e;
}

.something--happened-wrap {
  padding: 40px 20px;
  border-radius: 10px;
  margin-top: 50px;
  border: 1px solid #ebebeb;
}

.something--happened-wrap .title--wrap .title--inner-small {
  color: #54775e;
}

.something--happened-wrap .title--wrap .sub--title {
  color: #000;
  margin-top: 10px !important;
}

.title--wrap .title--inner .currency {
  margin-right: 5px;
}

.content--wrap p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.content--wrap p span {
  color: #54775e;
  margin-right: 5px;
}

.fields--wrap input,
.fields--wrap textarea {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border: none;
  box-shadow: none;
  margin: 0px;
  padding: 0px 5px 0px 15px;
  background: transparent;
}

.fields--wrap input:focus,
.fields--wrap textarea:focus {
  box-shadow: none;
  border: none;
}

.fields--wrap input::placeholder,
.fields--wrap textarea::placeholder {
  color: #dbdbdb;
}

.fields--wrap .form--group {
  display: flex;
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 7px 5px 7px 20px;
  margin-bottom: 20px;
}

.modify--your-booking-wrap .content--fields {
  margin-top: 35px;
}

.modify--your-booking-wrap .btn--wrap.green--round {
  margin-top: 30px;
}

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

.modify--your-booking-wrap {
  margin: 75px 0px;
  margin-top: -100%;
  padding-top: 100%;
}

.title--small-heading {
  font-size: 20px;
  color: #54775e;
  font-weight: 600;
  line-height: 22px;
}

.fields--wrap.no--icons .form--group {
  padding: 7px 10px;
  position: relative;
}

.fields--wrap.no--icons .form--group textarea {
  padding: 5px;
}

.cancel--your-booking-wrap .text--content-wrap {
  margin-top: 35px;
}

.cancel--your-booking-wrap .text--content-wrap .fields--wrap {
  margin-top: 0px;
}

.cancel--your-booking-wrap form .form--group {
  margin-top: 20px;
}

form .form--group.radio--box input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  cursor: pointer;
}

.radio--box .radio-custom-label {
  position: relative;
}

.radio--box .radio-custom-label::before {
  content: "";
  background: #fff;
  border: 2px solid #54775e;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  text-align: center;
  border-radius: 7px;
}

.fields--wrap .form--group.radio--box .label--box {
  position: relative;
}

form .form--group.radio--box input:checked + .radio-custom-label::before {
  background: url(/wp-content/uploads/2024/12/Green-Check-mark-Icon.webp) center
    center no-repeat;
  background-size: cover;
}

.radio--box .form--field-content .title {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.radio--box .form--field-content p {
  color: #444444;
  font-size: 16px;
  font-weight: 400;
}

form .form--group.radio--box {
  padding: 0px !important;
  border: none;
}

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

.cancel--your-booking-screen-two.add--booking-calendar-wrap {
  text-align: center;
  margin: 75px 0px;
}

.cancel--your-booking-screen-two.add--booking-calendar-wrap
  .add--booking-calendar-content
  .title--wrap
  .sub--title {
  color: #fff;
}

.bank--transfer-wrap .radio--box .form--field-content {
  margin-top: 5px;
}

.bank--transfer-wrap .radio--box .form--field-content .title {
  color: #fff;
}

.bank--transfer-wrap
  form
  .form--group.radio--box
  input:checked
  + .radio-custom-label::before {
  background: url("/wp-content/uploads/2024/12/Check-icon-White.webp") center
    center no-repeat;
}

.bank--transfer-wrap form .form--group.radio--box .form--field-content input {
  opacity: 0;
  position: relative;
  cursor: auto;
  background: #ebebeb;
  border: 1px solid #7b7b7b;
  border-radius: 10px;
  padding: 4px 10px;
  width: 100%;
  height: 38px;
  min-width: 350px;
  margin-top: 10px;
  color: #7b7b7b;
  z-index: -1;
  display: none;
}

.bank--transfer-wrap form .radio--box .radio-custom-label::before {
  background: transparent;
  border: 2px solid #fff;
}

.bank--transfer-wrap
  form
  .form--group.radio--box
  .form--field-content
  input::placeholder {
  color: #7b7b7b;
}

.bank--transfer-wrap .fields--wrap {
  margin-top: 50px;
}

.bank--transfer-wrap form .form--group.radio--box input {
  width: 100%;
  height: 18px;
  top: 6px;
}

.bank--transfer-wrap
  form
  .form--group.radio--box
  input[type="checkbox"]:checked
  ~ .form--field-content
  input,
.bank--transfer-wrap
  form
  .form--group.radio--box
  input[type="radio"]:checked
  ~ .form--field-content
  input {
  opacity: 1;
  background: #ebebeb;
  z-index: 1;
  display: block;
}

.bank--transfer-wrap form .form--group.radio--box .form--field-content input {
  opacity: 0;
  transition: opacity 0.3s;
}

.bank--transfer-wrap .fields--wrap.no--icons .form--group {
  align-items: flex-start;
}

@media (max-width: 1280px) {
  .order--details-wrap .page--banner {
    background-position: center center;
  }
}

@media (max-width: 1024px) {
  .page--container .container--row {
    gap: 35px;
  }

  .login--info-wrap {
    padding: 100px 35px;
  }

  .page--banner {
    min-height: 350px;
  }

  .section--heading {
    padding: 10px;
  }

  .section--heading .title {
    font-size: 50px;
  }
}

@media (max-width: 860px) {
  .page--container .login--info-wrap .container--row {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .page--banner {
    min-height: 240px;
  }

  .section--heading .title {
    font-size: 34px;
    line-height: 1.2em;
  }

  .order--login-wrap
    .order--details-wrap
    .order--details-wrap-inner
    .container--row {
    flex-direction: column;
  }

  .order--login-wrap .order--details-wrap .order--details-wrap-inner {
    margin-top: 15px;
  }

  .title--wrap .sub--title {
    line-height: 20.8px;
  }

  .modify--your-booking-wrap .container--row {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .page--container .container--row {
    gap: 20px;
  }

  .login--info-wrap .form--title {
    text-align: center;
    font-size: 26px;
    line-height: 40px;
  }

  .order--page-form .btn--wrap {
    text-align: center;
  }

  .order--page-form input {
    min-height: 35px;
    font-size: 12px;
  }

  .order--page-form label {
    font-size: 12px;
  }

  .login--info-wrap {
    padding: 30px;
  }

  .page--banner {
    align-items: center;
    justify-content: center;
  }

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

  .section--heading .title {
    font-size: 30px;
  }

  .contact--us-box {
    margin-top: 32px;
    padding: 12px 20px;
  }

  .order--login-wrap
    .order--details-wrap
    .order--details-wrap-inner
    .container--row {
    gap: 30px;
  }

  .order--total-wrap {
    margin-top: 15px;
  }

  .something--happened-wrap {
    margin-top: 20px;
  }

  .add--booking-calendar-wrap,
  .something--happened-wrap {
    padding: 30px 20px;
  }

  .order--total-wrap {
    padding: 7px 15px;
  }

  .order--details-wrap .page--banner {
    border-radius: 16px;
  }

  .bank--transfer-wrap .fields--wrap {
    margin-top: 30px;
  }

  .bank--transfer-wrap .title--wrap .title--inner-small {
    text-align: center;
  }

  .title--wrap .title--inner-small {
    line-height: 30px;
  }

  .bank--transfer-wrap form .form--group.radio--box .form--field-content input {
    min-width: 100%;
  }

  .bank--transfer-wrap .radio--box .form--field-content {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .login--info-wrap .form--title,
  .order--details-wrap .page--banner::before {
    line-height: 32px;
  }
}

/* Order Detail Page End */
/* div#loading {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000c7;
  z-index: 999;
  display: none;
}
.loading-gif {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

div#loading img {
  width: 100px;
  height: 100px;
  margin: 500px;
} */
form .btn--wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ajax-loading {
  width: 100px;
  display: none;
}

.loading-gif img {
  height: 50px;
  width: 50px;
  object-fit: cover;
  filter: brightness(0) saturate(100%) invert(93%) sepia(10%) saturate(1583%)
    hue-rotate(2deg) brightness(92%) contrast(93%);
}
#order-main,
#booking_sec,
#cancel_sec,
#cancel_popup,
#payment_popup,
#transfered_popup {
  display: none;
}
.order-not_found p {
  font-size: 26px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}

button.no-back {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  fill: #ffffff;
  color: #ffffff;
  background-color: #54775e;
  border-radius: 34px 34px 34px 34px;
  padding: 10px 40px 10px 40px;
  box-shadow: none;
  border: none;
}

.order-not_found {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
p.cancel-policy {
  display: none;
}
div#autocomplete-container {
  display: none;
}

.main-search-input-item input,
.main-search-input-item input:focus,
.main-search-input-item input:focus-visible,
.main-search-input-item input:focus-within,
.main-search-input-item select {
  background: #91ad98;
  color: #000;
  border-radius: 100px;
  padding: 0px 24px;
}

.main-search-input-item.location div:nth-child(1) {
  display: flex;
  gap: 15px;
}

form#listeo_core-search-form .main-search-input {
  background: #54775e;
  padding: 5px 10px 6px;
}

.main-search-input-item.location {
  padding: 0px;
}

.main-search-input button.button {
  background: #e0d47c;
  color: #000;
  padding: 11px 37px;
  height: auto;
  margin-left: 15px;
}

.main-search-input-item a {
  background: transparent !important;
  color: #000 !important;
}
.go-back button {
  border: transparent;
  background: transparent;
  padding: 0px;
  color: #000;
  font-size: 21px;
  margin-bottom: 10px;
}
.email-sucess p {
  color: #fff;
}

.email-sucess {
  display: none;
}
.col-fs-12.input-with-icon.location {
  background: #54775e;
  padding: 5px 10px 6px;
  border-radius: 50px;
  width: 100%;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 9px;
  gap: 10px;
  margin-bottom: 20px;
}

.location input,
.location select {
  background: #91ad98;
  color: #000;
  border-radius: 100px;
  padding: 0px 24px;
  font-size: 16px !important;
  border: none;
  font-weight: 500 !important;
  margin: 0;
  height: 44px;
  line-height: 44px;
  box-shadow: none;
  width: 32.33%;
  margin-bottom: 0px !important;
}
span.panel-disable {
  background: #e0d47c;
  color: #000;
  padding: 11px 37px;
  height: auto;
  font-size: 18px;
  font-weight: 600;
}
.year-picker {
  height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}
#dataTable a#profileDropdown:after,
.year-dropdown a#profileDropdown:after,
.chev-hide:after {
  display: none;
}
#dataTable a#profileDropdown {
  justify-content: right;
}
ul.dropdown-menu.filter-btn-dd {
  width: 349px;
  margin-top: 8px !important;
}

.filter-btn-dd .dropdown-toggle:after {
  border: none;
  background-image: url("/wp-content/uploads/2024/12/chevron.svg");
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.filter-btn-dd .dropdown-toggle {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.filter-btn-dd .dropdown-toggle.show:after {
  transform: rotate(180deg);
}
.filter-btn-dd ul.dropdown-menu {
  width: 165px;
}

.filter-btn-dd li.dropdown-item {
  padding: 5px 15px;
}

.filter-btn-dd .badge {
  width: 100%;
}
.year-picker::-webkit-scrollbar {
  width: 5px;
  background: #fff;
}
.year-picker::-webkit-scrollbar-thumb {
  background-color: #54775e;
  border-radius: 2px;
}
.coupon-fl {
  left: auto;
  right: 0;
}
.faq-card {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 15px 11px 15px;
  width: 30%;
}

.faq-question h2 {
  color: #383e49;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.faq-answer p {
  color: #5d6679;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
  overflow: hidden;
}

.faqs {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 29px;
}

.faq-question {
  margin-bottom: 8px;
}
.related-faq h2 {
  color: #383E49;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 20px !important;
}

.rl-faq h2 {
  font-size: 16px;
  margin: 0px !important;
}

.related-faq {
  margin-top: 100px;
}

.faq-details {
  margin-top: 50px;
}
.file {
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  padding: 25px 40px;
  text-align: center;
}

.files-intro h2 {
  color: #383E49;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  cursor: pointer;
}

.files-intro p {
  color: #5D6679;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.files-intro {
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
}

.files-details {
  padding-top: 12px;
  display: none;
}
.file-detailinner {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.file-detail {
  width: 30%;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  padding: 10px 20px 20px;
}

.file-title h3 {
  color: #383E49;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.file-download a {
  color: #5D6679;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.file-download {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-top: 20px;
}

.files {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.billing-container select {
  border: 1px solid #B9BDC7;
  box-shadow: none;
  border-radius: 8px;
  background: transparent;
}

.billing-header select#year,
.billing-header select#fyear {
  width: 96px;
  padding: 9.5px 0px 9px 12px;
  height: auto;
}
form#year_form {
  display: flex;
  align-items: center;
  width: auto;
  gap: 10px;
}

.billing-header button {
  border: 1px solid #1366D9;
  border-radius: 8px;
  background: transparent;
  padding: 9.5px 16px;
  height: auto;
  color: #1570EF;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.billing-header {
display: flex;
align-items: center;
margin-bottom: 30px;
gap: 8px;
}
.month-section {
margin-bottom: 30px;
}
.month-header {
display: flex;
justify-content: space-between;
align-items: center;
/* cursor: pointer; */
}
.pdf-btn, .down-option img {
  cursor: pointer;
}
.month-content {
display: none;
padding-top: 8px;
}
.month-content table {
width: 100%;
border-collapse: collapse;
}
/* .download-pdf {
text-align: right;
margin-top: 10px;
} */
.download-pdf a {
text-decoration: none;
color: #007bff;
font-weight: bold;
}

h2.month-name {
  color: #2B2F38;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.month-header p {
  color: #5D6679;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.mon-dates span {
  color: #5D6679;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.mon-dates {
  display: flex;
  gap: 30px;
  align-items: center;
}

.month-pdf {
  display: flex;
  align-items: center;
  gap: 25px;
}

.down-option {
  display: flex;
  align-items: center;
  gap: 8px;
}

.month-details {
  padding: 9.5px 16px;
  border: 1px solid #B9BDC7;
  margin-top: 9px;
  border-radius: 8px;
}

.month-content table {
  border: none;
  background: transparent;
}

.month-content table thead {
  background: transparent;
  border: none;
}

.month-content table tr {
  border: none;
  background: transparent;
}

.month-content table tbody {
  border: none;
}

.month-content table td {
  border: none;
  color: #383E49;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 10px 0px 0px;
}

.month-content table th {
  color: #2B2F38;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
h3.heading33 {
  padding-bottom: 20px;
  text-align: center;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
h3.heading33, h2.subheading {
  text-align: left;
}
.middlesection h4 {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 15px;
}
.middlesection ul {
  font-family: Montserrat !important;
  font-size: 16px;
  line-height: 25px !important;
}
ul.middlelist li {
  color: #54775E;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  list-style: circle;
  padding-bottom: 10px;
}
.readmorebtn {
  color: #54775E;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  background: tranparent !important;
  border: none !important;
  padding: 6px;
  border-radius: 6px;
}
.buttonpop {
  color: #FFF;
  background: #74907C !important;
  border: none !important;
  border-radius: 0.35rem;
  padding: 0.375rem 0.75rem;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 10px;
}

.property-policy {
  margin-bottom: 40px;
  display: none;
}
button.close.closepopp {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999999999999999;
  background: #fff;
  border-radius: 50%;
  padding: 1px 9px 2px 8px;
  opacity: 0.5;
}

button.close span {
  font-size: 30px;
}

.scrollbarnew .modal-body {
  width: 98%;
}
div#myModal {
  top: 30px;
}

div#myModal .modal-content {
  background: transparent;
}
.modal-content {
  border-radius: 20px !important;
}
.modelpopdesgn .modal-header {
  padding-bottom: 17px;
}
.modelpopdesgn .modal-header h5.modal-title {
  color: #647867;
  text-align: center;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}
.textalignother .modal-body {
  padding-left: 40px;
}
.modelpopdesgn .modal-body {
  padding-top: 20px;
}
.modelpopdesgn .modal-body h5 {
  color: #54775E;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.modelpopdesgn p {
  color: #54775E;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
div#myModal5 .modal-body {
  padding-right: 70px;
  text-align: left;
}
.modelpopdesgn .modal-body ul {
  margin-top: 19px !important;
}
.modelpopdesgn .modal-body ul li {
  list-style: none;
  color: #54775E;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
ul.iconspoplist li {
  display: flex;
}
.iconstopaaa img, .iconpopssss {
  width: 32px;
  height: 32px;
}
.icontext {
  padding-left: 5px;
}
.icontext {
  color: #54775E;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
p.error_msg {
  color: #ff4242;
  display: none;
}
div#success_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #000000bf;
  transition: 3s ease;
}

div#success_popup .d-flex {
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}
.order--details-wrap .d-flex {
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  margin: 0 auto;
}
#payment_popup .d-flex, #transfered_popup .d-flex, #cancel_popup .d-flex {
  max-width: 1200px;
  margin: 0 auto;
}

div#payment_popup, #transfered_popup, #cancel_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #000000bf;
  transition: 3s ease;
}
@media(max-width:768px){
  .faq-card {
    width: 100%;
  }
  #payment_popup .d-flex, #transfered_popup .d-flex, #cancel_popup .d-flex {
    max-width: 100%;
    margin: 0 auto;
  }
}

.label-1 {
  display: flex;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap: 3%;
}

/* .label-1 .mb-4 {
  display: flex;
  align-items: center;
  gap: 2%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 4%;
  width: 67%; 
} */

ul.personal-details.list-unstyled {
  height: fit-content;
  position: relative;
}

.label-1 .btn.btn-danger {
  position: absolute;
  top: 0;
  right: 9px;
}

.label-1 .btn.btn-success {
  position: absolute;
  left: 0;
  bottom: -5px;
}

.listing-items li {
  width: 50%;
}

.select2-selection__rendered li {
  width: fit-content;
}

.main-listing-features .form-label {
  font-size: 16px;
  color: #707070;
}

.listing-items .remove-row-again {
  position: absolute;
  right: 8px;
}

.listing-items {
  position: relative;
}
