/*
 general css
*/

:root {
    --color-hallowen: #fff;
}

* {
    user-select: none;
}
.page-template-template-dispatch .site-content {
    padding: 0 5px;
}
.form-select {
    text-indent: 45%;
    text-align: left;
    padding: 5px !important;
    height: 45px;
    font-size: 25px;
    color: #858585;
}

.form-control, .form-select {
    border: 2px solid #2975ba;
    border-radius: 2px;
    margin-bottom: 0 !important;
}

.childseat-input input[type=text] {
    height: 56px;
    font-size: 25px;
    padding: 5px !important;
}

.booking-content .wp-block-image {
    margin: 0 0 5px !important;
    width: 100%;
}

.site-content {
    padding: 0 15px;
}

.js_specify {
    display: none;
}

.js_specify.is_open {
    display: block;
}


/* Style the tab */

.tab {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.is_time_picker label.error {
    display: none !important;
}

.is_time_picker input.error {
    border-color: #cc1818 !important;
}

.map-help {
    text-align: right;
    font-size: 14px;
}


/* Style the buttons that are used to open the tab content */

.tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    color: #0c0c0c;
    background-color: #f1f1f1;
    text-transform: uppercase;
    font-weight: 700;
    width: 49.9%;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #1e73be;
    color: #fff;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #1e73be;
    color: #fff;
}


/* Style the tab content */

.tabcontent {
    display: none;
    border-radius: 2px;
}

.tabcontent {
    animation: fadeEffect 1s;
    /* Fading effect takes 1 second */
}


/* Go from zero to full opacity */

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

a,
button {
    transition: all 0.5s ease;
}

.booking-form .map-section {
    max-width: 45%;
}

/*.btn-danger {
    text-decoration: none;
    color: #fff;
    background-color: red;
    padding: 7px 14px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid red;
}

.btn-danger:hover {
    color: red;
    background-color: #fff;
}*/

.booking-banner {
    max-width: 100% !important;
}

.input-icon {
    position: relative;
}

.input-icon input[type=text],
.input-icon input[type=number] {
    margin-bottom: 0;
    color: #333;
}

.input-icon .fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
    width: 25px;
    text-align: center;
    color: #1e73be;
}

.form-group label.error {
    display: none !important;
}

.inline-group {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-left: 55px;
    border: 2px solid #1e73be;
    border-radius: 2px;
    height: 56px;
}

.duration-input .inline-group {
    padding-left: 0;
}

.inline-group .form-control {
    margin: 0;
    font-size: 1.2em;
    padding: 10px 20px;
    border-radius: 0;
    line-height: 1;
}

.input-group-prepend button,
.input-group-append button {
    border-radius: 0;
    height: 52px;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 100%;
    position: relative;
}

.input-group-prepend button:hover,
.input-group-append button:hover {
    /* border: 1px solid #1b81cb; */
    background-color: #fff;
}

.input-group-append button:hover:after {
    content: "";
    border: 1px solid #1b81cb;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.input-group-prepend button:hover:after {
    content: "";
    border: 1px solid #1b81cb;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.input-group-prepend button:hover i,
.input-group-append button:hover i {
    color: #1b81cb;
}

.input-group-prepend button {
    left: -1px;
}

.input-group-append button {
    right: -1px;
}

.inline-group button .fa {
    color: #fff;
}

#price-submit {
    font-size: 18px;
    border: 1px solid #cc1818;
    background: #cc1818;
    text-transform: capitalize;
    display: block;
    margin: 10px auto 25px;
    color: #fff;
}

#price-submit:hover {
    color: #cc1818;
    border: 1px solid #cc1818;
    background-color: #fff;
}

.intro-text h5 {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
}

.passenger-section input[type="text"],
.passenger-section input[type="number"] {
    text-align: center;
}

.form-select {
    border: 2px solid #2975ba;
    border-radius: 2px;
}

.booking-form label {
    font-size: 1em;
    text-transform: uppercase;
}

.car-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 15px;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
    position: relative;
}

.car-item .car-banner {
    max-width: 250px;
}

.car-item .car-price {
    font-weight: 600;
}

.car-item.active,
.car-item:hover {
    background: #1e73be;
    color: #fff;
}

.booking-details li {
    margin-left: 0 !important;
}

.booking-details .passenger-section .form-group {
    width: 150px;
    margin-right: 15px;
}

.booking-details .inline-group .form-control {
    padding: 10px;
}

.booking-details .passenger-section {
    justify-content: flex-start;
}

.booking-details label {
    color: #212121;
    font-size: inherit;
}

.time-flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time-flex-box > div:first-child {
    flex-basis: 70%;
}

.time-flex-box > div:last-child {
    flex-basis: 20%;
}

.time-flex-box > div:last-child select {
    height: 42px;
    margin: 0;
    margin-bottom: 10px;
    width: auto;
    padding: 0 4px !important;
}

.booking-details .passenger-section .input-icon {
    border-color: #212121;
}

.booking-details .input-icon .fa {
    color: #212121;
}

.pass-row {
    position: absolute;
    left: 20px;
    top: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pass-row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    border: 1px solid #ddd;
}

.pass-row > div i,
.pass-row > div span {
    padding: 5px;
    color: #333;
    font-size: 17px;
}

.close-button {
    float: right;
    cursor: pointer;
}

.login-info form {
    margin-bottom: 30px;
}

.login-info form p,
.login-info .form-group,
.register-info .form-group {
    margin-bottom: 0;
}

.modal-content h3 {
    margin-top: 0;
}

label {
    text-transform: capitalize !important;
}

.stop_hidden {
    display: none;
}

.stop_hidden.is_open {
    display: block;
}

.highlight {
    background-color: yellow;
    font-weight: 600;
}

.table-row {
    display: flex;
    align-items: center;
}

.table-row table {
    max-width: 85%;
}

.table-row i {
    position: relative;
    left: 0;
    margin-left: 5px;
    color: #1e73be;
    animation: arrow 2s linear 2s infinite alternate;
    cursor: pointer;
}

.modal-table.show {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999999;
    overflow-x: auto;
    display: block;
}

.modal-table.show .modal-table-content {
    background-color: #fff;
    position: relative;
    overflow: auto;
    padding: 0 15px;
}

.modal-table-head i {
    cursor: pointer;
    color: #1e73be;
}

.plus-row {
    display: flex;
    align-items: center;
}

.plus-row.no-flex {
    display: block;
}

.is_clicked .add_stop_label {
    display: none;
}

.stop_row {
    display: none;
}

.stop_row.show {
    display: flex;
}

#map {
    width: 600px;
    height: 600px;
    max-width: 100%;
    margin: 0 auto;
}

#directions-panel {
    padding-left: 30px;
}

#directions-panel p {
    margin: 10px 0;
    line-height: 1.4;
    font-size: 20px;
}

#directions-panel p.p-title {
    font-size: 23px;
}

.discount-price {
    color: red;
}

.discount-price-blue {
    color: blue;
}

.discount-price-orange {
    color: orange;
}

