/*
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 : 23-Oct-2022, 12:39:45 pm
    Author     : abbho
*/
@media screen and  (min-device-width:340px) and (max-device-width: 630px)
{
  
.footer_block
{
    display: block;
    background-color: #bb141b;
}

.footer_sec
{
    display: block;
    margin: 5%;
}
.footer_logo {
    display: block;
    background-color: #fec240;
    height: auto;
    border-radius: 8px;
}
.footer_logo img {
    width: 95%;
    margin-left: 2.5%;
    margin-top: 2.5%;
}
.address_block
{
    margin-left: 0%;
    color: white;  
}
.social_block
{
    margin-top: 5%;
    margin-bottom: 5%;
}
.map_block
{
    
}
.footer_v_bar {
    display: none;
    
}
}