/* login registration new design pk*/
html {
  font-size: 16px;
}
.search-form .search-submit, .site .redeem_link .button:not(:hover):not(:active):not(.has-background), .filter_tab .button:not(:hover):not(:active):not(.has-background), .site .banner .btn.button:not(:hover):not(:active):not(.has-background), .site .button, .site .button:disabled, .button {
  border-radius: 6px;
}
.login_form_new .woocommerce-notices-wrapper .woocommerce-error {
  margin: 0px;
  margin-bottom: 20px;
  border: 0px;
  padding: 0px;
}
.widget_shopping_cart_live_region + div,
.userfeedback-widget + div {
  display: none;
}
div#customer_login>br {
  display: none;
}
span#submit_btn2,
span#submit_btn {
  display: none;
}
.page-id-13 .wp-block-spacer,
.page-id-13 article.entry .entry-header,
.woocommerce-account:not(.logged-in) .subscribe_form,
.page-id-13 .subscribe_form,
.page-id-13 .footer,
.page-id-13 .topbar_header,
.page-id-13 .header {
  display: none;
}
.page-id-13 .entry-content {
  margin: 0px;
}
.page-id-13.woocommerce-page .col2-set {
  display: flex;
  flex-direction: column;
}
.page-id-13.woocommerce-account #main {
  padding: 0px;
}
.page-id-13.woocommerce-account #main .woocommerce {
  max-width: 100%;
  padding: 0px;
  margin: 0px;
}
.page-id-13 .dashboard_pages .container {padding-left: 0px;padding-right: 0px;max-width: 100%;}

/* New login design */
.new_register .logo_img,
.login_form_new .logo_img {
  max-width: 200px;
}
#customer_login {
  display: flex;  
}
.login_form_new {
  display: grid;
  height: 100vh;
  width: 100%;
}
.login_form_new .reg_user_selection {
  height: 100vh;
}
.login_form_new .woocommerce-form>div {
  margin: 10px 0;
}
.login_form_new p {
  width: 100%;
}
.login_form_new .form-row label {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1 !important;
  color: #000;
  margin-bottom: 10px;
  width: 100%;
  font-family: "Barlow Condensed", sans-serif;
}
.woocommerce-form-login__rememberme input[type=checkbox] {
  outline: none;
  border-width: 2px;
  border-radius: 4px;
  margin: 0px;
}
.woocommerce-form-login__rememberme input[type=checkbox]:checked {
  border-color: #213266;
}
.woocommerce-form-login__rememberme input[type=checkbox]:after {
  transform: rotate(45deg);
  left: 7px;
  top: 2px;
  border-width: 2px;
}
.woocommerce-page form .form-row label.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  max-width: max-content;
}

/* new register design */
.new_register {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.reg_user_selection {
  width: 100%;
  display: inline-flex;
  height: 100vh;  
}
.reg_user_selection .images_wrap {
  width: 50%;
  position: relative;
}
.reg_user_selection .images_wrap .logo_form {
  position: absolute;
  left: 100px;
  top: 100px;
  margin-bottom: 0px;
}
.reg_user_selection .content_wrap {
  width: 50%;
  padding: 100px;
  position: relative;
  font-family: 'Barlow',sans-serif;
}
.login_form_new h2,
.new_register .heading_main .h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.25;
  font-weight: 500;
}
.new_register .heading_main p {
  font-size: 1.375rem;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 10px;
  color: #000;
}
.reg_email_form .heading_main p {
  max-width: 553px;
}
.first_form_sec .shape1 {
  top: -70px;
  right: 80px;
}
.select_user_btns {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 80px;
}
.select_user_btns a {
  background: #f5f5f580;
  padding: 40px 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  transition: all ease 0.5s;
  border: 2px solid #eee;
  min-height: 132px;
}
.reg_user_selection .select_user_btns p {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.reg_user_selection .select_user_btns p span {
  color: #000;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
}
.select_user_btns a:hover {
  border-color: var(--color1);
  background: #0336FF0D;
}
.select_user_btns a:hover span {
  color: var(--color1);
}
.need_help {
  position: relative;
  margin-bottom: 60px;
}
.need_help h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  font-family: 'Barlow', sans-serif;
}
.need_help a {
  font-weight: 600;
  color: #F76F01;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.need_help a:hover {
  color: #000;
}
.first_form_sec .shape2 {
  left: 390px;
  max-width: 50px;
  max-height: 50px;
} 
.first_form_sec .shape3 {
  right: 40px;
  top: -10px;
  max-width: 40px;
  max-height: 60px;
} 
.next_btn,
.back_btn {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  font-family: 'Barlow',sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: max-content;
}
.next_btn:hover svg path,
.back_btn:hover svg path {
  stroke: var(--color1);
}
.reg_email_form {
  flex-direction: row-reverse; 
}
.logo_form {
  margin-bottom: 40px;
  display: flex;
  max-width: max-content;
}
.second_form_sec .shape1 {
  right: calc(100% - 500px);
  top: 80px;
  max-width: 50px;
  max-height: 50px;
} 
.second_form_sec .shape2 {
  left: 30px;
  bottom: 40px;
  max-width: 50px;
  max-height: 50px;
} 
.second_form_sec .shape3 {
  right: 70px;
  bottom: 60px;
  max-width: 40px;
  max-height: 60px;
} 

