.ajax-loading-main{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url('../../images/loader.gif') center center/250px 250px no-repeat rgba(138, 134, 134, 0.4);
		  
}


.ajax-loading-main-visa{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url('../../images/loader.gif') center center/250px 250px no-repeat rgba(138, 134, 134, 0.4);
		  
}