/*  style */

* {
    font-family: "Montserrat", sans-serif;
    padding: 0px;
    margin: 0px;
}

.padding-50 {
    padding-bottom: 50px;
}

.navbar-brand img {
    height: 40px;
}

.nav-item .nav-link {
    color: #005E5E;
    font-size: 15px;
    margin: 0px 10px;
}

.login-button {
    color: #fff !important;
    background: #ff8939 0% 0% no-repeat padding-box;
    border-radius: 32px;
    width: 150px;
    text-align: center;
}

    .login-button:hover {
        background: #005E5E;
        color: #fff;
    }

.banner {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slider-content {
    position: absolute;
    bottom: 20%;
    max-width: 500px;
    width: 100%;
}

.banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slider-content h1 {
    color: #005E5E;
    font-weight: 700;
}

.slider-content span {
    color: #FF8939;
}

.slider-content h2 {
    border-bottom: 3px solid #005E5E;
    width: fit-content;
    padding-bottom: 15px;
}

.hero-banner .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    position: absolute;
    left: 8%;
    bottom: 12%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FF8939;
    width: 21px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
}

.easy-axon-title img {
    height: 39px;
}

.easy-axon-title {
    font-size: 30px;
    font-weight: 700;
    color: #0D0D0D;
}

    .easy-axon-title span {
        color: #005E5E;
    }
/*   daily rental search section  */
.daily-rental {
    border-radius: 10px !important;
    position: absolute;
    z-index: 111;
    top: 16%;
    width: 54%;
}

.searchTabs .form-group {
    display: flex;
    align-items: center;
    width: 85%;
    margin: 0px 15px;
    position: relative;
}

.select-icon {
    height: 30px;
    margin: 0px 10px 0px 6px;
}

.label_ico {
    color: #889F9F;
    font-size: 0.95rem;
    font-weight: 800;
}

    .label_ico i {
        color: #005e5e;
        position: absolute;
        right: 10px;
    }

