/*
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 : 07-Jan-2023, 8:39:38 pm
    Author     : abbho
*/
@media screen and  (min-device-width:910px) and (max-device-width: 1920px)
{
    
 .banner_img1 
    {
        display: block;
        position: relative;
        margin-top:1%;
    }
.banner_img1 img
    {
        
        width: 100%;
        margin-top:8%;
    }

.banner_img900
    {
        display:none;
    }
        

.serv_response{
    margin-top: 10%;
    margin-bottom: 10%;
    height: 100px;
    display: block;
    text-align: center;
    font-size: 30px;
}
}