﻿.search_tab, .search_tab li a {
    background: var(--btn-bg);
    display: flex
}

.multi-button, .search_input {
    outline: 0;
    white-space: nowrap
}

.lbl_up, .list-group > div, .multi-button, .search_input, .search_tab li a {
    white-space: nowrap
}

.search_box_area {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    z-index: 2
}

.date_div, .n_d_div, .search_tab {
    position: relative
}

.search_tab {
    align-items: center;
    column-gap: 0;
    width: calc(100%);
    overflow: auto;
    border-radius: 10px 10px 0 0;
    max-width: max-content;
    margin: 0;
}

    .search_tab li a {
        line-height: 40px;
        padding: 0 20px;
        color: var(--color);
        font-weight: var(--font-600);
        font-size: 17px;
        text-align: center;
        align-items: center;
        column-gap: 7px;
        width: 100%;
        max-width: fit-content;
        border-right: 1px solid #fff;
    }

    .search_tab a:hover, .search_tab li.Active a {
        color: var(--active-menu);
        max-width: fit-content;
        background: var(--other-bg-light)
    }

        .search_tab a:hover .menu_icon, .search_tab li.Active a .menu_icon {
            filter: inherit
        }

    .search_tab li:last-child a {
        border-right: none
    }

.menu_icon {
    width: 25px;
    min-width: 25px;
    height: 24px;
    filter: brightness(0) invert(1)
}

.hotel_menu_icon {
    background-position: -5px -45px
}

.fligt_hotel_menu_icon {
    background-position: -80px -45px
}

.flight_menu_icon {
    background-position: -43px -45px
}

.tour_menu_icon {
    background-position: -163px -45px
}

.rent_menu_icon {
    background-position: -203px -45px
}

.transfer_menu_icon {
    background-position: -287px -44px;
    width: 37px
}

.package_menu_icon {
    background-position: -121px -45px
}

.visa_menu_icon {
    background-position: -579px -48px
}

.build_menu_icon {
    background-position: -305px -45px
}

.insurance_menu_icon {
    background-position: -246px -45px
}

.main_search_containt {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 15px;
    border-radius: 0 8px 8px;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.15)
}

.panel_row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 0
}

.n_d_div {
    flex: 1
}

.room_max {
    max-width: 313px
}

.hotel_date_p {
    display: flex
}

.flight_block {
    max-width: 301px
}

.date_div {
    flex: 1
}

.economy_select, .lbl_up {
    position: absolute;
    pointer-events: none
}

.lbl_up {
    font-size: 12px;
    color: #777e90;
    top: 5px;
    font-weight: 400;
    background: 0 0;
    width: auto;
    max-width: fit-content;
    left: 42px;
    right: 0;
    text-align: left;
}

.search_input {
    height: 56px;
    width: 100%;
    color: var(--all-text-main);
    padding: 17px 0 0 42px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #ececec;
    appearance: none;
    background: #f5f5f5;
    box-sizing: border-box;
    font-weight: var(--font-600);
    text-overflow: ellipsis;
    line-height: 43px;
    border-radius: 3px;
}

.fild_opecity.hide {
    display: block !important;
    opacity: .6;
    pointer-events: none;
    cursor: not-allowed
}

.economy_select {
    width: 120px;
    height: 56px;
    right: 25px;
    top: 0;
    line-height: normal;
    font-size: 15px
}

    .economy_select div {
        padding: 15px 0 0 35px;
        line-height: 47px
    }

.economy_select_in select {
    background-color: var(--other-bg-light)
}

.destination_s_div {
    display: flex;
    flex: 0 0 46%;
    gap: 10px;
    max-width: 46%;
    position: relative;
    align-items: center
}

.fliht_ex {
    width: 35px;
    height: 35px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-position: -175px -83px;
    background-color: #f5f5f5;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    border: 1px solid #ececec
}

.search_button {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    background-color: var(--btn-two-bg);
    border-radius: 3px;
    transition: .3s;
    border: none;
    color: #fff;
    justify-content: center;
    font-size: 18px;
    column-gap: 10px;
    position: relative;
    max-width: 55px;
    background-position: -127px -72px
}

