.loaderMain{position:fixed !important;width:100% !important;height:100%;top:0;left:0;z-index:9999999;background-color:#fff;display:flex;align-items:center;justify-content:center}.loaderMain span{display:flex;width:100%;padding:0 15px;justify-content:center;align-items:center;height:100vh}.loaderMain img{max-width:305px !important}.circle{display:inline-block;background-color:#2b82c7;height:20px;width:20px;border-radius:30px;margin:0 5px}#ball-2{background-color:#c2cc21}#ball-3{background-color:#38b5ff}#ball-1{-webkit-animation-name:bounce;-webkit-animation-delay:1s;-webkit-animation-duration:1.2s;-webkit-animation-iteration-count:infinite}#ball-2{-webkit-animation-name:bounce;-webkit-animation-delay:1.1s;-webkit-animation-duration:1.2s;-webkit-animation-iteration-count:infinite}#ball-3{-webkit-animation-name:bounce;-webkit-animation-delay:1.2s;-webkit-animation-duration:1.2s;-webkit-animation-iteration-count:infinite}@-webkit-keyframes bounce{0%{transform:translateY(0)}40%{transform:translateY(23px)}60%{transform:translateY(-25px)}80%{transform:translateY(0)}}