@media screen and  (min-device-width:910px) and (max-device-width: 1920px)
{

          .heading-catering-services{
              text-align: center;
              font-family: 'Arya', sans-serif !important;

          }

            .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: 30px;
            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;
          }
          
          .custom-row{
              width:50%;
              height:35px;
                border: 1px;
          }
           

          .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: 80px;
              font-family: 'Arya', sans-serif !important;
          }
          
          .inc_captcha
            {
                text-align: center;
                background-color: #bb141ba3;
                height: 40px;
                color: wheat;
                font-size: 20px;
                padding-top: 5px;
            }

}