@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kalam:wght@300;400;700&display=swap");
/* Hover Transistion */
/* Custom scroll Bar */
/* Custom scroll Bar Inner */
/* Custom scroll Bar Inner */
:root {
  --vh: 1vh;
}

.application_form_wrapper {
  margin: 50px 0;
}
@media all and (max-width: 991px) {
  .application_form_wrapper {
    margin: 30px 0;
  }
}
.application_form_wrapper .header_area {
  position: relative;
}
.application_form_wrapper .logo {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
}
.application_form_wrapper .logo:hover {
  opacity: 0.8;
}
.application_form_wrapper .logo img {
  max-width: 750px;
  max-height: 160px;
  margin: auto;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .application_form_wrapper .logo img {
    max-width: 550px;
    max-height: 160px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .application_form_wrapper .logo img {
    max-width: 450px;
    max-height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .application_form_wrapper .logo img {
    max-width: 350px;
    max-height: 80px;
  }
}
@media all and (max-width: 767px) {
  .application_form_wrapper .logo img {
    max-width: 250px;
    max-height: 80px;
  }
}
.application_form_wrapper .gradient_shape {
  width: 100%;
  height: 79px;
  border-radius: 1205px;
  margin-top: -20px;
  background: linear-gradient(90deg, rgba(18, 72, 137, 0.6) 0%, rgba(248, 214, 105, 0.6) 100%);
  filter: blur(77.0500030518px);
}
.application_form_wrapper .coin_shape,
.application_form_wrapper .bank_shape {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 2;
}
.application_form_wrapper .bank_shape {
  left: auto;
  right: 0;
}
.application_form_wrapper .appplication_form_area {
  position: relative;
  z-index: 2;
  margin-top: -30px;
  max-width: 736px;
  width: 100%;
}
.application_form_wrapper .stepbar_area {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 0px;
  border-radius: 20px;
  padding: 20px 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .application_form_wrapper .stepbar_area {
    padding: 20px 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .application_form_wrapper .stepbar_area {
    border-radius: 16px;
    padding: 20px 40px;
  }
}
@media all and (max-width: 767px) {
  .application_form_wrapper .stepbar_area {
    border-radius: 12px;
    padding: 16px 6px;
  }
}
.application_form_wrapper .step_item {
  position: relative;
}
.application_form_wrapper .step_item::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #d0d2e4;
}
.application_form_wrapper .step_item:last-child::before {
  display: none;
}
.application_form_wrapper .step_item.active .number_area {
  border-color: #ffc602;
  background-color: #ffc602;
}
.application_form_wrapper .step_item.active .active_shape_icon {
  display: block;
}
.application_form_wrapper .step_item.complete::before {
  background-color: #0064dd;
}
.application_form_wrapper .step_item.complete .number_area {
  border-color: #0064dd;
  background-color: #efefef;
}
.application_form_wrapper .step_item.complete .number {
  display: none;
}
.application_form_wrapper .step_item.complete .complete_icon {
  display: block;
}
.application_form_wrapper .step_item.complete .active_shape_icon {
  display: none;
}
.application_form_wrapper .step_item .complete_icon,
.application_form_wrapper .step_item .active_shape_icon {
  display: none;
}
.application_form_wrapper .step_item .active_shape_icon {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-4px);
}
.application_form_wrapper .step_item .number_area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  padding: 4px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: 1.5px solid #efefef;
  background-color: #efefef;
}
@media all and (max-width: 767px) {
  .application_form_wrapper .step_item .number_area {
    width: 32px;
    height: 32px;
  }
}
.application_form_wrapper .step_item h4,
.application_form_wrapper .step_item .number {
  color: #1d1b16;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-top: 6px;
}
@media all and (max-width: 991px) {
  .application_form_wrapper .step_item h4,
  .application_form_wrapper .step_item .number {
    font-size: 14px;
    font-weight: 500;
  }
}
.application_form_wrapper .step_item .number {
  font-family: "Inter", sans-serif;
  margin-top: 0;
}
.application_form_wrapper .title_area {
  margin-top: 40px;
}
@media all and (max-width: 991px) {
  .application_form_wrapper .title_area {
    margin-top: 30px;
  }
}
.application_form_wrapper .title_area .page_inner_title {
  position: relative;
  padding-bottom: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .application_form_wrapper .title_area .page_inner_title {
    padding-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .application_form_wrapper .title_area .page_inner_title {
    padding-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .application_form_wrapper .title_area .page_inner_title {
    padding-bottom: 6px;
  }
}
.application_form_wrapper .title_area .page_inner_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #d2dff0;
}

.save_draft_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #0b1234;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 4px;
  border-radius: 8px;
  min-width: 130px;
  height: 48px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(11, 18, 52, 0.15), 0px 0px 0px 1px rgba(11, 18, 52, 0.1);
}
@media all and (max-width: 991px) {
  .save_draft_btn {
    font-size: 14px;
    min-width: 120px;
    height: 42px;
  }
}
.save_draft_btn:hover {
  background-color: #f0efef;
}

