@media (max-width:1280px){

    .ban-txt{
        width:55%;
    }
    .formbox{
        width:27%;
        top: 17%;
       padding-top: 20px;
       padding-bottom: 20px;
    }    
    .nav-rgt span a {
        
        font-size: 1.1rem;
        
    }
}


@media (max-width:1195px){

    .ban-txt{
        width:50%;
    }
    .formbox{
        width:30%;
        top: 13%;
        padding-top: 20px;
        padding-bottom: 20px;
    }    
    .nav-rgt span a {
        
        font-size: 1rem;
        
    }
}
@media (max-width:576px){
    .whatsapp-float {
        display: none;
      }
      
      /* call icon  */
      
      .call-icon {
         display: none;
      }
    .ban-txt h1 {
        font-weight: 800;
        font-size: 22px;
    }
    .m-no{
        display: block;
    }
    .logobox{
        text-align: center;
    }
    .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: 2rem;
        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;
    }




    .footer-bar {
        display: flex !important;
        align-items: center;
        justify-content: space-around;
        z-index: 99999;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;

    }
    .footer-bar button {
        padding: 10px 20px;
        border: none;
        border-radius: 4px;
        font-size: 16px;
        cursor: pointer;

    }
    .call-button{
        background-color:#008000;
        flex-basis: 50%;
        color: #ffffff;
    }
    .message-button{
        background-color:#075e54;
        flex-basis: 50%;
        color: #ffffff;

    }

    .footer-bar button {
        padding: 10px 20px;
        border: none;
        border-radius: 4px;
        font-size: 16px;
        cursor: pointer;
    }
    .formbox{
        width: 100%;
        height: auto;
        border: 1px solid whitesmoke;
        border-radius: 4px;
        z-index: 999;
        background-color: rgb(207, 72, 23);
        padding: 20px;
        float: left;
        right: 0;
        position: relative;
       
        
    }
    .ban-txt{
        width: 100%;
        height: auto;
     
        z-index: 999;
       
        padding: 20px;
        float: left;
        left: 15px;
       top: 10%;
      padding-bottom: 30;
      color: var(--whyt-clr);  
    }

    header .nav-rgt {
        flex-direction: column;
    }
    
}



@media (max-width:969px) {
    .ban-txt h1 {
        font-weight: 800;
        font-size: 22px !important;
    }
    .whatsapp-float {
      display: none;
    }
    
    /* call icon  */
    
    .call-icon {
       display: none;
    }
    .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: 2rem;
        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;

    }

    .formbox{
        width: 100%;
       
        border: 1px solid whitesmoke;
        border-radius: 4px;
        z-index: 999;
        background-color:#164099;
        position: relative;
        /* padding: 20px; */
        /* margin: 20px; */
        float: left;
        left: 0;
       
        
    }
    .ban-txt h1{
        font-weight: 800;
        font-size: 35px;
    }
    header .nav-rgt {
        flex-direction: column;
    }

    .mheading{
        font-size: 1.8rem;
        line-height: 30px;
        font-weight: 500;
        margin: 15px 0;
        text-align: center;
        padding: 20px 0;
    }


    .ban-txt{
        width: 100%;
        height: auto;
     
        z-index: 999;
       
        padding: 20px;
        float: left;
        left: 15px;
       top: 25%;
      padding-bottom: 30;
      color: var(--whyt-clr);  
    }
    
    
}

