/*== Font css ==*/
/* Start Custom Fonts CSS */
@font-face {
  font-family: 'Gotham Light';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../fonts/gothamlight.ttf') format('truetype');
  font-display: swap;
}

/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */
@font-face {
  font-family: 'Gotham Bold';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../fonts/gothambold.ttf') format('truetype');
  font-display: swap;
}

/* Start Custom Fonts CSS */
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../fonts/GothamHTF-Book.ttf') format('truetype'),
    url('../fonts/gotham_book-webfont.woff') format('woff'),
    url('../fonts/gotham_book-webfont.woff2') format('woff2');
  font-display: swap;
}

/* End Custom Fonts CSS */

/*== Font css End ==*/
body {
  font-family: 'Gotham', Sans-serif;
  font-size: 18px;
  line-height: normal;
  font-weight: 300;
}

.fw700 {
  font-family: 'Gotham Bold', Sans-serif;
  font-weight: 700;
}

.form-title {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.32px;
}

.welcome-title {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.18px;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.form-title .orange {
  color: #00B4A4;
}

.form-bg-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 50vh;
}

.form-div-main {
  width: 80%;
  margin: 0 auto;
}

.signin .form-control {
  color: #5E5E5E;
  height: 55px;
  border-radius: 0;
  font-size: 18px;
}

.signin .form-group label {
  display: block;
  margin-bottom: 1rem;
}

.signin .form-check input {
  border-color: #000000;
  margin: 0;
  border-radius: 2px;
}

.d-block {
  display: block;
}

.btn-login {
  width: 100% !important;
  padding: 15px 35px !important;
  background: #00B4A4 !important;
  text-align: center !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  color: #ffffff !important;
  font-family: 'Gotham bold', Sans-serif;
  font-size: 18px !important;
}

.btn-login:hover,
.btn-login:focus {
  background: #000000;
}

.label-remember-password {
  vertical-align: middle;
  color: #5E5E5E;
  font-weight: 300;
  position: relative;
}

.text-gray,
.text-gray:hover,
.text-gray:focus {
  color: #5E5E5E;
  font-weight: 300;
}

a.text-orange,
a.text-orange:hover,
a.text-orange:focus {
  color: #00B4A4;
}

.flex-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.p18 {
  font-size: 11px;
}

.form-div-login {
  padding: 2rem;
}

.form-div-main {
  width: 100%;
}

.sign-up-section {
  background: #F3F5F7;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  background: transparent;
  border: none;
  color: #000000;
}

.nav-tabs {
  border: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.wizard-inner .nav>li>a {
  padding: 0;
}

.wizard-inner .round-tab {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #5E5E5E;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
}

.wizard-inner .active .round-tab,
.wizard-inner .filedstep .round-tab {
  background: #00B4A4;
}

.wizard-inner .nav-tabs li+li {
  position: relative;
}


.wizard-inner .nav-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wizard-inner .nav-tabs li {
  width: 100%;
  float: none;
  text-align: center;
}

.wizard-inner .nav-tabs li:first-child {
  text-align: left;
}

.wizard-inner .nav-tabs li a {
  padding-right: 10px;
  padding-left: 10px;
  gap: 10px;
  color: #000000;
  margin: 0;
  display: inline-block;
  background: #f3f5f7;
  font-size: 11px;
}

.text-tab {
  display: none;
}

.wizard-inner .nav-tabs li:first-child a {
  padding-right: 10px;
  padding-left: 0;
}

.wizard-inner .nav-tabs li:last-child a {
  padding-right: 0px;
  padding-left: 10px;
}

.wizard-inner .nav-tabs li:last-child {
  text-align: right;
}

.wizard-inner {
  position: relative;
}

.wizard-inner .nav-tabs {
  position: relative;
}

.wizard-inner .nav-tabs::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #5E5E5E;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  border-color: transparent;
}

.tab-title {
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.24px;
  font-weight: 600;
  color: #000000;
}

.signup-box .form-underline {
  height: 40px;
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  background: transparent;
  color: #5E5E5E;
  box-shadow: none;
  font-size: 14px;
  padding: 0px 0px;
}

.w-100 {
  width: 100%;
}

.signup-box input::-webkit-input-placeholder {
  /* Edge */
  color: #5E5E5E;
}

.signup-box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5E5E5E;
}

.signup-box input::placeholder {
  color: #5E5E5E;
}

.step-ul li {
  padding: 0;
}

.wizard-inner .nav>li>a:focus,
.wizard-inner .nav>li>a:hover {
  text-decoration: none;
  background-color: #f3f5f7;
  border-color: transparent;
}

.panel-form-question .panel-group {
  margin-bottom: 0px;
}

.panel-form-question .panel-group .panel {
  border: none;
  background: transparent;
  border-radius: 0;
}

.panel-form-question .panel-default>.panel-heading {
  border: none;
  background: transparent;
  color: #5E5E5E;
  border-radius: 0;
  border-bottom: 1px solid #000000;
  line-height: 24px;
  padding: 20px 15px;
}

