@media(max-width:991px) {
    .min-nav {
        background: #ffeded;
        right: 0;
        top: 75px;
        width: 100%;
        z-index: 11;
        padding: 15px;
        border-radius: 5px 0px 0px 5px;
    }

    .mega-dropdown {
        position: static !important;
    }
    .mega-dropdown-menu{
        overflow-x: hidden !important;
    }
    .navbar-expand-lg .navbar-nav .mega-dropdown-menu {
        position: relative !important;
        background: #fff;
        padding: 0;
    }
    .nr_dropdown .dr_li{
        width: 100% !important;
    }
}

@media (max-width: 1200px) {
    .d_grid {
        display: grid;
        grid-row-gap: 16px;
        grid-template-columns: auto;
    }
}

@media (max-width: 767px) {
    .elevate_cont {
        border-right: none;
    }

    .pre_img {
        margin-bottom: 0px;
    }

    .loc_place {
        width: 40% !important;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px;
    }

    .lnks_inr {
        border-right: none;
    }

    .get-tch {
        margin-top: 0px;
    }
}

@media (max-width: 576px) {
    .nav_mail {
        margin-top: 10px;
    }

    .nav_soc_div {
        /* margin-top: 10px; */
        display: flex;
        justify-content: flex-start;
    }

    .grid-container {
        display: grid;
        grid-template-columns: auto;
        padding: 10px;
    }

    .loc_place {
        width: 50% !important;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px;
    }

    .ele-vec {
        margin-left: 16px !important;
    }

    .contact_div p {
        margin: 0 !important;
        padding-right: 0px;
        border-right: none;
        color: #e31e24;
        font-family: "f3";
    }

    .contact_div .nav_mail {
        padding-left: 0px !important;
    }
    .soc_icn{
        margin-top: 10px;
    }
    .course_ban{
        height: 35vh;
    }
    .course_ban_img{
        height: 35vh;
    }
    .ban-cont h1{
        font-size: 22px;
    }
}