@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 15px;
}

:root {
  --h1size: 50px;
  --h2size: 40px;
  --h3size: 24px;
  --h4size: 20px;
  --h5size: 18px;
  --h6size: 16px;
  --bodysize: 16px;
  --h1height: 58px;
  --h2height: 48px;
  --h3height: 32px;
  --h4height: 28px;
  --h5height: 26px;
  --h6height: 26px;
  --bodyheight: 26px;
  --pfamily: "Rubik", sans-serif;
  --red: #ff3838;
  --gray: #777777;
  --text: #555555;
  --blue: #1494a9;
  --white: #ffffff;
  --chalk: #f5f5f5;
  --green: #11b76b;
  --purple: #b12fad;
  --orange: #e86121;
  --yellow: #ffab10;
  --body: #f5f6f7;
  --border: #e8e8e8;
  --heading: #39404a;
  --primary: #1967d2;
  --sub-heading: #565765;
  --green-chalk: #ddffd5;
  --green-dark: #072f17;
  --gray-chalk: #cccccc;
  --intro-bg: #f8fffa;
  --facebook: #3b5998;
  --linkedin: #0e76a8;
  --twitter: #00acee;
  --google: #e60023;
  --instagram: #f77737;
  --primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
  --primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.user-form-part {
  padding: 20px;
}

/* candi-signin */
.usersign__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  min-height: 100vh;
}

