@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-Regular;
}

.applyBtn.btn.btn-sm.btn-primary {
    background: #4886d5 !important;
    border-color: #4886d5 !important;
}

.book-hotel-input-box.date-box.active {
    border-color: rgb(34, 118, 227);
}

.book-hotel-input-box.date-box.active .input-box-title {
    color: rgb(34, 118, 227);
}

.book-hotel-box-inner {
    position: relative;
    height: auto;
    margin: 35px 0px 68px;
}

.site-main-datepicker .drp-selected {
    font-size: 14px !important;
    font-weight: 600;
}

.book-hotel-box-title {
    line-height: normal;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.book-hotel-box-inputs {
    width: 1240px;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 0 20px;
    margin: 0px auto;
    display: grid;
    max-width: 1240px;
    gap: 15px;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr auto;
}

.book-hotel-input-box {
    border: 2px solid rgb(225, 231, 238);
    border-radius: 8px;
    height: 60px;
    background: rgb(255, 255, 255);
    cursor: pointer;
    width: 100% !important;
    position: relative;
    padding: 0;
}

.book-hotel-input-box input {
    border: none;
    max-width: 100% !important;
    width: 100%;
    padding: 16px 18px 15px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: rgb(34, 34, 34);
}

.book-hotel-input-box input:focus {
    outline: none;
}

.location-box {
    Width: 50%;
}

.room-book-box {
    width: 12.5%;
}

.input-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    position: relative;
    z-index: 10;
}

.input-box-title {
    line-height: normal;
    font-size: 14px;
    font-weight: 300;
    display: inline-flex;
    color: rgb(113, 113, 113);
    position: absolute;
    padding: 0px 4px;
    left: 14px;
    top: -10px;
    background-color: rgb(255, 255, 255);
}

.input-box-date {
    display: flex;
    align-items: center;
    line-height: normal;
    font-size: 16px;
    font-weight: 600;
    color: rgb(34, 34, 34);
}

.book_total_number {
    margin: 0 !important;
    color: #000;
    font-size: 24px;
    font-weight: 400;
}

.site-main-datepicker .month {
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 25px 10px;
}

.site-main-datepicker .table-condensed thead tr:nth-child(2) th {
    min-width: 3.5rem;
    height: 3.5rem;
    font-size: 1rem !important;
    color: rgb(119, 119, 119);
    font-weight: 500;
    text-transform: uppercase !important;
}

.site-main-datepicker .table-condensed tbody tr td {
    cursor: pointer;
    width: 4.5rem;
    min-height: 4.5rem;
    justify-content: center;
    position: relative;
}

.book-hotel-input-box select:focus {
    box-shadow: none;
}

.book-hotel-input-box select {
    border: none !important;
    font-size: 16px;
    font-weight: 600;
}

.bool_number_add {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
}

.bool_number_remove {
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
}

.rooms-book-box {
    height: 100%;
    padding: 16px;
}

.booking-info-box h3 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 8px !important;
    margin-top: 16px !important;
}

.book-box-info {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    font-weight: 600;
    margin: 30px 0;
}

.book-box-info p {
    font-size: 24px;
    padding: 20px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin: 0;
    font-weight: 500;
    color: #4886d5;
}

.book-box-info p span {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.booking-info-box h4 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 70px !important;
}

.booking-info-box h3 {
    margin: 0 0 20px 0;
}

.booking-hotel-location {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.booking-hotel-location i {
    color: black;
    font-size: 16px;
}

.booking-hotel-type-list {
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 30px;
}

.book-hotel-info-box {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 20px;
}

.booking-hotel-type-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.booking-hotel-type-list li i {
    color: black;
    font-size: 16px;
}

.booking-hotel-type-list li span {
    font-size: 12px;
    font-weight: 500;
}

.booking-hotel-location span {
    font-size: 14px;
    font-weight: 500;
}

.booking-hotel-price h6 i {
    font-size: 16px;
    color: black;
}

.booking-hotel-price h6 span {
    font-size: 16px;
    font-weight: 400;
    color: black;
}

.booking-hotel-amenities p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}

