


    #start_loader{
        position: fixed;
        width: 100%;
        height: 97.5%;
        top: 0;
        left: 0;
        background: white;
        font-size: 26px;
        padding-top: 20px;
        z-index: 9999;
    }
    
     #full_loader{
        position: fixed;
        width: 100%;
        height: 97.5%;
        top: 0;
        left: 0;
        background: rgba(255,255,255,0.5);
        font-size: 26px;
        padding-top: 20px;
        z-index: 9999;
    }
    
    #start_loader_text{
        float: left;
        width: 100%;
        text-align: center;
        font-size: 25px;
        color: #c1392b;
    }
    
    .loader_img{
        display: block;
        margin: 20% auto;
    }