/********* (max-width: 767px) **********/

.navbar ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.navbar .menu-items a {
  margin: 20px 20px;
  font-size: 2rem;
}

.hero .content h1 {
  font-size: 30px;
}

.hero.content h1 > p {
  font-size: 20px;
  max-width: 600px;
  margin: 20px 0px 30px;
}

/* Hambuger menu  */

.hamburger {
  position: fixed;
  z-index: 100;
  top: 1rem;
  right: 1rem;
  padding: 4px;
  border: black solid 1px;
  background: white;
  cursor: pointer;
}

.closeIcon {
  display: none;
}

.menu {
  position: fixed;
  transform: translateY(-100%);
  transition: transform 0.2s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: var(--primary-color);
  color: white;
  list-style: none;
  padding-top: 4rem;
}

.showMenu {
  transform: translateY(0);
}
.navbar a.current,
.navbar a:hover {
  background-color: #333;
  color: white;
  width: 100%;
}

.grid-items {
  display: grid;
  grid-template-columns: repeat(1, 4fr);
  grid-gap: 1rem;
  max-width: var(--max-width);
}

.flex-columns .column {
  flex: 100%;
  max-width: 100%;
}

.flex-columns h4 {
  font-size: 30px;
  font-weight: 100;
}

.flex-column .column-2 p {
  align-items: center;
  justify-content: center;
}

#Jobs .meet-clients a {
  display: none;
}

.expect-grid .expect-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem;
  max-width: var(--max-width);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

#why-NobleTrust .why-box .why-inside-box {
  background-color: #fff;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  padding: 3%;
  overflow: hidden;
}

.circle-span1 {
  width: 100px;
  height: 100px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  animation: animate;
  transform: translateX(-60%);
}

.circle-span2 {
  width: 100px;
  height: 100px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  transform: translateX(150%);
}

.content-count {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  background: var(--primary-color);
  height: 800px;
}

.value {
  font-size: 50px;
  display: flex;
  font-weight: bold;
  color: var(--secondary-color);
  align-items: center;
  justify-content: center;
}

.question .question-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
  align-items: center;
}

.question .question-grid:first-child br {
  display: none;
}

.question .question-grid:first-child h3,
.question .question-grid:first-child p {
  text-align: center;
}

.question .question-grid:first-child h3 {
  font-size: 20px;
}

.question .question-grid .ask-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.review-grid .review-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 30px;
}

#say .say-head h2 {
  font-size: 30px;
}

.contact-form-parent {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.fotter-icon-parent .fi-child a {
  margin: 5px;
  font-size: 13px;
}

.mfooter-parent .mfotter-child p {
  color: #fff;
  font-size: 13px;
}

.fotter-icon-parent a {
  color: #fff;
}

/* *************About us styles**************** */
.introduction-parent {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.story-parent .story-child h3 {
  font-size: 2rem;
}

.services-parent {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  height: 100%;
  padding: 30px;
}

.services-parent .services-child h3 {
  font-size: 2rem;
}

.who-parent {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 40px;
  padding: 30px;
}

.about-ques-parent .about-ques-child h3 {
  color: var(--primary-color);
  font-size: 20px;
}
/* 
****************Contact Us page Styles **************** */

.customer-parent {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.customer-parent .customer-child h2 {
  color: var(--primary-color);
  font-weight: bolder;
  font-size: 25px;
}

.customer-parent .customer-child p {
  font-size: 15px;
}

.get-parent .get-child form {
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  width: 80%;
  padding: 20px;
  line-height: 30px;
}

/* 
Get started page styles */

.content-parent {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.signup-hero .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 20px;
}

.signup-hero .content h1 {
  font-size: 30px;
  margin-top: 150px;
}

.content-parent .content p {
  text-align: center;
  font-size: 14px;
}

.content-parent .content .btn {
  padding: 5px 25px;
  font-size: 12px;
}

.content-parent .content .btn:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  font-weight: bolder;
  font-size: 13px;
}

.overview-parent {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 5fr;
}

.overview-parent .overview-child h2 {
  font-size: 20px;
}

.fill-parent .fill-child h3 {
  font-size: 15px;
}

.apply-wrap {
  box-shadow: 5px -2px 39px -6px rgba(0, 0, 0, 0.75);
  padding: 20px;
  width: 90%;
  border-radius: 15px;
}

#passwordErrorTxt p {
  font-size: 10px;
}

/* 
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;
}

.apply-parent .apply-child .countryUploadWrap {
  display: block;
}

body
  > main
  > section.apply
  > div
  > div
  > div
  > form
  > div.countryUploadWrap
  > div:nth-child(2)
  > label {
  display: inline-block;
}

#myfile {
  display: inline-block;
  margin-top: -10px;
}

#country {
  width: 95%;
}

body
  > main
  > section.apply
  > div
  > div
  > div
  > form
  > div.countryUploadWrap
  > div:nth-child(1)
  > label {
  color: var(--primary-color);
  font-size: 14px;
}

#form2 {
  position: absolute;
  top: 80%;
  left: 30%;
  cursor: pointer;
}

#countdown {
  position: absolute;
  right: 0;
}

#signout {
  position: absolute;
  bottom: 3px;
}