.booking-hotel-amenities ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    gap: 10px;
    line-height: 20px;
    font-weight: 300;
    row-gap: 0;
}

.booking-hotel-content h2 {
    font-size: 22px;
    font-weight: 400;
    color: black;
    margin: 0;
}

.booking-hotel-images img {
    border-radius: 10px;
}

.booking-hotel-price {
    display: flex;
    margin-top: 15px;
    justify-content: end;
    align-items: center;
    padding: 10px 20px;
        background-color: ghostwhite;
    border-radius: 10px;
    gap: 15px;
}

.view-more {
    color: #4886d5;
    font-weight: 600;
}

.booking-price p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.booking-price {
    border-right: 1px solid #ddd;
    padding-right: 10px;
}

.hidden-amenity {
    display: none;
}

.hotel-info-main-box {
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin-bottom: 25px;
    border-radius: 10px;
}

.booking-dates-inner-content {
    max-width: 1240px;
    padding: 0 20px;
}

.book-hotel-box-inputs .btn-primary,
.booking-button-box a {
    padding: 10px 25px;
    font-size: 14px;
    transform: scaleY(1);
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1) color;
    position: relative;
    border-radius: 0.4rem;
    background-color: #000000;
    border-color: #ffffff;
    color: #fff;
}

.booking-button-box a:hover {
    color: #000000;
    border-color: #ffffff;
}

.booking-button-box a:hover:before {
    clip-path: polygon(-2% -2%, 102% -2%, 102% 102%, -2% 102%);
    background-color: #ffffff;
    color: #000000 !important;
}

.booking-button-box a:before {
    z-index: -1;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0.4rem;
    border-style: solid;
    border-width: 2px;
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1) clip-path;
    clip-path: polygon(-2% 102%, 102% 102%, 102% 102%, -2% 102%);
    transform: translateZ(0);
}

.btn-success.book-hotel-details.disabled {
    background-color: #4886d5;
    border-color: #4886d5;
}

.book-hotel-box-inputs .btn-primary {
    padding: 15px 35px;
    font-size: 16px;
}

.amenities-list span {
    font-size: 14px;
    font-weight: 600;
}

.booking-price {
    text-align: end;
}

.booking-hotel-images img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

/*   model style  */
.modal-image {
    text-align: center;
    margin-bottom: 15px;
}

.modal-image img {
    max-width: 100%;
    height: auto;
}

.hotel-modal-box-main .modal-dialog {
    max-width: 70% !important;
}

.hotel-modal-box-main .booking-hotel-price {
    display: block !important;
}

.hotel-modal-box-main .hotel-info-main-box {
    padding: 0 !important;
    box-shadow: none !important;
}

.hotel-modal-box-main .modal-footer p {
    font-size: 20px;
    font-weight: 600;
}

.hotel-more-info-link a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}
.amenities-list a {
    color: #000;
    font-weight: 500;
}

.hotel-more-info-link a:hover {
    text-decoration: underline;
}

      /* Start css   */
.booking-hotel-price.date-select-box {
      display: grid;
      justify-content: center;
      text-align: center;
      gap: 0;
      padding: 20px;
  }

.booking-hotel-price.date-select-box .not-available span {
    font-size: 14px;
    font-weight: 400;
}

.available-dates {
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto !important;
    width: fit-content;
    padding: 0.5em 24px;
    display: block;
    font-size: 12.6px;
    line-height: 36px;
    transform: scaleY(1);
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1) color;
    position: relative;
    border-radius: 0.4rem;
    background-color: #1a1d1d;
    border-color: #ffffff;
    color: #fff;
    margin-left: 41px;
}

.available-dates:hover {
    color: #1a1d1d;
    border-color: #ffffff;
}

.available-dates:hover:before {
    clip-path: polygon(-2% -2%, 102% -2%, 102% 102%, -2% 102%);
    background-color: #ffffff;
    color: #000 !important;
}

.available-dates:before {
    z-index: -1;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0.4rem;
    border-style: solid;
    border-width: 2px;
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1) clip-path;
    clip-path: polygon(-2% 102%, 102% 102%, 102% 102%, -2% 102%);
    transform: translateZ(0);
}

