.footer-top {
    background-image: url(https://mcdn.maxlogisticpackers.com/img/footer-top-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 20px;
}

.footer-top .right h3 {
    margin-top: 85px
}

.footer-top .right p {
    color: #fff;
}

.footer-top .box-2 {
    background: #750000;
    padding: 10px 30px;
    margin-top: 15px;
    display: inline-block
}

.footer-top .box-2 .sub-box {
    display: flex;
    justify-content: space-between;
}

.footer-top .box-2 a {
    color: #f1f1f1;
    font-size: 22px;
    font-weight: 600;
}

.footer-top .box-2 a:hover {
    font-size: 25px
}

footer {
    background-image: url(https://mcdn.maxlogisticpackers.com/img/ftr-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
    color: #fff;
}

footer p {
    color: #fff;
}

footer a {
    color: #a5a5a5;
    font-size: 16px;
}

footer a:hover {
    color: #6aaf08;
}

footer h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .32px;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
}

footer ul li {
    margin-top: 15px;
}

footer p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

footer .social {
    margin-top: 20px;
}

footer .social i {
    color: #6aaf08;
    font-size: 20px;
    margin-right: 10px;
}

footer .social i:hover {
    color: #fff;
}

footer .footer-four i {
    color: #6aaf08;
    font-size: 20px;
}

footer .footer-four a i {
    margin-right: 10px;
}

.footer-four li {
    color: #a5a5a5
}

.footer-bottom {
    border-top: 1px solid #f1f1f1;
    background: #001d00;
    color: #fff;
    padding: 15px 0;
    text-align: center
}

.footer-bottom p {
    color: #a5a5a5;
    font-size: 15px;
}

.footer-bottom a {
    color: #a5a5a5;
    font-size: 16px;
    padding-right: 20px;
}

.footer-bottom a:hover {
    color: #6aaf08;
}

.footer-links-new {
    margin-top: 8px
}

@media(max-width: 992px) {
    .footer-top {
        padding: 40px 0;
        display: flex;
        justify-content: center;
        align-content: center;
        text-align: center;
    }

    .footer-top img:nth-child(1) {
        display: none
    }

    footer .footer-three,
    footer .footer-four {
        margin-top: 40px;
    }
}

@media(max-width: 585px) {
    footer .footer-second {
        margin-top: 40px;
    }
}