.map-result {
    max-width: 100% !important;
}

#directions-panel {
    display: none;
}

#directions-panel.show {
    display: block;
}

.hidden {
    display: none !important;
}

#price-table {
    display: flex;
    justify-content: flex-start;
}

.form-left {
    flex-basis: 55%;
    margin-right: 15px;
}

.login-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 999999999;
    padding: 15px 20px;
}

.hasLoginDialog {
    background-color: rgb(51 51 51 / 47%);
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    z-index: 999999999999;
    max-width: 100% !important;
}

.login-dialog-head {
    text-align: right;
}

.login-dialog-head i {
    cursor: pointer;
}

.login-dialog-content {
    padding: 0 10px 10px 10px;
}

.step-head {
    background-color: #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    margin-bottom: 30px;
}

.step-head div:first-child {
    display: flex;
    color: #1b81cb;
    align-items: center;
    font-size: 16px;
}

.step-head div:first-child span {
    margin-right: 10px;
}

.step-flex {
    display: flex;
}

.step-flex div.form-first {
    flex-basis: 55%;
    padding-right: 30px;
}

.step-flex #map {
    flex-basis: 45%;
}

.step-box {
    margin-bottom: 20px;
}

.edit {
    font-size: 18px;
    cursor: pointer;
}

.step-content p {
    margin-bottom: 10px;
}

.booking_form_info .per_info,
.booking_form_info .booking-time {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 40%;
}

.booking_form_info .address_info {
    width: 60%;
}

#map-results {
    margin-left: 30px;
}

.border-box {
    border: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 15px;
    line-height: 1.3;
}

.border-box.box-number {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #333;
    font-weight: 700;
}

.border-box.box-number > span:not(:last-child) {
    margin-right: 20px;
}

.border-box.box-number img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.address_info_new .border-box {
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 0;
}

.booking_form_info-new hr {
    margin: 0 0 10px;
}

.time-trip.border-box span:first-child {
    font-weight: 700;
    border-right: 2px solid #ddd;
    padding-right: 10px;
    display: inline-block;
    margin-right: 10px;
}

.address_info i {
    margin-right: 10px;
}

.step-box .step-head .edit a {
    color: #333;
    text-decoration: none;
}

.checkmark {
    position: relative;
    height: 20px;
    width: 20px;
    display: block;
}

.checkmark:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #2196F3;
}

.checkmark.is_active:after {
    content: "";
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2196F3;
    position: absolute;
    transform: translate(-50%, -50%);
}

.vehicle_choosen .item {
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
    margin-bottom: 5px;
    padding: 0 10px 15px;
}

.vehicle_choosen .item:hover {
    border-color: #2196F3;
}

.col.order_0 {
    order: 0;
}

.col.order_1 {
    order: 1;
}

.col.order_2 {
    order: 2;
}

.col.order_3 {
    order: 3;
}

.col.order_4 {
    order: 4;
}

.col.order_5 {
    order: 5;
}

.col.order_6 {
    order: 6;
}

.col.order_7 {
    order: 7;
}

.col.order_8 {
    order: 8;
}

.vehicle_title {
    color: #333;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    /*min-height: 58px;*/
}

.bottom_text {
    font-size: 16px;
}

.vehicle_info, .bottom_text {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
}

.vehicle_selected .vehicle_info > div {
    margin-right: 25px;
    display: flex;
    width: auto;
}

.vehicle_info > div:last-child {
    margin-right: 0;
}


/*.vehicle_info:after{
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    content: "";
    background-color: #1b81cb;
    transform: translateX(-50%);
}*/

.booking_form_info .vehicle_info:after {
    display: none;
}

.vehicle_info .p_box {
    border: 1px solid #bfbfbf;
    color: #4a4a4a;
    position: relative;
    display: flex;
    margin-bottom: 15px;
    margin-right: 10px;
}

.vehicle_info .p_box:last-child {
    margin-right: 0
}

.vehicle_info .p_box span {
    width: 47px;
    display: inline-block;
    text-align: center;
}

.vehicle_info .p_box:after {
    content: "";
    border-right: 1px solid #bfbfbf;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
}

.vehicle_price {
    font-weight: bold;
    color: #1b81cb;
    font-size: 30px;
}

.btn-select {
    border: 1px solid #1b81cb;
    color: #fff;
    background-color: #1b81cb;
    text-align: center;
    text-decoration: none;
    width: 136px;
    display: inline-block;
    font-size: 21px;
    transition: all 0.5s ease-in;
}

.btn-select:hover {
    color: #1b81cb;
    border: 1px solid #1b81cb;
    background-color: #fff;
}

.info_popup {
    position: fixed;
    background-color: #cbcbcba6;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: none;
}

.info_popup.is_show {
    display: flex;
}

.info_popup table {
    max-width: 320px;
    background-color: #fff;
}

.info_popup td {
    border: 1px solid !important;
    padding: 5px 10px !important;
}

.info_popup table {
    margin-bottom: 0;
}

.vehicle_img {
    margin-bottom: 15px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
}

.vehicle_img img {
    width: 320px;
    height: auto;
}

.vehicle_img span {
    color: red;
}

.vehicle_selected {
    display: inline-flex;
    align-items: center;
    padding: 30px 15px;
}

#vehicle_choosen .vehicle_info .info-item {
    display: flex;
}

.item.minivan .vehicle_info > div.info-item:not(:nth-child(2)) {
    display: none !important;
}

.vehicle_selected > div {
    margin: 10px 20px;
    max-width: 300px;
}

.vehicle_selected .vehicle_selected_title.is_weekend {
    width: 382px;
    max-width: 57%;
    margin-left: 0;
}

.vehicle_selected .vehicle_selected_title.is_weekend .vehicle_selected_box {
    display: flex;
    align-items: center;
}

.vehicle_selected .vehicle_selected_title.is_weekend .vehicle_selected_box h4,
.vehicle_selected .vehicle_selected_title.is_weekend .vehicle_selected_box p {
    font-size: 20px;
    margin: 0;
    text-align: right;
}

.vehicle_selected .vehicle_selected_title.is_weekend .vehicle_selected_box p {
    flex-basis: 25%;
}

.vehicle_selected .vehicle_selected_title.is_weekend .vehicle_selected_box h4 {
    margin-right: 10px !important;
    flex-basis: 58%;
    color: #333;
}

.vehicle_selected .vehicle_selected_title.is_weekend .vehicle_selected_box .vehicle_title {
    font-size: 23px;
}

.vehicle_selected .vehicle_selected_title.is_weekend .vehicle_selected_box .vehicle_price {
    font-size: 27px;
}

.vehicle_selected .vehicle_selected_title {
    margin-left: 50px;
}

.vehicle_selected .vehicle_title {
    text-align: left;
    margin: 0;
}

.vehicle_selected .vehicle_info > div {
    margin-right: 25px;
}

.selected-minivan .vehicle_info > div {
    display: none;
}

.selected-minivan.passenger-1 .vehicle_info > div:nth-child(1),
.selected-minivan.passenger-2 .vehicle_info > div:nth-child(1),
.selected-minivan.passenger-3 .vehicle_info > div:nth-child(1) {
    display: flex;
}

