@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* default css start */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #01113c;
}

input:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

a,
a:hover {
  text-decoration: none;
}

/* deafult css end */

/* header start */

.header {
  padding: 2rem 0;
  height: 15vh;
}

.logo {
  flex: 1;
}

.logo img {
  max-width: 55%;
}

.language-select {
  display: flex;
  align-items: center;
  margin-left: auto;
  width: max-content;
  position: relative;
}

.language-select span {
  color: #fff;
  margin-right: 10px;
  line-height: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
}

.language-select .language-select-filed {
  padding: 4px;
  width: 150px;
  background: #fff;
  border: none;
  border-radius: 0;
  position: relative;
  appearance: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
}

.language-select::after {
  content: url(../images/language-drop.png);
  right: 10px;
  top: 2px;
  position: absolute;
  pointer-events: none;
}

/* header end */

/* footer start */

.footer {
  height: 10vh;
  display: grid;
  align-items: center;
}

.footer .c-right {
  color: #fff;
  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/* footer end */

/* custom changes with language dropdown */

.select_c_country {
  width: 150px;
}

.select_c_country button.dropdown-toggle {
  background: #fff;
  padding: 4px;
  line-height: initial;
  height: auto;
  border-radius: 0;
  border: none;
  width: 100%;
  text-align: left;
}

.select_c_country .dropdown-toggle span {
  color: #000;
}

.select_c_country .dropdown-toggle::after {
  display: none;
}

.select_c_country .dropdown-menu {
  padding: 5px;
}

.select_c_country .dropdown-menu li:first-child {
  display: none;
}

.select_c_country .dropdown-menu li {
  cursor: pointer;
}

.flagstrap-icon {
  margin-left: 6px;
}

/* end custom changes with language dropdown */

.main_content {
  display: grid;
  min-height: 75vh;
}

/* .form-section {
  margin: auto;
} */

.form-area {
  background: #fff;
  height: 558px;
  padding: 20px;
}

.form-area h3 {
  text-transform: uppercase;
  color: #01113c;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}

.form-area label {
  color: #939598;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
}

.c_input {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}

.c_mt-1 {
  margin-top: 1px;
}

.obj-fit {
  object-fit: cover;
  object-position: center;
}

.form-btn,
.form-btn:hover {
  color: #fff;
  max-width: 200px;
  width: 100%;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: rgb(238, 115, 74);
  box-shadow: 0px 4px 6.51px 0.49px rgba(44, 44, 44, 0.24);
}

.step {
  display: none;
}

.step.active_show {
  display: block;
}

.submit {
  display: none;
}

.step-indicators {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 1rem auto;
}

.tab {
  height: 5px;
  width: 5px;
  border-radius: 50px;
  background: #bdbdbf;
  margin: 0 3px;
}

.tab_active {
  background: #071740;
}

.oprions_block {
  height: 494px;
  display: grid;
  align-items: center;
}

.option {
  padding: 3rem 0;
}

.option .name {
  width: 65%;
  text-align: left;
  color: #01113c;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.option:not(:last-child) {
  border-bottom: 1px solid #01113c;
}

.option .scl-icon {
  width: 25%;
}

.option .scl-icon img {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 35px;
}

.option .next-icon {
  width: 10%;
  color: #ee734a;
  font-size: 1.3rem;
}

.forget_pass,
.forget_pass:hover {
  color: #464646;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  position: relative;
  text-decoration: none;
  margin: 0;
}

.forget_pass::after {
  content: "";
  width: 100%;
  background: #464646;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 0;
}

#login {
  display: flex;
  align-items: center;
  background-color: rgb(1, 17, 60);
  box-shadow: 0px 4px 6.51px 0.49px rgba(44, 44, 44, 0.24);
}

.tabs-sec {
  min-height: 300px;
  display: grid;
  align-items: center;
}

.tabs-sec-clg {
  min-height: 494px;
  display: grid;
  align-items: center;
}

.forg-msg {
  color: #939598;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  width: 85%;
  margin: auto;
  display: block;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

#g_level,
#cr_school {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}

.p-relative {
  position: relative;
}

.drop-icon {
  position: absolute;
  right: 10px;
  bottom: 8px;
}

.error-msg {
  color: red;
  text-align: center;
  height: 20px;
  margin: 0;
  height: max-content;
}

/* custom checkbox */

.c_content {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c_content input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

.c_content:hover input ~ .c_checkmark {
  background-color: #eee;
}

.c_content input:checked ~ .c_checkmark {
  background-color: #737373;
}

.c_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.c_content input:checked ~ .c_checkmark:after {
  display: block;
}

.c_content .c_checkmark:after {
  left: 7px;
  top: 4px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.thank_message {
  height: 518px;
  display: grid;
  align-items: center;
}

.thank_message p {
  font-size: 1.3rem;
  font-weight: 600;
  color: #01113c;
  font-family: "Montserrat", sans-serif;
}

.blue-login-op {
  background: hsl(199deg 31% 54%);
  height: 558px;
  display: grid;
  align-items: center;
}

.login-reg-blue-btn,
.login-reg-blue-btn:hover {
  text-align: center;
  /* background: #02113c; */
  /* padding: 10px 20px; */
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  /* width: 300px; */
  font-size: 2.5rem;
}

.login-reg-btns {
  margin: auto;
  display: flex;
  flex-direction: column;
  /* max-width: 300px; */
  /* height: 250px; */
}

@media screen and (min-width: 600px) {
  .login-reg-btns {
    height: 250px;
  }
}

.blue-login-op .login-reg-btns span {
  text-align: center;
  margin-top: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.white-reg-op .login-reg-btns span {
  text-align: center;
  margin-top: 5px;
  color: #02113c;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.white-reg-op {
  background: #fff;
  /* height: 558px; */
  height: 100%;
  display: grid;
  align-items: center;
  padding-bottom: 20px;
}

.login-reg-orange-btn,
.login-reg-orange-btn:hover {
  text-align: center;
  /* background: #ed734a; */
  /* padding: 10px 20px; */
  font-size: 20px;
  color: #ed734a;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  /* width: 300px; */
  font-size: 2.5rem;
}

@media screen and (max-width: 1100px) {
  .logo img {
    max-width: 80%;
  }
}

@media screen and (max-width: 600px) {
  .col-mob {
    flex-direction: column;
    height: 23vh;
  }

  .col-mob .logo {
    margin-bottom: 15px;
  }

  .logo img {
    max-width: 100%;
  }

  .language-select {
    margin-right: auto;
  }

  .main_content {
    min-height: 67vh;
  }

  .form-area h3 {
    font-size: 1.2rem;
  }

  .option {
    padding: 2rem 0;
  }

  .option .name {
    font-size: 1rem;
    padding: 0 10px;
  }

  .form-area label {
    font-size: 0.8rem;
  }

  .forget_pass,
  .forget_pass:hover {
    font-size: 0.7rem;
  }

  .form-btn,
  .form-btn:hover {
    font-size: 0.9rem;
  }

  #login img {
    max-width: 20px;
  }
}
