/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07-Oct-2021, 5:48:14 am
    Author     : abbho
*/

@media screen and (max-width: 1920px){
.footer{
    
  display: flex;  
  background: #679F38;
  color:white;
  height: auto;
  font-family: calibri;
}
.foot_head{
    display: block;
    align-content: center;
}
.foot_head h3{
    text-align: center;
}
.foot{
    display: block;
}
.footer-block{
    display: block;
    color: #aaaaaa;
    background-color: #0d1942;
}
.address_block
{
    display:flex;
    padding:5%;
}
.address_block1
{
    display: block;
    width: 100%;
}
.city
{
    justify-content: center;
    font-size: 25px;
}
.vline2
{
    display:block;
    color:white;
    border-left: 1px solid white;
}
.social_media
{
    display:block;
    padding:6%;
}
.tel{
    display:block;
    margin:5%;
}
.Addressbar{
    display:flex;
    margin-left: 10%;
    margin-top: 50px;
    
}
.map_div{
    display: flex;
    
    margin-bottom: 0.5%;
}
.map1{
   display: block;
    margin-left: 2%;
    border: 1px solid black;
}
.map2{
    display: block;
    margin-left: 2%;
    border: 1px solid black;
}
.Addresstext{
    display: block;
    margin-left: 2%;
    
}
.AddressHead{
    display: block;
    width:11%;
}
.Statebar{
    display: flex;
    margin-left: 10%;
    margin-top: 10px;
}
.StateHead{
    display: block;
    width:11%;
}

.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;
    }
    
}
@media screen and (max-width: 900px){
.footer{
    background-color: #0d1942;
    display: block;
    height: 300px;
    color: #aaaaaa;
    font-family: sans-serif;
}
.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%;
}
.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;
    }
    
    
}
