/* booking home page */
.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    border-radius: 50px;
    background-color: #f5b754;
    color: #000000;
    margin: 4px;
    padding: 8px 28px;
}

@media (min-width: 992px)and (max-width:1439px) {
    .nav-tabs .nav-link {
        padding: 8px 15px;
    }


}

@media (min-width: 414px)and (max-width:991px) {
    .nav-tabs .nav-link {
        padding: 8px 15px;
    }
}

@media (max-width: 413px) {
    .nav-tabs .nav-link {
        padding: 5px 7px;
    }
}

@media (max-width: 767px) {
    .booking-box1 .textarea2 {
        margin-top: 51px;
    }

    .booking-box1 .checkbox-booking2 {
        margin-top: 0px !important;
    }

    .section-padding {
        padding: 20px;
    }

    .section-padding-multi {
        padding: 20px 0px 10px 0px !important;
    }

}



.popup-mobile input[type="number"] {
    background-color: #ffffff;
    color: #000000;
}

.number-bg input[type="number"] {
    background-color: #ffffff;
}

.number-bg input[type="number"]:focus {
    background-color: #ffffff;
    color: #222;
}

input[type="date"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
    background-color: #000000;
    color: #ffffff;
}

.fl_right {
    float: right !important;
    font-weight: 500 !important;
}

@media only screen and (min-width: 991px) {
    .modal_width {
        width: 360px !important;
    }


}

input[type="number"] .popup-mobile:focus {
    background-color: #ffffff;
    color: #000000;
}

.popup-mobile input[type="number"] {
    background-color: #ffffff;
    color: #000000;
}

.promo_code input[type="text"] {
    background-color: #ffffff;
    color: #000000;
    border-radius: 5px;
}


.booking-box {
    margin-top: 72px;
}

/* billing page */
.booking-box1 {
    background: #222;
    color: #ffffff;
    margin-top: 30px;
    padding-bottom: 10px;
}

.booking-box1 input[type="text"] {
    background-color: #ffffff;
    color: #000000;
    margin-bottom: 38px;
    border-radius: 5px;
}


.booking-box1 input[type="email"],
input[type="date"] {
    background-color: #ffffff;
    color: #000000;
    margin-bottom: 30px;
    border-radius: 5px;
}

.booking-box1 input[type="date"]:focus {
    background-color: #ffffff;
    color: #000000;
}

.booking-box1 input[type="date"]::placeholder {
    color: #000000;
}

.booking-box1 input[type="number"] {
    background-color: #ffffff;
    color: #000000;
    margin-bottom: 38px;
    border-radius: 5px;
}

.booking-box1 .input1_wrapper {
    margin-bottom: -34px;
    margin-top: 15px;
}

.booking-box1 textarea {
    background-color: #ffffff;
    border-radius: 20px;
    width: 100%;
    border-radius: 5px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
}


.booking-box1 .checkbox-booking {
    margin-top: 44px;
}

.booking-box1 textarea:focus {
    color: #000000;
}


.booking-box1 input[type="text"]::placeholder {
    color: #222;
}

.booking-box1 .select2 {
    background-color: #ffffff;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 0px;
    border-radius: 5px;
}

.booking-box1 .select1_inner:after {
    top: 30px;
}

.booking-box1 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #222;
}


.input1_inner input {
    line-height: 16px;
}

.input1_inner:after {
    top: 18px;
}

.table-design table {
    color: #ffffff;
}

.table-design b {
    color: #ffffff;
}

.table-design span {
    color: #ffffff;
}

.table-design table tbody tr td {
    color: #ffffff !important;
}

.date-icon input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.fa-brands {
    line-height: 3;
}

.headingclass p {
    margin-bottom: 0px;
}

.booking-box-register {
    position: relative;
    background: #1b1b1b;
    padding: 10px 24px;
    /*margin-bottom: -52px;*/
    margin-top: 40px;
    border-radius: 20px;
}

.a-register-color {
    color: #f5b754;
}

.contact-textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 18px 20px;
    height: auto;
    background-color: #222;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    background-image: none;
    border: none;
    border-radius: 5px;
}

