﻿.Footer_Global {
background-color: white;
bottom: 0;
box-shadow: 0 1px 10px 0 rgba(21, 24, 26, .1);
height: 80px;
left: 0;
padding: 0px 20px 0px 20px;
position: fixed;
right: 0;
z-index: 100;
margin-left: 0;
}

.Footer_Global_Phone {
    margin-left: 0px;
    background-color: white;
    bottom: 0;
    box-shadow: 0 1px 10px 0 rgba(21, 24, 26, .1);
    height: 350px;
    left: 0;
    padding: 0px 20px 0px 20px;
    position: initial;
    right: 0;
    z-index: 100;
}