.pl-25 {
    padding-left: 1.563rem;
}

.bgcolor-in {
    background: inherit;
}

.bgcolor-in::placeholder {
    color: white;
}

.title-bookap {
    font-size: 54px;
    line-height: 60px;
    letter-spacing: -1px;
    font-weight: 400;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.btnbookapm {
    color: #7F7F7F;
    font-family: Helvetica Neue Bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.bookapm-img-mobile {
    display: none;
}

.img-left-bookapm {
    height: 100%;
}

.img-left-bookapm img {
    height: 100%;
    object-fit: cover;
}

.form-control {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 25px;
}

.people-select {
    width: 500px;
    height: 82px;
    border: 1px solid #AFBEBB;
    border-radius: 50px;
    padding: 28px 25px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../image/Frame.svg');
    background-repeat: no-repeat;
    background-position: right 38px center;
    background-size: 12px;
}

.custom-people-dropdown {
    font-family: Arial, sans-serif;
    position: relative;
}

.people-selected {
    text-align: left;
    color: white;
    border: 1px solid #ced4da;
    border-radius: 50px;
    padding: 16px 25px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../image/btn_pull up.svg');
    background-repeat: no-repeat;
    background-position: right 38px center;
    background-size: 12px;
}

.people-list {
    position: absolute;
    width: 100%;
    max-height: fit-content;
    overflow-y: auto;
    background: #EFF6F4;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top: none;
    z-index: 999;
}

.hidden {
    display: none;
}

.people-group {
    text-align: left;
    padding: 20px 20px;
    border-bottom: 1px solid #ddd;
}

.people-group:last-child {
    border-bottom: none;
}

.people-group ul {
    list-style: none;
    padding-left: 10px;
    margin: 0;
}

.people-group ul li {
    padding: 0px 0;
    color: #808081;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Helvetica Neue Light', sans-serif;
}

.people-group ul li:hover {
    color: #0C4242;
}

.custom-line-select {
    border: none;
    height: 1px;
    background-color: #AFBEBB;
    margin-top: 8.5px;
    margin-bottom: 8.5px;
}

.book-section {
    --bs-gutter-x: 0;
}

@media (max-width: 991px) {

    .book-section {
        flex-direction: column-reverse;
    }

    .bookapm-img-desk {
        display: none;
    }

    .bookapm-img-mobile {
        display: block;
        width: 100%;
        height: auto;
    }

    .btnbookapm {
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 2px;
    }

    .p-5 {
        padding: 60px 30px !important;
    }

    .title-bookap {
        font-size: 34px;
        line-height: 40px;
        letter-spacing: -2px;
    }

    .img-left-bookapm {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

}