.save_next_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 4px;
  border-radius: 8px;
  min-width: 178px;
  height: 48px;
  border-radius: 8px;
  background: #235de4;
  box-shadow: 0px 1px 2px 0px rgba(11, 18, 52, 0.15), 0px 0px 0px 1px rgba(11, 18, 52, 0.1);
}
@media all and (max-width: 991px) {
  .save_next_btn {
    font-size: 14px;
    min-width: 100px;
    height: 42px;
  }
}
.save_next_btn:hover {
  opacity: 0.9;
}
.save_next_btn.save_back_btn {
  min-width: 105px;
}
@media all and (max-width: 991px) {
  .save_next_btn.save_back_btn {
    min-width: 80px;
  }
}

.upload_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 121px;
  height: 28px;
  cursor: pointer;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(11, 18, 52, 0.15), 0px 0px 0px 1px rgba(11, 18, 52, 0.1);
}
.upload_btn:hover {
  background-color: #ebebeb;
}
.upload_btn span {
  color: #0b1234;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.clear_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b1234;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  min-width: 100px;
  height: 28px;
  border-radius: 8px;
  background-color: #dbdef1;
  box-shadow: 0px 1px 2px 0px rgba(11, 18, 52, 0.15), 0px 0px 0px 1px rgba(11, 18, 52, 0.1);
}
.clear_btn:hover {
  opacity: 0.8;
}

