@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
@import 'all.min.css';
@import 'aos.css';
@import 'swiper.min.css';
body {
  font-family: "Montserrat";
}

img {
  max-width: 100%;
  height: auto;
}

/* Register Form */
.register-form {
  margin: 2rem 0;
  padding: 0 1rem;
}
.register-form .input-group {
  border-bottom: solid 1px #ccc;
}
.register-form .input-group .input-group-text {
  border: 0;
  background: none;
  padding: 0;
  margin-right: 1rem;
}
.register-form .form-radio {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.register-form .form-control {
  border: 0;
  font-size: 14px;
}
.register-form .form-control::-webkit-input-placeholder {
  letter-spacing: 2px;
  font-size: 14px;
}
.register-form .form-control::-moz-placeholder {
  letter-spacing: 2px;
  font-size: 14px;
}
.register-form .form-control:-ms-input-placeholder {
  letter-spacing: 2px;
  font-size: 14px;
}
.register-form .form-control::-ms-input-placeholder {
  letter-spacing: 2px;
  font-size: 14px;
}
.register-form .form-control::placeholder {
  letter-spacing: 2px;
  font-size: 14px;
}
.register-form .form-select {
  border: 0;
  font-size: 14px;
  letter-spacing: 2px;
}
.register-form .form-check {
  font-size: 14px;
}
.register-form .regis-term {
  letter-spacing: 2px;
}

.modal-header {
  font-weight: 700;
}

/* Thank You */
.thankyou-wrapper {
  text-align: center;
  margin: 2rem 0;
}
.thankyou-wrapper .title {
  font-weight: 700;
}
.thankyou-wrapper .sep {
  width: 120px;
  height: 1px;
  background-color: #333;
  margin: 1rem auto;
}
.thankyou-wrapper .social-contact {
  text-align: left;
  margin: 2rem auto;
}
.thankyou-wrapper .social-contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thankyou-wrapper .social-contact li .icon {
  font-size: 24px;
  width: 48px;
}
.thankyou-wrapper .social-contact li .icon img {
  width: 20px;
}
.thankyou-wrapper .social-contact li .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  font-size: 14px;
}

/* OTP */
#otpModal {
  text-align: center;
}
#otpModal .sp-otp .icon {
  font-size: 2rem;
}
#otpModal .sp-otp .title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}
#otpModal .sp-otp .form-control {
  text-align: center;
}
#otpModal .modal-footer {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/* Terms */
#termsModal {
  font-size: 14px;
}
#termsModal .sp-policy h5, #termsModal .sp-policy h6 {
  font-weight: 700;
}
#termsModal .modal-footer {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.copyright {
  background-color: #000;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
  padding: 1rem;
}

/* Form */
.btn {
  border-radius: 0;
  font-weight: 700;
  letter-spacing: 2px;
}
.btn.btn-primary {
  background-color: #000;
  border-color: #000;
}

@media only screen and (min-width: 1200px) {
  /* Main Wrapper */
  .main-wrapper {
    max-width: 920px;
    margin: auto;
  }

  .register-form {
    padding: 0;
  }
  .register-form .form-radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .register-form .form-radio .form-check {
    margin-left: 1rem;
  }

  /* Thank You */
  .thankyou-wrapper .social-contact {
    max-width: 50%;
    margin: 2rem auto;
  }

  /* OTP */
  #otpModal {
    text-align: center;
  }
  #otpModal .sp-otp {
    padding: 2rem;
  }
}