body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Muli, sans-serif;
}

:root {
    --british_express_primary_color: #e60912;
    --travel_bird_primary_color: #17a2b8;
    --infinity_transfer_primary_color: #000000;
    --travel_bird_yellow: #ffcd22;
    --infinity_transfer_orange: #eb521e;
    --aeroride_primary_color: rgb(23 162 183);
    --aeroride_secondary_color: #fecd22;
}

.app_download_section1,
.app_download_section2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

/* .app_download_section1,
.app_download_section2 {
  display: none;
} */

.app_download_section_container1,
.app_download_section_container2 {
    height: 300px;
    display: flex;
    align-items: center;
    gap: 30px;
    z-index: 2;
}

.control-label {
    text-transform: capitalize !important;
}
.app_download_section1 div .desc_section1,
.app_download_section2 div .desc_section2 {
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000000;
}
.app_image_container1 {
    display: flex;
    align-items: flex-start;
}

.app_image_container2 {
    transform: rotate(12deg);
    margin-bottom: -0px;
}

.app_download_section1 .app_image {
    width: 380px;
    height: 300px;
    object-fit: contain;
    margin-left: -50px;
    margin-top: 40px;
}

.app_download_section2 .app_image {
    width: 380px;
    height: 300px;
    object-fit: contain;
    margin-top: 55px;
}

