:root{
    --bg-red: #de332e;
}

.car_search_wrapper{
    display: flex;
    width: 1264px;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    margin-right: auto;
    position: relative;
    z-index: 123;
}
.car_search_buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_cover .car_search_buttons .car_search_btn{opacity:1;}
.car_search_buttons .car_search_btn:hover{}
.car_search_buttons .car_search_btn{
    border-radius: 13px 13px 0px 0px;
    border: none;
    background: #EAEAEA;
    color: #5E6E80;
    height: 45px;
    font-weight: 550;
    font-size: .875rem;
    padding: .5rem 1rem;
    border-bottom: 1px solid #dededeb8;
    opacity: .8;
    display: inline-flex;
    align-items: center;
}
.car_search_buttons .car_search_btn svg{
    height: 16px;
    fill: #5E6E80;
    transition:.5s all ease;
    margin-right: .2rem;
}
.car_search_buttons  .car_search_btn:hover svg{fill: white !important;transition:.5s all ease;}
.car_search_buttons  .car_search_btn:hover{
    color: white !important;
    background: #262a3d !important;
    transition:.5s all ease;
    opacity: 1;
    border-color: #262a3d !important;
}
.car_search_buttons  .car_search_btn.active{color: white !important;background: var(--bg-red) !important;transition: .5s all ease;opacity: 1;border-color: var(--bg-red) !important;}
.car_search_buttons  .car_search_btn.active svg{fill:#fff;}
.car_search_fields{
    width: 100%;
    /* position: relative; */
}
.car_search_forms{
    background: white;
    border-radius: 0px 8px 8px 8px;
    min-height: 150px;
    padding: 40px;
    width: 100%;
    padding-bottom: 0;
    position: relative;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
.car_search_buttons  .car_search_fields label{}
.car_search_toggle{
    width: auto;
    align-items: center;
    display: flex;
    padding: 0 .5rem;
}

.car_search_fields .form-group:last-child{}
.car_search_fields .car_search_fields_top .form-group label{
    font-size: .9rem;
    margin-left: 0;
}

.car_search_widgets_small .car_search_fields .car_search_fields_top .date_groups .form-group{
    margin-left: 1rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.car_search_fields .car_search_fields_top .form-group{flex-direction: row;color:#59636E;border-bottom: 1px solid #c9cacc;height: 65px;position: relative;display: flex;align-items: flex-start;background: white;text-align: left;padding: 1rem;border-radius: 0;width: calc(25% - 18.5px);position: relative;border-radius: 0;}
.car_search_fields .form-group  .form_group_inputs > select,.car_search_fields .car_search_fields_top .form-group   input{font-weight: 600;color:#232B33;background: none;border: none;min-width: 100%;flex:  1 1 auto;font-size: .875rem;padding: 0;-webkit-text-fill-color: #232B33;text-align: left;}
.car_search_toggle button{
    background: none;
    border: none;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -5px;
    z-index: 99;
}
.car_search_toggle button img{height: 32px;width: 32px;transition: .6s all ease;}
.pickup_date_form_group{
    margin-left: 1.5rem;
    min-width: calc(18% - 1.5rem);
    width: auto !important;
    padding: 0 !important;
    align-items: center !important;
}
.return_date_form_group{
    margin-left: 1.5rem;
    min-width: calc(18% - 1.5rem);
    width: auto !important;
}
.car_search_fields_top{
    display: flex;
    width: 100%;
    flex-direction: row;
    /* align-items: center; */
    justify-content: center;
    margin: auto;
}
.car_search_fields_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    padding-bottom: 40px;
    width: 100%;
    align-content: center;
    margin: auto;
    display: none;
}
.car_search_btn_wrapper .car_rental_btn{
    background: #43c127;
    border:none;
    color:white;
    border-radius: 8px;
    font-weight: 450;
    height: 65px;
    padding: 0 2rem;
    font-size: .875rem;
    width: 100%;
}


.car_search_fields_bottom .form-group{display:flex;align-items: center;justify-content: flex-start;}
.car_search_fields_bottom .form-group .form-check{margin-right:.3rem}
.car_search_fields_bottom .form-group label{font-size:.875rem !important}
.location_return_form_group{min-width: calc(25% - 18.5px);}
.location_pickup_form_group{min-width: calc(27% - 18.5px);padding-right: 1rem !important;}

.form_group_icon{
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: .8rem;
    font-size: 1.5rem;
    color: black;
}
.form_group_inputs{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.select2-container--default .select2-selection--single{
    border: none !important;
    background: none !important;
}
.location_pickup_form_group .form_group_inputs{
    width: 90%;
    max-width: 85%;
    display: flex;
    position: relative;
}

.select2-container{width:100% !important}
.car_search_toggle button img:hover{
    transform: rotate(45deg);
    transition: .6s all ease;
}

.select2-container .select2-selection--single .select2-selection__rendered{padding-left:0 !important;font-size: .82rem !important;font-weight: 550;color: #1b1b1b !important;width: 89%;}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before{content:"\f078";}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    border: none !important;
    position: static !important;
    color: black;
}


.select2-container--default .select2-search--dropdown .select2-search__field{border: none !important;border-bottom: 1px solid #aaaaaa8a !important;border-top: 1px solid #aaaaaa91 !important;border-top-left-radius: 0;border-top-right-radius: 0;position: relative;border-right: 1px solid #aaaaaa8a !important;border-left: 1px solid #aaaaaa8a !important;}
.select2-search--dropdown{
    padding: 0 !important;
    position: relative;
}
.select2-dropdown{border-top-left-radius: 6px !important;border-top-right-radius: 6px !important;min-width: 350px;border: none !important;box-shadow: -1px 5px 14px #00000014;top: 5.5px;left: -50px !important;}
.select2-results__option{
    font-size: .85rem !important;
    font-weight: 400;
    transition: .5s all ease;
    padding: .8rem .6rem !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #262a3d !important;
}

.background_vehicle_search{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 2rem 0;
}

.car_search_bg {
    min-height: 350px;
    align-items: center;
    display: flex;
}
.car_search_bg .car_search_forms{
    padding-left: 15px !important;
    padding-right: 15px !important;
    background: #0f0f0f7d;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

@-webkit-keyframes spinnerLoader {
    0%,40%,to {
        -webkit-transform: scaleY(.3);
        transform: scaleY(.3)
    }

    20% {
        -webkit-transform: scaleY(.75);
        transform: scaleY(.75)
    }
}

@keyframes spinnerLoader {
    0%,40%,to {
        -webkit-transform: scaleY(.3);
        transform: scaleY(.3)
    }

    20% {
        -webkit-transform: scaleY(.75);
        transform: scaleY(.75)
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width: 768px) {
    .vehicle_heading_count{margin-bottom: 1rem;}
    .vehicle_body{
        flex-direction: column;
    }
    .vehicle_data_img img{
        height: 120px !important;
        width: auto !important;
    }
    .vehicle_data_submit{
        width: 100%;
    }
    .vehicle_data_submit a{
        height: 48px;
        border-radius: 18px !important;
    }
    .vehicle_data_prices{
        justify-content: flex-end;
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        margin-top: 1rem;
    }
    .vehicle_data_info{flex-direction:column}
    .vehicle_data_img{
        width: 100% !important;
        margin: auto !important;
        margin-bottom: 2rem !important;
        border-bottom: 1px solid #dedede;
        padding-bottom: 1rem;
    }
    .vehicle_list_data{
        flex-direction: column;
        justify-content: center;
    }
    .vehicle_datas{
        padding: 0 !important;
        width: 100% !important;
        flex: 1 0 100% !important;
        max-width: 100% !important;
    }
    .vehicle_filters{
        min-width: inherit !important;
        width: 100% !important;
        margin-bottom: 1rem;
        flex: 1 0 100% !important;
        max-width: 100% !important;
    }
    .vehicle_heading{
        flex-direction: column;
    }
    .car_search_buttons .car_search_btn[data-carbtn="month_rental"]{
        display:none
    }
    .car_search_buttons .car_search_btn{
        font-size: .8rem;
        width: 50%;
    }
    .car_search_buttons_start{
        margin-top: .5rem;
        justify-content: flex-start;
        display: flex;
        width: 100%;
    }
    .car_search_buttons .car_search_btn svg{display:none}
    .car_search_buttons{flex-direction: row;flex-direction: column-reverse;display: flex;}
    .car_search_fields_top{
        flex-direction: column;
    }
    .car_search_fields_bottom{
        flex-direction: row;
        width: 100%;
    }
    .car_search_forms{
        padding: 30px 15px;
    }
    .location_pickup_form_group .form_group_inputs{width:100%;max-width: 100%;}
    .car_search_toggle{display:none}
    .background_vehicle_search{width:100%}
    .car_search_wrapper{width:100%}
    .car_search_fields .car_search_fields_top .form-group{
        width: 100%;
        margin: 0 !important;
        margin-bottom: 1rem !important;
        min-width: 100% !important;
    }
    .vehicle_steps ul li{
        width: 33.333%;
        padding: 0 !important;
    }
    .vehicle_steps ul li a i{
        position: static !important;
        margin-left: .2rem;
    }
    .vehicle_steps ul li a{
        font-size: .8rem;
        min-width: inherit !important;
        width: 100% !important;
        display: flex;
        padding: 0 .2rem !important;
    }
    .vehicle_steps ul{flex-direction: row;display: flex;flex-wrap: nowrap;}
    .vehicle_steps{flex-direction: column;display: flex;width: 100%;margin-top: 1rem;margin-bottom: 1rem;}
    .location_pickup_form_group{min-width: 100%;width: 100% !important;}
    .car_search_popup.active{display: flex !important;}

    body.popup_mode .flatpickr-days{
        flex-direction: column !important;
    }
    body.popup_mode .u-datepicker .flatpickr-calendar{
        max-width: 100% !important;
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        top: 55px !important;
        left: 0 !important;
        right: inherit !important;
        position: fixed !important;
        height: calc(100vh - 55px);
        box-shadow: none;
    }
}
.hidden{display: none }
.car_search_popup{
    background-color: #fff;
    color: #191919;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-animation: .3s slideUp;
    animation: .3s slideUp;
    z-index: 30;
    pointer-events: auto;
    flex-direction: column;
    /* box-shadow: 0px 6px 11px #5252524a; */
    /* display: none; */
    border-top: 1px solid #5252524a;
}
.popup_search_header{
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #dedede;
    height: 55px;
    display: flex;
    align-items: center;
}
.popup_search_title{
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: capitalize;
    border-left: 3px solid #44c127;
    padding-left: .5rem;
}
.popup_search_close{
    font-size: 1rem;
}
.popup_search_close i{}
.car_search_popup_body{

}
.car_search_fields .car_search_fields_top .form-group.car_search_btn_wrapper{
    background: none;
    width: auto;
    padding: 0;
    height: 65px;
    padding-left: 1rem;
    width: 250px;
    flex: 0 0 auto;
    border: none;
    justify-content: center;
    width: 220px;
}
.home_banner .container{width:1264px;max-width: 1264px;z-index: 9;}

.pickupdate_show{
    color: #1b1b1b !important;
    font-weight: 550;
    display: flex;
    margin-right: .5rem;
    font-size: .82rem;
}
.pickupdate_time_show{color: #1b1b1b !important;font-weight: 550;display: flex;margin-right: 0.5rem;font-size: .82rem;}
.pickupdate_gropus{
    display: flex;
    align-items: center;
    margin-top: .4rem;
}


.car_search_forms.is-opened .car_search_popup:not(.hidden){
    display: flex;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 5;
    transition: opacity .5s ease-in-out;
}
@media (min-width: 62rem) {
    .search__overlay .overlay__backdrop {
        height: 100%;
    }
    .search__overlay {
        width: 100%;
        height: 500vh;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* transform: translate(-50%, -50%); */
    }
}
.search__overlay {
    display: none;
}
.car_search_forms.is-opened .search__overlay {
    z-index: -1;
}
.car_search_forms.is-opened .search__overlay, .car_search_forms.is-opened .search__popup {
    display: block;
    pointer-events: auto;
    height: 100%;
}

.overlay__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.75);
}
@media(max-width: 768px){

    .car_search_forms.is-opened .car_search_popup{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        overflow-x:hidden;
    }

    .pika-lendar{}
    .car_search_popup_body{
        /* max-height: 100%; */
        /* overflow-y: scroll; */
        /* max-height: 100%; */
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        height: auto;
        padding: 0 1rem;
        padding-left: 4px;
        padding-right: 20px;
    }
    .date_groups{
        display: flex;
        align-items: center;
    }
    .car_search_fields .car_search_fields_top .date_groups .form-group{
        min-width: inherit !important;
        width: 50% !important;
        padding-left: 1rem !important;
    }
    .popup_search_header{
        padding: 1rem 2rem;
    }

    .car_search_dates_footer{
        position: fixed;
        height: 114px;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 9999999;
        background: #25272f !important;
        color: white;
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .car_search_dates_footer_wrapper{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .cdates_footer_column{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        height: 100%;
        padding: 1rem;
    }
    .cdates_footer_column_title{}
    .cdates_footer_column_date{
        font-weight: 600;
    }
    .car_search_fields .form-group .form_group_inputs > select, .car_search_fields .car_search_fields_top .form-group input{
        max-width:100%;
        left: 0;
    }
    .pika-next.is-disabled, .pika-prev.is-disabled{display: none}
    .pika-lendar{margin:0}
    .home_banner .container{max-width: 100%;width: 100%}
    .cdates_footer_column_time{display: flex;align-items: center;}
    .cdates_footer_column_time_value{
        font-weight: 600;
        margin-right: .2rem;
    }
}

.date_groups{display:flex;width: auto;flex: 0 0 auto;}
.car_search_popup[data-time-active="pickup_time"] .return_time_label{display: none}
.car_search_popup[data-time-active="return_time"] .pickup_time_label{display: none}

.date_times{
    padding: 0 2rem;
    max-height: 210px;
    overflow-y: scroll;
    min-width: 20%;
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
}

.date_times::-webkit-scrollbar {
    width: 6px;
}
.date_times {
    scrollbar-width: 6px;
    scrollbar-color: #90A4AE #CFD8DC;
}
.date_times::-webkit-scrollbar-track {
    background:#CFD8DC;
}
.date_times::-webkit-scrollbar-thumb {
    background-color: #90A4AE ;
    border-radius: 6px;
    border: 3px solid #44c127;
}


.car_search_dates_footer{display:none}
.worktime_body{
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 0px;
}
.pickup_list_menu_item.active{
    background: #44c127;
    color:white;

}
.pickup_list_menu_item.disabled{opacity:.3;cursor: not-allowed;}
.pickup_list_menu_item {
    padding: .6rem 1rem;
    background: #f1efef;
    margin: .5rem 0;
    border-radius: 6px;
    font-weight: 450;
    height: 35px;
    font-size: .875rem;
    display: inline-flex;
    width: auto;
    flex: 0 0 auto;
    width: 70%;
    text-align: center;
    justify-content: flex-start;
    cursor: pointer;
}
.worktime_data{display:flex;padding: .5rem 0;font-size: .875rem;}
.worktime_data_name{margin-right:.5rem;}
.worktime_location_info_name{
    font-size: 1.5rem;
    font-weight: 600;
}
.worktime_location_info{
    background: #eeeeee75;
    width: 80%;
    padding: 2rem 4rem;
    padding-bottom: 1.5rem;
}
.worktimes_data{padding-top: 1.5rem;}

.select2-container--default .select2-search--dropdown::before{content:"\f002";font-weight:400;position: absolute;left: 1rem;top: calc(50% - .5rem);width: auto;display: flex;color: black;font-size: 1rem;font-family: "Font Awesome 5 Pro";z-index: 99;}


.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 6px;
}
.select2-container--default .select2-results>.select2-results__options {
    scrollbar-width: 6px;
    scrollbar-color: #90A4AE #CFD8DC;
    max-height: 245px !important;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background:#CFD8DC;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #90A4AE ;
    border-radius: 6px;
    border: 3px solid #262a3d;
}
.select2-results__option:before{content:"\f3c5";font-family:"Font Awesome 5 Pro";font-weight: 600;margin-right: .5rem;/* position: absolute; */}

.car_search_widgets > .container{
    width: 1264px;
    max-width: 1264px;
}
@media(max-width: 768px) {
    .car_search_widgets > .container{
        width: 100%;
        max-width: 100%;
    }
    .timePicker .car_search_popup[data-search-popup-wrapper='time']{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .pickup_list_menu_item{
        width: 100%;
        background: #fff;
    }
    .date_times{
        max-height: inherit;
    }
    .worktime_location_info{width: 95%;margin: auto;margin-bottom: 1.5rem;padding: 2rem;}
    .worktime_body{flex-direction:column}
    .select2-container{left:0 !important; }
    .car_search_widgets_small .car_search_forms form{
        width: 100%;
    }

    .car_search_widgets_small .car_search_fields .car_search_fields_top .form-group.car_search_btn_wrapper{
        width: 100%;
        padding: 0;
    }
    .car_search_widgets_small .car_search_fields .car_search_fields_top .date_groups .form-group:first-child{
        margin-right: .7rem !important;
    }
    .car_search_widgets_small .car_search_forms{
        /* padding-left: 5px !important; */
        /* padding-right: 5px !important; */
    }
    .select2-dropdown{min-width: 90% !important;left: 5% !important;right: 0 !important;width: 90% !important;}
}

.car_widget_body .select2-dropdown{
    min-width: 290px !important;
    left: -46px !important;
    top: 1px;
}

.car_search_widgets_small .car_search_fields .car_search_fields_top .form-group{border-radius:9px}

.car_search_buttons_end{}
.car_search_buttons_end button{
    background: none;
    border: none;
    color: white;
    font-weight: 600;
}
