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: #d1d1d1;
}

/*  procentage text */

.text-block {
  position: relative;
  left: 0%;
  top: 40px;
  right: 0%;
  bottom: auto;
  margin-top: auto;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  background-color: rgba(221, 221, 221, 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(226, 226, 226, 0);
}

/* loader logo */

.div-block-2 {
  position: relative;
  top: 15px;
  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: 2px;
  float: left;
  background-color: #ff9500;
}

/* progress bar bg */

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

.logo {
  position: absolute;
  bottom: -40px;
  left: 25px;
  height: 90px;
  width: 120px;
  z-index: 0;
}
