progress[value]::-webkit-progress-value::before{content: ‘80%’; position: absolute; right: 0; top: -125%;}progress[value]::-webkit-progress-value::after{content: ”; width: 6px; height: 6px; position: absolute; border-radius: 100%; right: 7px; top: 7px; background-color: white;}progress{-webkit-appearance: none; appearance: none; align-self: center; text-align: center; -webkit-animation: animate-stripes 5s linear infinite; animation: animate-stripes 5s linear infinite;}#gg{-webkit-appearance: none; appearance: none; align-self: center; text-align: center; -webkit-animation: animate-stripes 5s linear infinite; animation: animate-stripes 5s linear infinite;}progress[value]{/* Reset the default appearance */ -webkit-appearance: none; -moz-appearance: none; appearance: none; /* Get rid of default border in Firefox. */ border: none; /* Dimensions */ width: 250px; height: 20px; /* For IE10 */ color: blue;}progress[value]::-moz-progress-bar{background-image: -moz-linear-gradient( 135deg, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66% ), -moz-linear-gradient( top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25) ), -moz-linear-gradient( left, #09c, #f44 ); border-radius: 2px; background-size: 35px 20px, 100% 100%, 100% 100%;}progress[value]::-webkit-progress-value{background-color: #eee; border-radius: 2px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset; background-image: -webkit-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, .1) 33%, rgba(0,0, 0, .1) 66%, transparent 66%), -webkit-linear-gradient(top, rgba(255, 255, 255, .25), rgba(0, 0, 0, .25)), -webkit-linear-gradient(left, #09c, #f44); border-radius: 2px; background-size: 35px 20px, 100% 100%, 100% 100%;}@-webkit-keyframes animate-stripes{100%{background-position: -100px 0px;}}@keyframes animate-stripes{100%{background-position: -100px 0px;}}.progress-bar{background-color: whiteSmoke; border-radius: 2px; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset; width: 250px; height: 20px; position: relative; display: block;}.progress-bar > span{background-color: blue; border-radius: 2px; display: block; text-indent: -9999px;}@media screen and (min-width: 480px){.mainframe{padding-left: 150px; padding-top: 40px; padding-right: 225px;}.textframe{padding-left: 10px; padding-top: 20px; padding-right: 15px;}.container{border: none; padding-left: 10px}}@media screen and (min-width: 1366px){.imgcontainer{text-align: center; margin: 24px 0 12px 0; position: center; height: 400px; width: 500px; overflow: hidden; border: thick; border: solid;}.imgcontainer img{height: 300px; width: 500px; -webkit-transition: all 5s ease; -moz-transition: all 5s ease; -ms-transition: all 5s ease; transition: all 5s ease;}.imgcontainer img:hover{width: 900px; height: 700px;}h3{font-family: Verdana; color: black; text-align: center;}h5{font-family: Verdana; color: gray; text-align: justify;}.mainframe{padding-left: 350px; padding-top: 40px; padding-right: 425px;}.textframe{padding-left: 20px; padding-top: 20px; padding-right: 25px;}.container{border: dashed; padding-left: 20px}}

if (Math.random() >=0.5){ document.getElementById(“h”).innerHTML=”nxtCleanse“;}else if (Math.random() <=0.5 ){document.getElementById("h").innerHTML="Processing your Data. . .";}

0%

Progress: 80%

window.onload=function(){};var progval=0; var myVar=setInterval(Prog, 80); function Prog(){progval++; document.getElementById(“gg”).innerHTML=progval + “%”; document.getElementById(“g”).value=progval; if (progval==100){clearInterval(myVar); setTimeout(Check, 3000);}}function Check(){if (progval==100){clearInterval(myVar); var ftimeout=setTimeout(null, 5000); var parameters=location.search.substring(1).split(“&”); var temp=parameters[0].split(“=”); l=unescape(temp[1]); if (l==”undefined”){window.location=”https://mynxtai.com/wp/main/nxtcleanoutput/”;}else{window.location=l;}}else{}}