@media (max-width: 770px) {
    .filterBox {
        border-radius: 18px;
        padding: 18px;
    }

    .filterBox .col {
        flex: auto;
        width: 100%;
    }

    .filterBox .input-search input {
        height: 48px;
        font-size: 17px;
        padding-left: 56px;
    }

    .categories-box {
        padding: 16px 0 10px;
    }

    .categories-box ul {
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

    .categories-box ul li a {
        font-size: 13px;
        padding: 8px 14px;
        white-space: nowrap;
    }

    .row.box-data {
        margin-top: 18px;
    }

    /* collapsible country selector on mobile */
    .toggle-countries {
        display: block;
        color: var(--v2-text);
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 14px;
        padding: 14px 16px;
        background: var(--v2-card-2);
        border: 1px solid var(--v2-line);
        border-radius: 12px;
        position: relative;
        text-transform: capitalize;
    }

    .toggle-countries #toggleSpan {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        background: var(--v2-grad);
        border-radius: 8px;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
    }

    .filter-countries-box {
        height: auto;
        max-height: 320px;
        overflow-y: auto;
        display: none;
        margin-bottom: 16px;
    }

    .filter-countries-box .country {
        padding: 12px 14px;
    }

    .chaineShow {
        padding: 0;
        border: 0;
        margin-top: 8px;
        height: auto;
        max-height: 520px;
    }

    .paul-nav-tabs .paul-nav-link {
        padding: 10px 22px;
        font-size: 14px;
    }
}