.searchTabs label div {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.btn-find {
    background: #005E5E 0% 0% no-repeat;
    border-radius: 100px 0px 0px 100px;
    color: #fff;
    display: flex;
    position: absolute;
    right: 0;
    font-size: 15px;
}

    .btn-find:hover {
        background: #ff8939;
        color: #fff;
    }

.single-line {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.border-right {
    border-right: 1px solid #ddd;
}

.daily-rental .offer-tags {
    background: #005E5E 0% 0% no-repeat;
    border-radius: 7px 7px 0px 0px;
    width: max-content;
    margin: auto 0;
    padding: 5px 6px 0px;
}

.daily-rental .tab-content {
    background: #fff;
    box-shadow: 0px 5px 12px #005E5E1F;
    border-radius: 8px;
    padding: 22px 0px;
}

.daily-rental .offer-tags .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #005E5E;
    border-radius: 10px 10px 0px 0px;
    font-weight: 600;
}


/*   best offer  */
.best-offer {
    background: transparent linear-gradient(180deg, #F6FFFF 0%, #FFFFFF 100%) 0% 0% no-repeat;
}

.offer-card-panel {
    background: #fff;
    box-shadow: 0px 5px 12px #005E5E1F;
    border-radius: 24px;
}

.offer-tags {
    background: #005E5E 0% 0% no-repeat;
    border-radius: 0px 0px 25px 25px;
    width: max-content;
    margin: auto;
    padding: 10px;
}

    .offer-tags .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #005E5E;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 0px 0px 20px 20px;
        font-weight: 600;
    }

    .offer-tags .nav-item .nav-link {
        color: #fff;
        font-size: 14px;
        margin: 0px 0px;
    }

.offer-icon img {
    height: 60px;
}

.offer-card .card-title {
    color: #FF3939;
}

.offer-card .card-text {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    max-width: 205px;
}

.offer-footer h5 {
    font-size: 23px;
    color: #889F9F;
    font-weight: 600;
}

.offer-code {
    color: #889F9F;
    margin-bottom: 10px;
    font-weight: 500;
}

.offer-footer {
    padding-top: 30px;
}

.offer-carousel {
    padding: 50px;
}

.offer-card .card-body {
    border: none;
    /*position: absolute;*/
    top: 21%;
    left: 59px;
    bottom: 0;
}

.offer-card {
    position: relative;
}

/*   Most Booked  */
.section-subtitle {
    font-size: 1rem;
    color: #6c757d;
}

.car-card {
    border: none;
    box-shadow: 0px 5px 12px #005E5E1F;
    border-radius: 24px;
}

.card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-body {
    border-top: 1px solid #ccc;
}

.card-title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.card-text {
    color: #6c757d;
    margin-bottom: 0;
    display: inline-block;
}

.card-link {
    display: inline-block;
    color: #01796f;
    text-decoration: none;
    position: absolute;
    right: 0;
    padding: 7px;
    bottom: 0;
    transition: all 0.5s;
    background: #F0F5F5 0% 0% no-repeat;
    border-radius: 10px 0px;
    font-size: 14px;
}

    .card-link:hover {
        background: #01796f;
        color: #fff;
    }

        .card-link:hover .ch-right {
            padding-left: 5px;
            transition: all 0.5s;
        }
/*  icon Why ride with Axon icon section  */
.pad-60 {
    padding: 60px 0px;
}

.ride-grid h4 {
    font-size: 19px;
    color: #ff8939;
    font-weight: 500;
    margin: 20px 0px 10px;
}

.ride-grid p {
    font-size: 14px;
    color: #fff;
}

.ride-grid img {
    height: 51px;
}

.ride-section {
    position: relative;
    background: #000;
}

.ride-grid {
    padding: 30px;
}

.ride-title {
    color: #fff;
}

    .ride-title span {
        color: #ff8939;
    }

.ride-section video {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.video-pnl {
    position: relative;
    overflow: hidden;
    margin-top: -35%;
}

.video-offers {
    height: 500px;
    background-attachment: fixed;
}

    .video-offers:after {
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        background: #0000008a;
        position: absolute;
        top: 0;
    }

/*  What Client Say For Axon section  */
.padding-60 {
    padding: 60px 0px;
}

.client-section {
    background: #FCFDFD 0% 0% no-repeat;
}

.testimonial_title {
    padding: 3rem 0 0.1rem 0;
    background: #005e5e17 0% 0% no-repeat;
    border-radius: 24px 24px 0px 0px;
}

.testimonial_card {
    position: relative;
    margin: 30px 0px;
}

.testi-body {
    padding: 20px;
}

.client-card {
    background: #FFFFFF 0% 0% no-repeat;
    box-shadow: 0px 5px 12px #005E5E1F;
    border-radius: 24px;
    margin-top: -40px;
}

.header_testimonial {
    position: relative;
}

.client-box {
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50px;
    overflow: hidden;
    margin: auto;
    background: #fff;
    position: relative;
    z-index: 111;
}

.pink-pnl {
    background: #fff1e7 0% 0% no-repeat;
}

.header_testimonial:after {
    content: '';
    display: block;
    background: url(../../../assets/images/right.svg) no-repeat;
    height: 60px;
    position: absolute;
    top: 10px;
    width: 65px;
    left: 20px;
    opacity: 0.2;
}

.header_testimonial::before {
    content: '';
    display: block;
    background: url(../../../assets/images/left.svg) no-repeat;
    height: 60px;
    position: absolute;
    bottom: 10px;
    width: 65px;
    right: 20px;
    opacity: 0.2;
}

/* client rating section */
.rating-count {
    background: #005E5E 0% 0% no-repeat;
    padding: 40px 0px;
}

.count-pnl h5 {
    color: #FF8939;
    font-size: 30px;
    font-weight: 700;
}

.count-pnl p {
    color: #fff;
}

/* Faqs section */
.faqtabs .accordion-item {
    border: none !important;
    margin-bottom: 20px !important;
}

.faqtabs .accordion-button {
    background: #FFFFFF 0% 0% no-repeat;
    box-shadow: 0px 5px 12px #005E5E1F;
    border-radius: 10px !important;
    font-size: 15px;
    font-weight: 500;
}

    .faqtabs .accordion-button::after {
        transform: rotate(270deg);
    }

.accordion-body {
    background: #FFFFFF 0% 0% no-repeat;
    box-shadow: 0px 5px 12px #005E5E1F;
    border-radius: 20px;
    font-size: 15px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background: #009688 !important;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
    position: relative;
}

.accordion-button.collapsed.faqbutton.active {
    background: #333;
    color: #fff;
}

/* footer section */

footer {
    background: transparent linear-gradient(180deg, #005E5E 0%, #003030 100%) 0% 0% no-repeat;
    padding: 30px 0px 0px;
    color: #fff;
}

.social-ic {
    display: flex;
    margin: 20px 0;
}

    .social-ic li a {
        color: #fff;
    }

    .social-ic li {
        height: 30px;
        width: 30px;
        margin: 0 13px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        background: #002828;
    }

.footer-content li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    line-height: 2.5;
}

.axon-footer img {
    height: 40px;
    margin-bottom: 30px;
}

.axon-footer p {
    font-size: 13px;
    padding-right: 80px;
}

.contact-pnl li {
    display: flex;
    font-size: 13px;
}

    .contact-pnl li i {
        color: #FF8939;
        font-size: 16px;
        margin-right: 10px;
    }

.footer-content h5 {
    font-size: 17px;
    margin: 20px 0px;
}

    .footer-content h5:after {
        content: '';
        width: 53px;
        background: #FF8939;
        height: 4px;
        display: block;
        margin: 9px 0px;
    }

.footer-copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0px;
    border-top: 2px dashed #dddddd52;
}

.copy-content img {
    height: 34px;
}

.copy-content {
    font-size: 13px;
}

.road-image {
    overflow: hidden;
    position: relative;
    padding: 40px 0px 0px;
}

    .road-image img {
        margin-top: -15px;
        animation: moveCar 15s linear infinite;
    }

@keyframes moveCar {
    0% {
        left: -100px;
    }

    100% {
        left: calc(100% + 50px);
    }
}

.car-icon {
    height: 70px;
    position: relative;
    margin-left: 14px;
}
/* search tabs */
.popular_city_nm {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 1rem !important;
}

.cities-name {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

    .cities-name li {
        width: 16.66%;
        padding: .2rem 0 0;
    }

        .cities-name li span {
            display: block;
            min-width: 100%;
            width: 100%;
            text-align: center;
            font-size: 14px;
            padding-top: 6px;
        }

        .cities-name li img {
            background: #bababa96;
            display: block;
            width: 60%;
            margin-left: auto;
            margin-right: auto;
        }

.search-wapper {
    padding: 2rem;
    background-color: #fff;
    box-shadow: 8px 8px 10px rgba(44, 44, 92, .15);
    border-radius: 10px 10px 0 0;
    transition: all .2s ease;
    display: block;
}

.place-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #005e5e;
}

.cities_all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    flex-flow: wrap;
}

    .cities_all li span {
        font-weight: 400;
        font-size: 12px;
        line-height: 21px;
        color: #333;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
    }

    .cities_all li {
        width: 16.66%;
        padding: .2rem 0 0;
    }

