@media screen and (max-device-width:900px)
{
    
    
        .heading-catering-services{
            text-align: center;
            margin-top: 25%;
            font-size: 10px;
        }

         .submit_btn{
            width: 100%;
            background-color: #bb141b;
            color: white;
            margin: 8px 0;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            text-align: center;
            font-family: ui-rounded;
            font-size: 15px;
            font-family: 'Arya', sans-serif !important;
          }


          .form {
            border-radius: 5px;
            background-color: #FEC240;
            padding: 20px;
            margin-bottom: 10%;
            font-family: 'Arya', sans-serif !important;
          }

          .caterermainclass{
              margin-top: 11%;

          }

          .content{
              display: flex;
          }

          .form input{
              width: 100%;
              height: 35px;
              border-radius: 4px;
              border: 1px;
              font-family: 'Arya', sans-serif !important;
          }

          .form select{
              width: 100%;
              height: 33px;
              border-radius: 4px;
              border: 1px;
              font-family: ui-rounded;
              font-size: 15px;
              font-family: 'Arya', sans-serif !important;
          }
          .form label{
              font-size: 20px; 
              font-family: 'Arya', sans-serif !important;

          }

          .form textarea{
             
              width: 100%;
              height: 90px;
              font-family: 'Arya', sans-serif !important;
          }

          
          .inc_captcha
        {
            text-align: center;
            background-color: #bb141ba3;
            height: 40px;
            color: wheat;
            font-size: 20px;
            padding-top: 5px;
        }
}