/* default state */
.state-indicator {
    position: absolute;
    top: -999em;
    left: -999em;
    z-index: 4;
}

.reserve_ab_mode .is_citizen{
    position: absolute;
    top: auto;
    bottom: 120px;
}

.clear_reserve_no_ab .is_citizen{
    position: absolute;
    top: auto;
    bottom: 45px;
}

.is_citizen input{
    width: auto;
}

.reserve_ab_mode .is_citizen input{
    position: relative;
    top: 2px;
}


.is_citizen span, .is_citizen label{
    padding:0px;
    font-size:21px;
    font-weight: 100;
    margin-right:5px;
}

.is_citizen .tayar_input{
    padding:0px 7px;
}

.education_info_popup{
    cursor: pointer;
}

.tayar_israeli_education_info_popup{
    position: absolute;
    width: 285px;
    background: white;
    border: 1px solid rgba(0,0,0,0.3);
    padding: 10px;
    /* left: 10px; */
    text-align: left;
    direction: ltr;
    /*display: none;*/
    z-index: 999;
}

.is_citizen_wrapper{
    display: flex;
}

.reserve_ab_mode .is_citizen_wrapper .info-icon, .is_citizen_wrapper .info-icon{
    background: transparent url(/_media/images/new_front/search-window/branch-i-icon.png) no-repeat 5px;
    background-size: 1.125em;
    margin-left:3px;
    width: 25px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
    /* vertical-align: middle; */
    vertical-align: sub;
}


@media (min-width: 768px){
    .is_citizen span, .is_citizen label {
        font-size:16px;
        font-weight: normal;
    }
}

/* small desktop */
@media (min-width: 768px) and (max-width: 1024px) {
    body section.order .wrap_ab{
        min-height: 130px;
    }


    .state-indicator {
        z-index: 3;
    }

    .clear_reserve_no_ab .is_citizen{
        position: absolute;
        top: 185px;
        bottom: auto;
    }
}

@media (min-width: 1024px) {
    .state-indicator {
        z-index: 1;
    }

    .clear_reserve_no_ab .is_citizen{
        position: absolute;
        top: 175px;
        bottom: auto;
        margin-left: 13.24138%;
    }

}

section.order {
    background-color: #ffffff;
    padding-bottom: 11.11111%;
}

section.order .wrap {
    padding: 20px 20px 0 20px;
}

section.order .reserve {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
    margin-right: 0%;
    /*min-height: 250px;*/
}

@media (max-width: 767px) {
    section.order .reserve {
        margin-top: 10px;
    }
}

section.order .reserve:after {
    content: "";
    display: table;
    clear: both;
}

section.order p.title, section.order h1.title /*Ofir change 21/6/2016*/
{
    color: white;
    display: block !important;
    /*font-size: 1.3125em;*/
    /*font-size:1.875em;*/
    font-weight: 500;
    font-size: 21px;
    margin: 10px 0 10px 0;
    line-height: 1;
}

section.order select {
    height: 44px;
    background-color: white;
    border: 1px solid black;
    padding: 0 5px;
    color: #292828;
    font-size: 1.0625em;
    font-weight: 400;
}

section.order select.date {
    margin-top: 10px;
}

section.order .deal-strip {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 22px;
    position: relative;
    top: -10px;
    padding-top: 16px;
}

section.order a.deal-strip{
    color: black;
}

section.order .num-wrap {
    font-weight: bold;
    font-size: 26px;
    position: relative;
    top: -4px;
    padding: 0 20px 0 4px;
}
section.order .deal-strip .percent {
    position: absolute;
    top: 5px;
    right: 6px;
    font-size: 15px;
}

.reserve_ab_mode .is_citizen span{
    color: #000;
}

