.wating_Box {
  width: 100%;
  height: 99vh;
  overflow: hidden;
}

img {
  width: 100% ;
  height: 100% ;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  padding: 0px;
  margin: 0;
}

.step p{
  padding-top: 20px;
}

.header_hide {
  height: 300px;
  width: 100%;
  position: fixed;
  top: -300px;
  background: rgb(255, 255, 255);
  z-index: 999999999;
}
