.f-container {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
}
.repair-footer {
    background: #fff;
    border-top: 2px solid #EEE;
    padding: 60px 0;
    width: 100%;
    display: inline-block;
	position: absolute;
}
.repair-footer .footernav {
    max-width: 80%; 
    width: 100%;
    float: left;
}
.repair-footer .footernav ul.menu {
    -moz-column-count: 3;
    -moz-column-gap: 60px;
    -webkit-column-count: 3;
    -webkit-column-gap: 60px;
    column-count: 3;
    column-gap: 60px;
    text-align: left;
    display: inline-block;
    float: left;
}
.repair-footer .footernav ul.menu li a {
    font-family: Novo Apply Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #3E4869;
    text-decoration: none;
}
.repair-footer .footernav ul.menu li a:hover {
    text-decoration: underline;
}
.repair-footer .footersocial {
    max-width: 20%;
    display: flex;
    flex-wrap: wrap;
    float: right;
}
.repair-footer .footersocial .sociallink { 
    margin-left: 30px;
    position: relative;
    top: 15px;
},

@media only screen and (max-width: 767px) {
    .repair-footer .footernav ul.menu {
        -moz-column-gap: 30px;
        -webkit-column-gap: 30px;
        column-gap: 30px;
    }
    .repair-footer .footernav {
        max-width: 78%;;
    }
    .repair-footer .footersocial {
        max-width: 22%;
    }
}
@media only screen and (max-width: 700px) {
    .repair-footer .footernav {
        max-width: 100%; 
        width: 100%;
        margin: 0 30px;
        float: none;
        display: inline-block;
    }
    .menu-footer-navigation-container {
        display: inline-block;
    }
    .repair-footer .footernav ul.menu {
        -moz-column-count: 2;
        -moz-column-gap: 60px;
        -webkit-column-count: 2;
        -webkit-column-gap: 60px;
        column-count: 2;
        column-gap: 60px;
    }
    .repair-footer .footersocial {
        margin-top: 37px;
        max-width: 100%;
        width: 100%;
        text-align: center;
        float: none;
        display: inline-block;
    }
    .repair-footer .footersocial .sociallink {
        display: inline;
    }
}
@media only screen and (max-width: 500px) {
    .repair-footer .footernav {
        margin: 0;
    }
    .repair-footer .footernav ul.menu {
        -moz-column-gap: 10px;
        -webkit-column-gap: 10px;
        column-gap: 10px;
    }
}