@media (max-width: 480px) {
    .app_download_section1 .app_image,
    .app_download_section2 .app_image {
        display: none;
    }
    .app-download-info-container {
        display: flex;
        justify-content: flex-start;
        margin-left: 0px !important;
    }
    .app_download_section1 .app_download_section_container1,
    .app_download_section2 .app_download_section_container2 {
        display: flex;
        justify-content: flex-start;
    }
    .fleet-wrap .fleet-container{
        display: grid !important;
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 720px) {
    .fleet-wrap .fleet-container{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

.location_point_route_image {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    height: 200px;
    object-fit: contain;
    z-index: 1;
}
#card-element {
    height: 50px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.alert {
    padding: 0px 15px 5px 15px;
    border: 1px solid #dddddd;
}

.alert h5 {
    color: red;
    font-weight: 700;
}

h3 {
    font-size: 23px;
    color: #312f2f;
    font-weight: 500;
}

h4 {
    font-size: 18px;
    color: #4d4d4d;
    margin: 14px 0 10px;
    font-weight: 700;
    letter-spacing: 0;
}

h5 {
    font-size: 18px;
    color: #312f2f;
    font-weight: 500;
    text-transform: capitalize;
    margin: 20px 0 0;
}

p {
    font-size: 15px;
    color: #444444;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 5px;
}

.top-menu {
    background: #fff;
    height: 100%;
    padding: 8px 0;
}

.top-menu .dropdown-menu {
    color: #fff;
    background-color: #666;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

.btn-custom {
    font-size: 15px;
    letter-spacing: 0.2px;
    text-transform: capitalize !important;
    margin-top: 12px;
    padding: 13px 25px;
    color: #fff;
    font-weight: 500;
    border: 0;
}

.top-menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-end;
    margin: 0;
    height: 100%;
    align-items: center;
}

.top-menu ul li a {
    font-size: 14px;
    color: #000;
    padding: 0 15px;
    font-weight: 600;
}

.top-menu ul li img {
    height: 13px;
    width: 30px;
}

.top-menu ul li:first-child a {
    border-right: 1px solid #d0d0d0;
}

.top-menu ul li:last-child a {
    padding-right: 0;
}

.top-menu .nav-link {
    padding: 0;
}

.nav-item {
    border-right: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
    margin-top: 2px;
    width: 25%;
    border-bottom: 1px solid #c8c8c8;
}

.navbar .nav-item .nav-link {
    margin: 0 10px;
    color: #4a4a4a;
    font-weight: 600;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.navbar .dropdown-menu {
    position: absolute !important;
    margin-top: 8px;
    border: none;
    border-radius: inherit;
}

.navbar {
    box-shadow: none;
    padding: 0;
}

.navbar-expand-lg .navbar-nav {
    border-left: none !important;
    display: flex;
    /*align-items: center;*/
    width: 100%;
    justify-content: space-between;
}

.show-via {
    color: #333;
    font-weight: 500;
    float: right;
}

.show-via .fa {
    color: #dc3545;
    font-size: 16px;
    margin-right: 16px;
    margin-top: 10px;
}

.heading h2 {
    font-size: 34px;
    font-weight: 600;
    color: #444;
    margin-bottom: 25px;
}

.heading p {
    font-weight: 500;
    line-height: 24px;
    /*color:#3a3a3a*/
}

.navbar-expand-lg .navbar-nav {
    border-left: 1px solid #c8c8c8;
}

.navs-wrap {
    width: 100%;
}

/* .banner-form {
    width: 420px;
    float: right;
    right: 0px;
    margin: 20px 0px;
} */

.banner-form {
    width: 420px;
    float: right;
    right: 0px;
    transition: all 1s ease;
}

.banner-form.expand {
    max-height: var(--originalHeight);
}

/*


*/

.main-banner {
    position: relative;
    width: 100%;
    min-height: 560px;
    /*overflow: hidden;*/
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.banner-content {
    display: inline-block;
}

.banner-content h1 {
    font-size: 42px;
    font-weight: 800;
    margin: 0px;
    padding: 0px;
    color: #fff;
}

.main-banner figure {
    height: 550px;
}

.main-banner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.quote {
    background: #fff;
}

.quote label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #000;
}

.quote .form-control {
    font-size: 15px;
    color: #717171;
    font-weight: normal;
    height: 50px;
    border-radius: 0;
}

.quote .form-control:focus {
    outline: 0;
    box-shadow: none;
    /* border-color: #d62027; */
}

.form-field {
    position: relative;
    margin-bottom: 5px;
}

.form-field .form-addons {
    position: absolute;
    top: 42px;
    left: 11px;
    font-size: 16px;
    color: #4b4b4b;
}

.form-field .form-control {
    background: #fff;
    padding-left: 25px !important;
}

.form-addons .fa {
    font-size: 22px;
    color: #666;
    position: relative;
    top: 8px;
}

.quote-widget .form-addons .fa-calendar {
    font-size: 17px;
}

.quote .btn-warning {
    padding: 10px 0;
    border-radius: 0;
    border: 0;
    background-color: #1bcd73 !important;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    text-transform: capitalize;
}

.quote .return_date {
    margin-top: 15px;
}

@media screen and (max-width: 992px) {
    .main-banner {
        position: relative;
        width: 100%;
        padding: 30px 0px;
        min-height: auto;
        /*    overflow: hidden;*/
        background-size: cover !important;
    }
    .banner-form {
        width: 100%;
        position: static;
        right: 0px;
        top: 5vh;
        text-align: left;
    }
}

.section-break {
    padding: 30px 0 60px;
}

.why-choose h1 {
    font-size: 34px;
    font-weight: 600;
    color: #e50914;
    position: relative;
    text-transform: capitalize;
    text-align: center;
}

.why-choose-wrapper {
    padding: 80px 40px 0;
}

.why-choose-wrapper svg {
    margin-bottom: 20px;
}

.about {
    background: #f7f7ef;
}

.about h3 {
    text-transform: capitalize;
    margin-bottom: 30px;
}

.fleet-wrap {
    padding: 50px 0 0;
}

.testimonial {
    background: #e50914;
    min-height: 300px;
}

.testimonial .heading h2 {
    color: #fff;
}

.testimonial .fa {
    font-size: 15px;
    color: #1bcd73;
    margin-bottom: 30px;
    margin: 0 2px;
}

.testimonial .container {
    position: relative;
}

.testimonial .slick-initialized .slick-slide {
    background: #fff;
    margin: 0 15px;
    padding: 20px;
    border-radius: 10px;
    min-height: 200px;
    overflow: hidden;
}

.testimonial svg {
    height: 15px;
}

.testimonial p {
    font-size: 14px;
    font-style: italic;
    color: #2f2d2d;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 20px;
}

.testimonial .list-inline {
    margin-top: 90px;
}

.testimonial .list-inline a {
    padding: 12px 35px;
    background: #d62027;
    width: 190px;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    margin: 0 3px;
    border: 1px solid #d62027;
}

.testimonial .list-inline a.btn-ghost {
    background: 0 0;
    color: #d62027;
    font-weight: 700;
}

.testimonial-content {
    background: #fff;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 10px;
    min-height: 200px;
}

.testimonial .list-inline li {
    display: inline-block;
}

.testimonial .slick-dots {
    bottom: -50px;
}

.slick-dots li button:before {
    font-size: 14px;
    color: #000000a8;
}

.testimonial h3 {
    margin-bottom: 20px;
}

.testimonial .fas {
    position: absolute;
    left: 5%;
    font-size: 30px;
    color: #d4b97f;
}

.testimonial span svg {
    margin-top: 20px;
}

.stra {
    margin-bottom: 10px;
}

.footer {
    padding: 35px 0 15px;
}

.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    margin-bottom: 0;
}

.footer-menu ul li a {
    padding-right: 8px;
    margin-right: 8px;
    color: #717171;
    font-size: 14px;
    text-decoration: none;
    border-right: 1px solid #ccc;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
}

.footer-menu ul li a:hover {
    text-decoration: underline;
}

.footer-menu ul li a:focus {
    outline: 1px dotted #ccc;
}

footer .links {
    color: grey;
    font-size: 13px;
}

footer .links a {
    color: #3e3e3e;
    text-decoration: underline;
}

footer .links a:hover {
    color: #e88912;
}

.last-footer {
    background: #444;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.last-footer p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.payment {
    margin-bottom: 15px;
}

.payment img {
    width: 200px;
}

.banner-form h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding: 50px 19px;
    line-height: 40px;
}

.about-content {
    text-transform: capitalize;
}

.banner-text h1 {
    color: #666;
    font-weight: 800;
    font-size: 36px;
    line-height: 45px;
}

.airport-area {
    background: #f7f7ef;
}

.airport-area h5 {
    font-size: 18px;
    color: #312f2f;
    font-weight: 500;
    text-transform: capitalize;
    margin: 20px 0 8px;
}

.banner-text {
    width: 400px;
    position: absolute;
    top: 220px;
}

.fleet {
    padding-bottom: 30px;
}

.fleet-content {
    padding: 30px;
    text-align: center;
    margin: 25px 10px;
    box-shadow: 0 0 30px 0 rgba(30, 48, 70, 0.1);
}

.fleet-content img {
    width: 100%;
}

.fleet-content h4 {
    margin: 20px 0 12px;
    font-size: 20px;
}

.fleet-content ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 15px;
    padding: 0;
}

.fleet-content .fas {
    margin-right: 5px;
    color: #666;
}

.fleet-content ul li {
    margin: 0 7px;
    color: #000;
    font-size: 15px;
}

.login-form .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form .border-light {
    border-color: #e0e0e0 !important;
    background: #ffff;
}

.login-form a {
    cursor: pointer;
    text-decoration: none;
    color: #007bff;
    transition: all 0.2s ease-in-out;
    color: #000;
}

.register {
    background: #f7f7ef;
}

.reviews {
    background: #fff;
    padding-top: 30px;
}

.reviews .title h2 {
    font-size: 24px;
    text-align: center;
    font-weight: 800;
    color: #424242;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.client-content {
    margin-top: 0;
    margin-bottom: 1rem;
    background: #fff;
    padding: 10px 15px 10px;
    border: 1px solid #ddd;
}

.reviews .client-wrapper .fa {
    color: #ff9a0d;
}

.reviews .client-wrapper p {
    font-size: 14px;
    line-height: 20px;
    color: #4d4d4d;
}

.designation {
    display: flex;
    border-top: 1px solid #ddd;
    padding-top: 5px;
    align-items: center;
}

.designation .fa {
    color: #c37404 !important;
    padding-right: 8px;
}

.designation p {
    font-size: 13px !important;
    margin-bottom: 0;
}

.designation span {
    font-weight: 700;
    margin-left: 20px;
}

.reviews .client-wrapper p span {
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px;
}

.reviews .contact-form form {
    border: 1px solid #ddd;
    padding: 0 15px 10px;
}

.reviews .contact-form .form-control {
    height: 44px;
}

.reviews .contact-form label {
    font-size: 15px;
    font-weight: 400;
    color: #4a4a4a;
}

.reviews .contact-form span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.reviews .contact-form span img {
    height: 45px;
    width: 45px;
    margin-right: 15px;
}

.reviews .contact-form {
    background: #fff;
    box-shadow: none;
    padding: 0;
}

.reviews .client h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.client-content .fa {
    color: #c6c8ca;
}

.contact-form {
    background: #fff;
    padding: 15px 20px 15px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.contact-form label {
    font-size: 16px;
    font-weight: 400;
}

.contact-form .form-control {
    font-size: 15px;
    color: #717171;
    font-weight: 400;
    height: 50px;
}

.border-light {
    background: #fff;
}

.contact-info .fas {
    color: #666;
    font-size: 18px;
}

.contact-info a {
    font-size: 14px;
    color: #171717;
    margin-left: 0;
    padding: 0;
    line-height: 16px;
}

.login-form .quote label {
    font-size: 16px;
    font-weight: 400;
}

.via-point-field {
    display: none;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.form-check {
    padding: 0;
}

.booking-wrapper {
    padding-top: 45px;
}
.section-break {
    padding: 30px 0 60px;
}

.register-content .form-check {
    padding-left: 1.25rem;
    margin-bottom: 8px;
    display: block;
}

.form-check-input[type="checkbox"] + label,
label.btn input[type="checkbox"] + label,
.form-check-input[type="radio"] + label,
label.btn input[type="radio"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-check-input[type="checkbox"] + label:before,
.form-check-input[type="checkbox"]:not(.filled-in) + label:after,
label.btn input[type="checkbox"] + label:before,
label.btn input[type="checkbox"]:not(.filled-in) + label:after,
.form-check-input[type="radio"] + label:before,
.form-check-input[type="radio"]:not(.filled-in) + label:after,
label.btn input[type="radio"] + label:before,
label.btn input[type="radio"]:not(.filled-in) + label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 1px solid #ababab;
    border-radius: 1px;
    margin-top: 3px;
    transition: 0.2s;
}

.form-check-input.error[type="checkbox"] + label:before {
    border: 1px solid red;
}

.form-check-input[type="checkbox"] + label,
label.btn input[type="checkbox"] + label,
.form-check-input[type="radio"] + label,
label.btn input[type="radio"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-check-input[type="checkbox"]:checked + label:before,
label.btn input[type="checkbox"]:checked + label:before,
.form-check-input[type="radio"]:checked + label:before,
label.btn input[type="radio"]:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 1.375rem;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #4285f4;
    border-bottom: 2px solid #4285f4;
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: 100% 100%;
}

.meeting-point-heading {
    font-weight: 400;
    font-size: 21px;
    color: #4a5597;
}

.form-check-input[type="checkbox"]:not(.filled-in) + label:after,
label.btn input[type="checkbox"]:not(.filled-in) + label:after,
.form-check-input[type="radio"]:not(.filled-in) + label:after,
label.btn input[type="radio"]:not(.filled-in) + label:after {
    border: 0;
    transform: scale(0);
}

.remove_field {
    position: absolute;
    top: 20px;
    right: -10px;
}

.remove_field .fa {
    width: 22px;
    height: 22px;
    background: #a0a0a0;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    font-size: 13px;
    cursor: pointer;
}

.booking-templete .step-head {
    padding: 50px 0 0;
    border-bottom: none;
}

.booking-templete .step-head .step-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    position: relative;
}

.booking-templete .step-head .step-icon-wrapper:after {
    width: 100%;
    height: 3px;
    background: #bdbdbd2e;
    content: "";
    position: absolute;
    top: 45px;
}

.booking-templete .step-head .step-icon-wrapper .step-icon {
    text-align: center;
    color: #fff;
    position: relative;
    width: 12%;
    background: 0 0;
    z-index: 99;
}

.booking-templete .step-head .step-icon-wrapper .step-icon.active span {
    background: #6d6d6d;
    color: #fff;
}

.step-title {
    color: #bcbcbc;
    font-size: 13px;
    font-weight: 600;
}

.step-icon.active .step-title {
    color: #666;
}

.booking-templete .step-head .step-icon-wrapper .step-icon > span {
    background: #4a4a4a;
    display: block;
    text-align: center;
    color: #666;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    width: 40px;
    line-height: 35px;
    border-radius: 20%;
    margin: 5px auto 0;
    border-radius: 50%;
    background-color: #eaebec;
    box-shadow: 1px 1px 0 0 rgba(170, 170, 170, 0.65);
    margin-bottom: 5px;
}

.booking-templete .quote-sys-wrapper .title {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
    color: #666;
}

.easy-autocomplete {
    width: 100% !important;
}

.booking-wrapper .quote-sys-wrapper {
    background: #f1efea;
    /* padding: 20px 20px !important; */
    padding: 20px 20px 20px 20px !important;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.booking-templete .quote-sys-wrapper {
    background: #f1efea;
    padding: 20px 20px;
}

.booking-templete .quote-sys-wrapper .title span {
    float: right;
}

.booking-templete .quote-sys-wrapper .title span a {
    padding: 9px 14px;
    background: #d62027;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 700;
}

.booking-templete .quote-sys-wrapper .quote-inr-wrap .quote-fleet .radio label {
    border: 1px solid #1d96bb;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px 0 0;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

.booking-templete
    .quote-sys-wrapper
    .quote-inr-wrap
    .quote-fleet
    .radio
    label
    .cr {
    position: relative;
    display: inline-block;
    background: #1d96bb;
    border: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    margin-right: 5px;
    border-radius: 0;
}

.booking-templete
    .quote-sys-wrapper
    .quote-inr-wrap
    .quote-fleet
    .radio
    label
    .cr
    .fa {
    padding: 0 0 4px;
    opacity: 0;
    color: #fff;
    transform: scale(2) rotateZ(-20deg);
    font-size: 8px;
    transition: all 0.3s ease-in;
}

.booking-templete
    .quote-sys-wrapper
    .quote-inr-wrap
    .quote-fleet
    .radio
    input:checked
    ~ span
    .fa {
    opacity: 1;
}

.booking-templete
    .quote-sys-wrapper
    .quote-inr-wrap
    .quote-fleet
    .radio
    input[type="radio"],
.quote-system
    .quote-sys-wrapper
    .quote-inr-wrap
    .quote-fleet
    .vec-listing
    input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
}

.quote-widget .form-group a.remove_field {
    position: absolute;
    display: block;
    height: calc(100% - 2px);
    top: 1px;
    right: 1px;
    background: #fff;
    z-index: 9;
    border-left: 1px solid #ddd;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #696969;
    text-decoration: none;
}

.quote-widget .add-field {
    position: relative;
    margin-top: 12px;
    margin-bottom: 0;
}

.quote-widget .add-field .form-control {
    border: 1px solid #ddd;
}

.quote-widget .add-field input:focus {
    border: 1px solid #000;
}

.quote-widget h2 {
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 3px;
    color: #686868;
}

.inst-quote {
    margin-bottom: 20px !important;
}

.register-content .form-group.relative {
    position: relative;
}

.register-content .checkbox {
    display: inline;
}

#forgot-password .modal-dialog .register-group .form-group:last-child {
    padding-top: 0;
}

.booking-wrapper {
    padding-top: 45px;
}

.booking-wrapper .quote-sys-wrapper .fleet-desc .info-price-includes li .fa {
    font-size: 18px;
    color: #696969;
    padding-right: 10px;
}

.info-price-includes {
    margin-bottom: 0;
}

.info-price-includes p {
    font-size: 13px;
    margin: 0;
}

.quote-fleet form {
    width: 100%;
}

.fleet-desc .details {
    display: flex;
    margin-bottom: 0;
}

.booking-wrapper .quote-sys-wrapper .fleet-desc .info-price-includes li {
    text-indent: -16px;
    margin-left: 35px;
}

.booking-wrapper .quote-sys-wrapper .fleet-desc .info-price-includes {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.loader {
    background: #efefef
        url(https://cdn.dribbble.com/users/8424/screenshots/1036999/dots_2.gif)
        no-repeat center center;
    background-size: 20%;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.modal-body .slick-prev {
    left: -15px;
}

.modal-body .slick-next {
    right: -15px;
}

.modal-body {
    background: #f8f8f8;
    overflow: hidden;
}

.modal-body .quote-vehicle-slider {
    height: 350px;
    overflow: hidden;
    overflow-y: auto;
}

.modal-body .quote-vehicle-slider .vehicle-wrap {
    width: 49%;
    margin: 0 auto;
    display: inline-block;
}

.modal-body .quote-vehicle-slider .vehicle-wrap > .row {
    margin-bottom: 30px;
}

.modal-body .quote-vehicle-slider .vehicle-wrap > .row:last-of-type {
    margin-bottom: 0;
}

.modal-body .quote-vehicle-slider .vehicle-group {
    text-align: center;
    position: relative;
    padding: 70px 0 0;
    background: #fff;
    margin: 35px 10px 0;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.01);
    overflow: visible;
}

.modal-body .quote-vehicle-slider .vehicle-group figure {
    position: relative;
    z-index: 4;
}

.modal-body .quote-vehicle-slider .vehicle-group figure img {
    width: 75%;
    margin: 0 auto;
}

.modal-body .quote-vehicle-slider .vehicle-group figure figcaption {
    font-size: 18px;
    font-weight: 600;
    margin: 23px 0 10px;
    line-height: 1;
}

.modal-body .quote-vehicle-slider .vehicle-group figure figcaption span {
    color: #29a042;
    margin-left: 8px;
}

.modal-body .quote-vehicle-slider .vehicle-group ul {
    margin: 14px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-body .quote-vehicle-slider .vehicle-group ul li {
    font-weight: 700;
    font-size: 16px;
    width: 26%;
}

.modal-body .quote-vehicle-slider .vehicle-group ul img {
    width: 20px;
    margin-left: 5px;
}

.modal-body .quote-vehicle-slider .vehicle-group > span {
    position: absolute;
    top: 0;
    right: calc(50% - 30px);
    font-size: 18px;
    background: #d62027;
    border-radius: 50%;
    color: #fff;
    font-weight: 800;
    width: 70px;
    line-height: 70px;
    height: 70px;
    z-index: 99999;
    margin-top: 15px;
}

.modal-body .quote-vehicle-slider .vehicle-group > span .fa {
    font-weight: 500;
}

.modal-body .quote-vehicle-slider .vehicle-group .btn-custom {
    width: calc(100% - 12px);
    margin: 6px;
    display: inline-block;
    background: #d62027;
    color: #fff;
    font-weight: 500;
    border: 1px solid #e2c14e;
}

.modal-body .quote-vehicle-slider .vehicle-group .btn-custom:hover {
    background: #ca9c00;
}

.modal-body .quote-vehicle-slider .vehicle-group form {
    padding: 0 20px;
}

.modal-body .quote-vehicle-slider .vehicle-group form .form-group {
    margin: 15px 0;
}

.modal-body .quote-vehicle-slider .vehicle-group form .form-control {
    border: 0;
    border-bottom: 1px solid #adadad;
    box-shadow: none;
    background: #f1f1f1;
    color: #000;
    font-weight: 500;
}

.slick-slider {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s linear, opacity 0.3s linear;
    opacity: 0;
}

.slick-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.fleet .slick-slide img {
    display: block;
    height: 120px;
    margin: 0 auto;
}

.ui-timepicker-wrapper {
    width: 8.5em;
}

.info-template .info-wrapper h4 {
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    color: #656565;
    width: 40%;
}

.sign-template .register-wrapper h3 {
    color: #8c887d;
    font-size: 21px;
    margin: 0 0 15px;
    letter-spacing: 1.2px;
    font-weight: 600;
}

.login-user .fa {
    margin-right: 6px;
    color: #1d96bb;
}

.login-user .dropdown-toggle {
    cursor: pointer;
    color: #000;
}

.login-user .dropdown-menu .fa {
    color: #222;
}

.login-user .dropdown-menu a {
    color: #222;
    padding: 8px 0 8px 20px;
    font-size: 14px;
}

.login-user .dropdown-menu a:hover {
    text-decoration: underline;
}

#ui-id-1,
#ui-id-2 {
    z-index: 9999 !important;
}

.user-wrap {
    display: flex;
    align-items: center;
}

.user-wrap .login-user {
    width: 50%;
}

.form-control[readonly] {
    background: #fff;
}

.booking-templete .info-wrapper .switch {
    margin: 0;
}

.booking-wrapper .quote-sys-wrapper .route-wrapper {
    padding: 5px 0;
    margin-top: 0;
}

.booking-wrapper .quote-sys-wrapper h5 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 600;
    color: #3d4990;
}

.trip-details .route-wrapper:nth-child(2) {
    border-top: none !important;
}
.meet-point {
    margin: 15px 0;
    font-weight: 700;
    font-size: 17px;
    padding: 0;
}

.booking-wrapper .quote-sys-wrapper .route-wrapper .fa {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 10px;
    font-weight: 700;
    color: #666;
    margin-right: 12px;
}

.booking-wrapper .quote-sys-wrapper .route-wrapper p {
    margin-left: 50px;
    line-height: 16px;
    color: #3a3939;
    font-weight: 600;
    font-size: 14px;
}

.booking-wrapper .quote-sys-wrapper .fleet-desc h3 {
    color: #4a4a58;
    margin: 5px 0;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
}

.booking-wrapper .quote-sys-wrapper .guarant {
    margin-top: 20px;
}

.booking-wrapper .quote-sys-wrapper .fleet-desc .details li {
    padding-right: 15px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 13px;
}

.booking-wrapper .quote-sys-wrapper .quote-fleet {
    padding: 10px 20px;
    margin: 0 0 20px;
    background: #fff;
    border: 1px solid #ddd;
}

.booking-wrapper .quote-sys-wrapper .quote-fleet:last-child {
    margin: 0 0 0;
}

.booking-wrapper .quote-sys-wrapper .fleet-desc .details .fa,
.booking-wrapper .quote-sys-wrapper .fleet-desc .details .fas {
    border: 1px solid #ddd;
    border-radius: 100%;
    color: #696969;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 25px;
    margin-right: 2px;
}

.booking-wrapper .quote-sys-wrapper .quote-inr-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.booking-wrapper .quote-sys-wrapper .quote-inr-wrap .desc h2 {
    margin: 6px 0;
    font-size: 19px;
    padding: 0;
    font-weight: 800;
}

.booking-wrapper .quote-sys-wrapper .quote-inr-wrap .btn-custom {
    border-radius: 5px;
    margin: 3px 0px;
    float: right;
    padding: 5px 11px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    border-radius: 0;
    box-shadow: none;
}

button#btn-single {
    padding: 5px 10px;
    margin: 12px 0 0 0;
}

button#btn-double {
    padding: 5px 7px;
    margin: 10px 0 0 0;
}

#pick-after {
    font-size: 14px;
    font-weight: 600;
}

