.top_form_search_button {
    text-align: center;
    margin-top: 30px;
}

.flight_Search_boxed {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}

.date_flex_area {
    display: flex;
    justify-content: space-between;
}

.flight_Search_boxed p  {
    font-size: 14px;
}

.dropdown {
    position: relative;
}

.flight_Search_boxed span  {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown_passenger_area button  {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown_passenger_area button::after {
    display: none;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown_passenger_area .dropdown-menu  {
    z-index: 1000;
    min-width: 350px;
    padding: 15px 20px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}

.flight_Search_boxed input  {
    font-size: 22px;
    width: 87%;
    border: none;
    background: transparent;
    font-weight: 500;
    height: 35px;
    padding: 0;
}
.traveller-calulate-persons .passengers h6  {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
}

.traveller-calulate-persons .passengers .passengers-types  {
    padding-top: 15px;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type  {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    justify-content: space-between;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text  {
    align-items: center;
    display: flex;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text .count  {
    margin-right: 20px;
    width: 24px;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 600;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .button-set button  {
    font-size: 12px;
    color: #4c4c4c;
    border: 1px solid #d8d8d8;
    width: 20px;
    height: 20px;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text .type-label span  {
    font-size: 12px;
    color: #4c4c4c;
}

/* room summary start */
.room-summary .card-body{
    background: #f4ffef;
    padding-bottom: 0;
}
.room-summary .room{
    background: #fff;
}
.room-summary .room .room-content-left p{
    font-size: 13px;
}
.room-summary .room .del-btn{
    background: #000;
    color: #fff;
    line-height: 1px;
    font-size: 14px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.Journey_date{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px;
    cursor:pointer
}
.Journey_date input{
    cursor:pointer
}

.room-summary .card{

}
.single-hotel-area .card-header {
    background: #cbcbed;
}
body {
            background-color: #efefef !important;
        }
        .room-check :checked + label::after{
            opacity: 0;
        }
        .room-check label::after {
            content: "+";
            background-color: #454582;
            transform: scale(1);
            color: white;
            display: block;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 35px;
            transition-duration: 0.4s;
            z-index: 9;
            transform: translate(-50%, -50%);
            opacity: .7;
        }
        @media screen and (max-width: 767px){
            .date_mobile{
                display: none;
            }
        }