@media (min-width: 768px) {

    section.order .deal-strip {
        position: absolute;
        left: 20px;
        top: -1px;
        height: 66px;
        width: 60px;
        background: transparent url("/_media/images/new_front/deal-strip-m.png") no-repeat center;
        background-size: cover;
        font-size: 0.625em;
        color: #fff;
        padding: 5px 1px 0 1px;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        display: block;
    }

    section.order .deal-strip .percent {
        color: #ff7d19;
        font-size: 1.25em;
        float: right;
        margin-top: 2px;
        top: 0;
    }

    section.order .num-wrap {
        position: static;
        padding: 0;
    }

    .deal-strip .num-wrap {
        width: 64%;
        margin: 0 auto;
    }

    .deal-strip .num {
        font-size: 21px;
        color: #f68125;
    }

    .reserve_ab_mode .is_citizen input{
        color: #000;
    }

    .reserve_ab_mode .is_citizen{
        top: 90px;
        bottom: auto;
    }

    section.order .deal-strip {
        background-image: url("/_media/images/new_front/deal-strip.png");
        height: 105px;
        width: 93px;
        font-size: 0.875em;
        padding: 7px 6px 0 7px;
        line-height: 1.1;
    }

    section.order .deal-strip .percent {
        float: right;
        font-size: 18px;
        margin-top: 5px;
        position: relative;
        right: 10px;
    }

    .deal-strip .num {
        font-size: 32px;
        color: #f68125;
    }

}

@media (min-width: 768px) {
    .deal-strip .num-wrap {
        width: 79%;
        margin: 0 auto;
    }

    .white_label_wraper .order.change_to_absolute {
        position: absolute;
        width: 100%;
    }

    .white_label_wraper .change_to_fixed {
        position: fixed;
        width: 100%;
        bottom: 0px;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    section.order .from {
        width: 46.42857%;
        float: left;
        margin-right: 7.14286%;
    }

    section.order .to {
        width: 46.42857%;
        float: left;
        margin-left: 0;
    }

    /*End change*/
    section.order p.title, section.order h1.title /*Ofir Change 21/6*/
    {
        font-size: 2em;
        font-weight: 300;
    }

    section.order .reserve {
        margin-top: 4.44828%;
        position: relative;
    }

    section.order select.date {
        margin-top: 11.11111%;
    }

    section.order .submit-btn-wrapper {
        position: static;
        width: 46.42857%;
        float: left;
        margin-left: 0;
        margin-top: 3.44828%;
    }

    section.order .submit-btn-wrapper .btn {
        font-size: 1.875em;
        font-weight: 700;
    }
}

@media (min-width: 1024px) {
    section.order {
        padding-bottom: 20px;
        position: relative;
    }

    section.order .reserve {
        position: relative;
        min-height: auto;
        margin-bottom: 10px;
        margin-top: 0;
    }

    section.order select.date {
        margin-top: 10px;
    }

    section.order .from {
        width: 31.03448%;
        float: left;
        margin-right: 1em;
        margin-left: 13.24138%;
    }

    section.order .to {
        width: 29.03448%;
        float: left;
        margin-left: 3.44828%;
    }

    section.order .deal-strip {
        /* left: 90px;*/
        /*right:220px !important;*/ /*Changed by itay do not remove*/
        left:auto;
        right: 205px !important; /*Changed by itay do not remove*/
    }

    section.order .deal-strip .num {
        color: #ff7d19;
        font-size: 41px;
    }

    section.order .deal-strip .num.white_new_size {
        color: #ff7d19;
        font-size: 0.875em;
    }

    section.order .submit-btn-wrapper {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0;
    }

    section.order .submit-btn-wrapper .btn {
        font-size: 1.5em;
        padding: 5px 30px;
    }

    section.order .deal-strip {
        /*height: 120px;*/
        height: 113px;
    }
}

@media (min-width: 1025px) and (max-width: 1320px) {
    section.order .from {
        margin-left: 2.62069%;
    }

    .clear_reserve_no_ab .is_citizen{
        position: absolute;
        top: 140px;
        bottom: auto;
        margin-left: 2.62069%;
    }
}

section.order .submit-btn-wrapper {
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.38);*/
    margin-top: 11.11111%;
}

section.order .submit-btn-wrapper .btn {
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 1.1875em;
    text-align: center;
    color: white;
    font-weight: 700;
    line-height: 1.7;
}

