/* 1200px */
@media only screen and (max-width: 1399px) {}

/* 1170px */
@media only screen and (max-width: 1199px) {}

/* 992px */
@media only screen and (max-width: 1169px) {}

/* 768px */
@media only screen and (max-width: 991px) {
    .responsive_btn {
        display: block;
    }

    .nav_menu {
        display: none;
    }
}

/* 600px */
@media only screen and (max-width: 767px) {}

/* 480px */
@media only screen and (max-width: 599px) {}

/* 360px */
@media only screen and (max-width: 479px) {}


/* 320px */
@media only screen and (max-width: 359px) {}


@media only screen and (max-width: 455px) {
    .gov_logo2 {
        max-width: 100px !important;
        height: 40px !important;
        width: 60px;
        padding: 2px;
        margin: 15px 0px;
    }

    .gov_logo {
        width: 50px !important;
        height: 70px !important;
    }

    .h_text {
        font-size: 8px;
        margin: 0 !important;
        color: #fff;
        font-weight: bold;
        text-wrap: wrap;
    }

    .h_text2 {
        font-size: 8px;
        margin: 0 !important;
        color: #fff;
        font-weight: bold;
        text-wrap: balance;
    }

    .header-text {
        height: 50px;
        width: 200px;
        padding: 10px 0px !important;
    }

    .footer-menu-grp {
        display: grid;
        grid-template-columns: 1fr;
        /* 🔁 Only one column */
        gap: 16px;
    }

    .footer-menu-grp .nav:last-child {
        grid-column: 1/2;
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 10px;
    }

    .footer-widget-image {
        display: flex !important;
        justify-content: center;
    }


}