.button-3 {
    display: inline-block;
    height: auto;
    padding: 3px 18px;
    border: 1px solid #f5b754;
    border-radius: 30px;
    background-color: #f5b754;
    color: #1b1b1b;
    font-weight: 300;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.button-4-view {
    display: inline-block;
    height: auto;
    padding: 6px 18px;
    border: 1px solid #f5b754;
    border-radius: 30px;
    background-color: #f5b754;
    color: #1b1b1b;
    font-weight: 300;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}


.booking-button-popup {
    display: block;
    padding: 0;
    border: none;
    margin: -20px;
    width: 40%;
    background: #f5b754;
    color: #1b1b1b;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    text-decoration: none;
    line-height: 50px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    font-weight: 300;
    border-radius: 30px;
}

.booking-box1 .booking-button-popup {
    border-radius: 5px;
}

.booking-button-popup:hover {
    background: #ffffff;
    color: #1b1b1b;
}

#local_btn:disabled,
#btn:disabled {
    background-color: gray;
    color: rgb(0, 0, 0);
    cursor: not-allowed;
}



@media (max-width: 767.98px) {
    .form1 .nav-tabs .nav-item {
        width: 49.999%;
    }
}

@media (max-width: 374px) {
    .nav-tabs .nav-item .nav-link {
        padding: 5px 3px;
        font-size: smaller;
    }
}

@media (min-width: 768px) {
    .form1 .nav-tabs .nav-item {
        margin-inline-start: 25px;
        margin-right: 6px;
    }



}

@media (min-width: 1200px) {
    .form1 .nav-tabs .nav-item {
        margin-right: 32px;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .form1 .nav-tabs .nav-item {
        margin-inline-start: 22px;
        margin-right: 2px;
    }

}


@media (min-width: 1400px) {
    .form1 .nav-tabs .nav-item {
        margin-right: 10px;
    }


}

@media (max-width: 767px) {

    .simpl-bord .nav-item {
        float: left;
    }

}

.button-1-homepopup {
    background-color: #ffffff;
    color: #000000;
    padding: 6px 25px;
}

.mt-90 {
    margin-top: 90px;
}

.cars2 .car-list .radius-account .item .content {
    width: 100%;
    padding: 30px;
    background: #222;
    border-radius: 20px;
}

figure {
    background: #ffffff;
}

.section-padding-multi {
    padding: 80px 0px 10px 0px;
}

.CoupenValid {
    margin-top: -8px;
}

.fare-area p strong {
    color: #000000;
}

.fare-area p {
    line-height: 0.6em;
}

.border-remove {
    border-top: none;

}

.button-1-popup-routes:hover {
    background-color: #f5b754;
}

.fa-plus:before,
.fa-minus:before {
    font-size: x-small;
}

.add_btn,
.remove {
    padding: 0px 8px 0px 9px;
}

.popular-routes-btn {
    background: none;
    color: #c0c0c0;
    font-size: 16px;
}

.popular-routes-btn:hover {
    color: #f5b754;
}

.coupon-form button {
    border-radius: 5px;
}

.box-color h5 {
    color: #f5b754;
}

.box-colors {
    box-shadow: 0px 0px 10px rgba(245, 196, 61, 0.1);
    border-radius: 5px;
}

.title-color h5 {
    color: #f5b754;
}

.box-colors input[type="email"],
.box-colors input[type="text"],
.box-colors input[type="number"] {
    border-radius: 5px;
}

.box-colors input[type="submit"] {
    padding: 11px 22px;
}

.ms-15 {
    margin-left: 15px;

}

.homepage-booking .booking-box {
    border-radius: 20px;
}

.booking-login .booking-box-register {
    margin: 120px 0px 50px 0px;
}

@media (min-width: 375px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 15px 132px 15px 15px;
    }
}

@media (min-width: 425px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 15px 180px 15px 15px;
    }
}

@media (min-width: 768px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 15px 210px 15px 15px;
    }
}

@media (min-width: 1024px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 15px 190px 15px 15px;
    }
}

@media (min-width: 1040px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 15px 250px 15px 15px;
    }
}

@media (min-width: 1040px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 15px 250px 15px 15px;
    }
}

.color-h5 h5 {
    color: #999999;
}

.lets-talk .button-2:hover {
    color: #ffffff;
}

.lets-talk .button-2:hover i {
    color: #ffffff;
}

.lets-talk .button-2 {
    padding: 14px 42px;
}

.blog2 .post-cont h5 a {
    color: #f5b754;
}

.blog2 .post-cont h5 a {
    font-size: 22px;
}

.car-details .sidebar-car .note {
    background-color: #222;
}

.car-details .sidebar-car .note h5 {
    color: #ffffff;
}

.btn-contact-msg {
    background-color: #ffffff;
    color: #000000;
    border-radius: 15px;
    padding: 0px 10px 0px 10px;
}

.contact-msg p {
    margin-bottom: 0px;
    margin-top: 0px;
}

.contact-msg {
    padding: 12px 20px 12px 20px;
    border-radius: 26px;
}