    @media (min-width:2001px) and (max-width:10000px) {
  
    }
    
    @media screen and (max-width: 2000px) {
 
    }


    @media screen and (max-width: 1550px) {

       
    }
    
    @media screen and (max-width: 1299px) {

        
        
    }
    
    @media screen and (max-width: 1199px) {

      

    }
    
    @media screen and (max-width: 991px) {

        
    }
    
    @media screen and (max-width: 767px) {


        .modal-wrapper{
            padding: 20px;
        }
        .form-col{
            width: 100%!important;
        }
        .modal-wrapper h3{
            margin: 0 0 15px 0;
        }
        .form-group label{
            font-size: 16px;
        }
        .form-control{
            height: 35px;
        }
        .form-row{
            gap: 10px 0;
        }

    }
    
    @media (min-width:576px) and (max-width:767px) {


        
    }   
