.breadcrumb {
  padding: 20px 0;
  display: flex;
  align-items: center;
}

body {
  margin: 0;
  padding: 0;
}

.breadcrumb a {
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 500;
  line-height: 21.94px;
  color: #0B0B0B;
  text-align: left;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.login-wrapper-section .content {
  display: flex;
  margin-bottom: 90px !important;
  flex-wrap: wrap;
  margin-top: 40px !important;
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.login-wrapper-section .image-section {
  flex: 1;
  position: relative;
}

.login-wrapper-section .image-section img {
  width: 100%;
  height: 100%;
}

.login-wrapper-section .decorative-boxes .yellow-box {
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #B8860B;
}

.login-wrapper-section .decorative-boxes .blue-box {
  position: absolute;
  bottom: 10px;
  right: 70px;
  width: 30px;
  height: 30px;
  background-color: #185985;
}

.login-wrapper-section .form-section {
  flex: 1;
  padding: 0 40px;
}

.login-wrapper-section .form-section h1 {
  color: #185985;
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 600;
  line-height: 48.76px;margin-top: 40px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.login-wrapper-section form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.login-wrapper-section form label {
  font-weight: 500;
}

.login-wrapper-section form input {
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  color: #909090;
  text-align: left;
}

.login-wrapper-section .forgot-password {
  text-align: right;
  color: #B8860B;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
}

.login-wrapper-section .forgot-password img {
  vertical-align: middle;
  margin-right: 5px;
}

.login-wrapper-section .forgot-password:hover {
  text-decoration: underline;
}

.login-wrapper-section .login-btn {
  background-color: #D4AF37;
  color: white;
  padding: 9px;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 500;
  line-height: 21.94px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.login-wrapper-section .login-btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.login-wrapper-section .login-btn:hover {
  background-color: #a37407;
}

.login-wrapper-section .divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 2px 0;
  font-size: 0.9rem;
  color: #7E80B0;
}

.login-wrapper-section .divider::before,
.login-wrapper-section .divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #D6DFFF;
  margin: 0 10px;
}

.login-wrapper-section .divider span {
  color: #7E80B0;
  font-size: 14px;
}

.login-wrapper-section .google-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: white;
  color: #185985;margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #185985;
  border-radius: 5px;
  cursor: pointer;
}

.login-wrapper-section .google-login img {
  width: 16px;
  height: 16px;
}

.login-wrapper-section .google-login:hover {
  background-color: #f4f4f4;
}

.login-wrapper-section .signup-link {
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 17.07px;
  display: block;
}

.login-wrapper-section .signup-link a {
  color: #185985;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.94px;
  text-align: center;
  display: block;
  text-decoration-line: underline;
  margin: 8px 0;
}

.login-wrapper-section .signup-link a:hover {
  text-decoration: underline;
}

/* Responsive Styling */
@media (max-width: 767px) {
  .login-wrapper-section .content {
    flex-direction: column;
    padding: 10px;
  }

  .login-wrapper-section .image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .login-wrapper-section .form-section {
    padding: 0 20px;
  }
}

.breadcrumb .active {
  color: #D4AF37;
}

.pro-account-wrapper .radio-section {
  flex: 1;
  padding-top: 0 !important;
  padding: 30px;
  max-width: 300px;
}

.pro-account-wrapper .radio-section h2 {
  color: #000000;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.82px;
  text-align: left;
  margin-bottom: 20px;
}

.pro-account-wrapper .radio-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.pro-account-wrapper .radio-option {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: #000000;
}

.pro-account-wrapper .radio-option input[type="radio"] {
  accent-color: #185985;
  width: 18px;
  margin: 15px 0;
  height: 18px;
}

.pro-account-wrapper .form-section {
  flex: 2;
  padding-left: 60px;
  max-width: 400px;
  border-left: 1px solid #000000BF;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pro-account-wrapper .form-section h1 {
  color: #185985;
  font-size: 2rem;
  margin-bottom: 20px;
}

.pro-account-wrapper .terms {
  text-align: center;
  font-size: 0.9rem;
  color: #777;
  margin-top: 10px;
}

.pro-account-wrapper .terms a {
  color: #185985;
  text-decoration: none;
}

.pro-account-wrapper .terms a:hover {
  text-decoration: underline;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .pro-account-wrapper .content {
    flex-direction: column;
    align-items: center;
  }

  .pro-account-wrapper .form-section,
  .pro-account-wrapper .radio-section {
    max-width: 100%;
  }
}

.pro-account-wrapper .radio-option-wrapper {
  display: flex;
  width: 100%;
}

.pro-account-wrapper h1 {
  color: #185985;
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 600;
  line-height: 48.76px;
  text-align: center;
}

.breadcrumb span {
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 500;
  line-height: 21.94px;
  text-align: left;
  color: #0B0B0B;
}


.breadcrumb img {
  width: 6px;
  height: 11px;
  margin: 2px 5px 0 7px;
}

.pro-account-wrapper .main-heading-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
}

.pro-account-wrapper .main-heading-wrapper img {
  width: 40px;
  height: 40px;
}

.pro-account-wrapper .content-3 {
  display: flex;
  margin-bottom: 20px !important;
  max-width: 1000px;
  height: 100%;
  padding: 28px 30px 50px 0;
  margin: 0 auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  align-items: center;
}

.audio-guide-wrapper {
  padding: 70px 40px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.pro-account-wrapper .content-2 {
  padding: 28px 30px 50px 0;
}

.audio-guide-wrapper h3 {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 600;
  line-height: 48.76px;
  margin: 0;
  text-align: center;
  color: #185985;
}

.audio-guide-wrapper p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.94px;
  text-align: center;
  color: #000;

}

/* Responsive Styling */
@media (max-width: 767px) {
  .pro-account-wrapper .radio-option-wrapper {
    display: block;
  }

  .pro-account-wrapper .content-2 {
    padding: 20px 10px;
    flex-wrap: unset;
  }

  .pro-account-wrapper .main-heading-wrapper {
    display: block;
  }

  .pro-account-wrapper h1,
  .login-wrapper-section .form-section h1 {
    font-size: 20px;
    margin: 0;
  }

  .pro-account-wrapper .form-section {
    padding-left: 0;
    border-left: 0;
  }

  .pro-account-wrapper .radio-section {
    padding: 0;
  }

  .pro-account-wrapper .form-section {
    padding: 0;
  }

  .breadcrumb span {
    font-size: 15px;
  }

  .breadcrumb a {
    font-size: 15px;
  }
}

.pro-account-wrapper form {
  width: 100%;
  /* max-width: 420px; */
  max-width: 100%;
  margin: 0 auto;
}

.pro-account-wrapper .content-3>div {
  width: 100%;
}

.person-concerned-wrapper {
  background: #E3F5FF;
  padding: 30px 0;
}

.person-concerned-wrapper .main-heading {
  font-family: Montserrat;
  font-size: 60px;
  font-weight: 800;
  line-height: 73.14px;
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
  letter-spacing: 1px;
  text-align: center;
  color: #185985;
}

.person-concern-step-1 {
  max-width: 1000px;
  margin: 50px auto;
  padding: 0 20px;
}

.person-concern-step-1 .button-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.person-concern-step-1 .button-group-right {
  display: flex;
  gap: 10px;
}

.person-concern-step-1 .form-title-row {
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 10px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #454F5914;
  margin-bottom: 20px;
}

.person-concern-step-1 .form-title-row img {
  width: 30px;
}

.person-concern-step-1 .form-title-row p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  text-align: left;
  color: #0B0B0B;
}

.person-concern-step-1 .question {
  border-bottom: 1px solid #454F5914;
  padding-bottom: 25px;
  text-transform: uppercase;
}

.person-concern-step-1 .question p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #0B0B0B;

}

.person-concern-step-1 .options {
  display: flex;
  gap: 20px;
}

.person-concern-step-1 .options label {
  cursor: pointer;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  text-align: left;
  color: #0B0B0B;
}

.person-concern-step-1 .button {
  font-size: 14px;
  border: 1px solid #D4AF37;
  border-radius: 8px;
  cursor: pointer;
  padding: 8px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.person-concern-step-1 .button-back {
  background-color: #D4AF37;
  color: #fff;
  border: 1px solid #D4AF37;
}

.person-concern-step-1 .button-back:hover {
  background-color: #a37407;
}

.person-concern-step-1 .button-redo {
  background-color: #fff;
  color: #000;
  position: relative;
}

.person-concern-step-1 .button-redo:hover {
  background-color: #D4AF37;
  color: #fff;
}

.person-concern-step-1 .button-validate {
  background-color: #D4AF37;
  color: #fff;
  border: 1px solid #D4AF37;
}

.person-concern-step-1 .button-validate:hover {
  background-color: #a37407;
}

/* Tooltip for Redo Button */
.person-concern-step-1 .button-redo .tooltip {
  visibility: hidden;
  /* width: 200px; */
  padding: 12px !important;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  justify-content: center;
  top: -92px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: grid;
  justify-content: center;
  width: 100%;
}

.person-concern-step-1 .button-redo:hover .tooltip {
  visibility: visible;
  max-width: 140px;
  width: 100%;
}

.person-concern-step-1 .button-redo:hover .tooltip img {
  margin: 0 auto;
}

/* Error Message */
.person-concern-step-1 .error-message {
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  text-align: left;
  color: #E40808;
}

.person-concern-step-1 .error-message img {
  width: 30px;
  margin-right: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .person-concern-step-1 .button-row {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .person-concern-step-1 .button-group-right {
    gap: 10px;
  }

  .person-concern-step-1 .button-redo .tooltip {
    top: 38px;
  }

  .person-concern-step-1 {
    padding: 20px;
  }

  .person-concerned-wrapper .main-heading {
    font-size: 28px;
    line-height: 34px;
  }
}

.person-concern-step-1 input[type="radio"] {
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-radius: 50%;
  appearance: none;
  position: relative;
  outline: none;
  cursor: pointer;
  background-color: white;
  top: 5px;
}

.person-concern-step-1 input[type="radio"]:checked {
  background-color: #D4AF37;
  border-color: #D4AF37;
}

.person-concern-step-1 input[type="radio"]:checked::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
  margin: auto;
  position: relative;
  top: 4px;
}

.result-modal.modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.result-modal .modal {
  background: #fff;
  position: relative;
  width: 1000%;
  max-width: 600px;
  padding: 50px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.result-modal .btn-cancel img {
  width: 15px;
}

.result-modal .modal-header {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 28px;
  text-align: center;
}

.result-modal .modal-body {
  margin-bottom: 15px;
  max-width: 400px;
  margin: 0 auto;
}

.result-modal .modal-body input {

  border: 1px solid #E5E9FF;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  padding: 0 14px;
}

.result-modal .modal-body label {
  display: block;
  margin-bottom: 10px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 28px;
}

.result-modal .modal-footer {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.result-modal .modal-footer button {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}

.result-modal .btn-cancel {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: transparent;
  border: 0;
}

.result-modal .modal-footer .btn-submit {
  background: #007bff;
  color: #fff;
  border: 1px solid #D4AF37;
  background: #D4AF37;
  align-items: center;
  display: flex;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.94px;
  text-align: center;
  gap: 10px;
  padding: 12px 50px;
}

@media (max-width: 768px) {
  .result-modal .modal {
    padding: 30px 15px;
    margin: 10px;
  }

  .result-modal .modal-header {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }

  .result-modal .modal-body label {
    font-size: 15px;
  }

  .result-modal .modal-body input {
    width: 85%;
  }

  .result-modal .modal-body {
    max-width: unset;
    width: 100%;
    overflow: hidden;
  }

  .person-concern-step-1 .question p {
    font-size: 16px;
    line-height: 24px;
  }

  .person-concern-step-1 .options label {
    font-size: 16px;
  }
}

.result-assesment-wrapper {
  padding: 30px 100px;
  max-width: 1000px;
  border: 1px solid #0000001A;
  margin: 50px auto;
  box-shadow: 4px 8px 16px 0px #454F590A;
}


.result-assesment-wrapper h2 {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 600;
  line-height: 48.76px;
  text-align: center;
  color: #228B22;
}

.result-assesment-wrapper .section {
  margin: 15px 0;
}

.result-assesment-wrapper .section strong {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  line-height: 26.82px;
  display: block;
  color: #000000;
  text-align: center;
}

.result-assesment-wrapper .advice strong {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.94px;
  text-align: left;
  color: #000000;
  max-width: 160px;
  width: 100%;
  display: block;
}

.result-assesment-wrapper .advice {
  display: flex;
  gap: 20px;
  font-family: Montserrat;
  color: #000000;
  font-size: 18px;
  margin-top: 20px !important;
  font-weight: 500;
  line-height: 21.94px;
  text-align: left;
}

.result-assesment-wrapper .devices {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  text-align: left;
  color: #0B0B0B;
}

.result-assesment-wrapper .devices ul {
  padding-left: 20px;
  margin: 10px 0;
}

.result-assesment-wrapper .devices ul li {
  margin: 8px 0;
}

.result-assesment-wrapper .actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.result-assesment-wrapper .actions button {
  font-family: Montserrat;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.94px;
  text-align: left;
  border: 1px solid #D4AF37;
  border-radius: 5px;
  background-color: transparent;
  color: #0B0B0B;
}

.result-assesment-wrapper .actions button:hover {
  color: #fff;
  background-color: #D4AF37;
}

/* Responsive Design */
@media (max-width: 600px) {
  .result-assesment-wrapper {
    padding: 10px;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .result-assesment-wrapper .actions {
    flex-direction: column;
  }

  .result-assesment-wrapper .actions button {
    width: 100%;
    text-align: center;
  }

  .result-assesment-wrapper .section strong {
    font-size: 18px;
  }

  .result-assesment-wrapper h2 {
    font-size: 22px;
  }

  .result-assesment-wrapper .advice,
  .result-assesment-wrapper .advice strong {
    font-size: 14px;
  }

  .result-assesment-wrapper .devices {
    font-size: 16px;
  }
}

.result-assesment-wrapper img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.result-assesment-wrapper .devices img {
  width: 34px;
}

.criteria-concerned-section h1 {
  color: #185985;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 600;
  line-height: 48.76px;
  text-align: left;
  margin-top: 50px;
}

.criteria-concerned {
  margin: 20px auto;
  border-bottom: 1px solid #ddd;
  max-width: 800px;
  padding-bottom: 40px;
}

/* Section headings */
.criteria-concerned-section h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

/* Table layout */
.criteria-concerned-section .section {
  /* border-bottom: 1px solid #ddd; */
  border: 2px solid #454F595C;
  margin: 10px 0;
}

.criteria-concerned-section table {
  width: 100%;
  border-collapse: collapse;
}

.criteria-concerned-section table tr {
  border-bottom: 1px solid #ddd;
}

.criteria-concerned-section table tr:last-child {
  border-bottom: none;
}

.criteria-concerned-section table td {
  padding: 12px 24px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: left;
  color: #000000;
}

.criteria-concerned-section table td:nth-child(2) {
  border-left: 1px solid #454F595C;
  width: 6%;
}

.criteria-concerned-section table td:last-child {
  text-align: right;
}

.criteria-concerned-section input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* Responsive design */
@media (max-width: 768px) {
  .criteria-concerned-section table td {
    font-size: 14px;
    padding: 8px;
  }

  .criteria-concerned-section .form-title-row p {
    font-size: 14px;
    line-height: 19.94px;
  }

  .criteria-concerned-section h1 {
    font-size: 31px;
    line-height: 33.76px;
  }
}

@media (max-width: 480px) {
  .criteria-concerned-section table {
    font-size: 14px;
  }
}


.criteria-concerned-section .form-title-row {
  border: none;
}

.criteria-concerned-section .button-validate img {
  width: 6px;
  margin-left: 8px;
  margin-top: 2px;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.personal-info-section .person-concern-step-1 {
  max-width: 100%;
  margin: auto;
  padding: 0;
}

.personal-info-section .personal-infomation-wrapper h4 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.94px;
  text-align: left;
  margin-bottom: 10px !important;
  text-transform: uppercase;
  color: #0B0B0B;
}

.personal-info-section .personal-infomation-wrapper h1 {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 600;
  line-height: 48.76px;
  text-align: left;
  color: #185985;
  margin-top: 0;
  margin-bottom:30px;
}

.personal-info-section .personal-infomation-wrapper .form-title-row span {
  color: #185985;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  max-width: 600px;
  line-height: 21.94px;
  text-align: left;
}

.personal-info-section .personal-infomation-wrapper .form-title-row {
  align-items: flex-start;
  border: unset;
  margin-top: 60px;
}

/* Container */
.personal-info-form-container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  font-family: Arial, sans-serif;
}

/* Left Section */
.personal-info-form-left {
  flex: 1;
  max-width: 50%;
}

.personal-info-form h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.personal-info-form-group {
  display: flex;
  gap: 10px;
}

.personal-info-form-input {
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  font-family: Montserrat;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  color: #909090;
  text-align: left;
}

.personal-info-form-photo-section {
  margin: 20px 0;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.personal-info-right {
  border-top: 1px solid #454F5914;
  margin-top: 30px;
}

.personal-info-form-avatar {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ccc;
}

.personal-info-form-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.personal-info-form-upload-btn {
  padding: 10px 15px;
  border: 1px solid #D4AF37;
  border-radius: 8px;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 18px;
  color: #0B0B0B;
  font-weight: 600;
  line-height: 21.94px;
  text-align: center;
  display: flex;
  gap: 20px;
  align-items: center;
}

.personal-info-form-file-input {
  display: none;
}

.personal-info-form-validate-btn {
  font-size: 14px;
  border: 1px solid #D4AF37;
  border-radius: 8px;
  cursor: pointer;
  padding: 8px 40px;
  background-color: #D4AF37;
  color: #fff;
  border: 1px solid #D4AF37;
  display: flex;
  align-items: center;
  float: right;
  margin-top: 20px;
  justify-content: center;
  gap: 5px;
}

/* Right Section */
.personal-info-form-right {
  flex: 1;
  max-width: 30%;
  background-color: #f9f9f9;
  padding: 20px;
  /* width: 416px; */
  height: 270px;
  top: 682px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 1072px;
  gap: 0px;
  border-radius: 10px 0px 0px 0px;
  background: #F1FAFF;
  border-radius: 8px;
  border: 1px solid #E3F5FF;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.personal-info-form-info-box h3 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  color: #0B0B0B;
  line-height: 28px;
  text-align: center;
}

.personal-info-form-discover-btn {
  font-size: 14px;
  border: 1px solid #D4AF37;
  border-radius: 8px;
  cursor: pointer;
  padding: 8px 40px;
  background-color: #D4AF37;
  color: #fff;
  border: 1px solid #D4AF37;
}

/* Responsive Design */
@media (max-width: 768px) {
  .personal-info-form-container {
    flex-direction: column;
    gap: 20px;
  }

  .personal-info-form-left,
  .personal-info-form-right {
    max-width: 100%;
  }
}

.personal-info-form-container .personal-info-form-left h2 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.94px;
  text-align: left;
  color: #000000;
}

@media (max-width: 1024px) {
  .personal-infomation-wrapper {
    margin: 0 20px;
  }

  .breadcrumb {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .personal-infomation-wrapper {
    padding: 20px;
  }



  .personal-info-section .personal-infomation-wrapper h1 {
    font-size: 25px;
    line-height: 22px;
  }

  .personal-info-section .person-concern-step-1 .button-row {
    flex-direction: row;
    gap: 10px;
  }

  .personal-info-form-photo-section {
    display: block;
  }

  .personal-info-form-info-box h3 {
    font-size: 15px;
    line-height: 24px;
  }

  .personal-info-form-upload-btn {
    margin: 20px 0;
  }

  .personal-info-form-avatar {

    margin: 0 auto;
  }
}

.person-concern-step-1 button img {
  height: 15px;
  object-fit: contain;
  width: 15px;
}

.modify-acount-wrapper .location-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.modify-acount-wrapper .location-wrapper h3 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.94px;
  text-align: left;
  color: #000000;
}

.modify-acount-wrapper .location-wrapper p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  text-align: left;
  color: #000000;
}

.modify-acount-wrapper .location-wrapper img {
  width: 100%;
}

#myaddress {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 800px;
  margin: auto;
  padding: 20px;
}

#myaddress .input-group {
  display: flex;
  width: 100%;
  max-width: 500px;
  position: relative;
}

