@media (min-width: 992px) {
    footer .wrapper .footer .links-wrap {
        float: left;
        width: 23%;
        margin-bottom: 25px;
    }
    footer .wrapper .footer .newslettersocial {
        float: left;
        width: 27%;
    }
}
footer {
    background: #004F7C;
    border-bottom: 20px solid #ee4034;
}
footer .wrapper .footer {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    padding-top: 2.5rem;
    border-top: none;
    border-bottom: none;
    color: #fff;
    letter-spacing: 3px;
}
footer .wrapper .footer a {
    text-decoration: none;
    color: #fff;
}
footer .wrapper .after-footer {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #fff;
}
footer .wrapper .after-footer .menu {
    display: none;
}
footer .wrapper .after-footer .copyright {
    float: right;
}
footer .wrapper .after-footer a {
    text-decoration: none;
    color: #fff;
}
footer .footer-logo {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 50px;
}
.pre-footer {
    text-align: center;
    padding: 7rem 0;
    background: #C4CACD;
    margin-top: 90px;
}
.pre-footer ul li img {
    width: 175px;
    cursor: pointer;
}
footer .wrapper .footer h5 {
    font-family: "teimer-web",serif;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 3.2px;
}
footer .wrapper .footer .links li a {
    font-family: "GothamBook";
    font-size: 10px;
    letter-spacing: 3.2px;
}
.newslettersocial #newsletter {
    color: #797e89;
}
.popup.get-a-quote {
    top: 10%;
    display: none;
    width: 480px;
    box-sizing: border-box;
}
.get-a-quote h3 {
    margin-top: 10px;
}
.get-a-quote h3::after, .get-a-quote h3::before {
    content: none;
}
.get-a-quote button {
    background: none;
    border-radius: inherit !important;
    display: inline-block;
    color: #E34235;
    font-weight: 700 !important;
    text-transform: uppercase;
    border: 3px solid #e34135 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 6.5rem;
    line-height: 3.4rem !important;
    font-size: 3.4rem !important;
    font-family: "GothamBold" !important;
    margin: 0;
    width: 190px;
}
.get-a-quote .quote-half-left,
.get-a-quote .quote-half-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.get-a-quote .button-set {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.get-a-quote .hideit {
    display: none;
}

@media (max-width: 480px) {
    .popup.get-a-quote {
        top: 0;
        width: 100%;
        position: absolute;
    }
}