html,
body {
    background: #f2f4f7;
}

.main-logo {
    margin-bottom: 50px;
}

.footer {
    background: rgba(0, 0, 0, 0);
}

.footer ul {
    text-align: center;
}

.footer-left-side img {
    margin-top: 15px;
}

div.main-logo img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.footer-left-side p {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    margin-top: 0px;
}

.footer-left-side img {
    display: block;
}

.table-body {
    background: #fafbfc;
}

.table-header {
    height: 70px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px -9px 11px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -9px 11px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -9px 11px 0px rgba(0, 0, 0, 0.1);
}

.footer-left-side {
    margin-top: 15px;
}

.table-body {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
}

.footer ul li {
    font-size: 14px;
}

div.footer {
    min-height: 95px;
}

@media screen and (min-width:1800px) {
    .footer ul li {
        font-size: 16px;
    }
}

@media screen and (min-width:1200px) and (max-width:1600px) {
    .footer ul li {
        font-size: 14px;
    }
    .footer-left-side {
        width: 30% !Important;
    }
    .footer-right-side {
        width: 70% !Important;
    }
    .footer-left-side img {
        margin-top: 15px;
    }
}

@media screen and (max-width:1199px) and (min-width:992px) {
    .footer ul li {
        padding-left: 12px;
        font-size: 12px;
    }
    div.main-logo {

    }
    .main-logo {
        margin-bottom: 0px;
    }
}

@media screen and (max-width:991px) and (min-width:768px) {
    .footer-left-side img {
        margin-top: 20px;
    }
    div.main-logo {}
    .main-logo {
        margin-bottom: 0px;
    }
    div.pay-master img {
        margin-top: 20px;
    }
    .footer-left-side {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-left-side * {
        display: block;
        margin: 10px auto;
    }
}

@media screen and (max-width:767px) and (min-width:0px) {
    .footer-left-side img {
        margin-top: 15px;
    }
    .footer-left-side {
        text-align: center;
        margin-bottom: 50px;
    }
    .footer-left-side * {
        display: block;
        margin: 10px auto;
    }
    .main-logo {
        margin-bottom: 0px;
        margin-top: 50px;
    }
    .pay-master {
        margin-top: 0px;
    }
    .main-logo {
        margin-bottom: 0;
    }
    .absolute-center {
        position: static;
        margin: 0;
    }
    div.pay-master img {
        margin-top: 22px;
        max-width: 56px;
        width: auto;
        height: auto;
        margin-bottom: -50px;
    }
}

@media screen and (max-width:479px) and (min-width:0px) {
    .pay-master {
        margin-top: 5px;
    }
    div.pay-master img {
        margin-right: 8px;
        margin-top: 17px;
        margin-bottom: -30px;
    }
}