.booking-form-wrapper {
    max-width: 700px;
    margin: auto;
    display: table;
}
.booking-form-layout {
    margin-top: -8px;
}
#search_form.search_form_row.list {
    padding: 8px !important;
    border-top-left-radius: 0;
}
.icon-holder {
    float: left;
    width: 29px;
    text-align: center;
    padding-top: 7px;
    font-size: 22px;
}
.input-holder, .right-input-holder, .left-input-holder {
    position: relative;
}
.input-holder {
    display: grid;
    padding-left: 5px;
}
.input-holder input {
    border: 0;
}
.input-wrapper input, .input-wrapper input, .input-wrapper .input, .input-wrapper .input {
    margin-top: 17px;
    padding: 0 !important;
}
.right-input-col {
    padding-right: 8px;
    padding-left: 0;
}
.left-input-holder {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid rgba(0, 66, 88, 0.5);
}
.pickup-date-holder .left-input-holder {
    padding-left: 5px;
}
.input-wrapper {
    border-radius: 4px;
}
.left-input-holder, .right-input-holder {
    background-color: white;
    height: 55px;
    padding-top: 8px;
    padding-right: 15px;
}
.right-input-holder {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid rgba(0, 66, 88, 0.5);
    padding-left: 5px;
}
.input-wrapper, .full-input-holder {
    background-color: white;
    height: 55px;
    padding-right: 15px;
    overflow: hidden;
    width: 100%;
}
.input-wrapper {
    padding-top: 8px;
}
.full-input-holder {
    padding-top: 3px;
}
.full-input-holder {
    height: 60px;
}
.full-input-holder {
    border-left: 1px solid rgba(0, 66, 88, 0.5);
    border-radius: 4px;
    padding-left: 5px;
}
.input-holder.select-passengers-bags {
    padding-top: 2px;
    padding-left: 33px;
    display: block;
}
label.float-label {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
    font-size: 14px;
    color: #004258 !important;
}
.fancy-label label, .date-fancy-label label, .select-passengers-bags label {
    position: absolute;
    color: #656565;
    font-weight: 400;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    line-height: 40px;
    z-index: 0;
    padding-left: 5px;
}
.fancy-label .fa-times, .date-fancy-label .fa-times {
    position: absolute;
    right: -12px;
    top: 0;
    display: none;
}
.search_form_row input.car-rental-do-search {
    margin-top: 0;
}
.fa-plane.fa-arrival {
    transform: rotate(90deg);
}
.swap-flight-way {
    margin: -20px auto -20px;
    z-index: 99;
    width: 34px;
    height: 34px;
    padding-top: 5px;
    background-color: white;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}