.panel-form-question .panel-default>.panel-heading a,
.panel-form-question .panel-default>.panel-heading a:hover {
  text-decoration: none;
}

.panel-form-question .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  border-bottom: 1px solid #000000;
}

.panel-form-question .panel-body {
  font-size: 16px;
  line-height: 24px;
}

.question-checkbox {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  margin-top: 1.5rem;

}

#memberapplicationfrm .question-checkbox {
  border-bottom: 1px solid #000000;
  padding-bottom: 26px;
}

.question-checkbox label {
  color: #000000;
  font-weight: 500;
}

.question-checkbox .form-check:not(:last-child) {
  margin-bottom: 1.5rem;
}

.border-bottom-0 {
  border-bottom: unset !important;
}

.question-checkbox input {
  border-color: #000000;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
}

.question-checkbox label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.btn-outline-refrence {
  color: #000000 !important;
  font-weight: 500 !important;
  border: 1px solid #000000 !important;
  border-radius: 4px !important;
  padding: 5px 15px !important;
  text-decoration: none !important;
  font-size: 16px;
  margin: 5px !important;
  background: none !important;
}

.nav-tabs .active .btn-outline-refrence {
  border: 1px solid #00B4A4 !important;
}

.btn-outline-refrence:hover {
  text-decoration: none;
  color: inherit;
}

.btn-finish {
  background: #5E5E5E !important;
}

.signup-box .form-check {
  display: flex;
}

.signuprightdiv {
  background: url('../images/login-section-image.jpg');
  border-radius: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.signuprightdiv::before {
  content: '';
  background: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.8;

}

.signupformdivcontent .tab-title {
  color: #ffffff;
}

.signupformdivcontent {
  padding: 2rem;
  position: relative;
  z-index: 10;
}

.signupformdivcontent p {
  color: #ffffff;
  line-height: 30px;
}

.custom-list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  margin: 3rem 0;
}

.custom-list li {
  position: relative;
  padding-left: 30px;
  line-height: 24px;
  margin-bottom: 2.5rem;
}

.custom-list li::before {
  position: absolute;
  background: url('../images/check-square.svg');
  background-repeat: no-repeat;
  content: '';
  width: 22px;
  height: 22px;
  left: 0;
}

#resetpasswordfrm .form-label,
#user_login label {
  color: #000000;
  font-family: 'Gotham Light', Sans-serif;
  font-size: 16px;
}

.form-div-main {
  font-family: 'Gotham Light', Sans-serif;
  font-size: 16px;
}

.tab-content p,
.signupformdivcontent {
  font-size: 18px;
}

.sign-up-section {
  font-family: 'Gotham', Sans-serif;
}

#memberapplicationfrm .form-group {
  margin-bottom: 26px;
}

#memberapplicationfrm label {
  font-size: 16px;
  line-height: 24px;
  color: #5E5E5E;
  font-weight: 500;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
  display: block;
}

.iti.iti--allow-dropdown.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
  height: 40px;
}

#forgot_password_result {
  color: red;
}

@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {
    #member_login_frm .form-check label {
      margin-bottom: 0px !important;
    }

  }
}

@media (min-width:576px) {
  .form-div-login {
    padding: 3rem;
  }

  .signupformdivcontent {
    padding: 3rem;
  }

  .wizard-inner .nav-tabs li a {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .wizard-inner .nav-tabs li:first-child a {
    padding-right: 10px;
    padding-left: 0;
  }

  .wizard-inner .nav-tabs li:last-child a {
    padding-right: 0px;
    padding-left: 10px;
  }

  .text-tab {
    display: inline-block;
  }
}

@media (min-width:768px) {
  .form-div-login {
    padding: 5rem;
  }

  .signupformdivcontent {
    padding: 10rem 5rem 10rem 0rem;
  }

  .form-div-main {
    width: 80%;
    margin: 0 auto;
  }

  .p18 {
    font-size: 14px;
  }
}

@media (min-width:1400px) {
  .form-div-main {
    width: 75%;
    margin: 0 auto;
  }

  .p18 {
    font-size: 16px;
  }

  .signin .form-check input {
    width: 21px;
    height: 21px;
  }

  .label-remember-password {
    top: -4px;
  }
}

@media (min-width:1200px) {
  .form-bg-img {
    order: 2;
    height: 100vh;
  }

  .flex-row {
    flex-wrap: nowrap;
  }

  .signuprightdiv {
    order: 2;
  }

  .sign-up-section {
    padding: 5rem 0;
  }

  .signuprightdiv {
    border-radius: 10px;
  }

}

@media (min-width:1600px) {
  .p18 {
    font-size: 18px;
  }

  .wizard-inner .nav-tabs li a {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
  }

  .wizard-inner .nav-tabs li:first-child a {
    padding-right: 15px;
    padding-left: 0;
  }

  .wizard-inner .nav-tabs li:last-child a {
    padding-right: 0px;
    padding-left: 15px;
  }
}