
.i-here {
  font-family: 'Cairo', sans-serif;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}



.i-here .middle {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 768px) {
  .i-here  {
    width: 100%;
  }
}

.i-here .div-logo {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  position: relative;
}

.i-here .div-logo h2 {
  margin-top: 77px;
  font-size: 25px;
  color: #fff;
}

.i-here .div-logo h4 {
  color: #fff;
  position: absolute;
  top: 94%;
}

.i-here .div-logo img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: absolute;
  top: -3rem;
  border-radius: 20px;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.i-here .page-background h6.header {
  font-size: 15px;
  color: #fff;
}

.i-here .page-background {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  top: 90%;
  background-color: #343331;
  width: 600px;
  padding-bottom: 20px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .i-here .page-background {
    width: 100%;
  }
}

.i-here .page-background .div-auto {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 0 20px 0 20px;
}

.i-here .page-background .div-auto .white-background {
  background-color: #f4f4f4;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.i-here .page-background .div-auto .white-background ul {
  padding: 0;
  overflow: hidden;
}

.i-here .page-background .div-auto .white-background a {
  text-decoration: none;
  color: #212529;
  border-radius: 10px;
}

.i-here .page-background .div-auto .white-background li {
  padding: 2px 20px;
  border-bottom-style: double;
  list-style: none;
  position: relative;
  cursor: pointer;
  transition: .5s;
  direction: rtl;
}

.i-here .page-background .div-auto .white-background li:hover {
  background-color: #eee;
}

.i-here .page-background .div-auto .white-background .bacground-i {
  background-color: #fed309;
  border-radius: 10px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
}

.i-here .page-background .div-auto .white-background li i {
  font-size: 15px;
  color: #343331;
}

.i-here .page-background .div-auto .white-background .small-margin {
  margin-right: 38px;
  text-align: right;
}

.i-here .page-background .div-auto .white-background li span {
  font-size: 16px;
  color: #afacac;
}

.i-here .page-background .div-auto .white-background li h4 {
  margin: 0px 0 10px 0;
  font-size: 15px;
  font-weight: 400;
}

.i-here .page-background .div-auto .white-background li .line {
  height: 0.5px;
  background-color: #eee;
  max-width: 500px;
}