#meet-greet {
    font-size: 14px;
    font-weight: 600;
}

#on-arrive {
    font-size: 13px;
    font-weight: 600;
}

#call-arrive {
    font-size: 13px;
    font-weight: 600;
}

.route-wrapper img {
    height: 22px;
    width: 22px;
    margin-right: 25px;
    text-align: left;
}

.selected-fleet img {
    width: 75%;
    height: auto;
    margin: 8px 0 0;
}

.total span {
    float: right;
    font-weight: 700;
    color: #3a3939;
    font-size: 30px;
    width: 75%;
    text-align: right;
}

.total h3 {
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 0;
    padding-top: 10px;
}

.act-fare h5 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 800 !important;
    color: #3d4990;
    margin: 0 !important;
}

.total span {
    float: right;
    font-weight: 700;
    color: #3a3939;
    font-size: 20px;
    width: 75px;
    height: 75px;
    color: #fff;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    margin-left: 90px;
    margin-top: 8px;
}

.label-group-in {
    border: 1px solid #ddd;
    position: relative;
}

.label-group-in label {
    margin-bottom: 0;
    padding-left: 35px;
    position: absolute;
    color: #3c3c3c;
    z-index: 4;
    top: 6px;
}

.label-group-in .input-group {
    width: 100%;
}

.label-group-in .input-group .input-group-addon {
    position: absolute;
    z-index: 4;
    background: 0 0;
    border: 0;
    left: 6px;
    top: 3px;
    height: 100%;
    padding: 0;
    width: 35px;
    line-height: 46px;
    font-size: 20px;
    pointer-events: none;
    color: #777;
    transition: all ease-in 0.3s;
}

.quote-fleet .fleet-img img {
    width: 100%;
    height: auto;
}

.fleet-img {
    margin-bottom: 0;
}

.fleet-img img {
    width: auto;
    height: 80px;
}

.view-trip-details {
    background: #1d96bb;
    padding: 14px 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.trip-details {
    background: #fff;
    padding: 20px 20px;
    border: 1px solid #ddd;
}

.trip-details h3 {
    text-align: center;
    padding-bottom: 15px;
}

.booking-templete .breadcrumb-wrap {
    background: rgba(68, 68, 68, 0.8);
}

.booking-templete .breadcrumb-wrap .breadcrumb {
    margin-bottom: 0;
    background: 0;
    padding: 10px 0;
    margin-left: 20px;
}

.booking-templete .location-info {
    width: 65%;
    margin: 0 auto;
}

.booking-templete .location-info ul {
    margin-left: 0;
}

.booking-templete .location-info ul li {
    text-align: center;
    width: 33%;
}

.booking-templete .location-info ul li figure img {
    width: 30px;
}

.booking-templete .add-via-wrapper {
    margin-bottom: 30px;
}

.booking-templete .add-via-wrapper .btn-ghost {
    padding: 10px 26px;
    display: inline-block;
    background: #d62027;
    color: #fff;
    font-weight: 500;
    border: 1px solid #e2c14e;
}

.booking-templete .add-via-wrapper .btn-ghost:hover {
    background: #ca9c00;
}

.booking-templete .add-via-wrapper .btn-danger {
    padding: 10px 26px;
    margin-left: 5px;
    display: inline-block;
    font-weight: 500;
    background: #c12e2a;
}

.booking-templete .add-via-wrapper .btn-danger:hover {
    background: #972421;
}

.booking-templete .location-wrapper {
    padding-top: 50px;
}

.booking-templete .location-wrapper .location-details {
    position: relative;
    padding: 10px;
}

.booking-templete .location-wrapper .location-details figcaption {
    font-weight: 600;
    font-size: 16px;
}

.booking-templete .location-wrapper .location-details #diamond {
    -webkit-box-sizing: content-box;
    display: inline-block;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 80px;
    height: 80px;
    border: none;
    color: #000;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #f1efea;
    background: #ffdb4e;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transform-origin: 0 100% 0deg;
    transform-origin: 0 100% 0deg;
}

.booking-templete .location-wrapper .location-details figure {
    position: absolute;
    width: 100%;
    top: 15%;
    left: 5%;
    z-index: 1;
    transform: rotateZ(43deg);
    text-align: center;
}

.booking-templete .location-wrapper .location-details figure img {
    width: 30px;
}

.booking-templete .location-wrapper .location-details ul {
    position: relative;
    margin: 0 auto;
    width: 75%;
    display: flex;
    justify-content: center;
}

.booking-templete .location-wrapper .location-details ul:before {
    position: absolute;
    content: "";
    border-bottom: 18px solid #ece8da;
    width: 80%;
    top: 32.4px;
    left: calc(50% - 40%);
}

.booking-templete .location-wrapper .location-details ul:after {
    border-radius: 0 0 60% 60%;
    height: 76px;
    position: absolute;
    content: "";
    border-bottom: 4px dashed #dadada;
    width: 73%;
    top: 11px;
    left: calc(50% - 36%);
}

.booking-templete .location-wrapper .location-details ul li {
    text-align: left;
    position: relative;
    width: calc(50% - 2px);
}

.booking-templete .location-wrapper .location-details ul li:last-child {
    text-align: right;
}

.booking-templete
    .location-wrapper
    .location-details
    ul
    li:last-child
    #diamond {
    margin: 0 0 0 auto;
}

.booking-templete .location-wrapper .location-details ul li p {
    margin-top: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    width: 100%;
    position: absolute;
    text-align: center;
}

.booking-templete .location-wrapper .location-details ul li:first-child p {
    left: -40%;
}

.booking-templete .location-wrapper .location-details ul li:last-child p {
    right: -40%;
}

.booking-templete .location-wrapper .location-details .mileage {
    position: absolute;
    text-align: center;
    top: 41px;
    left: calc(50% - 15%);
    z-index: 3;
}

.booking-templete .location-wrapper .location-details .mileage a {
    display: inline-block;
    color: #303030;
}

.booking-templete .location-wrapper .location-details .mileage a .fa {
    font-size: 25px;
    border-radius: 50%;
    width: 45px;
    background: #1291b8;
    color: #fff;
    height: 45px;
    line-height: 45px;
    margin-bottom: 5px;
}

.booking-templete .location-wrapper .location-details .mileage p {
    font-weight: 500;
}

.booking-templete .location-wrapper .location-details .mileage p strong {
    font-weight: 600;
    color: #1291b8;
}

.booking-templete .booking-wrap {
    width: 65%;
    padding: 38px;
    margin: 0 auto;
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}

.booking-templete .booking-wrap h2 {
    font-size: 18px;
    color: #1291b8;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 14px;
}

.booking-templete .booking-wrap h2:before {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #aaa;
    content: "";
    bottom: 0;
}

.booking-templete .booking-wrap h2.text-center:before {
    left: calc(50% - 20px);
}

.booking-templete .booking-wrap label {
    text-align: left;
    display: block;
    color: #45423c;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}

.booking-templete .booking-wrap .form-control {
    display: block;
    padding: 6px 12px;
    background-color: #fff;
    height: 38px;
    border-radius: 4px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d1d1d1;
    box-shadow: none;
    font-weight: 500;
    font-size: 13px;
}

.booking-templete .booking-wrap .form-control:focus,
.booking-templete .booking-wrap .form-control:hover {
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #1291b8;
}

.booking-templete .booking-wrap .btn-custom {
    border: 0;
    display: inline-block;
    outline: 0;
    text-align: center;
    width: calc(50% - 15px);
    padding: 10px 10px;
    background: #d62027;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border: 1px solid #e2c14e;
}

.booking-templete .booking-wrap .btn-custom .fa {
    padding-left: 10px;
    transition: 0.3s;
}

.booking-templete .booking-wrap .btn-custom:hover {
    background: #fdc300;
}

.booking-templete .dim-bg {
    background: #fff;
    border-radius: 8px;
    border: none;
}

.booking-templete .booking-info {
    background: #f7f6f6;
    padding: 30px;
    border-radius: 8px;
    padding: 30px;
    border-radius: 4px;
    margin: 30px;
    margin-left: 0;
    padding-top: 17px;
    margin-top: 30px;
    box-shadow: none;
    border: 1px solid #ddd;
}

.booking-templete .booking-info h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 18px;
}

.booking-templete .booking-info h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

.booking-templete .booking-info h6 {
    font-size: 13px;
    color: #565656;
}

.booking-templete .booking-info .fa {
    color: #1291b8;
    font-size: 16px;
}

.booking-templete .booking-info ul li {
    padding-bottom: 12px;
}

.booking-templete .booking-info ul li:last-child {
    padding-bottom: 0;
}

.booking-templete .booking-info ul li p {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
}

.booking-templete .booking-info figure img {
    width: 60%;
}

.booking-templete .booking-info h6 a {
    margin-left: 10px;
    color: #000;
    background: #fdc70f;
    padding: 5px;
    border-radius: 4px;
}

.booking-templete .booking-info .total {
    margin-top: 21px;
    border-top: 1px solid #1291b8;
    padding-top: 12px;
}

.booking-templete .booking-info .total h3 {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 75px;
}

.booking-templete .booking-info .total h3 span {
    float: right;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 80px;
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 75px;
    background: #29a042;
}

.booking-templete .form-control-static {
    font-weight: 400;
    padding-top: 0;
}

.vehicle-template .vehicle-wrapper {
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
    padding: 30px;
    border-radius: 4px;
}

.vehicle-template .vehicle-wrapper h2 {
    font-size: 18px;
    color: #1291b8;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 14px;
}

.vehicle-template .vehicle-wrapper h2:before {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #aaa;
    content: "";
    bottom: 0;
}

.vehicle-template .vehicle-wrapper h2.text-center:before {
    left: calc(50% - 20px);
}

.vehicle-template .vehicle-wrapper .vehicle-wrap {
    width: 85%;
    margin: 0 auto;
}

.vehicle-template .vehicle-wrapper .vehicle-wrap > .row {
    margin-bottom: 30px;
}

.vehicle-template .vehicle-wrapper .vehicle-wrap > .row:last-of-type {
    margin-bottom: 0;
}

.vehicle-template .vehicle-wrapper .vehicle-group {
    text-align: center;
    position: relative;
    padding: 30px 0 0;
    background: #fff;
    margin: 35px 10px 0;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.01);
}

.vehicle-template .vehicle-wrapper .vehicle-group figure {
    position: relative;
    z-index: 4;
}

.vehicle-template .vehicle-wrapper .vehicle-group figure img {
    width: 75%;
    margin: 0 auto;
}

.vehicle-template .vehicle-wrapper .vehicle-group figure figcaption {
    font-size: 18px;
    font-weight: 600;
    margin: 23px 0 10px;
    line-height: 1;
}

.vehicle-template .vehicle-wrapper .vehicle-group figure figcaption span {
    color: #29a042;
    margin-left: 8px;
}

.vehicle-template .vehicle-wrapper .vehicle-group ul {
    margin: 14px 0;
}

.vehicle-template .vehicle-wrapper .vehicle-group ul li {
    font-weight: 700;
    font-size: 16px;
    width: 26%;
}

.vehicle-template .vehicle-wrapper .vehicle-group ul img {
    -webkit-filter: invert(1);
    filter: invert(1);
    width: 30px;
    display: inline-block;
    vertical-align: text-bottom;
}

