body {
    font-family: "Oxanium", sans-serif;
    color: white;
}

.divider_vertical {
    width: 1px;
    background: #4b4b4b;
    margin: 10px 5px;
}

.carousel-indicators span {
    font-size: 55px;
    position: relative;
    top: -48px;
}

.carousel-indicators {
    bottom: 40px;
}

.carousel-indicators .active span {
    color: grey;
    font-size: 70px;
    top: -64px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: unset;
    flex: unset;
    width: 20px;
    height: 20px;
    text-indent: unset;
    background-color: unset;
    background-clip: unset;
    border: 2px solid white;
    background-color: white;
    border-radius: 50px;
    color: #000000;
    opacity: 1;
    position: relative;
}

.carousel-indicators [data-bs-target]::after {
    content: "";
    background-color: #0b6430;
    width: 7px;
    height: 7px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.carousel-indicators [data-bs-target].active::after {
    background-color: white;
}

.carousel-indicators [data-bs-target].active {
    background-color: #4dd887;
    border: 2px solid #288158;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block !important;
}
.caption {
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translate(-50%, 0px);
    width: 100%;
    text-align: center;
}

.caption h1 {
    color: white;
    font-size: 48px;
    font-weight: 700;
}

.caption a {
    width: 200px;
    height: 50px;
    background-color: #59a33b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    transition: all ease 0.3s;
}

.caption a:hover {
    background-color: black;
    border: 1px solid white;
}

.carousel-item img {
    min-height: calc(100vh - 170px);
    max-height: calc(100vh - 170px);
}

h2.theme-heading {
    font-family: "Hemi Head";
    font-size: 45px;
    font-style: italic;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
}

h2.theme-heading {
    margin-bottom: 20px;
}

h2.theme-heading span {
    color: #b2acab;
}

.banner_desc {
    color: #d3d4d6;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 122.222% */
}

.theme-button.type-1 {
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 5px;
    background: #b2acab;
    color: #000000;
    text-align: center;
    font-family: "Hemi Head";
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.1px;
    display: inline-block;
}

.caption-bottom h5.theme-heading {
    color: #b2acab;
    font-family: "Hemi Head";
    font-size: 50px;
    font-style: italic;
    font-weight: 700;
    line-height: 56px;
}

.caption-bottom p {
    color: #d3d4d6;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    /* 106.25% */
    text-align: left;
}

div#banner_carousel {
    margin-left: -12px;
    margin-right: -12px;
}

.slide-detial {
    justify-content: space-between;
    align-items: center;
}

.slide-nav-btn.slick-arrow {
    border-radius: 50px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    background-color: white;
    color: black;
    z-index: 10;
}

.slide-nav-btn.slick-disabled {
    background-color: #000000;
    color: #1c1b1b;
}

h3.vehicletitle {
    color: #000000;
    font-family: "Hemi Head";
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    display: block;
    margin-top: 16px;
    text-align: center;
}

.vehicle_types a {
    text-decoration: none;
}

.vehicle_types a:hover h3.vehicletitle {
    opacity: 0.8;
}

/* the slides */

.vehicle_types .slick-slide {
    margin: 0 18px;
}

.brandsslider .slick-slide {
    padding: 10px;
}

.car-listing-desc {
    max-width: 750px;
    margin: auto;
}

.gallery-wrap,
#gallery {
    overflow: hidden;
}

div#gallery2 {
    width: 100%;
}

#filters,
#filters-links {
    width: 100%;
    margin: 35px 1%;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#filters li,
#filters-links li {
    float: left;
    margin: 10px;
}

#filters li span,
#filters-links li span {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    transition: all ease-in-out 0.25s;
    border-radius: 5px;
    border: 1px solid #484848;
    background: var(
        --linier-card,
        linear-gradient(
            137deg,
            #484848 0%,
            rgba(72, 72, 72, 0.9) 0.01%,
            rgba(90, 90, 90, 0) 49.48%,
            rgba(72, 72, 72, 0.9) 100%
        )
    );
}

#filters li:hover span,
#filters-links li:hover span {
    color: #000;
}

#filters li span.active,
#filters-links li span.active {
    background: #b2acab;
}

.gallery-item {
    float: left;
    width: 33.333%;
    padding: 10px;
    position: relative;
    z-index: 10;
    /*display: none;*/
}

@media (max-width: 30em) {
    .wrap {
        padding-left: 1em;
        padding-right: 1em;
    }
    .gallery-item {
        float: none;
        width: 100%;
    }
}

.product-title h4,
.product-price,
.product-desc.short-desc {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
}

.product-title {
    width: 100%;
}

.product-title h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    max-width: 90%;
}

.product-price {
    white-space: nowrap;
}

.product-img img {
    height: 264px;
    object-fit: cover;
    border-radius: 10px;
}

.product-desc.short-desc {
    margin-top: 10px;
}

.product-price .booking_type {
    font-size: 13px;
}

.product-desc.short-desc {
    font-size: 16px;
}

button.rentdetails {
    display: block;
    width: 100%;
    border-radius: 5px;
    background: #b2acab;
    color: #000000;
    text-align: center;
    font-family: "Hemi Head";
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.1px;
    padding: 10px;
    border: 1px solid #b2acab;
    transition: all 0.2s linear;
}

button.rentdetails:hover {
    border: 1px solid white;
    background: transparent;
}

.service_card .icon {
    border-radius: 10px;
    background: #b2acab;
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding: 14px;
}

.service_card .iconbox-title {
    font-family: "Hemi Head";
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    line-height: 32px;
}

.service_card {
    border-radius: 10px;
    border: 2px solid #484848;
    padding: 28px 15px;
    background: var(
        --linier-card,
        linear-gradient(
            137deg,
            #484848 0%,
            rgba(72, 72, 72, 0.9) 0.01%,
            rgba(90, 90, 90, 0) 49.48%,
            rgba(72, 72, 72, 0.9) 100%
        )
    );
}

