/* (min-width: 768px) and (max-width: 991px) */

.hamburger {
  display: none;
}

.navbar a {
  color: #fff;
  padding: 10px 5px;
  margin: 0 5px;
}

.hero .content h1 {
  font-size: 30px;
}

.hero.content h1 > p {
  font-size: 20px;
  max-width: 600px;
  margin: 20px 0px 30px;
}

.grid-items {
  display: grid;
  grid-template-columns: repeat(2, 4fr);
  grid-gap: 1rem;
  max-width: var(--max-width);
}

.expect-items .md-span:first-child {
  grid-column: 1 / span 3;
}

.expect-items .md-span:nth-child(3) {
  grid-column: 2 / span 2;
}

#why-NobleTrust .why-box .why-inside-box {
  background-color: #fff;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  padding: 3%;
  overflow: hidden;
}

.content-count {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  background: var(--primary-color);
  height: 600px;
}

/* ********About Us ******** */
.who-parent .who-child:first-child p {
  line-height: 34px;
}

.get-parent .get-child form {
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  width: 80%;
  padding: 20px;
  line-height: 30px;
}

/* *******Get started page***** */
.content-parent .content p {
  text-align: justify;
  font-size: 18px;
}

.overview-parent {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 5fr;
}

.overview-parent .overview-child ol li {
  margin-top: 7%;
  text-align: justify;
}

.apply-wrap {
  box-shadow: 5px -2px 39px -6px rgba(0, 0, 0, 0.75);
  padding: 20px;
  width: 70%;
  border-radius: 15px;
}

/* **************login*************** */

.log {
  background-color: var(--primary-color);
}

.log-parent {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  height: 100%;
}

.log-parent .log-child:first-child {
  display: none;
}

.log-wrap {
  width: 80%;
  padding: 20px;
  box-shadow: -8px 3px 23px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.log-parent .log-child .rem-wrap a {
  margin-left: 25%;
  color: var(--primary-color);
  font-size: 10px;
}

.log-parent .log-child .rem-wrap label {
  margin-left: 10px;
  font-size: 10px;
}

.log-parent .log-child:last-child .log-footer {
  text-align: center;
  font-size: 10px;
}
