body{
  margin: 0;
  font-family: Segoe UI, Arial;
  background: #e4e5e6;
  padding-bottom: 15px;
  top:0!important;
}

header{
  background: #fff;
  height: 50px;
  width: 100%;
  box-shadow: 0px -1px 5px #000;
}

header .left{
  float: left;
  font-size: 22px;
  color: #c01818;
  font-weight: 700;
  margin-top: 7px;
  margin-left: 10px;
}

header .left img{
  float: left;
  width: 17px;
  margin-top: 8px;
  margin-right: 5px;
}

header .left span{
  font-size: 16px;
  color: #4a4a4a;
  border-left: 1px
  solid #ccc;
  font-weight: 500;
  padding-left: 5px;
  display: inline-block;
  margin-top: -1px;
  line-height: 26px;
  margin-left: 1px;
}

header .right{
  float: right;
    position: relative;
    width: 40px;
    margin-top: 0px;
    height: 100%;
    margin-right: 15px;
}

header .right span:nth-child(1){
  content: "";
  position: absolute;
  height: 3px;
  width: 30px;
  left: 25%;
  top: 15px;
  background: #323232;
}

header .right span:nth-child(2){
    content: "";
    position: absolute;
    height: 3px;
    width: 30px;
    left: 25%;
    top: 23.5px;
    background: #323232;
}

header .right span:nth-child(3){
  content: "";
  position: absolute;
  height: 3px;
  width: 30px;
  left: 25%;
  bottom: 15px;
  background: #323232;
}

.scan-block{
  background: rgb(2,0,36);
  background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(43,101,61,1) 0%, rgba(121,250,163,1) 100%);
  text-align: center;
  padding: 20px 0;
}

.scan-block img{
  width: 110px;

}

.qual{
  height: 100%;
    display: inline-block;
    background: #fff;
    margin: 10px 0px;
    position: relative;
    width: 98%;
    margin-left: 1%;
}

.qual:before{
  content: "";
  position: absolute;
  top: 0;
  left:50%;
  height: 100%;
  width: 1px;
  background: #e4e5e6;
}
.qual:after{
  content: "";
  position: absolute;
  top: 50%;
  left:0;
  height: 1px;
  width: 100%;
  background: #e4e5e6;
}

.qual p{
  margin: 0;
  color: #515254;
  font-weight: 500;
  font-size: 20px;
}

.qual .q1{
  width: 50%;
    float: left;
    height: 110px;
    text-align: center;
    margin-top: 30px;
}

.content{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.content p{
  margin: 0 0 3px 0;
}

.content span{
  font-size: 16px;
  font-weight: 400;
}

.content span b{
  font-weight: 400;
}

.content-virus{
    display: none;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.content-virus p{
  margin: 0;
  line-height: 30px;
}

.content-virus {
  -webkit-animation: convir 1s linear infinite;
  animation: convir 1s linear infinite;
}
@-webkit-keyframes convir {
  100% { color: rgba(255, 255, 255, 0.3); }
}
@keyframes convir {
  100% { color: rgba(255, 255, 255, 0.3); }
}

.scan{
    display: none;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.scan p{
  margin: 0;
}

.scan span{
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.done{
    display: none;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.done p{
  margin: 0;
}

.done span{
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.doneimg{
  display: none;
  width: 110px;
}

.button{
  padding: 0 5px;
}

.button a{
  width: 100%;
    text-align: center;
    display: block;
    background: #c01818;
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    padding: 7px 0;
    border-radius: 12px;
    text-shadow: 0px 0px 2px #000;
    font-weight: 600;
}

.secure2{
  display: none;
}

.ring{
  display: none;
}

#results{
  display: none;
  height: 100%;
    display: inline-block;
    background: #fff;
    margin: 10px 0px;
    position: relative;
    width: 100%;
}

.remove{
  display: none;
  width: 100%;
}
.remove a{
  width: calc(100% - 10px);
    text-align: center;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    padding: 7px 0;
    border-radius: 12px;
    text-shadow: 0px 0px 2px #000;
    font-weight: 600;
    background: rgb(2,0,36)!important;
    background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgb(15 192 70) 0%, rgb(13 197 70) 100%)!important;
    margin-left: 5px;
    margin-right: 5px;
}


#results{
  height: 100%;
    background: #fff;
    margin: 10px 0px;
    position: relative;
    width: 98%;
    margin-left: 1%;
    display: none;
}

#results .q1 img{
  height: 55px;
  display: none;
}

#results:before{
  content: "";
  position: absolute;
  top: 0;
  left:50%;
  height: 100%;
  width: 1px;
  background: #e4e5e6;
}
#results:after{
  content: "";
  position: absolute;
  top: 50%;
  left:0;
  height: 1px;
  width: 100%;
  background: #e4e5e6;
}

