.top-categories {
    height: 150px;
    width: 100%;
    position: absolute;
    z-index: 2;
    overflow: hidden;
    color: #fff;
}

.category-listing,
.category-listing,
.top-categories {
    border: 1px solid #4C0B7C;
    /* background-image: linear-gradient(to bottom right,#f9f9f9, #f9f9f9); */
    /* opacity: 0.7 !important; */
}

.category-listing {
    width: 22%;
    background-color: #fff;
}

.category-listing,
.category-listing:nth-child(5) {
    text-align: center;
    display: inline-block;
    margin: 16px;
    height: 150px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.category-listing:nth-child(5) {
    border: none;
    border-radius: 8px;
    width: 100%;
    background-color: transparent;
    background-image: none;
}

.category-listing:nth-child(5) .top-categories {
    background-image: linear-gradient(130deg, #ffbd50, #f3c98f);
    width: 22%;
    margin: auto;
    position: relative !important;
    border-radius: 8px;
}

div#infyLoader {
    display: block;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 999;
    background: #fff;
}