.vehicle-template .vehicle-wrapper .vehicle-group > span {
    position: absolute;
    top: -8%;
    right: calc(50% - 30px);
    font-size: 15px;
    background: #1291b8;
    border-radius: 50%;
    color: #fbf7f7;
    font-weight: 600;
    width: 70px;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 70px;
    z-index: 99999;
}

.vehicle-template .vehicle-wrapper .vehicle-group > span .fa {
    font-weight: 500;
}

.vehicle-template .vehicle-wrapper .vehicle-group .btn-custom {
    width: calc(100% - 12px);
    margin: 6px;
    display: inline-block;
    background: #d62027;
    color: #fff;
    font-weight: 500;
    border: 1px solid #e2c14e;
}

.vehicle-template .vehicle-wrapper .vehicle-group .btn-custom:hover {
    background: #ca9c00;
}

.vehicle-template .vehicle-wrapper .vehicle-group form {
    padding: 0 20px;
}

.vehicle-template .vehicle-wrapper .vehicle-group form .form-group {
    margin: 15px 0;
}

.vehicle-template .vehicle-wrapper .vehicle-group form .form-control {
    border: 0;
    border-bottom: 1px solid #adadad;
    box-shadow: none;
    background: #f1f1f1;
    color: #000;
    font-weight: 500;
}

.vehicle-template .vehicle-wrapper form h4 {
    margin-bottom: 6px;
}

.vehicle-template .vehicle-wrapper form p {
    font-size: 13px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #333;
}

.vehicle-template .vehicle-wrapper form img {
    width: 40px;
    margin-right: 20px;
}

.vehicle-template .vehicle-wrapper form .fa {
    margin-right: 46px;
    vertical-align: middle;
    text-rendering: auto;
    font-size: 33px;
}

.vehicle-template .email-quote {
    margin-top: 30px;
}

.vehicle-template .info-wrapper:first-child h3 {
    margin-top: 0;
}

.vehicle-template .info-wrapper h3 {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 25px;
    padding-bottom: 6px;
    color: #303030;
}

.vehicle-template .info-wrapper label {
    text-align: left;
    display: block;
    color: #45423c;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}

.vehicle-template .info-wrapper .form-control {
    display: block;
    padding: 6px 12px;
    background-color: #fff;
    height: 38px;
    border-radius: 4px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d1d1d1;
    box-shadow: none;
    font-weight: 500;
    font-size: 13px;
}

.vehicle-template .info-wrapper .form-control:focus,
.vehicle-template .info-wrapper .form-control:hover {
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #1291b8;
}

.vehicle-template .info-wrapper textarea.form-control {
    height: auto;
}

.vehicle-template .info-wrapper .switch {
    margin-bottom: 10px;
}

.vehicle-template .info-wrapper .btn-custom {
    background-color: #29a042;
    border: 0;
    font-size: 15px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 12px;
    padding: 13px 71px;
}

.vehicle-template .info-wrapper .btn-custom:hover {
    background: #1f7731;
}

.vehicle-template .info-wrapper .checkbox a {
    color: #000;
    text-decoration: underline;
}

.info-template .booking-wrapper label {
    cursor: pointer;
    font-size: 14px;
}

.info-template .booking-wrapper label span {
    color: #3d4990;
}

.info-template .info-wrapper:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.info-template .info-wrapper:first-child h3 {
    margin-top: 0;
}

.info-template .info-wrapper .form-group {
    margin-bottom: 20px;
}

.info-template .info-wrapper .cstm-radio .form-control {
    margin-bottom: 30px;
}

.info-template .info-wrapper h3 {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 6px;
    color: #4a4a4a;
    font-weight: 700;
}

.info-template .info-wrapper label span {
    font-size: 14px;
    color: #3d4990;
}

.info-template .info-wrapper label {
    text-align: left;
    display: block;
    color: #353535;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.info-template .info-wrapper .form-control {
    display: block;
    padding: 6px 12px;
    background-color: #fff;
    height: 40px;
    border-radius: 0;
    width: 100%;
    border: none !important;
    box-shadow: none;
    font-weight: 500;
    font-size: 15px;
    border-color: #b5b3b3;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.checkbox [type="checkbox"]:checked,
.checkbox [type="checkbox"]:not(:checked) {
    opacity: 1;
    position: relative;
    margin-right: 8px;
}

.info-template .info-wrapper .form-control:focus,
.info-template .info-wrapper .form-control:hover {
    outline: 0;
    box-shadow: none;
    border: 1px solid #d62027;
}

.info-template .info-wrapper textarea.form-control {
    height: auto;
}

.info-template .info-wrapper .add_via_field {
    display: none;
}

.info-template .info-wrapper .switch {
    margin-bottom: 10px;
}

.info-template .info-wrapper .btn-custom {
    font-size: 15px;
    letter-spacing: 0.2px;
    margin: 0;
    margin-top: 12px;
    padding: 11px 25px;
    background: #d62027;
    color: #fff;
    font-weight: 500;
    border: 1px solid #e2c14e;
    min-width: 150px;
}

.info-template .info-wrapper .btn-custom:hover {
    background: #fdc300;
}

.info-template .info-wrapper .btn-ghost {
    padding: 13px 25px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.2px;
}

.info-template .info-wrapper .checkbox a {
    color: #000;
    text-decoration: underline;
}

.info-template .location-wrapper .location-details ul:after {
    display: none;
}

.info-template .location-wrapper .location-details .mileage a {
    display: none;
}

.meeting-template h2 {
    font-size: 18px;
    color: #1291b8;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 14px;
}

.meeting-template h2:before {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #aaa;
    content: "";
    bottom: 0;
}

.meeting-template h2.text-center:before {
    left: calc(50% - 20px);
}

.meeting-template .meeting-wrapper {
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
    padding: 30px;
    border-radius: 4px;
}

.meeting-template .meeting-wrapper h3 {
    color: #303030;
    margin-bottom: 20px;
}

.meeting-template .btn-custom {
    padding: 10px 50px;
    margin-top: 20px;
    display: inline-block;
    background: #d62027;
    color: #fff;
    font-weight: 500;
    border: 1px solid #e2c14e;
}

.meeting-template .btn-custom:hover {
    background: #fdc300;
}

.meeting-template .btn-custom .fa {
    margin-left: 10px;
}

.cstm-tooltip {
    margin-left: 10px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: #1d96bb;
}

.cstm-tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #424242;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    right: auto;
    margin-left: -120px;
    opacity: 0;
    transition: opacity 1s;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}

.cstm-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.cstm-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.switch {
    position: relative;
    display: inline-block !important;
    width: 40px;
    height: 20px;
    display: block;
    vertical-align: sub;
    margin-left: 19px;
}

.switch input {
    visibility: hidden;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: 0.4s;
    border: 1px solid #ccc;
    transition: 0.4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 2px;
    bottom: 1.5px;
    background-color: #9f9f9f;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch input:checked + .slider {
    background-color: #d62027;
    border: 1px solid #d62027;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #008145;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
    background-color: #fff;
}

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.thank-wrap > .fa {
    height: 70px;
    width: 70px;
    background: 0 0;
    border-radius: 50%;
    text-align: center;
    line-height: 66px;
    font-size: 30px;
    background: #fdc300;
    border: 2px solid #fdc300;
    margin: 0 auto 15px;
    color: #333;
    text-transform: capitalize;
}

.thank-wrap h1 {
    font-size: 28px;
    margin: 10px 0;
    color: #312f2f;
    text-transform: capitalize;
    font-weight: 700;
}

.thank-wrap {
    margin: 80px 0;
}

.thank-wrap p {
    font-size: 16px;
    padding: 5px 0 25px;
    letter-spacing: 0.3px;
    line-height: 23px;
    color: #232222;
}

.thank-wrap .btn-custom {
    border-radius: 45px;
    text-transform: capitalize;
}

.inner-banner {
    min-height: 450px;
    background-size: cover !important;
}

.inner-banner .container {
    position: relative;
}

.fleet-item .btn-custom {
    border-radius: 45px;
}

.faq-wrapper .btn {
    background-color: transparent !important;
    padding: 0;
    box-shadow: none;
}

.faq-wrapper .btn:focus,
.faq-wrapper .btn:hover {
    background: 0 0;
    box-shadow: none;
    outline: 0;
}

.faq-wrapper .panel-title {
    font-size: 20px;
    text-transform: capitalize;
}

.btn-default.active,
.btn-default:active,
.faq-wrapper .btn-default:focus {
    background-color: transparent;
}

.faq-wrapper .btn-default:not([disabled]):not(.disabled):active {
    background-color: transparent !important;
    box-shadow: none !important;
}

.modal-header {
    flex-wrap: wrap;
}

.modal-header .modal-title {
    width: 100%;
    margin-top: 0;
}

.modal-header p {
    width: 100%;
}

.register-content {
    background: #fff;
    padding: 30px;
    margin: 60px 0 0;
}

#myModal2.modal.right .modal-body {
    margin: 0 !important;
}

.forget strong {
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}

.booking-templete .nav .btn {
    background: 0 0;
    box-shadow: none;
    padding: 14px 30px;
}

.booking-templete .nav .btn:focus,
.booking-templete .nav .btn:hover {
    background: 0 0;
    box-shadow: none;
}

.booking-templete .nav .btn .fa {
    color: #388e3c;
    font-size: 20px;
}

.booking-templete .nav li {
    border-right: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 33.33%;
    text-align: center;
}

.booking-templete .nav li:last-child {
    border-right: 0;
}

.booking-templete .nav-justified > li.active a {
    background: #f1efea;
    border-top: 3px solid #d62027;
}

.booking-templete .nav-justified > li.active a .fa {
    cursor: not-allowed;
}

.booking-templete .nav-pills > li.active > a,
.booking-templete .nav-pills > li.active > a:focus,
.booking-templete .nav-pills > li.active > a:hover {
    color: rgba(56, 56, 56, 1);
}

.booking-templete .navpills {
    margin-bottom: 30px;
}

.booking-templete .navpills .fa {
    color: #2ea23c;
    font-size: 16px;
    padding-right: 8px;
}

.booking-templete .nav-justified > li > a {
    margin-bottom: 0;
    line-height: 36px;
    color: rgba(37, 37, 37, 0.81);
    border-radius: 0;
    border-top: 2px solid transparent;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 15px;
    height: 50px;
    background: #f1efea;
}

.booking-templete .nav-justified > li > a.inactive {
    color: rgba(37, 37, 37, 0.45);
}

.booking-templete .nav-justified > li > a span button {
    background: #ffffff70;
    border: 1px solid #ccc;
    cursor: pointer;
}

.booking-templete .nav-justified > li span {
    background: 0 0;
    box-shadow: none;
    padding: 7px 30px;
}

.booking-templete input[type="radio"]:checked + .cr > .fa {
    transform: scale(1) rotateZ(0);
    opacity: 1;
}

.booking-templete .cr {
    position: relative;
    display: inline-block;
    background: #fff;
    border: 1px solid #d2d6de;
    width: 25px;
    height: 25px;
    line-height: 25px;
    float: left;
    text-align: center;
    margin-right: 11px;
    border-radius: 50%;
}

.booking-templete .cr .fa {
    padding: 0;
    color: #d62027;
    transform: scale(2) rotateZ(-20deg);
    opacity: 0;
    transition: all 0.3s ease-in;
}

.booking-templete .radio input[type="radio"] {
    display: none;
}

.term-template {
    background: #fff;
}

.term-inner {
    padding-top: 50px;
}

.term-template h2 {
    font-size: 20px;
    font-weight: 800;
    color: #0e8ab9;
    margin-bottom: 15px;
}

.contact-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}

.contact-content p {
    font-weight: 600;
    margin: 0;
}

.contact-info form {
    margin-right: 50px;
}

.contact-content h4 {
    font-size: 16px;
    color: #4d4d4d;
    margin: 14px 0 10px;
    font-weight: 800;
}

.contact-info .form-control {
    height: 38px;
}

.contact-info form .form-group {
    margin-bottom: 10px;
}

.contact-info form .form-control:focus {
    border: 1px solid #d62027;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.contact-info h3 {
    font-size: 20px;
    font-weight: 800;
    color: #0e8ab9;
    margin-bottom: 15px;
}

.contact-info {
    padding-top: 30px;
}

.login-intro {
    padding-top: 80px;
}

.login-intro h4 {
    font-weight: 600;
    color: #3d3d3d;
}

.login-intro figure {
    text-align: left;
    width: 300px;
}

.login-intro figure img {
    width: 60%;
}

.login-intro .list li {
    position: relative;
    padding: 2px 0;
    padding-left: 30px;
    font-weight: 500;
}

.login-intro .list li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    height: 24px;
    width: 24px;
    background: url(../image/red-check.png) no-repeat center top;
    z-index: 9;
    background-size: 10px;
}