.selected-minivan.passenger-4 .vehicle_info > div:nth-child(2) {
    display: flex;
}

.selected-minivan.passenger-5 .vehicle_info > div:nth-child(3) {
    display: flex;
}

.selected-minivan.passenger-6 .vehicle_info > div:nth-child(4) {
    display: flex;
}

.selected-minivan.passenger-7 .vehicle_info > div:nth-child(5) {
    display: flex;
}

/*.vehicle_selected .vehicle_info > div:last-child {
    margin-right: 0;
}*/

.iti {
    font-size: 16px;
}

.hide {
    display: none;
}

#valid-msg {
    color: green;
    font-size: 16px;
    font-style: italic;
}

#error-msg {
    color: #cc1818;
    font-size: 16px;
    font-style: italic;
}

.pickup_time_box {
    position: relative;
}


.price_fee_box {
    width: 300px;
    max-width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px auto 25px;
}

.price_fee_box p {
    display: flex;
    font-size: 16px;
    text-align: right;
    align-items: center;
}

.price_fee_box p span:first-child {
    flex-basis: 50%;
}

.price_fee_box p span:last-child {
    flex-basis: 50%;
    color: #1b81cb;
    font-weight: 500;
}

.discount-code-section {
    background: #dee2e6;
    padding: 10px;
    border-radius: 4px;
    margin-top: 15px;
}

.step-content {
    font-size: 18px;
}

.step-content .form-group {
    margin-bottom: 10px;
}

.step-content label {
    color: #333;
    text-transform: unset !important;
}

.step-content .form-control {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 10px;
    margin: 0 0 10px 0;
    --go-input--color--text: #212529;
}

input[name='first_name'],
input[name='last_name'] {
    text-transform: capitalize;
}

.step-content [name=other_comment] {
    height: 132px;
}

.alert {
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 0;
}

.step-content .btn-submit {
    background-color: #1b81cb;
    width: 50%;
    margin: 0 auto;
    display: block;
}
.step-content .btn-submit.is-loading {
    background-color: #9E9E9E;
}
.from_address_contain {
    position: relative;
    flex: 1;
    margin-bottom: 5px;
}

.ors-suggest-list {
    display: none;
    font-size: 14px;
    padding: 8px 15px 8px 35px;
    position: absolute;
    cursor: default;
    top: calc(100% - 15px);
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
    width: 100%;
    background-color: #fff;
    z-index: 9;
}

.suggest-item {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.svg-bg-curr-loc {
    background-image: url(../images/download.svg);
    position: absolute;
    left: 10px;
    top: 50%;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    background-position: left center;
    transform: translateY(-50%);
}

.from_address_contain.is_open .ors-suggest-list {
    display: block;
}

.error {
    color: red !important;
    font-size: 14px;
}

.swap_icon i {
    color: #1e73be;
    transform: rotate(90deg);
    font-size: 25px;
    cursor: pointer;
}

.swap_icon {
    text-align: center;
    line-height: 1;
    margin: 10px 0 0 0;
    padding-left: 35%;
}

.site-title {
    font-size: 39px !important;
}

.btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.btn-group button {
    background-color: #c3c3c3;
    /* Green background */
    border: 1px solid #c3c3c3;
    /* Green border */
    color: #fff;
    /* White text */
    padding: 15px 24px;
    /* Some padding */
    cursor: pointer;
    /* Pointer/hand icon */
    float: left;
    /* Float the buttons side by side */
    text-transform: capitalize;
    margin-right: 5px;
    width: 50%;
}

.btn-group button:last-child {
    margin-right: 0;
}

.btn-group button.active {
    background-color: #1e73be;
    /* Green background */
    border: 1px solid #1e73be;
    /* Green border */
}


/* Clear floats (clearfix hack) */

.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

.btn-group button:not(:last-child) {
    border-right: none;
    /* Prevent double borders */
}


/* Add a background color on hover */

.btn-group button:hover {
    background-color: #1e73be;
}

@keyframes arrow {
    0% {
        left: 0px;
    }
    25% {
        left: 2px;
    }
    50% {
        left: 4px;
    }
    75% {
        left: 10px;
    }
    100% {
        left: 0px;
    }
}

.table-result,
.price-infomation {
    font-family: 'Roboto', sans-serif;
}

.price-infomation {
    max-width: 100%;
}

.price-infomation li {
    display: flex;
    justify-content: space-between;
    margin-left: 0 !important;
}

.price-infomation li:nth-child(2) {
    border-bottom: 1px solid #4a4a4a;
}

.price-infomation li span {
    text-align: right;
}

.price-infomation li span:last-child {
    font-weight: 500;
}

.loader_is_show {
    display: none;
}

.loader_contain {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 75%);
}

.loader {
    color: #1b81cb;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

.booked_form_flex {
    display: flex;
    flex-wrap: wrap;
}

.booked_form_flex > div {
    margin: 0 1%;
}

.booked_form_flex > div:not(:last-child) {
    flex-basis: 28%;
}

.booked_form_flex .col-1 .form-group {
    display: flex;
    justify-content: space-between;
}

.booked_form_flex .col-1 .form-group > div {
    flex-basis: 48%;
}

.booking-results {
    margin-top: 65px;
}

.booking-results table td,
.booking-results table th {
    padding: 5px;
    text-align: left;
    border-width: 0;
    white-space: none;
    font-size: 16px;
    white-space: normal;
    word-break: break-word;
}

.mb_label {
    display: none;
    color: #1b81cb;
}

.from_box {
    margin-bottom: 10px;
}

.booking_form_info .vehicle_info {
    display: none;
}

.booking_form_info {
    display: flex;
    margin-top: 25px;
}

.picker__footer {
    display: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.trip_routing {
    display: block;
    font-size: 1rem;
}

/*.trip_routing span:first-child {
    flex-basis: 6%;
}

.trip_routing span:last-child {
    flex-basis: 90%;
}*/

.is_time_picker > select.form-control,
.is_duration > select.form-control {
    background: none !important;
    text-align: center;
}

.is_duration > select.form-control {
    padding: 0 !important;
    height: 44px;
}

.is_time_picker tr,
.is_time_picker td {
    border: none;
    padding: 0 5px;
}

.is_time_picker {
    display: flex;
}

.is_time_picker > select.form-control,
.is_time_picker > input {
    margin-bottom: 0 !important;
    font-size: 25px !important;
    padding: 5px !important;
    text-align: center;
    height: 45px !important;
    line-height: normal !important;
}

.is_time_picker > input {
    margin-right: 7px;
}

.timepicker-widget {
    background-color: #fff;
    color: #fff;
    border: 1px solid #777;
    border-top-color: #898989;
    border-radius: 5px;
    box-shadow: 0 12px 36px 16px rgb(0 0 0 / 24%);
    max-width: 666px;
    padding: 15px;
    margin: auto;
}

.add-note {
    fill: #ffc107;
}

.edit-dispatch {
    width: 25px;
    height: 25px;
    display: inline-block;
}

.edit-dispatch img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 3px 0;
}

.section-address {
    font-size: 14px;
}

.section-address a {
    padding: 5px 0;
    /*display: inline-block;*/
}

.section-address p {
    margin-bottom: 10px;
}

.table-booking {
    white-space: nowrap;
}

.table-inner td {
    border: none;
    padding: 0 5px;
}

.table-booking td.section-info {
    width: 400px;
}

.table-booking td.section-time {
    width: 60px;
}

.table-booking tr[data-status=cancelled] {
    display: none;
}

.pagination {
    justify-content: center;
    margin: 25px 0;
}

.pagination .prev {
    margin: 0 2rem 0 0 !important;
}

.search-filter .btn {
    height: 30px;
    min-width: auto;
    font-size: 14px;
}

.search-filter .alert {
    display: inline-flex;
    margin: 5px 0;
    padding: 5px;
}

.timepicker_label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.timepicker_label p {
    margin: 0 7px;
    color: #1e73be;
    text-align: center;
}

.timepicker-modal.open {
    display: flex;
}

.timepicker-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.is_duration {
    display: flex;
}

.is_duration select {
    margin-right: 7px;
}

#time_label {
    font-size: 28px;
}