.service_card .iconbox-details {
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.services_section .container {
    background-size: 68%;
    background-repeat: no-repeat;
    background-position: 115% 140%;
}

.service_card .service-content {
    width: 78%;
}

.video-frame-custom {
    max-width: 95%;
    height: 460px;
    margin: 40px auto;
    border: 10px solid #000 !important;
    border-radius: 50px;
    outline: 4px solid #ededed;
}

.video-frame-custom iframe,
.video-frame-custom img {
    width: 100%;
    height: 100%;
    border-radius: 35px;
}

.how_card {
    margin-top: 80px;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    border: 2px solid #484848;
    background: var(
        --linier-card,
        linear-gradient(
            137deg,
            #484848 0%,
            rgba(72, 72, 72, 0.9) 0.01%,
            rgba(90, 90, 90, 0) 49.48%,
            rgba(72, 72, 72, 0.9) 100%
        )
    );
}

.how_card .iconbox-icon img {
    max-width: 115px;
    margin-top: -65px;
    margin-bottom: 10px;
}

.how_card .iconbox-title {
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}

.how_card .iconbox-details {
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    max-width: 90%;
    margin: auto;
}

.how_card .iconbox-content {
    padding: 40px;
}

.footer-copyright p {
    font-size: 14px;
}

.testimonialBlk {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    border-radius: 16px;
    border: 1px solid #484848;
    background: var(
        --linier-card,
        linear-gradient(
            137deg,
            #484848 0%,
            rgba(72, 72, 72, 0.9) 0.01%,
            rgba(90, 90, 90, 0) 49.48%,
            rgba(72, 72, 72, 0.9) 100%
        )
    );
}

.testimonial-wrapper.slick-slide {
    margin: 0 10px;
}

.testimonials_slides .slick-dots button {
    box-sizing: unset;
    flex: unset;
    width: 5px;
    height: 15px;
    text-indent: unset;
    background-color: unset;
    background-clip: unset;
    border: 2px solid #000000;
    border-radius: 50px;
    color: #000000;
    opacity: 1;
    margin: 5px;
}

.testimonials_slides .slick-dots button span {
    font-size: 55px;
    position: relative;
    top: -50px;
    left: -5px;
}

.testimonials_slides ul.slick-dots {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

.testimonials_slides li.slick-active button {
    background-color: #000000;
    color: #b2acab;
}

.gallery-item2 {
    width: 100%;
}

.seoLinks li a {
    margin-bottom: 20px;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}

.footer-main {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 0;
    border-right: 0;
    padding: 15px 0;
}

img.footer_logo {
    max-width: 250px;
    margin-bottom: 20px;
}

footer p {
    color: #d3d4d6;
    /* Paragraf Text */
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
}

h5.footer_title {
    color: #000000;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

footer ul {
    padding: 0;
    list-style: none;
}

footer ul a {
    color: #000000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 211.111% */
}

footer ul a i {
    margin-right: 12px;
}

.cars-collection ul.pagination {
    display: flex;
    justify-content: center;
    margin: 5px auto;
}

.cars-collection a.page-link {
    border-radius: 20px;
    width: 35px;
    height: 35px;
    margin: 10px !important;
    font-size: 14px;
    background: unset;
    border: unset;
    color: #000000;
}

.page-item:not(:first-child):not(:last-child) .page-link {
    display: flex;
    justify-content: center;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    background-color: #59a33b !important;
    color: white;
    border-radius: 50px;
    width: 35px;
    height: 33px;
    font-size: 14px;
}

.page-item:last-child .page-link {
    background-color: #59a33b !important;
}

.page-item:last-child .page-link i {
    color: white !important;
}

a.page-link.active {
    background-color: transparent !important;
    color: #59a33b !important;
}

.breadcrumbs {
    background: rgb(33 37 41);
    border-bottom: 0.5px solid #00000085;
}

.breadcrumbs p {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.product-detail-title {
    font-family: "Hemi Head";
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 29px;
    /* 96.667% */
    text-transform: uppercase;
}

.price_fee {
    color: white;
    font-family: "Inter", sans-serif;
}

.price_fee li {
    font-size: 16px;
}

.product-desc.long-desc,
#DescModal .long-desc {
    color: #e0baba;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.btn-booking,
.specs_wrapper {
    display: flex;
    justify-content: space-between;
}

.btn-booking {
    gap: 10px;
}

.specs_wrapper .title {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.specs_wrapper p.desc {
    color: #e0baba;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.specs_wrapper > div {
    width: 48%;
}

.product-detail.main-wrapper {
    background-image: url("../assets/images/detail_bg.png");
    background-position: 100% 100%;
    background-size: 340px;
    background-repeat: no-repeat;
}

.feature-item .item-icon {
    text-align: center;
}

.feature-item .item-title {
    margin-top: 5px;
    margin-bottom: 5px;
    color: white;
    text-align: left;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px;
    white-space: normal;
}

.feature-item {
    position: relative;
}

.cars_feature h2 {
    font-size: 24px;
    font-weight: 7000;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
}

.cars_feature .bookNow {
    width: 122px;
    height: 35px;
    font-size: 13px;
    margin-top: 20px;
}

.bookingDetails h2 {
    font-size: 24px;
    font-weight: 7000;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}

.cars_feature .feature-item:nth-of-type(1)::after {
    display: none;
}

/* .cars_feature .feature-item::after {
          content: "";
          display: block;
          position: absolute;
          width: 0.5px;
          height: 20px;
          background: #000000;
          left: -8px;
          top: 40%;
      } */

.rentdetails.whatsapp-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    max-width: 200px;
}

.rentdetails.whatsapp-btn span.phone,
.rentdetails.whatsapp-btn small {
    display: block;
    color: #000000;
    font-family: "General Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 13px */
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rentdetails.whatsapp-btn span.phone {
    font-size: 14px;
    margin-top: 5px;
}

.rentdetails.whatsapp-btn small {
    font-size: 8px;
}

span.whtsapp {
    display: block;
    margin-top: 2px;
    margin-left: 10px;
}

.modal .btn-close {
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23#000000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat !important;
}

#bookingModal .btn-close {
    position: absolute;
    right: 8px;
    width: 0px;
    z-index: 10;
}

#bookingModal .modal-content {
    border-radius: 10px !important;
    overflow: hidden;
}

@media (min-width: 800px) {
    #bookingModal .modal-dialog {
        max-width: 700px !important;
    }
}

#bookingModal .response-message p {
    color: #e0baba;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 200% */
}

#bookingModal .response-message h4 {
    color: #000000;
    text-align: center;
    font-family: "Hemi Head";
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 32px;
    /* 133.333% */
    margin-top: 18px;
}

#bookingModal .form-response,
#bookingModal .form-section {
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center;
    padding: 40px;
    font-size: 14px;
}

/* span.real {
          margin-left: auto;
      } */

#bookingModal input {
    border-radius: 5px;
}

#bookingModal .iti.iti--allow-dropdown {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

#bookingModal input#email {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#bMphone {
    margin-left: 1px;
}

#bookingModal .form-section form {
    width: 80%;
    margin: auto;
}

.floatinDiv {
    position: absolute;
    bottom: 0px;
    left: -8px;
    right: -8px;
    padding: 10px;
}

.floatinDiv .social_share {
    margin-bottom: 0px !important;
}

.floatinDiv .spacer {
    background-color: #4b4b4b;
    width: 1px;
    height: 18px;
}

.floatinDiv .socail_link {
    color: #1c1b1b !important;
}

.blog-main-img {
    border-radius: 10px;
}

.main-content .blog-detail p {
    color: #e0baba;
    text-align: left !important;
}

.socail_link {
    color: white !important;
}

.response-message,
#bookingModal .form-section form {
    width: 100%;
    margin: auto;
    margin-left: -10px !important;
}

#bookingModal .iti.iti--allow-dropdown {
    width: 100%;
}

#bookingModal .iti__selected-flag {
    background-color: #dee2e6;
    border-right: 1px solid #bfbfbf;
}

#bookingModal button.rentdetails {
    max-width: 160px;
    margin: auto;
}

#bookingModal .form-control {
    padding: 0.575rem 0.75rem;
}

.map-iframe {
    border-radius: 10px;
}

.contactblk,
.aboutblk {
    display: flex;
    align-items: center;
    position: relative;
}

.dropdown-menu .vehicleBrandBlk img {
    width: 100% !important;
}

.contactblk .title,
.aboutblk .title {
    color: #e0baba;
    leading-trim: both;
    text-edge: cap;
    /* Tagline/05 */
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
    margin-bottom: 0;
}

.fa.fa-bars {
    color: white;
}

.contactblk .details a {
    text-decoration: none;
}

.contactblk .contact-content {
    margin-left: 15px;
}

.contactblk .details,
.contactblk .details a {
    color: #000000;
    leading-trim: both;
    text-edge: cap;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
    margin-bottom: 0;
}

