.loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1;
    background-image:url('loading.gif');  
    background-size:120px;
    width: 120px;
    height: 120px;
    z-index: 100000000000; /* Sit on top */
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    
}



.loader-text{    
    color:white;    
    margin-top:23%;     
    text-align:center;
    margin-left:120px;
}

.mymodal{
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000000000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */    
}




/*

@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

*/

blockquote {
    border:none;
    font-family:Georgia, "Times New Roman", Times, serif;
    margin-bottom:-30px;
    position: relative; 
    max-width: 400px; 
        margin: 0 auto; 
        padding-left: 0.4em; 
    }

blockquote h5 {
    font-size:18px;
    line-height:1.3;
}

blockquote h5:before { 
    content: "\201C";
    font-weight: bold;
    font-size:50px;
    color:#889c0b;
    position: absolute; 
    top: -0.2em;
    left: -0.3em; 
    font-family: 'Georgia'; 
} 
blockquote h5:after { 
    content: "\201D";
    font-weight: bold;
    font-size:50px;
    color:#889c0b;
    position: absolute; 
    bottom: -0.7em;
    right: -0.2em; 
    font-family: 'Georgia'; 
}