.foe-banner::before {
    background: linear-gradient(90deg, #142954 0%, rgba(217, 217, 217, 0) 144.69%) !important;
}
.rooms-slider-2 .slick-dots {
    bottom: -40px !important;
}
.rooms-slider-2 .slick-next,.rooms-slider-2 .slick-prev{
    bottom: -44px !important;
}
/* .gallery-light-box .tab,.gallery-light-box .tab .tabcontent {
    margin-top: 30px !important;
} */
.gallery-light-box .tab .view-box {
  margin-top: 1.5rem;
}
.gallery-light-box .tab .view-box .mt-3 {
  margin-top: 0 !important;
}
/* .gallery-light-box {
    padding-bottom: 4rem !important;
} */
/* .blog {
    padding: 60px 0px !important;
    padding-bottom: 110px !important;
} */

/* .blog-seprate-page .main-blog , .room-saprate-page .main-our-rooms {
    padding-bottom:110px !important ;
} */
/* .row.gal-row .gal-box .gal-inner-box:last-child {
    margin-top: 14px;
} */
#Tab3 .gal-row >.gal-box:last-child .gal-inner-box:last-child{
    margin-top: 14px !important;
}
#Tab1 .gal-row >.gal-box:last-child .gal-inner-box:last-child {
    margin-top: 14px;
}
.service-img-box .service-box-info .service-inner-mini {
    width: 110px !important;
    height: 110px !important;
}

.lb-dataContainer {
    position: absolute;
    text-align: right;
    display: flex;
    justify-content: end;
}
.lb-dataContainer   span.lb-caption {
    display: none !important;
}

.room-facility-info {
    display: flex;
    flex-direction: column-reverse;
}
.room-facility-info p {
    font-weight: 700 !important;
}
.rooms-info-all.foe-all-info {
    margin-bottom: 10px;
}
.service-box .service-box-info .service-box-inner-content:hover > .service-inner-mini img {
  filter: brightness(0) invert(1) !important;
}
/* Multiple-language-popup-design-start */
.styleswitcher {
    position: fixed;
    bottom: 40px;
    right: -245px;
    background: #FFF;
    padding: 20px 10px 12px 10px;
    width: 245px;
    z-index: 3000;
    box-shadow: 0px 0px 49px rgb(119 119 119 / 15%);
    transition: 0.3s ease-in-out;
    border: 1px solid #ccccccb3;
  }
  .styleswitcher.active {
    right: 0;
    transition: 0.3s ease-in-out;
  }
  .styleswitcher .arrow-box {
    position: absolute;
    bottom: 0px;
    left: -40px;
  }
  .styleswitcher .switch-button {
    background: #fff;
    cursor: pointer;
    display: flex;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 32%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 21px;
    color: #333;
    align-items: center;
    justify-content: center;
}



  .styleswitcher h4 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 10px 6px;
  }
  .styleswitcher h5 {
    color: #142954;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 10px 6px;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
  }
  .choose-templetes .col-button .form-check .form-check-label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}
  .styleswitcher ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .styleswitcher ul li {
    list-style: none;
    margin: 0 4px 10px 8px;
    display: inline-block;
  }
  .styleswitcher ul.color-scheme li a.color1 {
    background: #b474d3;
  }
  .styleswitcher ul.color-scheme li a.color2 {
    background: #9cba36;
  }
  .styleswitcher ul.color-scheme li a.color3 {
    background: #e16234;
  }
  .styleswitcher ul.color-scheme li a.color4 {
    background: #fe75b4;
  }
  .styleswitcher ul.color-scheme li a.color5 {
    background: #ffb300;
  }
  .styleswitcher ul.color-scheme li a.color6 {
    background: #1abc9c;
  }
  .styleswitcher ul.color-scheme li a.color7 {
    background: #2991d6;
  }
  .styleswitcher ul.color-scheme li a.color8 {
    background: #eb3e32;
  }
  .styleswitcher ul.color-scheme li a.color9 {
    background: #6f63db;
  }
  .styleswitcher ul.color-scheme li a.color10 {
    background: #02b1c6;
  }
  .styleswitcher ul.color-scheme li a.color11 {
    background: #1f3860;
  }
  .styleswitcher ul.color-scheme li a.color12 {
    background: #844519;
  }
  .styleswitcher ul li a {
    float: left;
    width: 25px;
    height: 25px;
    text-decoration: none;
    border: 1px solid #d3d3d3;
    transition: 0.3s;
  }
  .styleswitcher ul.color-scheme li a:hover {
    opacity: .8;
    transition: 0.3s;
  }
  .styleswitcher ul li.nomargin {
    margin-bottom: 2px;
  }
  .styleswitcher ul li {
    list-style: none;
    margin: 0 4px 4px 4px;
    display: inline-block;
  }
  .switch-title {
      font-size: 16px;
      color: #fff;
      background-color: #142954;
      padding: 6px 10px;
      text-transform: uppercase;
      text-align: center;
  }
  .styleswitcher .arrow-box a.switch-button:hover {
    color: #142954;
  }
  .styleswitcher .switch-button img {
    width: 30px;
    height: 30px;
    filter: brightness(0) saturate(100%) invert(13%) sepia(19%) saturate(4860%) hue-rotate(199deg) brightness(93%) contrast(94%);
  }
  .choose-templetes .col-button {
    display: flex;
    align-items: center;
  }
  .choose-templetes .col-button .form-check {
    margin-left: 5px;
    margin-right: 10px;
  }