.contactblk::after {
    content: "";
    background: #000000;
    display: block;
    width: 1px;
    height: 25px;
    position: absolute;
    left: -70px;
}

.no-after::after {
    display: none;
}

.about-heading {
    font-size: 50px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 60px !important;
    /* 120% */
    text-transform: inherit !important;
}

.about-wrapper {
    max-width: 490px;
    margin: auto;
}

.aboutblk .details {
    color: #e0baba;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

.aboutblk .about-content {
    max-width: 350px;
    margin: auto;
}

h4.theme-sub {
    color: #b2acab;
    leading-trim: both;
    text-edge: cap;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.bloh-list-item.blog-thumb {
    background: #000000;
}

.blog-dtl {
    padding: 20px;
}

.blog-list-item.blog-thumb {
    background: #000000;
    border-radius: 10px;
}

.blog-img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-title {
    color: var(--black-01, #0a0a0a);
    leading-trim: both;
    text-edge: cap;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.blog-dtl hr {
    color: #d2d2d2;
}

.blog-dtl a {
    color: var(--black-01, #0a0a0a);
    leading-trim: both;
    text-edge: cap;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none;
}

.blog-dtl .fa-arrow-right {
    color: #b2acab;
}

.blog-title.blog-page {
    color: #000000;
    leading-trim: both;
    text-edge: cap;
    font-family: "Hemi Head";
    font-size: 35px;
    font-style: italic;
    font-weight: 400;
    line-height: 32px;
    /* 91.429% */
}

#bMphone {
    text-indent: 40px;
}

/* .cars_listing .car-listing-desc{
      max-width: 100% !important;
  } */

/* .cars_listing.filterable  .car-listing-desc {
      max-width: 850px !important;
  } */

.dropdown h3.vehicletitle {
    font-size: 16px;
    line-height: 18px;
}

.brandsdrop + .dropdown-menu .row {
    padding: 0 10px;
}

.brandsdrop + .dropdown-menu .vehicleBrandBlk {
    padding: 5px;
}

.vehicleBrandBlk img {
    width: 100% !important;
    transition: all 0.2s linear;
    aspect-ratio: 1.5;
}

.vehicleBrandBlk:hover img {
    scale: 1.1;
}

.vehicleBrandBlk .imgMain {
    width: 95px;
    height: 95px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    transition: all 0.2s linear;
    margin: 0 auto;
    position: relative;
}

.vehicleBrandBlk .imgMain.active {
    scale: 1.1;
}

.vehicleBrandBlk .imgMain:hover {
    scale: 1.1;
}

.vehicleBrandBlk .imgMain.active::after {
    content: "";
    width: 80%;
    height: 3px;
    background-color: #59a33b;
    position: absolute;
    bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.vehicleBrandBlk .imgMain:hover::after {
    content: "";
    width: 80%;
    height: 3px;
    background-color: #59a33b;
    position: absolute;
    bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.brandsslides .slick-list.draggable {
    margin-left: -10px;
}

.header-main {
    padding: 16px 0px 16px 0px;
    background-color:#e9ecef;
    border-bottom: 1px solid #00000073;
}

.header-main .navbar-nav {
    gap: 50px;
}

.header-main .nav-link {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0px 0px !important;
    border-bottom: 2px solid #000000;
}

.header-main .nav-link.active {
    color: #000000;
    border-bottom: 2px solid #1fec6d;
}

.header-main .nav-link:hover {
    border-bottom: 2px solid #3ab83a;
}

.slider-nav {
    max-width: 90%;
    margin: 15px auto;
    min-width: 75px;
}

.dropdown-menu .vehicleBrandBlk.col-md-4 {
    flex: 0 0 auto;
    width: 20% !important;
}

/* the slides */

.slider-nav .slick-slide {
    margin: 0 10px;
}

/* the parent */

.slider-nav .slick-list {
    margin: 0 -10px;
}

.slider-nav .slick-slide {
    position: relative;
}

.slider-nav .slick-slide:not(.slick-current)::after {
    content: "";
    background: #00000038;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

/* .slider-nav{
      max-width: 90%;
      margin: auto;
  } */

.sliderthumb {
    display: flex;
    align-items: center;
}

.slidernav {
    border-radius: 20px;
    padding: 4px 7px;
    border: none;
}

@media (min-width: 992px) {
    .inner_page_title {
        margin-bottom: 3rem;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 558px;
        position: absolute;
        left: -247%;
    }
    .brandsMenu .dropdown-menu {
        width: 474px !important;
        left: -231% !important;
    }
    .service_toggle .dropdown-menu {
        width: 490px;
        left: -185%;
    }
}

/***********Tab version*************/

.service_toggle .vehicleType_slides {
    padding: 5px;
}

.service_toggle .vehicleTypeBlk {
    padding: 10px 15px;
}

.service_toggle .vehicleTypeBlk a {
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 50% !important;
    }
    footer ul.social_share {
        margin-bottom: 0px !important;
    }
    .how_card .iconbox-title {
        font-size: 18px;
    }
    .how_card .iconbox-details {
        font-size: 13px;
        line-height: 22px;
    }
    .services_section .container {
        background-size: 90%;
        background-position: 100% 90%;
    }
    .carousel-caption:not(.caption-bottom) {
        bottom: 25%;
    }
    .theme-button.type-1 {
        padding: 8px 15px;
        font-size: 15px;
        line-height: 25px;
    }
    .caption-bottom h5.theme-heading {
        font-size: 30px;
        line-height: 34px;
    }
    .carousel-caption {
        bottom: -1.75rem;
    }
    .caption-bottom p {
        font-size: 12px;
        line-height: 15px;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 25% !important;
    }
    footer ul {
        padding: 10px 5px;
    }
    ul.seoLinks {
        padding: 0;
    }
    #filters,
    #filters-links {
        flex-wrap: wrap;
    }
    #filters li,
    #filters-links li {
        margin: 10px 10px;
    }
    h2.theme-heading {
        font-size: 28px;
    }
    .slide-nav-btn.slick-arrow {
        margin-left: 12px;
    }
    .video-frame-custom {
        max-width: 100%;
        height: 100%;
        border-radius: 30px;
    }
    .service_card {
        flex-direction: column !important;
    }
    .service_card .icon {
        display: inline-block !important;
        margin-left: -15px;
        /* margin-bottom: 15px; */
    }
    .services_section .service_card:nth-of-type(1) {
        margin-bottom: 30px;
    }
    h2.theme-heading {
        line-height: 38px;
    }
    .wrap {
        padding: 0 !important;
    }
    .product-title,
    .product-price {
        display: block;
        width: 100%;
    }
    .product-desc.short-desc {
        margin-top: 0px;
    }
    h3.vehicletitle {
        font-size: 16px;
    }
    .carousel-indicators {
        bottom: 40px;
        display: none;
    }
    small.topbar.contact_section .divider_vertical {
        display: none;
    }
    .topbar a.text-light.m-2.text-decoration-none {
        font-size: 12px;
    }
    button.rentdetails {
        font-size: 18px;
        line-height: 20px;
    }
    .product-desc.short-desc {
        font-weight: 100;
    }
    .cars-collection ul.pagination {
        flex-wrap: wrap;
    }
    .cars-collection a.page-link {
        margin: 2px;
    }
    h2.theme-heading {
        margin: 0;
    }
    h6.theme-heading.text-left.mb-2 {
        margin-top: 20px;
    }
    h2.theme-heading.about-heading {
        line-height: 50px !important;
    }
    .about-icon {
        margin: 14px;
    }
    .how_card .iconbox-content {
        padding: 5px 25px 18px;
    }
    .how_card .iconbox-details {
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
    }
    footer ul a {
        font-size: 15px;
    }
    .blog-title {
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
    }
    .blog-dtl a {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
    }
    .breadcrumbs p {
        margin: 14px 0 !important;
    }
    .prduct-detail {
        margin-bottom: 0 !important;
    }
    .cars_feature {
        flex-wrap: wrap;
    }
    /* .btn-booking, .specs_wrapper {
          flex-direction: column;
      } */
    .specs_wrapper > div {
        width: 100%;
        margin-bottom: 18px;
    }
    .price_fee {
        padding-left: 20px;
    }
    .product-detail button.rentdetails {
        font-size: 18px;
        line-height: 35px;
        max-width: 200px;
        margin: 10px auto;
    }
    .product-detail + .cars_listing.bg-dark.filterable {
        margin-top: -55px;
    }
}

footer,
.footer-copyright {
    background-color: #e9ecef;
}

.payments h4 {
    color: white;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 16px;
}

/***********Tab version*************/

/***********Mobile version*************/

@media (max-width: 767px) {
    .inner_page_title {
        margin-bottom: 16px !important;
    }
    footer p {
        font-weight: 200;
    }
    .product-title h4,
    .product-price,
    .product-desc.short-desc {
        font-size: 15.5px;
    }
    .product-price {
        text-align: end;
    }
    .main-content p {
        font-weight: 300;
        line-height: 26px;
    }
    footer ul {
        padding: 0px;
    }
    h5.footer_title {
        margin-bottom: 0;
    }
    ul.social_share {
        margin-bottom: 16px !important;
    }
    .footer-copyright p {
        font-size: 12px;
        color: #0000009e !important;
    }
    .footer-main {
        padding: 15px 0 10px;
    }
    .navbar-toggler {
        border-width: 0 !important;
    }
    .navbar-toggler:hover {
        box-shadow: unset !important;
    }
    footer ul a {
        font-size: 14px;
    }
    .blog-title.blog-page {
        font-size: 20px;
        line-height: 22px;
    }
    footer .col-md-2:not(.full-w) {
        width: 50%;
    }
    .blog-detail .social_share {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .inner_page_title.blogs {
        margin-bottom: -25px !important;
    }
    .full-w ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 75%;
    }
    ul.seoLinks {
        padding: 0;
    }
    #filters,
    #filters-links {
        flex-wrap: nowrap;
        display: flex;
        overflow: scroll;
        justify-content: start;
    }
    #filters li:last-child {
        margin-right: -100% !important;
    }
    #filters li:first-child {
        margin-left: 0% !important;
    }
    /* .main-content p {
          text-align: center !important;
      } */
    .service_card .service-content {
        margin-top: 12px;
    }
    .product-desc.short-desc {
        min-height: auto;
    }
    #filters li span,
    #filters-links li span {
        white-space: nowrap;
    }
    #filters li,
    #filters-links li {
        margin: 10px 10px;
    }
    h2.theme-heading {
        font-size: 24px;
        text-align: center;
        max-width: 80%;
        display: block;
        margin: auto !important;
    }
    .slide-nav-btn.slick-arrow {
        margin-left: 12px;
    }
    .video-frame-custom {
        max-width: 100%;
        height: 100%;
        border-radius: 30px;
    }
    .service_card .icon {
        display: inline-block !important;
        margin-left: -15px;
        /* margin-bottom: 15px; */
    }
    .services_section .container {
        margin-bottom: -50px;
        padding-bottom: 170px;
        background-size: 105%;
        background-repeat: no-repeat;
        background-position: 100% 101%;
    }
    .how_card .iconbox-icon img {
        max-width: 90px;
        margin-top: -65px;
        margin-bottom: -12px;
    }
    .how_card .iconbox-details {
        font-size: 14px;
        line-height: 18px;
        font-weight: 300;
        margin-bottom: 20px;
    }
    .service_card .iconbox-details {
        font-size: 12px;
        line-height: 20px;
    }
    .service_card {
        padding: 15px 12px;
    }
    .services_section .service_card:nth-of-type(1) {
        margin-bottom: 0px;
    }
    .row.mt-4 > .col-md-5:nth-of-type(1) .service_card {
        margin-bottom: 30px;
    }
    h2.theme-heading {
        line-height: 38px;
    }
    .wrap {
        padding: 0 !important;
    }
    .product-title,
    .product-price {
        display: block;
        width: 100%;
    }
    .product-desc.short-desc {
        margin-top: 0px;
    }
    h3.vehicletitle {
        font-size: 16px;
    }
    .theme-heading br {
        display: none;
    }
    small.topbar.contact_section {
        flex-direction: column;
    }
    small.topbar.contact_section .divider_vertical {
        display: none;
    }
    small.topbar.contact_section {
        text-align: center;
        flex-direction: column;
    }
    a.text-light.m-2.text-decoration-none:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #d5d5d5;
        position: relative;
        top: 10px;
    }
    button.rentdetails {
        font-size: 16px;
        line-height: 20px;
    }
    .product-desc.short-desc {
        font-weight: 100;
    }
    .cars-collection ul.pagination {
        flex-wrap: wrap;
    }
    .cars-collection a.page-link {
        margin: 2px;
    }
    h2.theme-heading {
        margin: 0;
    }
    h6.theme-heading.text-left.mb-2 {
        margin-top: 20px;
    }
    h2.theme-heading.about-heading {
        line-height: 50px !important;
    }
    .about-icon {
        margin: 14px;
    }
    .how_card .iconbox-content {
        padding: 5px 25px 18px;
    }
    .blog-title {
        font-size: 16px;
        line-height: 20px;
    }
    .blog-dtl a {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
    }
    #filters li span,
    #filters-links li span {
        font-size: 14px;
    }
    .main-content p {
        font-size: 14px;
    }
    .breadcrumbs p {
        margin: 14px 0 !important;
    }
    .prduct-detail {
        margin-bottom: 0 !important;
    }
    .cars_feature {
        flex-wrap: wrap;
    }
    /* .btn-booking, .specs_wrapper {
          flex-direction: column;
      } */
    .specs_wrapper > div {
        width: 100%;
        margin-bottom: 18px;
    }
    .price_fee {
        padding-left: 20px;
    }
    .product-detail button.rentdetails {
        font-size: 16px;
        line-height: 35px;
        max-width: 200px;
        margin: 10px auto;
    }
    .product-detail + .cars_listing.bg-dark.filterable {
        margin-top: -55px;
    }
    .carousel-caption {
        bottom: -25px;
    }
    .caption-bottom h5.theme-heading {
        font-size: 10px;
        line-height: 8px;
        position: relative;
        bottom: -5px;
    }
    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        border: 1px solid #000000;
    }
    .carousel-indicators {
        display: flex;
        bottom: 0px;
    }
    .carousel-indicators span {
        font-size: 30px !important;
        top: -26px !important;
    }
    .carousel-caption p {
        font-weight: 300;
        line-height: 9px;
        font-size: 8px;
        margin-bottom: 8px !important;
    }
    .carousel-caption h2.theme-heading {
        line-height: 20px;
        font-size: 18px;
        margin-bottom: 2px !important;
    }
    .slide-detial {
        margin-top: -35px;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px !important;
    }
    .brandsMain .slide-detial {
        margin-top: -10px;
        align-items: start;
        justify-content: start;
    }
    .slide-nav {
        margin-top: 22px;
    }
    .slide-nav-btn.slick-arrow {
        margin-left: 0 !important;
    }
    a.theme-button.type-1 {
        padding: 5px 8px;
        min-width: 85px;
        font-size: 10px;
        line-height: 8px;
        border-radius: 1px;
        position: relative;
        top: -10px;
    }
    .carousel-item img {
        width: 100% !important;
        object-fit: cover;
        object-position: 51%;
        object-view-box: revert;
    }
    .carousel-caption:not(.caption-bottom) {
        display: flex;
        bottom: 55%;
        text-align: left;
        align-items: center;
        justify-content: space-between;
    }
    .service_card .iconbox-title {
        font-size: 16px;
        line-height: 22px;
    }
}
.viewAllNew{
    border: 1px solid #59a33b;
    color: white;
    border-radius: 30px;
    position: absolute;
    z-index: 99;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.705);
    font-size: 10px;
    padding: 7px 15px 5px;
}
/***********Mobile version*************/

