.rotate {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.footer .row.mobile li {
    padding: 6px;
    list-style: none;
}

    .footer .row.mobile li.q {
        background: #4FC2E;
        font-size: 120%;
        border-bottom: 1px #ddd solid;
        cursor: pointer;
    }

    .footer .row.mobile li.a {
        display: none;
    }

.footer .row.mobile h3 {
    font-size: 12pt;
    margin: 10px 0px;
    text-transform: uppercase;
}

.footer .row.mobile .block1, .footer .row.mobile .block2, .footer .row.mobile .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.footer .row.mobile li i.fas.fa-chevron-down {
    position: absolute;
    right: 0px;
    top: 21px;
    font-size: 10pt;
}

.footer-line {
    padding: 35px 0px;
}

/*.payment-icons {
    display: none;
}*/

.Home .payment-icons {
    display: block !important;
    margin-bottom: 20px !important;
}

.payment-icons-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .payment-icons-img img {
        padding-right: 16px;
        width: 73px;
    }

a#whatsupicon {
    position: fixed;
    bottom: 6%;
    left: 3%;
    z-index: 1111;
}