.timepicker-widget tr,
.timepicker-widget td {
    border: none;
}

.close_this_stop {
    font-size: 16px;
    text-align: right;
    color: red;
    cursor: pointer;
    margin-bottom: 10px;
}

.is_hidden {
    display: none;
}

.form-group .timepicker-widget input {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0 !important;
    height: 52px;
    margin: 10px 0;
    font-size: 25px;
}

.form-group #timepicker-modal1 .timepicker-widget input {
    margin: 0;
}

.form-group #timepicker-modal1 select.bootstrap-timepicker-minute.form-control {
    margin: 10px 0;
    height: 52px !important;
    padding: 10px 0;
    min-width: 98px;
}

.single-car-booking .booking-results {
    color: #263238;
}

.booking-head {
    font-size: 28px;
    line-height: 1.3
}

.booking-head .name {
    font-weight: 700;
}

.booking-head .booked-on {
    color: #82888a;
    font-size: 22px;
}

.home-section {
    margin-top: 30px;
    padding-top: 30px;
}

.guide-section {
    padding-bottom: 50px;
}

.guide-section .owl-dots {
    position: inherit;
}

.guide-section .owl-dots button.active {
    background-color: #2474bc !important;
}

.guide-section .title {
    font-weight: 600;
}

.guide-section .item {
    width: 100%;
    max-width: 750px;
    margin: auto;
}

.sec_title {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0;
}

.services {
    padding-top: 70px;
}

.services a {
    text-decoration: none;
}

.item_title {
    font-size: 20px;
    color: #333;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.services .item_title {
    background-color: #ff7f25;
    color: #ffffff;
    padding: 10px 5px;
}

.fleetbox {
    margin-bottom: 30px;
}

.home-section .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    color: #1e73be;
    font-size: 2em;
}

.owl-dots {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    text-align: center;
    margin-bottom: 30px;
}

.owl-prev {
    left: -55px;
    position: absolute;
    top: 0
}

.home-section button.owl-next {
    position: absolute;
    right: -55px;
    top: 0
}

.owl-dots button {
    width: 15px;
    height: 15px;
    background-color: #777 !important;
    border-radius: 2px;
    margin: 3px;
}

.fleetbox .item {
    padding: 20px 10px 0;
}

.fleetbox p {
    font-size: 16px;
}

.car_info {
    display: flex;
    justify-content: center;
}

.car_info div {
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.car_info div span:first-child {
    font-weight: bold;
    font-size: 25px;
}

.car_info div span:last-child {
    font-style: italic;
    font-size: 17px;
}

.car_info.has_bag div:first-child:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #333;
    right: -10px;
    top: 0;
}

.advantage {
    display: flex;
    margin-bottom: 25px;
}

.adv_icon {
    width: 60px;
    height: 60px;
    border: 2px solid #000;
    color: #44bcce;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    margin-top: 7px;
    flex-basis: 53%;
    max-width: 60px;
    padding: 5px;
    background: orange;
}

.adv_content h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.adv_content p {
    line-height: 1.3;
}

.services .owl-nav {
    display: none;
}

.owl-dots button.active {
    background-color: #fff !important;
}

.services .owl-dots button.active {
    background-color: #ff7f25 !important;
}

.add-stop-group {
    position: relative;
}

.add_stop_label {
    text-align: center;
    color: #dc3545;
    font-size: 1em;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 2px;
    height: 41px;
    display: flex;
    width: 37px;
    justify-content: center;
    align-items: center;
    border-radius: 1px;
    background: var(--color-hallowen);
    transition: background 0.1s linear 0s;
}

.add_stop_label:hover {
    background: #dc3545;
    color: var(--color-hallowen);
    border: 1px solid var(--color-hallowen);
}

.add-stop-group.is_clicked {
    padding-right: 0;
}

.footer-sidebar .widgettitle,
.footer-sidebar h2,
.footer-sidebar-bottom h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 25px;
    padding-bottom: 25px;
    position: relative;
}

.footer-sidebar .widgettitle::after,
.footer-sidebar h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 55px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #44bcce;
}

.footer-sidebar-bottom h2 {
    text-decoration: underline;
    padding: 0;
}

.footer-sidebar-1 {
    width: 30%
}

.footer-sidebar-2, .footer-sidebar-3 {
    width: 35%
}

.widget_nav_menu .menu, .footer-sidebar ul {
    padding: 0;
    list-style: none;
}

.footer-sidebar {
    padding-right: 30px;
}

.footer-sidebar:last-child {
    padding-right: 0;
}

.site-footer, .site-footer p {
    font-size: 14px;
}

.widget_nav_menu .menu li a {
    line-height: 35px;
}

.widget_nav_menu .menu li a::before {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
    color: #45bcce;
}

.contact-widget li {
    font-size: 18px;
    padding-bottom: 10px;
    margin-left: 0 !important;
}

.contact-widget li span {
    font-size: 15px;
    color: #838383;
}

.contact-widget li .fa {
    padding-right: 10px;
    width: 33px;
    text-align: center;
    font-size: 23px;
}

.widget_media_image img {
    max-width: 250px;
}

.footer-sidebar-bottom {
    width: 100%;
}

.footer-sidebar-bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.footer-sidebar-bottom ul li {
    display: inline-block;
    position: relative;
    margin: 0 !important
}

.footer-sidebar-bottom ul li:after {
    content: '|';
    display: inline-block;
    padding: 0 5px;
}

.footer-sidebar-bottom ul li:last-child:after {
    content: '';
}

.site-footer .site-footer__inner > .flex {
    padding-left: 30px;
    padding-right: 30px;
}

.footer-sidebar p {
    color: #fff;
}

.help-section {
    border: none;
    background: #1e73be;
    color: #fff;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    padding: 50px 15px;
    margin-top: 0
}

