#general-loader{background-color:#048b7f;bottom:0;height:3px;left:0;margin:0;overflow:hidden;position:absolute;width:100%}#general-loader:before{-webkit-animation:loading 1.5s linear infinite;animation:loading 1.5s linear infinite;background-color:#fff;content:"";display:block;height:3px;left:-600px;position:absolute;width:200px}@-webkit-keyframes loading{0%{left:-600px;width:20%}50%{width:20%}70%{width:70%}80%{left:50%}95%{left:120%}to{left:100%}}@keyframes loading{0%{left:-600px;width:20%}50%{width:20%}70%{width:70%}80%{left:50%}95%{left:120%}to{left:100%}}