.swap-flight-way:hover {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.rotate {
    -webkit-animation: spin 0.6s ease-in-out;
    -moz-animation: spin 0.6s ease-in-out;
    animation: spin 0.6s ease-in-out;
}
.rotate-45 {
    transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
    .rotate {
        -webkit-animation: spin2 0.6s ease-in-out;
        -moz-animation: spin2 0.6s ease-in-out;
        animation: spin2 0.6s ease-in-out;
    }
}
@-moz-keyframes spin {
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@-moz-keyframes spin2 {
    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}
@-webkit-keyframes spin2 {
    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}
@keyframes spin2 {
    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}
/*
* Date
*/
#pickup_date, #return_date {
    visibility: hidden;
    height: 0 !important;
    padding: 0;
    position: absolute;
}
#pickup_time, #return_time {
    height: 0 !important;
    padding: 0;
    position: absolute;
}
.timepicker_wrap {
    top: -17px !important;
    left: 0 !important;
}
.booking-form-wrapper .input {
    line-height: 58px;
}
#pickup_date_show, #return_date_show, .fa-times {
    z-index: 1000;
    position: relative;
}
#pickup_day_show, #return_day_show {
    max-width: 53px;
    z-index: 1001;
}
.passengers i, .bags i, #pickup_day_show, .pickup-date-holder label, .pickup-date-holder i, #pickup_time_show, .editable_text label, #return_day_show, .return-date-holder label, .return-date-holder i, #return_time_show, .editable_text label {
    cursor: pointer;
}
.return-date-holder .input-wrapper {
    padding-left: 5px;
}
#return_date_block i {
    right: 3px;
    top: 5px;
}
.car-rental-do-search {
    height: 60px !important;
    font-size: 25px;
}
.select-passengers-holder {
    padding-right: 0;
    padding-left: 4px;
}
.select-passengers-holder input {
    font-size: 25px;
}
.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #eae9e9;
}
.editable_text input::placeholder {
    visibility: hidden;
}
.pac-container.pac-logo {
    min-width: 300px;
}
.select-passengers-bags input {
    padding: 0 !important;
    width: 15px !important;
    height: 25px !important;
}
.select-passengers-bags i {
    min-width: 0 !important;
}
.passengers-bags .fa.fa-users, .passengers-bags .fa.fa-suitcase {
    font-size: 18px;
    padding-bottom: 4px;
}
.passengers-bags .icon-holder {
    padding-top: 2px;
}
.passengers-bags div {
    display: table-row;
}
@media screen and (max-width: 768px) {
    #pu_add_col {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    #do_add_col {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
}
@media screen and (max-width: 1199px) {
    .input-wrapper {
        margin-bottom: 8px;
    }

    .right-input-col {
        padding-right: 0;
    }
}
.search_form_row.list .car-rental-do-search {
    margin-top: 0 !important;
}
@media screen and (max-width: 480px) {
    .input-wrapper {
        border-radius: 4px;
    }

    .select-passengers-holder {
        padding-left: 0;
    }

    .search_form_row.list .car-rental-do-search {
        margin-top: 8px !important;
    }

}
.single-mode-tab, .flight_type_select label, .flight_type_select div, .flight_way_select label, .flight_way_select div, .fancy-label .fa-times {
    cursor: pointer;
    transition-duration: 0.3s;
}
/* Booking tabs */
.single-mode-tab > div {
    padding: 10px;
    width: 70%;
    position: relative;
}
.single-mode-tab.active > div {
    padding: 10px;
    width: 85%;
}
@media screen and (max-width: 767px) {
    .single-mode-tab.active > div {
        width: 100%;
    }
}
.single-mode-tab > div:first-child, .single-mode-tab > div:last-child {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .single-mode-tab > div:last-child {
        width: 15%;
        text-align: center;
    }
}
.single-mode-tab > div:first-child {
    width: 15%;
    text-align: center;
}
.booking-mode-layout .choose-travel-type-icon {
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.booking-mode-layout .choose-travel-type-icon-2 {
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: white;
}
.choose-travel-type-back {
    line-height: 25px;
    cursor: pointer
}
.choose-travel-type-back-icon {
    background-color: white;
    border-radius: 50%;
    height: 25px;
    width: 25px;
}
@media screen and (max-width: 480px) {
    .left-input-holder, .right-input-holder {
        border-radius: 4px;
    }
    .left-input-holder {
        margin-bottom: 6px !important;
    }
    .pickup-address-holder {
        margin-bottom: 10px !important;
    }
}
@media screen and (max-width: 767px) {
    .single-mode-tab > div {
        width: 100%;
    }

    .single-mode-tab h4, .single-mode-tab h5 {
        width: 85%;
    }

    .booking-mode-layout .choose-travel-type-icon-2 {
        width: min-content;
        float: right;
    }

    .swap-flight-way {
        width: 30px;
        height: 30px;
        margin: -17px auto -21px;
        padding: 5px;
    }

    .swap-flight-way i {
        font-size: 20px;
    }
}
.booking-mode-layout .active, .single-mode-tab:hover {

}
.single-mode-tab.active a, .single-mode-tab:hover a, .single-mode-tab:hover, .choose-travel-type-back:hover {
    opacity: 0.7;
}
.single-mode-tab.active > div:last-child {
    display: none;
}
.single-mode-tab:hover {
    background-color: transparent
}
#ski_resorts, #shared_service {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#airport_shuttle {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.special_discount_title {
    margin-top: 10px;
}
/* Flight way */
.flight_type_select input, .flight_way_select input {
    position: absolute;
    opacity: 0;
}
.flight_type_select label, .flight_way_select label {
    padding: 5px 0 0;
    font-weight: normal;
}
.flight_type_select > div, .flight_way_select > div {
    display: inline;
    padding: 9px 0;
}
.flight_type_select > div:not(.pr-bg), .flight_way_select > div:not(.pr-bg) {
    background-color: aliceblue;
}
.single-mode-tab.mode-1, .single-way-tab.mode-1 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.single-mode-tab.mode-2, .single-way-tab.mode-2 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.flight_type_select .active, .flight_type_select div:hover, .flight_way_select .active, .flight_way_select div:hover {
    color: white;
    box-shadow: inset 0 0 1px 2px #f0f8ff;
}
@media screen and (max-width: 340px) {
    .booking-mode-layout > div {
        font-size: 14px;
    }
}
@media screen and (max-width: 567px) {
    #search_form.search_form_row.list {
        border-top-right-radius: 0;
    }

    .flight_type_select, .flight_way_select {
        width: 100%;
    }
}
.booking-mode-layout .modes-info div {
    border-radius: 4px;
    margin-top: 8px;
    background-color: aliceblue;
    padding: 8px 15px;
}
#matrix_loader {
    margin-right: 8px;
}
@media screen and (max-width: 479px) {
    .select-passengers-bags-col {
        padding-right: 0;
    }
}
@media screen and (max-width: 499px) {
    .flight_way_select {
        padding-top: 5px;
    }
}
@media screen and (max-width: 767px) {
    .input-wrapper {
        padding-left: 0;
    }
}
@media screen and (min-width: 768px) {
    #search_form.list .input-wrapper .select2.select2-container.select2-container--default {
        max-width: 95%;
    }
}
.modes-info {
    width: 100% !important;
}
.pickup-date-holder .select2.select2-container.select2-container--default, .dropoff-date-holder .select2.select2-container.select2-container--default {
    margin-top: -20px;
    margin-left: 15px;
    padding-left: 6px;
    outline: 0;
}
.input-holder .select2-container .select2-selection.select2-selection--single, .input-holder .select2-selection__rendered {
    padding-left: 0 !important;
}
#search_form.list .select2.select2-container, #search_form.list .select2-container--default .select2-selection--single {
    padding: 0;
    margin-top: 5px;
}
#search_form.list .select2-container {
    background-color: transparent;
    margin-top: 15px !important;
    padding-left: 0;
}
#search_form.list .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0
}
.select2-selection.select2-selection--single {
    outline: 0;
}
.time_selector option[disabled] {
    display: none;
}
.time_selector {
    position: absolute;
    margin-top: -41px !important;
    background-color: transparent;
    z-index: 1000;
    max-width: -webkit-fill-available;
    margin-left: 85px;
    min-width: 94px;
    border: 0;
    padding-right: 0 !important;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}