.ui-widget.ui-widget-content {
    border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #eeeeee8f;
    font-weight: normal;
    color: #333;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #005e5e;
    color: #fff !important;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: #005e5e;
    color: #ffffff !important
}

.ui-datepicker th {
    font-weight: 500;
    font-size: 14px;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.5em;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.search-wapper {
    display: none;
}

.searchTabs .showdropdown.active {
    border: 1px solid #098989;
    border-radius: 8px;
    padding: 3px 5px 5px 1px;
}

.set-time {
    display: flex;
    gap: 22px;
}

    .set-time div {
        display: flex;
        flex-direction: column;
    }

.btn-sm {
    font-size: 20px;
    text-align: center;
    padding: 0px;
    margin: 10px 0px;
    color: #005e5e;
}

.time-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    align-items: center;
    text-align: center;
    color: #005e5e;
}

.dateright-line {
    border-right: 1px solid #ddd;
}

.timePanel {
    padding: 30px 10px;
    height: 60%;
    display: flex;
    align-items: center;
}

.btn-info {
    background: #005e5e;
    color: #fff !important;
    border: none;
    border-radius: 20px;
    width: 90px;
}

/* Products CSS */
.header-active {
    background: #055;
    color: #fff;
}

    .header-active .nav-item .nav-link {
        color: #fff;
        font-size: 15px;
        margin: 0px 10px;
    }

    .header-active .login-button {
        color: #055 !important;
        background: #fff;
        border-radius: 32px;
        width: 150px;
        text-align: center;
        font-weight: 500;
    }

.product-section {
    background: #FFFFFF 0% 0% no-repeat;
    box-shadow: 0px 5px 12px #005E5E1F;
    padding: 15px 0px;
    margin-top: 5%;
}

.btn-Modify {
    background: #005E5E 0% 0% no-repeat;
    border-radius: 30px;
    color: #fff;
    line-height: 1.5;
    font-size: 15px;
}

