#ctaploader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: white;
    z-index: 10000;
	display: flex;
	flex-direction: column !important;
	align-items: center;
	justify-content: center;	
}
#ctaploader h5{
	margin-top: 20px;
}