.multi-button {
    background: var(--btn-bg);
    line-height: 60px;
    border: none;
    color: var(--color);
    font-weight: 700;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 5px
}

.input_redio_box {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    color: var(--all-text-main)
}

.one_way_trip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0
}

.left_div, .right_div {
    display: flex;
    column-gap: 10px
}

.bhoechie-tab-content, .input_redio_box input, .search_button span {
    display: none
}

.input_redio_box [type=radio] + label {
    font-weight: 700;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 0;
    color: var(--all-text-main)
}

.input_redio_box label::before {
    font-family: FontAwesome;
    content: "";
    background: 0 0;
    font-size: 14px;
    border: 2px solid var(--btn-bg);
    padding: 0;
    left: 0;
    position: relative;
    text-align: center;
    font-weight: 400;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    top: 3px;
    margin-right: 5px
}

.input_redio_box input:checked ~ label:after {
    top: 7px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    background: var(--btn-bg);
    left: 4px;
    border-radius: 50%;
    margin: 0 auto
}

.input_redio_box input:checked ~ label:before {
    border: 2px solid var(--btn-bg)
}

.drop_icon {
    width: 22px;
    height: 22px;
    pointer-events: none;
    position: absolute;
    top: 27px;
    left: 9px;
}

.down_location {
    background-position: -362px -109px
}

.country_location {
    background-position: -401px -107px
}

.down_checkin {
    background-position: -43px -90px
}

.down_room {
    background-position: -109px -88px
}

.down_arrow {
    background-position: -1px -11px;
    right: 10px;
    left: auto
}

.typevisicon {
    background-position: -524px -106px
}

.down_nationalty {
    background-position: -486px -110px
}

.from_location {
    background-position: -121px -138px
}

.to_location {
    background-position: -154px -138px
}

.Economy_icon {
    background-position: -184px -138px
}

.flight_h_icon, .hotel_h_icon {
    width: 35px;
    background-color: var(--btn-two-bg);
    margin-right: -16px;
    background-position: -263px -117px;
    border-radius: 5px 0 0 5px;
    position: relative;
    z-index: 1
}

.hotel_h_icon {
    background-position: -224px -119px
}

.clock_time {
    background-position: -442px -110px;
    background-color: transparent;
    border: none;
    padding: 0
}

.night_div {
    max-width: 100px
}

    .night_div select {
        padding-top: 15px
    }

    .night_div .down_moon {
        background-position: -76px -89px;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 5px
    }

.br_right_r {
    border-radius: 3px 0 0 3px;
    border-right: none
}

.br_left_r {
    border-left: none;
    border-radius: 0 3px 3px 0
}

.br_none {
    border: none
}

.recent_search {
    display: flex;
    margin-top: 10px;
    align-items: center;
    gap: 10px
}

    .recent_search span {
        font-size: 14px;
        color: var(--btn-bg);
        font-weight: 600;
        min-width: 115px
    }

    .recent_search ul {
        margin: 0;
        display: flex;
        gap: 10px;
        flex-wrap: wrap
    }

        .recent_search ul li a {
            margin: 0;
            font-size: 12px;
            padding: 0 10px;
            background: var(--other-bg-light);
            border-radius: 3px;
            height: 30px;
            display: block;
            line-height: 30px;
            font-weight: 600;
            color: var(--all-text-main);
            border: 1px solid var(--border-color)
        }

.locAutosuggest__content {
    z-index: 10;
    background-color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    background-clip: padding-box;
    position: absolute !important;
    width: 100%;
    -webkit-box-shadow: 0 10px 20px 0 rgba(53,64,90,.2);
    box-shadow: 0 10px 20px 0 rgba(53,64,90,.2);
    max-height: 350px;
    overflow-y: auto;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    row-gap: 5px
}

.loc_contant {
    display: flex;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
    padding: 5px 10px
}

    .loc_contant svg {
        fill: var(--btn-bg)
    }

    .loc_contant:hover {
        background: var(--hover);
        color: var(--color)
    }

        .loc_contant:hover svg {
            fill: #fff
        }

