/*  style */

* {
    font-family: "Montserrat", sans-serif;
    padding: 0px;
    margin: 0px;
}

.padding-50 {
    padding-bottom: 50px;
}

p {
    font-size: 14px;
}

.navbar-brand img {
    height: 40px;
}

.navbar .nav-item .nav-link {
    color: #fff;
    font-size: 14px;
    margin: 0px 10px;
}

.login-button {
    color: #0ba9d8 !important;
    background: #fff;
    border-radius: 32px;
    width: 150px;
    text-align: center;
}

.login-button:hover {
    background: #005E5E;
    color: #fff;
}

/*   banner section  */
/*.hero-banner {
    background: url(../../images/scs-icon/header_img.png) no-repeat;
    background-size: cover;
    background-position: top;
    height: 100vh;
    display: flex;
    align-items: center;
}

.drive-search {
    padding-top: 10%;
    padding-bottom: 50px;
}

.drive-header {
    background: #17233d;
    color: #fff;
    text-align: center;
    padding: 13px;
}

.drive-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.title-h4 {
    font-size: 20px;
}

.easy-title {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.drive-content .form-group {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.form-floating {
    position: relative;
    width: 100%;
}

.form-floating label {
    font-size: 14px;
    color: #6c757d;
    font-weight: 700;
    opacity: 1 !important;
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
    font-size: 13px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}

.search-Icon img {
    width: 30px;
    margin-bottom: 20px;
}

.booking-pnl label {
    font-size: 12px;
    color: #6c757d;
    font-weight: 700;
    margin-bottom: 3px;
}

.booking-pnl {
    padding: 0rem .75rem;
    border-bottom: 1px solid #ccc;
}

.booking-pnl .form-control {
    font-size: 13px;
    border: none;
    padding: 5px 0px;
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: initial;
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}

.selectdropdown {
    position: absolute;
    z-index: 11;
    background: #fff;
    padding: 12px;
    left: 5px;
    margin: 10px;
    bottom: 0px;
    right: 3px;
    height: 270px;
}

.selectdropdown .ui-datepicker {
    width: 100%;
    padding: -0.8em .2em 0;
    display: none;
}

.dropdown-wapper h6 {
    font-size: 13px;
}

.selectdropdown .ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f600;
}

a.ui-state-default.ui-state-active {
    background: #0ba9d8;
    color: #fff;
}

.slider-label {
    font-weight: bold;
    margin-bottom: 8px;
}

.time-value {
    background: #0ba9d8;
    padding: 2px 4px;
    border-radius: 5px;
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 10px;
    color: #fff;
}

.time-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider-time {
    position: relative;
    margin-bottom: 20px;
}

#startSlider .ui-slider-handle,
#endSlider .ui-slider-handle {
    outline: none;
}

.ui-slider-handle {
    border: none;
    background: none;
}

.slider-label {
    font-size: 12px;
}

.slider-time span.ui-slider-handle.ui-corner-all.ui-state-default {
    background: #0ba9d8;
}

.dropdown-wapper {
    display: flex;
    gap: 10px;
}

.drive-content {
    position: relative;
}*/


/*   best offer  */
.btn-cars {
    background: #0ba9d8;
    color: #fff;
    font-size: 14px;
    border: 1px solid #0ba9d8;
}

.offer-card {
    box-shadow: 0px 5px 12px #005E5E1F;
    border-radius: 10px !important;
    padding: 30px;
    margin: 20px 0px;
    position: relative;
}

.offer-card:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    background: url(../../images/scs-icon/offer_bg.png) no-repeat;
    width: 100%;
    background-size: 100% 100%;
    bottom: 0px;
    z-index: -1;
    left: 0;
}

.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;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.offer-card .card-text {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    padding-top: 8px;
    margin-bottom: 2px;
}

.offer-footer h5 {
    font-size: 14px;
    color: #889F9F;
    font-weight: 600;
    margin-bottom: 0px;
}

.offer-code {
    color: #889F9F;
    font-weight: 500;
}

.offer-footer {
    padding-top: 6px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: baseline;
}

.car-grid {
    padding: 20px;
    text-align: center;
    height: 150px;
    margin: 0px 30px;
    align-items: center;
    position: relative;
}

.car-grid:after {
    content: '';
    display: block;
    height: 170px;
    width: 100%;
    border: 2px solid #c3cfcf;
    position: absolute;
    top: 0;
    padding: 20px;
    margin: auto;
    left: 0;
    transition: all 0.5s ease-out
}

.car-grid:hover:after {
    border: 2px solid #0ba9d8;
    transform: rotate(46deg);
    height: 180px;
    transition: all 0.3s ease;
}

.car-grid h5 {
    font-size: 15px;
    font-weight: 600;
}

.easy-book {
    background: #f6fdff;
    padding: 40px 0px;
}

