@media screen and (max-width: 1450px) {
    .header-ser {
        padding: 0px;

        .navbar-nav {
            gap: 6px;
        }

        .nav-link {
            padding: 3px 12px;
        }
    }

    .banner-sec {
        padding: 20px;
    }

    .sub-heading {
        font-size: 18px;
        line-height: 20px;
    }

    .thm-heading h1 {
        font-size: 42px;
        line-height: 69px;
        margin-bottom: 10px;
    }

    .thm-heading h3 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .thm-heading h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 11px;
    }

    .banner-btn {
        margin-top: 30px;
    }

    .thm-btn {
        padding: 10px 28px;
    }

    .footer-con {
        h2 {
            font-size: 19px;
            line-height: 24px;
            margin-bottom: 16px;
        }
    }

    .footer-con {
        li {
            padding: 1px 0px;
        }
    }

    .footer-link {
        font-size: 13px;
    }

    .product_list-item .product_item-price {
        flex: 0 0 auto;
    }

    .client-testimonials-sec h3 {
        font-size: 32px;
        margin-bottom: 14px
    }
}

@media screen and (max-width: 1199px) {
    .thm-heading h1 {
        font-size: 36px;
        line-height: 60px;
        margin-bottom: 10px;
    }

    .thm-heading h3 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 11px;
    }

    .thm-heading h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .sub-heading {
        font-size: 16px;
        line-height: 18px;
    }

    .bestplace-cards-con {
        padding: 10px;
    }

    .header-ser {
        .navbar-nav {
            gap: 0;

            .nav-link {
                padding: 4px 10px;
            }
        }
    }

    .banner-forms .thm-heading {
        margin-bottom: 20px;
        text-align: center;
    }

    .banner-forms .thm-btn {
        margin-top: 10px;
    }

    .form-items-input {
        position: relative;
        margin-bottom: 10px;
    }

    .gototop-btn {
        width: 45px;
        height: 45px;

        img {
            width: 20px;
            height: 20px;
        }
    }

    .bestplace-cards {
        margin: 10px 5px;
    }

    .place-details-item {
        margin: 5px;
        border: 1px solid #EFEFEF;
        padding: 10px;
        border-radius: 6px;
    }

    .bestCity-wrapper {
        margin: 40px 0px;
    }

    .bestCity-cards {
        margin-top: 20px;
    }

    .bestCity-item {
        padding: 8px;
        margin: 5px;
    }

    .bestCity-img {
        border-radius: 6px;
        width: 55px;
        height: 55px;
    }

    .bestCity-con {
        h3 {
            line-height: normal !important;
            margin-bottom: 0px !important;
        }
    }

    .client-testimonials-slider {
        margin: 35px 0px;
    }

    .ourblog-items-sec {
        margin: 5px;
    }

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


    .product_list-item .product-name {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 14px;
    }

    .product_list-item .product-feature-items {
        gap: 20px;
    }

    .product_list-item .product-feature-item {
        gap: 8px;
        font-size: 14px;
        line-height: 18px;
    }

    .product_list-item .product-feature-item::before {
        height: 6px;
        width: 6px;
    }

    .product_list-item .product-dis {
        font-size: 14px;
        line-height: 28px;
    }

    .product_list-item .product-price {
        gap: 16px;
        margin-bottom: 30px;
    }

    .product_list-item .product-price .old-price {
        font-size: 18px;
        line-height: 22px;
    }

    .product_list-item .product-price .main-price {
        font-size: 32px;
        line-height: 32px;
    }


    .detail-header .detail-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .detail-location {
        margin-bottom: 10px;
    }

    .detail-location .header-location {
        font-size: 16px;
        line-height: 22px;
    }

    .detail-points .detail-points-item {
        font-size: 14px;
        line-height: 20px;
    }

    .detail-points .detail-points-item::before {
        height: 6px;
        width: 6px;
    }

    .product_detail {
        padding: 20px 0;
        position: relative;
    }

    .product_detail-item .product_item-pic {
        flex: 0 0 190px;
        width: 190px;
        height: 110px;
    }

    .product_detail-item .product-name {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 14px;
    }

    .product_detail-item .product-feature-items {
        gap: 20px;
    }

    .product_detail-item .product-feature-item {
        gap: 8px;
        font-size: 14px;
        line-height: 18px;
    }

    .product_detail-item .product-feature-item::before {
        height: 6px;
        width: 6px;
    }

    .product_detail-item .product-dis {
        font-size: 14px;
        line-height: 28px;
    }

    .product_detail-item .product-price {
        gap: 16px;
        margin-bottom: 30px;
    }

    .product_detail-item .product-price .old-price {
        font-size: 16px;
        line-height: 20px;
    }

    .product_detail-item .product-price .main-price {
        font-size: 20px;
        line-height: 24px;
    }

    .product_detail-container {
        border-radius: 8px;
        margin-bottom: 16px;
    }

    .product_detail-header {
        padding: 16px;
    }

    .product_detail-title {
        font-size: 20px;
        line-height: 24px;
    }

    .product_detail-body {
        padding: 16px;
    }

    .product_detail-list {
        gap: 20px;
    }

    .product_detail-list .product-item-key {
        font-size: 16px;
        line-height: 20px;
    }

    .product_detail-list .product-item-value {
        font-size: 16px;
        line-height: 20px;
    }

    .product_detail-driver {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    .product_detail-driver .product-driver-text {
        font-size: 14px;
        line-height: 24px;
    }

    .car_photos-items {
        gap: 16px;
    }

    .vehicle-details-list ul {
        gap: 20px;
    }

    .vehicle-details-list ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .vehicle-details-list ul li span {
        font-size: 13px;
    }

    .amenities-list {
        column-gap: 20px;
        row-gap: 10px;
    }

    .amenities-item {
        gap: 8px;
    }

    .amenities-item img {
        width: 22px;
    }

    .amenities-item span {
        font-size: 16px;
        line-height: 22px;
    }

    .slider-form h1 {
        font-size: 32px;
        line-height: 40px;
    }

}

