div#preloader{position:fixed;left:0;top:0;z-index:9999999;width:100%;height:100%;overflow:visible;background:#fff;display:table;text-align:center}.uil-reload-css{display:table-cell;vertical-align:middle;height:100%;width:100%}.uil-reload-css{position:relative;width:200px;height:200px}.loader01{width:56px;height:56px;border:8px solid #4698cb;border-right-color:transparent;border-radius:50%;position:relative;animation:loader-rotate 1s linear infinite;margin:0 auto}.loader01::after{content:'';width:8px;height:8px;background:transparent;border-radius:50%;position:absolute;top:-1px;left:33px}@keyframes loader-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}