.road-line {
    position: absolute;
    bottom: 19px;
}

.car-road {
    width: 120px;
    position: absolute;
    bottom: 20px;
    left: 40px;
    transition: all 0.8s ease;
}

.car-slide-text img {
    width: 50px;
    margin-bottom: 11px;
}

.offer-ic {
    width: 20px !important;
    height: 20px;
}

.road-step {
    padding: 30px 0px;
}

.animate-1 {
    left: 10%;
    transition: all 0.8s ease;
}

.animate-2 {
    left: 30%;
    transition: all 0.8s ease;
}

.animate-3 {
    left: 50%;
    transition: all 0.8s ease;
}

.animate-4 {
    left: 75%;
    transition: all 0.8s ease;
}

/*  icon Why ride  section  */
.pad-60 {
    padding: 60px 0px;
}

.ride-grid h4 {
    font-size: 19px;
    color: #0ba9d8;
    font-weight: 500;
    margin: 20px 0px 10px;
}

.ride-grid p {
    font-size: 13px;
    color: #fff;
}

.ride-grid img {
    height: 51px;
}

.ride-grid {
    padding: 30px;
}

.ride-title {
    color: #fff;
}

.ride-title span {
    color: #0ba9d8;
}

.ride-section {
    position: relative;
    background: #000;
    height: 550px;
    overflow: hidden;
}

.ride-section video {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.video-pnl {
    position: absolute;
    top: 25%;
    right: 10%;
    left: 10%;
}

.video-offers {
    height: 500px;
    background-attachment: fixed;
}

.video-offers:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: #000000d9;
    position: absolute;
    top: 0;
}

/*  What Client Say For section  */
.padding-60 {
    padding: 60px 0px;
}

.client-section {
    background: #FCFDFD 0% 0% no-repeat;
}

.testimonial_title {
    padding: 3rem 0 0.1rem 0;
    background: #e6f6fb;
    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/scs-icon/comments_a.png) no-repeat;
    position: absolute;
    top: 10px;
    left: 20px;
    background-size: contain;
    height: 90px;
    width: 60px;
}

.header_testimonial::before {
    content: '';
    display: block;
    background: url(../../../assets/images/scs-icon/comments_b.png) no-repeat;
    position: absolute;
    bottom: 10px;
    right: 20px;
    background-size: contain;
    height: 90px;
    width: 60px;
}

/* client rating section */
.rating-count {
    background: #17233d;
    padding: 40px 0px;
}

.count-pnl h5 {
    color: #0ba9d8;
    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;
}

.accordion-body {
    background: #c4f1ff63 0% 0% no-repeat;
    box-shadow: 0px 5px 12px #005E5E1F;
    border-radius: 4px;
    font-size: 14px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background: #0ba9d8 !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, #0ba9d8 0%, #3F51B5 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;
}


.content-footer p {
    font-size: 13px;
    padding-right: 80px;
}

.contact-pnl li {
    display: flex;
    font-size: 13px;
}

.contact-pnl li i {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}

.footer-content h5 {
    font-size: 17px;
    margin: 20px 0px;
}

.footer-content h5:after {
    content: '';
    width: 53px;
    background: #fff;
    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;
}

.car-icon {
    height: 70px;
    position: relative;
    margin-left: 14px;
}

/* header fixed */
.navbar {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #0ba9d8;
}

.navbar.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #0ba9d8;
    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);
}

/* car tabs show  */

.circle-layout {
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    margin: auto;
    border: 2px solid #0ba9d8;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.circle-second {
    position: relative;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    margin: auto;
    border: 2px dashed #0ba9d8;
    display: flex;
    align-items: center;
    justify-content: center;

}

.tabmini-box {
    height: 90px;
    width: 90px;
    overflow: hidden;
    border-radius: 50px;
    border: 1px solid #666;
    background-color: #fff;
}

.thumb-1 {
    position: absolute;
    top: 15%;
    right: 0%;
}

.thumb-2 {
    position: absolute;
    bottom: 20%;
    left: -6%;
}

.thumb-3 {
    position: absolute;
    bottom: 20%;
    right: -6%;
}

.thumb-4 {
    position: absolute;
    top: 15%;
    left: -2%;
}

.thumb-5 {
    position: absolute;
    bottom: -6%;
    right: 40%;
}

.thumb-6 {
    position: absolute;
    top: -8%;
    right: 40%;
}

.circle-space {
    padding: 60px 0px;
}

.thumb-car-show {
    height: 160px;
    overflow: hidden;
    width: 210px;
    padding: 2px;
    border-radius: 10px;
}

.thumb-car-show img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.show-thumb h2 {
    font-size: 20px;
    font-weight: 600;
}

.show-thumb h3 {
    font-size: 20px;
}

.tabmini-box.active {
    border: 4px solid #0ba9d8;
    /* Your highlight color */
    border-radius: 50px;
}

