@media screen and  (min-device-width:910px) and (max-device-width: 1920px)
{
.banner_img1 
    {
        display: block;
        position: relative;
        margin-top:0px;
    }
.banner_img1 img
    {
        
        width: 100%;
        margin-top:0px;
    }

.banner_img900
    {
        display:none;
    }
    


.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 {
    align-items:center;
  border-radius: 5px;
  background-color: #FEC240;
  padding: 20px;
  margin-bottom: 10%;
  font-family: 'Arya', sans-serif !important;
}

.caterermainclass{
    margin-top: 11%;
}

.captcha_text input{
    height: 150px;
    width:140px;
    margin-top: 15px;
} 

#captImg{
    width: 150px;
    height: 50px;
    border: 0;
    margin-top: 15px;
}

.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;
}
}






    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