#searchAddress {
  flex: 1;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
  text-align: left;
  outline: none;
  color: #909090;
}

#searchButton img {
  width: 100% !important;
  height: 100%;
  margin-top: 7px;
}

#searchButton {
  position: absolute;
  right: 0;
  background: transparent;
  border: 0;
}

.search-container-wrapper {
  display: flex;
  gap: 20px;
  width: 100%;
}

#addAddressButton {
  background-color: #D4AF37;
  color: white;
  font-family: Montserrat;
  padding: 11px 30px;
  font-size: 18px;
  border-radius: 4px !important;
  font-weight: 600;
  line-height: 21.94px;
  text-align: left;
  border: 1px solid #D4AF37;
  /* background-color: transparent; */
  /* color: #0B0B0B; */
}

#addAddressButton span {
  font-weight: bold;
  font-size: 20px;
}

/* Responsiveness */
@media screen and (max-width: 600px) {

  .search-container-wrapper {
    display: block;
    text-align: center;
    width: 100%;
  }

  #myaddress {
    padding: 0;
  }

  #searchAddress {
    margin: 10px 0;
    font-size: 12px;
    padding: 10px 12px;
  }

  #searchButton img {
    width: 30px;
    height: 30px;
    margin-top: 13px;
  }
}

.account-information-section {
  display: flex;
  justify-content: space-between;
}

.account-information-section #myaddress {
  margin: 0;
}

.account-information-section .google-calender button {
  background-color: #D4AF37;
  color: white;
  font-family: Montserrat;
  padding: 11px 10px;
  font-size: 16px;
  border-radius: 4px !important;
  font-weight: 600;
  line-height: 21.94px;
  text-align: left;
  border: 1px solid #D4AF37;
  /* background-color: transparent; */
  /* color: #0B0B0B; */
}

.account-information-section .google-calender {
  display: flex;
  gap: 10px;
}

.account-information-section .search-container-wrapper {
  max-width: 400px;

}

.account-information-main-wrapper .person-concern-step-1 {
  border-bottom: 1px solid #454F5914;
}

@media screen and (max-width: 600px) {
  .account-information-section {
    display: block;
  }

  .account-information-section .google-calender {
    display: block;
  }

  .account-information-section .google-calender button {
    margin: 10px 0;
    font-size: 15px;
  }

  .account-information-main-wrapper .form-title-row {
    margin-top: 20px !important;
  }

  .personal-info-section .personal-infomation-wrapper .form-title-row span {
    font-size: 16px;
  }
}


.main-form-wrapper input {
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  font-family: Montserrat;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  color: #909090;
  text-align: left;
}

.main-form-wrapper.person-concern-step-1 .options {
  width: 100%;
}

.main-form-wrapper.person-concern-step-1 input[type="radio"]:checked::after {

  top: 4px;
  left: unset;
}


.main-form-wrapper .form-group-section {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 10px;
  align-items: center;
  margin-bottom: 20px;
}


.main-form-wrapper.person-concern-step-1 .options {
  gap: 30px;
  align-items: center;
  margin-top: 4px;
}

.main-form-wrapper.person-concern-step-1 input[type="radio"] {
  top: 0px;
  padding: 0 !important;
}

.main-form-wrapper.person-concern-step-1 .options label {
  cursor: pointer;
  font-family: Montserrat;
  font-size: 18px;
  display: flex;
  font-weight: 500;
  line-height: 0;
  gap: 10px;
  margin: 0;
  text-align: left;
  color: #0B0B0B;
  height: 35px;
  position: relative;
  top: 0;
  padding: 0;
  align-items: center;
}

.main-form-wrapper hr {
  color: #454F5914;
}

.main-form-wrapper.person-concern-step-1 .question {
  width: 100%;
  border: 0;
  padding: 0;
}


.main-form-wrapper.person-concern-step-1 .form-label p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 21.94px;
  text-align: left;
  color: #000000;
}

.personal-info-form-container-1 {
  width: 100%;
}

.personal-info-form-container-1 .personal-info-form-left {
  max-width: 56%;
}

.main-form-wrapper.person-concern-step-1 .form-label {
  width: 100%;
}

.main-form-wrapper.person-concern-step-1 .question p {
  margin: 0;
}

.form-group-section a {
  font-family: Montserrat;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 21.94px;
  text-align: left;
  text-decoration-line: underline;
  color: #454F59;
  width: 100%;
}

@media (max-width: 768px) {
  .modify-acount-main-wrapper .button-row {
    flex-direction: column !important;
  }

  .main-form-wrapper .form-group-section {
    display: block;
    margin: 10px 0;
  }

  .personal-info-form-container-1 {
    width: 100%;
    gap: 0;
    padding: 0;
  }

  .modify-acount-main-wrapper {
    padding: 10px;
  }

  .main-form-wrapper.person-concern-step-1 .options label {
    font-size: 14px;
    line-height: 20px;
  }

  .personal-info-form-container-1 .personal-info-form-left {
    max-width: 95%;
  }

  .main-form-wrapper input {
    margin: 10px 0;
  }

  .main-form-wrapper.person-concern-step-1 .form-label p {
    font-size: 16px;
  }

  .personal-info-form-container .personal-info-form-left h2 {
    font-size: 16px;
  }
}

.address-card-wrapper .address-card{
 box-shadow: 0px 0px 15px 0px #0000001A;
width: 100%;
/* height: 400px; */
padding: 30px;
}

.address-card-wrapper{
 display: flex;
 gap: 20px 0;
 width: 100%;
}
.address-card-wrapper .address-card
.addres-title{
 font-family: Montserrat;
 font-size: 22px;
 font-weight: 600;
 line-height: 26.82px;
 text-align: left;
color: #000000;  
}

.address-card-wrapper .address-card .address-subtitle{
 font-family: Montserrat;
 font-size: 18px;
 font-weight: 500;
 line-height: 21.94px;
 text-align: left;
 color: #000000;  }

.address-card-wrapper .address-card .contact-detail ul{
padding: 0;
list-style: none;
}
.address-card-wrapper .address-card .contact-detail ul  li{
 font-family: Montserrat;
 font-size: 15px;
 font-weight: 500;
 padding: 10px 0;
 line-height: 18.29px;
 text-align: left;
 color: #000000;}
.address-card-wrapper .address-card .button-row{
 display: flex;
 gap: 10px;
 margin-top: 50px;
}
.address-card-wrapper .address-card .button-row button{
 background-color: #D4AF37;
   color: white;
   font-family: Montserrat;
   padding: 11px 30px;
   font-size: 16px;
   text-transform: uppercase;
   border-radius: 4px !important;
   font-weight: 600;
   width: 100%;
   line-height: 21.94px;
   text-align: center;
   border: 1px solid #D4AF37;
}

.address-card-wrapper .address-card .button-row button:hover{
 background-color: #a37407;
}

.address-card-wrapper .address-card .button-row .delete:hover{
  background-color: transparent !important;
color: #E40808;
}
.address-card-wrapper .address-card .button-row .delete{
   border: 1px solid #E40808;
   background-color: #E40808 !important;

}

@media (max-width: 768px) {
 
 .address-card-wrapper {
   display: block;
   width: 100%;
}
.address-card-wrapper .address-card .button-row {
 display: block;
}
.address-card-wrapper .address-card .button-row button{
margin: 10px 0;
}
}

.new-address-add {
  background-color: #F4F6F6;
  padding: 170px 30px 30px 30px;
  width: 100%;
  /* justify-content: center; */
  display: block;
  vertical-align: middle;
  align-items: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  /* height: 400px !important; */
  line-height: 26px;
  color: #000000;
  text-align: center;
}

.breadcrumb a {
  font-size: 18px;
}

.breadcrumb span {
  font-size: 18px;}

  .person-concerned-wrapper {
    background: #E3F5FF;
    padding: 30px 0 80px 0;
}

.main-content-section{
  padding-top: 80px;
}

.main-content-section p{
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 30px;
  line-height: 24px;
  color: rgba(11, 11, 11, 1);  
}

.main-content-section
h2{
  font-family: Montserrat;
font-size: 40px;
font-weight: 600;
line-height: 48.76px;
text-align: center;
color: rgba(24, 89, 133, 1);
}

.typesof-content-wrapper{
border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #0000003D;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;}

  .typesof-content-wrapper
 h4{
    font-family: Montserrat;
font-size: 22px;
color: rgba(0, 0, 0, 1);
margin-bottom: 15px;
font-weight: 600;
line-height: 26.82px;}

.typesof-content-wrapper
.content-left ul{
  list-style: none;
  padding: 0;
  gap: 10px;
  max-width: 600px;
  flex-wrap: wrap;
  display: flex;
}
.typesof-content-wrapper
.content-left ul li button, .typesof-content-wrapper .content-left ul li a{
  color: #6F6E77;
  font-family: Montserrat;
  font-size: 18px;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #6F6E77;
  padding:5px 14px; 
  font-weight: 600;
}

.typesof-content-wrapper
.content-left ul li button span, .typesof-content-wrapper .content-left ul li a span{
  font-style: italic;
  font-weight: 400;
}
.typesof-content-wrapper
.content-left ul li.active button, .typesof-content-wrapper .content-left ul li.active a{
  background-color: #D4AF37;
  border: 1px solid #D4AF37;
  color: #fff;
}

.typesof-content-wrapper
.content-left{
  border-right: 1px solid #000;
}

.typesof-content-wrapper .content-right .search-bar {
  background-color: transparent;
  border-radius: 8px;
  display: flex;
  padding-left: 10px;
  align-items: center;
  border: 1px solid #D4AF37;
  width: 100%;
}
.typesof-content-wrapper .content-right .search-icon {
  /* width: 30px; */
  background-color: #D4AF37;
  height: 40px;
  padding: 12px;
  border-radius: 0px 5px 6px 0px;
}
.typesof-content-wrapper .content-right .search-input {
  flex: 1;
  border: none;
  color: #6F6E77;
  font-family: Montserrat;
  font-size: 14px;
  background-color: transparent;
  outline: none;
  height: 40px;
}
.typesof-content-wrapper 
.content-right{
  margin-left: 30px;
}


.content-wrapper
.card {
  border: 1.5px solid rgba(0, 0, 0, 1);
  border-radius: 8px;
  padding: 2px;
  margin: 10px 0;
}


.content-wrapper
.card-header {
  display: flex;
  align-items: center;
  background-color: #D4AF37;
  width: 100%;
  align-items: center;
  justify-content: center;
  line-height: 26px;
  text-align: center;
  max-width: 230px;
  height: 100%;
  margin: 0 auto;
  margin-top: -22px;
}

.content-wrapper
.card-header img {
  margin-right: 10px;
}
.content-wrapper
.card-header h3 {
  margin: 0; 
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}
.content-wrapper
.card-content {
  padding: 10px;
}
.content-wrapper
.card-content h4{
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 19.5px;
color:#185985;
text-align: center;
}
.content-wrapper
.card-content p {
  font-family: Montserrat;
font-size: 16px;
margin: 0;  display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;  
overflow: hidden;
font-weight: 400;
line-height: 19.5px;
text-align: center;
color: rgba(11, 11, 11, 1);
}
.content-wrapper
.card-footer {
  background-color: transparent;
  padding: 12px 16px ;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: right;
  border: 0;
  color: #B8860B;
}

.content-wrapper
.card-footer a {
  color: #B8860B;
  font-family: Montserrat;
font-size: 18px;
font-weight: 600;
line-height: 21.94px;
  text-decoration: none;
}

.content-wrapper
.card-wrapper{
  margin:50px 0;
}
.content-wrapper
.row>* {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .typesof-content-wrapper .content-right {
    margin-left: 0;
}
.typesof-content-wrapper .content-left ul li button, .typesof-content-wrapper .content-left ul li a {
  font-size: 14px;
  padding: 6px;
}
.typesof-content-wrapper .content-left {
  border: 0;
}
.new-address-add{
  height: 100%;
}
}

.faq-content-wraper{
  margin-top: 80px;
}


.faq-wrapper{
  max-width: 980px;
  margin: 0 auto;
}

.faq-wrapper .accordion-button{
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  background-color: transparent;
  color: #0B0B0B;
  padding:0;
  padding-left: 20px;
  box-shadow: unset;
  border: 0 !important;
  border-radius: 0 !important;
}

.faq-wrapper .accordion-item.active{
  background-color: #E3F5FF;
    border: 0;
    display: block;
    border: 1px solid #D4AF37 !important;
    position: relative; padding: 0px 0px 0px 0px;
}


.faq-wrapper .accordion-body{
color: #0B0B0B;
  font-family: "Montserrat", Sans-serif;
  padding: 20px;
font-size: 18px;
font-weight: 400;
}


.faq-wrapper .accordion-item{
  border-radius: 0 !important;
  background-color: #fff;
    margin: 10px 0;
    display: block;
    border: 1px solid #9B9B9B !important;
    position: relative; padding: 0px 0px 0px 0px;
}

.faq-wrapper h3{
  font-family: "Montserrat", Sans-serif;
  font-size: 40px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #185985;
}
.faq-wrapper .accordion-button::after {
  background-image: url(https://cdc-site.edemo.site/wp-content/uploads/2024/11/icon-1.svg);
  /* width: 100%; */
  background-position: center;
  background-size: 100%;
  width: 58px;
  height: 58px;
}
.faq-wrapper 
.accordion-button:not(.collapsed)::after{
background-image: url('https://cdc-site.edemo.site/wp-content/uploads/2024/11/icon.svg');

}

.my-account-detail-wrapper .form-title-row{
  margin-top: 0 !important;
}

#myaddress {
  max-width: 900px;}

  .address-card span{
    color: #185985;
   }
  
   .address-card-wrapper{
width: 100%;
   }

   .new-address-add {
    height: 100%;}

 .address-card-wrapper .address-card .contact-detail ul  li img{
  margin-right: 10px;
 }

 .address-card-wrapper .address-card
 .addres-title{
  margin-bottom: 20px;}

 .new-address-add  h4 {
    text-align: center !important;
    margin-top: 20px;}

    .account-information-section .google-calender button {
      padding: 11px 30px;     
      display: flex;
      align-items: center;
      gap: 10px;
  }

  .account-information-section .google-calender {
    align-items: center;
}

.synchroniser-wrapper {
  color: #28B446;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
}

.synchroniser-wrapper img {
  height: 30px;
  margin-right: 5px;
}

#searchButton img {
  margin-top: 1px;
}


.main-address-section{
  margin-top: 70px !important;
  margin: 0 auto;  
  max-width: 900px;
}
.main-address-section .row{
  padding-bottom: 30px;
border-bottom: 1px solid #454F5914;
}
.main-address-section .address-time{
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0 auto;
  padding-bottom:35px;
}

.main-address-section .address-time h3{
  color: #000000;
    font-family: Montserrat;
    padding: 30px;
     border-bottom: 1px solid #454F5914;
  font-size: 18px;
  font-weight:600;
}
.main-address-section .address-time button{
  border-radius: 8px;
  background-color: #185985;
    font-family: Montserrat;
    color: #fff;  font-size: 16px;
    font-weight:bold;
    margin: 20px 0;
    padding: 10px 24px;
    border: 0;
}
.main-address-section 
.address-delivery h4{
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
}

.main-address-section 
.address-delivery h5{
  font-family: "Montserrat", Sans-serif;
  font-size:18px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 500;
}


.main-address-section 
.address-delivery ul{
  list-style: none;
  padding: 0;
}

.main-address-section 
.address-delivery  ul li{
  padding: 10px 0;  font-family: "Montserrat", Sans-serif;
  font-size:18px;
  color: #000;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 500;
}


.main-address-section .button-row button{
  font-family: "Montserrat", Sans-serif;
  font-weight: 500;
  display: flex;
  gap: 5px;
  align-items: center;
  border: 0;
  text-align: center;
  padding:14px 15px;
  margin-bottom: 20px;
  width: 100%;
  font-size:13px;
  justify-content: center;
  color: #fff;
}
.main-address-section .button-row
.btn-1{
  background-color: #185985;
}

.main-address-section .button-row
.btn-2{
  background-color: #D4AF37;
}

.main-address-section .button-row
.btn-3{
  background-color: #E40808;
}


/* 4 dec */
.new-address-add {
  cursor: pointer;
}

.new-address-add img {
  height: 25px !important;
  display: block;
  object-fit: contain;
  width: 100% !important;
}

.address-modal .modal-content{
  background: #fff;
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 0;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.address-modal .modal-header h5{
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 28px;
  text-align: center;
}.address-modal .btn-close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  width: 25px;
  height: 25px;
  top: 15px;
  background-color: transparent;
  border: 0;
  font-size: 12px;
  color: #000 !important;
}

.address-modal .modal-header {
  border: 0;
  margin: 0;
}
.address-modal .modal-body {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  padding:0 30px;
}
.address-modal .modal-footer{
  border: 0;
    justify-content: flex-end;
}
.address-modal .modal-footer button{

background: #007bff;
    color: #fff;
    border: 1px solid #D4AF37;
    background: #D4AF37;
    align-items: center;
    display: flex;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    text-align: center;
    gap: 10px;
    padding: 12px 50px;}

    .address-modal .modal-body input {
      border: 1px solid #E5E9FF;
      border-radius: 5px;
      width: 100%;
      height: 40px;
      padding: 0 14px;
  }
  .address-modal .modal-body textarea {
    border: 1px solid #E5E9FF;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    padding: 8px 14px;
}

@media (max-width: 767px) {
  .myaddress-one {margin: 0;
      padding: 0 !important;
  }
  .myaddress-one .new-address-add{
    margin-top: 25px;
    height: 250px;
    margin-bottom: 50px;
}
}


/* 5 desc */
.edit-address-col-1 .address-step{
  color: #185985;
  padding: 5px 0;
  display: flex;
  gap: 5px;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  align-items: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
}

.personal-info-form-left hr {
  border: 0;        
  height: 1px;        
  background-color: #454F5914;
  margin: 20px 0;     
}

.add-address-input .input-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;position: relative;
}

.add-address-input .input-field {
  max-width: 600px;
  flex-grow: 1;
  padding: 13px 12px;
  border: 1px solid #C4C4C4;
  border-radius: 24px;
  margin: 3px 0;
}
.add-address-input .input-field:focus,
.add-address-input .input-field:active,
.add-address-input .input-field:focus-visible {
  box-shadow: none;
  border: 1px solid #C4C4C4;
  outline: 0;
}

.add-address-input .icon-container {
  display: flex;
  position: absolute;
  right: 50px;
}


.add-address-input .icon {
  width: 100%;
  height: 100%;
  margin-left: 4px;
  cursor: pointer;
}

.add-address-input .close-icon {
  content: url('https://cdc-site.edemo.site/wp-content/uploads/2024/12/Close.svg');
}

.add-address-input .edit-icon {
  content: url('https://cdc-site.edemo.site/wp-content/uploads/2024/12/Edit.svg');
}

.add-address-input .add-icon {
  width: 32px;
  height: 32px;
  margin-left: 8px;
  cursor: pointer;
}

.person-concern-step-1 .error-message {
  align-items: flex-start;
  line-height: unset;
}

.congfigure-wrapper-detail h4{
  color: #185985;
  font-family: Montserrat;
  font-size: 40px;
  padding-bottom: 20px;
  font-weight: 600;
}

.button-group-left{
  display: flex;
  gap: 20px;
}

.congfigure-wrapper-detail .tooltip {
  opacity: 1;
padding: 10px !important;
}

.congfigure-wrapper-detail
.form-title-row p {
  margin: 0;
}
.congfigure-wrapper-detail
.form-title-row{
  padding: 30px 0;
  margin-bottom: 0;
}

.person-concern-step-1 input[type="radio"] {
  width: 20px;
  height: 20px;}

  .person-concern-step-1 input[type="radio"]:checked::after {
    width: 10px;
    height: 10px;
    top: 3px;
}
.congfigure-wrapper-detail
.person-concern-step-1 .question{
  padding-top: 20px;
}.congfigure-wrapper-detail input[type="checkbox"] {
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  appearance: none;
  position: relative;
  outline: none;
  margin-right: 2px;
  cursor: pointer;
  background-color: white;
  top: 5px;
}

.congfigure-wrapper-detail input[type="checkbox"]:checked {
  background-color: #D4AF37;
  border-color: #D4AF37;
}

.congfigure-wrapper-detail input[type="checkbox"]:checked::after {
  content: '\2713';
  font-size: 18px;
  color: white;
  position: absolute;
  top: 0px;
  left: 3px;
  font-weight: bold;
}
.congfigure-wrapper-detail .span-label{
  font-weight: 600;
width: 100%;
flex-direction: column;
  color: #000000;
}

.congfigure-wrapper-detail .span-label .title{
  color: #545454;
  font-family: Montserrat;
  font-size: 18px;
  margin-bottom: 0;
  padding: 0;
  margin-top: 20px;
  font-weight: 500;
}



.congfigure-wrapper-detail .count-checkbox-wrapper  label {
  display: flex;
  gap: 5px;
  align-items: baseline;
}
.congfigure-wrapper-detail .count-checkbox-wrapper .options {
  display: flex;
  gap: 8px;
}

.congfigure-wrapper-detail .count-checkbox-wrapper p{
  margin: 0;
}

.congfigure-wrapper-detail .options{
  flex-wrap: wrap;
}
@media (max-width: 768px) {

.congfigure-wrapper-detail .form-title-row p{
  font-size: 16px;}
  .person-concern-step-1 .question p {
    font-size: 15px;
    line-height: 24px;
}
.congfigure-wrapper-detail .span-label .title {
  font-size: 16px;}
}

.accordian-section-wrapper .elementor-accordion-item {
  margin: 10px 0;
  border: 1px solid !important;
}

/* Parent class for the entire slider */
.testimonial-swiper {
max-width: 800px;
margin: auto;
overflow: hidden;
}

.testimonial-content {
display: flex;
align-items: center;
border-radius: 10px;
padding: 20px;
gap: 20px;
}

.testimonial-image img {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
}

.testimonial-text {
flex: 1;
}

.testimonial-stars i {
font-size: 18px;
margin-right: 5px;
}

.testimonial-text h3 {
margin: 10px 0 5px;
font-size: 20px;
color: #333;
}

.testimonial-text .testimonial-age {
font-size: 16px;
color: #888;
}

.testimonial-text .testimonial-quote {
font-size: 14px;
color: #555;
}

.testimonial-arrow .swiper-button-next {
background: none;
border: none;
font-size: 18px;
cursor: pointer;
}
.testimonial-swiper 
.swiper-container {
position: relative;
}
.testimonial-swiper 
.swiper-pagination {
position: absolute;
bottom: 10px;
width: 100%;
text-align: center;
}

.testimonial-swiper {
          width: 100%;
          margin: 10px auto;

          overflow: hidden;
      }



      .testimonial-swiper .swiper-slide {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          gap: 20px;
      }

      .testimonial-swiper .testimonial-card {
          display: flex;
          align-items: center;
        gap:40px;
          width: 100%;
      }

      .testimonial-swiper .testimonial-card img {
          width: 160px;
          height: 160px;
          border-radius: 50%;
          object-fit: cover;
          border: 3px solid #fff;
      }

      .testimonial-swiper .testimonial-text {
          flex: 1;
      }

      .testimonial-swiper .testimonial-stars {
          margin-bottom: 10px;
      }

      .testimonial-swiper .testimonial-stars i {
          color: #D4AF37;
          margin-right: 5px;
      }

      .testimonial-swiper .testimonial-text h3 {
          margin: 5px 0;
font-family: "Montserrat", Sans-serif;
  font-size: 25px;
  font-weight: 600;            color: #0B0B0B;
      }

      .testimonial-swiper .testimonial-age {
   font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 500;            color: #0B0B0B;
          font-style: italic;
margin:16px 0;
}

      .testimonial-swiper .testimonial-quote {
font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 500;            color: #0B0B0B;
      }

      .testimonial-swiper .swiper-pagination {
          margin-top: 20px;
      }

      .testimonial-swiper .swiper-button-next,
      .testimonial-swiper .swiper-button-prev {
          color: #fff;
          width: 40px;
          height: 40px;
          background: #D4AF37;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
      }

      .testimonial-swiper .swiper-button-next:after,
      .testimonial-swiper .swiper-button-prev:after {
          font-size: 1rem;
      }


   .testimonial-swiper .swiper-button-prev{
color: #fff;
  width: 50px;
  height: 50px;
  background: #D4AF37;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 90px !important;
     right:unset !important;
}
   .testimonial-swiper .swiper-button-prev.swiper-button-disabled,
   .testimonial-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-color: #929698;
}




   .testimonial-swiper .swiper-button-next {
  color: #fff;
  width: 50px;
  height: 50px;
  background: #D4AF37;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 90px !important; 
     left:unset !important;
}