section.order .submit-btn-wrapper .btn-green {
    background: #10a831;
    cursor: pointer;
}

section.order .submit-btn-wrapper .btn-green:hover {
    background: #0c8326;
    transition: all 0.3s ease;
}

section.order .submit-btn-wrapper .btn-green:active {
    background: #05340f;
}

@media (min-width: 768px) and (max-width: 1024px) {
    section.order .submit-btn-wrapper {
        position: absolute;
        width: 46.42857%;
        float: left;
        margin-left: 0;
        right: 0;
        top: 110%;
        margin-top: 0;
    }

    section.order .submit-btn-wrapper .btn {
        font-size: 1.875em;
        font-weight: 700;
    }
}

@media (min-width: 1024px) {
    section.order .submit-btn-wrapper {
        position: absolute;
        margin: 0;
        padding: 0;
        /*right: 85px; */
        right: 42px;
    }

    section.order .submit-btn-wrapper .btn {
        font-size: 1.5em;
        padding: 5px 25px;
        /* padding: 5px 73px;*/
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.38);
    }
}

.reserve-dark-bg {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000;
    z-index: 130;
}

.reserve-dark-bg.active {
    display: block;
}

.reserve.agent .from, .reserve.agent .to {
    padding-top: 30px;
}

.wrap_ab .reserve.agent .from, .wrap_ab .reserve.agent .to {
    padding-top: 0px;
}

.top-info .reserve.agent .from, .top-info .reserve.agent .to {
    padding-top: 0px;
}

.reserve.agent .from {
    position: relative;
}

.reserve.agent .from .agent {
    position: absolute;
    top: 10px;
    font-size: 18px;
    color: white;
    font-weight: 700;
}

.wrap_ab .reserve.agent .from .agent {
    position: absolute;
    top: -14px;
    font-size: 18px;
    color: white;
    font-weight: 700;
}

@media (min-width: 768px) {
    .wrap_ab .reserve.agent .from .agent {
        color: black;
    }
}

#clear_search_form {
    display: block;
    text-align: center;
    /* margin-bottom: 15px; */
    color: black;
}

@media (min-width: 1024px) {
    .wrap {
        padding: 0px 107px 0px 20px; /*Changed by itay. do not remove*/
    }
}

@media (min-width: 1600px) {
    section.order .submit-btn-wrapper {
        right: 110px;
    }
}

/**** AB TESTING (mode B) *****/

section .wrap_ab .reserve_ab_mode .return_title_desktop {
    position: absolute;
    left: 52%;
    display: none !important;
}

section .wrap_ab .reserve_ab_mode .return_title_desktop.custom_open {
    display: block !important;
}

.wrap_ab .from_top {
    position: relative;
}

section.order .wrap_ab {
    position: absolute;
    bottom: 10%;

    height: 26%;
    z-index: 10;
    background: #ffffff;
    width: 82%;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
    min-height: 120px;
}

section.order_ab {
    padding: 0;
}

.order_ab .deal-strip {
    z-index: 10;
}

.order_ab .wrap_ab .form {
    float: left;
    margin: 0;
    padding: 0;
    width: 46%;
}

.reserve.reserve_ab_mode .from {
    width: 44%;
    float: left;
    margin-right: 0;
}

.order_ab .reserve input.location, .wrap_ab .reserve input.time {
    background-color: #f1f1f1;
    background-position: right 3% center, left 2% center;
}
.order_ab .reserve input.location.active, .wrap_ab .reserve input.time.active {
    background-position: right 3% center, left 2% center;
}


.order_ab .change_return {
    float: right;
    position: relative;
    top: 12px;
    cursor: pointer;
    font-size: 13px;
}

.order_ab .wrap_ab .date_time {
    width: 44%;
    float: left;
    margin-left: 1.5%;
}

section.order_ab p.title, section.order_ab h1.title {
    float: left;
    color: black;
    font-weight: bold;
}