/* third_form_sec */
.third_form_sec .shape1 {
  top: 230px;
  left: -260px;
} 
.third_form_sec .shape2 {
  left: -115px;
  bottom: 270px;
} 
.third_form_sec .shape3 {
  right: -170px;
  top: -110px;
} 
.third_form_sec .shape4 {
  right: -160px;
  top: 40%;
} 
.third_form_sec .shape5 {
  right: -34px;
  bottom: 60px;
}
.form_wrap {
  max-width: 550px;
}
.login-with br {
  display: none;
}
.login-with .mo-openid-app-icons {display: flex;align-items: center;justify-content: center;}
.login-with .mo-openid-app-icons a,
.login-with .button.google-btn,
.button:not(:hover):not(:active):not(.has-background):not(.show-password-input).button.google-btn {
  background: transparent !important;
  color: #292929 !important;
  border: 1px solid var(--color1) !important;
  box-shadow: none !important;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 30px;
  font-weight: 400;
  letter-spacing: normal;
  border-radius: 10px !important;
  transition: all 0.3s ease;
  text-decoration: none !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  width: 100% !important;
  max-width: 100%;
  transform: initial;
}
.button.google-btn .ico  {
  max-height: 23px;
  filter: initial;
}
.login-with .mo-openid-app-icons a:hover,
.login-with .button.google-btn:hover {
  background: var(--color1);
  color: var(--color-white);
}
.login-with .mo-openid-app-icons>p {
  display: none;
} 
.or-divider {
  position: relative;
  color: #00000080;
  font-size: 14px;
  font-weight: 500;
  margin: 30px 0;
}
.or-divider span::after,
.or-divider span::before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0px;
  height: 1px;
  width: 29px;
  background: #D9D9D9;  
}
.or-divider span::after {
  left: auto;
  right: 0px;
}
.or-divider span {
  background: #fff;
  padding: 0px 35px;
  position: relative;
  font-family: 'Barlow',sans-serif;
  display: inline-block;
}

