﻿.tmbfooter{
    background-color: #231F20;
    color: #fff;
    min-height: 200px;
    padding: 40px 100px;
}

.links{
    color: #d7d7d7;
}

.paymentpartners{
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
}

/*responsive-start*/
@media screen and (max-width: 800px){
    .tmbfooter{
    padding: 20px 20px;
    }
}



.Footer a, .Footer a:link, .Footer a:visited {
    font-size: unset !important;
}