body {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.section {
    position: relative;
    height: 100vh;
}

.section .section-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bacground-img img.provider_map_icon {
    width: 50px;
    height: 50px;
}

.car_icon_parent {
    /* transition: transform 0.03s ease-in-out; */
}

.bacground-img img.provider_map_icon_div {
    width: 50px !important;
    height: 50px !important;
    margin-left: -25px;
    margin-top: -25px;
    display: block;
    position: absolute;
    object-fit: cover;
}

#booking {
    font-family: montserrat, sans-serif;
    background-image: url(../images/map.jpg);
    background-size: cover;
    background-position: center;
}

#booking::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(47, 103, 177, 0.6);
}

.booking-form_section {
    bottom: 16px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: auto;
    position: absolute;
    top: 15px;
    /* width: 350px; */
    width: 406px;
    left: 14px;
}
.booking-form_section.create-booking-screen {
    top: 65px;
}
.booking-form-inner {
    height: 100%;
    max-height: 100%;
    position: relative;
}
.booking-form {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px -5px rgb(0 0 0 / 30%);
    box-shadow: 0 5px 20px -5px rgb(0 0 0 / 30%);
    border-radius: 10px;
    margin: 0 auto 0 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.stripe_payment_success {
    position: relative;
}

.booking_success_btn {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    bottom: 0;
    padding: 16px;
    width: 100%;
    left: 0;
}

.booking_success_btn div {
    padding: 0 !important;
}

.booing_success_ride {
    overflow-y: scroll;
    padding: 16px 16px 16px 16px;
}
.departure-option:active,
.arrival-option:active {
    color: black !important;
    background-color: white !important;
}

.car_name {
    font-weight: 500;
    font-size: 18px;
}

.submit_btn {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.booking-form .time-pick select.form-control {
    border-radius: 0 8px 8px 0;
    padding-right: 5px;
}
.booking-form .date-select input.form-control {
    border-radius: 8px 0 0 8px;
}
.booking-form .form-group.date-select,
.booking-form .form-group.time-pick,
.booking-form .form-group.nw-btn {
    margin: 0;
}

@media only screen and (min-width: 1024px) {
    .booking-form {
        height: 100%;
        max-height: 100%;
    }
}

.booking-form.stripe_payment {
    position: relative;
}

.booking-form .form-group {
    position: relative;
    margin-bottom: 10px;
}

.navbar_main {
    background-color: #000;
}

.booking-form input.form-control,
.booking-form textarea.form-control {
    background-color: #eeeeee !important;
    border-radius: 8px;
    border: none;
    height: 44px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    font-size: 14px;
}

.booking-form select,
.booking-form .dropdown {
    color: #212121;
    font-size: 14px;
    background-color: #eeeeee !important;
    border-radius: 8px;
    border: none;
    height: 44px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-toggle::after {
    content: none;
}
.dropdown-toggle:hover {
    background-color: #eeeeee !important;
}

.booking-form input[type="text"]::placeholder,
.booking-form input[type="email"]::placeholder {
    color: #535353;
}

.booking-form select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.booking-form .form-control::-webkit-input-placeholder {
    color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control:-ms-input-placeholder {
    color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control::placeholder {
    color: rgba(62, 72, 92, 0.3);
}

.booking-form input[type="date"].form-control:invalid {
    color: rgba(62, 72, 92, 0.3);
}

.booking-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.booking-form select.form-control + .select-arrow {
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    pointer-events: none;
    color: rgba(62, 72, 92, 0.3);
    font-size: 14px;
}

.booking-form select.form-control + .select-arrow:after {
    content: "\279C";
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.booking-form .form-label {
    display: inline-block;
    color: #3e485c;
    font-weight: 700;
    margin-bottom: 6px;
    margin-left: 7px;
}

.booking-form .submit-btn {
    display: inline-block;
    color: #fff;
    background-color: #1e62d8;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 4px;
    border: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
    opacity: 0.9;
}

.booking-cta {
    margin-top: 80px;
    margin-bottom: 30px;
}

.booking-cta h1 {
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.booking-cta p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.search-hotel-main {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
    border: 1px solid transparent;
    transition: all ease-in-out 500ms;
    max-width: 600px;
    width: 100%;
    padding-left: 33px;
}

.booking-form-hotel-search .twitter-typeahead > pre {
    display: none;
}

.search-hotel-main input.typeahead-basic {
    max-width: 600px;
    background: transparent !important;
    border: none;
    outline: none;
    width: 100%;
}

.booking-form-hotel-search span.twitter-typeahead {
    width: 100%;
}

.booking-form-hotel-search .search-hotel-main input.typeahead-basic {
    padding-left: 35px;
    padding-right: 20px;
}

.search-hotel-main:focus,
.search-hotel-main:hover {
    border: 1px solid gray;

    border-radius: 5px;
}

.booking-form-hotel-search {
    position: absolute;
    top: -50px;
    background-color: rgba(255, 255, 255, 0.8);
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    max-width: 100%;
    width: calc(100% - 30px);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 9;
}

.booking-form-hotel-search .search-hotel-main {
    margin-right: 0;
    position: relative;
    padding-left: 0;
    top: 5px;
}

.booking-form-hotel-search .search-hotel-main:focus,
.booking-form-hotel-search .search-hotel-main:hover {
    border-color: transparent;
}

.booking-form-hotel-search a.clear-search-hotel {
    color: #000000;
    position: absolute;
    right: 25px;
}

.booking-form-hotel-search a.search-hotels {
    color: #000000;
    position: absolute;
    right: 0;
}

.booking-form-hotel-search .search-hotel-main input.typeahead-basic {
    width: 100%;
}

.booking-form-hotel-search input[type="text"] {
    font-weight: bold;
    color: #000000;
}
.booking-form-hotel-search input[type="text"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey;
    opacity: 1; /* Firefox */
}

.booking-form-hotel-search input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: grey;
}

.booking-form-hotel-search input[type="text"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: grey;
}
.cust-circal {
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: -4px 7px 8px #888888, inset 0 0 4px;
    margin: 0 auto;
}
.booking-form-hotel-search .src-icon {
    left: 0;
}
.src-icon {
    width: 24px;
    position: absolute;
    left: 17px;
}
.src-icon img {
    width: 100%;
}
.header-hotel-search {
    position: relative;
    padding-left: 10px;
}
.recenter-btn {
    position: absolute;
    bottom: 10px; /* Default position after booking */
    right: 10px;
    padding: 7px 7px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 27px;
    display: block;
    line-height: 20px;
    border: none;
    background: #fff !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.recenter-btn img.img-fluid {
    width: 17px;
    height: 17px;
    position: relative;
    margin: 0 auto;
}
.recenter-btn.create-booking-screen{
    bottom: 65px;
}

@media (min-width: 576px) {
    .section {
        position: relative;
        height: 100vh;
    }

    .booking-cta h1 {
        font-size: 52px;
    }
}

@media (min-width: 768px) {
    .section {
        position: relative;
        height: 100vh;
    }

    .booking-cta h1 {
        font-size: 52px;
    }
}

@media (min-width: 992px) {
    .section {
        position: relative;
        height: 100vh;
    }

    .booking-cta h1 {
        font-size: 52px;
    }
}

@media (min-width: 1200px) {
    .section {
        position: relative;
        height: 100vh;
    }

    .booking-cta h1 {
        font-size: 52px;
    }
}

@media (min-width: 1400px) {
    .section {
        position: relative;
        height: 100vh;
    }
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url(../images/loading2.gif) no-repeat center
        center;
    z-index: 10000;
}

.ajax-loader {
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: +100 !important;
    width: 100%;
    height: 100%;
}

.ajax-loader img {
    position: relative;
    top: 50%;
    left: 50%;
}

.bacground-img > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
}

div#booking12 {
    position: relative;
    display: flex;
    flex: 1 1 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100vh;
}

.datepicker,
.slot-field {
    padding-left: 40px !important;
}

.datepicker-dropdown {
    padding: 20px 30px !important;
    z-index: 9999999999999 !important;
}

.book-background {
    height: 100%;
    width: 100%;
}

/* .now_btn,
.now_btn:hover {
    background-color: black !important;
    border-radius: 2px;
    padding: 0;
    color: white;
    border-radius: 8px;
    height: 44px;
    width: 100%;
} */

.now_btn,
.now_btn:hover {
    background-color: black !important;
    border: 1px solid #000000;
    padding: 0;
    color: #FFFFFF;
    border-radius: 8px;
    height: 44px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.slot-field {
    padding-left: 30px;
    background: url("../../images/icons/input-time.png") no-repeat left;
    background-size: 15px;
    background-position: 10%;
}

.tripdate {
    background: url("../../images/icons/date-input.png") no-repeat left;
    background-size: 16px;
    background-position: 10%;
}

select option {
    background: white;
}

.price-section {
    /* display: none; */
    width: 100px;
}

.price-section i {
    transform: rotate(90deg);
}

.personal_detail {
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 16px 16px 0 16px;
}

.submit_btn {
    /* position: absolute; */
    background: white;
    /* margin: 0 auto; */
    text-align: center;
    /* left: 0; */
    /* right: 0; */
    box-shadow: rgb(0 0 0 / 16%) 0px -4px 16px -4px;
}

.submit-payment,
.submit-stripe,
.submit-success {
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    padding: 10px 16px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: fit-content;
}

.submit-success {
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-success i {
    font-size: 12px;
    margin-right: 6px;
}

.submit-button {
    width: 100%;
}

::-webkit-scrollbar {
    width: 0px;
}

.booking-date-time-section {
    background-color: #ebecee !important;
    /* margin-left: 14px; */
    width: 100%;
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 16px;
}

.booking-date-time-section span {
    font-weight: 500;
    font-size: 15px;
}

.contat-de {
    background-color: #ebecee !important;
    /* margin-left: 14px; */
    width: 100%;
    padding: 7px;
}

.personal_sec div {
    font-size: 10px;
    font-weight: 500;
    color: gray;
}

/*    .stripe_payment_success{
  height: 700px !important
  }*/

.locations-option,
.form-input {
    padding-left: 40px;
}

.submit-stripe-pay {
    padding-top: 20px;
}

.form_pickup,
.form_drop {
    position: relative;
}

.form_pickup:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: transparent;
    border: 2px solid black;
    left: 6%;
    top: 52%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
}

.form_drop:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: transparent;
    border: 2px solid black;
    left: 6%;
    top: 52%;
    transform: translate(-50%, -50%);
}

.form_drop:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 88%;
    background-color: black;
    left: 6%;
    top: -12%;
    transform: translate(-50%, -50%);
}

.providers_drop.form_drop:before,
.providers_drop.form_drop:after {
    border: 0 none;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    content: inherit;
}

/*resposive css for design*/
.berline-title,
.berline-subtitle,
.van-title,
.van-subtitle {
    width: 200px;
}

.car-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cabnow_successhead .cabnow_title {
    margin-bottom: 0 !important;
}

.nav_item,
.nav_item a,
.nav_item a:hover {
    color: #fff;
    text-decoration: none;
    margin: 0;
}

.form-car-pick .date-select {
    width: 60%;
}

.form-car-pick .time-pick {
    width: 40%;
}

.choose-car {
    border: 2px solid #ffffff !important;
    cursor: pointer;
    padding: 20px 0px 20px 0;
    border-radius: 12px !important;
}

.choose-car.border {
    border: 2px solid #e2e2e2 !important;
}

.slot-field option {
    padding-right: 40px !important;
}

/*Your trip page css*/
.stripe-car {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stripe-car-rent {
    width: 100px !important;
}

.cabnow_form {
    bottom: 0;
    background: white;
    width: 100%;
    left: 0;
    padding: 16px;
}

/* .booking_header {
    overflow-y: scroll;
    max-height: 400px;
    padding-bottom: 70px !important;
  } */

.date-time_stripe,
.date-stripe,
.time-stripe {
    display: flex;
    align-items: center;
}

.date-stripe span,
.time-stripe span {
    margin-left: 10px;
}

.cabnow_qrimg img {
    margin-top: 12px;
}

/*Inline css of all pages in the frontend.css file*/
/*Front Page css start*/
.navbar_header {
    background-color: black;
    position: static;
    z-index: 99999;
    padding: 0;
    padding: 0 !important;
    border-radius: 0 !important;
    width: 100%;
    height: 52px;
    overflow: hidden;
}

.logo-cab {
    font-weight: 700;
    font-size: 24px;
}

.logo-cabnow {
    font-size: 18px;
    font-style: italic;
}

.cabnow_title {
    margin-bottom: 12px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    line-height: 32px;
    display: flex;
    letter-spacing: 0;
}

.berline-img {
    display: inline-block;
    width: 21%;
    vertical-align: top;
}

.front-ride {
    display: inline-block;
    width: 55%;
}

.price-block {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.berline-title,
.van-title {
    color: #3e485c;
    font-weight: 500;
    font-size: 13px;
}

.berline-subtitle,
.van-subtitle {
    font-weight: 400;
    font-size: 12px;
    color: grey;
    width: 250px;
}

.choose-car-img {
    width: 65px;
}

.front-contact img {
    width: 20px;
}

/*Front Page css end*/

/*Payment Page css start*/
.cabnow_car {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.cabnow_img {
    width: 76px;
}

.stripe-pay-car {
    display: inline-block;
    width: 60%;
}

.stripe-car-rent {
    display: inline-block;
    width: 10%;
    vertical-align: top;
}

.date-stripe img,
.time-stripe img {
    width: 20px;
}

.time-stripe img {
    margin-left: 25px;
}

.cabnow-infos {
    display: inline;
    width: 15%;
}

.cabnow-infos img {
    width: 35px;
    text-align: left;
}

.cabnow-infor {
    display: inline-block;
    width: 70%;
    padding-left: 20px;
}

.cabnow_credit {
    font-weight: 600;
}

.cabnow_info {
    display: flex;
    align-items: center;
}

/*Payment Page css end*/

/*Message css start*/
.chatbox-msgbtnbx:after {
    clear: both;
    display: block;
    content: "";
}

.chatbox-msgbtnbx-left {
    float: left;
    width: calc(100% - 65px);
}

.chatbox-msgbtnbx-right {
    float: left;
    width: 45px;
    margin-left: 20px;
}

.chatbox-msgbtnbx-left input.msg-input {
    width: 100%;
    border: none;
    padding: 12px 15px 12px 15px;
    background: #c0c0c0;
    font-size: 16px;
    line-height: 20px;
    height: 100%;
    border-radius: 10px;
    color: #5d5b5e;
    font-weight: 400;
    outline: none;
}

.chatbox-main {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    background-color: #ebecee;
}

.chatbox-msgbtnbx-right button.sbmt-btn {
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 50%;
    background: #c0c0c0;
    transition: all ease-in-out 100ms;
    color: #5d5b5e;
    outline: none;
    text-align: center;
}
.chatbox-hint {
    height: 35px;
    margin-bottom: 15px;
}
.chatbox-hint-inner {
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
    margin: 0;
    padding: 0 !important;
    display: flex;
}
.hint-msg {
    background: #c0c0c0;
    color: #0f0d10;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 10px;
    line-height: 15px;
    display: block;
    margin-right: 10px;
    transition: all ease-in-out 100ms;
    /* flex: 0 0 auto; */
    cursor: pointer;
}
.chatbox-msg-inner {
    flex: 1;
    overflow-y: auto;
    height: 210px;
}
.msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
}

.msg-sent {
    flex-direction: row-reverse;
}
.msg-bubble {
    background: #c0c0c0;
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #0f0d10;
    line-height: 15px;
    max-width: 80%;
}
.chatbox-msg {
    margin-bottom: 10px;
    border-bottom: 1px solid #b6b6b6;
}
.msg.msg-receive .msg-bubble {
    border-radius: 10px 10px 10px 0;
}

.msg.msg-sent .msg-bubble {
    border-radius: 10px 10px 0 10px;
    background-color: #4e4d4d;
    color: #fff;
}
/*Message css end*/

/*Payment Success Page css start*/
.cabnow_successhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cabnow_successhead img {
    width: 10%;
}

.cabnow_successhead {
    margin-bottom: 15px;
}

#connectionStatus {
    color: red;
    background-color: white;
    border: 1px solid red;
    font-size: 14px;
}

#driverConnectionStatus {
    color: red;
    background-color: white;
    border: 1px solid red;
    font-size: 14px;
}

.cabnow_qr {
    text-align: center;
}

.cabnow_qrimg {
    text-align: center;
    margin: 0 auto;
}

.booking-form-container,
.booking-form-row,
.booking_form_col {
    height: 100%;
}

.booking_form_col {
    position: relative;
    padding: 0;
}

.booking-header {
    position: static;
    top: 0;
    background-color: white;
    z-index: 9999;
    padding: 16px 16px 0 16px;
}

.booking_pay {
    overflow-y: scroll;
    height: 200px;
}

.booking_header {
    padding: 16px 16px 0 16px;
}

@media only screen and (max-height: 900px) {
    .booking-header {
        position: static !important;
    }
}

.intl-tel-input .country-list {
    width: 300px !important;
    font-size: 12px;
}

.submit-booking {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    background-color: white;
    z-index: 9999;
    padding: 16px;
    bottom: env(safe-area-inset-bottom);
    bottom: 0;
}

.name_row {
    bottom: env(safe-area-inset-bottom);
    padding-bottom: 20px;
}

.cabnow_qrimg img {
    width: 60%;
    margin: auto;
    margin-top: 10px;
}

.form_invalidnumber input {
    border-color: red !important;
    position: relative;
}

.form_invalidnumber:after {
    position: absolute;
    right: 20px;
    content: "";
    background-image: url("../images/icons/cross.png");
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
}

.form_validnumber input {
    border-color: green !important;
    position: relative;
}

.form_validnumber:after {
    position: absolute;
    right: 20px;
    content: "";
    background-image: url("../images/icons/check.png");
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
}

.intl-tel-input .country-list {
    bottom: 36px;
}

/*Privacy Policy Page Css start*/
.panel-title {
    display: inline;
    font-weight: bold;
}

.display-table {
    display: table;
}

.display-tr {
    display: table-row;
    margin-top: 10px;
}

.display-td {
    display: table-cell;
    vertical-align: middle;
    width: 61%;
}

.footer {
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
}

#pageloader {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img {
    left: 40%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.navbar_header a,
.logo a,
.copyright_span a,
body.privacy_body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
        "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.navbar_header a:hover,
.navbar_header a:focus {
    color: #fff;
}

.privacy_body .navbar .container {
    display: block;
}

.privacy_body .navbar_header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
}

.privacy_body .main_container {
    /* margin-top: 50px; */
}

.privacy_html {
    height: 100vh;
}

.header_privacy {
    position: static !important;
    margin-bottom: 0 !important;
}

.privacy_policy a {
    color: #3a3a3a;
    text-decoration: underline;
    transition: 0.3s;
}

.privacy_policy a:hover {
    color: #7d7d7d;
}

.privacy_policy {
    padding: 50px 0;
}

.privacy_policy .card {
    border: 0;
}

.privacy_policy_title {
    font-size: 48px;
    color: #000;
    font-weight: 700;
}

.last_update,
.privacy_info p {
    color: #545454;
    font-size: 16px;
    margin: 0;
}

.privacy_info ul li {
    color: #545454;
    font-size: 17px;
    margin-bottom: 16px;
}

.privacy_policy_subtitle {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
}

.privacy_info_title {
    font-size: 18px;
    margin-top: 16px;
    color: #161616;
}

.privacy_policy_sub_title {
    color: #3a3a3a;
    font-size: 24px;
    margin-top: 20px;
    font-weight: 700;
}

.privacy_links {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 50px;
}

.privacy_links li {
    margin-bottom: 0 !important;
}

.privacy_links a {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.terms_links {
    margin-top: 20px;
}

/*Support page css*/
.privacy_support {
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer_privacy {
    position: static;
    width: 100%;
    background-color: #000;
    padding: 30px 0;
    height: fit-content !important;
    line-height: 1 !important;
    bottom: 0 !important;
}

/*form contact*/
.form_contact input {
    background-color: #eaeaea;
    height: 50px;
    font-size: 16px;
    padding: 9px 24px;
    border: 0;
    box-shadow: none;
    border-radius: 8px;
}

.form_contact textarea {
    background-color: #eaeaea;
    font-size: 18px;
    padding: 9px 24px;
    border: 0;
    box-shadow: none;
    border-radius: 2px;
}

.send_btn button {
    background-color: #000;
    width: 140px;
    font-size: 18px;
    border-radius: 8px;
    border: 1px solid #000;
    padding: 8px 10px;
}

.forward_btn button {
    background-color: #000;
    width: 90px !important;
    height: auto;
    font-size: 18px;
    border-radius: 38px;
    border: 1px solid #000;
    padding: 12px 14px;
    font-weight: 500;
}

.gray_btn button {
    background-color: #eee;
    width: 140px;
    font-size: 18px;
    border-radius: 8px;
    border: 1px solid #eee;
    padding: 8px 10px;
    color: #000;
}

.backward_btn button {
    background-color: #eee;
    width: 60px !important;
    height: auto;
    font-size: 18px;
    border: 1px solid #eee;
    padding: 12px 14px;
    color: #000;
}

.forward_btn button:hover,
.send_btn button:hover,
.forward_btn button:focus,
.send_btn button:focus,
.forward_btn button:active,
.send_btn button:active {
    background-color: #1b1b1b !important;
    border: 1px solid #1b1b1b !important;
    box-shadow: none !important;
}

.gray_btn button:hover,
.backward_btn button:hover,
.gray_btn button:focus,
.backward_btn button:focus,
.gray_btn button:active,
.backward_btn button:active {
    background-color: #e2e2e2 !important;
    border: 1px solid #e2e2e2 !important;
    box-shadow: none !important;
    color: #000 !important;
}

.disabled-btn {
    color: #afafaf !important;
    background: #f6f6f6 !important;
    cursor: not-allowed !important;
    border: none !important;
}

.form_email_us {
    text-align: center;
}

.form_email_us h4 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    margin: 20px 0;
}

.form_email_us h5 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 20px 0;
}

.form_email_us h5 a {
    color: #1b1b1b;
    text-decoration: underline;
}

.form_email_us h5 a:hover {
    color: #474747;
}

.logo {
    text-align: start;
}

.conatct_center {
    padding: 30px 0;
    text-align: start;
}

.conatct_center a {
    color: #fff;
    text-decoration: none;
}

.copyright {
    display: flex;
    align-items: center;
    margin-top: 0px;
}

.copyright span {
    font-size: 14px !important;
    color: #fff;
}

.copyright span.logo-cabnow {
    font-size: 11px !important;
}

.copyright .nav-link {
    padding: 0 10px !important;
}

/*Terms and services*/
.terms_policy_title {
    font-size: 52px;
    font-weight: 700;
}

.terms_policy_subtitle {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
}

.terms_policy_sub_title {
    color: #000;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
}

.logo .nav-link {
    padding-left: 0 !important;
}

.booking_body {
    background-color: #ffffff;
}

.booking_card,
.booking_body {
    height: 100%;
}

/*footer css start*/
.platforms_app {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 30px;
}

.platforms_app li img {
    width: 26px;
}

.platforms_app li.apple img {
    width: 30px;
}

.cabnow_terms {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    gap: 16px;
}

.cabnow_terms li a {
    color: #fff;
    text-decoration: none;
}

.cabnow_terms li a:hover {
    color: #fff;
}

.iti-mobile .intl-tel-input.iti-container {
    z-index: 99999999;
}

/*Privacy Policy Page Css end*/

/*responsive css start*/

@media only screen and (max-width: 360px) {
    .booking_pay_row {
        padding-bottom: 100px !important;
    }

    .booking_payment .cabnow_form {
        padding-bottom: 0 !important;
    }

    .name_row {
        padding-bottom: 140px !important;
    }

    .berline-subtitle,
    .van-subtitle {
        width: fit-content;
    }

    .price-section {
        width: 70px;
        text-align: end;
    }

    .intl-tel-input .country-list {
        width: 250px !important;
    }
}

@media only screen and (max-width: 400px) {
    .section {
        height: 100vh;
    }

    .berline-img {
        width: 30% !important;
    }

    .booking-form {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .bacground-img {
        display: block;
        position: fixed;
        top: 0;
        z-index: 111;
        height: 44vh;
    }
}

@media only screen and (max-width: 576px) {
    .name_row {
        padding-bottom: 140px;
    }

    .section {
        height: 100vh;
    }

    .slot-field,
    .tripdate {
        background-position: 9%;
    }

    .stripe-car-rent {
        text-align: center;
    }

    .booking_pay_row {
        padding-bottom: 100px !important;
    }

    .booking_payment .cabnow_form {
        padding-bottom: 0 !important;
    }

    .form_booking {
        padding: 16px 16px 0 16px;
    }

    .login_form {
        margin-top: 120px;
    }

    .login_title {
        font-size: 26px !important;
    }
}

@media only screen and (min-width: 577px) and (max-width: 1024px) {
    .name_row {
        padding-bottom: 90px;
    }

    .booking_pay_row {
        padding-bottom: 100px !important;
    }

    .booking_payment .cabnow_form {
        padding-bottom: 0 !important;
    }
}

@media only screen and (min-width: 577px) {
    .price-section,
    .stripe-car-rent {
        text-align: end;
    }

    .booking_pay_row {
        padding-bottom: 30px !important;
    }

    .booking_payment .cabnow_form {
        padding: 0 !important;
    }

    .form_booking {
        padding: 16px 16px 0 16px;
    }

    .login_form {
        margin-top: 120px;
    }

    .login_title {
        font-size: 26px !important;
    }
}

@media only screen and (max-width: 768px) {
    .booking_payment {
        padding: 0 !important;
    }

    .booking_header {
        padding: 16px 16px 30px 16px;
    }

    .cabnow_terms {
        justify-content: start;
        gap: 10px;
        margin-top: 50px;
        height: fit-content;
    }

    .platforms_app {
        justify-content: start;
        margin-top: 50px;
        height: fit-content;
    }

    .privacy_support {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    /* Apply this before booking */
    .recenter-btn.create-booking-screen {
        bottom: 65px; /* Adjust for smaller screens before booking */
    }

    /* Apply default position after booking */
    .recenter-btn {
        bottom: 10px; /* Reset to default position after booking */
    }
}

@media only screen and (max-width: 1024px) {
    .recenter-btn.create-booking-screen {
        bottom: 65px; /* Move the button higher on small screens when creating a booking */
    }

    /* Apply default position after booking */
    .recenter-btn {
        bottom: 10px;
    }

    .submit-stripe-pay {
        position: fixed;
        width: 100% !important;
        background: white;
        padding: 16px 0;
        bottom: 0;
        margin: 0 !important;
    }

    .booking_form_col {
        position: relative;
        padding: 0;
        display: flex;
        width: 100%;
        align-items: end;
    }

    .booking-form {
        width: 100%;
        margin: 0 auto;
        border-radius: 0;
        min-height: calc(100vh - 90px);
    }

    .payment-fields {
        height: 180px !important;
    }

    .booking-form_section {
        min-height: calc(100vh - 44vh);
        bottom: auto;
        position: absolute;
        top: 44vh;
        width: 100vw;
        z-index: 99999;
        left: 0;
    }

    .booking-form_section.create-booking-screen {
        top: 44vh;
    }

    .booking-header {
        position: static !important;
    }

    .personal_detail {
        height: fit-content !important;
    }

    .main_container {
        overflow-x: hidden;
    }

    .submit-booking,
    .booking_success_btn {
        position: fixed;
        z-index: 9999;
        bottom: 0;
        width: 100%;
        margin: 0;
    }

    .submit-booking div.btn-col {
        padding: 0 !important;
    }

    .booing_success_ride {
        padding-bottom: 100px;
    }

    .navbar {
        overflow: hidden !important;
    }

    .navbar_header {
        background-color: black;
        position: fixed;
        z-index: 99999;
        padding: 0;
        padding: 0 !important;
        border-radius: 0 !important;
        width: 100%;
        height: 48px;
    }

    .navbar_header .container {
        background-color: #000000;
        height: 47px;
    }

    .bacground-img {
        width: 100%;
        height: 44vh !important;
        position: fixed !important;
        top: 0;
        left: 0;
        padding-top: 49px;
    }
    .header-hotel-search {
        display: none;
    }
    .booking-form-hotel-search {
        display: flex;
    }

    .mobile-navbar.navbar {
        display: block;
    }
    .desk-navbar.navbar {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .submit-stripe-pay {
        position: sticky;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -o-sticky;
        position: -ms-sticky;
        width: 100% !important;
        background: white;
        padding: 16px 0;
        bottom: 0;
        left: 0;
    }

    .login_form {
        margin-top: 140px;
    }

    .navbar-text.nav_item.header-search {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-height: 500px) {
    .name_row {
        padding-bottom: 20px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
    }
}

@media only screen and (max-width: 800px) {
    .personal_detail {
        height: fit-content;
    }

    .container,
    .container-sm {
        max-width: 100%;
    }

    .form_drop:before,
    .form_pickup:before,
    .form_drop:after {
        left: 20px;
    }

    .slot-field,
    .datepicker,
    .form_drop .locations-option,
    .form_pickup .locations-option {
        padding-left: 30px !important;
    }

    .booking-form.stripe_payment {
        position: relative;
        height: 100%;
    }

    .booking_header {
        overflow-y: scroll;
        max-height: fit-content !important;
        padding-bottom: 10px !important;
    }

    .cabnow_form {
        position: relative !important;
        padding: 0 !important;
        margin-top: 0 !important;
        padding-bottom: 74px !important;
    }
}

@media only screen and (max-width: 1280px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1980px) {
    .footer_privacy {
        position: fixed;
    }
}

@media only screen and (min-width: 991px) {
    .login_form {
        margin-top: 160px;
    }
}

/*Responsive design css end*/

/*map css start here*/
.bacground-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*css for loginpage*/
.shuttle_business .navbar .container {
    display: block;
}

.shuttle_business .navbar_header {
    position: relative !important;
}

.shuttle_business {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
        "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    height: 100%;
}

.navbar_links_help {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 16px;
}

.login_support {
    height: 100%;
}

.login_title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
}

.login_btn_form {
    margin-top: 16px;
}

.login_btn_form button {
    width: 100%;
    height: auto;
}

.login_help_email {
    margin-top: 26px;
    font-size: 15px;
    font-weight: 500;
    color: #635e5e;
}

.login_help,
.login_help:hover,
.login_help:focus {
    font-size: 15px;
    font-weight: 500;
    color: #635e5e;
    transition: 0.2s;
    text-decoration: none;
    outline: none;
}

/*Home page design css*/
.business_office .navbar_header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    height: 65px;
}

.business_office .container-fluid {
    width: 98%;
}

.dashboard_info {
    height: 100vh;
}

.dashboard_info .container {
    height: 100%;
    overflow-y: scroll !important;
    padding-bottom: 100px;
    padding-top: 40px;
}

.business_office {
    height: calc(100% - 65px);
    background-color: #fff;
}

.business_office .container-fluid {
    display: block;
}

.business_office_link {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    font-size: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.menu-toggle {
    display: none;
    position: fixed;
    top: 22px;
    right: 17px;
    width: 25px;
    height: 20px;
    cursor: pointer;
    z-index: 1000;
}
.menu-toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #b7b7b7;
    border-radius: 15px;
    transition: transform 0.3s ease-in-out;
}
.menu-toggle span:nth-child(1) {
    top: 0;
}
.menu-toggle span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
.menu-toggle span:nth-child(3) {
    bottom: 0;
}
body.sidebar-open .menu-toggle span:nth-child(1),
body.sidebar-open .menu-toggle span:nth-child(3) {
    transform: rotate(45deg);
    top: 50%;
}
body.sidebar-open .menu-toggle span:nth-child(2) {
    opacity: 0;
}
body.sidebar-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 50%;
}

.sidebar-wrapper {
    position: fixed;
    top: 65px;
    bottom: 0;
    left: -250px;
    height: 100%;
    width: 250px;
    border-right: 1px solid #cccccc;
    background-color: #fff;
    padding-right: 0;
    padding-top: 22px;
    transition: all 0.5s ease;
    z-index: 4;
    overflow-y: auto;
}

.sidebar-wrapper ul {
    list-style-type: none;
}

.page-wrapper {
    height: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    margin-top: 65px;
    padding: 5px 0;
    transition: all 0.5s ease;
}

.page-content {
    padding: 1.5rem;
}

body.sidebar-open .sidebar-wrapper {
    left: 0;
    overflow-y: auto;
}

body.sidebar-open .page-wrapper {
    margin-left: 250px;
}

.home_business_list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.home_business_list li {
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    background-color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: start;
    font-size: 16px;
    transition: 0.2s;
    margin-top: 8px;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    position: relative;
}

.home_business_list li:first-child {
    margin-top: 0px !important;
}

.home_business_list li .link_icon {
    width: 30px;
    height: 30px;
    background-color: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #000 !important;
    margin-right: 16px;
}

.home_business_list li a {
    display: flex;
    font-weight: 600;
    color: #000 !important;
    text-decoration: none;
    position: relative;
    align-items: center;
    justify-content: left;
    padding: 15px;
    overflow: hidden;
    outline-width: 0;
    text-overflow: ellipsis;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
}

.home_business_list li:hover,
.home_business_list li.active {
    background-color: #f3f3f3;
}

.home_business_list li.active i {
    color: #fff;
}

.home_business_list li.active .link_icon {
    background-color: #000;
}

.get_help_btn {
    position: sticky;
    bottom: 30px;
    transition: 0.8s;
}

.get_help_btn .get_help {
    background-color: #000;
    color: #fff;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    padding: 10px 20px;
}

@media only screen and (max-height: 520px) {
    .get_help_btn {
        bottom: -80px;
    }
}

.user_dropdown {
    background-color: #fff;
    right: 0 !important;
    left: auto;
    top: 130%;
    border-radius: 6px;
    border: 0;
    padding: 0;
    width: 160px;
    padding-bottom: 5px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.user_dropdown a {
    font-size: 12px;
    font-weight: 500;
    color: #808080;
}

.user_dropdown a:hover,
.user_dropdown a.active {
    background-color: #f4f4f4;
}

.user_dropdown .dropdown-item,
.user_dropdown a {
    padding: 4px 14px !important;
}

.user_dropdown .dropdown-item:hover,
.user_dropdown a:hover {
    color: #808080;
}

.user_dropdown .dropdown-item:first-child {
    padding-top: 10px !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.user_dropdown .dropdown-item:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.user_dropdown .dropdown-divider {
    width: 80%;
    margin: 0.5rem auto;
}

.dropdown_account button {
    border: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100%;
    transition: 0.6s;
}

.dropdown_account button:hover,
.dropdown_account button:focus {
    background-color: #dfdfdf !important;
}

.dropdown_account button.dropdown-toggle::after {
    display: none;
}

.dropdown_account button img {
    width: 30px;
    height: 30px;
}

.dropdown_account button:hover,
.dropdown_account button:focus,
.dropdown_account.show > .btn-secondary.dropdown-toggle,
.dropdown_account .btn-secondary:not(:disabled):not(.disabled):active {
    border: 0;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}

@media only screen and (max-width: 700px) {
    .dashboard_info {
        width: 1000px !important;
    }
    .map-address-picker {
        margin-top: -55px !important;
    }
}

@media only screen and (max-width: 480px) {
    .otp-input {
        width: 58px !important;
    }
    .map-address-picker {
        margin-top: -55px !important;
    }
}

/*Css update for dashboard page*/
.business_office .navbar_office {
    background-color: #fff;
    height: 65px;
}

.business_office .navbar_office .container-fluid {
    padding: 0px 16px;
    margin: 0 !important;
    width: 100%;
}

.business_office .navbar_office .container-fluid .nav_row {
    border-bottom: 1px solid #cccccc;
    padding: 8px 0;
    width: 100%;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar_office .navbar-header a {
    color: #000 !important;
    width: fit-content;
}

.logo_office span {
    color: #000;
    font-weight: 700;
    margin-left: 6px;
}

.company_title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.nav_row .logo_col {
    width: 250px;
}

.nav_row .company_title_col {
    width: max-content;
    margin-right: 10px;
}

.nav_row .business_office_link {
    width: 100px;
}

.col_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo_col .navbar-header {
    padding-left: 26px;
}

.business_office_link {
    padding-right: 26px;
}

.dashboard_info table {
    width: 100% !important;
}

@media only screen and (max-width: 700px) {
    .logo_col .navbar-header {
        padding-left: 0;
    }

    .menu-toggle {
        display: block;
    }

    body.sidebar-open .page-wrapper {
        margin-left: 0;
    }

    .nav_row .business_office_link {
        padding-right: 35px;
    }
}

@media only screen and (min-width: 701px) {
    .sidebar-wrapper {
        left: 0;
    }

    .page-wrapper {
        margin-left: 250px;
    }
}

.login_para {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px;
}

/* Custom CSS for the OTP boxes */
.otp-input {
    width: 70px;
    height: 60px;
    font-size: 20px;
    text-align: center;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
}

.round-btn {
    border-radius: 40px !important;
    width: 80% !important;
}

#map .gm-style-iw,
#map-area .gm-style-iw {
    background-color: #ffffff;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #000;
    text-align: center;
    font-weight: bold;
    padding: 8px !important;
}

.gm-style-iw-chr {
    display: none;
}

.car-icon {
    width: 50px;
    height: 50px;
    transform-origin: center;
    position: absolute;
    left: -25px;
    top: -25px;
    transition: transform linear;
    z-index: 99;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/images/icons/car_0.png");
    background-size: cover;
    transform-origin: center;
    background-repeat: no-repeat;
    z-index: 99;
    transform: rotate(var(--car-rotate-val, "0deg"));
    transition: transform 200ms linear;
}

.car-label {
    position: absolute;
    font-weight: bold;
    color: black;
    top:10%;
    right:65%;
    background-color: #fff;
    padding: 8px;
    padding-bottom: 6px;
    font-size: 12px;
    z-index: 100;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    transform-origin: 50% 50%;
    pointer-events: none;
}

.map-car1,
.map-car2,
.map-car3,
.map-car4,
.map-car5,
.map-car6,
.map-car7,
.map-car8,
.map-car9,
.map-car10 {
    width: 20px;
    height: 40px;
    transform-origin: center;
    position: absolute;
    left: -20px;
    top: -20px;
    transition: transform linear;
    z-index: 99;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.map-car1::before,
.map-car2::before,
.map-car3::before,
.map-car4::before,
.map-car5::before,
.map-car6::before,
.map-car7::before,
.map-car8::before,
.map-car9::before,
.map-car10::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transform-origin: center;
    background-repeat: no-repeat; /* Prevent tiling if image is smaller */
    z-index: 99; /* Ensure background appears behind content */
    transform: rotate(var(--car-rotate-val, "0deg")); /* Set initial rotation */
    transition: transform 200ms linear; /* Apply transition on transform */
}

.map-car1::before {
    background-image: url("/images/icons/map-car1.png");
}

.map-car2::before {
    background-image: url("/images/icons/map-car2.png");
}

.map-car3::before {
    background-image: url("/images/icons/map-car3.png");
}

.map-car4::before {
    background-image: url("/images/icons/map-car4.png");
}

.map-car5::before {
    background-image: url("/images/icons/map-car5.png");
}

.map-car6::before {
    background-image: url("/images/icons/map-car6.png");
}

.map-car7::before {
    background-image: url("/images/icons/map-car7.png");
}

.map-car8::before {
    background-image: url("/images/icons/map-car8.png");
}

.map-car9::before {
    background-image: url("/images/icons/map-car9.png");
}

.map-car10::before {
    background-image: url("/images/icons/map-car10.png");
}

#map .gm-style-iw .gm-style-iw-d,
#map-area .gm-style-iw .gm-style-iw-d {
    padding-bottom: 0 !important;
    overflow: hidden !important;
    padding-right: 0 !important;
}

.gm-style-iw-tc {
    display: none;
}

b.time-confirmation span.reach-countdown,
b.time-confirmation span.waiting-countdown {
    background-color: #000;
    color: #fff;
    font-weight: normal;
    display: block;
    width: 57px;
    padding: 5px 10px;
    margin-left: 10px;
}
b.time-confirmation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

input#departure_selections,
input#arrival_selections {
    outline: none;
    height: 44px;
    padding-left: 40px;
    font-size: 14px !important;
}

input#min_speed,
input#max_speed {
    color: #000;
    outline: none;
    height: 44px;
    padding-left: 14px;
    width: 92%;
    max-height: 300px;
    overflow-y: auto;
    font-size: 14px !important;
    background-color: #fff;
    margin-top: 0;
    /* box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.5); */
}

input#min_speed.black-placeholder::placeholder {
    color: #212121; 
}

input#max_speed.black-placeholder::placeholder {
    color: #212121; 
}