.help-item {
    position: relative;
}

.help-section h3 {
    font-size: 22px;
    margin-bottom: 15px;
    padding: 10px 0;
}

.help-section .title {
    color: #fff;
    font-size: 2em;
    font-weight: 600;
    line-height: 1.1;
}

.home-section.advantages {
    border: none;
    margin-top: 0;
    padding: 100px 0;
}

.help-section .description {
    max-width: 665px;
    margin: 0 auto 30px;
    line-height: 1.3;
    font-size: 20px;
}

.help-section p,
.help-section h3 {
    color: #fff;
    line-height: 1.3;
}

.help-section h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.tri_fleet {
    margin-top: 50px;
}


.faq-section {
    background-color: #2474bc;
}

.faq-carousel h3 {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Karla', sans-serif;
}

.faq-desc {
    font-family: 'Work Sans', sans-serif;
}

.faq-section .btn {
    border-color: #fff !important;
    font-weight: 600;
    background: #fff;
    margin-top: 25px;
}

.faq-section .btn:hover {
    color: #2474bc
}

.btn-primary {
    background-color: #2474bc
}

.faq-section .owl-nav {
    color: #fff;
}

.accordion-button {
    text-transform: none;
    font-size: 18px;
}

.accordion-button:not(.collapsed), .accordion-button:hover {
    color: #fff;
    background-color: #2474bc;
}

.accordion-body,
.accordion-body p {
    color: #212529;
    line-height: 1.3;
}

.accordion-body {
    padding: 50px 20px;
    border: 1px solid #ddd;
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

section.home-section.tri_services {
    border: 0;
}

#accordionFaqs {
    max-width: 1000px;
}

#payment-message {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
}

#payment-element {
    margin-bottom: 24px;
}

/* Buttons and links */
.stripe-button {
    background: #5469d4;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}

.stripe-button:hover {
    filter: contrast(115%);
}

.stripe-button:disabled {
    opacity: 0.5;
    cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
    border-radius: 50%;
}

.spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.spinner:before,
.spinner:after {
    position: absolute;
    content: "";
}

.spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #5469d4;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
}

.spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #5469d4;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.price-stripe {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 2px;
    color: #212529;
    font-size: 16px;
    min-width: 200px;
    margin: 15px 0 25px;
}

.price-stripe > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-price-stripe {
    border-top: 1px solid #ddd;
    margin-top: 5px;
    padding-top: 5px;
}

.total-price-stripe .number {
    font-weight: 600;
}

.dispatch-results .accordion-body {
    padding: 0;
    border: none;
}

.dispatch-results table {
    margin-bottom: 0;
    /*width: auto;*/
}

.modal-body .alert {
    white-space: normal;
    text-align: center;
}

.dispatch-results .accordion-button {
    background: rgba(0, 0, 0, 0.125);
    font-size: 16px;
    padding-left: 5px;
}

.accordion-item.Today .table-color {
    border-left-width: 10px !important;
}

.dispatch-results .accordion-button:not(.collapsed),
.dispatch-results .accordion-button:hover {
    background-color: #525100;
}

.dispatch-results .accordion-flush .accordion-item {
    border-color: #ccc;
}

span.driver-note {
    white-space: initial;
    color: #800080
}

.dispatch-results {
    margin-bottom: 50px;
}

.booking-results.cancelled {
    background: rgb(204 24 24 / 45%);
    padding: 15px;
    border-radius: 2px;
}

.dispatch-note p {
    color: gray;
    font-size: 16px;
    line-height: 1.3;
}
#pickup_date {
    text-align: center;
}

.site-footer {
    border-top: 0 !important;
}

.booking-form {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.stop-block-2, .stop-block-3 {
    display: none;
}

.form-switch {
    font-size: 1.5em;
}

label[for="toggleScheduleButton"] {
    line-height: 1;
    margin-bottom: 0;
}

.table-booking td {
    word-break: break-word;
}

.booking-receipt-form {
    display: inline-block;
}

.booking-receipt-form input[type="submit"] {
    padding: 10px 25px;
    text-transform: capitalize;
}

.ti-widget {
    max-width: 1170px;
    margin: 25px auto;
}

.review-readmore {
    padding: 0 30px;
    font-size: 14px;
    margin-bottom: 25px !important
}

.review-readmore a {
    background: #2a6eba;
    text-decoration: none;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 4px;
}

.seat-item {
    max-width: 200px;
}

.seat-item > span {
    text-align: right;
    font-size: smaller;
    color: #212121;
    line-height: 1.3;
}

.seat-item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.map-reference {
    display: flex;
    max-width: 300px;
    align-items: center;
    white-space: nowrap;
    margin: 0 auto 15px;
}

.map-reference .form-control {
    height: 40px;
    margin-left: 5px;
}

.from_address_contain input[type="text"] {
    padding-left: 35px;
}

.booking-form-wrapper .form-control,
.booking-form-wrapper .form-select,
.booking-form-wrapper input[type=text],
.booking-form-wrapper input[type=number] {
    background: transparent !important;
    border-color: var(--color-hallowen) !important;
    color: var(--color-hallowen) !important;
    padding: 5px 35px 5px 10px;
    height: 45px;
}
.add-new-stop {
    position: relative;
    z-index: 999;
    cursor: pointer;
}
.booking-form-wrapper .child-seat-modal input[type=number] {
    background: transparent !important;
    border-color: #858585 !important;
    color: #858585 !important;
}

.booking-form-wrapper .is_time_picker > select.form-control,
.booking-form-wrapper input[type=text]::placeholder {
    color: var(--color-hallowen);
}

.booking-form-wrapper .form-select option,
.booking-form-wrapper .is_time_picker > select.form-control option {
    background: #858585;
}

.booking-form-wrapper label {
    color: var(--color-hallowen);
    white-space: nowrap;
    font-size: 16px;
}

input.error,
.booking-form-wrapper .form-control.error {
    border-color: #dc3545 !important;
}

.booking-form-wrapper .intro-text {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    /*padding-top: 100px*/
}

.booking-form-wrapper .heading {
    position: relative;
    text-align: center;
    max-width: 100%;
    width: 500px;
}

.booking-form-wrapper .heading h2 {
    color: #fede5c;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 3.5em;
    line-height: 1;
    text-shadow: 0 0px 8px rgb(0 0 0 / 90%);
    display: none;
}

.booking-form-wrapper .phone {
    text-decoration: none;
    font-size: 1.5em;
    color: #fede5c;
    font-weight: 600;
    text-shadow: 0 0 8px rgb(0 0 0 / 90%);
}

.booking-form-wrapper .intro-text h5,
.booking-form-wrapper .font-light h6 {
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    font-size: 1.15rem;
    margin-bottom: 0;
}

.service-type-tabs {
    display: flex;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}

.service-tab {
    width: 100%;
    padding: 1rem;
    text-align: center;
    background-color: rgb(0 0 0 / 20%) !important;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
    text-transform: capitalize;
    font-weight: 200;
    white-space: nowrap;
    border-radius: 0;
	color: lightgray;
}

.service-tab.active, .service-tab:hover {
    background-color: rgb(0 0 0 / 50%) !important;
    color: #FFFFFF;
	font-weight:900;
}

.service-tab:first-child {

}

#tab-point-to-point {
    border-top-left-radius: 10px;
}