/* Discount checkbox */
.choose-travel-type-discount label {
    cursor: pointer;
    display: inline;
}
.choose-travel-type-discount-wrapper {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 4px;
    border: 1px solid white;
    vertical-align: sub;
}
.choose-travel-type-discount-wrapper input {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent;
    color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    position: relative;
    border: 0 !important;
    outline: 0 !important
}
.choose-travel-type-discount-wrapper input:checked:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 19px;
    margin-top: 2px;
}
.real_pickup_date_time {
    padding-top: 7px;
    padding-bottom: 0;
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: -28px;
}
/* Add stop */
.booking-form-details {
    position: relative;
}
.booking-form-wrapper .add-stop {
    cursor: pointer;
}
@media (min-width: 481px) {
    .booking-form-wrapper .add-stop {
        background-color: white;
        padding: 10px;
        position: absolute;
        right: 15px;
        top: 10px;
        z-index: 99;
    }
}
@media (max-width: 480px) {
    .booking-form-wrapper .add-stop {
        color: white;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
.booking-form-wrapper .add-stop i {
    vertical-align: middle;
}
.input-wrapper:last-child .add-stop {
    display: inline !important;
}
.extra-address-wrapper .fa-times {
    display: block !important
}
/* Errors */
.input-holder label.error {
    bottom: -14px;
    font-size: 15px;
    color: darkred;
}
.passengers label.error {
    bottom: 7px;
    font-size: 15px;
    color: darkred;
    background-color: white;
    margin: 0;
    right: 0;
    max-width: 88px;
    line-height: 19px;
}