@media only screen and (max-width: 768px) {
.homepage-banner {

  padding: 6px;
}
.testimonial-swiper .testimonial-card {
  display: block;
padding:0 33px;
}
.testimonial-swiper .testimonial-text h3 {

  font-size: 20px;
}
.testimonial-swiper .testimonial-quote {

  font-size: 15px;

}
.testimonial-swiper .swiper-button-next, 	.testimonial-swiper .swiper-button-prev {
      color: #fff;
      width: 25px;
      height: 25px;
  }
.testimonial-swiper  .swiper-button-next:after, 	.testimonial-swiper  .swiper-button-prev:after {
      font-size: 10px;
  }
.testimonial-swiper .swiper-button-next{
      right: 0 !important;	}


.testimonial-swiper .swiper-button-prev{
  left:0 !important;
}
}
.subscribe-button {
  background-image: url(/wp-content/uploads/2024/11/right-arrow-2.png);
  background-repeat: no-repeat;
  background-position: 86% 46%;
  padding-right: 45px;
  padding-left: 30px;
  background-size: 20px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #D4AF37 !important;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border: 0 !important;
  color: #fff;
  /* display: flex; */
  background-size: 10%;
}
.main-contact-section p{
display:flex;
gap:4px;
}
.main-contact-section
input[type=email]{
border:1px solid #000;
 font-family: "Montserrat", Sans-serif;    font-weight: 500;   
border-radius: 6px !important;
  font-size: 15px;
color:#4B4B4B;}

.home-page-newsleter label br{
display:none;
}
.home-page-newsleter
.wpcf7-list-item-label{
 font-family: "Montserrat", Sans-serif;    
font-weight: 500;   
color:#37393F;
line-height:18px;
  font-size: 15px;
}

.active-bredcrumb{
  font-weight: 600;
  color: #D4AF37;
}
.active-bredcrumb img{
position: relative;
  top: 1px;
  padding: 0 2px;
  width: 12px;
}
.main-btn  .elementor-button-icon svg {
  width: 24px;
  height: 16px;
  margin-top: 3px;
}
.video-editor-wrapper .elementor-widget-video{
  height:550px;
}

.video-editor-wrapper  .elementor-widget-container{
  height: 100%;
}
.video-editor-wrapper .eicon-play:before {
  content: "";
  background-image: url(https://cdc-site.edemo.site/wp-content/uploads/2024/11/play-btn.png);
  position: absolute;
  top: -45%;
  background-position: center;
  right: 0;
  left: -39px;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background-size: cover;
}

.video-editor-wrapper
.elementor-wrapper video, .video-editor-wrapper  .elementor-wrapper iframe {
  height: 550px;}
  
  
  
  
.accordian-section-wrapper .elementor-active {
  background-color: #E3F5FF;
      border: 0;
  display: block;
  /* padding: 0 0 20px 20px !important; */
}
  
      
  .accordian-section-wrapper 
   .elementor-accordion-title {
  padding-top: 15px;
  display: block;
      font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding-left: 21px;
  padding-bottom: 22px;
  padding-top: 22px;
}


.accordian-section-wrapper .elementor-accordion-icon-right {
  width: 46px !important;
  height: 47px !important;
}
  
  .accordian-section-wrapper  svg{
     width: 100% !important;
     height: 100% !important; 
  }
  
  
  
      
  .accordian-section-wrapper 
   .elementor-active{
      height: 73px;
  position: relative;
  border: 0 !important;
padding-top: 0px;
}

.video-identify-wrapper .eicon-play:before
{
    content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url('https://cdc-site.edemo.site/wp-content/uploads/2024/12/Play-button.png');
  background-size: cover;  
  background-position: center;
}
.offer-search-wrapper input {
  height: unset !important;
  padding: 0 !important;
  min-height: unset !important;
  border: unset !important;
  padding: 0 10px !important;
  background-color: unset;
  line-height: 35px !important;
}


.offer-search-wrapper .e-search-form {
  background-color: #fff;
  border: 1px solid #D6DAF1;
  border-radius: 45px;
  padding: 4px 7px 5px 30px;
}
.offer-search-wrapper .e-search-submit {
  padding: 0;
  border: unset;
  border-radius: 20px !important;
  padding: 15px !important;
  /* border: 1px solid; */
  padding: 6px 0px 6px 20px !important;
  height: unset !important;
}

.offer-search-wrapper svg{
  width: 100%;
  height: 100%;
}
.sign-up-box .elementor-image-box-wrapper{    max-width: 160px;
  margin: 0 auto;}

@media only screen and (min-width: 1300px) {
  .header-main .elementor-container {
      max-width: 1230px !important;
  }
  .homepage-banner .swiper-container {
      max-width: 1300px !important;
      margin: 0 auto;
  }
  .homepage-banner .content {
      max-width: 1050px !important;
      padding-right: 200px !important;
  }

.homepage-banner .swiper-button-prev {
  left: 30px !important;
}
.elementor-section.elementor-section-boxed>.elementor-container {
max-width: 1300px !important;
}
.container {
  max-width: 1300px !important;

}
}
@media only screen and (min-width: 780px) {

.breadcrumb {
  padding-top: 40px;}}
.home-page-blog-section  .elementor-post__title a{
  font-family: "Montserrat", Sans-serif;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: bold;
  color: #FFFFFF !important;
}
.home-page-blog-section
.elementor-post__title{
  position: absolute;
  bottom:95px;
  left: 30px;
  width: 100%;
  color: #FFFFFF !important;
  max-width: 540px;
}

.home-page-blog-section
.elementor-post__read-more{
color: #ADD8E6;
position: absolute;
bottom: 60px;
font-family: "Montserrat", Sans-serif;
font-size: 18px;
text-transform: capitalize;
font-weight: 600;
left: 30px;
text-decoration: underline;
}

.home-page-blog-section
.elementor-post-date{
  color: #fff;
position: absolute;
bottom: 185px;
font-family: "Montserrat", Sans-serif;
font-size: 18px;
text-transform: capitalize;
font-weight: 500;
left: 30px;
}
.home-page-blog-section
.elementor-posts .elementor-post {
  display: flex;
  position: relative;
}
 .elementor-button:hover svg path{
  stroke: #D4AF37;
  fill: transparent;
}
.home-page-blog-section
.elementor-post__thumbnail img {

  height: 450px !important;
  width: 100%;border-radius: 8px;
  object-fit: cover;
}

.header-main{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 7px 0px;
}
.login-wrapper-section 
.content,.result-assesment-wrapper {
  box-shadow: none !important;
  border: 1px solid #0000001c !important;
  border-radius: 20px !important;
}
.audio-guide-wrapper
form {
  max-width: 400px !important;
}

.audio-guide-wrapper p {
  padding: 40px 0;}

    .notri-vision-wrapper .content {
         box-shadow: 12px 0px 20px 12px rgba(69, 79, 89, 0.08);
      background-color: #fff;
   
      padding: 50px 20px;
      right: 40px;
      position: absolute;
      top: 0;
      width: 100%;
      left: unset;
      max-width: 540px;
      bottom: -20px;
      /* height: 400px; */
      top: unset;
      z-index: 99;
    }
    .notri-vision-wrapper .content:after {
      content: '';
      border-top: 8px solid #d4af37;
      height: 11px;
      width: 100px;
      position: absolute;
      top: 0;
      left: 0;
    }

    .notri-vision-wrapper img {
      width: 100%;
    }
    .notri-vision-wrapper {
 
      position: relative;
    }
    .notri-vision-wrapper h4 {
      color: #185985;
      font-family: 'Montserrat', Sans-serif;   margin-bottom: 10px !important;
      font-size: 40px;
      font-weight: bold;
      margin: 0;
    }
    .notri-vision-wrapper p {
      color: #0b0b0b;
      font-family: 'Montserrat', Sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
    }
.notri-vision-wrapper
.mobile{
display:none;
}
.notri-vision-wrapper
.desktop{
display:block;
}
@media only screen and (max-width: 1224px) {
.notri-vision-wrapper h4 {

  font-size: 30px;
}
.notri-vision-wrapper p {
 
  font-size: 15px;
  line-height: 22px;
}}
@media only screen and (max-width: 1024px) {
.notri-vision-wrapper .content {
  right: 0;
margin:0 auto;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;box-shadow: 5px 10px 36px 36px rgba(69, 79, 89, 0.08);
  top: 40px;
  z-index: unset;
}
.notri-vision-wrapper p {
  font-size: 15px;
  line-height: 20px;
}
.notri-vision-wrapper h4 {
   font-size: 30px;
  margin-bottom: 20px;
}
.notri-vision-wrapper
.mobile{
display:block;
}
.notri-vision-wrapper
.desktop{
display:none;
}
}








/* ------- */

.account-information-main-wrapper{
  margin-top: 30px;
}

.account-information-section .google-calender button:hover{
  background-color: #a37407;
}
.account-information-section #searchButton {
  padding: 2px 2px;
}
.account-information-section #searchAddress {
  padding: 11px 15px 10px 15px;
}
.synchroniser-wrapper {
  display: flex;
  align-items: center;
}
.elementor-33 .elementor-element.elementor-element-a9049c6 .elementor-image-box-title {
  font-size: 18px;
}
.elementor-33 .elementor-element.elementor-element-a9049c6 > .elementor-widget-container:hover {
  background-color: #a37407;
}
.elementor-33 .elementor-element.elementor-element-a9049c6 > .elementor-widget-container:hover  .elementor-image-box-title {
    color: white;
  }
  .criteria-concerned-section .section {
    border: 0;
  }
  .criteria-concerned-section .person-concern-step-1 {
    max-width: 100%;
    margin: 0;
    padding: 0 20px;
  }

  .criteria-concerned-section .person-concern-step-1 .form-title-row img {
    width: 42px;
}
.criteria-concerned-section .criteria-concerned {
  margin: 20px auto;
  max-width: 1000px;
  width: 100%;
}
.homepage-banner .button {
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
}
.homepage-banner .button:hover {
  background-color: #a37407;
}
.homepage-banner .elementor-16 .elementor-element.elementor-element-259c8ca .elementor-button-content-wrapper {
  font-weight: 600;
  align-items: center;
}
.homepage-banner .elementor-16 .elementor-element.elementor-element-6624720 {
  font-size: 18px;
}
.homepage-banner .elementor-16 .elementor-element.elementor-element-f629539 {
  font-size: 18px;
}
.homepage-banner .elementor-16 .elementor-element.elementor-element-ec5c216 .elementor-button-content-wrapper {
  align-items: center;
  font-weight: 600;
}
.homepage-banner p {
  font-size: 30px;
}
.homepage-banner .accordian-section-wrapper .elementor-active {
  font-size: 18px;
  color: #0B0B0B;
  font-weight: 400;
}
.homepage-banner .elementor-16 .elementor-element.elementor-element-26979db .elementor-button-content-wrapper {
  align-items: center;
}
.homepage-banner .elementor-section.elementor-section-boxed>.elementor-container {
  align-items: center;
}
.homepage-banner .elementor-16 .elementor-element.elementor-element-77500d6 .elementor-button {
  font-size: 18px;
  border-radius: 8px;
}
.homepage-banner .elementor-16 .elementor-element.elementor-element-77500d6 .elementor-button-content-wrapper {
  font-weight: 600;
  align-items: center;
}
.elementor-widget-posts a.elementor-post__read-more {
  font-weight: 600;
}
.result-assesment-wrapper {
  max-width: 100%;
}
.result-assesment-wrapper .actions button {
  border-radius: 8px;
}
@media (max-width: 1000px) {
.result-assesment-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}
}
.main-address-section .button-row .btn-1  a {
  color: white;
  text-decoration: underline;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}
.main-address-section .button-row .btn-1 {
  border-radius: 4px;
}
.main-address-section .button-row .btn-2 {
  border-radius: 4px;
}
.main-address-section .button-row .btn-3 {
  border-radius: 4px;
}
.main-address-section .address-time {
  border-radius: 10px;
}


.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
  border-radius: 8px;
}
 .elementor-button {
  font-weight: 600;
  border-radius: 8px;
}
.elementor-69 .elementor-element.elementor-element-73ed16d .elementor-button-content-wrapper {
  align-items: center;
}

.faq-content-wraper .form-select {
  width: auto;
  font-size: 18px;
  font-weight: 600;
}
.faq-content-wraper .typesof-content-wrapper .content-right .search-input {
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
}
.faq-wrapper .accordion-button::after {
  width: 58px;
  height: 56px;
}
.typesof-content-wrapper .content-right .search-input {
  font-size: 15px;
  font-weight: 500;
}
.typesof-content-wrapper .content-right .search-bar {
  padding: 0
};
.person-concerned-wrapper .content-wrapper .card-header a {
  color: white;
  text-decoration: none;
}
.person-concerned-wrapper  .content-wrapper .card-header {
  border-radius: 4px;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding-bottom: 20px;
}
.elementor-658 .elementor-element.elementor-element-c2f9025 {
  font-size: 18px;
}
.elementor-658 .elementor-element.elementor-element-b06f535 {
  margin-bottom: 50px;
}
.person-concern-step-1 .question {
  padding: 10px 0;
}
.elementor-80 .elementor-element.elementor-element-138e9b9 .elementor-button-content-wrapper {
  align-items: center;
  font-weight: 600;
}
.elementor-80 .elementor-element.elementor-element-138e9b9 .elementor-button {
  border-radius: 8px;
}
.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
  border-radius: 8px;
}
.elementor-80 .elementor-element.elementor-element-9d3c4be .elementor-heading-title {
  font-size: 36px;
}
.elementor-80 .elementor-element.elementor-element-0b91f41 {
  font-weight: 500;
}

