    .faq-accordion {
        /*            border: 1px solid #ddd;*/
        border-radius: 8px;
    }

    .faq-card {
        border: 1px solid #ddd;
        margin-bottom: 20px;
        box-shadow: 3px 1px 7px 0 #ccc;
    }

    .faq-card:last-child {
        border-bottom: none;
    }

    .faq-header {
        background-color: #f2f2f2;
    }

    .faq-btn {
        width: 100%;
        text-align: left;
        padding: 15px;
        font-size: 16px;
        border: none;
        background: none;
        color: #333;
        transition: background 0.3s;
    }

    .faq-btn:hover {
        background-color: #e6e6e6;
    }

    .faq-body {
        padding: 15px;
        font-size: 14px;
        color: #666;
    }

    .collapse {
        display: none;
    }

    .collapse.show {
        display: block;
    }

    /* Container to hold all cards */
    /*.grid-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 1rem;
        padding: 1rem 0;
    }*/

    /* Card Styling */
    .service-card {
        background-color: #fff;
        border-radius: 8px;
        /*        padding: 1rem;*/
        text-align: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transition: box-shadow 0.3s, transform 0.3s;
    }

    .service-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .service-name {
        font-size: 1.2rem;
        font-weight: bold;
        color: #fcaf21;
        margin-bottom: 0.5rem;
    }

    .service-price {
        font-size: 1rem;
        color: #555;
        margin-bottom: 0.8rem;
    }

    /* Book Now Button Styling */
    .book-btn {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        font-weight: bold;
        color: #fff;
        background-color: #fcaf21;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .book-btn:hover {
        background-color: #004d40;
    }

    @media (min-width: 1024px) { /* Targeting laptops and larger screens */
        .banner-block1.cc {
            background: url(https://www.bookurtaxi.com/assets/bookYourTaxi/assets/images/banner.webp);
            min-height: 430px;
        }
    }

/*    new added css*/
h1.m-3.text-center.services-card-heading {
    background-color: rgb(252, 175, 33);
    /* padding: 0 1px 0 0; */
    padding: 5px;
    /* border-radius: 30px; */
    letter-spacing: 1.5px;
}
h1{
    font-size: 30px;
}

.nav-tabs .nav-link.active.bookurtaxt-nav-link {
    background-color: #fcaf21 !important;
    border-color: #fcaf21;
    border-color: #fcaf21 !important;
    background: #fff !important;
    /* border: none !important; */
    border-bottom: 4px solid #f5a91f !important;
    border: 2px solid #f5a91f !important;
    margin-bottom: 9px;
    margin-right: 2px;
    color: #f5a91f !important;
}

.nav-tabs .nav-link.bookurtaxt-nav-link {
    background-color: #f5a91f;
    color: white;
    margin-right: 2px;
    border: 2px solid #f5a91f !important;
    border-radius: 10px;
}


@media only screen and (max-width: 480px) {
     h1.m-3.text-center.services-card-heading{
        font-size: 17px;
        letter-spacing: unset;
    }
}

  
    .dot {
width: 13px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    display: block;
    /* position: absolute; */
    background-color: white;
    color: black;
    border: 1px solid;
        position: relative;
}

.text-to {
    font-size: 17px;
    color: #000;
    position: absolute;
    top: -10px;
    left: 50%;
    /* transform: translateX(-50%); */
    background-color: #fff;
    padding: 0 5px;
    transform: translate(-16px, -14px);
}
.pick-point {
position: absolute;
    /* bottom: -78%; */
    /* top: 44%; */
transform: translate(-50% -50% , 50%);
transform: translate(-6px, -35px);
}

   .fw-bold.carbox-tool-tip {
  position: relative;
  display: inline-block;
}

.carbox-tool-tip-text {
    visibility: hidden;
    width: 298px;
    background-color: #d9c0c0;
    color: #4e4141;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -141px;
    /* height: 36px; */
    border: 1px solid #e9e0e0;
    background-color: white;
    font-size: 12px;
    font-weight: 500;
}

.fw-bold.carbox-tool-tip:hover .carbox-tool-tip-text {
  visibility: visible;
}

.car-img-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.car-price-box{
  text-align: right !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
.pick-point p.fw-bold.small.mb-0 {
    font-size: 17px !important;
    white-space: nowrap;
    display: inline;
}


.pick-point p.fw-bold.small.mb-0.pick-point-to {
    margin-left: -62px;
}

.car-img-box img.rounded.mb-2 {
    width: 150px;
    object-fit: cover;
    height: 51px;
}
hr.route-line.w-75.border-top.border-3.border-dark {
    border: 2px solid lightgray !important;
}
section.foot_sec {
    margin-bottom: unset;
}
.more-details {
    font-size: 16px;
    color: #555;
    /* margin-left: 27px; */
    color: #2766dd;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    white-space: nowrap;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {

.car-img-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 91px;
    margin-left: -8px;
}


.book-taxi-box-card .col-sm-3 {
    width: 13% !important;
}

.book-taxi-box-card .fw-bold.carbox-tool-tip {
    font-size: 12px;
}

.book-taxi-box-card .ride-card.row.align-items-center.border.rounded.shadow-sm.bg-white {
    display: inline-flex;
}

.book-taxi-box-card .col-sm-6 {
    width:70%
}

.book-taxi-box-card .d-flex.justify-content-center.align-items-center.mt-4.mb-2.position-relative {
    width: 70%;
    margin-left: 21%;
    margin-right: 21%;
}

.book-taxi-box-card .pick-point p.fw-bold.small.mb-0 {
    font-size: 11px !important;
    margin-bottom: 0;
    margin-top: 13px;
    white-space: nowrap;
    display: inline;
}

.book-taxi-box-card p.fw-bold.small.mb-0.pick-point-to {
    margin-left: -28px;
}

.book-taxi-box-card .text-to {
    font-size: 11px;
    color: #000;
    position: absolute;
    top: -10px;
    left: 50%;
    /* transform: translateX(-50%); */
    background-color: #fff;
    padding: 0 5px;
    transform: translate(-12px, -2px);
}



.book-taxi-box-card strong {
    font-size: 12px;
}

.book-taxi-box-card .ride-card .small {
    font-size: 9px;
}

.book-taxi-box-card button.btn.btn-primary.mt-2 {
    /* width: 34% !important; */
    width: 76px;
    font-size: 10px;
    font-weight: 700;
}



.book-taxi-box-card .d-flex.align-items-baseline.gap-2.justify-content-center {
    font-size: 15px !important;
}

.book-taxi-box-card .fw-semibold.text-decoration-line-through.text-muted {
    font-size: 12px !important;
    font-weight: bold;
}

.book-taxi-box-card .fw-semibold.text-success.fs-5 {
    font-size: 12px !important;
}

.book-taxi-box-card strong.text-success {
    font-size: 15px !important;
}

.book-taxi-box-card .small.text-muted.mb-1.text-center {
    display: flex;
    gap: 2px;
}

.book-taxi-box-card .col-sm-3.text-end.car-price-box.d-flex.flex-column.align-items-center {
    margin-left: -3%;
    margin-top: -15px;
}

.book-taxi-box-card .d-flex.flex-wrap.justify-content-around.text-center.border-top.pt-3.mt-3.w-100 {
    display: inline-flex;
  
}


.book-taxi-box-card .d-flex.flex-wrap.justify-content-around.text-center.border-top.pt-3.mt-3.w-100 {
    margin: 0 !important;
    padding: 0 !important;
    padding-top: unset;
    gap: unset;
    width: auto;
}

.book-taxi-box-card small {
    font-size: 12px;
}

div#v-pills-tabContent {
    margin: 4px;
    /* height: 164px; */
}
.book-taxi-box-card .trip-type{
  font-size: 12px !important;
}
span.carbox-tool-tip-text {
    display: none;
}
.service-banner h2.fw-bold.display-5.m-0 {
    font-size: 25px;
}

p {
    font-size: 14px;
    margin-bottom: 9px;
}

h2, h3 {
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 9px;
}
.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-height: 1px;
padding: 0.25rem;
font-size: 22px;
webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
/* box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2); */
/* padding: 21px; */
padding: 1rem;
/* width: 101%; */
margin-left: -17px;
margin-right: -1px;
/* margin-bottom: 17px; */
}