.filterLists li {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    font-size: 13px;
    color: #0D0D0D;
    border-bottom: 1px solid #ddddddad;
}

.card-header {
    background: #FF8939 0% 0% no-repeat;
    border-radius: 20px 20px 0px 0px !important;
    padding: 10px;
    align-items: center;
}

    .card-header h5 {
        color: #fff;
        margin-bottom: 0px;
        font-size: 17px;
    }

.product-wapper {
    background: #F2F7F7 0% 0% no-repeat;
}

    .product-wapper .card-body {
        border-top: 1px solid #ccc0;
        background: #fff;
    }

.card-body h6 {
    padding: 14px 19px 0px;
    color: #889F9F;
    font-size: 14px;
    font-weight: 600;
}

.clear-all {
    background: #fff;
    border-radius: 50px;
    font-size: 13px;
    color: #005e5e;
    font-weight: 600;
}

.form-check-input:checked {
    background-color: #005e5e;
    border-color: #005e5e;
}

.form-check-input {
    width: 1.1em;
    height: 1.1em;
    border: 1px solid rgb(0 94 94);
}

.axon-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.axon-btn-1 {
    background: #005E5E 0% 0% no-repeat;
    border-radius: 0px 16px;
    color: #fff;
    text-decoration: none;
    padding: 9px;
    font-size: 14px;
}

    .axon-btn-1:hover {
        color: #fff;
    }

.axon-btn-2 {
    background: #005E5E 0% 0% no-repeat;
    border-radius: 0px 0px 16px 16px;
    color: #fff;
    text-decoration: none;
    padding: 9px;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.axon-title {
    font-size: 16px;
    font-weight: 600;
    color: #0D0D0D;
}

.car-figure {
    height: 200px;
    background: #eeeeee70;
    border-radius: 12px;
    overflow: hidden;
}

    .car-figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.car-ass {
    display: flex;
    justify-content: start;
    font-size: 13px;
    margin: 10px 0px;
    gap: 8px;
}

.ax-type i {
    display: block;
    justify-content: center;
    text-align: center;
}

.ax-type-price {
    border: 1px solid #889F9F;
    border-radius: 9px;
    text-align: center;
    padding: 4px 7px;
    font-size: 11px;
    width: 100%;
    background-color: #F0F5F5;
    color: black;
}

.ax-type-price-selected {
    border: 1px solid #889F9F;
    border-radius: 9px;
    text-align: center;
    padding: 4px 7px;
    font-size: 11px;
    width: 100%;
    background-color: #005E5E;
    color: white;
}

.ax-type-price-not-selected {
    border: 1px solid #889F9F;
    border-radius: 9px;
    text-align: center;
    padding: 4px 7px;
    font-size: 11px;
    width: 100%;
    background-color: #F0F5F5;
    color: black;
}

.sel-price {
    color: #FF8939;
    font-size: 12px;
    font-weight: 700;
}

.ax-type {
    position: relative;
    width: 100%;
    text-align: center;
}

    .ax-type span {
        color: #889F9F;
        font-size: 12px;
    }

    .ax-type:nth-child(2):after {
        content: '';
        display: block;
        height: 40px;
        width: 1px;
        background: #DCE9E9;
        position: absolute;
        top: 0;
        left: -13px;
    }

    .ax-type:nth-child(3):after {
        content: '';
        display: block;
        height: 40px;
        width: 1px;
        background: #DCE9E9;
        position: absolute;
        top: 0;
        left: -13px;
    }

    .ax-type:nth-child(4):after {
        content: '';
        display: block;
        height: 40px;
        width: 1px;
        background: #DCE9E9;
        position: absolute;
        top: 0;
        left: -13px;
    }

.search-wapper-2 {
    max-width: 800px;
    width: 100%;
    position: absolute;
    z-index: 111;
}

/* header fixed */
.navbar {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}

    .navbar.sticky {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
        background: #005e5e;
        color: #fff;
    }

        .navbar.sticky .nav-item .nav-link {
            color: #fff;
        }

        .navbar.sticky .login-button {
            background-color: #fff;
            color: #005E5E !important;
        }

.topArrow::before {
    content: "\f282";
    transform: rotate(180deg);
}

/* terms condition section */
.top-space {
    padding: 110px 0px 40px;
}

.terms-section {
    color: #fff;
}

.terms-inner-section {
    background-color: #005E5E;
}

.terms-panel p {
    font-size: 14px;
}

.terms-panel h5 {
    font-size: 18px;
    font-weight: 600;
}

.terms-panel {
    background: #005e5e0a;
    padding: 20px;
}

.axon-cars-title {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.ratingBox {
    background: #F5F9F9 0% 0% no-repeat;
    border-radius: 10px;
    padding: 20px;
    width: fit-content;
}

.banner-figure {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 350px;
}

    .banner-figure img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.car-standard {
    background: #fff;
    border-radius: 20px 0px;
    position: absolute;
    padding: 5px 20px;
    font-size: 13px;
    color: #005E5E;
    font-weight: 600;
}

.review-star {
    color: #F8B51B;
}

.products-tags .nav-pills {
    background: #005E5E;
    border-radius: 20px 20px 0px 0px;
    padding: 10px 0px 0px;
}

.products-tags .nav-item .nav-link {
    color: #fff;
    font-size: 15px;
    margin: 0px 5px;
}

.products-tags .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #005e5e !important;
    background-color: #fff;
    line-height: 1.7;
    border-radius: 10px 10px 0px 0px;
}

.products-tags .tab-content {
    background: #fff;
    padding: 15px;
}

.pill-wapper li {
    font-size: 14px;
    padding-bottom: 10px;
}

.package-card {
    background: #fff1e7d4 0% 0% no-repeat;
    border-radius: 20px 20px 0px 0px;
    padding: 15px;
    border-bottom: 2px solid #FF8939;
}

.package-body {
    background-color: #fff;
    border-radius: 20px;
}

.package-c-title h6 {
    font-size: 12px;
    margin-bottom: 1px;
}

.package-c-title p {
    font-size: 12px;
    margin-bottom: 0px;
}

.package-pickup textarea.form-control {
    font-size: 13px;
}

.package-pickup {
    padding: 15px;
}

.axon-cars-title li span {
    color: #889F9F;
    font-weight: 500;
    font-size: 14px;
}

.pick-title-1 span {
    color: #889F9F;
    font-size: 15px;
    line-height: 2.3;
}

.pick-textarea {
    margin: 0px 5px 0px 20px;
}
/* basic plan CSS */
.trip-title {
    color: #889F9F;
    font-size: 16px;
}

.plan-panel {
    display: flex;
    align-items: center;
    gap: 5px;
}

.plan-grid {
    border: 1px solid #005E5E;
    border-radius: 10px;
}

.plan-title {
    background: #005E5E 0% 0% no-repeat;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 2;
}

.plan-body {
    padding: 4px;
    text-align: center;
    font-size: 10px;
}

    .plan-body h5 {
        font-size: 15px;
        margin-bottom: 0px;
        font-weight: 700;
    }

.apply-coupon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px dashed #FF8939;
    border-radius: 6px;
    color: #FF8939;
    cursor: pointer;
    padding: 8px;
}