@media (max-width: 1000px) {
.login-wrapper-section .content, .result-assesment-wrapper {
  margin: 5px;
}
.audio-guide-wrapper {
  padding: 18px 15px;
}
.pro-account-wrapper .content-3 {
  padding: 4px 0px 50px 0;
}
.elementor-78 .elementor-element.elementor-element-34be765 > .elementor-element-populated {
  padding: 20px 10px 50px 10px;
}
}


.nav-menu-wrapper ul .menu-item-85::before{
  display: none;
}
/* search ---------- */
.elementor-widget-search .e-search-input.no-icon-label {
  font-size: 16px;
  font-weight: 500;
}
.offer-search-wrapper .e-search-form {
  padding: 4px 7px 5px 12px;
}
.elementor-widget-search .e-search .e-search-submit>i:is(svg), .elementor-widget-search .e-search .e-search-submit>svg:is(svg) {
  margin-right: 5px;
  margin-right: 2px;
  height: 100%;
}
.offer-search-wrapper .e-search-submit {
  padding: 1px 0px 1px 16px !important;
}
.elementor-36 .elementor-element.elementor-element-c079cc3 .elementor-heading-title {
  font-size: 22px;
  line-height: 28px;
}
.elementor-36 .elementor-element.elementor-element-9f02300 .elementor-heading-title {
  font-size: 22px;
}
.elementor-36 .elementor-element.elementor-element-5a22541 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-36 .elementor-element.elementor-element-5a22541 .elementor-icon-list-item > a {
  font-weight: 500;
  line-height: 32px;
}
.elementor-36 .elementor-element.elementor-element-8819dfb .elementor-heading-title {
  font-size: 22px;
  line-height: 28px;
}
.elementor-36 .elementor-element.elementor-element-9567afd .elementor-heading-title {
  font-size: 22px;
  line-height: 28px;
}
.elementor-36 .elementor-element.elementor-element-39a1d0e .elementor-icon-list-item > .elementor-icon-list-text, .elementor-36 .elementor-element.elementor-element-39a1d0e .elementor-icon-list-item > a {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
.elementor-widget-image-box .elementor-image-box-wrapper {
  cursor: pointer;
}


.person-concern-step-1 .button {
  font-size: 18px;
  border-radius: 8px;
  font-weight: 600;
}
.breadcrumb .active {
  font-weight: 600;
}

.personal-info-form-discover-btn {
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
}
.personal-info-form-discover-btn:hover {
  background-color: #a37407;
}
.personal-info-form-validate-btn {
  font-size: 18px;
  font-weight: 600;
}

.personal-info-form-validate-btn:hover {
  background-color: #a37407;
}
.personal-info-form-upload-btn:hover {
  background-color: #a37407;
  color:white;
}

.personal-info-section{
  margin-top: 30px;
}
.personal-info-section #searchButton {
  padding: 5px;
}
.personal-info-section #addAddressButton {
  text-decoration: none;
}
.personal-info-section #addAddressButton:hover {
  background-color: #D4AF37;
}
.personal-info-section  #myaddress .input-group {
  max-width: 540px;
}
.personal-info-section .search-container-wrapper {
  justify-content: space-evenly;
  margin-bottom: 20px;
}
.person-concern-step-1 .button-back {
  text-decoration: none;
}
.pro-account-wrapper .content-2 {
  margin: 0 5px;
  margin-bottom: 50px !important;
}
.pro-account-wrapper .radio-option input[type="radio"] {
  margin: 2px 0;
}
@media (max-width: 600px) {

.pro-account-wrapper .radio-group {
  gap: 10px;
  margin-bottom: 30px;
}
.pro-account-wrapper .radio-section h2 {
  font-size: 19px;
}
.pro-account-wrapper .main-heading-wrapper img {
  width: 30px;
  height: 30px;
}
.modify-acount-main-wrapper .form-group-section a {
  margin-left: 0;
}
.modify-acount-main-wrapper .main-form-wrapper.person-concern-step-1 .options {
  margin-left: 0;
}

}
.pro-account-wrapper .form-section {
  margin: 0 0 0 auto;
}
.login-wrapper-section .google-login {
  font-size: 16px;
  font-weight: 500;
}
.login-wrapper-section .divider span {
  font-size: 14px;
  font-weight: 500;
}
.login-wrapper-section .login-btn {
  font-size: 18px;
  font-weight: 600;
}
.personal-info-form-container-1 {
  width: 100%;
  padding: 20px 0;
}
.modify-acount-main-wrapper .form-group-section a {
  margin-left: 17px;
}
.modify-acount-wrapper .location-wrapper img {
  border-radius: 10px;
}
.personal-info-form-discover-btn:hover {
  background-color: #a37407;
}
.modify-acount-main-wrapper .person-concern-step-1 .options {
  font-weight: 500;
  font-size: 18px;
  margin-left: 17px;
}
@media (max-width: 767px) {
  .personal-infomation-wrapper {
    padding: 0;
  }
  .personal-infomation-wrapper {
    margin: 0 10px;
  }
}
@media (max-width: 477px) {
.personal-info-section .personal-infomation-wrapper .form-title-row .icon img{
  width: 100px;
}}
.person-concern-step-1 .form-title-row img {
  width: 20px;
}


.typesof-content-wrapper .content-left ul {

	gap: 15px;}

.typesof-content-wrapper .content-left {

    height: 125px;
}

.content-wrapper .card-header h3 a{
	font-family: Montserrat;
    font-size: 15px;
	color:#fff;text-decoration: unset;
    font-weight: 600;
}

.content-wrapper .card > img{
height: 280px;    border-radius: 14px;
    object-fit: cover;
}
.content-wrapper .card-content h4{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; 
  overflow: hidden;
}
.content-wrapper .card {
    border: 1.5px solid rgba(0, 0, 0, 1);
    border-radius: 14px;
	padding: 0;}

.content-wrapper .card-content p{   font-weight: 500 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
  overflow: hidden;
}
.faq-content-wraper
.typesof-content-wrapper 
.form-select {
color: #0B0B0B;
    background-color: #EFF1F9;
    max-width: 300px;
    border: 0;
    box-shadow: unset !important;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
}
.faq-wrapper
.accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
    box-shadow: unset;
}
.faq-wrapper
.accordion-button:focus {
    box-shadow: unset;
}


.personal-info-section.account-information-main-wrapper{
	margin-top:50px;
}

.personal-info-section.account-information-main-wrapper 
.account-information-section {

    margin-top: 40px;
}
.personal-infomation-wrapper.myaddress-one{
	    margin-top: 40px;
}

.personal-info-section.account-information-main-wrapper 
.account-information-section
#searchButton {
padding: 0;
    right: 8px;
    top: 1px;
}
.criteria-concerned-section 
table tbody>tr:nth-child(odd)>td,.criteria-concerned-section  table tbody>tr:nth-child(odd)>th {
  background-color: transparent !important;
}

.criteria-concerned-section
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none; /* For Safari */
  width: 20px;
  height: 20px;
  border: 1px solid #454f597d;
  border-radius: 4px; /* Updated to 6px */
  background-color: white;
  cursor: pointer;
  position: relative;
}

.criteria-concerned-section
input[type="checkbox"]:checked {
  background-color: #0C9AD7;
}

.criteria-concerned-section input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
}
.criteria-concerned-section .person-concern-step-1{
  padding-bottom: 100px !important;
}
.pre-footer-1 .elementor-container {
	border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #0000003D;
}


.faq-content-wraper .typesof-content-wrapper .form-select {
    max-width: 194px !important;
	width: 100% !important;}
.login-wrapper-section .signup-link a {
   
    font-size: 18px;
	line-height: 24.94px;}

.login-wrapper-section .form-section h1 ,	.page-template-custom-registration .pro-account-wrapper h1{
	margin-bottom:30px;
	font-size: 40px;}
.pro-account-wrapper .main-heading-wrapper {

    padding: 10px 10px 40px 10px;
}
	.page-template-custom-registration
.pro-account-wrapper .content-2 {
    padding: 56px;
}
.pro-account-wrapper .radio-group {
    gap: 40px;
}



@media (max-width: 767px) {
	.login-wrapper-section .form-section h1,	.page-template-custom-registration .pro-account-wrapper h1 {
			margin-bottom:10px;
	font-size: 20px;}
	.login-wrapper-section .signup-link a {
   
    font-size: 15px;
	line-height: 20.94px;}
	.pro-account-wrapper .main-heading-wrapper {

    padding: 10px 10px 10px 10px;
}
	.page-template-custom-registration
.pro-account-wrapper .content-2 {
padding: 20px 10px;
}
		.page-template-custom-registration
	    .pro-account-wrapper .main-heading-wrapper {
        display: flex;
    }
	.page-template-custom-registration .pro-account-wrapper .radio-section {
   
		padding: 0 16px !important;}
	.pro-account-wrapper .radio-group {
    gap:20px;
}
}
.pro-account-wrapper .radio-section h2 {
 
    margin-bottom: 30px;
}
.login-wrapper-section .login-btn {

    display: flex;

    align-items: baseline;
    justify-content: center;
}
	.page-template-custom-registration .pro-account-wrapper .content-2 {
    margin: 0 auto;
	}
	.page-template-custom-registration
.pro-account-wrapper .radio-section {
    flex: unset;
    padding-top: 0 !important;
    padding: 30px;
    max-width: 400px;
    width: 100%;
}
@media (max-width: 1024px) {
    .page-template-custom-registration
    .pro-account-wrapper .radio-section {
        max-width: 300px;
    }
    .page-template-custom-registration .pro-account-wrapper .content-2 {
        padding:26px;
    }
}
	.page-template-custom-registration
.pro-account-wrapper .form-section {

	max-width: 100%;}

.login-wrapper-section 
.signup-link a{
	color:#185985;
	font-weight:600;
	text-decoration:underline;
}
.button-row a{
		text-decoration:none;
}
.login-wrapper-section .login-btn{
	text-transform:uppercase !important;
}
.pagination a.prev.page-numbers {
    display: inline-block;
    position: relative;
    color: transparent; /* Original text becomes invisible */
}

.pagination a.prev.page-numbers::before {
    content: url(https://cdc-site.edemo.site/wp-content/uploads/2025/01/round2.png) " Prec.";
    display: inline-flex;
    align-items: center;
    background-color: #ADD8E6;
    position: relative;
    /* padding: 8px; */
    font-size: 14px;
    max-width: 68px;
    border-radius: 8px;
    font-weight: 500;
    left: 8px;
    color: #0B0B0B;

    position: relative;
    justify-content: center;
}
.pagination a.next.page-numbers {
    display: inline-block;
    position: relative;
    color: transparent; /* Original text becomes invisible */
}

.pagination a.next.page-numbers::before {
    content: "Suiv. " url('https://cdc-site.edemo.site/wp-content/uploads/2025/01/right.png');    left: 8px;
    display: inline-flex;
    align-items: center;
    position: relative;background-color: #ADD8E6;
    position: relative;

    font-size: 14px;
    max-width: 68px;
    border-radius: 8px;
    font-weight: 500;
    color: #0B0B0B;

    position: relative;
}

.pagination .page-numbers {
    max-width: 80px;
    padding: 9px 14px;
    font-size: 15px;
    background-color: #ADD8E6;
    border-radius: 8px;
    font-weight: 600;
    color: #0B0B0B;
    text-decoration: none;
    height: 40px;
}
.pagination 
.current{
    background-color :#185985;
    color: #fff;
}
.pagination {
gap: 19px !important;
    justify-content: end;
}

@media (max-width: 767px) {
.pagination {
    gap: 10px !important;
    justify-content: end;
}}
.modify-acount-wrapper .location-wrapper{
	border-top:1px solid #454F5914;
		border-bottom:1px solid #454F5914;
	padding:40px 0;
}

.personal-info-form-left hr {
    border: 0;
    height: 1px;
    background-color: #454f597d;
    margin: 20px 0;
}

.address-card-wrapper .address-card .button-row a:hover{
	  background-color: #a37407 !important;
}

.address-card-wrapper .address-card .contact-detail ul li ul{
    padding: 2px 15px;
    list-style: disc;
}
.address-card-wrapper .address-card .contact-detail ul li ul li{
padding: 0 !important;
}

.person-concern-step-1 {
	max-width: 100%;}

@media (min-width: 1000px) {
	.login-wrapper-section .content{
		margin-bottom:100px !important;
	}
}
.homepage-banner .button:hover{
	background-color: #FFFFFF !important;
    color: #D4AF37;
}


.person-concern-step-1 .form-title-row .icon img {
    width: 50px;
}

.person-concern-step-1 .button-row .button:hover svg  path{
stroke:#fff; 	
}
.congfigure-wrapper-detail .person-concern-step-1 .question{
	padding-bottom:20px;
}
.congfigure-wrapper-detail .span-label span{
	display:block;    cursor: pointer;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    text-align: left;
    color: #0B0B0B;
    width: 100%;
}
.person-concern-step-1 .button{
	text-decoration:none !important;
}
.congfigure-wrapper-detail .span-label .title {

	font-weight: 600 !important;}

.page-template-person-concern-step-1
.person-concern-step-1 .button-row.mt-5 {

    margin-top: 140px !important;
}

.page-template-person-concern-step-1
.person-concern-step-1 {
	    margin: 80px auto!important;
	}
@media (max-width: 500px) {
.person-concern-step-1 .button-group-right {
	flex-wrap: wrap;}
.person-concern-step-1 .button {
	width: 100% !important;}
}


@media (max-width: 768px) {
    .person-concern-step-1 .button-row {
			        justify-content: center;
			flex-wrap: wrap;
			flex-direction: unset;}

}
@media (max-width:1028px) {
   
.homepage-banner .swiper-button-prev {
  
    left: 10px !important;
	}
	.homepage-banner .content {

    padding: 0 70px;
}
}

@media screen and (max-width: 678px) {
    .homepage-banner .content {
        padding: 20px 30px;
	}}
.homepage-banner .swiper-button-next {

    right: 20px !important;
}
    .homepage-banner
.swiper-pagination {
    
    bottom: 80px !important;

    transform: unset;

}
.homepage-banner
.swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: 8px;
    height: 8px;
}
.homepage-banner
.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #D4AF37;}


.home-page-blog-section .elementor-post__read-more {

	font-family: "Montserrat", Sans-serif !important;}

.home-page-newsleter
.subscribe-button {
    font-weight: 600 !important;

	height: 40px;}
.login-btn-imp{
  margin-bottom: 0px;
  color: #0B0B0B;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 500;    margin: 0px 0px 0px 0px;
padding: 12px 30px !important;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #D4AF37;
  border-radius: 6px;
}

.login-btn-imp:hover{
	background-color: #a37407;
	color:#fff;
}

.login-btn-imp:hover svg  path{
stroke:#fff; 	fill: #fff;
}

@media screen and (max-width: 1300px) {
.login-btn-imp {

    font-size: 17px;
	padding: 12px 14px !important;}}

.personal-info-form-info-box h3 {

    word-break: break-all;
}