.ui-datepicker th {
    font-size: 12px;
}

.ui-datepicker-title {
    font-size: 12px !important;
}

.listname {
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

.form-group input {
    text-align: left;
}

/* car list section CSS */
.car-search {
    padding-top: 8%;
    background: #f2f7f7;
}

.card-header {
    background: #1c1611 0% 0% no-repeat;
    border-radius: 20px 20px 0px 0px !important;
    padding: 7px;
    align-items: center;
}

.clear-all {
    background: #fff;
    border-radius: 50px;
    font-size: 12px;
    color: #0ba9d8;
    font-weight: 600;
    line-height: normal;
    padding: 5px 8px;
}

.clear-all:hover {
    background: #fff;
}

.card-body {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 12px #005E5E1F;
}

.card-header h5 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
}

.filterLists li {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin: 4px 0px;
    align-items: center;
}

.card-body h6 {
    font-size: 13px;
    font-weight: 600;
}

.btn-light {
    background: transparent;
    border: 1px solid #ddd;
    font-size: 12px;
    line-height: normal;
    padding: 5px 10px;
}

.btn-light.active {
    border: 1px solid #0ba9d8;
    color: #0ba9d8;
    background: #0ba9d814;
}

.search_modify {
    height: 50%;
    background: #fff;
    margin-bottom: 50px;
}

