/*
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 : 02-May-2022, 8:40:11 am
    Author     : Kirti
*/
@media screen and (max-width: 900px){
.footer{
    background-color: #679F38;
    display: block;
    color: #white;
    font-family: sans-serif;
}

    .foot_head h3{
        text-align: center;
    padding-top: 5%;
    }
.Addressbar{
    display: flex;
    margin-left: 10%;
    margin-top: 50px;
}
.Addresstext{
    display: block;
    margin-left: 10%;
    
}
.AddressHead{
    display: block;
    width:20%;
}
.Statebar{
    display: flex;
    margin-left: 10%;
    margin-top: 10px;
}
.StateHead{
    display: block;
    width:10%;
}
.address_block{
    display: block;
    margin-bottom: 4%;
    padding: 5%
}
.add{
    width:100%;
}

.vline1{
    margin-top:5%;
    margin-bottom:5%;
    display:block;
    color:white;
    border-left: 1px solid white;
}
.vline2{
    
    display:block;
    color:white;
    border-left: 1px solid white;
}

.address_block
{
    display: block;  
    /*width :50%;*/
    padding:5%;
}
.address_block1{
    display: block;
    width: 100%;
}
.social_media{
    display: flex;
    /*width:40%;*/
    padding : 5%;
}
.city{
    justify-content: center;
    font-size: 25px;
}
.add p{
    margin: 0;
    font-size: 15px;
    text-align: left;
    margin-left: 17%;
}
.Tel{
    display: block;
    margin: 5%;
   
}
.Tel img{
     cursor: pointer;
}

.blockt{
        display: flex;
    }
    .table-head{
        text-align: center;
        color:green;
        margin-top: 10px;
    }
    .table{
        border-collapse: collapse;
        width: 100%;
      
        font-size: 20px;
        margin-top:10px;
    }
    .table tr{
        
    }
    .table th{
      text-align: left;
      padding: 8px;
      border-bottom: 1px solid #DDD;
    }
    
    .table td {
      text-align: left;
      padding: 15px;
      border-bottom: 1px solid #DDD;
      
    }
  
    .table tr:hover {
      background-color:#7ccc7c;
    }
    
}
