.list-inline {
  color: white!important;
}

.list-inline-item a {
  color: white!important;
}

.masthead {
  max-height: 10rem;
}

.imgwrapper {
  max-width: 25%;
  max-height: auto;
}

@media (min-width: 768px) {
  .header.main-banner {
    margin-bottom: -116px;
  }
}

@media (min-width: 992px) {
  .header.main-banner {
    margin-bottom: -57px;
  }
}

@media (min-width: 1200px) {
  .header.main-banner {
    margin-bottom: 0px;
  }
}

@media (min-width: 300px) {
  .whats-in-it-for-me-row-two {
  }
}

.form-control {
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin: 15px;
}

element.style {
}

.form-wrapper i {
  position: absolute;
  bottom: 9px;
  right: 0;
}

.fa-solid {
  color: #be3a34;
  font-size: 15px;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  display: inline-block;
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.start-earning-button {
  padding: 10px;
  background-color: #be3a34;
  color: white;
  font-size: 18px;
  font-weight: bolder;
  Boder: 0px;
  border: none;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
}

h2 {
  color: #be3a34;
}

.form-wrapper.tick-box {
  text-align: left;
}

/* Top right avatar */

.intro {
  color: #ffffff !Important;
  border: 0px!important;
  text-transform: initial!important;
  font-weight: 400 !important;
}

img.intro {
  border-radius: 100%;
}