.login-temp .btn {
    margin: 0;
    width: 100%;
    height: 46px;
    font-weight: 600;
    text-transform: capitalize;
}

.login-temp label {
    font-weight: 600;
    margin: 10px 0 5px;
    font-size: 14px;
}

.form-control {
    height: 40px;
    border-radius: 0;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #e2c14e;
}

.login-temp .register-contents {
    border-right: 2px dotted #d0d0d0;
    padding-right: 80px;
}

.login-temp .register-contents p a {
    color: #2a2a2a;
}

.login-temp .list {
    padding-left: 30px;
}

.breadcrumb {
    background: 0 0;
    font-size: 13px;
    margin: 5px 0;
    font-weight: 600;
    color: #333;
    padding: 20px 0 15px;
}

.term-inner {
    font-size: 14px;
    color: #444444;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 5px;
}

.breadcrumb-item a {
    color: #333 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: none;
}

.login-temp h2 {
    margin-left: 0;
    font-size: 22px;
    text-align: center !important;
    width: 100%;
    font-size: 19px;
    font-weight: 800;
}

.nav-item.active {
    position: relative;
}

.nav-item:first-child {
    border-left: 1px solid #c8c8c8;
}

.nav-item.active:after {
    position: absolute;
    left: 0;
    top: 103%;
    right: 0;
    content: "";
    background: none;
    height: 3px;
    width: 100%;
}

.inner-banner-temp h1 {
    color: #fff;
}

.whychoose-content {
    padding: 0 20px;
}

.whychoose-content img {
    height: 80px;
    width: auto;
    margin-bottom: 8px;
}

.whychoose-content svg path {
    fill: #feae04;
}

.fleet-card {
    padding-top: 0;
}

.fleet-card-wrap .fleet-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #fff;
    padding: 10px 15px;
    border-radius: 15px;
}

.fleet-card-wrap .fleet-int {
    background: #f1efea;
    /* padding: 0 20px 20px 20px */
    margin-bottom: 20px;
}

.fleet-card-wrap .fleet-wrapper .fleet-img {
    width: 30%;
    display: inline-block;
    text-align: left;
}

.fleet-card-wrap .btn {
    width: 100px;
    margin: 0;
    /* margin-left: 15px; */
    padding: 8px;
    border-radius: 1px;
    font-size: 14px;
    font-weight: 800;
    margin-top: 20px;
    box-shadow: none;
}

.fleet-card-wrap .btn:hover {
    box-shadow: none;
    color: #fff;
}

.fleet-card-wrap .fleet-detail {
    width: 70%;
    align-items: center;
    display: inline-block;
}

.fleet-card-wrap .fleet-detail .details {
    width: 66%;
    display: inline-block;
    text-align: center;
    /*justify-content: space-between;*/
    margin-bottom: 0;
}

.fleet-card-wrap .fleet-detail .details li {
    display: inline-block;
}

.fleet-card-wrap .fleet-detail .details li strong {
    font-size: 24px;
    padding: 0 8px;
    color: #0081df;
    line-height: 24px;
}

.fleet-card-wrap .fleet-detail .details li span {
    font-size: 12px;
    font-weight: 800;
    color: #666;
    margin-top: 8px;
    display: inline-block;
}

.fleet-card-wrap .fleet-detail .details li span i {
    font-size: 17px;
    color: #6d6d6d;
}

.fleet-card-wrap .fleet-detail .fleet-price {
    width: 32%;
    display: inline-block;
    text-align: right;
}

.fleet-card-wrap .fleet-detail .fleet-price h5 {
    margin: 0;
    color: #00c851;
    font-size: 16px;
    font-weight: 500;
}

.fleet-card-wrap .fleet-detail .fleet-price span {
    font-size: 12px;
    font-weight: 600;
    color: #666;
}

.fleet-card-wrap .row > div[class*="col-"]:nth-child(1) .fleet-int,
.fleet-card-wrap .row > div[class*="col-"]:nth-child(2) .fleet-int {
    padding-top: 20px;
}

.fleet-card-wrap .fleet-img h5 {
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 5px;
}

.fleet-card-wrap .fleet-img figure {
    margin: 0;
}

.fleet-card-wrap .fleet-img figure img {
    height: 55px;
}

.fleet-card-wrap .fleet-detail .fleet-price h4 {
    margin: 0;
    /*margin-top: 8px*/
}

.sec-title {
    font-size: 20px;
    font-weight: 600;
    color: #404040;
    margin-bottom: 25px;
}

.sec-title-h2 {
    font-size: 20px;
    font-weight: 800;
    color: #292929;
    margin-bottom: 25px;
}

select {
    font-weight: 500 !important;
    font-size: 15px;
}

.booking-info-wrapper select {
    font-weight: 500 !important;
}

.labeled {
    background: #e7e5e1;
    padding: 8px 15px;
    font-weight: 600;
    color: #1b1a1a;
    margin-bottom: 25px;
    margin-top: 25px;
    display: block;
    width: 100%;
}

.login-details-card {
    margin-bottom: 45px;
}

.login-details-card p {
    font-size: 13px;
    line-height: 20px;
}

.info-template .login-details-card .btn-custom {
    margin: 0;
    padding: 8px;
    height: 40px;
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
}

.login-details-card .login-form a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    margin-left: 22px;
    text-align: center !important;
    width: 100%;
    display: block;
    margin: 0;
    color: #313131 !important;
    font-weight: 700;
    border: 1px solid #d62027;
    padding: 6px 0;
    height: 40px;
}

.login-details-card .forget strong {
    text-decoration: none;
}

.input-group-prepend {
    width: 100%;
}

.input-group-prepend .input-group-text {
    border-radius: 0;
    background: #fff;
    border: none;
    outline: 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    color: #444;
}

.payment-form {
    background: #fff;
    padding: 50px 50px 0;
    margin-top: 40px;
    border: 2px solid #dedede;
    border-bottom: 0;
}

.payment-form > h2 {
    border-bottom: 1px solid #ddd;
}

.payment-form h2 {
    font-size: 24px;
    font-weight: 700;
    color: #080808;
    padding-bottom: 15px;
}

.payment-form label {
    padding: 0;
    font-weight: 600;
}

.payment-form .btn-green {
    background: #41a940 !important;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    height: 70px;
    margin: 50px -50px 0;
    width: calc(100% + 100px);
}

.payment-form .btn-green .fa {
    font-size: 26px;
    font-weight: 900;
    padding-left: 6px;
}

.payment-form .form-control {
    border: none;
    height: 55px;
}

.payment-form .cstm-tooltip {
    margin-left: 10px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    color: #060606;
    margin-top: 14px;
    position: absolute;
    right: 0;
}

.payment-form .form-control:focus,
.payment-form .form-control:hover {
    outline: 0;
    border: none;
    box-shadow: none;
}

.payment-form label .fa {
    width: 28px;
    font-size: 18px;
    color: #000;
    text-align: left;
}

.payment-form .form-group {
    margin: 0;
    border-bottom: 1px solid #dedede;
}

.payment-form .input-group {
    margin-bottom: 0 !important;
}

.payment-form .input-group-prepend .input-group-text {
    box-shadow: none;
    width: 220px;
}

.payment-form .form-control::placeholder {
    color: #bcbcbc;
}

.payment-form .form-control:-ms-input-placeholder {
    color: #bcbcbc;
}

.payment-form .form-control::-ms-input-placeholder {
    color: #bcbcbc;
}

.quote-sys-wrapper .form-control::placeholder {
    color: #bcbcbc;
}

.quote-sys-wrapper .form-control:-ms-input-placeholder {
    color: #bcbcbc;
}

.quote-sys-wrapper .form-control::-ms-input-placeholder {
    color: #bcbcbc;
}

.payment-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 70%;
    margin: 15px auto 0;
}

.payment-logo li {
    width: 50%;
}

.payment-logo li img {
    width: 100%;
}

.addition-info .route-wrapper h5 img {
    width: 50px;
}

.addition-info .route-wrapper h5 {
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 700;
    color: #6973b1;
    font-size: 15px;
}

.addition-info .route-wrapper p {
    text-indent: 0;
    margin-left: 75px !important;
    font-size: 13px;
    line-height: 16px !important;
    margin-bottom: 10px;
}

.addition-info .route-wrapper .luggs {
    display: flex;
    align-items: center;
    margin-left: 60px;
    margin-top: 15px;
}

.addition-info .route-wrapper .luggs li {
    margin-right: 10px;
}

.addition-info .route-wrapper .luggs li img {
    margin-bottom: 15px;
    width: 24px;
    height: 30px;
}

.addition-info .route-wrapper .luggs strong {
    font-weight: 800;
    font-size: 12px;
    margin-right: 2px;
}

.addition-info .route-wrapper.payment-intro p {
    margin-left: 0 !important;
}

.addition-info .main-total h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 700;
    width: calc(100% + 130px);
}

.addition-info .main-total h3 span {
    height: 80px;
    width: 80px;
    background: #f89619;
    line-height: 80px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    border-radius: 50%;
    float: right;
}

.addition-info .btn-edit {
    font-size: 13px;
    color: #12b5f1;
    margin-left: 1px;
    font-weight: 800;
}

.act-fare a[data-toggle*="modal"] {
    font-size: 13px;
    color: #12b5f1;
    margin-left: 1px;
    font-weight: 800;
}

.quote-widget .form-control {
    padding-left: 36px !important;
    font-size: 15px;
    color: #717171;
    font-weight: normal;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    box-shadow: inherit;
}

.note-deadline {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    text-transform: inherit;
}

.cont {
    color: #0584ab;
    font-weight: 800;
    font-size: 15px;
}

.cont:hover {
    text-decoration: none;
}

.modal .close {
    padding: 0;
    margin: 0;
}

.pco-logo img {
    width: 70px;
    margin-bottom: 25px;
}

.taxi-li {
    margin: 0 auto;
    padding: 8px 10px;
    border-radius: 10px;
    background: #0e8ab9;
    color: #fff;
    border: 0;
    line-height: 1.4em;
    display: inline-block;
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 50px;
}

label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
}

.driver-temp {
    background: 0 0;
}

.inr-form.login-form {
    border: 1px solid #dadada;
    padding: 30px 50px;
}

.inr-form.login-form h2 {
    font-size: 20px;
    font-weight: 700;
    color: #4c4c4c;
    margin-bottom: 20px;
}

.trip-details > h5 {
    border: none;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin: 25px 0 15px !important;
    color: #444343 !important;
}

.sup-text {
    font-size: 15px;
    font-weight: 900;
    padding-left: 8px;
    color: #12b5f1;
}

.trip-details > h5 span {
    height: 68px;
    width: 68px;
    display: inline-block;
    text-align: center;
    background: #3d4990;
    font-size: 22px;
    color: #fff;
    line-height: 68px;
    border-radius: 50%;
    float: right;
}

.pre-price {
    height: 68px;
    width: 68px;
    display: inline-block;
    text-align: center;
    background: #7ac943;
    font-size: 18px;
    color: #fff;
    line-height: 68px;
    border-radius: 50%;
    float: right;
}

.trip-details .route-wrapper:first-child {
    border: none !important;
}

input.error,
select.error,
textarea.error {
    border-color: red !important;
    border: 1px solid red !important;
}

input.error[type="checkbox"],
input.error[type="radio"] {
    -webkit-box-shadow: inset 12px 2px 2px rgba(255, 0, 0, 0.25);
    box-shadow: inset 12px 2px 2px rgba(255, 0, 0, 0.25);
}

.error {
    color: red !important;
    font-style: italic;
}

.modal .close {
    right: 20px !important;
    top: 0 !important;
    position: absolute;
}

