.about_first {
  width: 100%;
  /* min-height: 29vh; */
  margin-top: 25px !important;
  background: url(assets/img/hero-bg.png) center center;
  background-size: cover;
  position: relative;
  padding: 30px 0 0px;
}
.sub_navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* padding: 17px 167px; */
  margin-top: 60px;
  gap: 10px;
  width: 1512px;
  height: 62.33px;
  background: #e9f8ef;
}
.loacater {
  font-size: 16px;
  font-weight: 600;
}
.active_sub_navigation {
  color: #163560;
}
.sub_navigation_right {
  font-family: Space Grotesk;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: right;
  color: #969696;
}
.about_section_two {
  padding: 17px 167px;
}
.user_type h3 {
  width: 200px;
  height: 31px;

  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
}
.selector {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0.5px solid #3b955f;
  border-radius: 5px;
  padding: 26px 40px;
  gap: 10px;
  width: 217px;
  height: 92px;
  background-color: #e9f8ef;
}

.checkbox-button {
  cursor: pointer;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input {
  font-size: 1rem;
  line-height: 1.5;
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  outline: 0;
  background-color: transparent;
}

.checkbox-button__input {
  opacity: 0;
  position: absolute;
}

.checkbox-button__control {
  border: 0.5px solid #000000;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  vertical-align: middle;
  background-color: white;
  color: #017b5f;
  border: 2px solid #666;
}

.checkbox-button__input:checked + .checkbox-button__control:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background-color: #3b955f;
}

.checkbox-button__input:checked + .checkbox-button__control {
  border-color: #3b955f;
}
.selector2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 26px 40px;
  gap: 10px;
  background: #e9f8ef;
  /* P/1 */

  border: 0.5px solid #3b955f;
  border-radius: 5px;

  width: 242px;
  height: 92px;
}
.accept {
  font-size: 20px;
  font-family: Space Grotesk;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.005em;
  text-align: left;
}
.accept .span1 {
  font: Space Grotesk;
  font-weight: 700;
  size: 20px;
  line-height: 32px;
  letter-spacing: -0.5%;
}
.form-label {
  font-size: 18px;
  font-weight: 700;
}
.form-check-input:checked {
  background-color: #01a982;
  border-color: #01a982;
}
/* .form-check-input {
  border: 0.5px solid #000000;

  position: relative;
  display: inline-block;

  height: 30px !important;
  margin-right: 12px;
  vertical-align: middle;
  background-color: white;
  color: #017b5f;
  border: 2px solid #000000;
  border-radius: 0%;
} */

.background_color {
  background-color: #3b955f4d;
  padding: 14px 13px;
  border-radius: 10px;
}
.padding_zero {
  padding: 0px;
}
.padding_zero .checkbox-button__control {
  margin-right: 5px;
  background-color: white;
}
.green_text {
  color: #01a982;
  font-size: 10px;
}

input[type="radio"] {
  border: 2px solid #666;
  padding: 12px;
  -webkit-appearance: none;
  background-color: white;
  border-radius: 5px;
}

input[type="radio"]:checked {
  /* background: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///////yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==)
    no-repeat center center; */
  background-color: #3b955f;
  /* background-size: 9px 9px !important; */
}
input[type="radio"]:focus {
  outline-color: transparent;
}
.form-check-label {
  position: relative;
  top: -8px;
  right: -5px;
}
.comper_button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 26px 53px;
  gap: 10px;
  background: #3b955f;
  width: 211px;
  height: 70px;
  border: 1px solid #000000;
  border-radius: 5px;
}
.comper_button:hover {
  color: white;
  background: #156837;
}
@media only screen and (max-width: 600px) {
  .about_section_two {
    padding: 17px 17px;
  }
}
