.loader1{width:30px;height:30px;border-radius:50%;display:inline-block;border-top:3px solid #5722c2;border-right:3px solid transparent;box-sizing:border-box;animation:rotation1 1s linear infinite}@keyframes rotation1{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.webloader-spinner{border:.5px solid #85afae;border-top-width:4px;background:linear-gradient(90deg,#4f60bd 23.46%,#5c3963 54.61%,#85afae 78.42%);box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);border-radius:25px;width:100%;height:5px;position:fixed;top:0;left:0;right:0;z-index:999;animation:width 1s linear}@keyframes width{0%{width:0}25%{width:25%}50%{width:50%}75%{width:75%}80%{width:80%}95%{width:95%}to{display:none}}@media screen and (max-width:768px){.loader1{width:20px;height:20px;border-radius:50%;display:inline-block;border-top:2px solid #5722c2;border-right:2px solid transparent;box-sizing:border-box;animation:rotation1 1s linear infinite}}