.footerfixed {
    position: fixed;
    width: 100%;
    bottom: 51px;
}

.contactfixed {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.newsletterfixed {
    position: fixed;
    width: 100%;
    bottom: 337px;

}

/* @media (max-width: 1200px) {
    .footerfixed {
        position: relative;

    }
    
    .contactfixed {
        position: relative;
    }
    
    .newsletterfixed {
        position: relative;
        background: blue;
    
    }
} */