@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", serif;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

#astric {
  margin-left: 0;
  font-size: 1rem;
  color: #e53a3a;
}

.img-container {
  max-width: 100%;
}

.img-container img {
  max-height: 100vh;
  width: 100%;
}

.d-col {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.heading h2 {
  font-family: "Plus Jakarta Sans", serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #01233f;
}

.heading p {
  font-weight: 500;
  font-size: 0.875rem;
  color: #768897;
  margin-bottom: 0.5rem;
}

::selection {
  color: #fff;
  background: #d43f8d;
}

.container1 {
  width: 100%;
  margin-top: 1rem;
  border-radius: 5px;
  padding: 0px 100px;
}

.container1 header {
  margin-bottom: 12px;
}

.name .first {
  width: 100%;
}

.name .last {
  width: 100%;
}

.name {
  display: flex;
  gap: 1rem;
  flex-direction: row;
  margin-bottom: 0.5rem;
}

.number {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}

.icon {
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 99;
  left: 12px;
  bottom: 8px;
}

.lock-icon {
  height: 20px;
}

.icon1 {
  width: 20px;
  height: 16px;
  position: absolute;
  z-index: 99;
  right: 16px;
  bottom: 10px;
}

.password-div-1 {
  border-radius: 12px !important;
}

.password-1 {
  margin-left: 0px !important;
  border-radius: 12px !important;
  padding: 12px 42px !important;
}

.email-1 {
  margin-left: 0px !important;
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
  padding: 12px 42px !important;
}

.upload-btn {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.upload-inputs {
  height: 36px;
  border-radius: 0px 12px 12px 0px;
  border: 1px solid #DEE3E6;
  background: #FAFBFB;
}

.form-label span {
  margin-left: 0.2rem;
  font-size: 0.75rem;
  color: #768897;
  font-weight: 500;
}

.up-btn {
  width: 20%;
}

.up-btn span {
  padding-left: 0.6rem;
}

.form-label {
  color: #01233f;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 24px;
}

.form-control {
  background-color: #fafbfb;
  border: 1px solid #dee2e6;
  font-size: 0.875rem;
  font-weight: 400;
  color: #768897;
  width: 100%;
  height: 36px;
  border-radius: 12px;
  padding: 12px 16px;
}

.form-control-1 {
  margin-left: 0 !important;
  padding: 12px 42px;
  border-radius: 12px !important;
}

.form-select {
  margin-left: 0px !important;
  padding: 0.375rem 2.25rem 0.375rem 2.5rem;
  font-size: 0.875rem;
  height: 36px;
  border-radius: 12px !important;
  background-color: #f5f6f7;
  border: 1px solid #dee2e6;
  color: #768897;
}

.form-select:focus {
  border: 1px solid #43a9fb;
  background-color: #f1f8ff;
  box-shadow: none;
}

.form-control:focus {
  border: 1px solid #43a9fb;
  background-color: #f1f8ff;
  box-shadow: none;
}

.form-control:hover {
  /* border: 1px solid #43a9fb; */
  background-color: #f5f6f7;
  /* box-shadow: none; */
}

.form-control:focus {
  border: 1px solid #43a9fb;
  background-color: #f1f8ff;
  box-shadow: none;
}


/* popup style */

.right-form-box {
  overflow-x: hidden;
  background: linear-gradient(161deg, rgba(255, 230, 198, 0.00) 9.06%, rgba(255, 230, 198, 0.70) 90.22%), var(--Surface-White, #FFF);
}

.form-section {
  margin: 0 auto;
  width: 65%;
}

.form-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heading h2 {
  color: #011B30;
  font-family: "Plus Jakarta Sans";
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0px;
}

.heading p {
  color: #768897;
  font-size: 0.875rem;
  line-height: 20px;
}

.label-1 {
  font-size: 0.875rem;
  font-weight: 700;
  color: #01233f;
  line-height: 24px;
}

.input_container {
  width: 100%;
  height: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.input_container img {
  height: 16px;
  width: 16px;
}

.email-icon {
  height: 16px;
  width: 20px;
  position: absolute;
  z-index: 99;
  left: 12px;
  bottom: 11px;
}

.eye-icon {
  height: 16px;
  width: 20px;
  position: absolute;
  z-index: 99;
  right: 16px;
  bottom: 12px;
}

.input_label {
  font-size: 0.75rem;
  color: #8b8e98;
  font-weight: 400;
}

.input_field {
  font-size: 0.8rem;
  width: 100%;
  height: 40px;
  padding: 0 0 0 40px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background-color: #FFF;
}

.input_field:focus {
  border: 1px #43a9fb;
  box-shadow: none;
  background-color: #f1f8ff;
}

/* check-div */
.check-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #768897;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 500;
}

.check_input_field {
  border: 2px solid #768897;
  height: 16px;
  width: 16px;
  margin-top: 4px;
}

.forgot-password a {
  color: #03599F;
}

/* login button css */

.login-btn a {
  border: none;
  font-size: 0.875rem;
  border-radius: 12px;
  width: 100%;
  background-color: #03599F;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  padding: 8px 16px;
}

.login-btn a:hover {
  background-color: #1d97fb;
}

.login-btn a:active {
  background-color: #1d97fb;
}

.login-btn2 a {
  color: #011B30;
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0px;
  display: flex;
  padding: 8px 16px;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #DEE3E6;
  text-decoration: none;
}

/* line-container */
.line-container {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}

.line {
  flex: 1;
  height: 1px;
  background-color: #dee2e6;
}

.text {
  font-size: 0.75rem;
  padding: 0 5px;
  font-weight: bold;
  color: #94a3ae;
}

/* social-links */
.social-links {
  width: 100%;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.social-links img {
  height: 16px;
  width: 16px;
}

.button1 {
  display: flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #DEE3E6;
  background-color: transparent;
}

.button1:hover {
  background-color: #DEE3E6;
}

.button1:focus {
  background-color: #ebedf0;
}

.create-account p {
  text-align: center;
  color: #768897;
  font-size: 0.875rem;
}

.create-account a {
  color: #ff9d1e;
}

.create-account a:hover {
  color: #ffae45;
}

.create-account a:focus {
  color: #f68b00;
}

@media (max-width: 1280px) and (device-height: 720px) {
  .heading h2 {
    font-size: 1.2rem;
    line-height: 28px;
  }

  .progress-bar1 .step .check .active {
    left: 11%;
    top: 28%;
    /* font-size: 12px; */
  }

  .progress-bar1 .step .bullet:before,
  .progress-bar1 .step .bullet:after {
    position: absolute;
    content: "";
    bottom: 11px;
    right: -208px;
    height: 2px;
    width: 12.5rem;
    background: #dee2e6;
  }

  .buttons-1 {
    margin-top: 0.2rem;
  }

  .buttons-3 {
    margin-top: 0.5rem;
  }

  .buttons-4 {
    margin-top: 10rem;
  }

  .container1 {
    padding: 0px 70px;
  }

  .form-control {
    font-size: 0.75rem;
  }
}


/*============================== mayur sign up form css =======================*/

@media (min-width: 1024px) and (max-width: 1279px) {

  .progress-bar1 .step .bullet:before,
  .progress-bar1 .step .bullet:after {
    width: 8.6rem;
    left: 30px;
  }

  .name {
    margin-bottom: 0;
  }

  .container1 {
    margin-top: 1rem;
  }

  .progress-bar1 .step .bullet {
    height: 24px;
    width: 24px;
    font-size: 0.75rem;
  }

  .progress-bar1 .step .bullet span {
    top: -3px;
    font-size: 0.65rem;
  }

  .logo img {
    width: 90px;
    height: 34px;
  }

  .logo {
    margin-bottom: 0.4rem;
  }

  .heading h2 {
    font-size: 1rem;
  }

  .heading p {
    font-size: 0.65rem;
  }

  .container1 header {
    margin-bottom: 0.6rem;
  }

  .container1 .progress-bar1 {
    margin: 0px 0px;
  }

  .step-1 {
    gap: 0.2rem;
  }

  .step-2 {
    gap: 0.2rem;
  }

  .step-3 {
    gap: 0.2rem;
  }

  .container1 .progress-bar1 .step p {
    font-size: 0.65rem;
  }

  .form-label {
    font-size: 0.65rem;
    margin-bottom: 0.2rem !important;
  }

  .form-control {
    font-size: 0.65rem;
    height: 26px;
    border-radius: 8px;
  }

  .btn-1 {
    height: 26px;
    font-size: 0.65rem !important;
  }

  .upload-inputs {
    height: 26px !important;
    font-size: 0.55rem !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  .down {
    margin-bottom: 2px;
  }

  .btn-outline-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    width: 72px !important;
    font-size: 0.65rem;
  }

  .nt-btn {
    width: 72px !important;
    height: 26px;
    font-size: 0.65rem;
  }

  .email-ic {
    position: absolute;
    z-index: 99;
    width: 14px;
    height: 12px;
  }

  .icon {
    top: 7px;
  }

  .lock-icon {
    position: absolute;
    top: 4px;
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
  }

  .icon1 {
    width: 16px;
    height: 16px;
    bottom: 5px;
    right: 8px;
  }

  .form-text .text-div {
    margin-top: 0.2rem;
    font-size: 0.65rem;
  }

  .progress-bar1 .step .check {
    left: 12px;
    top: 13px;
    font-size: 0.75rem;
  }

  .progress-bar1 .step-2 .check {
    left: 62px;
  }

  .progress-bar1 .step-3 .check {
    left: 112px;
  }

  /* second page  */
  form .page .field select {
    font-size: 0.65rem;
    height: 30px;
  }

  .icon-3 {
    top: 6px;
    width: 14px;
    height: auto;
  }

  .form-select {
    border-radius: 8px !important;
    padding: 0.375rem 2.25rem 0.375rem 2rem;
  }

  .email-1 {
    padding: 0.375rem 1rem 0.375rem 2.2rem !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    font-size: 0.56rem;
  }

  .buttons-2 {
    margin-top: 7rem;
  }

  /* third page */
  .up-btn img {
    width: 15px;
    height: auto;
    top: 5px;
    left: 5px;
  }

  .up-btn span {
    font-size: 0.65rem;
  }

  .upload-btn {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .buttons-3 {
    margin-top: 3.6rem;
  }

  /* fourth page */
  .buttons-4 {
    margin-top: 7rem;
  }

  .para {
    font-size: 0.75rem;
  }

  .text-1 {
    font-size: 1.125rem;
    line-height: 20px;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1280px) and (max-width: 1400px) {
  .container1 header {
    margin-bottom: 0.6rem;
  }

  .progress-bar1 .step .bullet:before,
  .progress-bar1 .step .bullet:after {
    width: 10.2rem;
  }

  .buttons-1 {
    margin-top: 2.2rem;
  }

  .name {
    margin-bottom: 0.1rem;
  }

  .container1 {
    margin-top: 1rem;
  }

  .form-label {
    font-size: 0.75rem;
    margin-bottom: 0.2rem !important;
    line-height: 20px;
  }

  .form-control {
    font-size: 0.75rem;
    height: 30px;
  }

  .btn-1 {
    height: 30px;
    font-size: 0.75rem;
  }

  .upload-inputs {
    height: 30px;
  }

  .email-ic {
    position: absolute;
    z-index: 99;
    width: 16px !important;
    height: 13px !important;
  }

  .container1 .progress-bar1 {
    margin: 0px 0px;
  }

  .form-text .text-div {
    font-size: 0.75rem;
  }

  .icon {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 99;
    left: 12px;
    bottom: 7px;
  }

  .icon1 {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 99;
    right: 12px;
    bottom: 7px;
  }

  .step {
    gap: 0.2rem;
  }

  /* second page */
  form .page .field select {
    font-size: 0.75rem;
    height: 30px;
  }

  .email-1 {
    padding: 0.375rem 1rem 0.375rem 2.2rem !important;
  }

  .upload-btn {
    height: 30px;
  }

  .up-btn img {
    width: 16px;
    height: auto;
    top: 6px;
    left: 8px;
  }

  .up-btn span {
    font-size: 0.75rem;
  }

  .optinal-text {
    font-size: 0.65rem !important;
  }

  .progress-bar1 .step-2 .check {
    left: 74px;
  }

  .progress-bar1 .step-3 .check {
    left: 133px;
  }

  .buttons-2 {
    margin-top: 5.6rem;
  }

  .buttons-4 {
    margin-top: 6.6rem;
  }

  .para {
    font-size: 0.75rem;
  }

  .text-1 {
    font-size: 1.125rem;
    line-height: 20px;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1500px) and (max-width: 1600px) {
  .container1 header {
    margin-bottom: 0.6rem;
  }

  .progress-bar1 .step .bullet:before,
  .progress-bar1 .step .bullet:after {
    width: 13.2rem;
  }

  .email-ic {
    position: absolute;
    z-index: 99;
    width: 20px;
    top: 10px;
    left: 10px;
  }

  .progress-bar1 .step-2 .check {
    left: 90px;
  }

  .progress-bar1 .step-3 .check {
    left: 166px;
  }
}

/*1400x900*/
@media only screen and (min-width: 1440px) and (device-height: 900px) {

  .progress-bar1 .step .bullet:before,
  .progress-bar1 .step .bullet:after {
    width: 12.2rem;
  }

  .progress-bar1 .step-2 .check {
    left: 85px;
  }

  .progress-bar1 .step-3 .check {
    left: 154px;
  }
}