.product-desc.short-desc {
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
    margin-bottom: 10px;
    text-align: left !important;
}

/* .vehicleTypeBlk img{
      height: 110px;
      max-width: 240px;
      margin: auto;
  } */

/* .navbar  .vehicleBrandBlk a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
  } */

.navbar .vehicleBrandBlk p {
    margin-bottom: 0px;
    margin-top: 8px;
}

.navbar .vehicleBrandBlk a img {
    max-width: 45px;
    height: auto;
}

.navbar .vehicleBrandBlk img {
    object-fit: contain;
}

a.page-link.active {
    background: #000000;
    color: #222;
}

.gallery-wrap,
#gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

/* .gallery-wrap{
      min-height: 160px;
  } */

nav.cars-collection {
    margin: auto;
}

.product-price {
    text-align: end;
}

.product-price.text-light {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-title {
    display: inline-block;
}

#loading-overlay img {
    box-shadow: 1px 1px 60px 50px #2a2826;
    margin: auto;
    display: block;
    max-width: 250px;
    margin-top: 80px;
}

.feature-item {
    display: flex;
    align-items: center;
    width: 140px;
    gap: 5px;
}

.product-detail .product-dtl {
    overflow: hidden;
}

.cars_feature {
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
}

.midal .feature-item {
    width: 100% !important;
    flex: 0 0 13%;
}

