﻿
    
#divLoading.show {
            display: block;
            position: fixed;
            z-index: 21474836424;
            background: #000 url('../images/newimages/prdloading.gif');
            background-size:150px;
            opacity: 0.9;
            background-repeat: no-repeat;
            background-position: center;
            left: 0;
            bottom: 0;
            right: 0;
            top: 0;
        }

#divLoading .paymentProcess_loading { width:100%; text-align:center; margin-top:30%;}
#divLoading .paymentProcess_loading h3 {color:#00be19;}
#divLoading .paymentProcess_loading p {color:#fff;font-size:20px;}