.not-available {
    font-size: 16px;
}

.available-dates i {
    margin-right: 8px;
}

.booking-info-box h1 {
    font-size: 30px;
    font-weight: 400;
    margin: 50px 0 20px;
}

.hotel-listing-main {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 20px;
    width: calc(100% - 20px);
}

.hotel-listing-date {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0px;
}

.hotel-listing-date p {
    font-size: 14px;
    color: #000;
    margin: 0;
    font-weight: 500;
}

.hotel-listing-right-box {
    padding: 20px;
    border-radius: 10px;
    height: fit-content;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.hotel-listing-right-box ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    margin: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.hotel-listing-right-box ul li p {
    font-size: 16px;
    margin: 0;
}

.hotel-listing-info span {
    text-align: center;
    display: block;
    padding: 16px 0;
    font-size: 16px;
    color: #000;
}

.hotel-listing-book-btn {

    width: 100%;
    display: block;
    text-align: center;
    background: #4886d5;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #4886d5;
    margin-top: 10px;
}

.hotel-listing-book-btn {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    transform: scaleY(1);
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1) color;
    position: relative;
    border-radius: 0.4rem;
    background-color: #1a1d1d;
    border-color: #ffffff;
    color: #fff;
}

.hotel-listing-book-btn:hover {
    color: #1a1d1d;
    border-color: #ffffff;
}

.hotel-listing-book-btn:hover:before {
    clip-path: polygon(-2% -2%, 102% -2%, 102% 102%, -2% 102%);
    background-color: #ffffff;
    color: #000 !important;
}

.hotel-listing-book-btn:before {
    z-index: -1;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0.4rem;
    border-style: solid;
    border-width: 2px;
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1) clip-path;
    clip-path: polygon(-2% 102%, 102% 102%, 102% 102%, -2% 102%);
    transform: translateZ(0);
}

.hotel-booking-title-box h6 {
    font-size: 16px;
    font-weight: 500;
}

.hotel-booking-title-box {
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
}

.hotel-booking-title-box p {
    font-size: 18px;
    color: #000;
    margin: 0;
}

.hotal-listing-total-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

.hotel-listing-sub-total-price{
    display: flex;
    padding: 16px 0;
    flex-direction: column;
}

.hotal-listing-total-price h6,
.hotal-listing-total-price p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.hotel-listing-main-title h5 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
    margin: 0;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.hotelname-price {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}

.hotelname-price p {
    font-size: 16px;
}

.listing_datepicker {
    display: none;
}

/*  End css  */

/*  new date picker css */
.booking-hotel-price.date-select-box .easepick-wrapper {
    margin-top: 20px;
}

.input-box .easepick-wrapper {
    margin-top: 35px;
}

/*   end date picker css */
  #preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 999999999;
      animation: fadeOut 1s ease-out forwards;
      animation-delay: 2s;
  }

.logo-container h1 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

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

