footer {
    background-color: var(--blackColor);
    padding: 60px 0 0;
}

footer h3{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--primaryColor);
}
footer a{
    text-decoration: none;
}
footer ul li a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;    
}

footer .address p{
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 24px;
}
footer p{
    margin: 0px 0 5px 0;
}
footer p a{
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 20px;
    margin: 0;
}

footer input{
    border: none;
    color: var(--primaryColor);
    padding: 10px 15px 10px 31px;
    border-radius: 50px;
    height: 56px;
    color: #231F20;
    width: 253px;
}

footer .footer-top{
   border-top: 1px solid rgba(255,255,255,0.40); 
   margin-top: 57px;
   padding: 20px 0;
}

footer .footer-top a{
   color: #fff; 
   font-weight: 300;
   position: relative;
   margin-right: 10px;
   padding-right: 10px;
   font-size: 14px;
}
footer .footer-top a:not(:last-child):after{
    content: "|";
    position: absolute;
    right: 0;
    top: -2px;
}

@media screen and (max-width:991px) {
    footer .footer-grid {
        width: 33.33%;
        margin-bottom: 40px;
        padding: 0 15px;
    }
    footer .footer-top {
        margin-top: 10px;
    }
    footer input{
        height: 45px;
        padding: 0 20px 4px;
    }
}
@media screen and (max-width:767px) {
    footer .footer-grid {
        width: 50%;
    } 
}
@media screen and (max-width:479px) {
    footer .footer-grid {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    } 
    footer .address p {
        line-height: 21px;
    }
    footer p {
        margin: 0px 0 2px 0;
    }
}