.form_area .input_filed_area {
  margin-top: 50px;
}
@media all and (max-width: 991px) {
  .form_area .input_filed_area {
    margin-top: 40px;
  }
}
.form_area .input_two_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 0px 36px;
}
@media all and (max-width: 767px) {
  .form_area .input_two_grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.form_area .input_row:not(:last-child) {
  margin-bottom: 24px;
}
.form_area .input_row label {
  display: block;
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 8px;
}
.form_area .input_row label .status {
  font-size: 14px;
  font-weight: 500;
  color: #8c8c8c;
}
.form_area .input_row .form-check-label {
  font-weight: 400;
  margin-bottom: 0;
}
.form_area .input_row .input_filed,
.form_area .input_row .form-select {
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  height: 40px;
  padding: 10px;
  border-radius: 8px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
@media all and (max-width: 991px) {
  .form_area .input_row .input_filed,
  .form_area .input_row .form-select {
    font-size: 14px;
  }
}
.form_area .input_row .form-select {
  padding: 0 10px;
}
.form_area .input_row textarea.input_filed {
  height: auto;
}
.form_area .form-check-input {
  cursor: pointer;
}
.form_area .form-check-label {
  color: #212121;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
}
.form_area .form-check-label a {
  text-decoration: underline;
}
.form_area .form-check-label a:hover {
  opacity: 0.8;
}
.form_area .checkbox_area {
  max-height: 600px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.form_area .checkbox_area::-webkit-scrollbar {
  width: 5px;
}
.form_area .checkbox_area::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.form_area .checkbox_area::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.form_area .checkbox_area::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}
.form_area .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form_area .step_action_area {
  margin-top: 32px;
}
.form_area.appplication_form_area .input_row {
  margin-bottom: 28px;
}
@media all and (max-width: 991px) {
  .form_area.appplication_form_area .input_row {
    margin-bottom: 20px;
  }
}
.form_area.appplication_form_area .input_row .input_filed,
.form_area.appplication_form_area .input_row .form-select {
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 8px;
  background-color: #f9fafb;
  box-shadow: 0px 1px 2px 0px rgba(11, 18, 52, 0.15), 0px 0px 0px 1px rgba(11, 18, 52, 0.1);
}

.file_upload_area .upload_label {
  display: block;
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .file_upload_area .upload_label {
    margin-top: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .file_upload_area .upload_label {
    margin-top: 12px;
  }
}
@media all and (max-width: 767px) {
  .file_upload_area .upload_label {
    margin-top: 8px;
  }
}
.file_upload_area .upload_area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: 136px;
  border-radius: 8px;
  text-align: center;
  border: 1px dashed #cfd6dd;
  background: #f9fafb;
}
.file_upload_area .upload_area h4 {
  color: #272e35;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.28px;
}
.file_upload_area .upload_area h4 label {
  color: #235de4;
  cursor: pointer;
}
.file_upload_area .upload_area h4 label:hover {
  opacity: 0.8;
}
.file_upload_area .upload_area h5 {
  color: #555f6d;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.24px;
}
.file_upload_area p {
  color: #5e5e5e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.page_title {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page_title {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_title {
    font-size: 36px;
  }
}
@media all and (max-width: 767px) {
  .page_title {
    font-size: 32px;
  }
}

.page_inner_title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page_inner_title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_inner_title {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .page_inner_title {
    font-size: 18px;
  }
}

.started_title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .started_title {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .started_title {
    font-size: 28px;
  }
}
@media all and (max-width: 767px) {
  .started_title {
    font-size: 24px;
  }
}

.page_description {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page_description {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_description {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .page_description {
    font-size: 14px;
  }
}

/*
!Utilities Or Helper CSS
*/
*,
::before,
::after {
  box-sizing: border-box;
}

body {
  background-color: white;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  min-height: calc(var(--vh) * 100);
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #0064dd;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb {
  background: #f9d353;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}

html,
body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Hanken Grotesk", sans-serif;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

img,
svg {
  max-width: 100%;
}

a {
  color: unset;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a,
span {
  display: inline-block;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

:focus {
  outline: none !important;
}

input,
select,
textarea {
  font-weight: 400;
  font-size: 16px;
  color: #101010;
}

input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #f9d353 !important;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

button {
  cursor: pointer;
  border: none !important;
  background-color: transparent;
}

button:hover {
  border: none !important;
}

*::-moz-placeholder {
  color: #c1b8b8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

*::placeholder {
  color: #c1b8b8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media all and (max-width: 991px) {
  *::-moz-placeholder {
    font-size: 14px;
  }
  *::placeholder {
    font-size: 14px;
  }
}

::-moz-selection {
  color: rgb(255, 255, 255);
  background: #ed1c24;
}

::selection {
  color: rgb(255, 255, 255);
  background: #ed1c24;
}

/*  Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Common Class */
@media all and (max-width: 575px) {
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (min-width: 576px) and (max-width: 1399px) {
  .container {
    max-width: 96%;
  }
}
@media all and (min-width: 1400px) {
  .container {
    max-width: 1390px;
  }
}

.g-sm {
  gap: 8px 12px;
}

.g-lg {
  gap: 10px 15px;
}

@media all and (max-width: 767px) {
  .mm-30 {
    margin-top: 30px;
  }
}

@media all and (max-width: 991px) {
  .mlg-30 {
    margin-top: 30px;
  }
}

.mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-16 {
  margin-top: 16px;
}
@media all and (max-width: 991px) {
  .mt-16 {
    margin-top: 12px;
  }
}

.mt-24 {
  margin-top: 24px;
}
@media all and (max-width: 767px) {
  .mt-24 {
    margin-top: 16px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-32 {
    margin-top: 24px;
  }
}
@media all and (max-width: 991px) {
  .mt-32 {
    margin-top: 20px;
  }
}

.d-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7px 12px;
}/*# sourceMappingURL=style.css.map */