.prduct-detail:after {
    clear: both;
    content: "";
    display: block;
}

.product-title h4 {
    line-height: 30px !important;
}

#loading-overlay {
    position: absolute;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: #212529;
    opacity: 1;
    display: none;
}

@media (max-width: 992px) and (min-width: 767px) {
    .gallery-item {
        width: 50%;
    }
}

.features-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}

.features-head h5 {
    margin-bottom: 0;
}

.sliderthumb .slide-nav-btn.slick-arrow.slide-prev {
    position: relative;
    left: 0px;
}

.sliderthumb .slide-nav-btn.slick-arrow.slide-next {
    position: relative;
    left: 0px;
}

a.view-features {
    color: #000000;
    font-size: 75%;
}

#bookingModal img {
    height: 100%;
    object-fit: cover;
}

.discounted_tab {
    display: inline-block;
    position: absolute;
    top: 35px;
    left: -8px;
    z-index: 9;
}

.discounted_tab span {
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 10px;
    color: #000000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prduct-detail.discounted {
    flex-direction: column;
}

.discounted .product-price.text-light {
    display: flex;
    justify-content: space-between;
}

.modal .cars_feature {
    overflow: hidden;
}

a.readmoreDesc {
    color: white;
    display: inline;
    text-decoration: none;
}

.product-desc.long-desc {
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-desc.long-desc h5 {
    font-size: 17px;
    margin-bottom: 0px;
}

.topbar i {
    margin-right: 10px;
}

.homeBrandName {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    color: #000000;
    text-decoration: none;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0px;
}

.vehicleBrandBlk a {
    text-decoration: none;
}

.features-head h5 {
    font-size: 17px;
}

.depositPrice {
    font-size: 16px;
    color: white;
}

.product-desc {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    color: white !important;
}

.modal .cars_feature {
    gap: 10px;
    justify-content: start;
}

.modal .cars_feature .feature-item {
    align-items: center;
    flex-basis: 24%;
    gap: 3px;
}

.modal .item-icon img {
    width: 25px;
}

.slider-nav .slick-current img {
    border: 1px solid #59a33b;
}

.vehicleTypeBlk img {
    scale: 1;
    transition: all 0.2s linear;
    transform: translateY(0px);
}

.vehicleTypeBlk:hover img {
    scale: 1.1;
    transform: translateY(-10px);
}

.vehicleTypeBlk .imgMain {
    overflow: hidden;
    border-radius: 10px;
}

.product-list-item .tag {
    background: #000000c7;
    padding: 2px 7px;
    border-radius: 5px;
    color: black;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.product-list-item .tag img {
    margin-left: 2px;
}

.dropdown-menu .vehicleTypeBlk:hover img {
    transform: translateY(-5px);
}

.dropdown-menu .vehicleBrandBlk .imgMain {
    width: auto;
}

.brandCarType h1 {
    color: #000000;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
}

.brandCarType h4 {
    color: #000000;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
}

.customTabs .nav-link {
    background-color: white;
    border: none;
    color: black;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 130px;
    height: 45px;
    line-height: 30px;
}

.customTabs .nav-link.active {
    background-color: #59a33b;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.customTabs #home-tab.nav-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.customTabs #profile-tab.nav-link.active {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.customTabs .nav-tabs {
    border-bottom: 0px;
}

.seperator {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.301);
}

.seperatorPink {
    height: 1px;
    background-color: #59a33b;
}

.customGallery .carousel-item img {
    min-height: auto;
}

.customGallery .carousel-indicators {
    bottom: 0px;
}

.customGallery .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
}

.customGallery .carousel-indicators [data-bs-target]::after {
    width: 3px;
    height: 3px;
}

.customGallery .galleryItem {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.726);
}

.customGallery .galleryItem img,
.customGallery .galleryItem .carousel-item,
.customGallery .galleryItem .carousel-inner {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.customGallery h1 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}

.customGallery .oldPrice {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    text-decoration: line-through;
}

