.meeting-row {
    position: relative;
    padding: 15px 10px;
    z-index: 1;
    border-radius: 10px;
    transition: color .5s, background-color .5s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #d14c2b;

}

.meeting-page main.home_24.meeting-page {
    margin-top: 125px;
}

.info-btn {
    gap: 10px;
}
section.booking-info {
    padding-top: 170px;
}
/* date */
.time-picker {
    position: relative;
}

.time-picker input[type="text"] {
    font-size: 16px;
    border: 1px solid #D0D0D0;
    padding: 14px;
    border-radius: 5px;
}

.time-picker-popup {
    display: none;
    /* position: absolute; */
    top: 100%;
    z-index: 99999999;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
}

.time-picker-popup label {
    display: block;
    margin-bottom: 5px;
}

.time-picker-popup input[type="time"] {
    margin-bottom: 10px;
}

#applyButton {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

input#timeRange::placeholder {
    font-size: 13px;
    color: #000;
}

#applyButton:hover {
    background-color: #0056b3;
}

.meeting-para {
    padding-left: 56px;
}
.meeting-row img {
    border-radius: 10px;
    height: 205px;
    object-fit: cover;
}
.meeting-page label {
    color: #1E1E1E;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 5px;
    padding-top: 10px;
}


.meeting-page .form-info.information input {
    border: 1px solid #D0D0D0;
    padding: 14px;
    border-radius: 5px;
}
.payment label{
    width: 40% !important;
}

.meeting-page select {
    border: 1px solid #D0D0D0;
    padding: 15px;
    border-radius: 5px;
}

.meeting-box {
    width: 21.5%;
}

.btn-box {
    width: 12.5%;
}

p.result {
    color: #6B6F7B;
}

.small-text {
    font-size: 13px;
}

.column-height{
    height: 250px;
}

p.no-data-found {
    border: 1px solid #d14c2b;
    width: 50%;
    text-align: center;
    margin: auto;
    padding: 10px;
}


@media (min-width: 1200px) and (max-width: 1400px) {
    .meeting-box {
        width: 21.5%;
    }

    .btn-box {
        width: 12.5%;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .meeting-box {
        width: 19.5%;
    }

    .btn-box {
        width: 13.5%;
    }
}

@media (min-width: 724px) and (max-width: 1024px) {
    .meeting-box {
        width: 50%;
    }

    .btn-box {
        width: 50%;
    }
}

@media (min-width: 300px) and (max-width: 724px) {
    .meeting-box {
        width: 100%;
    }

    .btn-box {
        width: 100%;
    }

    .meeting-para {
        padding-left: 80px;
    }
    section.booking-info {
        padding-top: 10px;
    }
    .meeting-box-room{
        display: grid !important;
    }
}