@media(max-width:1399px) and (min-width:1200px) {
    header .container {
        max-width: 1200px;
    }

    .top_section .container {
    max-width: 1290px;
}

.search_bar {
    width: 60%;
}

.menu_all ul li {
    padding: 15px 13px;
}
}

@media(max-width:1199px) and (min-width:992px) {
    .container {
        max-width: 1050px;
    }

    .search_bar {
    width: 48%;
}

    header .container {
        max-width: 990px;
    }

    .menu_all ul li {
        padding: 15px 8px;
    }

    .menu_all ul a {
        font-size: 15px;
    }

    .hero_content h2 {
        font-size: 40px;
    }

    .hero_content h6 {
        font-size: 14px;
    }

    .vision_heading h3 {
        font-size: 30px;
    }
}

@media(max-width:991px) {
    .menu_all {
        position: fixed;
        background: #013828;
        width: 250px;
        padding: 0px;
        left: -250px;
        top: 0;
        display: block;
        height: 100%;
        transition: 0.5s;
    }

    .menu_all .login_btn {
    display: flex !important;
    width: 100%;
    justify-content: center;
}

.menu_all .login_btn a {
    display: flex;
    width: 92%;
    justify-content: center;
    background: #f68100;
    align-items: center;
}

.menu_all .login_btn a i {
    color: #fff;
}

    .gaushala-section:before, .gaushala-section:after {
    height: 70px;
    max-width: 60px;
}
.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .menu_all ul a {
    font-size: 15px;
}

    .menu_all ul li:before{
        content: none !important;
    }

    .program_content {
    margin-top: 15px;
}

    .menu_all ul {
        display: block;
        margin-bottom: 20px;
    }

    .menu_all ul li:first-child {
        padding-left: 15px;
    }

    .menu_all ul li {
        border-bottom: 1px solid #80808045;
        padding: 10px 15px;
    }

    .menu_all.active {
        left: 0;
    }

    .hero_section {
        height: 100%;
    }

    .hero_section .swiper-wrapper {
        padding: 50px 0;
    }

    .menu_icon {
        display: flex;
        flex-flow: column;
        gap: 7px;
    }

    .menu_icon span {
        width: 30px;
        height: 2px;
        background: #010f1c;
        display: flex;
        gap: 12px;
    }

    .logo_mobile {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 10px 5px;
        background: #012d20;
    }

    .logo_mobile img {
        width: 70px;
        height: 70px;
        object-fit: cover;
    }

    .logo_mobile h4 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 0px;
    }

    .logo_mobile p {
        font-size: 12px;
        color: #ea8605;
        margin: 0;
    }

    .menu_all ul li:last-child {
        border: 0;
    }
}

@media(max-width:991px) and (min-width:768px) {
    .hero-img img {
        margin: auto;
        width: 100%;
        max-width: 320px;
        display: block;
    }

    .container {
    max-width: 815px;
}

    .hero_content h2 {
        font-size: 40px;
    }

    .search_bar {
        display: none;
    }

}

@media(max-width:767px) and (min-width:570px) {
    .search_bar {
        display: none;
    }

    .list_vision {
        flex-wrap: wrap;
        gap: 19px;
        justify-content: center;
    }

    .logo p {
        font-size: 13px;
    }

    .logo h4 {
        font-size: 20px;
    }

    .hero_content h2 {
        font-size: 40px;
    }

    .hero_content h6 {
        font-size: 14px;
    }

    .vision_heading h3 {
        font-size: 30px;
    }

    .main_heading h3 {
        font-size: 35px;
    }
}

@media(max-width:569px) and (min-width:320px) {
    .search_bar {
        display: none;
    }

    #google_translate_element .goog-te-combo, .destop {
    width: 100%;
}

    .news_multiple h3 {
    font-size: 25px;
}

.multiple_img_news h4 {
    font-size: 20px;
}

.news_box a {
    font-size: 20px;
}

    .list_vision {
        flex-wrap: wrap;
        gap: 19px;
        justify-content: center;
    }

    .logo p {
        font-size: 13px;
    }

    .logo h4 {
        font-size: 20px;
    }

    .hero_content h2 {
        font-size: 30px;
    }

    .hero_content p {
        font-size: 13px;
    }

    .hero_content h6 {
        font-size: 13px;
    }

    .vision_heading h3 {
        font-size: 25px;
    }

    .main_heading h3 {
        font-size: 35px;
    }

    .login_btn {
        display: none;
    }

    .main_heading h3:before,
    .main_heading h3:after {
        width: 76%;
        height: 7px;
    }

    .main_heading h3 {
        font-size: 25px;
    }

    .main_heading h3 img {
        max-width: 40px;
    }

    .about_content p {
        font-size: 15px;
    }

    .vision_heading h5 {
        font-size: 17px;
    }

    .our-approach-img-1 img {
        width: 320px;
    }

    .hero_section .swiper-button-prev,
    .hero_section .swiper-button-next {
        width: 45px;
        height: 45px;
    }

    .prabhav_box p {
    font-size: 14px;
}

.faq_content .accordion .accordion-item button {
    font-size: 18px;
}

.faq_text p {
    font-size: 16px;
    line-height: 26px;
}
.faq_content h3 {
    font-size: 28px;
}
}

 .menu_all .login_btn{
    display: none;
 }