



.footer-area .brand{
    width: 100%;
    display: flex;
    justify-content: center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    display: -webkit-flex; 
    display: -moz-flex;
}

.footer-area .brand a{
    text-align: center;
}

.footer-area .brand img{
    width: 60%;
    max-width: 220px;
    height: auto;
}

.bottom-words{
    padding: 30px;
}

.bottom-words p{
    text-align: center;
    font-size: 12px;

}

.footer-area ul{
    list-style: none;
    font-size: small;
    padding: 0;
}

.footer-area li {
    text-align: center;
}

.emaillist{
    text-align: center;
}

.es_subscription_form_submit, .es_submit_button, .es_textbox_button{
    text-align: center;
    text-decoration: none;
    color: #000;
    background-color: var(--primary-color);
    border: none;
}

.footer-text{
    text-align: center;
}


@media screen and (min-width: 768px) {

    .footer-area li {
        text-align: left;
    }

    .footer-area{
        padding: 0 8%;
    }

    .footer-area .brand{
        width: 100%;
        display: flex;
        justify-content: flex-start;
        -webkit-justify-content:flex-start;
        -moz-justify-content:flex-start;
        display: -webkit-flex; 
        display: -moz-flex;
    }

    .emaillist{
        text-align: left;
    }

    .footer-text{
        text-align: left;
    }
    
    

}