.order_ab .wrap_ab .from-time-wrapper {
    /*float: right;*/
    /*width: 48%;*/
}

.order_ab .reserve input.location.active, .order_ab .reserve input.time.active, .order_ab .reserve input.time {
    background-color: #f1f1f1;
}

section.order_ab .submit-btn-wrapper .btn {
    width: 100% !important;
}

.wrap_ab .from-time-wrapper input.time {
    background-color: #f1f1f1;
}

.wrap_ab .from_top {
    height: 31px;
}

.order_ab .wrap_ab .date_time .from_ab {
    float: left;
    width: 48% !important;
    margin:0 !important;
}

.order_ab .wrap_ab .date_time .to_ab {
    float: right;
    width: 48% !important;
    margin:0 !important;
}

.order_ab .wrap_ab .submit-btn-wrapper {
    position: static;
    width: 7%;
    float: left;
    padding: 40px 0 40px 25px;
}

section.order_ab .wrap_ab .btn-green {
    height: 44px;
    border-radius: 0;
    background: #68ac44;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order_ab .reserve .return-drop.location {
    display: none;
}

.order_ab .reserve .return-drop.with_return {
    display: block;
    width: 48%;
}

.order_ab .reserve .take-drop.with_return {
    width: 48%;
}

.change_close_x {
    background: url("/_media/images/new_front/orange-close-x-btn.png");
    width: 15px;
    height: 15px;

}

.order_ab .from-location-wrapper .user-choice-from.open, .order_ab .from-location-wrapper .user-choice-to.open {
    top: 60px;
    background: #f1f1f1;
    width: 154.5%;
}

.order_ab .user-choice-from.open:before, .order_ab .user-choice-to.open:before {
    border-bottom: 0.75em solid #ff7d19;
}

.order_ab .user-choice-to.open.to_dropdown:before {
    right: 30em;
}

.order_ab .reserve input.take-drop {
    position: absolute;
    left: 0;
    /*right: 0;*/
}

.order_ab .reserve input.return-drop.with_return {
    position: absolute;
    right: 0;
    /*left: 0;*/
}

.disp-none {
    display: none;
}

.return_title {
    font-family: "Open Sans Hebrew";
    font-weight: 100;
    color: #292828;
    font-size: 21px;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .order_ab .from-location-wrapper {
        position: relative;
    }

    .order_ab .reserve input.location, .order_ab .reserve input.time {
        margin-top: 8px;
    }

    section.order_ab {
        position: relative;
    }

    section.order_ab .wrap_ab {
        height: 20%;
    }

    section.order_ab .reserve {
        margin-top: 0;
    }

    section.order_ab p.title, section.order_ab h1.title {
        font-size: 1.2em;
    }

    section.order_ab .from {
        margin-left: 1%;
    }

    .order_ab .slick-list {
        width: 100%;
        position: relative;
        top: -1px;
    }

    .order_ab .wrap_ab .submit-btn-wrapper {
        padding: 39px 0 40px 15px;
    }

    .order_ab .search-window {
        left: 0;
        margin-left: -5%;
    }

    .order_ab .from-location-wrapper .user-choice-from.open, .order_ab .from-location-wrapper .user-choice-to.open {
        top: 100px;
        width: 230%;
        right: auto;
    }

    .order_ab .from-time-wrapper .user-choice-from.open, .order_ab .from-time-wrapper .user-choice-to.open {
        top: 100px;
    }

    .from_ab .from-time-wrapper .user-choice-from:before {
        right: 21em;
    }

    .from_ab .from-time-wrapper .user-choice-to:before {
        right: 30em;
    }
}

.display_desktop {
    display: inline;
}

