@media(max-width:1200px){
    .top_main_flex{
        flex-flow: column !important;
        align-items: center;
        gap: 10px;
    }

        .home_menu {
        display: none;
        background: #ffffff;
        position: absolute;
        width: 330px;
        left: 0;
        top: 80px;
        flex-wrap: wrap !important;
        z-index: 100;
        line-height: 32px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        padding-bottom: 15px !important;
    }
    .home_menu li{
        border-bottom: 0.5px solid #80808052;
    }
        #humber_menu {
        display: block !important;
        /* transform: translate(85px, -39px); */
        width: 38px;
    }
    .header_btn{
        display:none;
    }
    .btn_menu{
        display: block !important;
        margin-top:10px;
    }
    .header{
        top: 84px;
    }
    .mySwiper{
        margin-top: 30px !important;
    }
    .main_image_flex{
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
}
@media(max-width:991px){
    .goverment_box{
        margin-bottom: 10px;
    }
    .heading{
        font-size: 20px !important;
        padding-top: 6px !important;
    }
}

@media(max-width:540px){
    .video-container{
        width: 100% !important;
    }
    .youtube-media{
            min-width: 300px !important;
    }
    .home_section{
        height: 200px !important;
    }
    .home_section_2{
        height: 200px !important;
    }

    .home_section_3{
        height: 200px !important;
    }

    .home_section_4{
        height: 200px !important;
    }

    .home_section_5{
        height: 200px !important;
    }

    .home_section_6{
        height: 200px !important;
    }
        .heading {
        font-size: 16px !important;
    }
}