.add-heading {
    font-size: 24px;
    font-weight: 600;
}

.add-para {
    font-size: 18px;
}

.grid-cols-2 {
    display: grid;
}

.hotel-info {
    font-weight: 600;
    font-size: 1.2rem;
}

.hotel-name {
    font-size: 0.8rem;
}

.add-input {
    border: 1px solid #e2e8f0;
    color: #4a5568;
    line-height: 1.25;
    box-shadow: none;
    padding: .8em !important;
}

.add-input:focus {
    outline: none;
}

.form-sub-con {
    width: 50%;
    border: 1px solid red;
}

.col-xs-6 {
    width: 50%;
}

/* FAQ */
.faq-ques {
    /* border: 1px solid #e2e8f0; */
}

.con-main-faq {
    width: 100%;
    margin: 0 auto;
}

/* Error */
.error-con {
    background-color: #FECACA;
    border: 1px solid #EF4444;
    color: #B91C1C;
}

.text-2xl {
    font-size: 1.5rem;
}
/* Error */

/* succcess */
.success-con {
    background-color: #D1FAE5;
    border: 1px solid #38A169;
}
/* succcess */



@media screen and (min-width: 900px) {
    .grid-cols-2 {
        grid-template-columns: repeat(2, 1fr); /* Two columns with equal width */
        gap: 100px; /* Gap between grid items, adjust as needed */
      }
      .mx-xl-40 {
        margin-left: 40px;
        margin-right: 40px;
      }

      .add-sub {
        width: 100%;
      }

      .faq-ques {
        border: 1px solid #e2e8f0;
        width: 83%;
    }

    .faq-header-sub {
        background-color: #F2F2F2;
    }

    .con-main-faq {
        width: 1050px;
        /* margin: 0 auto; */
    }
}

.guest-location .intl-tel-input .flag-dropdown {
    width: 12% !important;
}

.press_page{
    padding: 1em;
}

.press_page h2{
    font-family: 'Courier New';
    font-weight: lighter;
    font-size: 16px;
}

.press_page .special-heading{
    width: 100%;
    font-size: 18px;
    color: #0d0221;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid dimgray;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.press_page .contain{
    justify-content: space-evenly;
    margin-top: 4em;
    margin-bottom: 4em;
}

.press_page .special-heading span {
    background: #fff;
    padding: 0 10px;
}

.press_page .category{
    width: 350px;
}

.press_page .list_tiles .d-flex{
    justify-content: space-between;
    margin-bottom: 1em;
}

.press_page .list_tiles .d-flex a{
    color: black;
    font-size: 16px;
}

.press_page .btns button{
    border: 1px solid rgb(216, 215, 215);
    padding: .5em 1em;
    color: grey;
    border-radius: 3px;
    background-color: transparent;
}

.press_page .btns button:hover{
    cursor:no-drop !important;
}

.prepay_thankyou{
    margin: auto auto !important;
    width: 90% !important;
}

.prepay_thankyou .inputs input{
    padding: .4em;
    border-radius: 5px;
    margin: .5em;
    outline: none;
    width: 250px !important;
    color: rgb(92, 92, 92);
    height: 45px;
}

.prepay_thankyou .inputs .resend{
    background-color: #00aeff;
    color: white;
    white-space: nowrap;
    width: fit-content;
    height: 44px;
    margin-right: 4em;
    transform: translateY(7px);
    text-transform: uppercase;
}

.prepay_thankyou .inputs{
    width: 90%;
    margin: auto auto;
    padding: 0 1em;
    margin-bottom: 5em;
    justify-content: space-around;
}

.prepay_thankyou .bank_details{
    width: fit-content;
    border-radius: 5px;
    margin-bottom: 2em !important;
    padding: 1em;
    margin-right: .5em;
}

.prepay_thankyou .bank_details span{
    font-size: 12px ;
}

.prepay_thankyou .bank_details h5{
    font-size: 16px !important;
}

.prepay_thankyou .banks{
    margin-top: 3em;
}

.prepay_thankyou ._or_{
    display: flex;
    /* align-items: center; */
    width: 50%;
    margin: auto auto;
}

.prepay_thankyou ._or_ hr{
    width: 40%;
    border-top: 1px solid grey;
}

.prepay_thankyou ._or_ span{
    background-color: rgb(252, 252, 252);
    padding: .5em 3em;
}