.personal-info-form-Decouvrir-btn {
    font-size: 18px;
    padding: 8px 40px;
    border-radius: 8px;
    font-weight: 600;
    background-color: #D4AF37;
    color: #fff;
    border: 1px solid #D4AF37;
}
.personal-info-form-Decouvrir-btn:hover {
background-color: #a37407;}
.elementor-16 .elementor-element.elementor-element-6ed6f24 .elementor-heading-title {
display: flex;
    align-items: baseline;
    gap: 8px;
}
@media screen and (max-width: 768px) {
.homepage-banner .swiper-pagination {
    bottom: 30px !important;

	}
  .video-editor-wrapper .elementor-widget-video{
    height:400px;
  }
  
    .homepage-banner .swiper-button-prev {
        left: 1px !important;
    }
	.homepage-banner .swiper-container {

    height: 500px !important;
	}
	.elementor-16 .elementor-element.elementor-element-6ed6f24 .elementor-heading-title {
  
    display: flex;
    align-items: baseline;
    gap: 10px;
}
	
.home-page-newsleter .subscribe-button {
    font-weight: 600 !important;

    margin-top: 10px;
    width: 100%;
}
	.main-contact-section p br{
		display:none;
	}
	.main-contact-section p {
		display: block;}
.accordian-section-wrapper .elementor-active {
	height: 100%;}
.wpcf7-list-item {

    margin: 0 0 0 0 !important;
}
	.subscribe-button {

    background-position: 70% 46%;

    background-size: 5%;
}
.faq-wrapper .accordion-button::after {
  right: 0 !important;
  top: 0 !important;
  position: absolute;
}
.faq-wrapper .accordion-button{
padding-left: 10px;}
.faq-wrapper .accordion-button {
  position: relative;
padding-right: 10px;
height: 56px;
  font-size: 16px;
}
.homepage-banner p {
  margin: 1rem 0 !important;
}
.faq-wrapper .accordion-body {
  padding: 9px;
  font-size: 15px;}
  .testimonial-swiper .testimonial-card {
    text-align: center;}
}





/* 8april */
.login-wrapper-container .content {
  border: 1px solid #0000001A;
  box-shadow: 4px 8px 16px 0px #454F590A;
}

.login-wrapper-container form label {
  font-weight: 500;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #000;
  padding-top: 5px;
  padding-bottom: 15px;
}
.login-wrapper-container input{
  width: 100%;
}

.login-wrapper-container .login-btn {
  font-size: 18px;
  font-weight: 600;
  color: #185985;
    font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  background-color: #E3F5FF !important;
}
.login-wrapper-container .login-btn:hover{
  color: #185985;
  background-color: #E3F5FF !important;
}

.login-wrapper-container
 .divider {

    font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.login-wrapper-container .radio-option-wrapper {
  display: flex
;
  width: 100%;
  max-width: 900px;
  margin: 20px auto;}
  .login-wrapper-container  .signup-link a{
    display: unset;
    font-size: 16px;
    font-weight: 600;
  }
  .create-your-profile-section .personal-info-form-container {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
}

.create-your-profile-section .personal-info-form-left {
  max-width: 100%;
}
.create-your-profile-section .person-concern-step-1 .button-back,.create-your-profile-section .button-validate {
  background-color: #E3F5FF;
  color: #185985;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  border: none;
}
.create-your-profile-section  i{
  margin-right: 10px;
}
.create-your-profile-section
.person-concern-step-1 .button-validate:hover {
  background-color: #E3F5FF;
}
.create-your-profile-section .person-concern-step-1  button{
font-weight: 600;
font-size: 18px;
padding: 12px 20px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
font-family: 'Montserrat', sans-serif;
}

.create-your-profile-section .person-concern-step-1 .form-title-row p{
  color: #185985;
}
.create-your-profile-section  .person-concern-step-1 h2{
  font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 18px;
line-height: 100%;
margin-bottom: 40px;
letter-spacing: 0%;
text-transform: uppercase;
color: #000000;
}
.create-your-profile-section .personal-info-form-group{
  margin-bottom: 40px;
}

.create-your-profile-section .personal-info-form-group label{
  font-weight: 500;
  display: block;
  color: #185985;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #000;
  padding-top: 5px;
  padding-bottom: 15px;
}
.create-your-profile-section .personal-info-form-group input{
  width: 100%;
}

.create-your-profile-section .personal-info-form-group > div{
  width: 100%;
}
.create-your-profile-section .personal-info-form-group  span{
font-family: 'Montserrat', sans-serif;
font-weight: 500;
  color: #185985;
  font-size: 16px;
padding-top: 10px;
display: block;
}
.create-your-profile-section .country-box select{
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  width: 100%;
  max-width: 180px;
  font-weight: 500;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  
  background-color: transparent;
  color: #0B0B0B;
  text-align: left;
}

.create-your-profile-section .country-box {
    display: flex;
gap:10px;
  }


  
  .file-upload-section .upload-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .file-upload-section .upload-box {
    flex: 1 1 45%;
  }
  
  .file-upload-section .upload-label {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
  }
  
  .file-upload-section .required {
    color: red;
  }
  
  .file-upload-section .upload-area {
    border: 1px dashed #D5D8E2;
    border-radius: 10px;
    background-color: #F5F5F5;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .file-upload-section .upload-icon {
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
  }
  
  .file-upload-section .upload-area p {
        font-family: 'Montserrat', sans-serif;

    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
      }
  
  .file-upload-section .choose-file {
    color: #0C9AD7;
    text-decoration: underline;
    cursor: pointer;
  }
  
  .file-upload-section small {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height:20px;
    letter-spacing: 0%;
    text-align: center;
        color: #515978;
  }
  .file-upload-section small span{
    display: block;
    font-weight: 500;
  }
  
  .file-upload-section .radio-group {
    display: flex;
    gap: 20px;
    font-size: 14px;
  }
  .file-upload-section label{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 100%;
    letter-spacing: 0%;
  }
.create-your-profile-section
  .person-concern-step-1 input[type="radio"] {
    width: 24px;
    height: 24px;
    border: 2px solid #0B0B0B;}

    .create-your-profile-section .person-concern-step-1 input[type="radio"]:checked {
      background-color: transparent;
      border-color: #0C9AD7;
  }
  .create-your-profile-section .person-concern-step-1 input[type="radio"]:checked::after {
    width: 10px;
    height: 10px;
    top: 5px;
    background-color: #0C9AD7;
}
.file-name {
  font-size: 14px;
  margin-top: 5px;
  color: green;
}
.error-message {
  font-size: 13px;
  margin-top: 5px;
  color: red;
}

.file-upload-section{
  margin-bottom: 50px;
}

.create-your-profile-section .personal-info-right {
  border-top: none;
}

.create-your-profile-section .personal-info-form-upload-btn {
  max-width: 276px;
}
.upload-file{
  margin-top: 10px !important;}
@media (max-width: 768px) {
  .create-your-profile-section
  .personal-info-form-group {
    display: block;}
    .create-your-profile-section .personal-info-form-group span {
      padding-bottom: 20px;
  }
  .create-your-profile-section .personal-info-form-group label {
    padding-top: 15px;}
    .create-your-profile-section .person-concern-step-1 h2 {
      font-size: 16px;
      line-height: 22px;}
      .file-upload-section .upload-box {
        flex: unset;
    }
    .create-your-profile-section
  .person-concern-step-1 input[type="radio"] {
    width: 20px;
    height: 20px;}  
    .file-upload-section label {
      font-size: 14px;}

  }

  .create-your-profile-section
  .person-concern-step-1 .button-row {
    margin-top: 20px !important;
}

.create-your-profile-section .group{
  display: flex;
  justify-content: space-between;
}

.create-your-profile-section .question p{
    font-family: 'Montserrat', sans-serif;
font-weight: 500;
font-size: 16px;
margin-bottom: 15px;
color: #000000;}

.create-your-profile-section
.person-concern-step-1 .group .question {
  width: 50%;
  border-bottom: none;
}

.create-your-profile-section
.person-concern-step-1  .question {
  border-bottom: none;
}
.create-your-profile-section .error{
  color: #E40808;
  font-family: 'Montserrat', sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;

}
.icon-wrapper {
  display: inline-block;
}

.custom-info-icon {
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: red;
  border: 2px solid red;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  box-sizing: border-box;
}

.present-yourself {
  margin-top: 50px !important;
}


.profile-form label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  display: block;
  color: #000000;
  padding-bottom: 15px;
  line-height: 100%;
  letter-spacing: 0%;
}

.profile-form textarea,
.profile-form input[type="text"] {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  border: 1px solid #C4C4C4;
  font-size: 14px;
  border-radius:4px;
  resize: vertical;
}

.profile-form .form-group {
  margin-bottom: 15px;
}

.profile-form .langues {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.profile-form .langue-input {
  flex: 1 1 calc(50% - 10px);
  min-width: 200px;
}

.create-your-profile-section
.profile-form .add-language-btn {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px 20px;
  background-color: #228B22;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
      font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}

.profile-form .add-language-btn:hover {
  background-color: #247838;
}

.profile-form  h2 {

  margin-top: 50px;
}

.create-your-profile-section input::placeholder{
  color: #ABAFB1 !important;
}

.create-your-profile-section textarea::placeholder{
  color: #ABAFB1 !important;
}

.create-your-profile-section select::placeholder{
  color: #ABAFB1 !important;
}

.lab-connect-form {
  max-width: 800px;
}

.lab-connect-form__text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  display: block;
  color: #000000;
  padding-bottom: 15px;
  margin-top: 100px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.lab-connect-form__input-group {
  display: flex;
  gap: 0.5rem;  max-width: 700px;
}

.lab-connect-form__input {
  padding: 10px;
  border: 1px solid #C4C4C4;
  font-size: 14px;
  border-radius:4px;
  width: 100%;
}

.lab-connect-form__button {
  background-color: #F14336;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: 'Montserrat', sans-serif;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.3s;
}

.lab-connect-form__button:hover {
  background-color: #d32f2f;
}

.lab-connect-form__icon {
  font-size: 16px;
}

.lab-connect-form__input::placeholder{
  color: #000;
}
.create-your-profile-section .result-assesment-wrapper {
  box-shadow: 4px 8px 16px 0px #454F590A;
  border: 1px solid #0000001A;
  border-radius: 10px;
}
.create-your-profile-section .section1 {
    font-weight: 700;
    font-size: 22px;
    max-width: 600px;
    line-height: 30px;
    letter-spacing: 0%;
    margin: 20px auto;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 767px) {
.create-your-profile-section .section1 {
  font-size: 18px;
  line-height: 26px;}}

  .create-your-profile-section 
  .button-container .custom-btn{
    border: 1px solid #D4AF37;
    border-radius: 8px;
    background-color: transparent;
    padding: 12px 15px;
    font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 17px;
line-height: 100%;
letter-spacing: 0%;

  }

  .btn-container1 {
    max-width: 650px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
  }

  
  .btn-container2 {
    max-width: 750px;
    display: flex;
    margin: 30px auto;
    justify-content: space-between;
  }

  .btn-container2 .delete-btn{
  background-color: #F14336 !important;
    border: none !important;
    color: #fff !important;
  }

  .btn-container2 .home-btn {
    background-color: #E3F5FF !important;
    color: #185985 !important;
    border: none !important;
  }
@media (max-width: 767px) {
  .create-your-profile-section 
  .button-container{
    flex-wrap: wrap;
    gap: 20px;
  }
  .create-your-profile-section .button-container .custom-btn {
    padding: 10px 10px;
    font-size: 15px;
}
.create-your-profile-section 
.button-container button{
  width: 100%;
}
.create-your-profile-section     .result-assesment-wrapper h2 {
  line-height: 27px;
}
}
.important-modal {

max-width: 1000px !important;
}
.imp-label{
  display: flex !important;
  align-items: end;
}
.imp-star-color{
  color: #E40808 !important;
}
.button-color{
 border: 1px solid #D4AF37
}
.button-color:hover{
  background-color: #D4AF37 !important;
  color: white;
}
.main-breadcrum{

  background-color: #f0f8ff; /* same as Tailwind bg-blue-50 */
}
.breadcrumb-wrapper {
  /* background-color: #f0f8ff; same as Tailwind bg-blue-50 */
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px; /* same as text-sm */
  font-weight: 500;
}
.breadcrumb-text {
  display: flex;
  align-items: center;
  /* gap: 12px; */
  justify-content: space-between;
  color: #000;
  width: 100%;
  flex-wrap: wrap;

}
.breadcrumb-text span {
  white-space: nowrap;
  margin: 2px 0;
}
.breadcrumb-arrow {
  font-size: 14px;
}
.breadcrumb-btn {
    margin: 2px 0;
  font-size: 14px;
  font-weight: 500;
  color: #185985;
  border: 1px solid #185985;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
}
.breadcrumb-btn:hover {
  background-color: #e7f1ff;
}


.modal-title-head{
  color: #185985;
  font-size: 40px;
  font-weight: 500;
}
.modal-text-content{
  font-size: 18px;
  color: #000;
}

@media (max-width: 1197px) and (min-width: 685px) {
  .padding-box {
      padding: 20px;
  }
  .breadcrumb-wrapper {
      /* background-color: #f0f8ff; same as Tailwind bg-blue-50 */
      padding: 20px 20px;
  }
}
@media (max-width: 600px) {
  .box-position{
      flex-wrap: wrap;
  }
  .red-box{
      width: 100%;
      text-align: center;
      display: inline;
  }
  .breadcrumb-wrapper {
      /* background-color: #f0f8ff; same as Tailwind bg-blue-50 */
      padding: 20px 10px;
  }
}
.modal-title-head {
color: #185985;
font-size: 40px;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 40px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
}
.important-modal .modal-header{
  padding-top: 50px;
}

.important-modal .modal-header .btn-close{
  color: #000;
  right: 40px !important;
opacity: 1;
}

.important-modal  .modal-body{
  padding: 20px 60px !important;
}

@media (max-width: 600px) {
.important-modal .modal-title-head {
  font-size: 20px;}
  .important-modal  .modal-body{
    padding: 10px 10px !important;
    font-size: 15px;
  }
  .important-modal .modal-header {
    padding-top: 20px;
}

.important-modal .modal-header .btn-close{
  right: 10px !important;
}

}

/* 9th April second phase css starts */


.main-heading-wrapper{
  margin-top: 60px !important;
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.main-heading-wrapper h1{
color: #185985;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 40px;
}
.main-heading-wrapper h5{
  font-family: 'Montserrat', sans-serif;
color: #000;
font-weight: 600;
font-size: 18px;
text-transform: uppercase;
}

.audya-dashboard {
  margin: auto;
  margin-bottom: 30px !important;
  box-sizing: border-box;
}

.audya-dashboard .cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.audya-dashboard .card1 {
  flex: 1 1 calc(50% - 20px);
  border: 1px solid #D4AF37;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;  display: flex;
  gap: 20px;
  min-width: 280px;
}

.audya-dashboard .card-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #f1efff;
  color: #bc9cff;
  border-radius: 50%;
  padding: 10px;
  font-size: 16px;
}

.audya-dashboard h4 {
  font-weight: 600;
  font-size: 20px;
font-family: 'Montserrat', sans-serif;
  line-height: 150%;
  margin-bottom: 10px;
  letter-spacing: -1%;
}

.audya-dashboard p {
  font-size: 14px;
  margin: 0 0 15px;
  color: #333;
}


.audya-dashboard .btn {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  background-color: #E3F5FF;
  color: #185985;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  width: 100%;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  /* display: flex
; */
  align-items: center;
  margin: 10px 0;
  /* gap: 6px; */
  max-width: 224px;
  text-align: center;
}

.audya-dashboard .btn i {
margin-left: 5px;
}

.audya-dashboard .info-texts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
  gap: 20px;
}

.audya-dashboard .info-text {
  flex: 1 1 calc(50% - 20px);
  font-size: 13px;
  color: #2f4c5a;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 280px;
}

.audya-dashboard .info-text i {
  color: #87d0e4;
  font-size: 16px;
  margin-top: 2px;
}

@media (max-width: 768px) {
  .audya-dashboard .card1,
  .audya-dashboard .info-text {
    flex: 1 1 100%;
  }
}
.main-information-container{
  max-width: 1080px;
  margin: 0 auto;
}
.main-information-container .card-detail{
  height: 64px;
  width: 64px;
}
.main-information-container
.person-concern-step-1 .form-title-row {
  border: none;
  margin: 0;
  align-items: flex-start;}



  .main-information-container
.person-concern-step-1 .form-title-row p{
  color: #185985 !important;
}

.account-link-wrapper h4{
  font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 18px;
line-height: 100%;
margin: 40px 0 20px 0;
letter-spacing: 0%;
text-transform: uppercase;
color: #000000;
}


.lab-table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
}

.lab-table thead {
  background-color: #E3F3FC;
  text-align: left;
}

.lab-table th,
.lab-table td {
  padding: 15px 20px;
  font-family: 'Montserrat', sans-serif;
  color: #0B0B0B;
  font-weight: 500;
  font-size: 16px;
}

.lab-table th {
  color: #0B0B0B;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
  
}

.lab-table tbody tr {
  border-bottom: 1px solid #EEEEF0;
}

.lab-table tbody  {
  border: 1px solid #EEEEF0;
  border-radius: 10px;
}

.lab-table .btn {
  padding: 8px 12px;
  font-size: 13px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.lab-table .btn-view {
  background-color: #E3F5FF;
  color: #185985;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;white-space: nowrap;
}

.lab-table .btn-view i {
  color: #00335c;
}

.lab-table .btn-delete {
  background-color: #E40808;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.lab-table .btn-delete i {
  color: #fff;
}



.account-link-wrapper .person-concern-step-1 .form-title-row p {
  font-size: 17px;
margin-bottom: 0;
}

  .account-link-wrapper .person-concern-step-1 {
    margin: 20px auto;
}

.main-information-container .person-concern-step-1 .form-title-row1 {
  margin-bottom: 100px;
  align-items: center;
}



.lab-table1 td {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
}
.main-information-container .person-concern-step-1 .form-title-row1 a{
  color: #185985 !important;
text-decoration: unset;
}

.suggest-service h2 {
  color: #185985;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;  
  margin-bottom: 30px;
}

.suggest-service label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;  
  color: #0B0B0B;
}

.suggest-service textarea {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 6px;
  font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
  background-color: #EFF1F999;
  font-size: 14px;
  color: #909090;
  margin-top: 20px;
  resize: none;
  box-sizing: border-box;
}

.suggest-service .button-group {
  display: flex;
  justify-content: space-between;
  margin-top: 30px !important;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto;
  gap: 10px;
}

.suggest-service .btn {
  min-width: 120px;
  padding: 10px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  border-radius: 4px;
font-weight: 600;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.suggest-service .btn-cancel {
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #E40808;
  color: #E40808;
}



.suggest-service .btn-validate {
  background-color: #E3F5FF;
  border: none;
  color: #185985;
}


@media (max-width: 480px) {
  .suggest-service .button-group {
    flex-direction: column;
    align-items: stretch;
  }

  .suggest-service .btn {
    width: 100%;
  }
}

.important-modal1 {

  max-width: 1000px !important;
  }


.important-moda1 .modal-header .btn-close{
  color: #000;
  right: 40px !important;
opacity: 1;
}

.important-modal1  .modal-body{
  padding: 100px 60px !important;
}

.main-heading-wrapper1 h6{
  font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 40px;
margin-top: 60px !important;
margin-bottom: 40px;
line-height: 100%;
color: #185985;
}

.main-patients-table-wrapper{
  margin-bottom: 50px;
}

.main-patients-table-wrapper th .filter{
  border: 1px solid #D4AF37;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0%;
  display: flex
;
  text-align: center;
  text-transform: uppercase;
  max-width: 95px;
  justify-content: space-between;
  padding: 0 9px;
  align-items: center;
  color: #0B0B0B;
}



.notification-table {
  margin: 30px auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
}

.notification-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000000;
}

.notification-table th {
  border: 1px solid #000000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding: 14px;
  line-height: 100%;
  color: #0B0B0B;width: 28%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;  
  text-align: center;
  vertical-align: middle;
}
.notification-table td{
font-family: 'Montserrat', sans-serif;
padding: 14px;
  font-weight: 600;
  text-align: center;
  color: #0B0B0B;
font-size: 18px;
line-height: 100%;
  border: 1px solid #000000;
  letter-spacing: 0px;
text-align: center;
vertical-align: middle;
}




.notification-table .check-icon {
  background-color: #469ad7;
  color: white;
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .notification-table th {
    width: auto;}
    .notification-table th {
      font-size: 16px;}
    .notification-table td {
      font-size: 15px;}
}
.main-heading-wrapper1 h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;  
color: #000;
margin-bottom: 60px;
}
.uploaded-file-card {
  display: flex;
  align-items: center;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  padding: 18px;
  margin-top: 10px;
  justify-content: space-between;
  background: #fff;
  gap: 10px;
}

.file-icon i {
  font-size: 24px;
  color: #228B22;
}

.file-info a {
  color: #228B22;
  font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 18px;
letter-spacing: 0px;
text-align: left;
  text-decoration: none;
}

.file-meta {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
text-align: left;
font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
color: #0B0B0B;  
}

.file-actions i {
  margin-left: 10px;
  cursor: pointer;
  color: #333;
}

.main-patients-table-wrapper hr {
  border: 0;
  height: 1px;
  background-color: #454F5914;
  margin: 20px 0;
}

.upload-area.uploaded{
  border: 0;
    border-radius: 10px;
    background-color: transparent;
    padding: 0;
}

.uploaded-file-card > div{
  display: flex;
  align-items: center;
}


.person-concern-step-3 {
  margin: 1px auto;
}

.satisfaction-wrapper  .heading-title-1{
font-family: 'Montserrat', sans-serif;
font-weight: 500;
font-size: 18px;
max-width: 900px;
  line-height: 24px;
letter-spacing: 0%;
color: #185985;
}

.satisfaction-wrapper .heading {
  margin-bottom: 10px;
}

.lab-connect-form1 .lab-connect-form__text{
    margin-top: 0px;
}


.criteria-concerned-section1 table td:nth-child(2) {
  border-left: 0;
  width: auto;
}
.criteria-concerned-section1  .lab-table th{
  text-align: center;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .lab-table th, .lab-table td {
    padding: 15px 10px;
    font-size: 12px;}
  .lab-table .btn-view {
    margin-bottom: 10px;}
.lab-table{
  overflow: auto;
    width: 100%;
}}

.criteria-concerned-section1 .lab-table1 th{
  text-align: left;
  padding: 15px 20px;
}

.criteria-concerned-section1 .lab-table1 td:last-child {
  text-align: left;
}
.statistique-table {
margin-top: 50px;
max-width: 900px;
}
.statistique-table h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
color: #000;
margin-bottom: 30px;
}

.statistique-table .table-scroll {
  min-width: 600px;
}

.criteria-concerned-section
.statistique-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
}

.criteria-concerned-section
.statistique-table th{
  padding: 8px 10px;
  border: 1px solid #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #0B0B0B;
  white-space: nowrap;
  padding: 12px 7px;
}

.criteria-concerned-section
.statistique-table td {
  border-right: 1px solid #000;
  padding: 8px 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: center !important;
  padding: 12px 7px;
  font-size: 14px;
  color: #0B0B0B;
  white-space: nowrap;}