.more-details {
    font-size: 12px;
    color: #555;
    color: #2766dd;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.route-info h1 {
font-size: 16px;
}

.route-info  p {
    font-size: 12px;
    margin-bottom: -14px;
}

.tab-header .col {
    padding: 10px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .2);
    font-size: 11px;
}
.route-info{
    margin-bottom: 8px !important;
}

.content-preview {
    font-size: 12px;
}

}
 .discount-tag{
  margin-left: 3px;
 }

 /* .discount-box {
    background-color: red;
    color: white;
    padding: 0px 8px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    border:1px solid red;
    white-space: nowrap;
} */

.discount-percentage {
    font-size: 13px;
    font-weight: bold;
    display: block;
}

.discount-text {
    font-size: 12px;
    display: block;
}

.main-content {
    background: lightgray;
    margin-top: -15px;
    margin-bottom: -31px;
}

.price-discount{
position: absolute;
bottom: -20px;
right: 36px;
font-size: 23px;
}
.price-detail-box{
  justify-content: end;
}

.page-details-box {
    display:flex;
    justify-content:end;
    gap:20px
}
del.text-muted {
    font-size: 18px;
}

@media screen and (max-width: 770px) {
.icon-rating-image {
    position: absolute;
}

.price-discount {
    position: absolute;
    top: 26px;
    right:25px;
}
.small-details-box{
    display:none;
}
.price-detail-box{
  justify-content: unset;
}
.icon-rating-image{
    display:none;
}
.page-details-box {
     display:flex;
    justify-content: end;
}
del.text-muted {
    font-size: unset;
}

.filter-img-box 
{
display: grid !important;
}

}