/* form css */
.woocommerce-error,
.error,
.atrisk_sign {
  color: #f01;
}
.regtr_form .pre-loader {
  margin-top: 20px;
}
.form_ps .form-group.action {
  margin-bottom: 0px;
}
.form_ps .form-group {
  margin-bottom: 20px;
  width: 100%;
}
.form_ps .lbl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #000; 
  margin-bottom: 10px;
  width: 100%;
  font-family: "Barlow Condensed", sans-serif;
}
.woocommerce form .form-row .input-text,
.form_ps .input-text,
.form_ps .form-control {
  height: 50px;
  padding: 10px 20px;
  border: 1px solid #29292933;
  font-size: 16px;
  line-height: 1;
  color: #000;
  border-radius: 10px;
  box-shadow: none;
  margin: 0px;
  width: 100%;
  font-family: 'Barlow', sans-serif;
}
.form_ps .form-control.border_bottom {
  border: 0;
  border-bottom: 2px solid #eef1f4;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.form_ps textarea.form-control {
  height: 122px;
  resize: none;
}
.woocommerce form .form-row .input-text:focus,
.form_ps .input-text:focus,
.form_ps .form-control:focus {
  box-shadow: none;
  border-color: #00112d;
  outline: none;
}
.woocommerce form .form-row .input-text::placeholder,
.form_ps .input-text::placeholder,
.form_ps .form-control::placeholder {
  color: #00000080;
}
.select_pk_select select,
.form-control.select_pk,
.select_pk {
  appearance: none;
  background-image: url(https://grobroai.s3.ap-south-1.amazonaws.com/wp-content/uploads/2025/07/arrow-down-dark.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  background-position: right;
  background-origin: content-box;
}
.password_wrap {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
}
.password_eye_icon {
  position: absolute;
  right: 20px;
  top: 17px;
  color: #29292980;
  font-weight: 400;
  cursor: pointer;
}
.woocommerce-page form .password-input input[type=text],
.woocommerce-page form .password-input input[type=password] {
  padding-right: 2.5rem;
}
.button.submit_btn {
  border-radius: 10px;
  min-width: 270px;
}
.reg_parent_form .button.submit_btn {
  position: relative;
  left: -25px;
}
.reg_parent_form {
  padding: 50px 20px 100px 20px;
  background:#F3F5FE;
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.reg_parent_form .logo_form {
  margin: 0px auto;
  max-width: max-content;
}
.reg_parent_form .content_wrap {
  background: #fff;
  border-radius: 30px;
  max-width: 1130px;
  margin: 0px auto;
  padding: 60px 100px;
  margin-top: 40px;
  position: relative;
}
.reg_parent_form .form_wrap {
  max-width: 860px;
  margin: 0px auto;
}
.reg_parent_form .form_ps.form_loading {
  padding: 0px;
}
.reg_parent_form .back_btn {
  margin-left: 100px;
}
.reg_parent_form .form_ps .form-group {
  display: flex;
  position: relative;
}
.input_wrap {
  position: relative;
}
.error_login,
.child_password_error,
.parent_mobile_error,
.self_mobile_error {
  /* position: absolute;
  left: 0px;
  bottom: -15px; */
  font-size: 12px;
  line-height: 1.15;
  display: block;
  margin-top: 5px;
}
.reg_parent_form .form_ps .lbl {
  font-size: 24px;
  text-align: right;
  width: 240px;
  flex: 0 0 auto;
  margin-right: 30px;
  margin-bottom: 0px;
  align-self: center;
}
.reg_parent_form .form_ps .lbl .required {
  position: absolute;
  margin-left: 5px;
}
.reg_parent_form .form_ps .form-control {
  max-width: 270px;
  margin-right: 20px;
  flex: 0 0 auto;
}
.reg_parent_form .form_ps .form-control:last-of-type,
.reg_parent_form .form_ps .form-control:last-child {
  margin-right: 0px;
}
.reg_parent_form .password_wrap {
  max-width: 270px;
}
.reg_parent_form .password_wrap .form-control {
  padding-right: 40px;
}

/* four_form_sec */
.four_form_sec .shape1 {
  top: -30px;
  left: -150px;
} 
.four_form_sec .shape2 {
  left: -250px;
  bottom: 380px;
} 
.four_form_sec .shape3 {
  left: -23px;
  bottom: 60px;
} 
.four_form_sec .shape4 {
  right: -200px;
  top: 130px;
} 
.four_form_sec .shape5 {
  right: -34px;
  bottom: 60px;
}
.woocommerce-privacy-policy-text {
  margin-top: 10px;
  display: none;
}

/* media css */
@media screen and (min-width:992px) {
  .reg_user_selection.first_form_sec .content_wrap {
    padding-top: 100px;
  }
}

@media screen and (min-width:1601px) {
  .reg_user_selection.first_form_sec .content_wrap {
    padding-top: 200px;
  }
}

@media screen and (max-width:1800px) {
  .login_form_new .reg_user_selection,
  .login_form_new,
  .reg_user_selection {
    height: 100%;
  }
}

@media screen and (max-width:1700px) {
  .four_form_sec .shape2 {
    left: -160px;
  }
  .third_form_sec .shape1 {
    left: -150px;
  }
}

@media screen and (max-width:1600px) {
  .reg_parent_form .button.submit_btn {
    min-width: 240px;
    left: -10px;
  }
  .reg_parent_form .password_wrap,
  .reg_parent_form .form_ps .form-control {
    max-width: 240px;
  }  
  .four_form_sec .shape4 {
    right: -150px;
  }  
  .reg_parent_form .content_wrap {
    max-width: 1000px;
  }
  .reg_parent_form .back_btn {
    margin-top: 50px;
  }
  html {
    font-size: 14px;
  }
  .new_register .heading_main .h1 {font-size: 2.5rem;}  
  .reg_user_selection .content_wrap  {
    padding: 50px;
  }
}

@media screen and (max-width:1400px) {
  .four_form_sec .shape4 {
    right: -100px;
  }
  .four_form_sec .shape2 {
    left: -100px;
  }
  .four_form_sec .shape1 {
    left: -100px;
  }
  .third_form_sec .shape3 {
    right: -100px;
  }
  .third_form_sec .shape4 {
    right: -90px;
    max-width: 50px;
  }
  .third_form_sec .shape1 {
    left: -100px;
    max-width: 50px;
  }
  .reg_user_selection {
    height: auto;
  }
  .reg_parent_form .content_wrap {
    max-width: 900px;
    padding: 50px;
  }
}

@media screen and (max-width:1199px) {  
  .reg_user_selection .content_wrap {
    padding: 30px;
  }
  .login_form_new {
    height: 100%;
  }
  .login_form_new .reg_user_selection {
    height: 100%; 
  }  
  .four_form_sec .shape1 {
    left: 30px;
    top: 20px;
  }
  .four_form_sec .shape2 {
    left: 40px;
  }
  .four_form_sec .shape4 {
    right: 30px;
    top: 100px;
  }
  .four_form_sec .shape5 {
    right: -20px;
  }  
  .first_form_sec .shape3 {
    right: 0px;
  }
  .first_form_sec .shape2 {
    left: 70%;
  }
  .new_register .shape_cp {
    max-width: 40px;
  }  
  .third_form_sec .shape1 {
    top: 130px;
    left: 30px;
  } 
  .third_form_sec .shape2 {
    left: 30px;
    bottom: 270px;
  } 
  .third_form_sec .shape3 {
    right: 0;
    top: -110px;
  } 
  .third_form_sec .shape4 {
    right: 30px;
    top: 40%;
  } 
  .third_form_sec .shape5 {
    right: -19px;
    bottom: 60px;
  }  
  .second_form_sec .shape1 {
    right: calc(100% - 350px);
  }
  .new_register .heading_main .h1 {
    font-size: 2rem;
  }
  .select_user_btns a {
    min-height: auto;
    padding: 30px;
  }
}

@media screen and (max-width:991px) {
  .reg_parent_form .action.center {
    justify-content: flex-start !important;
  }
  .reg_parent_form .button.submit_btn {
    left: 0;
  }
  .reg_parent_form .form_wrap {
    max-width: 500px;
  }
  .reg_user_selection .images_wrap .logo_form {
    top: 40px;
    left: 40px;
  }
  .reg_parent_form .form_ps .form-group{
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .reg_parent_form .form_ps .lbl {
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
  }
  .reg_parent_form .content_wrap {
    padding: 30px;
  }
  .shape_cp {
    display: none;
  }  
}

@media screen and (min-width:768px) and (max-width:1199px) {
  .new_register .reg_user_selection,
  .login_form_new .reg_user_selection {
    min-height: 100vh;
  }
  .login_form_new .reg_user_selection .images_wrap {
    background: #00aec7;
  }
  .login_form_new .reg_user_selection .images_wrap img {
    object-fit: contain;
  }
  #forgot_password .reg_user_selection .images_wrap img {
    object-fit: cover;
  }
}
@media screen and (max-width:767px) {
  .reg_parent_form .back_btn {
    margin-left: 0px;
  }
  .reg_parent_form .form_ps .lbl {
    font-size: 16px;
  }
  .reg_parent_form .form_wrap {
    max-width: 100%;
  }
  .login_form_new h2, .new_register .heading_main .h1 {
    font-size: 2rem;
  }
  .reg_parent_form .password_wrap {
    max-width: 100%;
  }
  .reg_parent_form .form_ps .form-control {
    width: 100%;
    margin: 0px;
    max-width: 100%;
  }
  .logo_form {
    width: 150px;
  }
  .select_user_btns a {
    padding: 20px;
  }
  .reg_user_selection .images_wrap .logo_form  {
    left: 20px;
    top: 20px;
    width: 120px;
  }
  .need_help {
    margin-bottom: 40px;
  }
  .select_user_btns {
    gap: 20px;
    margin-bottom: 40px;
  }
  .reg_user_selection .select_user_btns p {
    flex-direction: column;
  }  
  .reg_user_selection .content_wrap {
    padding: 40px 20px;
  }
  .reg_user_selection {
    flex-direction: column;
    height: auto;
  }
  .reg_user_selection .content_wrap,
  .reg_user_selection .images_wrap {
    width: 100%;
  }
  .new_register {
    height: auto;
  }
}

@media screen and (max-width:575px) {
  .button.submit_btn {
    width: 100%;
    max-width: 100%;
  }
}