.spinner {
    width: 50px;
    height: 50px;
    border: 6px solid rgba(255, 255, 255, 0.5);
    border-top: 6px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fadeInText {
    100% {
        opacity: 1;
    }
}

.hotel-listing-right-box.sticky {
    position: sticky;
    top: 125px;
}
@media (max-width: 1199px) {
    .hotel-listing-right-box.sticky {
        top: 110px;
    }
    .hotel-booking-title-box h6{
        font-size: 16px;
    }
}
      /*form css */
  .booking-form-box h4 {
      margin: 0 0 20px 0 !important;
      font-size: 24px !important;
      font-weight: 400 !important;
      border-bottom: 1px solid #ced4da;
      padding-bottom: 15px;
  }

.booking-form-box {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 30px 25px;
    margin-bottom: 16px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.hotel-form-input-box {
    position: relative;
    display: block;
}

.hotel-form-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.hotel-form-input-box-main:focus .hotel-form-input-box span {
    transform: translate(11px, -11px) scale(0.875);
}

.hotel-form-input-box span {
    color: #9a9a9a;
    white-space: nowrap;
    position: absolute;
    z-index: 2;
    background: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.618rem;
    left: 0;
    top: 0;
    font-size: 1rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0 5px;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translate(11px, 11px) scale(1);
    transform: translate(11px, 11px) scale(1);
    max-width: calc(100% - 4px - 11px);
    text-overflow: ellipsis;
    overflow: hidden;
}
#hotel-listings .cvc-wrapper input,
#hotel-listings .expiry-wrapper input,
#hotel-listings .card-number-wrapper input,
.hotel-form-input input {
    padding: 0 16px;
    height: 48px !important;
    display: inline-block !important;
    line-height: 40px !important;
    border-radius: 4px !important;
    color: #606266 !important;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1) !important;
    width: 100% !important;
}
#hotel-listings .card-js .expiry-wrapper{
    margin-right: 12px;
}
#hotel-listings .card-js .cvc-wrapper{
    margin-left: 12px;
}
#hotel-listings .card-js .card-number-wrapper .card-type-icon{
    top: 12px !important;
}
#hotel-listings .cvc-wrapper input, #hotel-listings .expiry-wrapper input, #hotel-listings .card-number-wrapper input {
    padding-left: 48px;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Poppins';
}
#hotel-listings .card-js .icon{
    top: 16px !important;
}
#hotel-listings .cvc-wrapper input:focus,
#hotel-listings .expiry-wrapper input:focus,
#hotel-listings .card-number-wrapper input:focus,
.hotel-form-input input:focus {
    box-shadow: none;
    border: 2px solid #000;
}
.hotel-form-input select {
    padding: 11px 16px;
    color: #606266 !important;
}
.hotel-form-input select:focus{
    box-shadow: none;
    border: 2px solid #000;
}

.hotel-form-select-box:before {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
}

  .booking-hotel-price.date-select-box.open .easepick-wrapper {
      display: none;
      transition: opacity 0.3s ease-in-out;
  }

.cancel-button {
    display: none !important;
}

.texes-box.collapsed i {
    transform: rotate(0deg);
}

.texes-box i {
    transform: rotate(180deg);
}
 .error{
     color: red !important;
 }

 .hotel-form-input-box-country-code .iti--allow-dropdown{
     width: 100%;
 }

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

.hotel-day-price {
    display: flex;
    justify-content: space-between;
}
#hotel-listings .card-js .icon svg g rect,
#hotel-listings .card-js .icon svg,
#hotel-listings .card-js .icon svg path{
    fill: #000 !important;
}
.hotel-terms-conditions p a{
    color: #000;
    font-weight: 500;
}
.form-submit-btn {
    padding: 1em 3.4em;
    font-size: 12.6px;
    transform: scaleY(1);
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1) color;
    position: relative;
    border-radius: 0.4rem;
    background-color: #1a1d1d;
    border-color: #ffffff;
    color: #fff;
    display: block;
    margin: 0 auto;
    border: none;
    pointer-events: none;
    opacity: 0.5;
}

.form-submit-btn:hover {
    color: #1a1d1d;
    border-color: #ffffff;
}

.form-submit-btn:hover:before {
    clip-path: polygon(-2% -2%, 102% -2%, 102% 102%, -2% 102%);
    background-color: #ffffff;
    color: #000 !important;
}

.form-submit-btn:before {
    z-index: -1;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0.4rem;
    border-style: solid;
    border-width: 2px;
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1) clip-path;
    clip-path: polygon(-2% 102%, 102% 102%, 102% 102%, -2% 102%);
    transform: translateZ(0);
}
.card-number-wrapper {
    position: relative;
}
.card-number-wrapper:before {
    content: "\f023";
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: "FontAwesome";
}
.form-payment-top-box {
    max-width: 400px;
    padding: 20px;
    border-radius: 10px !important;
    margin-bottom: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.form-payment-top-box .icon {
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
}
.form-payment-top-box p {
    margin: 0;
    font-size: 12px;
}
.form-payment-top-box h6 {
    font-size: 16px;
}
.hotel-terms-fee span {
    font-size: 14px;
}
.agree-terms-condition,
.promo-email {
    font-size: 14px;
}
.
