.search-box {
    position: relative;
    z-index: 9;
}

.trip-option {
    align-self: center;
}

.peess {
    padding: 10px 15px;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
    width: calc(100% - 10px);
}

.select-box {
    cursor: pointer;
}

.select-pop {
    width: 100%;
    max-width: 150px;
    top: 0;
    border-radius: 3px;
    z-index: 999;
    transition: all ease-in .2s;
}

.selection-items {
    padding: 10px 15px;
    transition: all ease-out .2s;
}

.selection-items:hover {
    background: #ebebeb;
    transition: all ease-in .2s;
    cursor: pointer;
}

.class-pop {
    width: 100%;
    max-width: 200px;
    top: 0;
    border-radius: 3px;
    z-index: 999;
}

.pointer {
    cursor: pointer;
}

.pess-pop {
    width: 100%;
    min-width: 300px;
    max-width: 350px;
    top: 60px;
    border-radius: 3px;
    z-index: 9999999999999999999;
}

.count {
    max-width: 100px;
    width: 100%;
    border: 1px solid #e9e9e9;
    height: 35px;
    background: #e9e9e9;
    border-radius: 3px;
}

.pm-clicks {
    background: #fff;
    padding: 5px;
    display: inline-block;
    width: 35px;
    height: 35px;
}

.pm-clicks:hover {
    background: #e9e9e9;
    border-radius: 3px;
    transition: all ease-in .2s;
    cursor: pointer;
}

.done {
    background: #bc4749;
    border: 0px;
    color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all ease-out .2s;
    border: 2px solid #bc4749;
}

.done:hover {
    transition: all ease-in .2s;
    background: #e6e8f1;
    color: #bc4749;
}

.search-label {
    position: absolute;
    left: 10px;
    background: #fff;
    padding: 0px 8px;
    font-size: 12px;
    top: -7px;
    /* bottom: 2px; */
    margin-bottom: 0px !important;
    /* display: flex; */
    align-items: center;
    font-weight: bold;
    color: #5e5e5e;
}

.small {
    font-size: .875em !important;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    background: #fff;
    color: #333;
    padding: 0;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    box-shadow: 0 0 5px #00000038;
    border-radius: 3px;
    z-index: 100000;
}

.ui-autocomplete li {
    padding: 10px;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 600;
}

.ui-autocomplete li:hover {
    padding: 10px;
    border-bottom: 1px solid #e3e3e3;
    background: #19875414;
    color: #198754;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.customradio {
    background: #bfebbb;
    padding: 5px 30px;
    border-radius: 100px;
}

.pax_btn {
    background: #f8d448;
    border: 0px;
    padding: 10px 30px;
    border-radius: 3px;
    font-weight: 900;
}

.pop-dd:focus,
.pop-dd:visited,
.pop-dd:target {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(1.05);
    height: 54px;
    z-index: 10;
}

.pop-divs {
    height: 54px;
}

@media screen and (max-width: 767px) {
    .top-section {
        position: unset !important;
    }
    .select-pop,
    .class-pop,
    .pess-pop {
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        position: fixed !important;
        background: #00000073 !important;
        transition: all ease-in .2s;
    }
    .trip-selection,
    .class-div,
    .pess-box {
        position: fixed;
        background: #fff;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        border-radius: 20px 20px 0px 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .daterangepicker {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        margin-top: 0px !important;
        bottom: 0;
        position: fixed;
    }
    .daterangepicker .drp-calendar {
        max-width: 100% !important;
    }
    .txt-right {
        text-align: right !important;
    }
    .mob-lb {
        position: absolute;
        left: 20px;
    }
    .mob-ard {
        position: absolute;
        right: -2px;
    }
    .inp_fld_ps {
        width: 100% !important;
    }
    .pop-divs {
        height: 56px;
    }
}