.spinner3 .dot1,.spinner3 .dot2,.spinner6 div,.spinner7>div{background-color:#e1c474;display:inline-block}
.fakeLoader{position:fixed;width:100%;height:100%;left:0;top:0;z-index:9999999999}
.spinner1{position:fixed;width:50px;height:50px;top:calc(50% - 50px/2);left:calc(50% - 50px/2)}

.spinner6{position:fixed;width:100%; height: 100px; top:45%; display: flex; justify-content: center; align-items: center;}
.spinner6::before{content: ''; position: absolute; height: 100%; width: 100%; top: 45%; background: url(../images/load.gif) no-repeat top 50% center; background-position: center; background-size:25%;}

@media only screen and (max-width: 600px) {
    .spinner6::before{
        background-size:80%;
    }
}