@media screen and (max-width: 1024px) {
    .navbar-collapse {
        justify-content: flex-start !important;
        display: block;
        margin-top: 10px;
    }

    .header-search-bar {
        width: fit-content;
        margin-top: 10px;
    }

    .sub-heading {
        font-size: 14px;
        line-height: 15px;
    }

    .banner-btn {
        margin-top: 17px;
    }

    .thm-heading h1 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .thm-heading h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 6px;
    }

    .thm-heading h3 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .thm-heading p {
        font-size: 13px;
    }

    .banner-sec {
        padding: 20px 10px;
    }

    .banner-forms {
        border-radius: 20px;
        padding: 12px 10px;
    }

    .bestplace-cards-con {
        p {
            line-height: normal;
        }
    }

    .place-details-cards {
        margin-top: 20px;
    }

    .rating-sec {
        img {
            width: 14px;
            height: 14px;
            margin-right: 1px;
            margin-top: -4px;
        }

        span {
            font-size: 12px;
        }
    }

    .client-testimonials-wrapper {
        background: #EFF2EC;
        padding: 26px 0px;
    }

    .footer-link {
        font-weight: 400;
        line-height: 26px;
    }

    .copyright-sec {
        padding: 16px 0px;
    }
}

@media screen and (max-width: 991px) {
    .slider-form h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .banner-con {
        text-align: center;
    }

    .banner-btn {
        justify-content: center;
    }

    .banner-forms {
        border-radius: 16px;
        padding: 24px 20px;
        width: 80%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .bestplace-sec .thm-heading {
        margin-bottom: 10px;
    }

    .sec-footer {
        margin-top: 10px;
    }

    .bestCity-con {
        h3 {
            font-size: 18px;
            font-weight: 600;
        }
    }

    .bestCity-wrapper {
        margin: 30px 0px;
    }

    .ourblog-items-list {
        .owl-stage .owl-item:nth-child(odd) .ourblog-items-img {
            height: 290px;
        }

        .owl-stage .owl-item:nth-child(even) .ourblog-items-img {
            height: 350px;
        }
    }

    .ourblog-wrapper {
        margin: 30px 0px;
        overflow: hidden;
    }

    .footer-item {
        justify-content: flex-start;
        margin-top: 15px;
    }

    .product_list-item {
        padding: 10px;
        gap: 10px;
    }

    .product_list-item .product_item-pic {
        flex: 0 0 190px;
        width: 190px;
        height: 120px;
    }

    .product_list-item .product-name {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .product_list-item .product-feature-items {
        gap: 10px;
    }

    .product_list-item .product-feature-item {
        gap: 4px;
    }

    .product_list-item .product-price {
        gap: 10px;
        margin-bottom: 16px;
    }

    .product_list-item .product-price .old-price {
        font-size: 14px;
        line-height: 18px;
    }

    .product_list-item .product-price .main-price {
        font-size: 24px;
        line-height: 24px;
    }

    .viewDetail-btn {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .booking_form {
        margin-top: 0px;
    }

    .product_detail-container {
        border-radius: 8px;
        margin-bottom: 10px;
    }

    .product_detail-header {
        padding: 10px 12px;
    }

    .product_detail-title {
        font-size: 16px;
        line-height: 20px;
    }

    .product_detail-body {
        padding: 10px;
    }

    .product_detail-item {
        gap: 10px;
    }

    .product_detail-list {
        gap: 12px;
    }

    .product_detail-list .product-item-key {
        font-size: 14px;
        line-height: 18px;
    }

    .product_detail-list .product-item-value {
        font-size: 14px;
        line-height: 18px;
    }

    .car_photos-items {
        gap: 10px;
    }

    .vehicle-details-list ul {
        gap: 10px;
    }

    .product_detail-item .product_item-pic {
        flex: 0 0 190px;
        width: 190px;
        height: 120px;
    }

    .product_detail-item .product-name {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .product_detail-item .product-feature-items {
        gap: 10px;
    }

    .product_detail-item .product-feature-item {
        gap: 4px;
    }

    .product_detail-item .product-price {
        gap: 10px;
        margin-bottom: 16px;
    }

    .product_detail-item .product-price .old-price {
        font-size: 16px;
        line-height: 20px;
    }

    .product_detail-item .product-price .main-price {
        font-size: 20px;
        line-height: 24px;
    }

    .product_detail-overview p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .booking_ride_form_row {
        flex-wrap: wrap;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .booking_ride_form_row .booking_form_col {
        width: 100%;
    }

    .btnSearchFilter-wrap {
        display: block;
    }

    section.list_wrapper {
        padding: 20px 0;
    }

    .list_search_ride {
        display: none;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .list_search_ride.open {
        display: block;
    }

    .btn.modify-btn {
        font-size: 13px;
        line-height: 20px;
    }

    .popular-package-card .place-details-item {
        margin: 0 0 10px;
    }

    .blogDetail-content h2 {
        font-size: 19px;
        margin: 14px 0 3px;
    }

    .faq_section h3 {
        font-size: 19px;
    }

    .faq_section .accordion-item .accordion-button {
        padding: 10px 14px 10px 14px;
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {

    .container,
    .container-sm {
        max-width: 100%;
        padding: 0px 30px;
    }

    .thm-heading h1 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .thm-heading h2 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 4px;
    }

    .thm-heading h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .banner-forms {
        border-radius: 16px;
        padding: 24px 20px;
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .form-items-icon img {
        width: 18px;
        height: 18px;
    }

    .form-items-icon {
        width: 35px !important;
    }

    .form-items {

        input,
        select,
        .thm-dropdown {
            padding-left: 40px;
        }
    }

    .bestplace-wrapper {
        margin: 30px 0px;
    }

    .bestplace-cards-img {
        height: 260px !important;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .ourblog-items-list {
        .owl-stage .owl-item:nth-child(odd) .ourblog-items-img {
            height: 240px;
        }

        .owl-stage .owl-item:nth-child(even) .ourblog-items-img {
            height: 290px;
        }
    }

    .product_list-item .product-offer {
        margin-bottom: 0px;
    }

    .product_list-item .product_item-content {
        flex-direction: column;
        gap: 5px;
    }

    .product_list-item .product_item-price {
        flex: 1 1 auto;
        width: 100%;
        flex-direction: row;
        gap: 10px;
        align-items: center;
        flex-wrap: wrap;
    }

    .product_list-header {
        margin-bottom: 16px;
    }

    .main_heading {
        font-size: 20px;
        line-height: 26px;
    }

    .viewDetail-btn {
        font-size: 14px;
        padding: 6px 10px;
        border-radius: 6px;
    }

    .product_detail-item .product-offer {
        margin-bottom: 10px;
    }

    .product_detail-item .product_item-content {
        flex-direction: column;
        gap: 10px;
    }

    .product_list-item .product-price {
        margin-bottom: 0px;
    }

    .product_detail-item .product_item-price {
        flex: 1 1 auto;
        width: 100%;
        align-items: flex-start;
    }

    .booking-form .nav-tabs {
        padding: 0 15px;
        justify-content: space-around;
    }

    .booking-form .nav-tabs .nav-link {
        font-size: 14px;
        line-height: 18px;
    }

    .booking_form_field {
        padding: 10px 10px 20px;
    }

    .booking_form_col label {
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 4px;
        display: block;
    }

    .row-form-group {
        margin-bottom: 15px;
        gap: 16px;
    }

    .direction_arrow {
        position: relative;
        margin: 22px -22px 0;
    }

    .input-box .form-control {
        border-radius: 4px;
        height: auto;
        font-size: 12px;
        line-height: 16px;
        padding: 8px 10px;
    }

    .search_car_btn .thm-btn {
        font-size: 12px;
        font-weight: 600;
        border-radius: 4px;
        height: 36px;
    }

    .list_search_ride {
        border-radius: 8px;
        padding: 20px 16px;
    }

    .search-modify-btn {
        margin-bottom: -38px;
    }

    .vehicle-details-list ul {
        gap: 8px;
    }

    .product_detail-list {
        gap: 8px;
    }

    .header-btnWrap .btn {
        padding: 8px;
    }

    .header-btnWrap .btn img {
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
    }

    .header-btnWrap .btn span {
        display: none;
    }

}

@media screen and (max-width: 575px) {
    .slider-form {
        padding: 40px 0;
    }

    .slider-form h1 {
        font-size: 22px;
        line-height: 30px;
        padding: 0 50px;
    }

    .special-fares {
        margin: 30px auto 0;
        gap: 8px;
    }

    .special-fares label {
        font-size: 12px;
    }

    a.cta-btn {
        padding: 6px 10px;
        font-size: 12px;
        border-radius: 4px;
    }


    .product_list-item {
        padding: 10px;
        gap: 10px;
        position: relative;
    }

    .product_list-item .product_item-pic {
        flex: 0 0 48%;
        width: 48%;
        height: 100%;
    }

    .product_list-item .product-name {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .product_list-item .product-feature-items {
        display: none;
    }

    .product_list-item .product-dis {
        font-size: 12px;
        line-height: 20px;
    }

    .product_list-item .product_item-price {
        flex-direction: row;
        gap: 6px;
        align-items: center;
        flex-wrap: wrap;
    }

    .product_list-item .product-offer {
        display: none;
    }

    .product_list-item .product-price {
        gap: 10px;
        margin-bottom: 0px;
    }

    .product_list-item .product-price .old-price {
        font-size: 13px;
        line-height: 18px;
    }

    .product_list-item .product-price .main-price {
        font-size: 18px;
        line-height: 20px;
    }

    .viewDetail-btn {
        font-size: 12px;
        padding: 4px 8px;
        border-radius: 4px;
    }

    .product_list-item .product-rating {
        position: absolute;
        left: 12px;
        top: 12px;
        transform: scale(.8);
    }

    .detail-header {
        margin-bottom: 0;
    }

    .product_detail-item .product-rating {
        position: absolute;
        left: 12px;
        top: 12px;
        transform: scale(.8);
    }

    .product_detail-item .product_item-pic {
        flex: 0 0 40%;
        width: 40%;
        height: 100%;
    }

    .product_detail-item .product-name {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .product_detail-item .product-dis {
        font-size: 12px;
        line-height: 20px;
    }

    .product_detail-item .product-feature-items {
        display: none;
    }

    .product_detail-item .product_item-details {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .product_detail-item .product-price {
        gap: 10px;
        margin-bottom: 8px;
    }

    .product_detail-item .product-price .old-price {
        font-size: 14px;
        line-height: 18px;
    }

    .product_detail-item .product-price .main-price {
        font-size: 14px;
        line-height: 18px;
    }

    .amenities-list {
        column-gap: 10px;
        row-gap: 8px;
    }

    .amenities-item {
        gap: 6px;
    }

    .amenities-item img {
        width: 20px;
    }

    .amenities-item span {
        font-size: 14px;
        line-height: 18px;
    }

    .product_detail-overview p {
        line-height: 18px;
        margin-bottom: 10px;
    }

    .booking_confirm-card {
        border-radius: 8px;
        padding: 16px 10px;
        margin-bottom: 10px;
    }

    .booking_confirm-content {
        margin-bottom: 0px;
    }

    .booking_confirm-title {
        font-size: 16px;
        line-height: 20px;
    }

    .booking_confirm-title span {
        font-size: 14px;
    }

    .booking_confirm-price {
        font-size: 16px;
        line-height: 20px;
    }

    .booking_btn-wrap {
        margin-bottom: 0px;
        position: fixed;
        bottom: 10px;
        width: 100%;
        left: 0;
        padding: 0 10px;
        z-index: 99;
    }

    .booking_btn-item .thm-btn {
        border-radius: 4px;
        font-size: 14px;
        line-height: 18px;
        padding: 10px;
    }

    .booking-form .nav-tabs .nav-link {
        font-size: 12px;
        line-height: 16px;
    }

    .social-media ul {
        margin-top: 10px;
    }

    .col-lg-2.col-md-6.support_menu {
        width: 50%;
    }

    .slider-form .booking-form h1 {
        margin-top: -110px;
        margin-bottom: 55px;
    }

    .booking-form {
        margin: 70px auto 20px;
    }

    .copyright-sec p span {
        display: block;
    }

    .copyright-sec {
        p {
            text-align: center;
        }
    }

    .product_list-item .product-dis {
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }

    .contact-wrapper {
        column-gap: 0;
        flex-wrap: wrap;
        width: 100%;
    }

    .banner_title {
        font-size: 22px;
    }

    .contact-section {
        padding: 20px 0;
    }

    .address-left-block h2 {
        font-size: 22px;
    }

    .address-left-block p {
        font-size: 16px;
        margin: 0 0 20px;
    }

    .address-left-block ul li {
        margin-bottom: 20px;
        column-gap: 10px;
    }

    .con_detail h4 {
        font-size: 16px;
    }

    .con_icon {
        height: 50px;
        width: 50px;
    }

    .contact-right-form {
        width: 100%;
        padding: 15px;
        margin-top: 20px;
    }

    .contact-right-form label {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .row.form-group {
        margin-bottom: 0;
    }

    .contact-right-form .form-control {
        margin-bottom: 15px;
    }

    .privacy-policy-section {
        padding: 20px 0;
    }

    .privacy-policy-section h4 {
        font-size: 18px;
    }

    .privacy-policy-section p {
        font-size: 14px;
        margin: 0 0 10px;
    }

    .adventure_section {
        column-gap: 15px;
        margin-top: 10px;
        margin-bottom: 20px;
        overflow-x: auto;
        width: 100%;
    }

    .adventure_col {
        min-width: 150px;
    }

    .adventure_col h4 {
        font-size: 12px;
    }

    .guideline_text {
        margin-bottom: 20px;
    }

    .guideline_text p {
        font-size: 14px;
    }

    .faq_section h2 {
        font-size: 20px;
        margin: 0 0 15px;
    }

    .faq_section .accordion-item .accordion-button {
        padding: 10px 10px 10px 10px;
        font-size: 14px;
    }

    .faq_section .accordion-item .accordion-body {
        font-size: 13px;
        padding: 10px;
    }

    .cap-routes h2 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .cap-routes ul li a {
        padding: 3px 5px;
        font-size: 13px;
    }

    .cap-routes ul li {
        width: 50%;
    }

    .cap-routes ul {
        margin-bottom: 15px;
    }


}

@media screen and (max-width: 479px) {

    .container,
    .container-sm {
        max-width: 100%;
        padding: 0px 10px;
    }

    .navbar-toggler {
        width: 34px;
        height: 34px;

        span {
            background-size: 20px;
        }
    }

    .banner-wrapper {
        margin: 11px 0px;
    }

    .thm-heading h1 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 5px;
    }

    .thm-heading h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .thm-heading h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 4px;
    }

    .thm-btn {
        padding: 7px 22px;
    }

    .play-btn {
        width: 34px;
        height: 34px;

        img {
            width: 14px;
            height: 14px;
        }
    }

    .bestplace-cards-img {
        height: 100%;
    }

    /* .banner-forms {
      border-radius: 10px;
      padding: 10px 14px;
      width: 100%;
      margin: 0 auto;
      margin-top: 18px;
  } */
    .banner-forms {
        border-radius: 10px;
        padding: 6px 5px;
        width: 100%;
        margin: 0 auto;
        margin-top: 18px;
    }

    .place-details-item {
        margin: 0px;
        border: 1px solid #EFEFEF;
        padding: 8px;
        border-radius: 6px;
        margin-bottom: 10px;
    }

    .gototop-btn {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }

    .bestCity-item {
        padding: 4px;
        margin: 5px 3px;
    }

    .bestCity-con {
        h3 {
            font-size: 18px;
            font-weight: 600;
            font-size: 14px;
            text-transform: capitalize;
        }

        p {
            font-size: 12px;
        }
    }

    .client-testimonials-slider {
        margin: 20px 0px;
    }

    .client-testimonials-con {
        p {
            line-height: 20px;
        }
    }

    .testimonials-img {
        width: 42px;
        height: 42px;
        border-radius: 100%;
        margin-right: 8px;
        overflow: hidden;
    }

    .testimonials-con span {
        font-size: 12px;
    }

    .ourblog-items-list {
        .owl-stage .owl-item:nth-child(even) .ourblog-items-img {
            height: 260px;
        }

        .owl-stage .owl-item:nth-child(odd) .ourblog-items-img {
            height: 220px;
        }
    }

    .ourblog-con h4 br {
        display: none;
    }

    .ourblog-con {
        .sub-heading {
            font-size: 12px;
        }

        h4 {
            color: #333;
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            margin-top: 0px;
        }
    }

    .footer-con {
        h2 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 10px;
        }
    }

    .footer-link {
        font-size: 12px;
        line-height: 24px !important;
    }

    .footer-item {
        justify-content: flex-start;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .social-media {
        margin-bottom: 20px;
    }

    .footer-logo {
        margin-bottom: 15px;
    }

    .blogDetail-content h2 {
        font-size: 16px;
        margin: 14px 0 3px;
    }

    .faq_section h3 {
        font-size: 16px;
    }

    .faq_section .accordion-item .accordion-button {
        padding: 10px 14px 10px 14px;
        font-size: 15px;
    }

    .blog-content-area .product_detail-overview {
        padding: 0;
    }

}

@media screen and (max-width: 359px) {
    .bestCity-img {
        border-radius: 6px;
        width: 40px;
        height: 40px;
    }

    .bestCity-con {
        h3 {
            font-size: 14px !important;
            line-height: normal;
            margin-bottom: 0;
        }

        p {
            font-size: 10px;
        }
    }

    .quotes-img {
        display: none;
    }

    .client-testimonials-item {
        background-color: transparent;
        border-radius: 8px;
        display: grid;
        grid-template-columns: 100%;
        padding: 16px;
        gap: 5px;
        align-items: start;
        justify-content: space-between;
    }

    .booking_ride_form_row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: none !important;
        flex-basis: auto;
    }
}