/* Multiple-language-popup-design-end */
/* Booking-step-1-css-start */
.booking-steps {
  background-color: #F9F9F9;
}
.booking-steps {
  padding: 80px 0;
}
.got-account-box {
  background-color: #6796F6;
  box-shadow: 0px 3px 7px rgb(0 0 0 / 20%);
  border: 1px solid #215DD9;
  padding: 15px 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.got-account-box p, .got-account-box p a {
  color: #fff;
  text-align: center;
  margin: 0;
  display: inline-block;
}
.got-account-box p a {
  text-decoration: underline !important;
}
.inner-step-box {
  position: relative;
  margin-top: 15px;
  cursor: pointer;
  background-color: #727272;
  padding: 15px 20px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 3px 7px rgb(0 0 0 / 20%);
  display: flex;
  align-items: center;
}
.inner-step-box .box-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}
.inner-step-box .circle {
    font-size: 26px;
    color: #727272;
    font-weight: 700;
    line-height: normal;
    background-color: white;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    margin-right: 26px;
    text-align: center;
}
.step-form .select-box.active .circle {
  color: #142954;
}
.step-form .select-box.active .inner-step-box {
  border-radius: 5px 5px 0px 0px;
  background-color: #142954;
}
.personalInform-inner {
  background-color: #ffffff;
    box-shadow: 0px 3px 7px rgb(0 0 0 / 20%);
    padding: 0;
    border-radius: 0px 0px 5px 5px;
    margin: 0;
    padding: 40px 15px 50px 15px;
    border: 1px solid rgb(0 0 0 / 38%);
    border-top: none;
    margin-top: -3px;
    display:none;
}
.personalInform-inner.Personal-Information .col-md-6.full-name, 
.personalInform-inner.Personal-Information .col-md-6.email-address {
  float: left;
}
.personalInform-inner label.form-label {
  font-size: 18px;
  font-weight: 500;
  color: #142954;
  text-transform: capitalize;
  font-family: 'DM Sans', sans-serif;
}
.personalInform-inner .col-md-6 .form-control {
  background: rgb(249 249 249 / 90%);
  border: 1px solid rgb(33 33 33 / 39%);
  border-radius: 5px;
  padding: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #142a52;
  font-family: 'DM Sans', sans-serif;
  outline: none;
}
.personalInform-inner .col-md-6 .form-control::placeholder {
  color: #B8B8B8;
}
.personalInform-inner .col-md-6 .form-control:focus, 
.personalInform-inner .col-md-6 .input-group select.form-select:focus {
  box-shadow: none;
}
.personalInform-inner .col-md-6 .input-group select.form-select {
  flex: 0 1 auto;
  width: 92px;
  background-color: rgb(249 249 249 / 90%);
  border: 1px solid rgb(33 33 33 / 39%);
  border-radius: 5px;
  padding: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #142a52;
  font-family: 'DM Sans', sans-serif;
  outline: none;
}
.personalInform-inner .col-md-6.phone-group {
  float: none;
  display: inline-block;
  margin-top: 32px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.addon-leftImg {
  position: relative;
}
.addon-leftImg img {
    width: 100%;
}
.addon-leftImg p.rate-lable {
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Heebo', sans-serif;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 7px;
}
.addon-right h5 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Heebo', sans-serif;
  color: #142954;
}
.addon-right p {
  font-size: 14px;
  font-weight: 400;
  color: #5C5C5C;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
}
.addon-right .addon-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #142954;
  font-family: 'Heebo', sans-serif;
}
.addon-right .room-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.addon-right .room-quantity span.input-number-decrement, .addon-right .room-quantity .input-number-increment {
  background-color: #142954;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.addon-right .room-quantity span.input-number-decrement {
  line-height: 26px;
}
.addon-right .addon-quantity {
  max-width: 125px;
}
.addon-right .room-quantity input {
  border: none;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  color: #142954;
  background: transparent;
}
.separetor {
  background-color: #B8B8B8;
  height: 1px;
  margin: 22px 0;
}
.total-product {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.total-product .deal-total {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #142954;
    margin-bottom: 25px;
}
.group-button {
  display: flex;
  align-items: center
}
.total-product .skip a {
  font-size: 20px;
    font-weight: 700;
    color: #F04923;
    text-transform: uppercase;
    padding-right: 38px;
    font-family: 'Open Sans', sans-serif;
}
.total-product .continue-btn a {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  background-color: #142954;
  padding: 12px 18px;
  border-radius: 7px;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid transparent;
  transition: 0.3s;
}
.total-product .continue-btn a:hover,.total-product .continue-btn a:focus {
  border: 2px solid #142954;
  color: #142954;
  background-color: transparent;
  transition: 0.3s;
}
.complete-booking .payment-title {
  font-size: 20px;
  font-weight: 500;
  color: #142954;
  font-family: 'Heebo', sans-serif;
}
.complete-booking .transaction-subtitle {
  font-size: 16px;
  color: #5C5C5C;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
/* payment-inner-box */
.payment-select-box {
  position: relative;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
.payment-select-box label {
  font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    margin: 0;
    cursor: pointer;
    background-color: #EBEBEB;
    padding: 10px 20px 10px 70px;
    width: 100%;
    border-radius: 5px;
    color: #5C5C5C;
    font-family: 'DM Sans', sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}
.payment-select-box input {
  display: none;
}
.payment-select-box label:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  background-color: #999999;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: auto;
}
.payment-select-box input:checked + label:after {
    content: "";
    position: absolute;
    padding: 6px;
    top: 1px;
    bottom: 0;
    left: 29px;
    text-align: center;
    margin: auto;
    width: 14px;
    height: 14px;
    background-color: #142954;
    border-radius: 100%;
}
.payment-select-box.active label {
  background-color: #142a52;
  color: #fff;
}
.payment-select-box.active label:before {
  background-color: #ffffff;
}
.step-form .personalInform-inner.complete-booking .row {
  max-width: 620px;
  padding-left: 30px;
}
.paymentInner-box {
    background-color: #ffffff;
    box-shadow: 0px 3px 7px rgb(0 0 0 / 20%);
    padding: 0;
    border-radius: 0px 0px 5px 5px;
    margin: 0;
    padding: 25px 15px 40px 15px;
    border: 1px solid rgb(0 0 0 / 38%);
    border-top: none;
    margin-top: -3px;
    margin-left: 24px;
    display: none;
}
.paymentInner-box .card-box h6 {
  font-size: 16px;
  font-weight: 500;
  color: #5C5C5C;
  font-family: 'DM Sans', sans-serif;
}
.paymentInner-box .card-payment .card-box:first-child {
  margin-bottom: 20px;
}
.paymentInner-box .ewallet-payment .card-box ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
  grid-gap: 15px;
}
/* Booking-steps-css-end */

/* new-css */
.datepicker thead {
  background-color: #142954;
  color: #fff;
}
.datepicker td, .datepicker th {
  border-radius: 0 !important;
}
.datepicker tbody, .datepicker td, .datepicker tfoot, .datepicker th, .datepicker thead, .datepicker tr {
  border-radius: 0;
  padding: 6px 12px;
  font-size: 15px;
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-color: #142954 !important;
  background-image: unset;
}
.datepicker td.day {
  background-color: #ffffff;
  margin: 2px !important;
  border: 1px solid #f9f9f9;
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #142954;
  color: #fff;
}
.datepicker th.dow {
  background: #f9f9f9;
  color: #142954;
}
.datepicker .datepicker-switch:hover {
  background: unset;
}
.datepicker .next:hover, .datepicker .prev:hover {
  background: #f9f9f9;
  color: #142954;
}
.datepicker table tr td span.active {
  background-color: #142954 !important;
  background-image: unset;
}
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #142954 !important;
  color: #fff;
}
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #142954 !important;
}
.datepicker table tr td span.active:hover {
  background-color: #142954 !important;
}
.datepicker .datepicker-switch {
  padding: 10px;
}
.blog {
  padding-bottom: 60px;
}
.header-ver-2 .ver-2-nav-logo a img {
  width: 290px !important;
  height: auto !important;
}
.our-rooms .slick-track .rooms {
  margin-bottom: 60px;
}
.ver-2-our-room-slider {
  padding-top: 0;
}
.foe-nav .nav-item .popup-user-btn i {
  color: #fff;
}
.foe-nav .nav-item:last-child {
  margin-right: 0;
  margin-left: 10px;
}
/*new-css*/