@media screen and (max-width: 380px) {
.page-details-box {
     display:flex;
    justify-content: center;
}
}


.small-details-box .mb-2 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.small-details-box .mb-2 span {
    visibility: hidden;
    opacity: 0;
    width: 220px;
    background: #fff;
    color: #333;
    text-align: center;
    border-radius: 8px;
    padding: 6px 10px;
    position: absolute;
    z-index: 1;
    top: 120%;  /* Show below */
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s;
    font-size: 12px;
    line-height: 1.4;
    border:1px solid lightgray;
}

.small-details-box .mb-2 span::after {
    content: "";
    position: absolute;
    bottom: 100%; 
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
}

.small-details-box .mb-2:hover span {
    visibility: visible;
    opacity: 1;
}

.ui-helper-hidden-accessible {
    display: none
}

.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
    max-height: 190px;
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 2147483647
}

.ui-front {
    z-index: 100
}

.ui-menu {
    display: block;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0
}

.ui-widget {
    font-family: arial;
    font-size: 1.1em;
    color: #111
}

.ui-autocomplete {
    overflow: hidden;
    -webkit-box-shadow: 2px 17px 67px -4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 2px 17px 67px -4px rgba(0, 0, 0, .75);
    box-shadow: 2px 17px 67px -4px rgba(0, 0, 0, .75);
    border: 1px solid #fff;
    background: #fff
}


.input-container {
    position: relative;
    width: 100%;
}

.city-input {
    width: 100%;
    padding: 10px 10px 10px 25px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.city-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    z-index: 1000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding:0 10px;
    margin: 0;
}