.onoffswitch {
    position: relative;
    width: 87px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #efefef;
    border-radius: 22px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:after,
.onoffswitch-inner:before {
    display: block;
    float: left;
    width: 50%;
    height: 26px;
    padding: 0;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: 700;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "Yes";
    padding-left: 20px;
    background-color: #1bcd73;
    color: #fff;
}

.onoffswitch-inner:after {
    content: "No";
    padding-right: 20px;
    background-color: #d62027;
    color: #fff;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 24px;
    margin: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 54px;
    border: 2px solid #fff;
    border-radius: 23px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}

.pre-but {
    background-color: #f7c62d;
    color: #033 !important;
    font-size: 20px;
    padding: 6px 14px;
    cursor: pointer;
    border-radius: 5px;
}

.finish-btn a {
    padding: 4px 40px;
    font-size: 22px;
}

.print-but {
    background-color: #04244a;
    color: #f1f1f1;
    font-size: 20px;
    padding: 6px 14px;
    cursor: pointer;
    border-radius: 5px;
}

.btn-ref {
    padding: 10px;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 2em;
}

.btn-danger {
    background-color: #1bcd73 !important;
    color: #fff;
}

.menu_phone {
    height: 27px;
    width: 20px;
}

.fac_box_shad_2 {
    -webkit-box-shadow: 0 0 8px rgba(116, 116, 116, 0.37);
    box-shadow: 0 0 8px rgba(116, 116, 116, 0.37);
    background-color: #fff;
    border-radius: 4px;
    color: #616161;
    font-size: 13px;
    padding: 15px;
    position: relative;
}

.crm_editor p {
    font-size: 14px;
    color: #2f2f2f;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 5px;
}

.crm_editor p strong {
    font-size: 16px;
    color: #2f2f2f;
}

.crm_editor h2 {
    font-size: 18px;
    font-weight: 700;
}

.crm_editor h1 {
    font-size: 22px;
    font-weight: 700;
}

.car2-details-pricelist {
    margin: 10px 0 10px 0;
    padding: 4px 0;
    background: #fff;
    border: 1px solid #8c8c8c;
    border-radius: 3px;
    text-align: center;
}

.car2-details-pricelist1 {
    font-size: 13px;
    font-weight: 700;
    color: #0c78a0;
    text-decoration: none;
    display: inline-block;
}

.car2-details-pricelist .line {
    padding: 2px 1px;
    margin: 0 7px 0 5px;
    font-weight: 700;
    background: #ccc;
    display: inline;
}

.car2-details-pricelist2 {
    font-size: 13px;
    font-weight: 700;
    color: #e60912;
    text-decoration: none;
    display: inline-block;
}

@media (max-width: 991px) {
    .why-choose h1 {
        width: auto;
    }
}

.main-banner-btn {
    border: 0;
    color: #fff;
    font-weight: 700;
    padding: 7px 24px;
    border-radius: 4px;
    line-height: 1.5;
    font-size: 16px;
    margin-top: 8px;
    height: 50px;
    text-transform: uppercase;
}

.main-banner-btn {
    color: #fff;
    /* background-color: #0cb862 !important; */
}

.main-banner-btn .btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.sitemap-inner a {
    color: #525050;
    font-size: initial;
    text-decoration: none;
}

.sitemap-section {
    padding: 40px 0;
}

.site-amp-title h2 {
    display: block;
    text-decoration: underline;
    margin-bottom: 20px;
}

.sitemap-inner {
    padding: 10px 10px;
    min-height: 326px;
    box-shadow: 5px 5px 5px 5px rgb(255, 254, 254);
    background: #fff;
    margin-bottom: 20px;
}

.sitemap-list li {
    line-height: 34px;
}

.sitemap-list {
    padding-left: 20px;
}

.landing_book_ing .form-control {
    height: 37.5px;
    border-radius: 0;
    width: 50%;
    font-size: 13px;
    display: inline-block;
    border-left: 0;
    padding: 10px 0;
}

.landing_book_ing .input-group-prepend {
    margin-right: -1px;
    width: auto;
}

.landing_book_ing .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.landing_book_ing .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 6px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border-left: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    border-right: 0;
}

.landing_book_ing .input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.landing_book_ing .form-addons .fa {
    font-size: 14px;
    color: #666;
    position: relative;
    top: 0px;
}

.landing_book_ing .input-group-prepend .input-group-text {
    /*border: none;*/
    box-shadow: none;
}

.landing_book_ing_btn .btn {
    margin-top: 0 !important;
    padding: 9.5px 14px;
    text-transform: uppercase !important;
    font-weight: 500;
    width: auto;
    margin: 0;
    line-height: normal;
}

.landing_book_ing .input-group-prepend {
    margin-right: -1px;
    width: auto;
}