@media screen and (max-width: 600px) {
    .booking-details-block{
        padding: 1em !important;
    }
    
    .booked-hotel-header{
        margin-top: 2em;
    }

    .booking-guest-details div{
        margin-bottom: 1em;
    }

    .prepay_thankyou .inputs{
        flex-wrap: wrap;
        width: 100%;
        padding: 0 !important;
        margin-top:2em !important;
    }

    .prepay_thankyou .inputs input{
        width: 100% !important;
    }

    .prepay_thankyou .inputs .resend{
        width: 70% !important;
        margin-right: 0 !important;
        margin-bottom: 1em !important;
    }

    .intl-tel-input .flag-dropdown{
        position: relative !important;
    }

    .booking-payment-option.show{
        height: fit-content !important;
        max-height: fit-content !important;
    }

    .booking-ussd-more{
        margin-top: 2em !important;
    }
}

@media screen and (max-width: 1030){
    
    .booking-payment-option.show{
        height: fit-content !important;
    }

    .booking-ussd-more{
        margin-top: 2em !important;
    }
}

.no_price_container .intl-tel-input .flag-dropdown{
    height: 47px !important;
}

.no_price_container .intl-tel-input .flag-dropdown .selected-flag .down-arrow{
    top: 6px !important;
}


.no_price_container .no_price_container .intl-tel-input .flag-dropdown .selected-flag .down-arrow{
    top: 6px !important;
}

.no_price_container input:focus{
    border: 1px solid #00aeff !important;
    outline: none;
}

.no_price_container .intl-tel-input .flag-dropdown{
    border: 1px solid rgb(213, 213, 213) !important;
}

.no_price_container .supplierSingleCategory .checkdate{
    height: 3.0rem !important;
}

.no_price_container #mobile-number{
    border: 1px solid rgb(213, 213, 213) !important;
    border-radius: 6px !important;

}

.no_price_input{
    padding: .6em;
    border: 1px solid rgb(213, 213, 213);
    border-radius: 6px;
}

.top_hotels a{
    color: #00aeff;
}

.top_hotels .main, .apartments .main{
    max-width: 1440px;
    margin: auto auto;
}

.disable_{
    color: rgb(179, 179, 179) !important;
    pointer-events: none;
    user-select: none;;
}

.product .unavail_rate{
    color:rgb(179, 179, 179);
    pointer-events: none;
    user-select: none;
}

.border-b .room_img{
    opacity: 0.3 !important; 
    pointer-events: none;
    user-select: none;
}

.request_date_range{
    height: 2.4rem !important; 
    padding-left:3em !important;
}

.room_btn{
    min-width:100px; 
    font-size:12px !important;
    border-radius:4px;
    border: 1px solid grey;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn{
    border: 1px solid grey !important;
}

.top_hotels li{
    list-style-type: none;
    margin-bottom: .8em;
    /* white-space: nowrap; */
    /* overflow: hidden;
    text-overflow:clip; */
    font-size: 1em;
}

.apartments .deals .section{
    margin-right: 2em;
}

.apartments .deals .icon{
    background-color: #FC8233;
    color: white !important;
    border-radius: 50%;
    padding: .3em;
    width: 48px;
    height: 48px;
    margin: auto auto;
    font-size: 23px !important;
}

.apartments .deals .section p{
    color: rgb(71, 71, 71);
    font-size: 14px;
}

.apartments .recent_booked h4, .apartments .top_short_let h4{
    color: #084484;
}

html, *, body{
    scroll-behavior: smooth !important;
}

@media screen and (max-width: 768px) {
    .policy_bg{
        background-color: white !important;
        border-top: 3px solid transparent !important;
        padding: 0 !important;
    }

    .policy_bg .bg-#fff.p-2{
        padding: 0 !important;
    }
}

.apartments .recent_booked{
    margin-top: 5em;
}

.apartments .top_short_let h4{
    border-bottom: 1px solid rgb(223, 223, 223);
    padding-bottom: 1em;
}

.apartments .top_short_let{
    margin-bottom: 5em;
}

.top_short_let li{
    white-space: nowrap;
}

.top_short_let .d-flex div{
    margin-left: 2.4em;
    margin-bottom: 2em;
    font-size: 14px;
}
