
.quick-links.active{
   color: #E27A01;
}

.footer{
    padding-bottom: var(--sticky-bottom-banner-height);
}

.footer-bottom p a{
    color:#E27A01;
}

@media (max-width: 768px) {
    footer .container {
        padding: 0px 20px;
    }

    footer .footer-links-wrapper{
        flex-wrap: wrap;
    }
    footer .footer-links-wrapper .footer-links{
        margin-bottom: 15px;
    }
    footer .footer-form-wrapper {
        min-width: 100%;
        width: 100%;
        padding-left: 0px;
    }
}

@media (max-width:1024px){
    .footer-form-wrapper {
        width: 550px;
        margin-left: unset;
        padding-left: 0px;
    }
}

/* @media (min-width:1441px){
    footer .container{
        padding: 0px !important
    }
} */