.rental-charge-type {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
    padding: 4px 0px;
}

.rental-total {
    border-top: 1px solid #ddd;
    padding: 10px 0px;
    margin: 10px 0px 0px;
    margin-bottom: 0px;
}

    .rental-total h6 {
        font-size: 14px;
        color: #0D0D0D;
        font-weight: 600;
    }

.btn-dark-check {
    background: #055;
    border-radius: 50px;
    line-height: 2;
    border: 1px solid #055;
    color: #fff;
}

.dots-line {
    border-bottom: 1px dashed #ff8939;
    margin-top: -10px;
}

.duration-title {
    font-size: 12px;
    text-align: center;
}

.promocode .form-control {
    border-radius: 30px;
    position: relative;
    margin-right: -35px;
    font-size: 15px;
}

.promocode .btn-dark-check {
    line-height: 0;
    padding: 19px 24px;
    margin-right: 10px;
    position: relative;
}

.promo-content p {
    font-size: 13px;
    margin-bottom: 0px;
}

.valid-title {
    font-size: 14px;
    font-weight: 600;
    color: #FF8939;
}

.promo-content h4 {
    font-size: 17px;
    font-weight: 600;
    color: #055;
    margin-bottom: 0px;
}

.apply-bt {
    line-height: normal;
}

.modal-body .row {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px 5px;
    align-items: center;
}

.select-pm {
    color: #888;
}

.btn-dark-check:hover {
    background: #FF8939;
    color: #fff;
}

.btn-Modify:hover {
    background: #FF8939;
    color: #fff;
}

.btn-info:hover {
    background: #FF8939;
    color: #fff;
}