.customGallery .depositedPrice {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.customGallery .newPrice,
.deposited {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.customGallery .quantity {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #000000;
}

.customGallery a {
    width: 200px;
    height: 50px;
    background-color: #59a33b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    transition: all ease 0.3s;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: -25px;
    margin-top: 62px;
}
.whatsappLogo{
    position: fixed;
    z-index: 9;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
}
.customGallery a:hover {
    background-color: rgb(131, 233, 148);
    border: 1px solid white;
}

.owl-carousel .item .imgMain {
    width: 65px;
    height: 65px;
    min-width: 65px;
    min-height: 65px;
    border: 1px solid rgba(255, 255, 255, 0.719);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #e9ecef;
    transition: all ease 0.2s;
}

.owl-carousel .item.active .imgMain {
    background-color: #59a33b;
    border: 1px solid #59a33b;
}

.owl-carousel .item:hover {
    cursor: pointer;
}

.owl-carousel .item:hover .imgMain {
    scale: 1.1;
}

.owl-carousel .imgMain:hover::after {
    content: "";
    width: 70%;
    height: 3px;
    background-color: #59a33b;
    position: absolute;
    bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.homePage .brandCarType .owl-carousel.owl-drag .owl-item {
    padding: 5px;
}
.owl-item{
    padding: 5px;
}
.sayingSection .owl-item{
    padding: 0px;
}
.owl-carousel .item img {
    width: 42px !important;
}

.owl-carousel .item h2 {
    font-size: 16px;
    margin-bottom: 0px;
    color: #000000;
    font-weight: 700;
}

.whyChooseUs h1 {
    font-weight: 700;
    color: #000000;
    font-size: 48px;
}

.whyChooseUs p {
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    font-family: "Sarabun", sans-serif;
}

.combined {
    -webkit-text-stroke: 1px #59a33b;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.whiteCombined {
    -webkit-text-stroke: 1px white;
    color: #000;
    font-size: 36px;
    font-weight: 700;
}

.stylishBorder {
    position: relative;
    right: -50px;
    top: 17px;
}

.bookNow {
    width: 200px;
    height: 50px;
    background-color: #59a33b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #000000;
    text-decoration: none;
    transition: all ease 0.3s;
    border: 1px solid #59a33b;
}

.bookNow:hover {
    background-color: #82c767;
    border: 1px solid white;
    color: white;
}

.bookNowRevert {
    width: 200px;
    height: 50px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    transition: all ease 0.3s;
    border: 1px solid white;
}

.bookNowRevert:hover {
    background-color: #59a33b;
    border: 1px solid #59a33b;
    color: white;
}

.brandCarType .faqText {
    font-family: "Sarabun", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: white;
}

.brandCarType ol li {
    font-family: "Sarabun", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: white;
}

.brandCarType ol li .faqText {
    margin-left: -20px;
}

.brandCarType ul li {
    font-family: "Sarabun", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: white;
}

.blogDetail .brandCarType ol {
    padding-left: 15px;
}

.blogDetail .brandCarType ol li strong {
    font-size: 20px;
}

.blogDetail .brandCarType ol li::marker {
    font-size: 20px;
    font-weight: 700;
}

.viewAll {
    font-size: 13px;
    font-weight: 500;
    color: white;
    border-bottom: 4px solid #59a33b;
    text-decoration: none;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.viewAll:hover {
    color: white;
}

.accordion-item {
    background-color: #191919;
    border: 1px solid rgba(255, 255, 255, 0.315);
    border-bottom: 0px;
    border-radius: 8px !important;
    margin-bottom: 10px;
}
.brandsslider {
    position: relative;
}

.slide-prev, .slide-next {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    background-color: white;
    border-radius: 50%;
    min-width: 30px;
    min-height: 30px;
    z-index: 99;
    color: black;
}
.slide-prev i, .slide-next i{
    font-size: 15px;
}
.owl-prev, .owl-next {
    position: absolute !important;
    top: 40% !important;
    transform: translateY(-50%) !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    background-color: white !important;
    border-radius: 50% !important;
    min-width: 30px !important;
    min-height: 30px !important;
    z-index: 99 !important;
    color: black !important;
}
.owl-prev{
    left: -40px;
}
.owl-next{
    right: -40px;
}
.owl-prev i, .owl-next i{
    font-size: 15px;
}
.slide-prev {
    left: -40px; /* Adjust based on your design */
}

.slide-next {
    right: -30px; /* Adjust based on your design */
}

.slide-prev img, .slide-next img {
    width: 30px; /* Adjust size as needed */
    height: auto;
}


.accordion-body {
    border: 1px solid rgba(255, 255, 255, 0.315);
    color: white;
    font-family: "Sarabun", sans-serif;
    font-size: 13px;
    font-weight: 400;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.accordion-flush .accordion-item .accordion-button {
    background-color: #191919;
    border: 1px solid rgba(255, 255, 255, 0.315);
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    color: white;
    font-family: "Sarabun", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-right: 50px;
}

.accordion-flush .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-button::after {
    background: none;
    font-size: 20px;
    content: "\002B";
    color: #59a33b;
    margin-top: -10px;
    position: absolute;
    right: 10px;
}

.accordion-button:not(.collapsed)::after {
    background: none;
    content: "\2212";
    color: #59a33b;
    transform: none;
    font-size: 20px;
    margin-top: -10px;
}

.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 8px !important;
}

.owl-carousel-reviews .item {
    border: 1px solid #0000004a;
    background-color: #191919;
    border-radius: 8px;
    margin-left: 1px;
}

.owl-carousel-reviews .item:after {
    content: "";
    width: 80px;
    background-color: #c5e7c7;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 2px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.owl-carousel-reviews .item .reviewImg {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translate(0, -50%);
    width: 80px !important;
    height: 80px;
    z-index: 9;
}

.owl-carousel-reviews .rightside {
    max-width: 70%;
    margin: 40px 10% 15px auto;
}

.owl-carousel-reviews .rightside .name {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 50px;
}

.owl-carousel-reviews .rightside .status {
    color: white;
    font-family: "Sarabun", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-left: 50px;
}

.testimonialbG{
    background-color: white;
    color: #000000;
}

blockquote {
    position: relative;
    padding-left: 50px;
    font-family: "Sarabun", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    quotes: "“" "”" "‘" "’";
}

blockquote::before,
blockquote::after {
    color: #7caa67;
    font-size: 4em;
    font-weight: 400;
    line-height: 0.1em;
}

blockquote::before {
    position: absolute;
    left: 0;
    content: open-quote;
    margin-right: 0.15em;
    vertical-align: -0.15em;
}

blockquote::after {
    content: close-quote;
    position: absolute;
    right: -30px;
    bottom: -20px;
}

.owl-dot {
    position: relative;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    background-color: white !important;
    margin: 5px !important;
}

.owl-dot.active {
    background: #5eb349  !important;
    border: 2px solid #a5d19a ;
}

.owl-dot span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0px !important;
    background: #5eb349 !important;
}

.owl-dot.active span {
    background-color: white !important;
}

.brandsModal .modal-content {
    background: black;
    border-radius: 15px;
}

.brandsModal .modal-body {
    padding: 40px !important;
}

.brandsModal .modal-body h1 {
    font-size: 24px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.brandsModal .modal-dialog {
    max-width: 655px;
}

.productDetailCarousel .desktop .carousel-indicators button.thumbnail {
    width: 100%;
    height: 100%;
    background-color: none;
    border: none;
}

.productDetailCarousel .desktop .carousel-indicators button.thumbnail::after {
    display: none;
}

.productDetailCarousel
    .desktop
    .carousel-indicators
    button.thumbnail:not(.active) {
    opacity: 1;
}

.productDetailCarousel .desktop .carousel-indicators {
    position: static;
    margin: 0px;
}

.productDetailCarousel .carousel-item img {
    max-height: 508px;
    min-height: 508px;
}

.productDetailCarousel .carousel-indicators img {
    min-height: 248.5px;
    max-height: 248.5px;
    /* object-fit: cover; */
}

.namePrice h4 {
    font-size: 24px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}

.namePrice p {
    font-size: 24px;
    font-weight: 400;
    color: #cfbcbc;
}

.namePrice p strong {
    font-size: 24px;
    font-weight: 400;
    color: white;
    font-weight: 700;
}

.bookingDetails .d-flex {
    flex-wrap: wrap;
    border: 1px solid rgba(255, 255, 255, 0.664);
    border-radius: 5px;
}

.bookingDetails .d-flex .title {
    font-weight: 700;
    font-size: 13px;
    color: white;
}

.bookingDetails .d-flex input {
    background-color: transparent;
    color: white;
    border: none;
    width: 100%;
    padding: 0px !important;
}

.bookingDetails .d-flex input:focus-visible {
    outline: none;
}

.bookingDetails .d-flex input:focus {
    box-shadow: none;
}

.bookingDetails .flex-item {
    flex-basis: 50%;
    width: 50%;
    padding: 20px;
    background-color: #1a1a1a;
    position: relative;
}

.bookingDetails .flex-item:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.664);
    border-bottom: 1px solid rgba(255, 255, 255, 0.664);
    border-top-left-radius: 5px;
}

.bookingDetails .flex-item:nth-child(2) {
    border-top-right-radius: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.664);
}

.bookingDetails .flex-item:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.664);
    border-bottom-left-radius: 5px;
}