#tab-hourly {
    border-top-right-radius: 10px;
}

.add_stop_label {
    background: transparent;
}

.booking-form-wrapper .font-light h6 {
    font-weight: 400;
}

.main-booking-form h6 i {
    font-size: 1.5rem;
}

.clear-address {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 1.5em;
    z-index: 10;
    cursor: pointer;
    transform: translateY(-50%);
    display: none;
    width: 50px;
    text-align: center;
}

.booking-form-wrapper.align-full {
    margin: 0 calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    min-height: 100vh;
    position: relative;
    background: #454545;
    padding: 100px 0 50px;
}

.booking-form-wrapper .booking-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
    top: 0;
    left: 0;
    z-index: 0;
}

.main-booking-form {
    position: relative;
}

#site-header {
    width: 100%;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    transition: top 0.3s;
    z-index: 1000;
}

.home #site-header {
    background: rgba(0, 0, 0, .6);
}

.admin-bar #site-header {
    margin-top: 32px;
}

.home .header__navigation a,
.home .site-title {
    color: #fff;
}

.home .header__search-toggle svg {
    fill: #fff;
}

.home .primary-menu a:after {
    background-color: #fff;
}

.header .header__inner {
    padding: 10px 50px !important;
}

.revert-address, .clear-address {
    color: var(--color-hallowen);
}

.vehicle_title span {
    font-weight: 500;
    display: block;
    font-size: 18px;
}

.tri_fleet .item img {
    height: 300px;
    width: auto;
    object-fit: contain;
    margin-bottom: 25px;
}

.picker__holder {
    z-index: 99;
}

#form-booking-tips input[type="number"] {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    height: 38px;
    padding-top: 0;
    padding-bottom: 0;
}

.service-type-drop-off,
.hourly-time,
.hourly-endtime,
label .hourly {
    display: none;
}

.hourly-form .service-type-drop-off,
.hourly-form label .hourly {
    display: block;
}

.hourly-form label .point-to-point,
.hourly-form .return-trip-checkbox,
.hourly-form .stop-block {
    display: none;
}

.hourly-form .hourly-time {
    display: block;
}

.hourly-form .hourly-endtime p {
    color: #fff;
    margin-top: 0.5rem;
}

.hourly-text {
    color: green;
    font-weight: 700;
    padding-left: 5px;
}

.btn-group .btn {
    padding: 10px 15px;
    min-width: auto;
    border-radius: 2px !important;
    font-weight: normal;
    font-size: 1rem;
}

.btn-check:checked + .btn.btn-cancel {
    color: #fff;
    background-color: #b02a37;
    border-color: #b02a37;
}

.endtrip-booking > span {
    background: #ccc;
}

.endtrip-ask_review [type=checkbox] {
    accent-color: #ab00c5 !important;
}

body input[type="checkbox"],
body input[type="radio"] {
    opacity: 1;
}

.discount-price-stripe {
    font-style: italic;
    color: gray;
}

.modal-header, .modal-footer {
    border: none;
}

#tip-input-container {
    margin-top: 10px;
}

#tip-amount {
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 0;
}

#submit-tip {
    padding: 9px 15px;
    white-space: nowrap;
}
.pagination .page-numbers:not(.prev,.next) {
    border: 1px solid;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.pagination .next {
    margin-left: 20px !important;
}
.pagination .page-numbers.current,
.pagination .page-numbers:not(.prev,.next):hover {
    text-decoration: none;
    background: #2474bc;
    color: #fff;
}
@media screen and (min-width: 1024px) {
    .long-text-col {
        white-space: normal;
        max-width: 400px
    }
}

@media screen and (min-width: 980px) {
    section.advantages {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 50px;
    }

    .advantage {
        flex-basis: 49%;
    }

    /*.adv_icon {
        max-width: 45px;
        flex-basis: 19%;
    }*/
}

@media screen and (min-width: 768px) {
    .booking-wrapper .main-booking-form {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .main-booking-form {
        position: relative;
        padding: 25px 15px;
        background: rgb(0 0 0 / 50%);
        border-radius: 10px;
        max-width: 500px;
    }

    .on-mb {
        display: none;
    }

    .modal-table-head {
        display: none;
    }

    .mb-only {
        display: none;
    }

    .mobile {
        display: none !important;
    }
}

.gratuity-ratio {
    font-size: 15px;
    padding-left: 10px;
    color: gray !important;
}

.MTA\=-ratio {
    display: none !important
}

.MTU\=-ratio {
    color: green !important;
}

/* Floating Contact Buttons */
.floating-contact-container {
    position: fixed;
    right: 25px;
    bottom: 30px;
    z-index: 1000;
}

.floating-contact-main-button {
    width: 50px;
    height: 50px;
    background-color: #ca1320;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.3s, background-color 0.3s;
    z-index: 1010;
}

.floating-contact-main-button:hover {
    background-color: #e91e63;
    transform: scale(1.05);
}

.floating-contact-buttons {
    position: absolute;
    bottom: 70px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;

}

.floating-contact-buttons.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.floating-contact-button {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: flex-end;
    text-decoration: none !important;
}
.floating-contact-button span:first-child{
    font-size: 1.25rem;
    text-shadow: 0 0 8px black;
}
.floating-contact-button span:last-child{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
    text-decoration: none !important;
}

.floating-contact-button:hover span:last-child{
    transform: scale(1.1);
    color: white;
    text-decoration: none;
}

.phone-button span:last-child{
    background-color: #2474bc;
}

.whatsapp-button span:last-child{
    background-color: #128c7e;
}

.sms-button span:last-child{
    background-color: #28c845;
}

.main-booking-form h6 i {
    color: #8BC34A;
}

.color-orange {
    color: #ed8d00 !important
}
.flatpickr-current-month {
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 5%;
}
.flatpickr-months .flatpickr-month, .flatpickr-current-month {
    height: 65px;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    padding: 10px 5px !important;
    font-size: 20px;
    min-width: 140px;
}
.flatpickr-calendar {
    font-size: 16px;
}
.flatpickr-day.nextMonthDay:not(.flatpickr-disabled),
.flatpickr-day.prevMonthDay:not(.flatpickr-disabled) {
    color: rgb(57 57 57 / 60%);
}

.js_pickup_date {
    font-size: 16px;
    padding: 8px 12px;
}

.fp-year-select {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font-size: 20px;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    position: relative;
    vertical-align: initial;
    width: auto;
    font-family: inherit;
    padding: 10px 5px !important;
    min-width: 95px;
}
.flatpickr-current-month > .numInputWrapper {
    display: none;
}
@media screen and (max-width: 1024px) {
    .booking-form label {
        font-size: 16px;
    }

    .booked_form_flex {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .booking-form-wrapper.align-full {
        padding-top: 65px;
        background: #2f6dae;
        flex-direction: column;
    }

    .booking-form-wrapper .booking-img {
        height: auto;
        position: initial;
    }

    .main-booking-form.font-light {
        background: #e8e8e8;
        min-width: calc(100% + 30px);
        margin-left: -15px;
        padding: 10px;
    }

    .home-section.advantages {
        padding: 100px 14px;
        background: #e7e7e7;
        margin-left: calc(-100vw / 2 + 100% / 2);
        margin-right: calc(-100vw / 2 + 100% / 2);
        max-width: 100vw;
    }

    .booking-form .map-section,
    .main-booking-form,
    .booking-form-wrapper .heading {
        max-width: 100%;
    }

    .booking-form-wrapper .intro-text h5,
    .booking-form-wrapper .font-light h6 {
        font-size: .9rem;
        color: #212529;
    }

    .guide-section h5.title {
        min-height: auto;
        margin-bottom: 15px;
        margin-top: 25px;
        font-size: 1.2em;
    }

    .booking-form-wrapper .intro-text {
        padding-top: 30px;
    }

    .btn-group button {
        padding: 15px 5px;
    }

    .step-flex div.form-first {
        padding-right: 0;
    }

    .form-left,
    .booking-form {
        padding: 0 15px;
    }

    .booking_form_info .vehicle_info {
        display: flex;
        justify-content: flex-start;
    }

    .booking_form_info .vehicle_info > div {
        margin-right: 12px;
    }

    .booking_form_info .vehicle_info > div span {
        width: 50px;
        padding: 3px;
    }

    #price-table {
        display: block;
    }

    .form-left {
        margin: 0;
    }

    .step-flex {
        display: block;
    }

    .booked_form_flex {
        display: block;
    }

    .booking_form_info {
        display: block;
    }

    .per_info {
        margin-bottom: 10px;
        display: inline-flex;
        justify-content: space-between;
        position: relative;
    }

    /*.per_info:after {
        content: "";
        width: 1px;
        height: 20px;
        border: 1px solid #4a4a4a;
        position: absolute;
        top: 50%;
        left: 53%;
        transform: translate(-50%, -50%);
    }*/
    .per_info p {
        margin: 5px 0 !important;
    }

    .per_info p:first-child {
        margin-right: 30px !important;
    }

    .mb_label {
        display: block;
    }

    .step-content p {
        font-size: 16px;
    }

    .step-content p.vehicle_price {
        font-size: 22px;
    }

    .from_box {
        margin-bottom: 20px;
    }

    .from_box,
    .to_box {
        border: 1px solid #ddd;
        padding: 5px;
    }

    /*.vehicle_selected .vehicle_info>div {
        display: inline-flex;
    }*/
    .booking_form_info .vehicle_info {
        margin-top: 15px;
    }
}

@media screen and (min-width: 390px) and (max-width: 768px) {
    .vehicle_choosen .vehicle_box .vehicle_img {
        margin-bottom: 0;
        margin-right: 5px;
    }

    .vehicle_choosen .vehicle_box {
        display: flex;
        align-items: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        justify-content: space-between;
    }

    #vehicle_choosen .vehicle_info .info-item {
        flex-wrap: wrap;
    }

    #vehicle_choosen .vehicle_info .p_box {
        margin-bottom: 5px;
        margin-right: 0;
    }

}

