body {
  padding: 0px;
  margin: 0px;
  background-color: #f9f9f9;
}
input::placeholder {
  color: #c4c4c4;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
header {
  padding: 40px;
  background: linear-gradient(to bottom, #71c9ff, transparent);
}

a {
  text-decoration: none;
}
footer {
  background: radial-gradient(ellipse at top left, #71C9FF, transparent 70%),
              radial-gradient(ellipse at bottom left, #F25C05, transparent 70%),
              radial-gradient(ellipse at bottom right, #1F82BF, transparent 70%);
  padding: 50px 30px;
  position: relative;
}
.row {
  margin: 0px !important;
}
.main-con-steper-sign-up {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0px;
}
.main-con-progress {
  display: flex;
  width: 100%;
  max-width: 700px;
  justify-content: space-around;
  position: relative;
}
.con-ong-step-progress {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.con-ong-step-progress span {
  width: 40px;
  height: 40px;
  border: 4px solid #c4c4c4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  color: transparent;
  background-color: white;
}
.con-ong-step-progress.active span {
  color: #5ac0fc;
  border: 4px solid #5ac0fc;
}
.con-ong-step-progress.complecte span {
  background-color: #5ac0fc;
  color: white !important;
  border: 4px solid #5ac0fc;
}
.con-ong-step-progress.active p {
  color: #5ac0fc;
}
.con-ong-step-progress p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  color: transparent;
}
.progress-bar-persetage {
  width: calc(100% - 150px);
  position: absolute;
  height: 4px;
  background-color: #c4c4c4;
  top: 18px;
  left: 83px;
}
.progress-bar-persetage .fill-progress {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background-color: #5ac0fc;
}
.con-steper-form {
  width: 100%;
  background-color: white;
  border-radius: 15px;
  padding: 20px 30px;
  margin-top: 50px;
  max-width: 500px;
}
.steper-header h2 {
  font-size: 1.25rem;
  color: #979797;
  font-weight: 500;
  margin-bottom: 10px;
}
.steper-header h2 span {
  color: #5ac0fc;
}
.steper-header p {
  font-size: 1.25rem;
  color: #979797;
  margin-bottom: 0px;
  font-weight: 500;
}
.steper-header {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.con-input-steper {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  max-width: 450px;
}
.con-input-steper-date {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  max-width: 450px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.con-input-steper-date input {
  border: none;
  /* border-bottom: 1px solid #c4c4c4; */
  outline: none;
  font-size: 15px;
  color: #979797;
  font-weight: 600;
  padding: 10px;
  margin: 0px 10px;
  text-align: center;
}
.con-input-steper input {
  border: none;
  /* border-bottom: 1px solid #c4c4c4; */
  width: 100%;
  outline: none;
  font-size: 15px;
  color: #979797;
  font-weight: 600;
  padding: 14px;
  background-color: #eee;
  border-radius: 12px;
}
.con-input-steper select {
  border: none;
  border-bottom: 1px solid #c4c4c4;
  width: 100%;
  outline: none;
  font-size: 15px;
  color: #979797;
  font-weight: 600;
  padding: 10px;
}
.con-input-steper span.required {
  font-size: 20px;
  color: #ef233c;
  position: absolute;
  top: 10px;
  left: 10px;
}
.con-input-steper span.error {
  font-size: 13px;
  color: #ef233c;
  font-weight: 500;
  margin-top: 5px;
  line-height: 1;
  display: block;
}
.submit-btn {
  width: 100%;
  max-width: 250px;
  border: none;
  outline: none;
  font-size: 17px;
  color: white;
  background-color: #5ac0fc;
  border-radius: 50px;
  padding: 13px 20px;
  font-weight: 700;
  margin-top: 25px;
}
.main-con-logo img {
  width: 100%;
  max-width: 100px;
}
.main-con-logo {
  display: flex;
  align-items: center;
}
.customize-bootstrap-drop-down button {
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 500;
  color: #003049;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}
.dropdown-toggle::after {
  display: none;
}
.customize-bootstrap-drop-down > button i {
  margin-right: 10px;
}
.customize-bootstrap-drop-down {
  margin: 0px 15px;
}
.header-link {
  font-size: 1rem;
  font-weight: 500;
  color: #003049;
  margin: 0px 15px;
  padding: 6px 12px;
}
a.header-link.active{
    border-bottom: 3px solid #5897e0;
    color: #5897e0;
}
.customize-bootstrap-drop-down .dropdown-menu {
  background-color: #eee;
  border: none;
  outline: none;
  border-radius: 0px;
  padding: 0px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #5ac0fc;
  color: white !important;
}
.customize-bootstrap-drop-down .dropdown-menu li a {
  padding: 13px;
  font-weight: 600;
  color: #003049;
  font-size: 15px;
  transition: 0.3s ease-in-out;
}
.button-header-pre-register {
  padding: 20px;
  width: 100%;
  max-width: 200px;
  background-color: #F25C05;
  color: #FFF8E7;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  border-radius: 20px;
  white-space: nowrap;
}
.con-otp-form-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.con-otp-form-inputs input {
  width: 50px;
  height: 55px;
  border: none;
  outline: none;
  background-color: #eee;
  border-radius: 10px;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #003049;
  text-align: center;
}
.con-resend-otp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-resend-otp p {
  font-size: 13px;
  color: #003049;
  font-weight: 500;
  margin-bottom: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.con-resend-otp p button {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 13px;
  color: #5ac0fc;
  font-weight: 500;
  display: block;
}
.steper-header > span {
  font-size: 15px;
  color: #003049;
  font-weight: 500;
  margin: 10px 0px;
}
.iframe {
  width: 100%;
  min-height: 400px;
}
.con-agree-on-terms-and-condtions i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1px solid #c4c4c4;
  background-color: #eee;
  margin: 0px 10px;
  font-size: 11px;
  color: transparent;
}
.con-agree-on-terms-and-condtions p {
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #003049;
}
.con-agree-on-terms-and-condtions input:checked + label i {
  background-color: #5ac0fc;
  color: white;
  border: 1px solid transparent;
}
.con-agree-on-terms-and-condtions input[type=checkbox] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1px solid #c4c4c4;
    background-color: #eee;
    margin: 0px 10px;
    font-size: 11px;
    color: transparent;
}
.con-img-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 3;
}
.con-img-footer-links img {
  width: 150px;
  margin-bottom: 20px;
}
.con-social-media-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-social-media-icon i {
  width: 40px;
  height: 40px;
  color: #FFF8E7;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF8E7;
  border-radius: 50%;
  margin: 0px 15px;
}
.ul-footer-links {
  height: 100%;
  list-style: none;
  padding: 0px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.ul-footer-links li a {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #FFF8E7;
  padding: 10px 10px;
  display: block;
}
.con-Copyright {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.con-Copyright h3 {
  width: 100%;
  max-width: 800px;
  border-top: 1px solid #0000000d;
  padding: 50px 20px 0px 20px;
  text-align: center;
  font-size: 15px;
  color: #003049;
  font-weight: 500;
}
footer > img {
  position: absolute;
  bottom: 0px;
  left: 1155px;
  width: 400px;
  z-index: 0;
  transform: scaleX(-1); /* Added to mirror the image horizontally */
}
.mobile-header-bottom {
  position: fixed;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
}
.mobile-header-bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mobile-header-bottom a img {
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
  border-radius: 50%;
}
.mobile-header-bottom a i {
  font-size: 25px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  color: #003049;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-header-bottom a span {
  font-size: 13px;
  color: #003049;
  font-weight: 600;
}
.last-message-form p {
  font-size: 14px;
  color: #003049;
  font-weight: 600;
  margin-bottom: 0px;
}
.last-message-form a {
  font-size: 14px;
  color: #5ac0fc;
  font-weight: 600;
  margin-bottom: 0px;
}
.con-message img {
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
}
.con-message {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 60vh;
  margin: 30px 0px;
}
.con-message p {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 992px) {
  body {
    padding-bottom: 50px;
  }
  .main-con-logo img {
    max-width: 70px;
  }
  .button-header-pre-register {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 13px;
  }
  .ul-footer-links {
    align-items: center;
  }
  footer > img {
    display: none;
  }
  footer {
    padding: 50px 0px;
  }
  .con-img-footer-links {
    margin-bottom: 20px;
  }
  .con-ong-step-progress span {
    width: 30px;
    height: 30px;
    font-size: 17px;
  }
  .con-ong-step-progress p {
    font-size: 18px;
  }
  .progress-bar-persetage {
    top: 13px;
    left: 53px;
    width: calc(100% - 80px);
  }
  .con-input-steper input {
    font-size: 13px;
  }
  .con-input-steper span.error {
    font-size: 11px;
  }
  .submit-btn {
    font-size: 15px;
    padding: 10px 20px;
  }
}