.search_modify .dropdown-wapper {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.search_modify .selectdropdown {
    position: relative;
    z-index: 11;
    background: #fff;
    padding: 12px;
    left: 0px;
    margin: 0px;
    bottom: 0px;
    right: 0px;
    height: max-content;
}

/* car lists CSS */
.car_grid_body {
    border: none;
    box-shadow: 0px 5px 12px #005E5E1F;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.title_cars {
    font-size: 15px;
    font-weight: 600;
}

.sel-price {
    font-size: 17px;
    font-weight: 600;
    color: #0ba9d8;
    line-height: normal;
}

.cars_img {
    width: 160px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.cars_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cars-type i {
    display: block;
    justify-content: center;
    text-align: center;
}

.car-ass-lists {
    display: flex;
    justify-content: start;
    font-size: 13px;
    margin: 10px 0px;
    gap: 8px;
}

.car-three {
    display: flex;
    gap: 10px;
}

.cars-type {
    position: relative;
    width: 100%;
    text-align: center;
}

.cars-type span {
    color: #889F9F;
    font-size: 12px;
}

.cars_kms {
    border: 1px solid #889F9F;
    border-radius: 9px;
    text-align: center;
    padding: 4px 7px;
    font-size: 11px;
    width: 100%;
    color: black;
}

.btn-cars-circle {
    border-radius: 20px;
    background: #0ba9d8;
    border: 1px solid #0ba9d8;
    font-size: 14px;
}

.cars-type:nth-child(2) {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.cars-type:nth-child(3) {
    border-right: 1px solid #ddd;
}

.red-box {
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background: red;
}

.title-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.booked-title {
    position: absolute;
    top: 0;
    background: #e4f9ff;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 10px 0px 12px;
    color: #4CAF50;
    font-weight: 500;
}

.car_details_body {
    border: none;
    box-shadow: 0px 5px 12px #005E5E1F;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

.dt-title {
    font-size: 19px;
    font-weight: 600;
}

.rating-bg {
    background: #f2f7f7;
    padding: 17px;
    border-radius: 10px;
}

.rating-bg h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.rating-bg h4 span {
    font-size: 13px;
    font-weight: 400;
}

.fill-stars .bi-star-fill {
    color: #FF9800;
}

.banner-figure {
    height: 400px;
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
}

.banner-figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.all-details-cards #nav-tab {
    background: #10a0d5;
    padding: 6px 10px 0px;
}

.all-details-cards .nav-link {
    color: #fff;
    font-size: 15px;
}

.all-details-cards {
    background: #fff;
    margin-bottom: 90px;
    border-radius: 10px;
    overflow: hidden;
}

.package-card {
    background: #e8faff;
    padding: 15px 13px;
    border-bottom: 2px solid #0ba9d8;
}

.package-c-title h6 {
    font-size: 9px;
    margin-bottom: 5px;
}

.package-c-title p {
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 500;
}

.details-date h6 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0px;
}

.details-date p {
    font-size: 10px;
    margin-bottom: 0px;
}

.days-lists {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
}

.details_modify {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.pick-body {
    display: flex;
    justify-content: space-between;
    gap: 3px;
}

.pickup-lists h5 {
    font-size: 13px;
    margin-bottom: 0px;
    color: #889F9F;
}

.btn-change {
    background: #fff;
    font-size: 11px;
    color: #0ba9d8;
    font-weight: 600;
    box-shadow: 0px 1px 5px 0px #ddd;
    line-height: normal;
}

.textarea-text {
    font-size: 13px;
}

.single-line {
    border-left: 1px solid #77777787;
    border-right: 1px solid #77777787;
}

.plan-panel {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.plan-price {
    border: 1px solid #9db0b0;
    overflow: hidden;
    border-radius: 10px;
}

.basic-pnl p {
    font-size: 9px;
    margin-bottom: 0px;
}

.plan-title {
    font-size: 12px;
    font-weight: 400;
    background: #9db0b0;
    color: #fff;
    padding: 2px;
}

.basic-pnl h5 {
    font-size: 15px;
    font-weight: 700;
    padding: 6px 0px;
    margin-bottom: 0px;
    line-height: normal;
}

.basic-pnl {
    padding: 2px;
}

.trip-title {
    font-size: 15px;
    color: #5e6e6e;
}

.promocode {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px dashed #ff3939;
    padding: 5px;
    border-radius: 7px;
    cursor: pointer;
    font-size: 14px;
}

.promocode img {
    width: 20px;
}

.plan-title.active {
    background: #0ba9d8;
}

.plan-price.active {
    border: 1px solid #0ba9d8 !important;
}

.rental-lists {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    line-height: 1.9;
}

.totalAmount {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.pick-boxs .form-group {
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

.pick-boxs img {
    width: 19px;
}

.dots-line:after {
    content: '';
    height: 35px;
    width: 1px;
    position: absolute;
    top: 17px;
    left: 8px;
    border-left: 1px dashed #889f9f;
}



/* Responsive CSS */

@media (max-width:767px) {
    .circle-layout {
        position: relative;
        width: 370px;
        height: 370px;
    }

    .circle-second {
        position: relative;
        width: 220px;
        height: 220px;
    }

    .thumb-car-show {
        height: 90px;
        overflow: hidden;
        width: 120px;
        padding: 2px;
        border-radius: 10px;
    }

    .car_grid_body {
        flex-direction: column;
    }

    .cars_img {
        width: 100%;
        height: 220px;
    }

    .car-search {
        padding-top: 20%;
        background: #f2f7f7;
    }

    .drive-card {
        margin-top: 35%;
    }

    .easy-title {
        font-size: 20px;
    }

    .car-road {
        bottom: 12px;
        left: 40px;
    }

    .car-grid {
        padding: 20px;
        text-align: center;
        height: 190px;
        margin: 0px 20px;
    }


}

@media (max-width:441px) {
    .circle-layout {
        position: relative;
        width: 280px;
        height: 280px;
    }

    .circle-second {
        position: relative;
        width: 190px;
        height: 190px;
    }

    .tabmini-box {
        height: 60px;
        width: 60px;
    }

    .thumb-car-show {
        height: 80px;
        overflow: hidden;
        width: 100px;
        padding: 2px;
        border-radius: 10px;
        margin: auto;
    }

    .show-thumb h2 {
        font-size: 14px;
        font-weight: 600;
    }

    .show-thumb h3 {
        font-size: 13px;
    }

    .testi-body {
        padding: 8px;
    }

    .testimonial_title h5 {
        font-size: 16px;
    }

    .header_testimonial::before {
        height: 90px;
        width: 30px;
    }

    .header_testimonial:after {
        height: 90px;
        width: 30px;
    }

    .video-pnl {
        position: absolute;
        top: 10%;
        right: 0%;
        left: 0%;
    }

    .ride-grid {
        padding: 10px;
    }

    .ride-section {
        height: 110vh;
        overflow: hidden;
    }

    .car-grid:hover:after {
        transform: rotate(1deg);
        height: 170px;
        transition: all 0.3s ease;
    }

    .drive-card {
        margin-top: 5%;
    }

    .banner-figure {
        height: 240px;
        border-radius: 10px;
    }

    .rating-bg {
        padding: 11px;
        margin-top: 20px;
    }

    .all-details-cards {
        margin-bottom: 20px;
    }

    .navbar-toggler {
        padding: 0px !important;
        background: #fff;
    }

    .mobile-row {
        flex-flow: column-reverse;
    }
    .dropdown-wapper {
        display: inline-block;
        gap: 0px;
        flex-wrap: wrap;
        width: 100%;
    }
    .selectdropdown {
        position: absolute;
        z-index: 11;
        background: #fff;
        padding: 10px;
        left: -3px;
        margin: 10px;
        bottom: -16px;
        right: 3px;
        height: min-content;
        width: 98%;
    }

}


@media (min-width:768px) and (max-width:991px) {
    .car_grid_body {
        flex-direction: column;
    }

    .cars_img {
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 10px;
        overflow: hidden;
        height: 180px;
    }

    .car-grid {
        padding: 10px;
        margin: 0px 0px;
        align-items: center;
        position: relative;
    }

    .ride-grid {
        padding: 5px;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 930px;
    }

}