.more-btn {
    width: 100%;
    background: #71c37b;
    height: 35px;
    color: #fdfffc;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 35px;
    float: left;
    display: none;
    cursor: pointer;
}

.paged-scroll-loading {
    background-image: url(../images/loading2.gif);
    background-position: 50% center;
    background-color: rgba(0, 0, 0, .5);
    background-repeat: no-repeat;
    bottom: 0;
    margin-bottom: 1%;
    float: left;
    height: 20px;
    width: 100%;
    z-index: 999;
}


/* Alvin CSS - Dated 15-07-2020 */

@media (max-width: 1024px) {
    header {
        position: fixed;
        background: transparent!important;
    }
    header .bg_changer {
        position: fixed;
        background: transparent!important;
    }
    .header_main_wrpr {
        position: fixed;
        top: 0px!important;
        background: rgba(255, 255, 255, 0.9)!important;
    }
    .bg_changer {
        position: fixed;
        top: 0px!important;
        box-shadow: none!important;
    }
}


/* Alvin CSS - End */