@media (min-width: 768px) {
    .w-md-50 {
        width: 50% !important;
    }
}

@media (min-width: 992px) {

    .site-header .nav-item .nav-link:hover::before,
    .site-header .nav-item .nav-link.active::before {
        --nav-animate-width: 60%;
    }

    .w-lg-33 {
        width: 33.33333% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tourCard-body .priceCard .price {
        font-size: 18px;
    }

    .theme-btn {
        font-size: .9rem;
        padding: .5rem 0.1rem;
    }

    .tourPackageInfoIcon {
        --grids: 3;
    }
}

@media (max-width: 991px) {
    .info-head::before {
        --bg-clip: 45%;
    }

    #siteHeader {
        position: absolute;
        top: calc(100% - 15px);
        width: 100%;
        padding: 1rem;
        border: 1px solid #eeeeee;
        border-radius: 8px;
        background: #ffff;
        box-shadow: 0 15px 25px rgba(10, 10, 10, 0.06);
    }

    .site-header .nav-item .nav-link {
        --bs-nav-link-font-size: 1.2rem;
        --bs-nav-link-padding-y: 10px;
        --bs-nav-link-padding-x: 20px;
    }

    .site-header .nav-item:last-child .nav-link {
        padding-bottom: 0;
    }

    .site-header .navbar-toggler:focus {
        --bs-navbar-toggler-focus-width: 0;
    }

    .site-header li.nav-item:not(:last-child) {
        border-bottom: 1px solid #eeeeee;
        --site-nav-gap: 0;
    }

    .site-header .nav-item .nav-link.active {
        background-color: var(--theme-primary-color);
        color: var(--theme-secondary-color);
    }

    .tourCard-title,
    .tourCard-body .priceCard .price {
        font-size: 18px;
    }

    .tourPackageInfoIcon .item--icon {
        font-size: 14px;
    }

    .tourPackageInfoIcon {
        --grids: 3;
    }

    .sticky-innerForm-inputs {
        --grids: 3;
    }

    .mt-10 {
        margin-top: 60px;
    }

    .sticky-innerForm {
        margin-top: -5.6rem;
    }
    section.page-banner .page-title h1{
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .mb-full {
        width: 100% !important;
    }
    section.page-banner .page-title h1{
        font-size: 30px;
    }
    .info-head ul li {
        --list-space: 5px;
    }

    .site-header .navbar .navbar-brand img {
        --site-logo: 150px;
    }

    .site-header .nav-item .nav-link {
        --bs-nav-link-font-size: 1rem;
    }

    .sticky-innerForm-inputs {
        --grids: 1;
    }

    .packageSlides .swiper-button-prev,
    .packageSlides .swiper-button-next {
        --size: 30px;
        --swiper-navigation-size: 10px;
    }

    .packageSlides .swiper-slide img {
        height: 400px;
    }

    .pricelist-wrapper h3 {
        font-size: 18px;
    }

    .pricelist-wrapper h3>span {
        display: block;
    }

    .mb-order-1 {
        order: 1;
    }

    .mb-order-2 {
        order: 2;
    }

    .mb-order-3 {
        order: 3;
    }
}