li {
    list-style: none;
}
.list-arr {
    width: 15px;
}
.sys-view {
    display: block;
}
.mbl-view {
    display: none;
}
.tab-view-no {
    display: block;
}
.tab-view {
    display: none;
}
@media(max-width: 1024px) {   
    .chg-flex {
        flex-direction: column;
    }
    .footer-logo {
        width: 75%!important;
    }
    .tab-view-no {
        display: none;
    }
    .tab-view {
        display: block;
    }
    .googleplay_mbl_app, .appstore_mbl_app {
        width: 75%!important;
    }
}

@media(max-width: 600px) {
    .social-link {
        text-align: -webkit-center;
    }
    .sys-view {
        display: none;
    }
    .mbl-view {
        display: block;
    }
    .social-link .w-50 {
        width: 30%!important;
    }
    .footer-logo {
        width: 40%!important;
    }
    .quk-links {
        display: flex;
        justify-content: space-between;
    }
    footer .col-md-4, footer .col-md-5 {
        padding-top: 1rem;
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .googleplay_mbl_app, .appstore_mbl_app {
        width: 43%!important;
    }
}

@media(max-width: 398px) {
    footer .col-md-4, footer .col-md-5 {
        padding-top: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}