#departure_addresses,
#arrival_addresses,
#providers {
    position: absolute;
    top: 100%;
    left: 15px;
    z-index: 1;
    border-top: none;
    width: 92%;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    background-color: #fff;
    margin-top: 0;
    box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.5);
}

#clear-depr-btn,
#clear-arrvl-btn {
    cursor: pointer;
    padding: 7px;
    margin: auto 8px;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    font-size: 14px;
    font-weight: 500;
    background: #d3d3d3;
    color: #808080;
}

.result-item,
.arrival-result-item,
.provider-result-item {
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.text-container * {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.icon-container {
    margin-right: 10px;
    width: 25px;
    text-align: center;
}
.text-container span.address {
    font-size: 13px;
    color: grey;
}
.icon-container i {
    font-size: 25px;
    color: #000;
}
.text-container strong.address-title {
    font-size: 16px;
    color: #000;
}

.text-container {
    flex: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0.5px solid grey;
    overflow: hidden;
}
.autocomplete-results .separator {
    border-top: 1px solid #000;
    margin-top: -1px;
}

.dep_arr_map_pick,
.dep_arr_map_pick:hover {
    background-color: black !important;
    border-radius: 2px;
    padding: 0;
    color: white;
    border-radius: 8px;
    height: 41px;
    width: 32px;
    position: absolute;
    top: 1px;
    right: 0px;
}

.map-address-picker,
.map-address-picker:hover {
    background-color: black !important;
    border-radius: 2px;
    padding: 0;
    color: white;
    border-radius: 8px;
    height: 35px !important;
    width: 48px;
    position: absolute;
    top: 42%;
    left: 49.4%;
    z-index: 1;
    margin-left: -14px;
    margin-top: -10px;
    cursor: pointer;
}

.location-picker .centerMarker {
    position: absolute;
    background: url(../images/icons/place-marker.png) no-repeat;
    background-size: 100%;
    top: 49%;
    left: 49.59%;
    z-index: 1;
    margin-left: -15px;
    margin-top: -32px;
    height: 56px;
    width: 40px;
    cursor: pointer;
}

.location-picker .centerMarker-41 {
    margin-top: -41px !important;
}

.map-address-picker-dot {
    width: 10px !important;
    height: 10px !important;
    position: absolute;
    top: 49%;
    left: 49.6%;
    z-index: 1;
}
.chart-container {
    position: relative;
    padding: 30px 0;
    max-width: 900px;
    margin: 0 auto;
}
#admin-google-api-logs input.form-control.date-range-picker {
    font-size: 10px;
}




/* Newly added */

