* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  font-family: sans-serif !important;
}

p {
  color: grey;
}

#heading {
  text-transform: uppercase;
  color: #00a835;
  font-weight: normal;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.form-card {
  text-align: left;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input,
#msform select,
#msform textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: sans-serif;
  color: #2c3e50;
  background-color: #eceff1;
  font-size: 16px;
  letter-spacing: 1px;
}

#msform input:focus,
#msform select:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  /* border: 1px solid #673ab7; */
  outline-width: 0;
}

#msform .action-button {
  width: 100px;
  background: #00a835;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #311b92;
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.fs-title {
  font-size: 25px;
  color: #00a835;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

.purple-text {
  color: #00a835;
  font-weight: normal;
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #00a835;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f13e";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007";
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f030";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #00a835;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: #00a835;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

.form-checkbox {
  display: flex;
  font-size: 0.9rem;
  gap: 1rem;
}

.progress-line {
  display: flex;
  justify-content: center;
}

.form-checkbox input {
  width: 50px !important;
  margin-bottom: 0px !important;
}

.citizenship,
.gender {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.citizenship label,
.gender label {
  width: 600px;
}

.citizenship input,
.gender input {
  width: 27% !important;
  margin-bottom: 0px !important;
}

.member-card-section {
  height: 80vh;
  width: 100vw;
}

.member-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.member-card-box {
  box-shadow: 0px 0px 13px #ccc;
  border-radius: 11px;
  padding: 15px 20px;
}

.card-top {
  text-align: center;
  line-height: 2.5rem;
  gap: 2rem;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.card-top img {
  border-radius: 50%;
}

.line {
  height: 2px;
  width: 90%;
  margin: 10px auto;
  background-color: orangered;
}

.card-heading h3 {
  font-size: 1.5rem;
}

.card-heading p {
  font-size: 0.9rem;
}

.card-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6rem;
}

.card-bottom p {
  font-weight: bold;
  color: #000000;
}

#volunteer {
  width: 1000px;
}

.form-checkbox-input {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 10px;
  font-size: 0.9rem;
  margin-top: 7px;
  height: 30px;
}

.form-checkbox {
  margin-bottom: 10px;
}

.form-checkbox p {
  font-size: 0.85rem;
  color: #000000;
}

.form-checkbox input {
  width: 30px !important;
}

.tellAboutYourself {
  background-color: transparent !important;
  font-size: 0.9rem !important;
  color: #727272 !important;
}

.form-container {
  width: 628px;
}
.tellAboutYourself::placeholder {
  font-size: 0.9rem;
}

label {
  font-weight: bold;
  color: #000000 !important;
  font-size: 0.9rem;
}

input {
  font-size: 0.9rem !important;
  color: #000000;
  margin-bottom: 10px !important;
}

#otp,
#mybtn {
  font-size: 0.9rem !important;
  width: 20% !important;
}

.join-us-section-container {
  justify-content: flex-end;
  margin-right: 100px;
}

input#txtMobileNumber {
  width: 40%;
}

@media screen and (max-width: 400px) {
  .join-us-section-container {
    width: 95%;
    justify-content: flex-end;
    margin: auto;
  }

  #progressbar {
    width: 100%;
    padding-left: 0px;
  }

  #progressbar li {
    width: 41%;
  }

  .fs-title {
    font-size: 1rem;
  }

  .citizenship label,
  .gender label {
    width: 100%;
  }

  .form-checkbox-margin {
    margin-top: 17px;
  }
  #volunteer {
    width: 100%;
  }

  .card-top {
    line-height: 1.5rem;
    gap: 1rem;
  }

  .card-top img {
    height: 100px;
    width: 100px;
  }

  .card-heading h3 {
    font-size: 1rem;
  }

  .card-bottom {
    margin-top: 20px;
    gap: 1rem;
    justify-content: space-between;
  }

  .card-heading p {
    margin-bottom: 4px;
  }

  .card-bottom img {
    width: 70px;
  }

  input#txtMobileNumber {
    width: 74%;
  }

  input#txtMobileNumber::placeholder {
    font-size: 0.7rem;
  }
  #otp,
  #mybtn {
    font-size: 0.9rem !important;
    width: 38% !important;
  }
}