.city-dropdown li {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 0.5px solid lightgray;
}

.city-dropdown li:last-child {
    font-size: 12px;
}

.city-dropdown li:hover {
    background-color: #f0f0f0;
}

.city-dropdown li .city-icon {
    margin-left: 15px;
    font-size: 18px;
}

.city-dropdown li .country {
    color: gray;
    font-size: 14px;
}


.price-box {
    font-family: Arial, sans-serif;
}

.discount-text {
    color: #3b82f6;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.original-price {
    font-size: 14px;
    color: #b4b4b4;
    text-decoration: line-through;
    text-decoration-color: red;
    margin-left: 5px;
    display: inline-block;
}

.final-price {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-top: 2px;
}

                   .available-cars-section {
            padding: 100px 0;
            background: #ffffff;
        }

        .car-booking-card {
            background: white;
            border-radius: 20px;
            padding: 0;
            margin-bottom: 30px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.08);
            border: 1px solid rgba(226, 232, 240, 0.8);
            transition: all 0.3s;
            overflow: hidden;
        }

        .car-booking-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(59, 130, 246, 0.15);
        }

        .car-booking-card-content {
            display: flex;
            padding: 12px 12px;
        }

        .car-image-wrapper {
            width: 120px !important;
            height: 120px !important;
            margin-right: 25px;
            flex-shrink: 0;
            border-radius: 12px;
            overflow: hidden;
            background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .car-image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .car-image-placeholder-icon {
            font-size: 80px;
            color: rgba(59, 130, 246, 0.2);
        }

        .car-details-wrapper {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .car-header {
            margin-bottom: 15px;
        }

        .car-name {
            font-size: 24px;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 8px;
        }

        .car-type {
            font-size: 14px;
            color: #40454c;
            margin-bottom: 12px;
            font-weight: 500;
        }

        .car-specs {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 15px;
            font-size: 14px;
            color: #475569;
        }

        .car-spec-item {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .car-spec-item i {
            color: #3b82f6;
            font-size: 16px;
        }

        .car-info-item {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            margin-bottom: 12px;
            font-size: 14px;
            color: #475569;
        }

        .car-info-item i {
            color: #3b82f6;
            margin-top: 3px;
            font-size: 16px;
            flex-shrink: 0;
        }

        .car-info-text {
            flex: 1;
        }

        .cancellation-policy {
            color: #3b82f6;
        }

        .cancellation-policy i {
            color: #3b82f6;
        }

        .car-pricing-section {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            justify-content: space-between;
            min-width: 180px;
            margin-left: 20px;
        }

        .price-main {
            text-align: right;
            margin-bottom: 15px;
        }

        .price-amount {
            font-size: 36px;
            font-weight: 800;
            color: #1e293b;
            margin-bottom: 5px;
        }

        .price-original {
            font-size: 24px;
            color: #94a3b8;
            text-decoration: line-through;
            margin-right: 10px;
        }

        .price-discounted {
            font-size: 36px;
            font-weight: 800;
            color: #1e293b;
        }

        .price-taxes {
            font-size: 13px;
            color: #64748b;
            margin-bottom: 15px;
        }

        .discount-badge {
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            color: white;
            padding: 6px 12px;
            border-radius: 6px;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 8px;
            display: inline-block;
        }

        .discount-text {
            font-size: 12px;
            font-weight: 600;
        }

        .btn-book-now {
            background: #3b82f6;
            color: white;
            border: none;
            padding: 14px 35px;
            border-radius: 10px;
            font-weight: 700;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: #3b82f6;
            width: 100%;
        }

        .btn-book-now:hover {
            /* transform: translateY(-2px); */
            background: #3b82f6;
        }

        .spec-divider {
            color: #cbd5e1;
            margin: 0 8px;
        }

        .car-info {
    display: flex;
}

.car-info {
    display: flex;
    justify-content: space-around;
}


 .btn-book-now {
    color: white;
    border: none;
    padding: 14px 35px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
padding: 4px 11px;
margin-right: 12px;
}

.main-content .container {
    max-width:1600px !important;
}

.car-info-box {
    font-size: 12px;
    font-weight: 600;
    text-align:center;
    text-transform: uppercase;
}
  @media (max-width: 992px) {
        .car-booking-card-content {
            flex-direction: column;
        }

        .car-image-wrapper {
            width: 100%;
            height: 200px;
            margin-right: 0;
            margin-bottom: 20px;
        }

        .car-pricing-section {
            align-items: flex-start;
            margin-left: 0;
            margin-top: 20px;
            width: 100%;
        }

        /* .price-main {
            text-align: left;
        } */

        .car-info {
            display: contents;
            justify-content: space-around;
            flex-direction: column;
        }

        .car-booking-card{
            margin-bottom: 10px;
        }

        .car-pricing-section {
            position: absolute;
            left: 59%;
        }

        button.btn-book-now {
            transform: translate(25px, -24px);
        }

        .price-amount {
            font-size: 20px;
        }

        .price-original {
            font-size: 14px;
        }

        .car-name {
            font-size: 15px;
        }

        .car-image-wrapper {
            width: 100px !important;
            height: 60px !important;
        }

        .car-specs{
        margin-bottom: 1px;
        }

        .car-info-box {
        float: inline-start;
        

        }
        .car-info {
         display: none;
        }

    }

.main-content {
 background: #e4edf50a;
}




/* -------------------- GENERAL ----------------------- */
.filter-box {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #e5e5e5;
}
.cab-card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 9px;
    margin-bottom: 8px;
    background: #fff;
}
.rating-badge {
    background: #e6f8e6;
    color: #1a7f31;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    margin-left: 5px;
}
.select-btn {
    background: linear-gradient(to right, #2d79ff, #007bff);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    padding: 8px 20px;
    border: none;
}
.tab-header {
    /* background: #0b1e56; */
    background: #3b82f6;
    border-radius: 12px;
    color: #fff;
}
.tab-header .col {
    padding: 20px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.2);
}
.tab-header .col:last-child {
    border-right: none;
}

/* -------------------- MOBILE FILTER BAR ----------------------- */
.mobile-filter-bar {
        position: fixed;
        bottom: calc(100% - 94%);
        left: 0;
        width: 100%;
        /* background: #0b1e56; */
        background: #3b82f6;
        padding: 10px 12px;
        display: flex;
        justify-content: space-around;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
        z-index: 999999;  /* ⭐ Always above everything */
    }

    .mf-btn {
        flex: 1;
        margin: 0 6px;
        padding: 12px;
        background: #0d1117;
        border-radius: 12px;
        color: white;
        font-size: 14px;
        border: none;
        font-weight: 600;
    }

     @media(max-width: 762px) {
        .filter-box  {
            display: none;
        }
         .col-md-4.text-end {
        position: absolute;
        /* bottom: -33px; */
        margin-left: -14px;
        /* margin-top: 34px; */
    }

    .select-btn {
    margin-top: 44px !important;
    }

    }

    

    /* Hide filter bar on desktop */
    @media(min-width: 768px) {
        .mobile-filter-bar {
            display: none;
        }
    }

    /* -------------------- FILTER MODAL -------------------- */
/* Disable background interaction when modal is open */
body.modal-open {
    overflow: hidden !important;        /* Stop scrolling */
    touch-action: none !important;      /* Prevent mobile scroll/touch */
}
body.modal-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }


/* Allow interaction only with modal */
.filter-modal,
.filter-modal * {
    pointer-events: auto !important;
}

.filter-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;             /* FULL SCREEN */
    background: rgba(0,0,0,.4);
    z-index: 9999;
}