@media (min-width: 768px) and (max-width: 991px) {
  .Mob__View__Rbg {
    display: none !important;
  }

  .main--index--center--content {
    padding: 6rem 0px 3rem;
  }

  .Mob__View__Top {
    padding-top: 3rem;
    grid-template-columns: 1fr;
  }

  .usersign__grid {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .user__right__bg {
    padding: 30px;
    row-gap: 20px;
  }

  .user__right__bg h2 {
    font-size: 40px !important;
    line-height: 35px;
  }
}

@media (max-width: 767px) {

  .usersign__grid {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .user__right__bg {
    padding: 20px;
    row-gap: 20px;
  }

  .user-form-logo {
    text-align: center !important;
    margin-top: 1rem !important;
  }

  .auth-holder {
    padding: 20px 0px !important;
    max-width: 340px !important;
  }

  .user__right__bg h2 {
    font-size: 23px !important;
    line-height: 35px;
  }

  .emp__poni__flex {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 15px !important;
  }

  .otp-type-dis,
  .emp__poni__flex {
    padding: 0 !important;
  }

  .user__right__bg h6 {
    font-size: 11px !important;
    padding-bottom: 20px;
  }

  .empl__otp__fs {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  .otp-dis-box input {
    width: 43px !important;
    height: 60px !important;
    border-radius: 30px !important;
  }

  .otp-dis-box {
    gap: 5px !important;
  }

  .otp-dis-btn {
    margin: 0 8% !important;
  }

  .foget-pass-heading p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .Mob__View__Rbg {
    display: none !important;
  }

  .Mob__View__Top {
    padding-top: 0rem;
  }
}

.user__left__bg {
  padding: 30px 10px;
}

.user__left__bg .user-form-logo {
  margin: 0;
}

.user__left__bg .auth-holder {
  padding: 28px 40px;
  box-shadow: none;
}

.user__left__bg .form-control {
  padding: 10px;
}

.user__left__bg .form-group input::placeholder {
  padding-top: 10px !important;
}

.form-grp-u .form-control.active {
  border-color: #9ecaed;
  outline: none;
  box-shadow: 0 0 4px #9ecaed;
}

.user__right__bg {
  background-image: radial-gradient(#fff, #eef1fe);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.emp__grid__bg {
  background-image: radial-gradient(#fff, #ecf6fd);
}

.user__right__bg h2 {
  font-weight: 400;
  font-size: 35px;
  text-align: center;
}

.user_l_c {
  color: #ff7a00;
  font-weight: 700;
}

.user_r_c {
  font-weight: 700;
}

.emp_l_c {
  font-weight: 700;
}

.emp_r_c {
  color: #0b8ee7;
  font-weight: 700;
}

.user__left__bg .user-form-card {
  padding: 0;
}

.user__right__bg h6 {
  font-size: 17px;
  text-align: center;
  padding-top: 5px;
}

.user__right__bg img {
  width: 800px;
  object-fit: contain;
}

.emp__ri__flex {
  display: flex;
  flex-direction: column;
}

.emp__poni__flex {
  display: grid;
  justify-content: center;
  gap: 58px;
  padding: 20px 10px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 69%;
  margin: 0 auto;
}

.emp__poni__flex__colle {
  display: flex;
  gap: 10px;
  align-items: self-start;
}

.emp__poni__flex__colle img {
  width: 30px;
  object-fit: contain;
}

.user-form-part .justify-content-center {
  display: flex;
}

.auth-holder {
  max-width: 500px;
  margin: auto;
  background: #fff;
  padding: 28px 24px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.up__home_ti {
  text-align: start !important;
  margin-bottom: 20px !important;

}

.up__home_tit {
  font-size: 24px !important;
  line-height: 32px !important;
}

.authHome-holder {
  max-width: 700px;
  box-shadow: none;
  padding: 0;
}

.forget--otp--w {
  max-width: 550px;
}

a.back {
  color: var(--textColor);
  padding: 5px 10px;
  display: inline-block;
  border-radius: 30px;
  margin-top: 20px;
}

button {
  border: none;
}

.user-form-logo {
  text-align: start;
  margin-top: 1rem;
}

.user-form-logo img {
  width: 150px;
}

.user-form-card {
  padding: 15px 30px;
  border-radius: 8px;
  background: var(--white);
}

.reg-resend-pass a {
  padding-bottom: 20px;
  font-weight: 500;
  color: #1967d2;
}

.reg-resend-pass a:hover {
  color: #0d6efd;
  text-decoration: underline !important;
}

.user-form-title {
  text-align: center;
  margin-bottom: 30px;
}

.user-form-title p {
  padding-top: 5px;
}

.user-form-title h2 {
  font-size: 20px;
  font-weight: 600;
  color: #191b23;
  line-height: 26px;
}

.user-form-title span {
  font-size: 13px;
  margin-top: 20px;
  color: #43555e;
  font-weight: 600;
}

.user--team--f {
  display: flex;
  flex-direction: column;
  gap: 20px;

}

.user-form-part .join-team {
  text-align: center;
  padding-top: 16px;
  max-width: 70%;
  margin: 0 auto;
}

.user-form-part .join-team h3 {
  font-size: 30px;
  font-weight: 600;
  color: #2f3031;
  padding-bottom: 20px;
}

@media (max-width:767px) {
  .user-form-title h2 {
    font-size: 18px !important;
    line-height: 25px;
  }

  .userinfo__section {
    grid-template-columns: 1fr !important;
  }

  .emp__poni__flex__colle {
    align-items: self-start;
    font-size: 14px;
  }

  .emp__poni__flex__colle img {
    width: 20px !important;
  }

  .user-form-part .container {
    padding: 0 !important;
  }
}

.user-form-title p {
  text-transform: capitalize;
}

.user-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.user-form-group .form-group input[type='email']:focus {
  border-color: #9ecaed;
  outline: none;
  box-shadow: 0 0 6px #9ecaed;
}

.user-form-group label {
  padding-bottom: 3px;
  font-weight: 500;
  color: #191b23;
  font-size: 15px;
}

.user-form-social {
  width: 100%;
}

.user-form-social li {
  margin-bottom: 20px;
}

.user-form-social li a {
  width: 100%;
  font-size: 15px;
  padding: 10px 0px;
  border-radius: 8px;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: capitalize;
  color: var(--white);
  background: var(--primary);
  display: block;
}

.user-form-social li a i {
  font-size: 16px;
  margin-right: 10px;
}

.user-form-social li:last-child {
  margin-bottom: 0px;
}

.user-form-social .facebook {
  background: var(--facebook);
}

.user-form-social .twitter {
  background: var(--twitter);
}

.user-form-social .google {
  background: var(--google);
}

.user-form-social .instagram {
  background: var(--instagram);
}

.user-form-divider {
  width: 1px;
  height: 240px;
  margin: 0px 50px;
  background: var(--border);
  position: relative;
  z-index: 1;
}

.user-form-divider p {
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
  font-style: italic;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  color: var(--gray);
  background: var(--white);
  border: 1px solid var(--border);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.success-msg-box img {
  width: 120px;
  margin: 0 auto 15px;
}

.success-msg {
  font-size: 16px;
  text-align: center;
}

.set-password-box {
  border-top: 1px solid #ddd;
  padding-top: 25px;
  margin-top: 10px;
}

.user-form {
  width: 100%;
}

.law-mid-date {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  padding-bottom: 1rem;
}

.law-mid-date .law-mid-line {
  flex: 1;
  margin: 0 10px;
}

.law-mid-date .law-mid-line hr {
  border: 1px solid #ddd;
}

.law-mid-date .law-mid-line-date {
  font-weight: 600;
  font-size: 13px;
  color: #9a9595;
}

.user-form-googl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #888;
  padding: 8px 10px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 500;
  margin: 10px 0px 15px 0px;
  height: 45px;
}

.user-form-googl img {
  width: 18px;
  height: 18px;
}

.user-form-googl:hover {
  border: 1px solid #f1f0ef;
  background: #f6f8ff;
}

.emp__login__info {
  margin-top: 3rem;
}

.form-control {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  padding: 0px 20px 2px;
  font-size: 15px;
  color: #000;
  border: 1px solid #bbb;
  transition-duration: 0.3s;
}


.form-group .form-control:hover,
.form-group .form-control:focus {
  border-color: #9ecaed;
  outline: none;
  box-shadow: 0 0 4px #9ecaed;
}

/* Register Terms & Conditions */
.Reg__TermsCands {
  text-align: center;
  font-size: 13px;
  color: #333;
  font-weight: 400;
  max-width: 380px;
  margin: 0 auto;
}

.Reg__TermsCands a {
  color: #333;
  text-decoration: underline;
}

.Reg__TermsCands a:hover {
  color: #201f1f;
}

/* End Register Terms & Conditions */

.form-button {
  text-align: center;
  margin-top: 30px;
}

.form-button button {
  width: 100%;
  height: 43px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  letter-spacing: 0.3px;
  text-align: center;
  color: var(--white);
  background: #0a66c2;
  border: 1px solid transparent;
  transition: all .3s ease;
  cursor: pointer;
  box-shadow: 0 0 4px #1967d2;
}

.form-button button:hover {
  border: 1px solid #9ecaed;
  background: transparent;
  color: #0a66c2;
  box-shadow: 0 0 4px #9ecaed;
}

.form-button button a {
  color: #fff;
}

.form-button button:hover a {
  color: #0a66c2;
}

.form-button p {
  font-size: 15px;
  margin-top: 12px;
  text-transform: capitalize;
}

.form-button p a {
  font-weight: 500;
  margin-left: 5px;
  color: var(--primary);
}

.form-button p a:hover {
  text-decoration: underline;
}

.user-form-remind {
  padding: 15px 30px;
  border-radius: 8px;
  text-align: center;
  background: var(--white);
}

.user-form-remind p {
  font-size: 15px;
}

.user-form-remind p a {
  font-weight: 500;
  margin-left: 5px;
  color: var(--primary);
}

.user-form-remind p a:hover {
  text-decoration: underline;
}

.user-form-footer {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px;
}

.user-form-footer p {
  font-size: 14px;
  color: var(--gray);
}

.user-form-footer p a {
  color: var(--primary);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.user-form-footer p a:hover {
  text-decoration: underline;
}

.error-field {
  border-color: red;
}

#strengthMessage {
  font-size: 11px;
  line-height: 14px;
  margin-top: 10px;
}

#emailAddressError,
#strengthMessage.error {
  color: red;
}

#emailAddressError {
  display: none;
  margin-top: 7px;
}

.error-field+#emailAddressError {
  display: block;
}

.note-box {
  background: #e8e8f8;
  padding: 10px 15px 13px 15px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #c6c6e3;
}

.note-box ul li {
  position: relative;
  font-size: 14px;
  padding-left: 15px;
}

.note-box ul li::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 3px;
}

@media (max-width: 575px) {
  .user-form-card {
    padding: 5px;
  }

  .user-form-remind {
    padding: 20px 0px;
  }
}

@media (max-width: 767px) {
  .user-form-group {
    display: inherit;
  }

  .user-form-divider {
    width: 100%;
    height: 1px;
    margin: 50px 0px !important;
  }
}

.foget-pass-heading h2 {
  font-size: 20px;
}

.foget-pass-heading p {
  font-size: 14px;
  padding-top: 5px;
  margin-bottom: 30px;
}

.user-form-group .foget-noted {
  font-size: 12px;
  color: red;
}

/* otp */
.otp-type-dis {
  padding: 40px 30px;
  border-radius: 5px;
  text-align: center;
}

.notify-content {
  font-size: 14px !important;
  color: #333;
}

.notify-content p,
.emp__otp__no p {
  color: #333 !important;
}

.otp-heading {
  padding-top: 45px;
  text-transform: capitalize;
  padding-bottom: 3px;
  font-weight: 600;
  color: #191b23;
}

.employer-otp-head {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  line-height: 26px;
  padding-bottom: 20px;
}

.empl__otp__fs {
  font-size: 30px;
  line-height: 40px;
}

.emp__otp__no {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.otp-dis-box {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}


.otp-dis-box input {
  width: 50px;
  height: 70px;
  border-radius: 30px;
  border: 1px solid #ccc;
  transition-duration: 0.3s;
  text-align: center;
  outline: none;
  background: transparent;
  font-size: 25px;
  font-weight: 600;
}

.otp-dis-box input.active {
  border-color: #9ecaed;
  outline: none;
  box-shadow: 0 0 4px #9ecaed;
}

.otp-dis-box input:focus {
  background: #eef1fe;
  color: #0a66c2;
  border-color: #0a66c2;
}

.otp-dis-box input:checked {
  background: #eef1fe;
  color: #0a66c2;
  border: transparent;
}

.otp-dis-box input:hover {
  border-color: #9ecaed;
}

.otp-dis-box input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  border-color: #9ecaed;
  outline: none;
  box-shadow: 0 0 4px #9ecaed
}

.otp-dis-box input::-webkit-inner-spin-button {
  display: none;
}

.otp-dis-btn {
  color: #fff;
  width: 350px !important;
  background: #1967d2;
  transition-duration: 0.3s;
  border: none;
  height: 40px;
  border-radius: 5px;
}

.otp-dis-btn:hover {
  background-color: #0a66c2;
  color: #fff;
}

.otp-dis-btn a {
  color: #fff;
}

.otp-resend {
  margin-top: 30px;
  text-align: center;
}

.otp-resend p {
  color: #333;
}

.otp-resend a {
  color: #0d6efd;
  font-weight: 400;
  transition-duration: 0.3s;
}

.otp-resend a:hover {
  text-decoration: underline !important;
}

/* type */
.employer-home-bg {
  background-color: #f3f2f0;
  min-height: 100vh;
  padding: 35px 0;
}

.ap-wrp {
  margin: 0;
  padding: 0;
}

.home-content-base {
  width: 500px;
  margin: 0 auto;
  padding-top: 2rem;
  text-align: center;
  font-weight: 500;
}

.home-content-base img {
  width: 200px;
  object-fit: contain;
  padding-bottom: 10px;
}

/*  employer-type*/
.employer-type-dis {
  background: #fff;
  margin: 0 auto;
  padding: 40px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.employer-type-dis .type-d-sub {
  text-align: center;
  font-size: 12px;
  color: #141010;
  margin: 0;
}

.employer-top-heading {
  font-size: 20px;
  font-weight: 600;
  color: #191b23;
  line-height: 26px;
  text-align: center;
  padding-bottom: 10px;
  margin: 0;
}

.employer-type-dis-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 35px 10px;
}

@media (max-width: 556px) {
  .employer-type-dis-flex {
    grid-template-columns: repeat(1, 1fr);
  }

  .employer-type-dis {
    width: 100%;
    padding: 0;
  }

  .type-d-sub br {
    display: none;
  }
}

@media (min-width: 557px) and (max-width: 990px) {
  .employer-type-dis-flex {
    grid-template-columns: repeat(2, 1fr);
  }

  .employer-type-dis {
    width: 100%;
    padding: 0;
  }

  .type-d-sub br {
    display: none;
  }
}

@media (min-width: 991px) {
  .employer-type-dis-flex {
    grid-template-columns: repeat(3, 1fr);
  }
}

.type-dis-flex-item {
  border: 1px solid #d4d2d0;
  padding: 15px 13px;
  text-align: center;
  position: relative;
  transition-duration: 0.3s;
  cursor: pointer;
  border-radius: 5px;
  background-color: #f8f8f8;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  height: -webkit-fill-available;
  width: 320px;
  min-height: 220px;
}

.type-dis-flex-item:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
  border: none;
}

.type-dis-flex-item-img img {
  width: 200px;
  object-fit: contain;
}

.employer-type-dis .type-d-lead {
  font-weight: 600;
  padding-top: 10px;
  font-size: 15px;
  margin: 0;
  color: #000;
}

/* infologin */
.home-dis-flex {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.EmpHomeInput {
  width: 100%;
  padding: 10px 12px !important;
  height: 50px;
  background: transparent;
  background-color: #fff;
  border-radius: 4px;
  transition-duration: 0.3s;
  border: 1px solid #dedede;
  box-shadow: 0 0 2px #ccc;
}

.home--disflex--loc {
  position: absolute;
  position: absolute;
  top: 58%;
  left: 2.5%;
}

.homeLoc__EH input {
  padding: 0 0 0 35px !important;
}

.EmpHomeInput:hover,
.EmpHomeInput:focus {
  border-color: #9ecaed;
  outline: none;
  box-shadow: 0 0 4px #9ecaed;
}

.home-dis-flex .inputText1 {
  width: 100%;
  padding: 10px 12px !important;
  height: 45px;
  background: transparent;
  border: 1px solid #888;
  background-color: #fff;
  border-radius: 4px;
  transition-duration: 0.3s;
}

.home-dis-flex .inputText1:hover,
.home-dis-flex .inputText1:focus,
.home-dis-flex .logo-border:hover,
.home-dis-flex .logo-border:focus {
  border-color: #9ecaed !important;
  outline: none;
  box-shadow: 0 0 4px #9ecaed;
}

.home-dis-flex .logo-border {
  border: 1px dashed #dedede;
  box-shadow: 0 0 2px #ccc;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  gap: 10px;
  flex-direction: column;
  margin-bottom: 15px;
}

.Logo-bordersclose {
  position: absolute;
  top: 15px;
  right: 25px;
  width: 30px;
  height: 30px;
  background: transparent;
  text-align: center;
  padding: 2px;
  font-size: 18px;
  border-radius: 50%;
}

.Logo-bordersclose:hover {
  color: #888;
  background: #eeeeee;
}

.home-dis-flex .logo-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: column;
}

.home-dis-flex .logo-flex img {
  width: 40px;
  object-fit: contain;
}

.home-dis-flex .inputlogo {
  display: block !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.home-dis-flex .logo-sub {
  font-size: 12px;
  padding-top: 5px;
  color: rgb(0 0 0 / 0.6);
}

.btn00 {
  margin-top: 15px;
}

.pro-emp-home {
  width: 125px;
  background-color: #0a66c2;
  color: white;
  padding: 8px 15px;
  border-radius: 4px;
  transition-duration: 0.3s;
  border: 1px solid transparent;
  text-align: center;
}

.pro-emp-home:hover {
  background: #085bae;
}

.pro-emp-back {
  width: 120px;
  background-color: transparent;
  color: #0a66c2;
  padding: 8px 15px;
  border-radius: 4px;
  transition-duration: 0.3s;
  border: 1px solid #0a66c2;
  text-align: center;
}

.pro-emp-back:hover {
  background-color: #eef1fe;
  color: #0a66c2;
}

.btnEmp_Home {
  display: flex;
  gap: 10px;
}

/* onboarding page */
.userinfo__all {
  max-width: 1320px;
  margin: 5% auto;
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
}

@media (max-width:1440px) {
  .userinfo__all {
    margin: 2% auto;
  }
}

@media (max-width: 1440px) {
  .emp__poni__flex {
    width: 80% !important;
    gap: 58px;
  }
}

@media (max-width: 1320px) {
  .emp__poni__flex {
    width: 90% !important;
    gap: 30px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .userinfo__right {
    display: none;
  }

  .userinfo__logo img {
    width: 130px !important;
  }

  .emp__poni__flex {
    width: 93% !important;
  }

  .userinfo__section {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width:767px) {
  .foget-pass-heading p {
    font-size: 13px;
  }

  .foget-pass-heading h2 {
    font-size: 18px;
  }

  .userinfo__all {
    padding: 0 !important;
    margin: 5% auto;
  }

  .userinfo__all h4 svg {
    display: none;
  }

  .userinfo__all h4 {
    max-width: unset !important;
    font-size: 21px !important;
  }

  .userinfo__right img {
    max-width: 100% !important;
    width: unset !important;
    height: unset !important;
    display: none;
  }

  .userinfo__section,
  .userinfo__sub__title {
    padding: 15px 0px !important;
  }

  .userinfo__left,
  .userinfo__all h4,
  .userinfo__left__top__section {
    margin: 0 !important;
    padding: 0 !important;
  }

  .catetabs__flex {
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .userinfo__right img {
    max-width: 100% !important;
  }
}

.userinfo__all h4 {
  padding: 15px 0;
  max-width: 600px;
  font-size: 35px;
  font-weight: 700;
  line-height: 30px;
  color: rgb(51, 71, 91);
}

.userinfo__all h4 sup {
  top: -21px;
  left: -9px;
}

.userinfo__all h4 span {
  color: #0a66c2;
}

.userinfo__logo img {
  width: 180px;
  object-fit: contain;
}

.userinfo__sub__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  padding-bottom: 15px;
  color: rgb(51, 71, 91);
}

.userinfo__section {
  display: grid;
  justify-content: space-between;
  gap: 30px;
  padding: 0px 25px;
  grid-template-columns: 1fr 1fr;
}

.userinfo__left {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 1rem;
  position: relative;
}

.userinfo__left__top__section {
  margin-bottom: 15px;
}

.userinfo__left__collec {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.userinfo__loc__container {
  position: relative;
}

.userinfo__loc {
  position: absolute;
  left: 10px;
  width: 18px;
  height: 18px;
  top: 14px;
}

.userinfo__left__collec label {
  font-weight: 500;
  color: #191b23;
}

.userinfo__left__collec p {
  font-size: 13px;
  padding-bottom: 10px;
}

.userinfo__left__collec input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 8px 30px;
  outline: none;
  height: 45px;
}

.catetabs__section input {
  padding: 8px 10px;
}

.userinfo__left__collec input:hover,
.userinfo__left__collec input:focus {
  border-color: #9ecaed;
  outline: none;
  box-shadow: 0 0 4px #9ecaed;
}

.catetabs__flex {
  display: flex;
  column-gap: 15px;
  row-gap: 10px;
}

.catetabs__flex .catetabs {
  border: 1px solid #ddd;
  background: #fff;
  padding: 7px 15px;
  border-radius: 50px;
  background: transparent;
}

.catetabs__flex .catetabs.active,
.catetabs__flex .catetabs:hover {
  background: #eef1fe;
  color: #0a66c2;
  cursor: pointer;
  border: 1px solid #0a66c2;
}

.catetabs__btn a {

  background: #0a66c2;
  padding: 8px 20px;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  cursor: pointer;
}

.catetabs__btn a:hover {
  background: #085bae;
}

.userinfo__type__colle--label {
  border: 1px solid #ddd;
  background: #fff;
  padding: 5px 10px;
  border-radius: 50px;
}

.userinfo__type__colle--label label {
  padding: 0;
  font-weight: normal;
}

.userinfo__type__colle--pheline span {
  display: inline-block;
}

.catetabs__flex__content {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}

.userinfo__right img {
  width: auto;
  height: 590px;
}

.form--g {
  margin-bottom: 20px;
  position: relative;
}

.form--g label {
  color: #999;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 10px;
  transition: 0.2s;
  transition: all 0.3s ease;
}

.form--g input,
.form--g select,
.form--g textarea {
  width: 100%;
  padding: 8px 10px 8px 15px;
  font-size: 1rem;
  border: 1px solid #888;
  border-radius: 4px;
  outline: none;
  color: #000;
  transition: all 0.3s ease;
  background: #fff;
  appearance: none;
}

.contact-right .form--g select {
  appearance: auto !important;
}

.form--g .mob--bor {
  border: none !important;
  box-shadow: none !important;
}

.form--g .mobi--top {
  left: 125px;
  background: transparent;
}

.form--g input:focus~.mobi--top,
.form--g input:not(:placeholder-shown)~.mobi--top {
  top: -10px;
  left: 10px;
  font-size: 13px;
  color: #0a66c2;
  background: #fff;
  padding: 0 5px;
  transition: all 0.5s ease;
}

.form--g .form-control.active {
  border-color: #9ecaed;
  outline: none;
  box-shadow: 0 0 4px #9ecaed;
}

.form--g input:focus~label,
.form--g input:not(:placeholder-shown)~label {
  top: -10px;
  font-size: 14px;
  color: #0a66c2;
  background: #fff;
  padding: 0 5px;
}

.form--g textarea:focus~label,
.form--g textarea:valid~label,
.form--g select:focus~label,
.form--g select:valid~label {
  top: -10px;
  transform: translateY(0);
  font-size: 14px;
  color: #0a66c2;
  background: #fff;
  opacity: 1;
  padding: 0 5px;
}

/* mobile verify */
.MobVerifyCo {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.MobVerifyCo_canc,
.MobVerifyCo_Cod {
  padding: 10px 20px;
  border-radius: 5px;
  /* width: 140px; */
}

.MobVerifyCo_canc {
  border: 1px solid #d9d6d6;
  background: transparent;
}

.MobVerifyCo_canc:hover {
  background: #eef1fe;
  border: 1px solid transparent;
  color: #0a66c2;
}

.MobVerifyCo_Cod {
  background: #0a66c2;
  color: #fff;
}

.MobVerifyCo_Cod:hover {
  background: #085bae;
}

.mobile__Verify_s {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
  height: 45px;
  padding: 0 0 0 10px;
}

/* employer-mob4 */
.Mobile_PaTie {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  margin: 5% auto 0;
}



.Mobile_PaTie_Gd {
  display: grid;
  grid-template-columns: 20px auto;
  text-align: left;
  align-items: center;
}

.Mobile_PaTie_F {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.Mobile_PaTie_ul {
  text-align: left;
  padding: 20px 0;
}

.Mobile_PaTie_ul span>b,
.notify-content b {
  font-weight: 500;
  color: #000;
}

.Mobile_PaTie_ul li {
  padding-bottom: 10px;
  font-weight: 400;
  color: #444444;
}

.Mobile_Part_right {
  width: 40%;
  text-align: left;
  min-height: 470px;
}

.Mobile_PaTie_Gd svg {
  fill: #3ea4e0;
  width: 15px;
  height: 15px;
  /* margin-top: 5px; */
}

.MobileSec_Center {
  margin: 23px 0;
  width: 95%;
}

.MobVerifyCo {
  display: flex;
  gap: 10px;
  justify-content: start;
  align-items: start;
}

@media (max-width:1440px) {
  .Mobile_Part_right {
    width: 40%;
  }

  .MobileSec_Center {
    width: 90%;
  }

  .Mobile_Vef .otp-dis-btn {
    width: 380px !important;
  }
}

@media (max-width: 1320px) {
  .Mobile_Part_right {
    width: 48%;
  }

  .Mobile_Vef .otp-dis-btn {
    width: 380px !important;
  }
}

@media (max-width:991px) {
  .Mobile_PaTie {
    gap: 20px;
    margin: 5rem 0 0;
  }

  .Mobile_PaTie img {
    width: 240px;
    height: 240px;
  }

  .Mobile_Part_right {
    width: 60%;
  }

  .MobileSec_Center {
    width: 100%;
  }

  .Mobile_Vef .container {
    padding: 0;
    margin: 0;
  }

  .Mobile_Vef .otp-dis-btn {
    width: 380px !important;
  }

  .custom-dropdown-mob {
    gap: 5px !important;
  }

  .MobileSec_Center .form--g input:focus~.mobi--top,
  .MobileSec_Center .form--g input:not(:placeholder-shown)~.mobi--top {
    left: 95px;
  }

  .MobileSec_Center .form--g .mobi--top {
    left: 158px;
  }
}

@media (max-width:767px) {
  .Mobile_PaTie {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .Mobile_Part_right {
    width: 100%;
  }

  .Mobile_Vef .otp-dis-btn {
    margin: 0 !important;
  }

  .Mobile_Vef .otp-dis-btn {
    color: #fff;
    width: 335px !important;
  }

  .Mobile_Vef .otp-dis-box input {
    width: 50px !important;
    height: 65px !important;
    border-radius: 10px !important;
  }

  .Mobile_PaTie img {
    width: 200px;
    height: 200px;
  }

  .Mobile_Vef .otp-dis-box {
    gap: 7px !important;
  }

  .MobVerifyCo_canc,
  .MobVerifyCo_Cod {
    width: 100%;
  }

  .MobileSec_Center .form--g input:focus~.mobi--top,
  .MobileSec_Center .form--g input:not(:placeholder-shown)~.mobi--top {
    left: 95px;
  }

  .MobileSec_Center .form--g .mobi--top {
    left: 152px;
  }
}