@media(min-width:1200px) {
    .sub_container {
        max-width: 1300px;
    }
}

@media(max-width:991px) {
    .banner_text h1 {
        font-size: 30px;
    }

    .nav-link.active::before {
        content: unset;
    }

    .top_navbar {
        position: sticky;
        background-color: rgb(0 0 0 / 80%);
    }

    .navbar-brand h4 {
        font-size: 17px;
    }

    .navbar-brand {
        /* max-width: 120px; */
    }

    .my_nav_ul {
        display: none;
    }

    .my-navbar-nav {
        position: fixed;
        top: 0;
        width: 300px;
        height: 100%;
        z-index: 999;
        left: -100%;
        background-color: #100C08;
        transition: all .6s ease-in-out;
        overflow-y: scroll;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .navbar-brand p {
        display: none;
    }

    .nav-link-img h6 {
        text-transform: none;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .nav-link-img p {
        font-size: 15px;
    }

    .my-navbar-nav.active {
        left: 0;
    }

    .nav-item-img {
        display: block;
    }

    .nav-link-img {
        display: block;
        text-align: center;
        border: unset !important;
    }

    .nav-link-img:hover {
        background-color: unset !important;
    }

    .nav-item {
        margin: 0;
    }

    .nav-link {
        padding: 15px 15px !important;
    }

    .about_content h2 {
        font-size: 20px;
    }

    .about_content p {
        text-align: justify;
    }

    .banner_button {
        display: none;
    }

    .destination-card {
        height: 100%;
    }

    .destination-card img {
        height: 100% !important;
        object-fit: cover !important;
    }

    .section-title h2 {
        font-size: 20px;
    }

    .franctional-slider-section .slider-content-wrapper {
        padding: 80px 40px;
    }

    .franctional-slider-section .rating-wrapper {
        display: none;
    }

    .franctional-slider-right-img {
        display: none;
    }

    .verticle-tab-img {
        display: none;
    }

    .footer-section .footer-top .footer-widget .footer-logo {
        margin-top: 40px;
    }

    .footer-section .footer-bottom p {
        text-align: center;
    }

    .section-title2 h2 {
        font-size: 26px;
    }

    .about-img-wrap {
        display: none;
    }

    .destination-details-wrap h2 {
        font-size: 24px;
    }

    .destination-gallery .gallery-img-wrap img {
        width: 100%;
        height: 100%;
    }
    .contact-page .single-contact {
        padding: 20px 8px;
    }
}

@media(max-width:575px) {
    .navbar-brand h4 {
        font-size: 14px;
    }

    .feature-card .feature-card-content h6 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .banner2-card .banner2-content-wrap .banner2-content h3 {
        font-size: 25px;
    }

    .banner2-card.four .banner2-content-wrap {
        padding: 35px 15px 50px 20px;
    }
        .mb-50 {
        margin-bottom: 40px;
    }
}