.display_mobile {
    display: none;
}
.section.order .submit-btn-wrapper .btn {
    width:100% !important;
}
@media (max-width: 767px) {
    section .wrap_ab .reserve_ab_mode .return_title_desktop {
        display: none !important;
    }

    section .wrap_ab .reserve_ab_mode .return_title_desktop.custom_open {
        display: none !important;
    }

    .order_ab .wrap_ab .date_time {
        margin-right: 0;
    }

    .display_desktop {
        display: none;
    }

    .display_mobile {
        display: block;
    }

    section.order_ab {
        position: relative;
    }

    section.order_ab .reserve_ab_mode {
        margin-top: 0;
    }

    section.order_ab .wrap_ab {
        position: relative;
        background: #ffffff;
        transform: initial;
        box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
        z-index: 15;
        left: 0;
        width: calc(100% - 20px);
    }

    .reserve.reserve_ab_mode .from {
        width: 100%;
    }

    section.order_ab p.title, section.order_ab h1.title {
        float: left;
        color:#292828;
        font-weight: 100;
    }

    .change_close_x {
        background: none;
        width: auto;
        height: auto;
    }

    .order_ab .change_return {
        color:#F68125;
        text-decoration: underline;
    }

    .order_ab .reserve input.return-drop {
        position: static;
        width: 100%;
        margin-bottom: 20px;
    }

    .order_ab .reserve input.take-drop {
        position: static;
        width: 100%;
        margin-bottom: 10px;
    }

    .order_ab .reserve input.return-drop.with_return {
        position: static;
        width: 100%;
        margin-bottom: 10px;
    }

    .order_ab .reserve .take-drop.with_return {
        position: static;
        width: 100%;
        margin-bottom: 10px;
    }

    .order_ab .wrap_ab .date_time {
        width: 100%;

    }

    .order_ab .wrap_ab .date_time .from_ab, .order_ab .wrap_ab .date_time .to_ab {
        width: 100%;
        margin-bottom: 10px;
    }

    .order_ab .wrap_ab .submit-btn-wrapper {
        width: 100%;
        padding: 0;
        margin-top: 40px;
        margin-bottom: 50px;
    }
}

.search_new_front_ab_mode .order.open {
    background: #fff;
}

.search_new_front_ab_mode .order_ab .wrap_ab {
    position: static;
    width: 100%;
    margin: 0 auto;
    transform: initial;
}

.section.order_ab p.title, section.order_ab h1.title {
    float:left;
}
section.order_ab .wrap_ab .btn-green img {
    transform: rotate(180deg);
    vertical-align: middle;
}

@media (max-width: 767px) {
    .search_new_front_ab_mode .order_ab p.title, .search_new_front_ab_mode .order_ab h1.title {
        color: #000000;
    }

    .search_new_front_ab_mode .return_title {
        color: #000000;
    }
    .order_ab .wrap_ab .date_time .from_ab, .order_ab .wrap_ab .date_time .to_ab {
        width:100% !important;
    }
    .order_ab .change_return {
        float:right;
    }
}

@media (min-width: 1024px) {
    body section.order .wrap_ab {
        bottom: 8%;
        height: 156px;
        padding: 15px 4px 15px 34px;
    }

    body .reserve.reserve_ab_mode {
        top: 13px;
    }

    body .order_ab .wrap_ab .date_time {
        margin-right: 0.7%;
    }

    body .order_ab .change_return {
        top: 8px;
        font-size: 18px;
    }
    body .order_ab .change_return.open {
        top:15px;
    }

    section.order_ab .wrap_ab .btn-green {
        height: 44px;
        border-radius: 0;
        background: #68ac44;
        padding: 0 0 0;
    }

    body .wrap_ab #button-cost img {
        vertical-align: middle;
    }

    .wrap_ab .reserve input.time {
        background: url("/_media/images/new_front/english-icons/ltr-select-down-arrow-with-line_v2.png"), url(/_media/images/new_front/icons/date-icon-small-color.png);
        background-repeat: no-repeat, no-repeat;
        background-position: right 3% center, left 2% center;
        background-color: white;
    }

    .reserve.reserve_ab_mode .from {
        margin-right: 1em;
        margin-left:0;
    }
    .section.order_ab p.title, section.order_ab h1.title {
        float:left;
    }
    body .order_ab .change_return {
        float:right;
    }
    .reserve.reserve_ab_mode .from {
        width:44% !important;
    }
}
@media (min-width: 767px) {

}

