.site-hero {
  background: url(../images/assets/banner4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 25px solid goldenrod;
}

.hero-inner {
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.5), rgba(7, 7, 7, 0.918));
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-item {
  padding: 20px;
}

.hero-item h1 {
  font-size: 80px;
  color: lightgray;
}

.hero-item p {
  color: white;
  font-size: 30px;
}

.hero-item button {
  width: 180px;
  height: 40px;
}

.reg-form-inner {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -ms-grid-columns: 40% 60%;
      grid-template-columns: 40% 60%;
  padding: 0px 40px;
}

.reg-h-chip {
  margin-top: 50px;
}

.reg-h-chip h3 {
  border-bottom: 2px solid goldenrod;
  font-size: 40px;
}

.contact-card-help {
  margin-top: 30px;
}

.contact-card-help li div {
  color: rgba(0, 155, 245, 0.966);
  font-family: "Titillium Web";
}

.hc-icon {
  border: 2px solid rgba(0, 155, 245, 0.966);
  width: 30px;
  height: 30px;
  background: rgba(0, 155, 245, 0.966);
  color: lightgray;
}

.f-header {
  background: rgba(0, 155, 245, 0.966);
  padding: 10px;
  text-align: center;
}

.f-header h2 {
  color: whitesmoke;
  font-size: 30px;
}

.f-header p {
  color: lightgray;
}

.f-intro {
  margin-bottom: 30px;
}

.bdt div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  font-family: "Titillium Web";
  font-weight: bolder;
}

.bdt div span {
  margin-right: 20px;
}

.form {
  margin-top: -50px;
  -webkit-box-shadow: 0px 3px 5px grey;
          box-shadow: 0px 3px 5px grey;
}

.form form {
  background: white;
  padding: 10px;
}

.form form h3 {
  margin-top: 20px;
}

.form form p {
  margin: 0px;
}

.form-card {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  border-radius: 0px;
}

.f-input input {
  border: 1px solid rgba(0, 155, 245, 0.966);
  width: calc(100% - 15px);
  border-radius: 5px;
}

.f-input select {
  border: 1px solid rgba(0, 155, 245, 0.966);
  width: calc(100% - 5px);
  border-radius: 5px;
}

.radis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.radis div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  font-family: "Titillium Web";
  margin-right: 30px;
}

.radis div input {
  width: 20px;
  margin-right: 6px;
}

.doc-nos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  display: none;
}

.doc-nos input {
  width: 80%;
}

.message {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}

.message textarea {
  height: 200px;
  border: 1px solid rgba(0, 155, 245, 0.966);
  width: calc(100% - 15px);
  border-radius: 5px;
  padding: 5px;
  outline: none;
  font-family: "Titillium Web";
  resize: none;
}

.reg-form-submit {
  text-align: right;
  margin-top: 20px;
}

.reg-form-submit button {
  width: 160px;
}

@media (max-width: 800px) {
  .reg-h-chip {
    padding: 10px;
  }
  .reg-form-inner {
    display: -ms-grid;
    display: grid;
    row-gap: 10px;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    padding: 0px;
  }
  .form {
    margin-top: 10px;
  }
  .message {
    grid-column: initial;
  }
}

@media (max-width: 450px) {
  .f-input label {
    font-size: 13px;
  }
  .form-card {
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .hero-item p {
    font-size: 15px;
  }
}

@media (max-width: 450px) {
  .form-card {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .f-input label {
    font-size: 11px;
  }
}
/*# sourceMappingURL=register.css.map */