@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 1) {
.footer-tabs {
    margin-bottom: 30px;
}
    .footer-tabs>li.active:after {
        bottom: -21px;
        transform: rotate(89deg);
    }
}