#results p{
  margin: 0 0 10px 0;
    color: #515254;
    font-size: 20px;
    font-weight: 500;
}

#results .q1{
  width: 50%;
    float: left;
    height: 144px;
    text-align: center;
    margin-top: 30px;
}

#results .q1 div{
  font-size: 27px;
  font-weight: bold;
}


@media(max-width:767px){
  #results p{max-width: 177px;margin: 0 auto 10px;}
  #results .q1{height: 129px;margin-top: 45px;}
}

@media(max-width:400px){
  #results p{max-width: 152px;font-size: 17px;}
  #results .q1 {height: 113px;margin-top: 30px;}
}



#vir1 {
  position: fixed;
  bottom: -20px;
  right: 0px;
  transition: 0.7s;
  width: 100%;
}
#vir2 {
  position: fixed;
  bottom: -20px;
  right: 0px;
  transition: 0.7s;
  width: 100%;
}
#vir3 {
  position: fixed;
  bottom: -20px;
  right: 0px;
  transition: 0.7s;
  width: 100%;
}
#vir4 {
  position: fixed;
  bottom: -20px;
  right: 0px;
  transition: 0.7s;
  width: 100%;
}
#vir5 {
  position: fixed;
  bottom: -20px;
  right: 0px;
  transition: 0.7s;
  width: 100%;
}
#vir_tray {
  position: absolute;
  width: 210px;
  height: 215px;
  
  background: #fefefe;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
  border-radius:10px;
  width: 100%;
}
#vir_tray .line_red {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 52px;
  padding: 8px 0 0 12px;
  background-color: #c81a00;
  font-size: 14px;
  color: #fff;
  border-radius:10px 10px 0 0;
  box-sizing: border-box;
}
#vir_tray .ico_tray1 {
  position: absolute;
  top: 78px;
  left: 15px;
}
#vir_tray .txt1 {
  position: absolute;
  top: 73px;
  left: 40px;
  font-size: 15px;
  font-weight: 600;
}
#vir_tray .ico_tray2 {
  position: absolute;
  top: 120px;
  left: 15px;
}
#vir_tray .txt2 {
  position: absolute;
  top: 114px;
  left: 40px;
  font-size: 12px;
  line-height: 1.2;
}
#vir_tray .ico_tray3 {
  position: absolute;
  top: 162px;
  left: 15px;
}
#vir_tray .txt3 {
  position: absolute;
  top: 156px;
  left: 40px;
  font-size: 12px;
  line-height: 1.2;
}

.popupAlert{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding: 20px 0;
    border: 2px dotted #bf1817;
    border-radius: 12px;
    box-shadow: 0px 0px 8px 0px #000;
    left: 50%;
    margin-left: -227px;
    top: 50%;
    margin-top: -153px;
    display:none;
    z-index:999;
}

.popupAlert img{
    width: 99px;
}

.popupAlert h1{
    font-size: 24px;
    max-width: 333px;
    margin: 10px auto 15px;
}

.popupAlert a{
    background: #bf1818;
    color: #fff;
    text-decoration: none;
    padding: 10px 24px;
    font-size: 22px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    text-shadow: 0px 0px 3px #000;
}

.over{
    position: absolute;
    background: rgb(191 24 24 / 69%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display:none;
}

@media(max-width:460px){
    .popupAlert{
        width: calc(100% - 10px);
        left: 3px;
        margin-left: 0;
    }
}

@media(max-width:330px){
    .popupAlert h1{font-size: 22px;}
}


.skiptranslate{
    display:none;
    
}