.input-group .form-control {
    font-size: 14px;
}

#filtertoggle {
    display: none;
}

.contact-icon {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    border-radius: 50px;
    background-color: #ffffff7a;
    box-shadow: 0 6px 18px 0 rgb(43 1 68 / 11%);
}

.contact-panel .address-icon .contact-icon i {
    margin-right: 0px;
    font-size: 23px;
}

.address-icon h4 {
    font-size: 17px;
    font-weight: 500;
}

.address-icon li {
    margin-bottom: 4px;
    padding: 8px;
}


/* Responsive CSS */
@media only screen and (max-width: 600px) {
    .slider-content {
        max-width: 230px;
        bottom: 0;
    }

    .banner {
        min-height: auto;
    }

    .slider-content h2 {
        border-bottom: none;
        font-size: 16px;
    }

    .daily-rental {
        position: relative;
        width: 100%;
        bottom: -20px;
    }
    /* .searchTabs .nav-item.col-6 {
        width: 100%;
        margin-bottom: 10px;
    } */
    .btn-find {
        border-radius: 100px;
        font-size: 15px;
        width: fit-content;
        margin: 10px 30px;
    }

    .search-wapper {
        padding: 1rem;
    }

    .cities-name li {
        width: 33%;
        padding: .2rem 0 0;
    }

    .cities_all li {
        width: auto;
        margin-right: 5px;
    }

    .easy-axon-title {
        font-size: 26px;
    }

    .video-pnl {
        margin-top: -100%;
    }

    .offer-card .card-body {
        top: 14%;
        left: 47px;
    }
}

@media (max-width:767px) {
    .slider-content h1 {
        font-size: 20px;
    }

    .hero-banner .owl-theme .owl-nav.disabled + .owl-dots {
        bottom: -9%;
        display: none;
    }

    .product-section {
        padding-top: 12%;
        margin-top: 16%;
    }

    .navbar-brand img {
        height: 30px;
    }

    .searchTabs .form-group {
        margin: 0px 0px;
        width: auto;
    }

    .searchTabs .row .col-6 {
        margin-bottom: 20px;
    }

    .select-icon {
        height: 25px;
        margin: 0px 6px 0px 6px;
    }

    .label_ico {
        color: #889F9F;
        font-size: 0.85rem;
    }

    .searchTabs label div {
        font-size: 12px;
        font-weight: 500;
    }

    .navbar-collapse {
        background: #005e5e;
        margin-top: 20px;
    }

    .nav-item .nav-link {
        color: #fff;
        font-size: 15px;
        margin: 0px 10px;
    }

    .car-ass {
        justify-content: center;
        font-size: 13px;
        margin: 10px 0px;
        gap: 30px;
    }

    .banner-figure {
        height: 200px;
    }

    .axon-cars-title {
        padding: 13px;
    }

    .ratingBox {
        padding: 10px;
    }

    .products-tags .nav-item .nav-link {
        font-size: 13px;
    }

    .package-body {
        margin-top: 20px;
    }

    .modal-body .row .col-lg-4 .text-center {
        text-align: right !important;
    }

    #showAside {
        display: none;
    }

    #filtertoggle {
        display: block;
    }

    .axon-car-lists .car-price {
        margin-bottom: 50px;
    }

    .axon-car-lists .car-figure {
        margin-bottom: 11px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .axon-car-lists .car-price {
        margin-bottom: 50px;
    }

    .axon-car-lists .car-figure {
        margin-bottom: 11px;
    }
}

.card-color {
    background-color: #F6FFFF;
}

/*update car listing 14 jan*/
.axon-car-lists .car-card {
    border: none;
    box-shadow: 0px 5px 12px #005E5E1F;
    border-radius: 10px;
}

.axon-car-lists .sel-price {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}

.axon-car-lists .axon-btn-1 {
    width: 170px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0px;
    border-radius: 10px 0px 10px 0px;
}

.booked-title {
    background: #e9f3f3;
    position: absolute;
    padding: 5px;
    width: 100px;
    text-align: center;
    color: #009688;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px 0px 10px 0px;
}

.axon-car-lists .car-ass {
    gap: 15px;
}

.circle-point {
    height: 12px;
    width: 12px;
    background: #37ab3b;
    border-radius: 50px;
}

.car-colors {
    background: #e9f3f3;
    position: absolute;
    padding: 5px;
    width: 100px;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0px 0px 0px 10px;
    right: 0;
    top: 0;
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
}
