/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 24-Apr-2023, 6:09:25 pm
    Author     : abbho
*/

@media screen and  (min-device-width:340px) and (max-device-width: 630px)
{
    
    .banner_img1 
{
        display: none;
       
}
.banner_img900
{
     
    display:block;
    position: relative;
   
    
}
.banner_img900 img {
    width: 100%;
    position: relative;
    z-index: -3;
}  
     
    
    .serv_response{
    margin-top: 10%;
    margin-bottom: 20%;
    height: 100px;
    display: block;
    text-align: center;
    font-size: 20px;
}
}