.from-time-wrapper .more-info
{
    width: 100%;
    float: left;
    margin-left: 0;
    text-align: left;
    font-weight: bold;
}
/*added fixes for date-time plugin*/
@media (min-width: 1024px) {
    .wrap_ab .from-time-wrapper .search-window.user-choice-from {
        width: 550px;
        left: 0;
        margin-left: -225px;
    }
    .wrap_ab .from-time-wrapper .search-window.user-choice-to {
        width: 550px;
        left: 0;
        margin-left: -50px;
    }
    .wrap_ab .from-time-wrapper .search-window .search-results-time .timepicker {
        width: 17%;
    }
    .wrap_ab .from-time-wrapper .search-window .search-results-time .datepicker {
        width: 83%;
    }

    .wrap_ab .from-time-wrapper .search-window .timepicker .pick-time-title {
        white-space: nowrap;
        float: right;
        margin-right: 40px;
    }
    .wrap_ab .from-time-wrapper .search-window .timepicker .hours {
        width: 75%;
        float: right;
        margin-right: 10px;
        margin-left: 0;
    }
    .wrap_ab .from-time-wrapper .search-window .timepicker .hours ul {
        padding:0;
    }
    .wrap_ab .from-time-wrapper .search-window:before {
        left: 330px;
    }
    .wrap_ab .from-time-wrapper .search-window:before {
        /*left:25%;*/
    }
    .wrap_ab .from-time-wrapper .search-window.to-date-fix {
        margin-right: -110%;
        margin-left: 0;
    }
    .wrap_ab .from-time-wrapper .search-window.to-date-fix:before {
        right: 110px;
        left: auto;
    }
}

/* additions october 2018 */
.slider-wrapper .benefits_title {
    font-weight: bold;
    font-size: 26px;
    padding: 10px 0;
}
@media (min-width: 768px) {
    .slider-wrapper .benefits_title {
        display: none;
    }
}
@media (max-width: 767px) {

    .main-wrapper {
        background-color: #f3f3f3;
    }
    section.order.order_ab {
        background: #f68125;
        background: -moz-linear-gradient(top, #f68125 22%, #f3f3f3 22%);
        background: -webkit-linear-gradient(top, #f68125 22%,#f3f3f3 22%);
        background: linear-gradient(to bottom, #f68125 22%,#f3f3f3 22%);
    }
    .home-slider .car-slide .slide-content {
        display: flex;
        width: 100%;
        padding: 10px;
    }
    .home-slider .car-slide .car-image {
        width: 60%;
        padding-left: 10px;
        display: flex;
        align-items: center;
    }
    .home-slider .car-slide .car-image img{
        width: 100%;
    }
    .home-slider .car-slide .title-wrapper {
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .home-slider .car-slide {
        background: #ffffff;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
        margin-bottom: 10px;
    }
    .car-slide .car-title .name {
        font-size: 1.35em;
    }
    .car-slide .car-title .starting-from {
        font-size: 0.7em;
    }
    .car-slide .car-price {
        font-size: 1.1em;
    }
    .car-slide .car-price .nis {
        font-size: 0.8em;
    }
    .car-slide .car-title {
        min-height: auto;
    }
    .car-slide .car-btn {
        display: block;
        border: 1px solid #68ac44;
        color: #68ac44;
        font-size: 1.1em;
        padding: 5px 10px;
        width: 100%;
    }
    .slider-wrapper .slider-title-mobile {
        color: #000000;
        font-size: 1.3em;
        padding:0;
        width: 80%;
        margin: 30px auto;
    }
    footer {
        background-color: #ffffff;
    }
}
@media (max-width: 400px) {
    .car-slide .car-btn {
        padding: 5px;
    }
}


@media (min-width: 320px) and (max-width: 360px){
    .order_ab .change_return{
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (min-width: 760px) and (max-width: 850px){
    .order_ab .change_return{
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (min-width: 1024px) and (max-width: 1048px){
    .order_ab .change_return{
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}