@media (min-width: 767px) {
    .landing_book_ing {
        width: 74%;
        align-items: center;
        display: inline-block;
        margin-top: 5px;
    }
    .landing_book_ing_btn {
        width: 24%;
        text-align: right;
        margin-top: 5px;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .landing_book_ing .input-group {
        margin-top: 10px;
    }
    .landing_book_ing_btn .btn {
        width: 100%;
        margin: 7px 0;
    }
    .landing_book_ing_btn {
        width: 100%;
        margin-top: 7px;
    }
    .fleet-card-wrap .fleet-detail .details {
        width: 80% !important;
    }
}

@media (max-width: 640px) {
    .fleet-card-wrap .fleet-detail .details {
        width: 80% !important;
    }
}

.top_header {
    padding-bottom: 3.5px;
    padding-top: 3.5px;
    /* background: #e40a15; */
}

.contentToHide {
    display: none;
}
.no-padding {
    /*padding: 0!important;*/
}

.top_header ul.social li {
    /*margin-top: 9px;*/
}

.social li:first-child {
    margin-left: 0;
}

.social li {
    display: inline-block;
    /*margin-right: 20px;*/
    padding: 3px 10px;
}

.social li a {
    color: #fff;
    /*color: #4a4a4a;*/
}

.top_header .top_menu ul li a {
    color: #4a4a4a;
    text-transform: capitalize;
    text-decoration: none;
}

.top_header .top_menu ul li:first-child {
    padding-left: 0;
}

.top_header .top_menu ul li.language-select {
    margin-top: 3px;
}

.top_header .top_menu ul li {
    float: left;
    padding-left: 22px;
    padding-right: 22px;
    position: relative;
    font-size: 13px;
    margin-top: 8px;
}

.top_header .top_menu ul {
    display: inline-block;
    list-style: none;
}

.top_header .top_menu ul {
    padding-left: 0;
}

.top_header .top_menu ul li:before {
    content: "|";
    position: absolute;
    left: -1px;
    color: #fff;
    /*color: #4a4a4a;*/
}

.top_header .top_menu ul li:first-child:before {
    content: "";
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    background-color: white;
    border-radius: 0;
    font-weight: normal !important;
    padding: 3px 2px;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    /*color: #fff;*/
    color: #444;
}

@media only screen and (max-width: 991px) and (min-width: 770px) {
    .top_header .top_menu {
        text-align: center;
    }
}

@media (max-width: 769px) {
    .inner-sitemap {
        display: none;
    }
    .top_header .social {
        /*display: none;*/
        text-align: center;
    }
    .top_header .top_menu ul li.language-select {
        float: none;
        padding-right: 0;
        width: 100%;
    }
    .top_header .top_menu ul li {
        float: none;
        display: inline-block;
    }
    .top_header .top_menu ul {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 769px) and (min-width: 319px) {
    .top_header .top_menu ul li {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .top_header .top_menu ul li {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/***child-seat***/

.child-templete .child-banner {
    background: url(../images/banner/child-seat.jpg) center;
}

.child-templete .child-wrapper h1 {
    letter-spacing: 0.1px;
    color: #303030;
    text-align: center;
    font-weight: 400;
    margin-bottom: 35px;
}

.child-templete .child-wrapper p {
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 0.5px;
    /*text-align: justify;*/
}

.child-templete .child-wrapper .btn-ghost {
    display: inline-block;
    margin-top: 30px;
}

.child-templete .child-wrapper figure {
    text-align: center;
    /*width: 62%;*/
    margin: 0 auto;
}

.child-templete .seat-type {
    padding: 30px 0 60px;
}

.child-templete .seat-type > .row div[class*="col-"] {
    /*border-right: 1px solid #ddd;*/
}

.child-templete .seat-type > .row div[class*="col-"]:last-child {
    border: 0;
}

.child-templete .seat-type .avail-seat {
    padding: 40px 30px;
    background: #fff;
    /*margin: 34px;*/
    text-align: left;
    border-radius: 10px;
}

.child-templete .seat-type .checked-svg {
    width: 16%;
    margin: 0 auto;
}

.child-templete .seat-type h2 {
    letter-spacing: 0.1px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
}

.child-templete .seat-type ul {
    margin-left: 20px;
}

.child-templete .seat-type li {
    position: relative;
    padding: 5px 0;
}

.child-templete .seat-type li:before {
    position: absolute;
    content: "\f0a4";
    font-family: "FontAwesome";
    color: #29a042;
    left: -20px;
}

.child-templete .seat-type article {
    text-align: center;
}

.child-templete .seat-type article h4 {
    letter-spacing: 0.1px;
    color: #303030;
    font-weight: 700;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}

.child-templete .ft-feedback .client-slider .client-des {
    background: #ffffff;
}

/*figure {
    overflow: hidden;
}

figure img {
    width: 100%;
}*/

img {
    -webkit-user-drag: none;
    /* Prevents dragging of images/divs etc */
    user-drag: none;
    max-width: 100%;
}

.h2index {
    font-size: 28px;
    font-weight: 700;
    color: #0d47a1;
}

.btn-triad {
    background: linear-gradient(to right, #96f321, #6abe01) !important;
    border: 0px solid #96f321 !important;
    color: #fff !important;
    font-weight: 700;
}

.car_overview {
    padding: 5px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    margin-bottom: 10px;
}

.car_overview figure {
    min-height: 112px;
}

.car_overview img {
    width: 200px;
    height: 115px;
    object-fit: contain;
}

.top-footer {
    background: #4f4c4c;
    padding: 40px 0;
}

.top-footer h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

ul.list-footer-style li {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    list-style-type: none;
}

.list-footer-style {
    padding-left: initial;
}

.list-footer-style li a {
    color: #fff;
    text-decoration: none;
}

.inner-page-banner-area {
    text-align: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    padding: 175px 0 120px;
}

.inner-page-banner-area:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.inner-page-banner-area h1 {
    color: #fff;
    font-weight: bold;
}

.clear {
    clear: both;
}

.landing_footer {
    padding: 90px 0 45px;
}

.landing_footer .taxi-li {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .landing_footer {
        padding: 35px 0;
    }
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
    /*
 padding: 0 4px; */
    text-overflow: ellipsis;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6 !important;
    /* font-size: 11px !important; */
    color: #333;
}

.easy-autocomplete-container ul {
    /* overflow: hidden; */
    overflow-y: scroll;
    height: 200px;
    z-index: 99999;
    position: relative;
}

.login_btn_container {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.hide_feature_section {
    display: none;
}

header {
    border-top: none;
    border-bottom: none;
}

.feature-box {
    padding: 0 0 20px 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.feature-box .feature-box-icon {
    font-size: 50px;
    padding: 20px 0;
    line-height: 24px;
}
.feature-box .feature-box-title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
}
/* British Express cars */
.british-template .nav-item.active:after {
    background: var(--british_express_primary_color);
}
.british-template .app_download_section1,
.british-template .app_download_section2 {
    display: block;
    background: radial-gradient(
        circle,
        rgba(238, 174, 202, 1) 0%,
        rgba(237, 237, 237, 1) 100%
    );
}

.british-template header {
    border-top: 3px solid #ee5960;
    border-bottom: 3px solid #0e8ab9;
}

.british-template .top_header {
    background-color: var(--british_express_primary_color);
}
.british-template .btn-custom {
    background: #1bcd73;
}
.british-template.booking-wrapper .quote-sys-wrapper .quote-inr-wrap .desc h2 {
    color: var(--british_express_primary_color);
}
.british-template .british_express_logo {
    display: block;
}

.british-template .description_title {
    color: var(--british_express_primary_color);
}

.british-template .licensed_driver_icon_tbc,
.british-template .price_guaranteed_icon_tbc,
.british-template .waiting_time_icon_tbc,
.british-template .greet_icon_bec {
    display: none;
}

.british-template .world_around_us_container {
    background: linear-gradient(to right, #e50914, #e50914);
}

.british-template .child-wrapper {
    background: var(--british_express_primary_color);
}

.british-template .bec_features_section {
    display: flex;
}

.british-template .booking_details_total_price span {
    background: var(--british_express_primary_color);
}
.british-template .main-banner-btn {
    background-color: #0cb862;
}
.british-template .quote .form-control:focus {
    border-color: var(--british_express_primary_color);
}

.accept-cookie-container {
    position: fixed;
    bottom: 0px;
    display: none;
    background-color: white;
    backdrop-filter: blur(4px);
    min-width: 100%;
    max-width: 100%;
    min-height: 90px;
    max-height: 90px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    z-index: 50;
    padding: 20px;
    transition: all 150ms linear;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.44);
    -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.44);
}

.accept-cookies-content {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    border-radius: 0.5rem;
    color: white;
}
@media (max-width: 600px) {
    .accept-cookie-container {
        min-height: max-content;
        max-height: max-content;
    }
    .accept-cookies-content {
        display: flex;
        flex-direction: column;
    }
}
.british-template .accept-cookies-button {
    background: var(--british_express_primary_color);
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

/* travel Bird CSS */
.travel-template .nav-item.active:after {
    background: var(--travel_bird_yellow);
}
.travel-template header {
    border-top: none;
    border-bottom: 3px solid #17a2b8;
}

.travel-template .top_header {
    background-color: var(--travel_bird_primary_color);
}

.travel-template .login_btn_container .login_btn {
    background-color: var(--travel_bird_yellow);
    color: black;
}

.travel-template .travel_bird_logo {
    display: block;
}

.travel-template .main-banner-btn {
    background-color: #17a2b8;
}
.travel-template .btn-custom {
    background-image: linear-gradient(
        to right,
        #17a2b7 0%,
        #343434 107%,
        #ff8008 100%
    );
}
.travel-template.booking-wrapper .quote-sys-wrapper .quote-inr-wrap .desc h2 {
    color: #000;
}
.travel-template .app_download_section1,
.travel-template .app_download_section2 {
    display: block;
    background-image: linear-gradient(135deg, #17a2b8, #ffffff);
}

.travel-template .description_title {
    color: var(--travel_bird_primary_color);
}
.travel-template .fleet-details-icon {
    color: #17a2b8 !important;
}
.travel-template .licensed_driver_icon_bec,
.travel-template .price_guaranteed_icon_bec,
.travel-template .waiting_time_icon_bec,
.travel-template .greet_icon_bec {
    display: none;
}

.travel-template .world_around_us_container {
    background: var(--travel_bird_primary_color);
}
.travel-template .child-wrapper {
    background: var(--travel_bird_primary_color);
}
.travel-template .tbc_features_section {
    display: flex;
}

.travel-template .booking_details_total_price span {
    background: var(--travel_bird_primary_color);
}

.travel-template .quote .form-control:focus {
    border-color: #1e1d1d;
}

.travel-template .accept-cookies-button {
    background: var(--travel_bird_primary_color);
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

/* Inifinity Transfer CSS */
.infinity-template .nav-item.active:after {
    background: var(--infinity_transfer_orange);
}
.infinity-template header {
    border-top: none;
    border-bottom: 3px solid #eb521e;
}

.infinity-template .top_header {
    background-color: var(--infinity_transfer_primary_color);
}

.infinity-template .login_btn_container .login_btn {
    background-color: var(--infinity_transfer_orange);
    color: black;
}

.infinity-template .travel_bird_logo {
    display: block;
}

.infinity-template .main-banner-btn {
    background-color: #eb521e;
}
.infinity-template .btn-custom {
    background: #eb521e;
}
.infinity-template.booking-wrapper .quote-sys-wrapper .quote-inr-wrap .desc h2 {
    color: #000;
}
.infinity-template .app_download_section1,
.infinity-template .app_download_section2 {
    display: block;
    background-image: linear-gradient(135deg, #eb521e, #ffffff);
}

.infinity-template .description_title {
    color: var(--infinity_transfer_primary_color);
}
.infinity-template .fleet-details-icon {
    color: #eb521e !important;
}
/* .infinity-template .licensed_driver_icon_bec,
  .infinity-template .price_guaranteed_icon_bec,
  .infinity-template .waiting_time_icon_bec,
  .infinity-template .greet_icon_bec {
    display: none;
  } */

.infinity-template .world_around_us_container {
    background: var(--infinity_transfer_primary_color);
}
.infinity-template .child-wrapper {
    background: var(--infinity_transfer_primary_color);
}
.infinity-template .tbc_features_section {
    display: flex;
}

.infinity-template .booking_details_total_price span {
    background: var(--infinity_transfer_primary_color);
}

.infinity-template .quote .form-control:focus {
    border-color: #1e1d1d;
}

.infinity-template .accept-cookies-button {
    background: var(--infinity_transfer_primary_color);
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.infinity-template {
    .dropdown-selected {
        display: flex;
        color: #fff;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        border: none;
        border-radius: 0px;
        cursor: pointer;
        background-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .top-menu {
        height: 100%;
        padding: 8px 0;
        color: white;
        background: #1a1a1a80;
        border-bottom: 1px solid #656565;
        box-shadow: 0px -1px 2px 0px #00000005;
        box-shadow: 0px 4px 9px 0px #00000014;
    }
    .top-menu ul li a {
        color: white;
    }

    .login-btn,
    .dropdown-selected {
        padding: 0;
    }
    .dropdown-container {
        width: 110px;
    }
    .header {
        border-bottom: none;
    }

    .top-menu ul li:first-child a {
        border: none;
    }
    .navbar .nav-item {
        border: none;
    }
    .navbar .nav-item .nav-link {
        color: white;
        text-align: right;
    }
    .nav-item {
        width: auto;
    }
    .navbar-expand-lg .navbar-nav {
        width: auto;
    }

    .main-banner .container {
        margin-top: 100px;
        position: absolute;
        z-index: 1;
    }
    .app_download_section1 {
        background: url(./../../images/downloadapp.png);
        background-size: cover;
        background-position: center;
    }

    .app_download_section2 {
        height: 400px;
        display: flex;
        align-items: center;
        background: #f4f4fa;
        .app_image {
            transform: scale(2);
            position: relative;
            top: 75px;
        }
    }

    .why-choose .mb-5:not(:last-child),
    .my-5 {
        margin-bottom: 7rem !important;
    }
    .why-choose .why-us-img:nth-child(even) {
        display: flex;
        justify-content: right;
    }

    .client-wrapper {
        border: none;
        border-radius: 16px;
        box-shadow: 0px 2px 5px 0px #00000029;
        background: #ffffff;
        margin: 5px;
        box-shadow: 0px 0px 5px 0px #0000001f;
    }

    .heading h2 {
        margin-bottom: 0px;
    }

    .section-break {
        padding: 60px 0 75px;
    }

    .card {
        background: none;
        width: 100%;
        border: 1px solid #e3e5ea;
        border-radius: 8px;
    }

    .fleet-wrap2 .row {
        display: flex;
        justify-content: space-between;
    }

    .fleet-card {
        position: relative !important;

        .fleet-title {
            font-weight: 800;
            margin: 20px 0 20px;
        }
    }

    .nav-ctn {
        display: none !important;
        gap: 20px;
    }

    .nav-item {
        border: none;
    }

    header .menu-logo-container {
        display: flex;
        align-items: center;
        justify-content: right;
        width: 100%;
        height: 100%;
    }
    header #menu-icon {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }
    @media (min-width: 1035px) {
        .nav-ctn {
            display: flex !important;
        }

        #bottom-nav.open {
            display: none;
        }

        header .menu-logo-container {
            display: none;
        }
    }
    @media (min-width: 768px) {
        .app_download_section1 img {
            display: block;
        }
    }

    @media (min-width: 768px) {
        .fleet-card {
            position: absolute !important;
            bottom: -112px;
            left: 50%;
            translate: -50%;
        }
        .service-section {
            margin-bottom: 146px !important;
        }
    }

    .btn-link {
        text-decoration: underline !important;
        color: #212121;
    }
    .card-img-top {
        height: 100px;
        object-fit: cover;
    }
    .service-section {
        position: relative;
        background-color: #f4f4fa;
        margin-bottom: 0px;
    }
    .card-body {
        .card-title {
            margin-top: 0;
        }
    }

    .dropdown-menu {
        background: white;
        border-radius: 5px;
        box-shadow: rgb(139, 139, 139) 0px 0px 10px 0px;
    }

    .dropdown-item {
        color: black !important;
        padding: 10px;
    }
    .dropdown-item:hover {
        background-color: #f5f5f5;
    }

    .terms-services-links a {
        color: white;
        text-decoration: underline !important;
        text-underline-offset: 6px;
        margin: 0 5px;
        position: relative;
        font-size: 14px;
    }
    .terms-services-links a::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: white;
        position: absolute;
        left: 0;
        bottom: -4px;
        transform: scaleX(0);
        transition: all 0.3s ease-in-out;
    }
    .terms-services-links a:hover::after {
        transform: scaleX(1);
    }

    .custom-select {
        width: 250px;
        font-size: 16px;
        appearance: none;
        border-radius: 5px;
        cursor: pointer;
        background-color: black;
        border: 1px solid #6a6a6a;
        padding: 8px;
        color: white;
        height: auto;
    }

    .select-container {
        position: relative;
        display: inline-block;
    }

    .select-container::after {
        content: "▼";
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        pointer-events: none;
    }

    /* Flag styles */
    .flag {
        width: 20px;
        height: 15px;
        margin-right: 8px;
        vertical-align: middle;
    }

    .dropdown-menu .dropdown-submenu {
        position: relative;
    }

    .dropdown-menu .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0;
        position: absolute;
        display: none;
    }

    .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-selected-content {
        font-weight: 800;
    }

    .why-us-img {
        display: flex;
        justify-content: center;
        .img-fluid {
            object-fit: contain;
        }
    }

    .stripe-card {
        border: 1px solid;
        padding: 0px 5px;
        border-radius: 8px;
        margin-top: 20px;
        position: relative;
        padding: 20px;
        img {
            height: 25px;
            margin: 0px 2px;
        }
    }

    .margin-top {
        margin-top: 95px;
    }

    .navbar-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
        background-color: transparent;
    }

    .top_header {
        background-color: transparent;
    }

    .nav-black {
        .top_header {
            background-color: #181818;
        }
        .top-menu {
            background-color: #232323;
        }
    }

    .quote-top-menu {
        height: 100%;
        padding: 8px 0;
        color: black;
        background: white;
        border-bottom: 1px solid #dfdfdf;
        box-shadow: 0px -1px 2px 0px #dcdcdc05;
        box-shadow: 0px 4px 9px 0px #d9d9d914;
        img {
            /* filter: invert(1); */
            height: 48px;
            width: 257px;
        }
    }

    .stripe-title {
        position: absolute;
        top: -25px;
        background-color: black;
    }

    .fleet-page-wrapper .fleet-card {
        position: relative !important;
        bottom: 0;
        left: 0;
        translate: none;
        margin-top: 20px;
    }
}

/* Infinity Css End */

.date-time-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}

.picker-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.date-time-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #eaf4ff;
    background: #eaf4ff;
    font-weight: normal;
    color: #222 !important;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #eaf4ff;
    background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #222 !important;
    text-decoration: none;
}

.ui-menu-item {
    position: relative !important;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative !important;
    font-size: 15px !important;
    color: #676767 !important;
    padding: 8px 18px 8px 25px !important;
    border-bottom: 1px solid #ddddddbf !important;
}
.ui-menu.ui-widget {
    max-width: 370px !important;
}
.ui-autocomplete.ui-front li:before {
    position: absolute;
    left: 8px;
    top: 12px;
    z-index: 999;
    content: "\f041";
    color: #222 !important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
}

.account-tab-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*margin-bottom: 30px;*/
}
.account-tab {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1efea;
    padding: 2px;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #0e8ab9;
}

.account-tab-btn {
    border: none;
    background: none;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 40px;
    cursor: pointer;
    border: none !important;
    outline: none !important;
}

.account-tab-btn:nth-of-type(2) {
    border-left: 1px solid rgb(95, 162, 224) !important;
    border-right: 1px solid rgb(95, 162, 224) !important;
}
.account-tab-btn-active {
    background-color: #0e8ab9;
    color: white;
    border-radius: 4px;
    border: none !important;
    outline: none !important;
}

/* Aeroride css start */

.aeroride-template {
    .header .sign-in-btn {
        padding: 7px 20px;
        background: #17a2b7;
        border-radius: 5px;
        color: white;
        font-weight: 700;
    }

    .last-footer {
        background-color: var(--aeroride_secondary_color);
    }

    .top_header {
        display: none;
    }

    .accept-cookies-button {
        background: var(--aeroride_primary_color);
        border: none;
        padding: 6px 12px;
        border-radius: 4px;
        color: #fff;
        cursor: pointer;
    }

    .booking-wrapper .quote-sys-wrapper h5 {
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 10px;
        font-weight: 600;
        color: rgba(68, 67, 67, 0.73);
    }

    .btn-custom {
        background-color: var(--aeroride_primary_color);
        /* background-image: linear-gradient(to right, var(--aeroride_primary_color) 0%, #343434 107%, #ff8008 100%); */
    }

    .trip-details h3 {
        color: var(--aeroride_primary_color);
    }

    .dropdown-container {
        width: max-content;
        margin: 0px;
    }

    .dropdown-container .dropdown-icon {
        display: none !important;
    }

    .dropdown-selected {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px !important ;
        border-radius: 5px;
        cursor: pointer;
        background-color: white;
        box-shadow: none !important;
        border: none !important;
    }

    .dropdown-selected .dropdown-selected-content {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .dropdown-selected img {
        margin-right: 0px !important;
        object-fit: cover !important;
    }

    .top-menu ul li img {
        height: 23px !important;
        width: 20px !important;
        margin: none !important;
    }

    .btn-custom {
        background-image: none !important;
        background-color: var(--aeroride_primary_color);
    }
}

.aeroride-template .nav-item.active:after {
    background: var(--travel_bird_yellow);
}

.aeroride-template .login_btn_container .login_btn {
    background-color: var(--travel_bird_yellow);
    color: black;
}

.aeroride-template .travel_bird_logo {
    display: block;
}

.aeroride-template .main-banner-btn {
    background-color: #17a2b8;
}
.aeroride-template .btn-custom {
    background-image: linear-gradient(
        to right,
        var(--aeroride_primary_color) 0%,
        #343434 107%,
        #ff8008 100%
    );
}
.aeroride-template.booking-wrapper .quote-sys-wrapper .quote-inr-wrap .desc h2 {
    color: #000;
}
.aeroride-template .app_download_section1,
.aeroride-template .app_download_section2 {
    display: block;
    background-image: linear-gradient(135deg, #17a2b8, #ffffff);
}

.aeroride-template .description_title {
    color: var(--travel_bird_primary_color);
}
.aeroride-template .fleet-details-icon {
    color: #17a2b8 !important;
}
.aeroride-template .licensed_driver_icon_bec,
.aeroride-template .price_guaranteed_icon_bec,
.aeroride-template .waiting_time_icon_bec,
.aeroride-template .greet_icon_bec {
    display: none;
}

.aeroride-template .world_around_us_container {
    background: var(--travel_bird_primary_color);
}
.aeroride-template .child-wrapper {
    background: var(--travel_bird_primary_color);
}
.aeroride-template .tbc_features_section {
    display: flex;
}

.aeroride-template .booking_details_total_price span {
    background: var(--travel_bird_primary_color);
}

.aeroride-template .quote .form-control:focus {
    border-color: #1e1d1d;
}

.aeroride-template {
    .ar-btn {
        background: var(--aeroride_primary_color);
        cursor: pointer;
        width: fit-content;
        border-radius: 0.5rem;
        font-weight: 600;
        color: #fff;
        font-size: 1.125rem;
        padding: 11px 32px;
    }

    .ar-btn:hover {
        background: #1b93a6 !important;
    }

    header .nav-item {
        border: none;
        width: max-content;
    }

    .sub-header {
        padding: 20px 20px;
        font-size: 19px;
        font-weight: 700;
    }

    .top-menu ul li:first-child a {
        border-right: none;
    }

    .top-menu .dropdown-menu {
        background-color: white;
        box-shadow: 0px 10px 20px 0px #9294954d;
    }
    .top-menu .dropdown-menu a {
        font-size: 15px;
        font-weight: 500;
        color: #606060;
        padding: 10px 20px;
    }

    header .top-menu {
        box-shadow: 0 3px 3px rgb(0 0 0 / 0.12);
    }

    header .navbar-brand .website-logo {
        width: 240px;
        height: 32px;
        object-fit: contain;
    }

    header .navbar-container {
        display: flex;
    }

    header nav .nav-items-ctn {
        display: flex;
        gap: 20px;
    }

    header nav .nav-ctn {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-right: 10px;
    }

    header nav .nav-ctn li a {
        font-size: 16px;
        color: black;
        font-weight: 700;
    }

    header nav .ar-btn {
        background: var(--aeroride_primary_color);
        cursor: pointer;
        width: fit-content;
        border-radius: 0.5rem;
        font-weight: 600;
        color: #fff;
        font-size: 1.125rem;
        padding: 11px 32px;
    }

    .banner .banner-form {
        box-shadow: 0px 10px 20px 0px #888888;
        min-width: 100%;
    }

    @media (min-width: 768px) {
        .banner .banner-form {
            min-width: 420px;
        }
    }

    .banner .getquotebtn {
        background-color: var(--aeroride_primary_color);
    }

    .app_download_section1 {
        /* background-image: url("/public/assets/images/bg-map-2.jpg") !important; */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background: radial-gradient(
            circle,
            rgba(23, 162, 183, 0.53) 0%,
            rgba(94, 189, 200, 0.24) 100%
        );
        width: 100%;
        position: relative;
        z-index: 1;
        height: 270px;
        position: relative;
    }

    .app_download_section1 .desc_section1 p {
        width: 73%;
    }

    .app_download_section1 .desc_section1,
    p {
        color: black;
    }

    .app_download_section1 .desc_section1,
    p {
        color: black;
    }

    .app_image_container1 {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;

        img {
            display: none;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -1;
        }
    }

    .nav-ctn {
        display: none !important;
    }

    header .menu-logo-container {
        display: flex;
        align-items: center;
        justify-content: right;
        width: 100%;
        height: 100%;
    }

    header #menu-icon {
        filter: invert(1);
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    @media (min-width: 1035px) {
        .nav-ctn {
            display: flex !important;
        }

        header .menu-logo-container {
            display: none;
        }

        #bottom-nav.open {
            display: none;
        }
    }

    @media (min-width: 768px) {
        .app_download_section1 img {
            display: block;
        }
    }

    .services-section {
        text-align: center;
        padding: 60px 20px;
        background-color: #ffffff;
    }

    .container {
        max-width: 1100px;
        margin: 0 auto;
    }

    .section-title {
        font-size: 36px;
        font-weight: bold;
        color: #121212;
        margin-bottom: 10px;
    }

    .section-description {
        font-size: 16px;
        color: #444;
        margin-bottom: 40px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .services-grid {
        display: flex;
        justify-content: center;
        gap: 40px;
    }

    /* Service Item */
    .service-item {
        max-width: 300px;
        text-align: center;
    }

    .service-item img {
        width: 80px;
        height: auto;
        margin-bottom: 15px;
    }

    .service-item h3 {
        font-size: 20px;
        font-weight: bold;
        color: #121212;
        margin-bottom: 10px;
    }

    .service-item p {
        font-size: 14px;
        color: #666;
    }

    @media (max-width: 992px) {
        .services-grid {
            flex-wrap: wrap;
            justify-content: center;
        }

        .service-item {
            max-width: 45%;
        }
    }

    @media (max-width: 768px) {
        .services-grid {
            flex-direction: column;
            align-items: center;
        }

        .service-item {
            max-width: 100%;
        }
    }

    .features {
        display: flex;
        flex-direction: column;
        gap: 50px;
        padding: 60px 20px;
    }

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

    .feature.reverse {
        flex-direction: row-reverse;
    }

    .feature img {
        width: 45%;
        height: auto;
        border-radius: 10px;
    }

    .feature-content {
        width: 50%;
    }

    .feature-content h3 {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .feature-content p {
        color: black;
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .feature-btn {
        display: inline-block;
        padding: 12px 20px;
        background-color: var(--aeroride_primary_color);
        color: white;
        text-decoration: none;
        font-weight: bold;
        border-radius: 5px;
    }

    .feature-btn:hover {
        background-color: var(--aeroride_primary_color);
    }

    @media (max-width: 768px) {
        .feature {
            flex-direction: column;
            text-align: center;
        }

        .feature.reverse {
            flex-direction: column;
        }

        .feature img {
            width: 100%;
            margin-bottom: 20px;
        }

        .feature-content {
            width: 100%;
        }
    }

    .section-title {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: center;
    }

    .section-description {
        font-size: 1rem;
        color: #666;
        max-width: 700px;
        margin: 0 auto 30px;
        text-align: center;
    }

    .top-cities {
        padding: 60px 20px;
    }

    .cities-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        justify-content: center;
    }

    .city-card {
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease-in-out;
        border: 1px solid #c9c1c1;
    }

    .city-card:hover {
        transform: translateY(-5px);
    }

    .city-card img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

    .city-info {
        padding: 15px;
        text-align: left;
    }

    .city-info h3 {
        font-size: 1.2rem;
        font-weight: bold;
    }

    .city-info p {
        font-size: 0.9rem;
        color: #666;
    }

    @media (max-width: 768px) {
        .cities-container {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 480px) {
        .cities-container {
            grid-template-columns: 1fr;
        }
    }

    .fleet-section {
        padding: 60px 20px;

        .fleet-container {
            display: grid;
            grid-template-columns: repeat(5, 1fr); /* Creates 5 equal columns */
            gap: 20px;
            justify-content: center;
        }

        .fleet-card img {
            width: 100%;
            height: 100px;
            object-fit: contain;
        }

        .fleet-card {
            border-radius: 10px;
            overflow: hidden;
            /* width: 10rem; */
        }

        .fleet-info {
            padding: 15px;
            text-align: center;
        }

        .fleet-info h3 {
            font-size: 1.2rem;
            font-weight: bold;
        }
    }

    @media (max-width: 768px) {
        .fleet-section .fleet-container {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 480px) {
        .fleet-section .fleet-container {
            grid-template-columns: 1fr;
        }
    }

    .book-now {
        display: flex;
        justify-content: space-between;
        background-color: #f5f5f6;
        padding: 30px;
        border-radius: 12px;
    }

    .book-now .right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .book-now .section-title {
        font-size: 18px !important;
        text-align: left;
    }

    .book-now .section-description {
        margin: 0px;
    }

    .book-now .right .section-description {
        margin: 0px;
        font-size: 12px;
    }

    @media (max-width: 480px) {
        .book-now .section-title {
            text-align: center;
        }
        .book-now {
            flex-direction: column;
            gap: 20px;
        }
    }

    .review {
        padding: 60px 20px;
    }

    .review .review-card {
        padding: 40px;
    }

    .review .review-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        justify-content: center;
    }

    .review .review-container .review-desc {
        color: black;
    }
    .review-slider {
        max-width: 1000px;
        margin: auto;
    }

    .review-card {
        /* background: #fff; */
        /* padding: 20px; */
        border-radius: 10px;
        /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
        text-align: center;
        margin: 10px;
        /* margin: 0px 20px; */
    }

    .review-desc {
        font-size: 16px;
        color: #444;
    }

    .flex {
        color: gold;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .prev-btn,
    .next-btn {
        font-size: 16px;
        background: #f4cb3f5c;
        color: white;
        border: none;
        padding: 20px 30px;
        border-radius: 100%;
        cursor: pointer;
        transition: background 0.3s ease;
        margin-right: 20px;
    }

    .prev-btn,
    .next-btn i {
        color: black;
    }

    .prev-btn:hover,
    .next-btn:hover {
        background: #f2c93b5c;
    }

    .arrow-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .arrow-btn button {
        background-color: #ededed;
        padding: 20px 25px;
        border: none;
        outline: none;
        border-radius: 100%;
    }

    @media (max-width: 768px) {
        .review .review-container {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 480px) {
        .review .review-container {
            grid-template-columns: 1fr;
        }
    }

    .new-download {
        min-height: 25rem;
    }

    .download {
        padding: 60px 20px;
        width: 100%;
    }

    .download .section-title {
        font-size: 30px;
        font-weight: 700;
        color: black;
        text-align: left;
    }

    .download .section-desc {
        font-size: 16px;
        color: #666;
        margin-bottom: 30px;
    }

    .new-download {
        position: relative;
        overflow: hidden;
        background-color: #f4f4f4;
        padding: 20px 0px;
        display: flex;
        flex-direction: column;
    }

    .new-download .download-app-image {
        /* position: relative; */
        width: 100%;
        height: 370px;
        object-fit: contain;
    }

    @media (min-width: 768px) {
        .new-download .download {
            width: 60%;
        }

        .new-download .download-app-image {
            position: absolute;
            right: -210px;
            top: -40px;
            bottom: 0;
            width: 1120px;
            height: auto;
        }
    }

    .london-footer {
        background-color: #0e0d0c;
        color: #fff;
        padding: 40px 20px;
        text-align: center;
    }

    .footer-top {
        text-align: left;
    }
    .footer-top img {
        text-align: center;
    }

    .footer-logo {
        max-width: 180px;
        margin-bottom: 20px;
    }

    .footer-links {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 40px;
        text-align: left;
    }

    .footer-column h4 {
        font-size: 16px;
        margin-bottom: 10px;
        color: white;
        text-transform: uppercase;
    }

    .footer-column ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-column ul li {
        margin-bottom: 8px;
    }

    .footer-column ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        transition: color 0.3s;
    }

    .footer-column ul li a:hover {
        color: #aaa;
    }

    .footer-bottom {
        border-top: 1px solid #333;
        padding-top: 20px;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;

        p {
            color: #fff;
        }
    }

    .footer-legal a {
        color: #fff;
        margin: 0 10px;
        font-size: 14px;
        text-decoration: none;
    }

    .footer-legal a:hover {
        color: #aaa;
    }

    .footer-social a img {
        width: 24px;
        margin: 0 10px;
    }

    .footer-payment img {
        width: 120px;
        margin: 0 5px;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .footer-links {
            flex-direction: column;
            text-align: center;
        }

        .footer-top {
            text-align: center;
        }

        .footer-bottom {
            flex-direction: column;
            text-align: center;
            gap: 10px;
        }

        .feature img {
            order: 1;
        }

        .book-now {
            justify-content: center;
            h3,
            p {
                text-align: center !important;
            }
        }
    }
}

/* Aeroride css end */