span.custom-control-label {
    color: var(--btn-bg);
    font-size: 13px
}

.rating ul {
    display: flex;
    justify-content: space-between;
    line-height: 20px;
    margin-bottom: 0;
    column-gap: 5px;
    width: 100%;
    margin-top: 12px
}

.rating li:not(:checked) > input {
    top: -9999px;
    position: fixed !important
}

.rating li:not(:checked) > label {
    position: relative;
    cursor: pointer;
    text-transform: none;
    font-size: 16px;
    height: 28px;
    width: 50px;
    background: #eefaff;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    line-height: 28px;
    align-items: center;
    padding: 0 5px;
    border-radius: 2px;
    border: 1px solid var(--border-color)
}

.rating li label span {
    position: relative;
    z-index: 1;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    left: 5px
}

.rating li > input:checked ~ label .fa-star-o, .rating li > input:checked ~ label .fa.fa-star, .rating li > input:checked ~ label span {
    color: #fff
}

.rating li > input:checked ~ label {
    border: 1px solid #f7bb15;
    background-color: #f7bb15
}

.fa-star:before {
    content: "\f005"
}

.rating_new li:not(:checked) > label:hover {
    color: var(--primary-color)
}

.fa-star-o:before {
    content: "\f006"
}

.bhoechie-tab-container {
    position: absolute;
    background: var(--color);
    box-shadow: var(--box-shadow);
    padding: 15px;
    display: flex;
    left: 0;
    right: 0;
    border-radius: 8px;
    z-index: 2;
    column-gap: 15px
}

.bhoechie-tab-content.active {
    display: block
}

.bhoechie-tab-menu {
    flex: 1;
    max-width: fit-content
}

.bhoechie-tab {
    flex: 1
}

.imagesearch {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px
}

.list-group {
    display: flex;
    flex-direction: column
}

    .list-group > div {
        line-height: 40px;
        cursor: pointer
    }

.list-group-item.active {
    font-weight: 500;
    color: var(--btn-bg);
    font-size: 18px
}

.imagediv img {
    border-radius: 5px;
    width: 100%;
    filter: brightness(.7);
    height: 65px;
    max-width: -webkit-fill-available
}

.imagediv {
    position: relative;
    cursor: pointer
}

    .imagediv p {
        color: var(--all-text-main);
        font-weight: 600;
        font-size: 13px;
        margin: 5px 0
    }

.imagesearch .preloading {
    background: url(/assets/project/img/Spinner-loader.gif) center center no-repeat;
    display: flex;
    width: 100%
}

@media (max-width:767px) {
    .bhoechie-tab-container {
        padding: 5px;
        max-height: 199px;
        min-height: 200px;
        overflow: auto;
    }
    .recent_search .imagesearch {
        grid-template-columns: auto;
    }
    .recent_search {
        flex-direction: column;
        align-items: flex-start;
    }
    .flight_block, .room_max, .search_button {
        max-width: 100%
    }

    body {
        padding-top: 64px
    }

    .recent_search ul li a {
        height: auto;
        line-height: 21px
    }

    .flight_h_icon, .header_menu, .hotel_h_icon {
        display: none
    }

    .search_box_area {
        /* top: -40px;*/
        position: relative;
        z-index: auto;
        bottom: auto;
    }

    .search_input {
        font-size: 13px;
        padding: 17px 0 0 33px
    }

    .lbl_up {
        left: 33px
    }

    .main_search_containt {
        padding: 15px;
        border-radius: 15px;
        border: 2px solid var(--active-menu);
    }

    .panel_row {
        flex-direction: column;
        row-gap: 15px
    }

    .destination_s_div {
        flex: 0 0 100%;
        gap: 10px;
        max-width: 100%;
        align-items: normal;
        flex-direction: column
    }

    .fliht_ex {
        top: 42px;
        transform: rotate(90deg)
    }

    .search_button {
        width: 100%;
        background-image: none
    }

        .search_button span {
            display: block
        }

    .imagesearch {
        grid-template-columns: repeat(3,1fr)
    }
}
