.call-now-bar{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90000;
    background-color: #20202040;
    backdrop-filter: blur(5px);
    width: 100vw;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}

.allMedia{
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    text-decoration: none;
    flex-direction: column;
}

.MediaIcon{
    font-size: 40px;
    width: 1em;
    height: 1em;
    display: block;
    position: relative;
    margin: 0 auto;
}

.MediaIcon svg{
    width: 100%;
    height: 100%;
    vertical-align: super;
    width: 40px;
    height: 40px;
}

.MediaContent{
    font-size: 16px;
    font-weight: 500;
    color: #FAFAFA;
    padding: 5px 0 0 0;
}

.Call_Now{
    display: none;
}

@media screen and (max-width: 768px) {
    .Call_Now{
        display: flex;
    }   
}

footer{
	padding-bottom: 50px !important;
}