html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

/* main div */

.preloader_div {
  position: fixed;
  width: 100%;
  height: 100%;
  margin-left: auto;
  background-color: #404040;
}

/*  procentage text */

.text-block {
  position: relative;
  left: 0%;
  top: -20px;
  right: 0%;
  bottom: auto;
  margin-top: auto;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #ffb600;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

/*  logo background holder */

.div-block {
  position: absolute;
  left: 0px;
  top: 45%;
  right: 0px;
  bottom: 0px;
  z-index: auto;
  width: 500px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0);
}

/* loader logo */

.div-block-2 {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: url("loader.svg");
  background-position: center;
  background-repeat: no-repeat;
}

/* progress bar */

.div-block-3 {
  position: relative;
  z-index: 2;
  top: 92px;
  width: 0%;
  height: 1px;
  float: left;
  background-color: #ffb600;
}

/* progress bar bg */

.div-block-4 {
  position: relative;
  z-index: 1;
  top: 90px;
  width: 90%;
  height: 1px;
  float: left;
  background-color: #222222;
}

.dots_svg {
  position: relative;
  z-index: 3;
  top: 55px;
  width: 100%;
  height: 100%;
  background-image: url("dots.svg");
  background-position: center;
  background-repeat: no-repeat;
}