.statistique-table .legend {
  margin-top: 15px;
  font-size: 13px;
  color: #333;
}
.statistique-table .legend i {
  margin-right: 6px;
  color: #007bff;
}
.statistique-table .quartiles {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 13px;
  margin-bottom: 30px;
}
.statistique-table .legend-box {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
padding: 10px;
  vertical-align: middle;
}
.statistique-table .vert { color:#228B22; }
.statistique-table .bleu { color: #185985; }
.statistique-table .jaune { color: #D4C437; }
.statistique-table .rouge { color: #E40808; }
.statistique-table .legend-box.vert { background: #228B22; }
.statistique-table .legend-box.bleu { background: #185985; }
.statistique-table .legend-box.jaune { background: #D4C437; }
.statistique-table .legend-box.rouge { background: #E40808; }
@media (max-width: 767px) {
  .statistique-table .table-wrapper {
    width: 100%;
    overflow-x: auto;
  }}


  .statistique-table table tr {
    border-bottom: none !important;
}

.statistique-table table tr:last-child{
  border-top: 1px solid #000 !important;
}

.statistique-table .person-concern-step-3 p{
  color: #185985;
  font-size: 16px;
  margin: 0;
  font-style: italic;
}
.statistique-table
.person-concern-step-1 .form-title-row {
  margin-bottom: 0;
  padding-bottom: 0px;
  align-items: baseline;}

  .statistique-table .vert1{
    color: #228B22;
    font-weight: 500;
    font-style: italic;
    display: flex
;
margin-right: 5px;
    font-size: 18px;
    line-height: 25px;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
  }

  .statistique-table .vert2{
    color: #185985;
    font-weight: 500;
    font-style: italic;
    display: flex
;
margin-right: 5px;

    font-size: 18px;
    line-height: 25px;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
  }

  .statistique-table .vert3{
    color: #D4C437;
    font-weight: 500;
    font-style: italic;
    display: flex
;
margin-right: 5px;

    font-size: 18px;
    line-height: 25px;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
  }

  .statistique-table .vert4{
    color: #E40808;
    font-weight: 500;
    font-style: italic;
    display: flex
;
    font-size: 18px;
    line-height: 25px;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
  }

  
/* 9th April second phase css ends */


/* Header Css 21/09/2025 start */

body{
      margin: 0;
    }
    .cma-header * {
      box-sizing: border-box;
    }

    .cma-header {
      --c-primary: #185985;
      --c-border: #C4C4C4;
      --c-text: #0B0B0B;
      --c-active: #D4AF37;
      --c-dd-active: #E3F5FF;
      font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    }

    .cma-header a {
      text-decoration: none;
      color: inherit;
    }

    /* -------------------- STICKY WRAP -------------------- */
    .cma-header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: #fff;
      /* border-bottom: 1px solid var(--c-border); */
      border-bottom: 1px solid #fff;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    /* Page max width */
    .cma-header .container {
      max-width: 1300px;
      margin: 0 auto;
      padding: 12px 0px;
    }

    /* -------------------- ROW 1 -------------------- */
    .cma-header .seperator-div {
      border-left: 1px solid #0B0B0B;
      width: 1px;
      height: 15px;
    }
    .cma-header .row-1 {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
    }

    .cma-header .r1-left {
      justify-self: start;
      color: var(--c-text);
      font-weight: 500;
      font-size: 18px;
      padding-bottom: 10px;
    }

    .cma-header .r1-left a {
      color: var(--c-text);
    }

    .cma-header .logo {
      justify-self: center;
      display: inline-flex;
      align-items: center;
    }

    .cma-header .logo img {
      height: 75px;
      display: block;
    }

    .cma-header .r1-right {
      justify-content: space-between;
      display: flex;
      gap: 18px;
      align-items: center;
    }

    /* Account dropdown */
    .cma-header .account {
      position: relative;
    }

    .cma-header .account-toggle {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--c-text);
      font-size: 18px;
      line-height: 1;
      font-weight: 500;
      padding-right: 50px;
    }

    .cma-header .account-toggle .sub-arrow img {
      width: 12px;
      height: auto;
      display: block;
    }

    .cma-header .main-nav-wrap {
    max-width: 1300px;
    padding: 0;
    border-top: 1px solid #C4C4C4;
}
.cma-header .account {
  padding-bottom:10px !important;     
}

    .cma-header .account-menu {
    position: absolute;
    box-shadow: 0px 8px 16px 0px #00000033;
    box-shadow: 0px 1px 2px 0px #0000001A;
    left: 0;
    top: 100%;
    min-width: 240px;
    background: #fff;
    display: none;
    right: 0;
    z-index: 1;
    border-radius: 3px;
    max-width: 100px;
    padding: 0;
    margin: 0 auto;
    }

    .cma-header .account:hover .account-menu,
    .cma-header .account.open .account-menu {
      display: block;
    }

    .cma-header .account-menu li {
      list-style: none;


    }
    
    .cma-header .account-menu li a {
font-weight: 500;
font-style: Medium;
font-size: 15px;
color: #0B0B0B;
line-height: 26px;
letter-spacing: -0.41px;
vertical-align: middle;

    }

    .cma-header .account-menu a {
      display: block;
border-bottom: 1px solid #C4C4C4;
      padding: 12px 14px;
      color: var(--c-text);
      font-size: 16px;
    }
    .cma-header .account-menu li:hover{
      background: var(--c-dd-active);

    }
   .cma-header .account-menu li:hover a{

      color: #185985 !important;
    }

    .cma-header .account-menu li.active {
      background: var(--c-dd-active);
    }
    .cma-header .account-menu li.active a{
      color: #185985 !important;
    }

    /* Logout button */
    .cma-header .btn-logout {
      background: var(--c-primary);
      color: #fff;
      border-radius: 8px;
      padding: 11px 36px;
      font-size: 17px;
      font-weight: 500;
      margin-bottom: 10px;
      display: inline-flex;
      text-align: center;
      align-items: center;
      gap: 8px;
    }

    /* -------------------- ROW 2 (MAIN NAV) -------------------- */

    .cma-header .header-account {
      display: flex;
      align-items: center;
      justify-content: space-around;
      padding: 0 40px;
    }

.cma-header .main-nav {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-around;
    margin: 0;
}

    .cma-header .main-nav>li {
      list-style: none;
      position: relative;
      padding: 0 10px;
    }

    .cma-header .main-nav>li+li {
      border-left: 1px solid var(--c-border);
    }

    .cma-header .main-nav>li>a {
      color: var(--c-text);
      font-size: 18px;
      font-weight: 500;
      line-height: 1;
    padding: 20px 10px 20px 10px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .cma-header .main-nav>li.active>a {
      color: var(--c-active);
    }

    /* Dropdown under S’informer */
    .cma-header .main-nav .has-dd .dd {
      position: absolute;
      top: 100%;
      min-width: 260px;
      background: #fff;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      display: none;
    }

    .cma-header .main-nav .has-dd:hover .dd,
    .cma-header .main-nav .has-dd.open .dd {
      display: block;
    }

    .cma-header .dd ul {
      margin: 0;
      padding: 0px 0;
    }

    .cma-header .dd li {
      list-style: none;    font-weight: 500;
    font-size: 15px;
      padding: 12px 14px;
    color: #0B0B0B;border-bottom: 1px solid #C4C4C4;
    line-height: 26px;
          background: transparent;
    }
    .cma-header .dd li:hover{
          background: var(--c-dd-active) !important;
      color: #185985 !important;}

    .cma-header .dd a {
      display: block;

    }
    .cma-header .dd li.active{
                background: var(--c-dd-active) !important;
      color: #185985 !important;
    }
    /* -------------------- BURGER -------------------- */
    .cma-header .burger {
      display: none;
      width: 42px;
      height: 42px;
      border: 1px solid var(--c-border);
      border-radius: 8px;
      align-items: center;
      justify-content: center;
      background: #fff;
      border: 0;
    }

    .cma-header .burger i {
      font-size: 18px;
    }

    /* -------------------- MOBILE NAV -------------------- */
    .mobile-nav {
      display: none;
      padding: 16px;
    }

    .mobile-list {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .mobile-list>li {
      margin-bottom: 8px;
    }

    .mobile-list>li>a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 14px;
      border: 1px solid var(--c-border);
      border-radius: 6px;
      font-size: 16px;
      color: var(--c-text);
    }

    .mobile-list>li.active>a {
      color: var(--c-active);
    }

    .mobile-list .sub-list {
      display: none;box-shadow: 0px 1px 2px 0px #0000001A;
      margin-top: 6px;
border: 1px solid #C4C4C4;
      padding-left: 0;
      list-style: none;
    }

    .mobile-list .sub-list li a {
      display: block;
      padding: 12px 14px;
border-bottom: 1px solid #C4C4C4;
      border-top: none;
      font-size: 14px;
      color: var(--c-text);
    }


    .mobile-list .sub-list li:last-child a {
  border-bottom: 0;

    }
    .mobile-list .has-sub .off-account{
      font-weight: 700;
    }

    /* Show only in mobile */
    @media(max-width:1024px) {
      .cma-header .main-nav-wrap {
        display: none;
      }

      .cma-header .r1-left,
      .cma-header .account,
      .cma-header .btn-logout {
        display: none;
      }

      .cma-header .burger {
        display: inline-flex;
      }

      .cma-header .row-1 {
        display: flex;
        justify-content: space-between;
        /* padding: 0; */
                padding-right: 20px;
      }

      .mobile-nav {
        display: block;
      }
      .cma-header .logo img {
    height: 60px;
    display: block;
}
.cma-header .row-1 {
    height: 80px;
}
.cma-header .close-btn {
  border: 0;
  background: white;
}
.cma-header .burger  img{
      width: 28px;

}
.cma-header .close-btn img{
  width: 28px;
}

.cma-header .close-btn-container {
  display: flex;
    flex-direction: row-reverse;
}
    }

    /* -------------------- MOBILE NAV (FULLSCREEN) -------------------- */
.mobile-nav {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: calc(100% - 2px);
  background: #fff;
  padding: 15px 16px;
  z-index: 9999;
  overflow-y: auto;

  /* For animation */
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  pointer-events: none;
}

.mobile-nav.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}


    .mobile-list>li>a {
      border: 0;
      border-radius: 0;
    }

    /* CTA buttons at bottom */
  .mobile-list .off-cta {
    display: block;
    border: 2px solid var(--c-primary);
    text-align: center;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    margin: 16px 0;
    font-size: 18px;
    color: var(--c-primary);
}

   .mobile-list .off-logout {
     display: block;
     background: var(--c-primary);
     color: #fff;
     text-align: center;
    padding: 14px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    border: 3px solid var(--c-primary);
  }
  .mobile-list .mobile-divider {
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    height: 1px;
  }
@media (min-width: 1024px) and (max-width: 1250.98px) {

  .cma-header .container {
    padding: 20px 12px;
}
.cma-header .header-account {
    padding: 0 20px;
}
.cma-header .btn-logout {
    padding: 10px 10px;
    font-size: 14px;
}}

/* Header Css 21/09/2025 end */





/*newww*/

.audioprothesistes-page-wrapper .icon-text {
    line-height: 25px;
align-items: flex-start;
}

.create-your-profile-section .person-concern-step-1 button {
     padding: 0 14px 0 14px;
}

.comparateur-page-wrapper .active-gold-top{
    border: 2px solid #D4AF37;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
}
.comparateur-page-wrapper .active-gold-middle{
    border: 2px solid #D4AF37;
    border-bottom: 0;
border-top: 0;
    
}
.comparateur-page-wrapper .active-gold-bottom{
    border: 2px solid #D4AF37;
    border-top: 0;
    border-radius: 0 0 10px 10px ;
}
/* Target the 3rd th */
.comparateur-page-wrapper .laco-table th:nth-child(3) {
  border-radius: 10px;
  border: 2px solid #D4AF37;
}
.comparateur-page-wrapper .laco-table th:nth-child(4) {
  border-radius: 10px 0 0 10px;
  border: 2px solid #D4AF37;
}
/* Target the 2nd td */
.comparateur-page-wrapper .laco-table td:nth-child(2) {
  border-radius: 10px;
  border: 2px solid #D4AF37;
}

/* Style the 3rd th */
.comparateur-page-wrapper .laco-table th:nth-child(3) {
  border-radius: 10px;
  border: 2px solid #D4AF37;
  background: #fff;
  position: relative;
}

/* Add gap ONLY to the right side of 3rd th */
.comparateur-page-wrapper .laco-table th:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;   /* gap width */
  width: 10px;
  height: 100%;
  background: transparent; /* keeps it invisible */
}


.laco-page-wrapper .pricing-table .bg-yellow-badge {
    padding: 5px 4px;
    height: 26px;
    width: 28px;
}
.laco-page-wrapper  .voir-plus{
padding:6px;
}



.classify-page-wrapper table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent !important;
}
.classify-page-wrapper .feature-table td {
    padding: 15px 10px !important;
    border-bottom: 1px solid #EEEEF0 !important;
}
.classify-page-wrapper .lab-table th {
    color: #185985;
}
.classify-page-wrapper .feature-table td a {
    text-decoration: none;
    background-color: #E3F3FC;
    border: none;
    color: #185985;
    padding: 6px 8px;
    margin-left: 0;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
}
.classify-page-wrapper .audio-pro-page-wrapper .table-bottom-line {
border-bottom:0 !important;
}
.classify-page-wrapper .audio-pro-page-wrapper .colorful-table-container td {
    font-size: 14px;
    font-weight: 600;
}
.classify-page-wrapper .audio-pro-page-wrapper .colorful-table-container .table-tab-main-heading {
    font-size: 14px;
    font-weight: 600;
}
.classify-page-wrapper .audio-pro-page-wrapper .custom-table td:first-child {
    text-align: left;
}
.payment1-page-wrapper  .card-text-lines {
    height: 92%;
}
.payment1-page-wrapper .i-info-icon{
width:100px
}
.payment1-page-wrapper .hr-line {
    margin-top: 0 !important;
}
.payment1-page-wrapper .icon-and-text{
margin-top:70px !important;
}
.payment1-page-wrapper .pay-button {
    max-width: 100%;
}






.paement2-correction-page-wrapper .info-icon1 img{
width:43px;
}
.paement2-correction-page-wrapper .info-icon2 img{
width:100px;
}
.paement2-correction-page-wrapper  .card {
    height: 91% !important;
}
.paement2-correction-page-wrapper  .icon-text-img{
margin-top:33px !important;
}
.paement2-correction-page-wrapper .pay-button {
    max-width: 100%;
}
.paement2-correction-page-wrapper .hr-line {
    display: none;
}




.check-table-parent-wrapper .info-icon1 {
    width: 65px;
}



.new-patient-page-wrapper .form-title-row .icon img {
    width: 28px !important;
}
.new-patient-page-wrapper .lab-table th {
    color: #185985;
}
.new-patient-page-wrapper table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

.new-patient-page-wrapper .lab-table td {
border-bottom:1px solid #EEEEF0 !important;
}



.sales-report-parent-page-wrapper table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}
.sales-report-parent-page-wrapper table td {
    border-bottom : 1px solid #EEEEF0 !important;
}
.sales-report-parent-page-wrapper table td:first-child {
  text-align: left;
}
.sales-report-parent-page-wrapper .lab-table {
margin-bottom:60px;
}








.setting-page-parent-wrapper .list-item {
    color: #0B0B0B;
    font-size: 18px;
    font-weight: 500;
}
.setting-page-parent-wrapper .form-title-row .icon img {
    width: 23px !important;
}




.ent-around-parent-page-wrapper .form-title-row .icon img {
    width: 23px !important;
}
@media (max-width: 768px) {
.ent-around-parent-page-wrapper .create-your-profile-section .person-concern-step-1 button {
    font-weight: 600;
    font-size: 14px;
}
}



.table-parent-page-wrapper .person-concern-step-1 .form-title-row .icon img {
    width: 23px !important;
}
.table-parent-page-wrapper .person-concern-step-1 .form-title-row p {
    color: #185985 !important;
    margin-top: 3px !important;
}

.table-parent-page-wrapper .person-concern-step-4 {
    margin: 0px auto;
    margin-bottom: 70px;
}

.table-parent-page-wrapper .blue-contact{
color:#185985;
font-side:16px !important;
font-weight:500;
text-align:center;
}
.table-parent-page-wrapper  .laboratoire-page-wrapper .card p img{
width:23px
}





.profile-page-parent-wrapper .pro-profile-wrapper h6 {
    text-transform: uppercase;
}
.profile-page-parent-wrapper .form-title-row .icon img {
    width: 23px !important;
}
@media (max-width: 760px) {
.profile-page-parent-wrapper  .pro-profile-section .button-redo {
    margin-bottom: 8px;
}
}
@media (max-width: 500px) {
.profile-page-parent-wrapper  .pro-profile-wrapper .personal-info-form-group2 .radio-group {
    flex-wrap: wrap;
gap:2px
}
   .profile-page-parent-wrapper .create-your-profile-section .personal-info-form-group label {
        padding-top: 15px;
        line-height: 23px;
    }
 .profile-page-parent-wrapper  .personal-info-form-group2 .form-title-row {
    padding-bottom: 0;
    margin-bottom: 0;
    align-items: baseline;
}
 .profile-page-parent-wrapper  .pro-profile-wrapper .personal-info-form-group2 .form-title-row p {
    font-size: 15px;
}
}





.setting-up-parent-page-wrapper  .setting-up-the-lab-offer .list-item {
    font-size: 18px !important;
    font-weight: 500;
    color: #0B0B0B;
}
.setting-up-parent-page-wrapper  .form-title-row .icon img {
    width: 23px !important;
}
.setting-up-parent-page-wrapper  .main-patients-table-wrapper h4 {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.custom-btn {
  white-space: normal !important; /* allow wrapping */
  word-break: break-word !important; /* break if needed */
}

@media (max-width: 600px) {
.result-assesment-wrapper {
    padding: 10px 10px;
    max-width: 1200px;
}
}
.result-assesment-wrapper  .section1 strong{
    font-weight: bold;
font-size: 18px;
}








.lab-dashboard-parent-page-wrapper .identifier-text{
font-size:18px;
font-weight:700;
color:#0B0B0B;
    text-transform: lowercase;
}
.lab-dashboard-parent-page-wrapper .form-title-row .icon-width{
width: 23px !important;
}


.lab-dashboard-parent-page-wrapper .audya-dashboard .info-texts {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
    gap: 20px;
    padding: 0;
}

.lab-dashboard-parent-page-wrapper .form-title-row .icon-width1 {
    width: 45px !important;
}
.lab-dashboard-parent-page-wrapper .form-title-row .icon-width2 {
    width: 75px !important;
}
.lab-dashboard-parent-page-wrapper .form-title-row .icon-width4 {
    width: 70px !important;
}
.lab-dashboard-parent-page-wrapper .form-title-row .icon-width3 {
    width: 22px !important;
}

.lab-dashboard-parent-page-wrapper .card-detail2 {
    height: 86px !important;
    width: 86px !important;
}

.lab-dashboard-parent-page-wrapper .card-detail2 {
    height: 86px !important;
    width: 86px !important;
}
.lab-dashboard-parent-page-wrapper .vert-div-btns {
    display: flex;
    flex-direction: column;
}

.lab-dashboard-parent-page-wrapper  table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

.lab-dashboard-parent-page-wrapper  .lab-table th, .lab-table td {
    text-align: left;
    border-bottom: 1px solid #EEEEF0 !important;
}


@media (max-width: 600px) {
.lab-dashboard-parent-page-wrapper .person-concern-step-1 {
       padding: 0; 
}
.lab-dashboard-parent-page-wrapper .form-title-row .icon-width3 {
    width: 52px !important;
}
.lab-dashboard-parent-page-wrapper .form-title-row .icon-width4 {
    width: 145px !important;
}
}

@media (max-width: 500px) {
.lab-dashboard-parent-page-wrapper  .audya-dashboard h4 {
    font-weight: 600;
    font-size: 14px;
}
.lab-dashboard-parent-page-wrapper  .audya-dashboard .btn {
    font-size: 13px;
    margin: 3px 0
}
.lab-dashboard-parent-page-wrapper  .person-concern-step-1 .form-title-row p {
    width: 100%;
}
.lab-dashboard-parent-page-wrapper .form-title-row .icon-width1 {
    width: 23px !important;
}
.lab-dashboard-parent-page-wrapper .form-title-row .icon-width2 {
    width: 23px !important;
}
.lab-dashboard-parent-page-wrapper .form-title-row .icon-width3 {
    width: 23px !important;
}
.lab-dashboard-parent-page-wrapper .form-title-row .icon-width4 {
    width: 23px !important;
}
.lab-dashboard-parent-page-wrapper .btn-group1 {
    width:100%;
}
.lab-dashboard-parent-page-wrapper .card-detail2 {
    height: 64px !important;
    width: 64px !important;
}
}










.lab-patient-page-parent-wrapper .icon-width3{
    width: 23px;
}
.lab-patient-page-parent-wrapper .person-concern-step-1 {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}
.lab-patient-page-parent-wrapper .person-concern-step-1 .form-title-row {
    padding-bottom: 10px;
    border: 0;
    margin-top: 0;
    margin-bottom: 40px !important;
}
.lab-patient-page-parent-wrapper .subhead-text{
font-size:18px;
font-weight:600;
color:#000000;
margin-bottom:8px;
}

.lab-patient-page-parent-wrapper .filter-img-az{
width:30px;
}

.lab-patient-page-parent-wrapper  th .filter {
    border-radius: 5px;
}

.lab-patient-page-parent-wrapper .lab-table th:not(:first-child) {
  color: #185985;
}
.lab-patient-page-parent-wrapper table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

.lab-patient-page-parent-wrapper .lab-table th:nth-child(4) {
  max-width: 100px;
  text-align: center;
}
.lab-patient-page-parent-wrapper .lab-table td:nth-child(4) {
  max-width: 100px;
  text-align: center;
}
.lab-patient-page-parent-wrapper .lab-table th:nth-child(5) {
  max-width: 100px;
  text-align: center;
}
.lab-patient-page-parent-wrapper .lab-table td:nth-child(5) {
  max-width: 100px;
  text-align: center;
}
.lab-patient-page-parent-wrapper .lab-table th:nth-child(6) {
  max-width: 100px;
  text-align: center;
}
.lab-patient-page-parent-wrapper .lab-table td:nth-child(6) {
  max-width: 100px;
  text-align: center;
}
.lab-patient-page-parent-wrapper .lab-table th:nth-child(3) {
  max-width: 100px;
  text-align: center;
}
.lab-patient-page-parent-wrapper .lab-table td:nth-child(3) {
  max-width: 100px;
  text-align: center;
}
.lab-patient-page-parent-wrapper  .nom-text div:first-child {
  text-transform:uppercase;
}
.lab-patient-page-parent-wrapper .lab-table th:nth-child(1),
.lab-patient-page-parent-wrapper .lab-table th:nth-child(2) {
  vertical-align: middle; /* ✅ vertical centering */
}












/* Hide default checkbox */
.lab-setting-parent-page-wrapper .custom-checkbox input {
  display: none;
}

/* Outer square (default: unchecked) */
.lab-setting-parent-page-wrapper .custom-checkbox .checkmark {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #fff;       /* white background when unchecked */
  border: 2px solid #D6DAF1;    /* light blue border */
  border-radius: 4px;           /* rounded corners */
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* White tick (hidden by default) */
.lab-setting-parent-page-wrapper .custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* Checked state */
.lab-setting-parent-page-wrapper .custom-checkbox input:checked + .checkmark {
  background-color: #0C9AD7; /* blue background */
  border-color: #0C9AD7;     /* remove border difference */
}

/* Show white tick when checked */
.lab-setting-parent-page-wrapper .custom-checkbox input:checked + .checkmark::after {
  opacity: 1;
}




  table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

.lab-setting-parent-page-wrapper table {
  border-collapse: collapse; /* Ensures borders are merged neatly */
  width: 100%;
}

/* Table header and body cells */
.lab-setting-parent-page-wrapper table th,
.lab-setting-parent-page-wrapper table td {
  border: 1px solid #000 !important; /* Adjust color & thickness */
}
.lab-setting-parent-page-wrapper .notification-table {
    overflow-x: auto;
}




.lab-profile-parent-page-wrapper .form-title-row .icon img {
    width: 23px !important;
}
.lab-profile-parent-page-wrapper .hr-line{
height: 1px;
width:100%;
border-bottom:1px solid #454F5914;
}

@media (max-width: 768px) {
   .lab-profile-parent-page-wrapper  .create-your-profile-section .personal-info-form-group span {
        padding-bottom: 0;
    }
   .lab-profile-parent-page-wrapper  .criteria-page-wrapper .person-concern-step-1 .button {
        font-size: 14px;
        font-weight: 500;
        padding: 12px 20px;
    }
.lab-profile-parent-page-wrapper  .create-your-profile-section .person-concern-step-1 .form-title-row p {
    color: #185985;
    width: 100%;
}
 .lab-profile-parent-page-wrapper   .file-upload-section label {
        font-size: 14px;
        line-height: 26px;
    }
 .lab-profile-parent-page-wrapper  .person-concern-step-1 .form-title-row {

    align-items: baseline;
}
}

@media (max-width: 550px) {
.lab-profile-parent-page-wrapper  .create-your-profile-section .group {
    flex-direction: column;
}
.create-your-profile-section .person-concern-step-1 .group .question {
    width: 100%;
}
}



.lab-link-account-page-parent-wrapper  .person-concern-step-1 {
    padding-bottom: 0px !important;
padding:0;
}

.lab-link-account-page-parent-wrapper .form-title-row .icon{
width:23px;
}

.lab-link-account-page-parent-wrapper .create-your-profile-section .person-concern-step-1 .form-title-row p {
        margin-top: 3px !important;
    width: 100%;
}

.lab-link-account-page-parent-wrapper  .lab-table th {
    text-align: left;
    padding-left: 16px;
    vertical-align: middle;
}
.lab-link-account-page-parent-wrapper .lab-table {
    table-layout: fixed; /* Make column widths obey your CSS */
    width: 100%;         /* Full table width */
    border-collapse: collapse; /* Optional for clean borders */
}
.lab-link-account-page-parent-wrapper  .lab-table th:nth-child(2) {
  max-width: 300px;
}
.lab-link-account-page-parent-wrapper  .lab-table td:nth-child(2) {
     width: auto;
  max-width: 300px;
}
.lab-link-account-page-parent-wrapper  .lab-table th:nth-child(4) {
  text-align:center;
}
.lab-link-account-page-parent-wrapper  table td:last-child {
    text-align: right;
    width: 530px;
}
.lab-link-account-page-parent-wrapper .person-concern-step-1 btn-view {
    border-radius: 8px !important;
    margin-right: 6px !important;
}
.lab-link-account-page-parent-wrapper .person-concern-step-1 btn-delete {
    border-radius: 8px !important;
    margin-right: 6px !important;
}
.lab-link-account-page-parent-wrapper .lab-connect-form__input-group {
    display: flex;
    gap: 0.5rem;
    max-width: 800px;
}
.lab-link-account-page-parent-wrapper .person-concern-step-1 button {
    padding: 12px 35px 12px 20px !important;
}

@media (max-width: 1000px) {
   .lab-link-account-page-parent-wrapper .lab-table .btn-view {
        margin-bottom: 6px;
    }
}


















.lab-link-account-complete-page-wrapper .create-your-profile-section .button-container .custom-btn {
    max-width: 361px;
    width: 100%;
}


.lab-link-account-complete-page-wrapper .create-your-profile-section .space2 {
    max-width: 100%;
    width: 100%;
    gap: 10px;
}
.lab-link-account-complete-page-wrapper .create-your-profile-section .space1{
    max-width: 900px;
    width: 100%;
    gap: 10px;
}

@media (max-width: 786px) {

.lab-link-account-complete-page-wrapper .create-your-profile-section .button-container .custom-btn {
    max-width: 100%;
    width: 100%;
}
.lab-link-account-complete-page-wrapper  .result-assesment-wrapper {
    padding: 40px 20px;
}
}









.lab-satisfaction-parent-page-wrapper .statistique-table th {
    border: 1px solid black !important;
    vertical-align: middle;
}
.lab-satisfaction-parent-page-wrapper .statistique-table td {
    border-right: 1px solid #000 !important;
}
.lab-satisfaction-parent-page-wrapper .statistique-table tr:nth-child(1) td:not(:first-child) {
  color: #228B22;
}
.lab-satisfaction-parent-page-wrapper .statistique-table tr:nth-child(2) td:not(:first-child) {
  color: #185985;
}
.lab-satisfaction-parent-page-wrapper .statistique-table tr:nth-child(3) td:not(:first-child) {
  color: #D4C437;
}
.lab-satisfaction-parent-page-wrapper .person-concern-step-1 {
    padding-bottom: 20px !important;
    padding-left: 0;
}
.lab-satisfaction-parent-page-wrapper .form-title-row .icon img {
    width: 23px !important;
}
.lab-satisfaction-parent-page-wrapper .table2 td {
    border: 1px solid #000 !important;
}
.lab-satisfaction-parent-page-wrapper .criteria-concerned-section h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 600;
}
.lab-satisfaction-parent-page-wrapper .satisfaction-wrapper {
margin-bottom:65px
}












.introduce-yourself-parent-page-wrapper .person-concern-step-1 .button-redo {
    color: #fff;
    position: relative;
    background-color: #185985;
    border: 1px solid #185985;
}

.introduce-yourself-parent-page-wrapper .person-concern-step-1 .button-redo:hover {
    color: #fff;
    position: relative;
    background-color: #185985;
    border: 1px solid #185985;
}

.introduce-yourself-parent-page-wrapper .create-your-profile-section .person-concern-step-1  .button-validate2 {
    background-color: #185985;
    color: #fff;
}
.introduce-yourself-parent-page-wrapper .create-your-profile-section .person-concern-step-1  .button-validate2:hover {
    background-color: #185985;
    color: #fff;
}
.introduce-yourself-parent-page-wrapper .create-your-profile-section .profile-form .add-language-btn, .personal-info-form-upload-btn {
    background: #E3F3FC !important;
    color: #185985;
    border-radius: 8px !important;
    font-size: 18px;
    font-weight: 600;
}



@media (max-width: 768px) {
  .introduce-yourself-parent-page-wrapper  .person-concern-step-1 .button {
        font-size: 14px;
        font-weight: 500;
        padding: 13px 20px;
    }
.introduce-yourself-parent-page-wrapper .create-your-profile-section .person-concern-step-1 .button-validate2 {
    margin-top: 11px;
}
}






.link-your-account-parent-page-wrapper .lab-connect-form__text {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 100%;
}
.link-your-account-parent-page-wrapper .lab-connect-form {
    max-width: 1100px;
}
.link-your-account-parent-page-wrapper .lab-connect-form__input-group {
    display: flex;
    gap: 14px;
    max-width: 1000px;
    margin-top: 0px;
}
.link-your-account-parent-page-wrapper .lab-connect-form__button.red-box{
    padding: 10px 50px 10px 40px !important;
}
.link-your-account-parent-page-wrapper .lab-connect-form__button:hover {
    background-color: #F14336 !important;
}



@media (max-width: 768px) {
    .criteria-page-wrapper .person-concern-step-1 .button {
        padding: 12px 20px !important;
    }
.link-your-account-parent-page-wrapper .lab-connect-form__text {
    margin-top: 45px;
}
.link-your-account-parent-page-wrapper .create-your-profile-section .person-concern-step-1 button {
    border-radius: 8px !important;
    word-break: break-word !important;
    white-space: normal;
}
}





.audio-pro-page-wrapper .icon-text {
    align-items: flex-start;
}



.compapratuer-parent-page-wrapper .form-title-row p {
    font-size: 16px !important;
    width: 100%;
}
.compapratuer-parent-page-wrapper .form-title-row .icon img {
    width: 23px !important;
}
.compapratuer-parent-page-wrapper.laco-page-wrapper .pricing-table .bg-yellow-badge {
    background-color: #D4AF37;
    border-radius: 50%;
    padding: 5px 5px 4px 3px;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    height: 27px;
    width: 27px;
}
.compapratuer-parent-page-wrapper.laco-page-wrapper .marques-wrapper {
    align-items: flex-start;
}



.classify-page-wrapper .patients-wrapper .form-title-row p {
    color: #185985 !important;
    width: 100%;
margin-top: 3px !important;
}

.classify-page-wrapper  .form-title-row p {
    color: #185985 !important;
    width: 100%;
margin-top: 3px !important;
}

.classify-page-wrapper .form-title-row .icon img {
    width: 23px !important;
}

.classify-page-wrapper .patients-wrapper .form-title-row {
    border: 0 !important;
    align-items: flex-start;
}

.classify-page-wrapper .person-concern-step-1 .form-title-row {
    padding-bottom: 10px;
    align-items: baseline;
    margin-top: 20px !important;
}
.classify-page-wrapper .person-concern-step-1 {
    max-width: 1300px;
    margin: 50px auto;
    padding: 0;
}
.classify-page-wrapper .color-table-container{
max-width:800px
}
@media (max-width: 768px) {
    .classify-page-wrapper .person-concern-step-1 {
        padding: 0;
    }
}









.offers-near-me-parent-page-wrapper.laco-page-wrapper .main-heading h1 {
    margin: 50px 0;
}
.offers-near-me-parent-page-wrapper .pour-wrapper-section .form-title-row p {
    color: #185985 !important;
    width: 100%;
}
.offers-near-me-parent-page-wrapper .form-title-row .icon img {
    width: 23px !important;
}
.offers-near-me-parent-page-wrapper .pour-wrapper-section .person-concern-step-1 {
    margin: 0;
    padding-left: 0;
}
.offers-near-me-parent-page-wrapper  .voir-container{
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 8px;
}
.offers-near-me-parent-page-wrapper.laco-page-wrapper .pricing-table .bg-yellow-badge {
    padding: 6px 3px 6px 3px;
    height: 28px;
    width: 28px;
}
.offers-near-me-parent-page-wrapper .table-item-head{
line-height: 14px;
}






.choice-sent-page-wrapper .person-concern-step-1 .comparateur-done-wrapper h2 {
    text-transform: math-auto;
}

.choice-sent-page-wrapper .create-your-profile-section .section1 {
    font-weight: 500;
    font-size: 22px;
    max-width: 700px;
    color: #0B0B0B;
}

.choice-sent-page-wrapper .btn-container2 .home-btn {
    text-transform: uppercase;
    border-radius: 4px !important;
    padding: 12px 30px !important;
}
.choice-sent-page-wrapper .button-validate{
 text-transform: uppercase;
    border-radius: 8px !important;
    padding: 12px 30px !important;
}
@media (max-width: 768px) {
.choice-sent-page-wrapper .result-assesment-wrapper {
    padding: 0;
}
.choice-sent-page-wrapper .person-concern-step-1 .comparateur-done-wrapper h2 {
    font-size: 28px;
    line-height: 33px;
}
 .choice-sent-page-wrapper  .result-assesment-wrapper {
    border-radius: 15px !important;
    box-shadow: none !important;
}
.choice-sent-page-wrapper .person-concern-step-1 .comparateur-done-wrapper .section1 p {
    font-size: 20px !important;
}
.choice-sent-page-wrapper .criteria-page-wrapper .person-concern-step-1 .button {
        font-size: 14px;
        font-weight: 600;
}
}


@media (max-width: 500px) {
.choice-sent-page-wrapper .criteria-concerned-section .person-concern-step-1 {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
}




.hearing-care-professional-page-wrapper .create-your-profile-section .person-concern-step-1 .form-title-row p {
    width: 100%;
}
.hearing-care-professional-page-wrapper .form-title-row .icon img {
    width: 23px !important;
}

.hearing-care-professional-page-wrapper.criteria-concerned-section h1 {
    margin: 60px 0 !important;
}

.hearing-care-professional-page-wrapper .table-page-wrapper .audio-button:hover {
    background-color: #185985;
    color: white;
}
.hearing-care-professional-page-wrapper .person-concern-step-1 .button {
    text-decoration: none !important;
    padding: 12px 35px !important;
}






.link-account-to-ent-page-wrapper.criteria-concerned-section h1 {
    margin: 70px 0 60px 0 !important;
}
.link-account-to-ent-page-wrapper .create-your-profile-section .person-concern-step-1 .form-title-row p {
    width: 100%;
}
.link-account-to-ent-page-wrapper .form-title-row .icon img {
    width: 23px !important;
}

.link-account-to-ent-page-wrapper .table-page-wrapper .audio-button:hover {
    background-color: #185985;
    color: white;
}
.link-account-to-ent-page-wrapper .table-page-wrapper .audio-button {
    word-break: break-word;
    white-space: normal;
}
@media (max-width: 768px) {
   .link-account-to-ent-page-wrapper .create-your-profile-section .person-concern-step-1 button {
        width: 95% !important;
        margin-left: 10px;
    }
}








.about-your-purchase-parent-page-wrapper.criteria-concerned-section h1 {
    margin: 60px 0;
}
.about-your-purchase-parent-page-wrapper .create-your-profile-section .person-concern-step-1 .form-title-row p {
    width: 100%;
    
}
.about-your-purchase-parent-page-wrapper .create-your-profile-section .person-concern-step-1 .form-title-row p span {
   font-size:24px;
   font-weight:700;
}
.about-your-purchase-parent-page-wrapper .form-title-row .icon img {
    width: 23px !important;
}
.about-your-purchase-parent-page-wrapper .person-concern-step-1 .form-title-row {
    display: flex;
    align-items: flex-start;
}
.about-your-purchase-parent-page-wrapper  .star-page-wrapper .star-rating label::before {
    content: '☆';
    transition: color 0.2s;
    font-size: 30px;
}
.about-your-purchase-parent-page-wrapper.criteria-concerned-section .person-concern-step-1 .form-title-row img {
    width: 23px;
}

@media (max-width: 768px) {
.about-your-purchase-parent-page-wrapper .create-your-profile-section .person-concern-step-1 .button-back, .create-your-profile-section .button-validate {
    width: 100%;
}
.about-your-purchase-parent-page-wrapper .create-your-profile-section .person-concern-step-1 .form-title-row p span {
    font-size: 18px;
    font-weight: 700;
}
}







.create-your-profile-section .person-concern-step-1 .button-back, .create-your-profile-section .button-validate {
    text-transform: uppercase;
}
.create-your-profile-section .person-concern-step-1 .button-back, .create-your-profile-section .button-validate {
    padding: 12px 50px !important;
}







.donot-i-buy-page-wrapper .satisfaction1-page-wrapper .preciser-input {
    max-width: 500px;
    border-radius: 4px;
}
.donot-i-buy-page-wrapper .satisfaction1-page-wrapper .hr-line {
    color: #454F5914 !important;
}


@media (max-width: 768px) {

.donot-i-buy-page-wrapper .filter-modal-parent-wrapper{
padding:0 !important;
}


.donot-i-buy-page-wrapper .filter-modal-parent-wrapper .checkbox-collection .checkbox-wrapper input[type="checkbox"] {
    width: 18px !important;
    height: 18px;
    border: 2px solid #D6DAF1;
    border-radius: 4px;
}

.donot-i-buy-page-wrapper .filter-modal-parent-wrapper .checkbox-collection .checkbox-wrapper {
    display: flex;
    align-items: baseline;
}
.donot-i-buy-page-wrapper .checkbox-container1 .checkbox-wrapper input[type="checkbox"]:checked::before {
    border-color: #fff !important;
    top: 2px;
    left: 5px;
    width: 5px;
    height: 9px;
}

}












.benifit-parent-page-wrapper .radiooo-check{
justify-content:start !important;
    padding: 0 !important;
}
.benifit-parent-page-wrapper .container-max-width{
max-width:1000px;
}
.benifit-parent-page-wrapper .content-container{
display:flex;
justify-content: center;
}
.benifit-parent-page-wrapper .satisfaction1-page-wrapper .checkbox-collection .checkbox-wrapper label {
    margin-top: 9px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.benifit-parent-page-wrapper .title-head{
 font-weight: 600 !important;
    font-size: 18px !important;
    color: #000 !important;
margin-top: 50px !important;
}
.benifit-parent-page-wrapper .hr-line{
display:none;
}

.benifit-parent-page-wrapper .satisfaction1-page-wrapper .checkbox-group-v1 {
    margin: 0 !important;
}





.patient-dashboard-page-wrapper .btn-group1{
width:100%;
}
.patient-dashboard-page-wrapper .card-inner{
    display: flex;
    flex: 1 1 calc(50% - 20px);
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    display: flex;
    gap: 20px;
}
.patient-dashboard-page-wrapper .audya-dashboard .card1 {
    flex: 1 1 calc(50% - 20px);
    border: 1px solid #D4AF37;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    display: flex
;
    gap: 20px;
    min-width: 280px;
    min-height: 270px;
    align-items: center;
}

.patient-dashboard-page-wrapper .short-btn{
max-width: 140px;
}
.patient-dashboard-page-wrapper .main-content{
max-width:1000px;
}
.patient-dashboard-page-wrapper .check-data-container{
display:flex;
justify-content:center;
}
.patient-dashboard-page-wrapper .person-concern-step-1 {
    padding-left: 0;
}

.patient-dashboard-page-wrapper .audya-dashboard .btn:hover {
    background-color: #E3F5FF;
    color: #185985;
}


@media (max-width: 768px) {
.patient-dashboard-page-wrapper .Tableau-de-bord-wrapper .audya-dashboard .btn {
    max-width: 100%;
}
}










.register-parent-wrapper .patient-container {
    justify-content: center;
    display: flex;
    margin: 60px auto;
}

.register-parent-wrapper.login-wrapper-section .google-login {
    word-wrap: break-word;
    white-space: normal;
}

@media (max-width: 600px) {
.register-parent-wrapper.login-wrapper-section .form-section h1 {
    font-size: 25px;
    font-weight: 600;
    line-height: 25.76px;
}
}




.patient-geolocation-parent-page-wrapper .pro-profile-wrapper h6 {
    text-transform: uppercase;
}
.patient-geolocation-parent-page-wrapper .pro-profile-wrapper .personal-info-form-group2 .form-title-row p {
    font-size: 18px;
    margin-bottom: 20px !important;
}
@media (max-width: 768px) {
    .patient-geolocation-parent-page-wrapper #accept_contact1 {
        width: 20px !important;
    }
    .patient-geolocation-parent-page-wrapper.criteria-page-wrapper .person-concern-step-1 .button {
        font-size: 14px;
        font-weight: 500;
        padding: 7px 20px;
        margin-bottom: 7px;
    }
}


@media (max-width: 768px) {
.patient-my-profile-parent-page-wrapper .pro-profile-section .button-redo {
   text-transform:uppercase;
    margin-bottom: 8px !important;
}
}



.orl-profile-parent-wrapper .my-profile-overall-page-wrapper .filter-button {
    margin-bottom: 30px;
}
.orl-profile-parent-wrapper .filter-modal-parent-wrapper .checkbox-collection .checkbox-wrapper label {
    width: 100% !important;
}





.registration-request-parent-page-wrapper .person-concern-step-1 .comparateur-done-wrapper h2 {
    text-transform: math-auto;
}
.registration-request-parent-page-wrapper .create-your-profile-section .button-container .custom-btn {
    padding: 12px 27px;
    text-transform: uppercase;
}







.registration-request-parent-page-wrapper .login-wrapper-section .content, .result-assesment-wrapper {
    border-radius: 15px !important;
    box-shadow: none !important;
}
.registration-request-parent-page-wrapper.criteria-concerned-section .person-concern-step-1 {
    padding-bottom: 0px !important;
}


@media (max-width: 768px) {
.registration-request-parent-page-wrapper .create-your-profile-section .button-container .custom-btn {
    text-align: center;
}
.registration-request-parent-page-wrapper .create-your-profile-section .button-container .custom-btn img{
   height:15px;
}
.registration-request-parent-page-wrapper .create-your-profile-section .result-assesment-wrapper {
    padding: 0;
    border: 0 !important;
    box-shadow: none !important;
}
.registration-request-parent-page-wrapper .create-your-profile-section .button-container .custom-btn {
    width: 100%;
}
    .registration-request-parent-page-wrapper .create-your-profile-section .button-container .custom-btn {
        justify-content: center;
}
.registration-request-parent-page-wrapper .result-assesment-wrapper .custom-btn img {
    margin: 0 !important;
    text-align: center !important;
}
.registration-request-parent-page-wrapper .person-concern-step-1 .comparateur-done-wrapper h2 {
    font-size: 22px !important;
    line-height: 26px !important;
}
.registration-request-parent-page-wrapper .person-concern-step-1 .comparateur-done-wrapper .section1 p {
    font-size: 17px !important;
}




.registration-request-parent-page-wrapper.criteria-concerned-section .person-concern-step-1 {
    padding-bottom: 0px !important;
    padding: 0 !important;
}
}






/* Gold frame for recommended column */
.laco-page-wrapper .laco-table-container .active-gold-top1,
.laco-page-wrapper .laco-table-container .active-gold-middle1,
.laco-page-wrapper .laco-table-container .active-gold-bottom1 {
  border: 2px solid #D4AF37 !important;
  font-weight: bold !important;
}

.compapratuer-parent-page-wrapper.laco-page-wrapper .laco-table-container .active-gold-top1{
  border-radius: 10px 10px 0 0  !important;
  border-bottom:0 !important;
}

.compapratuer-parent-page-wrapper.laco-page-wrapper .laco-table-container .active-gold-middle1{
  border-bottom:0 !important;
  border-top: 0 !important;
}

.compapratuer-parent-page-wrapper.laco-page-wrapper .laco-table-container .active-gold-bottom1 {
  border-radius: 10px  !important;
  border-top: 0 !important;
  border-radius: 0 0 10px 10px   !important;
}

.compapratuer-parent-page-wrapper .div-p{
padding:6px;
}


.compapratuer-parent-page-wrapper.laco-page-wrapper .pricing-table .tab-radius-curve {
    border-right: 4px solid white !important;
    border-radius: 10px 13px 13px 10px !important;
}


.compapratuer-parent-page-wrapper .laco-table {
  border-collapse: separate;
  border-spacing: 0;
}
.compapratuer-parent-page-wrapper.laco-page-wrapper .table-item-head {
    font-size: 14px;
    font-weight: 600;
    color: #000 !important;
    line-height: 15px;
}

.compapratuer-parent-page-wrapper.laco-page-wrapper .voir-plus {
    padding: 8px;
}








.payment1-page-wrapper.payment-maintainent-page-wrapper .info-icon-text {
    width: 100%;
}
.payment1-page-wrapper.payment-maintainent-page-wrapper .info-icon img{
    font-size: 23px;
}
.payment1-page-wrapper .i-info-icon {
    width: 26px;
}
.payment1-page-wrapper.payment-maintainent-page-wrapper .pay-button {
    width: 100%;
    max-width: 100% !important;
}
.payment1-page-wrapper .main-title-head{
  margin: 60px 0 !important;
}
.payment1-page-wrapper .main-title-head img{
  width: 46px;
}
.payment1-page-wrapper{
  margin-bottom: 60px !important;
}






.paement2-correction-page-wrapper .payment-maintainent-page-wrapper {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.paement2-correction-page-wrapper  .main-title-head img {
    width: 46px !important;
}
.paement2-correction-page-wrapper .payment-maintainent-page-wrapper .info-icon-text {
    width: 100%;
}
.paement2-correction-page-wrapper .payment-maintainent-page-wrapper .info-icon {
    width: 25px;
}
.paement2-correction-page-wrapper .payment-maintainent-page-wrapper .info-icon img{
    width: 25px;
}
.paement2-correction-page-wrapper  .info-icon-text2  .info-icon-text {
    width: 100%;
}
.paement2-correction-page-wrapper  .info-icon-text2  .info-icon {
    width: 25px;
}
.paement2-correction-page-wrapper   .info-icon-text2 .info-icon img{
    width: 25px;
}
.paement2-correction-page-wrapper  .payment-maintainent-page-wrapper .pay-button {
    max-width: 100%;
}
.paement2-correction-page-wrapper  .payment-maintainent-page-wrapper-2 .hr-line {
    margin-top: auto;
    display: none;
}




.patient3-wrapper.check-table-page-wrapper .ces-text-desc {
    width:100%;
}
.patient3-wrapper.check-table-page-wrapper .info-icon {
    width: 25px;
}
.patient3-wrapper.check-table-page-wrapper .info-icon img{
    width: 25px;
}
.patient3-wrapper .table2{
  margin-bottom: 50px !important;
}



.new-patient-page-wrapper .person-concern-step-1 {
    max-width: 1300px;
    margin: 50px auto;
    padding: 0;
}
.new-patient-page-wrapper .patients-wrapper .form-title-row {
  border: 0 !important;
  margin-top: 0;
}
.new-patient-page-wrapper .patients-wrapper .form-title-row .icon{
  width: 25px;
}
.new-patient-page-wrapper .patients-wrapper .form-title-row p {
    color: #185985 !important;
    width: 100%;
}
.patients-wrapper-container .pagination {
    margin-bottom: 80px !important;
}
.patients-wrapper-container .main-heading-wrapper1 h6 {
    margin-bottom: 60px;
}



.sales-report-wrapper .main-heading {
    margin: 60px 0 !important;
}



.ent-around-parent-page-wrapper.ent-around-lab-wrapper .ent-specialist:hover {
    background-color: #E3F5FF;
    color: #185985;
}
.ent-around-parent-page-wrapper .main-heading-wrapper1 h6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.ent-around-parent-page-wrapper .create-your-profile-section .person-concern-step-1 .form-title-row p {
    color: #185985;
    width: 100% !important;
}
.ent-around-parent-page-wrapper .criteria-concerned-section .person-concern-step-1 {
    padding-bottom: 100px !important;
    padding: 0;
}





.main-information-container .person-concern-step-1 .form-title-row p {
    width: 100%;
}
.laboratoire-page-wrapper .date-action-table {
  border-collapse: separate !important;
  border-radius: 9px 9px 0 0 !important;
  border: 1px solid #EEEEF0;
}
.laboratoire-page-wrapper .date-action-table  td{
  border-bottom: 1px solid #EEEEF0 !important;
}
.laboratoire-page-wrapper .subtext-btn-container {
    margin: 10px 0;
    width: 100%;
}


.laboratoire-page-wrapper .btn-blue-bg-color {
    padding: 10px 15px !important;
}

@media (max-width: 768px) {
.laboratoire-page-wrapper .btn-blue-bg-color {
    padding: 7px 15px !important;
    font-size: 16px !important;
    width: 100%;
            text-align: center !important;
}
.laboratoire-page-wrapper .card h4 {
    font-size: 18px !important;
}
.laboratoire-page-wrapper .input-box-and-btn {
    gap: 0px !important;
    flex-direction: column !important;
}

}





.person-concern-step-1 .button {
    white-space: normal !important;
}

.table-parent-page-wrapper .person-concern-step-4 {
    margin: 0px auto;
    margin-bottom: 70px;
    padding: 0;
}



.sales-report-parent-page-wrapper .lab-table table td:nth-child(2),
.sales-report-parent-page-wrapper .lab-table  table td:nth-child(3) {
  text-align: center;
}


.sales-report-parent-page-wrapper .table-bordered td,
.sales-report-parent-page-wrapper .table-bordered th
{
      border: 1px solid #D9D9D9 !important;
}

.sales-report-parent-page-wrapper .table-bordered td{
  text-align: center !important;
}




.setting-up-parent-page-wrapper.setting-up-the-lab-offer .main-heading-wrapper {
    margin-bottom: 0;
    margin: 60px 0;
}





.lab-account-link-parent-page-wrapper .final-page-wrap {
    text-align: center;
}

@media (max-width: 600px) {
  .lab-account-link-parent-page-wrapper .result-assesment-wrapper {
    padding: 20px 15px;
  }
}

.lab-account-link-parent-page-wrapper .result-assesment-wrapper {
    margin: 80px 0 !important;
}







.offers-near-me-parent-page-wrapper.laco-page-wrapper{
  padding:6px !important;
}


@media (min-width: 768px) and (max-width: 1200px) {
.offers-near-me-parent-page-wrapper .comparateur-button-row-wrapper {
    overflow: hidden;
    margin-bottom: 50px;
    overflow-x: auto;
}

}

@media (max-width: 1200px) {
  .offers-near-me-parent-page-wrapper.laco-page-wrapper{
    padding:20px !important;
  }
}

.offers-near-me-parent-page-wrapper .person-concern-step-1 .button {
    font-size: 18px;
    font-weight: 600;
}
@media (max-width: 700px) {
  .offers-near-me-parent-page-wrapper .pro-profile-section .button-redo {
    margin-bottom: 8px;
  }
}

.offers-near-me-parent-page-wrapper .laco-table .active-gold-top1,
.offers-near-me-parent-page-wrapper .laco-table .active-gold-middle1,
.offers-near-me-parent-page-wrapper .laco-table .active-gold-bottom1 {
  border: 2px solid #D4AF37 !important;
  font-weight: bold !important;
}

.offers-near-me-parent-page-wrapper.laco-page-wrapper .laco-table .active-gold-top1{
  border-radius: 10px 10px 0 0  !important;
  border-bottom:0 !important;
}

.offers-near-me-parent-page-wrapper.laco-page-wrapper .laco-table .active-gold-middle1{
  border-bottom:0 !important;
  border-top: 0 !important;
}

.offers-near-me-parent-page-wrapper.laco-page-wrapper .laco-table .active-gold-bottom1 {
  border-radius: 10px  !important;
  border-top: 0 !important;
  border-radius: 0 0 10px 10px   !important;
}

.offers-near-me-parent-page-wrapper.laco-page-wrapper .laco-table  {
  border-collapse: separate;
}


.offers-near-me-parent-page-wrapper.laco-page-wrapper .laco-table .tab-radius-curve {
    border-right: 4px solid white !important;
    border-radius: 10px 13px 13px 10px !important;
}
.offers-near-me-parent-page-wrapper th:nth-child(4) {
  border-left: 4px solid white !important;
  border-radius: 13px 0 0 13px  !important;
}

.offers-near-me-parent-page-wrapper .person-concern-step-1 .button {
  font-size: 18px;
}



.address-prices-parent-page-wrapper .icon-form-text p{
  font-weight: 18px;
  color: #185985;
  font-weight: 500;
}

.address-prices-parent-page-wrapper .pro-profile-wrapper .personal-info-form-group2 .form-title-row p {
  font-size: 18px;
}

.address-prices-parent-page-wrapper.about-your-purchase-parent-page-wrapper .person-concern-step-1 .form-title-row {
  display: flex;
  align-items: baseline;
}

.address-prices-parent-page-wrapper .person-concern-step-1 .form-title-row p {
  width: 100%;
}

.address-prices-parent-page-wrapper .pro-profile-wrapper h6 {
  text-transform: uppercase;
}

.address-prices-parent-page-wrapper .time-table-wrapper .set-hours-btn {
  position: static;
}

.address-prices-parent-page-wrapper  .time-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  max-width: 100%;
}

.address-prices-parent-page-wrapper  .geolocation-text{
  color: #000;
  font-size: 18px;
  font-weight: 500;
}


.address-prices-parent-page-wrapper  .timetable-schedule-wrapper .add-btn {
  justify-content: center;
  width: 375px;
}


.address-prices-parent-page-wrapper  .create-your-profile-section .person-concern-step-1 button {
    border-radius: 8px !important;
    white-space: normal;
}

@media (max-width: 768px) {
  .address-prices-parent-page-wrapper .time-wrapper {
    flex-direction: column;
}

.address-prices-parent-page-wrapper .clinic-establishment-wrapper .add-btn {
    margin-top: 10px;
        font-size: 15px !important;
}

.address-prices-parent-page-wrapper .address-consultation {
  font-size: 15px;
}
   
.address-prices-parent-page-wrapper .criteria-page-wrapper .person-concern-step-1 .button {
        font-size: 15px;
        font-weight: 600;
    }
  
.address-prices-parent-page-wrapper   .pro-profile-section .button-validate1 {
    background-color: #185985 !important;
    color: #fff;
    margin-top: 9px;
}
   .address-prices-parent-page-wrapper  .create-your-profile-section .personal-info-form-group span {
        padding-bottom: 0;
    }
}




.lab-dashboard-parent-page-wrapper .outer-card{
  height: 300px;
  display: flex;
  align-items: center;
}
  .lab-dashboard-parent-page-wrapper .inner-card{
        display: flex;
    justify-content: space-evenly;
    gap: 20px;
  }


  .lab-dashboard-parent-page-wrapper .form-title-row .icon-width1 {
    width: 25px !important;
}
.lab-dashboard-parent-page-wrapper .form-title-row .icon-width2 {
    width: 25px !important;
}

.lab-dashboard-parent-page-wrapper .form-title-row .icon-width3 {
    width: 24px !important;
}

.lab-dashboard-parent-page-wrapper .form-title-row .icon-width4 {
    width: 24px !important;
}


.lab-dashboard-parent-page-wrapper .account-link-wrapper .person-concern-step-1 {
    margin: 20px auto;
    padding: 0;
}


.lab-dashboard-parent-page-wrapper .lab-table .btn-view:hover {
    background-color: #E3F5FF;
    color: #185985;
}

.lab-dashboard-parent-page-wrapper .audya-dashboard .btn:hover {
    background-color: #E3F5FF;
    color: #185985;
}


.lab-dashboard-parent-page-wrapper  .first-table th:nth-child(3),
.lab-dashboard-parent-page-wrapper  .first-table td:nth-child(3) {
  width: 300px;   /* adjust as per your need */
  min-width: 300px; 
}



.lab-dashboard-parent-page-wrapper  .first-table th:nth-child(4){
text-align: center;
}

.lab-dashboard-parent-page-wrapper .lab-table .btn-delete:hover {
  background-color: #E40808;
  color: #fff;
}


.lab-dashboard-parent-page-wrapper .lab-table1{
  margin-bottom: 60px;
}


.lab-link-account-page-parent-wrapper table td:last-child {
    width: 600px;
}


.criteria-page-wrapper .heading {
    margin-bottom: 60px;
    margin-top: 60px;
}



.audio-prothetist-parent-page-wrapper .dark-blue-btn{
    background-color: #185985 !important;
    color: #fff !important;
        border: 0 !important;
}
.audio-prothetist-parent-page-wrapper .dark-blue-btn:hover{
    background-color: #185985 !important;
    color: #fff !important;
        border: 0 !important;
}