.bookingDetails .flex-item:nth-child(4) {
    border-bottom-right-radius: 5px;
}

.bookingDetails .flex-item:nth-child(5) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.664);
    border-top: 1px solid rgba(255, 255, 255, 0.664);
    border-right: 1px solid rgba(255, 255, 255, 0.664);
}

.bookingDetails .flex-item:nth-child(6) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.664);
    border-top: 1px solid rgba(255, 255, 255, 0.664);
}

.bookingDetails .flex-item:nth-child(7) {
    border-bottom-left-radius: 5px;
    border-right: 1px solid rgba(255, 255, 255, 0.664);
}

.bookingDetails .flex-item:nth-child(8) {
    border-bottom-right-radius: 5px;
}

.pickerIcon {
    position: absolute;
    right: 5px;
    top: -10px;
}

.datepicker-days,
.datepicker-months,
.datepicker-years {
    padding: 10px;
}

.bookingDetails .d-flex input::placeholder {
    color: white;
    font-size: 12px;
}

.whatsappBookNow {
    margin-top: 20px;
}

.whatsappBookNow .bookNow {
    width: 45%;
    height: 35px;
    font-weight: 500;
    font-size: 13px;
}

.whatsappBookNow .bookNow.whatsapp {
    background-color: #4caf50;
    border: 1px solid #4caf50;
}

.whatsappBookNow .bookNow.whatsapp:hover {
    background-color: transparent;
    border: 1px solid white;
}

.priceDetails {
    margin-top: 20px;
}

.priceDetails h2 {
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.priceDetails p strong {
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.priceDetails p {
    color: white;
    font-size: 13px;
    font-weight: 400;
    margin: 10px 0px;
}

.priceDetails .seperator {
    margin: 10px 0px;
}

.continueBTn {
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -20px);
    z-index: 99;
}

.priceDetails a {
    color: white;
    font-weight: 400;
    font-size: 12px;
}

.thankYou h1 {
    color: white;
    font-size: 44px;
}

.thankYou p {
    color: white;
    font-size: 16px;
    font-family: "Sarabun", sans-serif;
}

.customBlogGallery .blogItem img {
    border-radius: 10px;
}

.customBlogGallery .blogItem .date {
    color: white;
    font-size: 16px;
    font-family: "Sarabun", sans-serif;
    margin-top: 20px;
}

.customBlogGallery .blogItem .title {
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0px;
    margin-bottom: 0px;
}

.customBlogGallery .blogItem .readMore {
    color: white;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 4px solid #59a33b;
    text-decoration: none;
    padding-bottom: 10px;
}

.aboutUsBanner h1 {
    font-weight: 700;
    font-size: 48px;
    color: white;
}

.aboutUsBanner p {
    font-family: "Sarabun", sans-serif;
    color: white;
    font-size: 16px;
    font-weight: 400;
}

#pills-tab li button {
    font-weight: 400;
    font-size: 16px;
    color: black;
    background: none;
    border-radius: 0px;
    padding: 0px;
    padding-bottom: 0px;
    text-transform: uppercase;
    transition: transform ease 0.3s;
}

#pills-tab li button:hover {
    transform: translateX(-5px);
    border-bottom: 2px solid #59a33b;
}

#pills-tab li button.active {
    border-bottom: 2px solid #59a33b;
}

#pills-tabContent {
    padding: 20px 0px;
    position: relative;
}

#pills-tabContent p {
    font-family: "Sarabun", sans-serif;
    color: white;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

#pills-tabContent img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 0;
    opacity: 0.8;
}

.happyCustomers {
    background-color: #59a33b;
    padding: 40px 0px;
}

.happyCustomers .sep {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.575);
}
.text-light{
    color: #000000 !important;
}

.happyCustomers .info h1 {
    -webkit-text-stroke: 1px white;
    color: #59a33b;
    font-size: 62px;
    font-weight: 700;
    text-align: center;
}

.happyCustomers .info p {
    color: white;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
}

.happyCustomers .d-flex {
    gap: 90px;
}

.contactUl {
    list-style: none;
    padding-left: 0px;
}

.contactUl a p {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.contactUl li a {
    display: flex;
    gap: 10px;
    align-items: center;
}

.contactMap {
    width: 100%;
    height: 600px;
    border-radius: 10px;
}

#carouselModal {
    background: #000000b5;
}

#carouselModal .modal-content {
    background-color: transparent;
    border: none;
}

#carouselModal .modal-dialog {
    max-width: 1300px;
    margin: 0 auto;
}

footer {
    margin-top: -1px;
}

.about_short {
    max-width: 279px;
}

.newBrandsModal.brandsModal .modal-content {
    background-color: transparent;
}

.newBrandsModal.brandsModal .modal-body {
    background-color: #e9ecef;
    border-radius: 15px;
    border: 1px solid white;
    padding-bottom: 10px;
    padding-bottom: 15px !important;
    padding-top: 50px !important;
}

.newBrandsModal.brandsModal h1 {
    background-color: #59a33b;
    border-radius: 50px;
    padding: 10px 30px;
    width: fit-content;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 99;
    font-size: 20px;
}
.threeimgs .thumbnail.active{
    border: 1px solid #59a33b !important;
    border-radius: 0px !important;
}
.threeimgs .thumbnail{
    border: 1px solid black !important;
}
.newBrandsModal.brandsModal .vehicleBrandBlk .imgMain {
    background-color: white;
}