.filter-modal-content {
    background: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 780px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px 20px 0 0;
    padding: 20px;
    animation: slideUp 0.3s ease;
}

@keyframes slideUp {
    from { bottom: -400px; }
    to { bottom: 0; }
}

/* Hide filter bar when modal open */
.hide-mobile-bar {
    display: none !important;
}

.apply-btn {
    width: 100%;
    margin-top: 20px;
    padding: 14px;
    background: #2766dd;
    color: white;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    border: none;
}

span.close-btn {
    position: absolute;
    right: 0;
    top: -20px;
    cursor: pointer;
    display: block;
}
   
.filter-btn {
    /* background:#0c2d8c; */
    background: #0c2d8c5c;
    padding:6px;
    color:#fff;
    border-radius:6px;
}

.overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    display: none;
    z-index: 25;
}

.overlay.active {
    display: block;
}

@media (min-width: 320px) and (max-width: 480px) {
    /* .car-specs {
        gap: 0px;
    } */
    button.btn-book-now {
        transform: translate(17px, 42px);
    }
    
}

.popular-city-section {
    background-color: #2766de;
    padding: 12px 16px;
    margin-top: 5px;
    border-radius: 26px;
}

.popular-city-section h5.text-center.m-4 {
    color:white;
}

.popular-city-section .service-card {
    background-color: #2766de;
    border: 4px solid white;border-radius: 12px 12px;
}
.popular-city-section .book-btn{
    background-color:white;
    border:2px solid #13377f;
    color:#13377f;
}

