@media (max-width:576px){
    .m-no{
        display: block;
    }
    .wp-btn,
    .cll-btn{
        display: none;
    }
    .f-form{
   
       
        flex-wrap: nowrap;
    }
    .input-form{
        display: block;
        padding: 0 10px;
    }
    .input-form input,
    .input-form button{
        margin-left: 0;
     }

     #pac .mhead {
        font-size: 24px;
        line-height: 50px;
    }  

    .ban-txt h2{
        font-size: 2.5rem;
        line-height: 40px;
       
    }
    .ban-txt p{
        font-size: 1.2rem;
       
    }
    .inner-icon{
        flex-wrap: wrap !important;
        display: none;
     }
     .f-form h2{
        padding: 0 15px;
    }
}



@media (max-width:969px) {
    

    .m-no{
        display: block;
    }

    .wp-btn,
    .cll-btn{
        display: none;
    }
    
    .f-form{
   
       
        flex-wrap: nowrap;
    }

    .input-form{
        display: block;
        padding: 0 10px;
    }
    .input-form input,
    .input-form button{
       margin-left: 0;
    }


    #pac .mhead {
        font-size: 18px;
        line-height: 50px;
       
    }  

    .ban-txt h2{
        font-size: 2.5rem;
        line-height: 40px;
        padding: 8px 0;
       
    }

    .ban-txt h4{
        font-size: 1.5rem;
       
    }

    .ban-txt p{
        font-size: 1.2rem;
        
    }

    .inner-icon{
        flex-wrap: wrap !important;
        display: none;
     }

     .f-form h2{
        padding: 0 15px;

    }

}