.loaderMain {
    background-color: rgba(0, 0, 0, 0.651);
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 999999999999999999999;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loaderMain .loader {
    width: 105px;
    height: 105px;
    position: relative;
    border: 1px solid white;
    border-radius: 50%;
}

.loaderMain .loader .circle {
    width: 98%;
    height: 98%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    animation: rotation 3s linear infinite;
}

.loaderMain .loader .loaderLogo {
    width: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
}

@keyframes rotation {
    0% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

/* .brandCarType p strong {
  font-family: Oxanium;
  font-size: 38px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
} */

@media screen and (min-width: 992px) {
    .productDetailCarousel .desktop .carousel {
        max-width: 70%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 575px) {
    .brandsdrop + .dropdown-menu .vehicleBrandBlk {
        padding: 5px;
    }
    .about_short {
        max-width: 100%;
    }
    .slider-nav {
        margin: 5px auto;
    }
    .slider-nav .slick-slide {
        margin: 0px 2px;
    }
    #carouselModal .modal-dialog {
        max-width: 90%;
    }
    .contactUl {
        margin-top: 20px;
    }
    .contactMap {
        height: 305px;
    }
    .happyCustomers .d-flex {
        gap: 40px;
    }
    .happyCustomers .sep {
        width: 80%;
        background-color: rgba(255, 255, 255, 0.575);
        height: 1px;
        margin: 0 auto;
    }
    #pills-tabContent img {
        width: 100%;
    }
    #pills-tabContent p {
        font-size: 16px;
    }
    .aboutUsBanner h1 {
        font-size: 24px;
    }
    .brandsModal .modal-body {
        padding: 20px !important;
    }
    .priceDetails p {
        font-size: 12px;
    }
    .debitCreditICon {
        width: 32px;
        height: 32px !important;
    }
    .bookingDetails h2,
    .cars_feature h2 {
        text-align: left;
        font-size: 16px;
    }
    .cars_feature h2 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .feature-item {
        max-width: 74px;
        width: auto;
    }
    .namePrice p,
    .namePrice p strong,
    .namePrice h4 {
        font-size: 16px !important;
    }
    .handleMobile {
        max-height: 403px;
        overflow: hidden;
        overflow-y: scroll;
    }
    .owl-carousel-reviews .rightside {
        max-width: 60%;
        margin: 40px auto 15px;
    }
    blockquote::after {
        right: 5px;
    }
    .owl-dot {
        width: 15px;
        height: 15px;
    }
    .owl-dot span {
        width: 7px !important;
        height: 7px !important;
    }
    .bookNow {
        font-size: 13px;
        width: 122px;
        height: 35px;
    }
    .whyChooseUs h1 {
        font-size: 24px;
    }
    .combined {
        font-size: 18px;
        -webkit-text-stroke: 0.3px #59a33b;
    }
    .whiteCombined {
        font-size: 18px;
        -webkit-text-stroke: 0.3px white;
    }
    .brandsslider .slick-slide {
        padding: 0;
        margin: 5px;
    }
    .footer-main .full-w ul {
        width: 100%;
        flex-wrap: wrap;
    }
    .footer-main .full-w ul li {
        width: 50%;
    }
    .customTabs .nav-tabs {
        justify-content: center;
    }
    .brandCarType h1 {
        font-size: 24px;
        text-align: center;
    }
    .caption {
        top: 30px;
    }
    .carousel-item img {
        margin-top: 50px;
    }
    .customGallery .carousel-item img {
        margin-top: 0px;
    }
    .carousel-item {
        background-color: #0a0a0a;
    }
    .caption a {
        margin: 0 auto;
    }
    .caption h1 {
        font-size: 24px;
    }
    .brandsslides.slides {
        margin-top: 0px;
    }
    .customTabs {
        margin-top: 5px;
    }
    .vehicleBrandBlk .imgMain {
        width: auto;
    }
    .dropdown-menu .vehicleBrandBlk .imgMain {
        padding: 20px;
    }
    .dropdown-menu .vehicleBrandBlk.col-md-4 {
        width: 25% !important;
    }
    .brandsMenu .container {
        padding: 0px 0px;
    }
    .navbar-collapse {
        height: calc(100vh - 92px) !important;
    }
    .main-content {
        margin-top: 77px;
    }
    .header-main {
        position: fixed;
        z-index: 9999;
        top: 0;
        width: 100%;
    }
    .header-main .navbar-nav {
        gap: 35px;
    }
    h2.theme-heading {
        font-size: 18px !important;
        max-width: 100% !important;
    }
    .main-content p {
        font-size: 12px;
    }
    .services_section .container {
        padding: 0px 20px 170px 20px;
    }
    .container {
        padding: 0px 20px;
    }
    .carousel-caption {
        bottom: 0px;
    }
    .testimonials_slides .slick-dots button {
        width: 5px;
    }
    .testimonials_slides .slick-dots button span {
        left: -4px;
    }
    .gallery-item {
        width: 100%;
        padding: 10px 0px;
    }
    .navbar-toggler {
        padding-right: 0px;
    }
    .carRentalPage .slick-dots {
        display: none !important;
    }
    .specs_wrapper {
        flex-direction: column;
    }
    .specs_wrapper p.desc {
        text-align: left !important;
        font-size: 16px;
    }
    .rentdetails.whatsapp-btn span.phone {
        font-size: 12px;
        white-space: nowrap;
    }
    h2.theme-heading.about-heading {
        font-size: 18px;
        line-height: 20px !important;
        text-align: left !important;
    }
    .aboutblk .details {
        text-align: left !important;
    }
    .vehicleDetail .breadcrumbs p {
        text-align: start !important;
    }
    .contactUs h2,
    .contactUs p {
        text-align: start !important;
    }
    h2.theme-heading.blogs {
        font-size: 35px !important;
    }
    .termsPage h2.theme-heading {
        font-size: 30px !important;
    }
    .privacyPolicy h2.theme-heading {
        font-size: 30px !important;
        max-width: 100% !important;
    }
    .brandsMain h2.theme-heading {
        font-size: 30px !important;
        max-width: 100% !important;
        text-align: left !important;
    }
    .brandsMain .slider-title {
        width: 100% !important;
    }
    .privacyPolicy ul li {
        font-size: 12px !important;
    }
    .vehicleBrandBlk img {
        width: 100% !important;
        height: auto;
        object-fit: contain;
    }
    .brandsMain .brandsslider .vehicleBrandBlk {
        width: calc(33% - 18px) !important;
    }
    .brandsMain h2.font-18 {
        font-size: 18px !important;
    }
    .dropdown-menu .vehicleBrandBlk img {
        height: inherit !important;
    }
    .dropdown-menu {
        padding-bottom: 17px;
    }
    #banner_carousel .theme-heading {
        text-align: left !important;
    }
    a.theme-button.type-1 {
        padding: 9px 0px;
        min-width: 85px;
        font-size: 12px;
        line-height: 8px;
        border-radius: 1px;
        position: relative;
        top: -10px;
        width: 122px;
    }
    .carousel-caption p {
        line-height: 16px;
    }
    .caption-bottom h5.theme-heading {
        font-size: 18px;
    }
    #banner_carousel .carousel-indicators span {
        top: -25px !important;
    }
    #banner_carousel .carousel-caption:not(.caption-bottom) {
        bottom: 70%;
    }
    .header-main {
        padding: 0px;
    }
    .header-main .container,
    .header-main .navbar {
        background-color: #e9ecef !important;
    }
    .header-main .nav-link {
        color: #000000;
        font-weight: 400;
        font-size: 16px;
    }
    .header-main .navbar-nav {
        margin-left: 0px;
    }
    .header-main .nav-item {
        margin-bottom: 10px;
        text-align: center;
    }
    .header-main .dropdown-toggle::after {
        display: none;
    }
    .header-main .dropdown-menu {
        background-color: transparent !important;
        border: none;
    }
    .brandsslides p {
        margin-bottom: 0px;
    }
    .productDetailCarousel .carousel-item img {
        margin-top: 0px;
        max-height: 250px;
        min-height: 250px;
    }
    .brandCarType h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 450px) {
    #banner_carousel .carousel-item img {
        height: 277px;
    }
    #banner_carousel .carousel-caption:not(.caption-bottom) {
        bottom: 66%;
    }
}

@media screen and (max-width: 400px) {
    #banner_carousel .carousel-item img {
        width: 100% !important;
        height: 277px;
        object-fit: cover;
        object-position: 77%;
    }
    a.theme-button.type-1 {
        width: 95px;
    }
    .cars-collection a.page-link {
        margin: 7px !important;
    }
}

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 95%;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}
.card-body{
    background-color: #245e24 !important;
}