.popular-city-section .book-btn:hover{
    background-color:#13377f;
    color:white;
}
.accordion-item 
{
margin-bottom: 15px;
}
.accordion-body {
    font-weight: 400;
}
button.accordion-button.collapsed {
    background-color: #cfe2ff;
    color: #052c65;
    font-weight: 700;
}

.filter-section-box {
    background: #fff;
    display: flex;          
    flex-wrap: nowrap;      
    align-items: center; 
}

.filter-section-box .nav-link.active {
    color: #53b2fe;
    background-image: linear-gradient(96deg, #53b2fe 1%, #065af3 129%);
}


.filter-section-box .nav-link{
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-item-align: end;
    align-items: center;
    align-self: flex-end;
    background-image: linear-gradient(96deg, #53b2fe 1%, #065af3 129%);
    border-radius: 34px;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .2);
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    width: auto;
}

@media screen and (max-width: 320px) and (min-width: 380px) {
        .filter-section-box {
        margin-left: 13%;
        }
    }

@media screen and (min-width: 320px) and (max-width: 480px) {
    .filter-section-box .nav-link {
        font-size: 12px !important;
        margin: 2px !important;
        padding: 19px 12px;
    }

    .filter-img-box {
    flex-direction:column !important;
    }
}

@media screen and (min-width: 767px) {
    /* .filter-section-box {
        position: absolute;
        margin: 0px 3px;
        background: #fff;
        border-radius: 12px;
    } */
  
    
}

.package-section .nav-link.active{
color: #fff !important;
background-image: linear-gradient(96deg, #53b2fe 1%, #065af3 129%) !important;
border:1px solid #53b2fe !important;
border-color: #53b2fe !important;
background-color:unset !important;


}
.package-section .nav-link{
    background-image: #fff !important;
    color: #065af3 !important;
    border:1px solid #53b2fe !important;
    border-color: #53b2fe !important;
    background-color:unset;
    font-size:12px ;
    margin-right: 5px;
    margin-top:2px;
    padding: 8px 6px;
}

@media screen and (max-width: 767px) {
    td.d-sm-block.cabTypeCol-booking-section {
        position: absolute;
        right: 10%;
        margin-top: 40px;
    }
.viewCabBtn.book-btn{
    height: 32px !important;
    justify-content: center !important;
    width: 70px !important;
    font-size: 10px !important;
}

section.select-package {
    margin-bottom: 1px !important;
    padding: 0 !important;
}
}