@media screen and (max-width: 768px) {
    .flatpickr-calendar {
        font-size: 18px;
        transform-origin: top left;
        transition: all 200ms ease-in-out 0s;
    }

    .js_pickup_date {
        font-size: 18px;
        padding: 12px 16px;
        width: 100%; /* full width on mobile */
    }

    .flatpickr-day {
        height: 42px;
        line-height: 42px;
        width: 42px;
    }

    .flatpickr-weekday {
        font-size: 1em;
    }
    .site-content {
        padding-top: 55px;
    }

    .home .site-content {
        padding-top: 0;
    }

    .home .site-title {
        color: #fede5c;
    }

    .border-box.box-number {
        width: 100%;
    }

    .contact-widget li {
        font-size: 14px;
    }

    .btn-select {
        max-width: 100%;
    }

    .vehicle_box .vehicle_img img {
        height: 80px;
        object-fit: contain;
        max-width: 150px;
    }

    .vehicle_info .p_box span {
        width: 30px;
        height: 30px;
        white-space: nowrap;
    }

    .vehicle_info .p_box, .vehicle_info, .step-content p, .vehicle_title {
        margin-bottom: 0;
    }

    .vehicle_img {
        margin-bottom: 5px;
        height: 100%;
    }

    .vehicle_choosen .item {
        padding-bottom: 5px;
    }

    .search-filter select[name=status] {
        padding-left: 10px !important;
    }

    .filter-wrap .col-12 {
        margin-top: 5px;
    }

    .dispatch-filters {
        padding-top: 30px !important;
    }

    .site-footer .site-footer__inner > .flex {
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer-sidebar {
        padding-right: 0;
        width: 100%;
        margin-bottom: 50px;
    }

    .timepicker-widget tr,
    .timepicker-widget td {
        padding: 0;
        margin: 0;
        font-size: 20px;
    }

    .timepicker-widget table {
        margin-bottom: 0;
    }

    .form-group .timepicker-widget input {
        text-align: center;
        margin-bottom: 0 !important;
    }

    .booking_form_info .booking-time,
    .booking_form_info .address_info {
        width: 100%;
    }

    /*.table-booking .table {
        max-width: calc(100vw - 30px);
    }*/

    .table-booking {
        white-space: normal;
    }


    .help-item {
        position: relative;
        max-width: 320px;
        margin: 0 auto 35px;
    }

    .help-item img {
        max-height: 50px;
        width: auto;
        position: absolute;
        left: -15px;
        top: -15px;
    }

    .help-section h3 {
        font-size: 22px;
        margin-bottom: 15px;
        background: rgba(0, 0, 0, 0.125);
        border-radius: 4px;
        padding: 10px 15px 10px 25px;
    }

    .per_info {
        flex-basis: 31%;
    }

    /*.d-flex {
        flex-wrap: wrap;
    }*/
    .has_picker_box > .col-6 {
        width: 100%;
        flex-basis: 100%;
    }
}

@media screen and (max-width: 767px) {
    /*.trip_routing {
        column-gap: 1rem;
        flex-wrap: wrap;
    }
    .trip_routing span:first-child {
        flex-basis: 100%;
    }*/
    body.home:not(.menu-is-open) .nav-toggle-icon svg {
        fill: #fddd64 !important;
    }

    body:not(.menu-is-open) .nav-toggle-icon svg {
        width: 1.5rem;
        transform: rotate(90deg);
    }

    .menu-is-open .header__navigation a {
        font-size: 1.5rem !important;
        text-align: center;
        white-space: normal;
    }

    .home .header__navigation a {
        color: var(--go-navigation--color--text);
    }

    .hide-on-mobile {
        display: none !important;
    }

    /*.trip_routing span:first-child {
        flex-basis: 10%;
    }

    .trip_routing span:last-child {
        flex-basis: 90%;
    }*/
    .vehicle_img {
        height: auto;
    }

    .vehicle_title {
        margin-top: 0;
    }

    .vehicle_choosen .col {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-basis: 100%;
        margin: 10px auto;
    }

    .vehicle_choosen .col .vehicle_box {
        flex-basis: 55%;
    }

    .vehicle_choosen .col .cus_action {
        flex-basis: 45%;
    }


    .hidden-mobile {
        display: none;
    }

    .hidden-xs {
        opacity: 0;
        height: 0px;
    }

    .on-pc {
        display: none;
    }

    .page-template-template-quote .on-pc {
        display: block;
    }

    .page-template-template-quote .on-mb {
        display: none;
    }

    .page-template-template-quote .modal-table-head {
        display: none;
    }

    #map,
    #directions-panel {
        width: 100%;
        flex-basis: 100% !important;
        margin-bottom: 25px;
    }

    .step-flex form {
        padding-right: 0;
    }

    .passenger-section {
        margin-bottom: 20px;
    }

    .vehicle_selected {
        flex-wrap: wrap;
        justify-content: center;
    }

    .vehicle_selected .vehicle_img {
        flex-basis: 100%;
        order: 2;
    }

    .vehicle_selected .vehicle_infoo {
        order: 3;
    }

    .vehicle_selected .vehicle_selected_title {
        margin-left: 0 !important;
        order: 1;
    }

    .form-flex > div .form-group .col-6,
    .form-flex > div .form-group .col-7,
    .form-flex > div .form-group .col-5 {
        flex-basis: 50%;
    }

    .form-flex > div .form-group .col-5 {
        margin-right: 0;
    }

    .form-bottom {
        width: 100%;
    }

    .time-flex-box > div:last-child select {
        margin-bottom: 0;
    }

    /*.vehicle_selected .vehicle_info > div {*/
    /*    display: block;*/
    /*}*/
    .vehicle_selected_title .vehicle_title,
    .step-content .vehicle_selected_title p.vehicle_price {
        font-size: 22px;
    }

    .vehicle_selected .vehicle_selected_title.is_weekend .vehicle_selected_box .vehicle_title,
    .vehicle_selected .vehicle_selected_title.is_weekend .vehicle_selected_box .vehicle_price {
        font-size: 20px;
    }

    .vehicle_selected .vehicle_selected_title.is_weekend .vehicle_selected_box h4,
    .vehicle_selected .vehicle_selected_title.is_weekend .vehicle_selected_box p {
        font-size: 18px;
    }

    .step-content .btn-submit {
        width: 162px;
        padding: 12px;
    }

    .col {
        flex-basis: 45%;
        max-width: 90%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    .btn-select {
        width: 110px;
        font-size: 20px;
        height: 34px;
        line-height: 1;
        white-space: nowrap;
    }

    .vehicle_title {
        font-size: 20px;
    }

    .form-flex:not(.no-column) {
        flex-direction: column;
    }
}

@media screen and (max-width: 550px) {
    .passenger-section input[type="text"],
    .passenger-section input[type="number"] {
        font-size: 20px;
    }

    .inline-group {
        padding-left: 0;
    }

    .input-icon .fa {
        left: 9px;
    }

    .input-group-prepend button,
    .input-group-append button {
        height: 43px;
        padding-left: 10px;
    }

    .inline-group {
        height: 43px;
    }

    /*.trip_routing span:first-child {
        flex-basis: 13%;
    }

    .trip_routing span:last-child {
        flex-basis: 87%;
    }*/
    .col {
        max-width: 100%;
    }

    .form-flex > div .form-group .col-7,
    .form-flex > div .form-group .col-5 {
        flex-basis: 48.5%;
    }

    .vehicle_selected .vehicle_selected_title.is_weekend .vehicle_selected_box h4 {
        flex-basis: 71%;
    }

    .form-group label.error {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 450px) {
    .table-row i {
        padding-right: 2%;
    }

    .table-row table {
        max-width: 70%;
    }

    .form-group .plus-row input {
        margin-bottom: 0px !important;
        height: 44px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .form-flex .col-7,
    .form-flex .col-5 {
        flex-basis: 48%;
    }

    .is_time_picker > select.form-control,
    .is_time_picker > input {
        height: 44px !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }

    .childseat-input input[type=text],
    .add_stop_label,
    #pickup_date {
        font-size: 25px;
    }

    #pickup_date {
        margin-bottom: 0;
    }

    .form-group label {
        margin-bottom: 0;
        padding-top: 0;
        white-space: nowrap;
    }

    .childseat-input input[type=text],
    .form-select {
        margin-bottom: 5px;
    }

    .passenger-section {
        margin-bottom: 10px;
    }

    #price-submit {
        display: block;
        margin: 10px auto 50px !important;
        padding: 10px 14px;
    }

    .plus-row i {
        margin-bottom: 0;
    }

    .header__extras {
        display: none !important;
    }

    .header .header__inner {
        padding: 10px 20px !important
    }

    .form-select {
        height: 44px;
        min-width: 100%;
        padding: 5px 15px !important;
        line-height: 1;
    }

    .login-dialog {
        width: 90%;
    }

    .vehicle_selected > div {
        margin: 15px 10px;
    }

    .vehicle_selected .vehicle_selected_title {
        margin-left: 7%;
    }

    .vehicle_selected {
        padding: 30px 0;
    }

    .booking-results table td,
    .booking-results table th {
        font-size: 16px !important;
    }

    .page-template-template-booked .site-content {
        padding: 0;
    }

    .booked-padding {
        padding: 0 15px;
    }

    .step-content {
        padding: 0;
    }

    .vehicle_choosen .col {
        margin: 5px 0;
        padding: 0 5px;
        max-width: 100%;
    }

    .vehicle_info > div span {
        width: 30px;
    }

    .step-content p.vehicle_price {
        font-size: 20px;
    }

    .booking_form_info .vehicle_info {
        margin-top: 20px;
    }

    .form-left,
    .booking-form {
        padding: 0;
    }

}

.site-title {
    color: #ca1320;
}

@media screen and (max-width: 375px) {
    .btn-group button {
        font-size: 14px;
    }
}

@media screen and (max-width: 340px) {
    .booking-results table td,
    .booking-results table th {
        font-size: 13px;
    }

    .vehicle_title {
        font-size: 18px;
    }

    .vehicle_selected .vehicle_selected_title.is_weekend {
        width: auto;
        max-width: 64%;
    }

    .passenger-section .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .passenger-section .row > .col-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .booking-form label {
        font-size: 14px;
    }
}

.booking-print {
    color: #111;
    width: 320px;
    margin: 0 auto 50px;
}

.booking-print h4 {
    margin: 25px 0 10px;
    color: #111;
    text-decoration: underline;
    font-family: Roboto, sans-serif
}

.booking-print ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    font-size: 16px;
}

@media print {
    .booking-head .btn,
    #site-header,
    .print-link,
    .footer-review,
    .site-footer {
        display: none;
    }

}
