/* @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'); */
@import url("https://fonts.googleapis.com/css2?family=SF+Pro+Text:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "SF Pro";
  src: url("path-to-font/wfont_7f6a53_9f075c897388492ea4918d59a216e7f9.woff2")
      format("woff2"),
    url("path-to-font/wf_9f075c897388492ea4918d59a.woff") format("woff");
  /* font-weight: 500; */
  font-style: normal;
  font-display: swap;
}

:root {
  --color: #202020;
  --background: #fff;
  --primary: #0057e1;
}

body.ndcDomain {
  color: var(--color);
  background-color: var(--background);
  /* font-family: 'SF Pro Text', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-family: "SF Pro", sans-serif;
}
.ndcDomain .container {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
}
/* common white color */
.ndcDomain .register_page_form_field .terms_policy span,
.ndcDomain .disable_email_id::after,
.ndcDomain .register_page_form_title,
.ndcDomain .class_green,
.ndcDomain .main_menus ul li span,
.ndcDomain .copyrights_content,
.ndcDomain .forms_page_content_title,
.ndcDomain .text-danger,
.ndcDomain .class_red,
.ndcDomain .text_000,
.ndcDomain .policies_list_content_section p,
.ndcDomain .policies_list_main_title,
.ndcDomain .successful_thankyou_wrap h2,
.ndcDomain .reset_link p,
.ndcDomain .register_page_form_section .register_form_field_label,
.ndcDomain .register_page_form_section .text-red,
.ndcDomain .pwd_charcters p span {
  color: var(--color);
  font-weight: 400;
}
.ndcDomain .main_menus ul li a,
.ndcDomain .main_menus ul li span {
  color: #0d0101;
}
@media screen and (min-width: 768px) {
  .ndcDomain .main_menus ul li a:hover,
  .ndcDomain .main_menus ul li span:hover {
    color: #0057e1;
  }
}
.ndcDomain .register_page_inner {
  gap: 2rem;
}
.ndcDomain .forms_page_form_inner_padding h3 {
  margin-bottom: 10px;
}
.ndcDomain .register_page_form_title.sub_text {
  font-size: 14px;
  display: flex;
  margin-bottom: 20px;
}
.ndcDomain .register_page_form_title.sub_text a {
  color: #0057e1;
  display: inline-block;
  margin-left: 5px;
}
/* Link white*/
.ndcDomain .register_page_form_section .forget_pwd a,
.ndcDomain .login_page_redirection a,
.ndcDomain .register_page_form_field .terms_policy span a,
.ndcDomain .resend_otp.active,
.ndcDomain .email_input_text span,
.ndcDomain .policies_list_ul li a,
.policies_list_content_section a {
  color: var(--color);
  text-decoration: underline;
}
.ndcDomain input:valid ~ .moving-up-label::after,
.ndcDomain .register_form_field_input input:focus ~ .moving-up-label::after,
.ndcDomain .login_bg .error_validation_chars span {
  color: var(--color) !important;
  font-size: 14px;
}

.ndcDomain .login_bg .forms_page_inner {
  padding-top: 0;
  padding-bottom: 0;
}
.ndcDomain .forms_page_form_inner_padding {
  padding: 30px !important;
}
.ndcDomain .sticky_header .header {
  padding: 28px 0;
  @media screen and (max-width: 767px) {
    padding: 17px 0;
  }
}
.ndcDomain .form_control {
  caret-color: #000;
  font-size: 14px;
  font-weight: 400;
  color: #202020;
  /* font-family: 'SF Pro Text', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-family: "SF Pro", sans-serif;
}
.ndcDomain .policies_list_update_date,
.ndcDomain .page_description {
  color: #ececec;
}
.ndcDomain .new_singup_banner_section .form_control:focus {
  border-color: #fff;
}
.ndcDomain .about_page_header .sticky_header {
  background-color: var(--background);
  box-shadow: none;
}
.ndcDomain .register_bg {
  background-color: var(--background);
  background-image: none;
}
.ndcDomain .btn_type1 {
  background: none !important;
}
.ndcDomain .copyrights_content a {
  color: inherit;
}
.ndcDomain .forms_page_left_section {
  padding-right: 60px;
}
.ndcDomain .forms_page_content_description {
  color: #ffffff;
  border-bottom: none;
}
.ndcDomain .footer_page_social_media {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 5px;
}
.ndcDomain .register_page_form_section .register_page_form_field .form_control,
.ndcDomain .page_title_section,
.ndcDomain .policies_list_inner_section {
  background-color: var(--background) !important;
}
.ndcDomain .register_page_form_section .moving-up-label {
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d !important;
  background-color: var(--background) !important;
  padding-right: 0px;
}
.ndcDomain .register_page_form_section .moving-up-label::after {
  content: "";
}
.ndcDomain .form_control,
.ndcDomain .password_input_text,
.ndcDomain .disable_email_id,
.ndcDomain .line-wrapper-hd span {
  background-color: var(--background);
  color: var(--color);
}
.ndcDomain .register_page_form_section .form_control,
.ndcDomain .register_page_form_section .form_control:focus {
  border: 1px solid #dcdbdd;
}
.ndcDomain input:-webkit-autofill,
.ndcDomain input:-webkit-autofill:hover,
.ndcDomain input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--background) inset !important;
  -webkit-text-fill-color: var(--color);
  background-color: var(--background) !important;
  border: 1px solid #dcdbdd;
}
.ndcDomain .copyrights_content_inner {
  padding-top: 15px;
}
.ndcDomain .copyrights_content .logo {
  padding: 10px 0;
}
/* Free Sign Up */

.ndcDomain .new_singup_banner_bg {
  background: none;
  background-color: #f7faff;
  padding: 60px 0px;
}
.ndcDomain .forms_page_form_inner {
  background: #fff;
  box-shadow: unset;
  border-radius: 10px;
}
.ndcDomain .new_ndc_banner h2 {
  color: var(--color);
  font-size: 30px;
  line-height: 45px;
}
.ndcDomain .new_ndc_banner p {
  color: #c3c3c3;
  font-size: 18px;
  line-height: 30px;
  padding-top: 20px;
}
.ndcDomain .email_input_text {
  background-color: var(--background);
}
.ndcDomain .form_input_collapsed_after {
  margin-right: 10px;
}
.ndcDomain .form_input_collapsed_after::after {
  background: #dcdbdd;
}
.ndcDomain .otp_number_input {
  border: 1px solid #ccc;
  background-color: var(--background);
  color: var(--color);
  width: 17%;
  border-radius: 5px;
}
.ndcDomain .timer_color {
  color: var(--color);
  font-size: 16px;
}
.ndcDomain .successful_tick {
  text-align: center;
}
.new_ndc_banner .open_ndc_background {
  background-image: url("/assets/img/New-signup-images/OpenNDC_registration.png");
  transform: rotateY(180deg);
  position: absolute;
  height: 450px;
  background-repeat: no-repeat;
  top: 87px;
  left: 7px;
  background-size: 107%;
  width: 100%;
  filter: contrast(200%) saturate(0.5);
}

.new_ndc_banner {
  position: relative;
  margin-top: 84px;
}
.error_icon {
  vertical-align: middle;
  margin-right: 5px;
}
.ndcDomain .easy_access {
  font-size: 16px;
  font-weight: 600;
}
.ndcDomain .text-danger {
  font-size: 12px;
  color: #d93025;
}
.ndcDomain .clearity_sub_footer {
  text-align: right;
  margin-right: 70px;
}
.ndcDomain .error_header {
  margin-top: 6px;
}
.ndcDomain .thankyou_submitting_header h2,
.ndcDomain .change_pwd p {
  color: var(--color);
  font-size: 30px;
}
.ndcDomain .thankyou_signup_submitted,
.ndcDomain .thankyou_explore a,
.ndcDomain .explore-sass {
  color: var(--color);
  font-size: 20px;
}
.ndcDomain .login_bg .error_validation_chars,
.ndcDomain .pwd_charcters p {
  border: 1px solid #fff !important;
}
.error_validation_chars .error_icon.danger {
  display: inline-block;
}
.default_error_validation_chars .error_icon {
  display: none;
}
.ndcDomain .ring_button {
  animation: none;
}
.ndcDomain .ring_button::before {
  display: none;
}
.ndcDomain .sticy_head_space {
  padding-top: 129px;
  @media screen and (max-width: 767px) {
    padding-top: 96px;
  }
}
.ndcDomain .main_menus .main_menus_ul {
  margin-top: 10.5px;
}

.ndcDomain .main_menus .main_menus_ul li {
  margin-right: 2.3px;
}

.ndcDomain .main_menus .main_menus_ul a {
  /* font-family: 'SF Pro Text', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-family: "SF Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.09rem;
  font-size: 15px;
  padding: 8px 16px;
  line-height: unset;
  display: inline-block;
  border: 0px;
}

/* .ndcDomain .about_page_header .sticky_header{
    display: none;
} */

.ndcDomain .main_menus .main_menus_ul a.btn_type1 {
  padding: 8;
}
.ndcDomain .main_menus .main_menus_ul span {
  /* font-family: 'SF Pro Text', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-family: "SF Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.09rem;
  font-size: 15px;
  padding: 11px 16px;
  line-height: unset;
  display: inline-block;
}
.ndcDomain .main_menus .main_menus_ul a:hover {
  color: #0057e1 !important;
}
.ndcDomain .linear-background {
  /* background: linear-gradient(to right, #a6a6a691 8%, #d0d0d05e 18%, #010101 33%); */
  background: linear-gradient(
    to right,
    #a6a6a691 8%,
    #d0d0d05e 18%,
    #ffffff 33%
  );
  border: 1px solid #ccc;
}
.ndcDomain .register_page_right_section {
  background: none;
}

.ndcDomain .register_page_inner .new_ndc_banner {
  width: 50%;
}
.ndcDomain form .form_control {
  box-shadow: unset;
}
.ndcDomain .new_signup_banner_right_inner_content {
  position: unset;
  width: 42%;
}
.ndcDomain form .form_control {
  border-radius: 4px;
}
.ndcDomain .dropdown.form-group {
  position: relative;
}
.ndcDomain .forms_page_form_section {
  padding-left: 0px;
}
.ndcDomain .proceeding_agree {
  font-size: 12px;
}

.ndcDomain .forms_page_submit_btn {
  background: #0057e1;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  /* font-family: 'SF Pro Text', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-family: "SF Pro", sans-serif;
}

.ndcDomain .register_form_field_input input:focus ~ .moving-up-label,
.ndcDomain .register_form_field_input input:valid ~ .moving-up-label {
  font-size: 12px;
  font-weight: 400;
}

.ndcDomain .register_form_field_input input:focus ~ .moving-up-label::after,
.ndcDomain .register_form_field_input input:valid ~ .moving-up-label::after {
  content: "";
}

.ndcDomain .dropdown.form-group select {
  width: 100%;
  padding: 12px 12px 12px 12px;
  font-size: 14px;
  border: 1px solid #dcdbdd;
  border-radius: 4px;
  background-color: white;
  outline: none;
  color: #3d3d3d;
  height: 47px;
}

.ndcDomain .mobile_number_field .ph_code {
  padding-left: 61px;
}

.ndcDomain .mobile_number_field .moving-up-label {
  margin-left: 50px;
}

.ndcDomain .mobile_number_field .iti {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 28%;
  z-index: 1;
}

.ndcDomain .mobile_number_field .iti .iti__flag-container {
  background-color: #fff;
  background: #fff;
}

.ndcDomain .mobile_number_field .iti .iti__flag-container .iti__selected-flag {
  height: 42px;
  background-color: #fff;
}

.ndcDomain
  .mobile_number_field
  .iti
  .iti__flag-container
  .iti__selected-flag::after {
  height: 22px;
  width: 1px;
  background-color: #707070;
  right: 0px;
  top: 11px;
  position: absolute;
  content: "";
}

.ndcDomain .mobile_number_field .iti input {
  padding-left: initial !important;
  height: 43px;
  border: unset;
  width: 28%;
}

.ndcDomain .mobile_number_field .iti input:focus {
  border: 0px;
}

.ndcDomain .iti__flag,
.ndcDomain .iti__flag-box,
.ndcDomain .iti__country-name {
  display: none !important;
}

.iti__country-list .iti__country {
  padding-left: 10px !important;
  text-align: left;
}

.ndcDomain .dropdown.form-group .dropdown_babel {
  position: absolute;
  top: 12px;
  left: 12px;
  background: white;
  padding: 0 4px;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 400;
  transition: 0.2s ease all;
  pointer-events: none;
}

.ndcDomain .dropdown.form-control:focus + .dropdown_babel,
.ndcDomain .dropdown.form-control.filled + .dropdown_babel,
.ndcDomain .dropdown.form-group .dropdown_babel.floating {
  top: -10px;
  left: 10px;
  font-size: 12px;
  color: #333;
}

.ndcDomain .terms_conditions_toper {
  display: flex;
  align-items: center;
}

.ndcDomain .terms_conditions_toper input {
  width: 15px;
  height: 15px;
  border-radius: 4px;
}

.ndcDomain .terms_conditions {
  display: inline-block;
  margin-left: 13px;
}

.ndcDomain .forms_page_form_field:not(:last-child) {
  margin-bottom: 0px;
  height: 69px;
}

.font_size_36 {
  font-size: 36px;
}
.font_size_14 {
  font-size: 14px;
}
.font_size_12 {
  font-size: 14px;
}
.header_sub_text {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .ndcDomain .new_signup_banner_right_inner_content {
    width: 100%;
  }
  .ndcDomain .register_page_form_section {
    width: 100%;
  }
  .ndcDomain .new_signup_banner_right_inner_content {
    width: 100%;
  }
  .ndcDomain .forms_page_form_inner_padding {
    padding: 15px !important;
  }
  .ndcDomain .new_ndc_banner .open_ndc_background {
    height: 190px;
    position: static;
  }
  .ndcDomain .otp_number_input {
    padding: 20px 6px;
  }
  .ndcDomain .forms_page_left_section {
    padding: 0;
  }
  .moving-up-label {
    font-size: 12px;
  }
  .ndcDomain .main_mobile_menus_ul {
    padding-top: 75px;
  }
  .ndcDomain .main_mobile_menus_ul.show {
    width: 100%;
    background: var(--background);
    overflow-y: scroll;
  }
  .ndcDomain .main_mobile_menus_ul > li {
    padding: 20px 0;
    text-align: center;
    border: 0;
  }
  .ndcDomain .main_mobile_menus_ul > li a {
    font-size: 20px;
    font-weight: 400;
  }
  .ndcDomain .mobile_menus_close {
    top: 2rem;
    right: 3rem;
    font-size: 20px;
    font-family: "SF Pro", sans-serif;
    color: #000;
  }
  .ndcDomain .mobile_responsive_btn {
    border: 0;
    top: 2rem;
    right: 3rem;
  }
  .ndcDomain .menu_button_lines {
    gap: 7px;
  }
  .ndcDomain .menu_button_line {
    width: 22px;
    height: 2px;
    background-color: #000;
  }
  .ndcDomain .main_menus ul li a {
    /* font-family: 'SF Pro Text', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
    font-family: "SF Pro", sans-serif;
  }
  .logo .open-ndc {
    height: 64px;
  }
}

/* left side section css start  */
.left-section {
  width: 58%;
}

.left-section > div {
  margin-right: 50px;
}

.left-section h1 {
  font-size: 36px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1.1;
}

.left-section h2 {
  font-size: 36px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 17px;
  line-height: 1.1;
}

.subtitle {
  font-size: 14px;
  color: #3d3d3d;
  line-height: 1.6;
  margin-bottom: 32px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 23px;
  margin-bottom: 40px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: left;
  align-items: baseline;
}

.feature-item h3 {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.3;
  margin-top: 10px;
}

.feature-item p {
  font-size: 12px;
  color: #84818a;
  line-height: 1.5;
}

.bottom-text p:first-child {
  font-size: 14px;
  font-weight: 400;
  color: #47464a;
}

.bottom-text p:last-child {
  font-size: 14px;
  font-weight: 600;
  color: #202020;
}

.bottom-text p a {
  color: #202020;
}

.bottom-text p a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .container {
    grid-template-columns: 1fr;
  }

  .left-section,
  .right-section {
    padding: 60px 40px;
  }
}

@media (max-width: 768px) {
  .left-section,
  .right-section {
    padding: 0;
    width: 100%;
  }

  .left-section h1,
  .left-section h2 {
    font-size: 20px;
  }

  .subtitle {
    font-size: 16px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .feature-item h3 {
    font-size: 14px;
  }

  .feature-item p {
    font-size: 12px;
  }

  .feature-item {
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
}
/* end  */

/* sign in page css  */

.ndcDomain .register_page_form_title.header {
  font-size: 24px;
  font-weight: 500;
  color: #202020;
  padding: 0;
}

.ndcDomain .login_page_redirection.sub-text {
  margin: 15px 0px 20px 0px;
  color: #202020;
  font-size: 14px;
}

.ndcDomain .login_page_redirection.sub-text a {
  color: #0057e1 !important;
  text-decoration: none;
  margin-left: 5px;
  display: inline-block;
}

.ndcDomain .keep_login_button input {
  width: 20px;
  height: 20px;
}

.ndcDomain .keep_login_button label {
  color: #202020;
  font-size: 14px;
  margin-left: 10px;
}

.ndcDomain .sign_signup {
  border-bottom: 1px solid #dcdbdd;
  padding-bottom: 20px;
  margin-bottom: 14px;
}

.ndcDomain .form > div {
  width: 68%;
}

.ndcDomain form > div input {
  width: 100%;
}

.ndcDomain .register_form_field_input.forget_pwd a {
  color: #0057e1;
  text-decoration: none;
  font-size: 16px;
}

/* mail sign up sectin footer  start */
.heading {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 40px;
  width: 86%;
}

.ndcDomain .footer_section {
  margin-top: 33px;
}

.ndcDomain .text-decoration-underline {
  text-decoration: underline;
}

.ndcDomain .social_media {
  color: #0057e1 !important;
  position: relative;
  margin-right: 8px;
}

.ndcDomain .social_media::after {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 13px;
  right: -9px;
  top: 6px;
  background-color: #0d0101;
}

.ndcDomain .social_media.instagram::after {
  display: none;
}

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

.ndcDomain .font-size-16 {
  font-size: 16px;
}

.form {
  display: flex;
  align-items: end;
  gap: 1rem;
  border-bottom: 0px;
}

.input {
  flex: 1 1 auto;
  padding: 1rem;
  border: none;
  border-radius: 8px;
  background-color: #f5f5f5;
  font-size: 1rem;
}

.input.invalid {
  border: 2px solid red;
}

.ndcDomain .button {
  padding: 12px 56px;
  background-color: var(--primary);
  color: var(--background);
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 5px;
  border: none;
  font-weight: 600;
}

.ndcDomain .button:hover {
  background-color: rgb(61, 155, 233);
  color: #fff;
}

.button:disabled {
  background-color: #999;
  cursor: not-allowed;
}

.policy {
  margin-top: 1rem;
  font-size: 0.9rem;
}

.policy a {
  color: #0050ff !important;
  text-decoration: none;
}

/* end  */

/* fotter design start  */
.resoureces_mail {
  display: flex;
}

.resoureces_mail .resources {
  width: 51%;
}

.resoureces_mail .subscrption_mail {
  width: 49%;
}

.resources h2 {
  font-size: 22px;
  margin-bottom: 2rem;
  font-weight: 600;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(62px, 1fr));
  gap: 1rem;
  width: 44%;
}

.ndcDomain .footer_sub {
  width: 210px;
}

.ndcDomain .policy {
  font-size: 16px;
}

.resources ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.resources li {
  margin-bottom: 0.75rem;
}

.resources li a {
  font-size: 14px;
  color: #3d3d3d;
}

.resources li a:hover {
  color: #0057e1;
}

.resources a {
  text-decoration: none;
  color: #4a5568; /* Slate-like color */
  transition: color 0.3s;
}

.resources a:hover {
  color: #1a202c; /* Darker on hover */
}

/* end  */

/* copy right css start  */
.footer_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0rem;
  background-color: #fff;
  flex-wrap: wrap;
}

.footer-left .logo {
  height: 40px;
}

.footer-center {
  text-align: center;
  flex: 1;
  min-width: 200px;
  color: #333;
}

.footer-center a {
  color: #0057e7;
  text-decoration: none;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-right span {
  margin-right: 0.5rem;
  color: #333;
}

.social-icon {
  width: 24px;
  height: 24px;
}

/* end  */

.ndcDomain .show_hide_icon {
  position: absolute;
  right: 1px;
  top: 14px;
  background-color: #fff;
  padding: 0px 10px;
  cursor: pointer;
  z-index: 1;
}

.ndcDomain .forms_page_right_section {
  width: 42%;
}

.ndcDomain .disable_email_id {
  font-weight: 400;
  font-size: 12px;
}

.ndcDomain .password_input_text {
  padding: 6px 2px;
  right: 8px;
  top: 8px;
}

.ndcDomain .forms_page_form_field.new_openndc {
  height: auto;
}

.ndcDomain .login_bg .pwd_stregth span {
  color: var(--color);
}

.ndcDomain .reset_password_ndc {
  background-color: #f7faff;
  padding-bottom: 60px;
}

.ndcDomain .ndc_signin a {
  color: #0057e1 !important;
}

.ndcDomain .ndc_signup a {
  background-color: #0057e1 !important;
  color: #fff !important;
}

.ndcDomain .main_menus .main_menus_ul .ndc_signup a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.ndcDomain .text-success {
  color: green;
}

.ndcDomain .sub_header_top {
  position: relative;
}

.ndcDomain .sub_header_top .header_sub_menu {
  position: absolute;
  display: none;
  width: 300px;
  background: #fff;
  padding: 10px;
  left: -70px;
  border-radius: 4px;
}

.ndcDomain .sub_header_top:hover .header_sub_menu {
  display: block;
}

.ndcDomain .sub_header_top .header_sub_menu li a {
  padding: 10px;
  border: 1px solid #c3daff;
  border-radius: 3px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  width: 85%;
}

.ndcDomain .sub_header_top .header_sub_menu li a:hover {
  border: 1px solid #0057e1;
  color: #0057e1;
  background-color: #f4f8ff;
  text-decoration: none;
}

.ndcDomain .subscrption_mail .form div input {
  border: 0;
  background: #fff;
  border-bottom: 2px solid #000;
  border-radius: inherit;
  padding: 15px 10px;
}

.ndcDomain .subscrption_mail .form div input::placeholder {
  color: #333;
}

.ndcDomain .subscrption_mail .form div input:focus-visible {
  outline: none;
}

.ndcDomain .subscrption_mail .form div label {
  font-weight: 500;
  color: #000;
}

.otp-container {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 20px;
}

.otp-box {
  width: 74px;
  height: 60px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  font-family: monospace;
  border: 1px solid #ccc;
}

/* Loader animation */
.loading {
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

.ndcDomain .resources li a {
  font-size: 16px;
}

.ndcDomain .resources li a:hover {
  color: #000;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .heading {
    font-size: 16px;
  }

  .ndcDomain .form > div {
    width: 56%;
  }

  .resoureces_mail {
    flex-direction: column;
  }

  .resoureces_mail .resources {
    width: 100%;
  }

  .resources-grid {
    width: 100%;
    gap: 0;
    margin-bottom: 20px;
  }

  .resoureces_mail .subscrption_mail {
    width: 100%;
  }

  .footer_section {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .footer-left,
  .footer-right {
    justify-content: center;
  }
  .ndcDomain .forms_page_right_section {
    width: 100%;
  }
  .ndcDomain .register_page_form_title.header {
    font-size: 18px;
  }

  .ndcDomain .register_bg .forms_page_form_inner.register_page_form_inner {
    padding: 15px;
  }

  .ndcDomain .register_page_right_section {
    padding: 0px;
  }
  .ndcDomain .register_page_inner {
    flex-direction: column-reverse;
  }

  .ndcDomain .left-section {
    margin-top: 40px;
  }
}
.mobile-dropdown {
  width: 17rem;
  margin: 2rem auto;
}
.mobile-dropdown .dropdown-selected .dropdown-item {
  display: flex;
  justify-content: center;
}

.mobile-dropdown .dropdown-selected .dropdown-item .text {
  font-size: 20px;
  font-weight: 400;
  font-family: "SF Pro", sans-serif;
}

.dropdown-list {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 30px 0;
}
.ndcDomain .main_menus .dropdown-list a {
  color: rgb(18, 65, 129);
  font-size: 20px;
}
.dropdown-item .arrow {
  filter: brightness(0) saturate(100%) invert(40%) sepia(1%) saturate(2225%)
    hue-rotate(424deg) brightness(77%) contrast(112%);
}

.arrow-rotate {
  transform: rotate(180deg);
}

.mobile-sidebar-btn a {
  background: #0057e1;
  width: 13rem;
  margin: 0 auto;
  border-radius: 4px;
  color: #fff !important;
  padding: 15px !important;
  font-weight: 700 !important;
}
.mobile-sidebar-btn.signin a {
  color: #0057e1 !important;
  background: #fff;
  border: 1px solid #ccc;
}

.ndcDomain .proceeding_agree a:active {
  color: #0057e1;
}

/*pop-up*/
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  overflow: auto; /* ensures the whole modal can scroll if needed */
}
@media screen and (max-width:767px) {
  .popup-overlay .popup-content{
      max-height: 95vh;
      max-width: 90%;
  }
}

.popup-content {
  background-color: white;
  padding: 20px 35px;
  border-radius: 8px;
  max-height: 80vh;
  overflow-y: auto; /* enables internal scroll */
  max-width: 60%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.popup-content::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.close-popup {
  margin: 20px;
  background-color: var(--primary);
  padding: 8px 15px;
  color: #fff;
  font-weight: 600;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}

.terms-condition-section {
  margin-bottom: 20px;
}

.terms-condition-section .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.close-btn-terms {
  text-align: right;
  margin-bottom: 20px;
  font-weight: 600;
  cursor: pointer;
  font-size: 15px;
}

.terms-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 40px;
}

.hyper-link {
  color: #0057e1;
  cursor: pointer;
}

.font_600{
  font-weight: 600;
}

.footer_menus_title a{
  color: #25BBE1;
  text-decoration: underline;
}

/* body.ndcDomain{
    background-color: var(--background);
    font-family: "Poppins", sans-serif;
}
/* common white color *
.ndcDomain .register_page_form_field .terms_policy span ,.ndcDomain .disable_email_id::after , .ndcDomain .register_page_form_title , .ndcDomain .class_green, .ndcDomain .main_menus ul li a, .ndcDomain .copyrights_content, .ndcDomain .forms_page_content_title, .ndcDomain .text-danger , .ndcDomain .class_red ,.ndcDomain .text_000, .ndcDomain .policies_list_content_section p,.ndcDomain .policies_list_main_title,.ndcDomain .successful_thankyou_wrap h2,.ndcDomain .reset_link p,.ndcDomain .register_page_form_section .register_form_field_label,.ndcDomain .register_page_form_section .text-red, .ndcDomain .pwd_charcters p span{
    color: var(--color);
}
/* Link white*
.ndcDomain .register_page_form_section .forget_pwd a , .ndcDomain .login_page_redirection a , .ndcDomain .register_page_form_field .terms_policy span a, .ndcDomain .resend_otp.active , .ndcDomain .email_input_text span,.ndcDomain .policies_list_ul li a, .policies_list_content_section a{
    color: var(--color);
    text-decoration: underline;
}
.ndcDomain input:valid ~ .moving-up-label::after, .ndcDomain .register_form_field_input input:focus ~ .moving-up-label::after, .ndcDomain .login_bg .error_validation_chars span{
    color: var(--color) !important;
}
.ndcDomain .container{
    max-width: 960px;
}
.ndcDomain .login_bg .forms_page_inner{
    padding-top: 0;
    padding-bottom: 0;
}
.ndcDomain .forms_page_form_inner_padding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.ndcDomain .sticky_header .header{
    padding-top: 8px;
}
.ndcDomain .form_control{
    caret-color: #fff;
}
.ndcDomain .policies_list_update_date, .ndcDomain .page_description{
    color: #ECECEC;
}
.ndcDomain .new_singup_banner_section .form_control:focus{
    border-color: #fff;
}
.ndcDomain .about_page_header .sticky_header{
    background-color: black;
    box-shadow: none;
}
.ndcDomain .register_bg{
    background-color: black;
    background-image: none;
}
.ndcDomain .btn_type1 {
    background: none !important;
}
.ndcDomain .copyrights_content a {
   color: inherit;
}
.ndcDomain .forms_page_left_section {
    padding-right: 60px;
}
.ndcDomain .forms_page_content_description {
    color: #FFFFFF;
    border-bottom:none;
}
.ndcDomain .footer_page_social_media{
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 5px;
}
.ndcDomain .register_page_form_section .register_page_form_field .form_control ,.ndcDomain .page_title_section,.ndcDomain .policies_list_inner_section{
    background-color: var(--background) !important;
}
.ndcDomain .register_page_form_section .moving-up-label{
    color: var(--color) !important;
    background-color: var(--background) !important;
}
.ndcDomain .form_control ,.ndcDomain .password_input_text ,.ndcDomain .disable_email_id,.ndcDomain .line-wrapper-hd span{
    background-color: var(--background);
    color: var(--color);
}
.ndcDomain .register_page_form_section .form_control,.ndcDomain .register_page_form_section .form_control:focus{
    border: 1px solid #ECECEC;
}
.ndcDomain input:-webkit-autofill, 
.ndcDomain input:-webkit-autofill:hover, 
.ndcDomain input:-webkit-autofill:focus{
    -webkit-box-shadow: 0 0 0px 1000px #000 inset !important;
    -webkit-text-fill-color:#fff;
    background-color: var(--background) !important;
    border: 1px solid #ECECEC;
}
.ndcDomain .copyrights_content_inner{
    padding-top: 15px;
}
.ndcDomain .copyrights_content .logo{
    padding: 10px 0;
} 

.ndcDomain .new_singup_banner_bg{
    background: none;
}
.ndcDomain .forms_page_form_inner{
    background: none;
}
.ndcDomain .new_ndc_banner h2{
    color: var(--color);
    font-size: 30px;
    line-height: 45px;
}
.ndcDomain .new_ndc_banner p{
    color: #c3c3c3;
    font-size: 18px;
    line-height: 30px;
    padding-top: 20px;
}
.ndcDomain .email_input_text{
    background-color: var(--background)
}
.ndcDomain .form_input_collapsed_after{
    margin-right: 10px;
}
.ndcDomain .otp_number_input{
    border: 1px solid #fff;
    background-color: var(--background);
    color: var(--color);
    width: 17%;
}
.ndcDomain .timer_color{
    color: var(--color);
    font-size: 16px;
}
.ndcDomain .successful_tick{
    text-align: center;
}
.new_ndc_banner .open_ndc_background{
    background-image: url('/assets/img/New-signup-images/OpenNDC_registration.png');
    transform: rotateY(180deg);
    position: absolute;
    height: 450px;
    background-repeat: no-repeat;
    top: 87px;
    left: 7px;
    background-size: 107%;
    width: 100%;
    filter: contrast(200%) saturate(0.5);
}

.new_ndc_banner{
    position: relative;
    margin-top: 84px;
}
.error_icon{
    vertical-align: middle;
    margin-right: 5px;
}
.ndcDomain .easy_access{
    font-size: 16px;
    font-weight: 600;
}
.ndcDomain .text-danger{
    font-size: 12px;
}
.ndcDomain .thankyou_submitting_header h2,.ndcDomain .change_pwd p{
    color: var(--color);
    font-size: 30px;
}
.ndcDomain .thankyou_signup_submitted , .ndcDomain .thankyou_explore a,.ndcDomain .explore-sass{
    color: var(--color);
    font-size: 20px;
}
.ndcDomain .login_bg .error_validation_chars, .ndcDomain .pwd_charcters p{
    border: 1px solid #fff !important;
}
.error_validation_chars .error_icon.danger {
    display: inline-block;
}
.default_error_validation_chars .error_icon {
    display: none;
}
.ndcDomain .container.sticy_head_space {
    padding: 0px 0 120px;
}
.ndcDomain .sticy_head_space {
    padding: 70px 0 120px;
}
.ndcDomain .ring_button{
    animation: none;
}
.ndcDomain .ring_button::before{
    display: none;
}
.ndcDomain .main_menus .main_menus_ul li {
    margin-left: 12px;
}
.ndcDomain .main_menus .main_menus_ul a{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.15em;
    font-size: 12px;
    padding-top: 5px;
}
.ndcDomain .main_menus .main_menus_ul a:hover{
    text-decoration-line: underline;
    color: #3D9BE9;
}
.ndcDomain .linear-background {
    background: linear-gradient(to right, #a6a6a691 8%, #d0d0d05e 18%, #010101 33%);
}
.ndcDomain .register_page_right_section{
    background: none;
}

@media screen and (max-width:767px){
    .ndcDomain .new_ndc_banner .open_ndc_background{
        height: 190px;
        position: static;
    }
    .ndcDomain .otp_number_input{
        padding: 20px 6px;
    }
    .ndcDomain .forms_page_left_section{
        padding: 0;
    }
    .moving-up-label{
        font-size: 12px;
    }
    .ndcDomain .main_mobile_menus_ul{
        padding-top: 100px;
    }
    .ndcDomain .main_mobile_menus_ul.show{
        width: 100%;
        background: var(--background);
        overflow-y: scroll;
    }
    .ndcDomain .main_mobile_menus_ul>li{
        padding: 20px 0;
        text-align: center;
        border: 0;
    }
    .ndcDomain .main_mobile_menus_ul>li a{
        font-size: 20px;
        font-weight: 400;
    }
    .ndcDomain .mobile_menus_close{
        top: 35px;
        right: 35px;
        font-size: 25px;
        transform: scale(1.5, 1);
        -webkit-transform:scale(1.5,1);
        font-family: 'poppins-extralight';
    }
    .ndcDomain .mobile_responsive_btn{
        border: 0;
        top: 25px;
        right: 25px;
    }
    .ndcDomain .menu_button_lines{
        gap: 7px;
    }
    .ndcDomain .menu_button_line{
        width: 22px;
        height: 2px;
        background-color: #fff;
    }
    .ndcDomain .sticy_head_space{
        padding: 0px 0 100px;
    }
    .ndcDomain .main_menus ul li a{
        font-family: 'poppins-extralight';
    }
    .logo .open-ndc{
        height: 64px;
    }
} */
