#eq-loader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 1;
    /*background-color: #fff;*/
    background: url(../../assets/img/logo-6.png) 50% 55% no-repeat rgba(245,245,245,.85);
    z-index: 999999;
    text-align: center;
}

.eq-loader-div {
    position: absolute;
    top: 50%;
    left: 240px;
    z-index: 999999;
    bottom: 50%;
    left: 0;
    right: 0;
}

.eq-loading {
    border: 3px solid #fff;
    border-radius: 50%;
    border-top: 3px solid #1a73e9;
    width: 75px;
    height: 75px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
   
}

    .eq-loading.dual-loader {
        border-bottom: 3px solid #1a73e9;
    }
