@media screen and  (min-device-width:340px) and (max-device-width: 630px)
{
.banner_img1 
    {
        display: none;
       
    }

.banner_img900
    {
     
    display:block;
    position: relative;
    margin-top:30%;
    
}
.banner_img900 img {
    width: 100%;
    position: relative;
    z-index: -3;
}  
    
    

.review_form
{
    display: block;
    color: #4A4242;
    margin-bottom:30px;
}

.review_form tr{
    display: flex;
    font-size: 20px; 
    background-color: #FEC240;
    padding: 10px;
}

.review_form p{
    font-size:15px;
}



.review_form td{
    display: block;
    width: 100%;
    height: 35px;
    border-radius: 4px;
    border: 1px;
}

.captcha_text input
{
    height: 50px;
    margin-top: 15px;
}


.review_form td input{
    width: 100%;
    height: 35px;
    border-radius: 4px;
    border: 1px;
}

.review_form td lable{
    display:none;
}

.review_head 
{
    color: #658E04;
    text-align: center;
}

textarea:placeholder{
    color: transparent;
}



.submit_btn  input{
  width: 100%;
  background-color: #bb141b;
  color: white;
  margin: 0px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  font-family: ui-rounded;
  font-size: 15px;
  font-family: 'Arya', sans-serif !important;
    
}

#captImg{
    width: 140px;
    height: 50px;
    border: 0;
}


.inc_captcha
{
    text-align: center;
    background-color: #bb141ba3;
    height: 40px;
    color: wheat;
    font-size: 20px;
    padding-top: 5px; margin-bottom: 10%;
}
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
