  #reviewStep2 .select-value {
    width :100% !important;
  }
  @media print {
    a[href]:after {
        content: none !important;
    }
  }

.clean-numbered-list {
  list-style-type: none !important;
  padding-left: 0;
  margin: 1em 0;
  counter-reset: item;
}

.clean-numbered-list li {
  position: relative;
  padding-left: 1.5em;           /* space for the number */
  margin-bottom: 0.8em;
  line-height: 1.6;
  text-align: justify;
}

/* This removes the black dot completely (works on all browsers) */
.clean-numbered-list li::marker,
.clean-numbered-list li::-webkit-list-marker {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* Our clean number */
.clean-numbered-list li::before {
  content: counter(item) ". ";
  counter-increment: item;
  position: absolute;
  left: 0;
  width: 3em;
  font-weight: bold;
  color: #000;
  font-size: 0.9em;
}

  .intro-main {
     line-height: 2.0 !important;
     font-size: 20px;
  }
  #govhkForm h1 {
    text-align:center !important;
  }
  .intro-section {
    text-align: left; /* Align text to the left */
  }
  .intro-disclaimer {
    text-align: left; /* Align text to the left */
    font-size: 18px !important;
    line-height:30px !important;
  }
  .intro-section li {
    list-style-type: disc; /* Use disc for bullet points */
    margin-left: 20px; /* Indent bullet points */
    margin-bottom: 10px; /* Add spacing between points */
  }
  .highlight {
    font-weight: bold;
  }
  .privacy-content{
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .main-title {
    font-size: 20px !important;
    font-weight: bold !important; 
    text-align: center;
    margin-bottom: 12px !important;
  }
   
  .sub-title {
    font-size: 20px !important;
     font-weight: bold !important; 
    text-align: center;
   margin-bottom: 12px !important;
  }

 .group-info {
   font-size: 17px !important;
    text-align: center;
    margin-bottom: 20px;
  }
   
  .title-img-frame { /* Styles for the image */
    max-width: 100%;  /* Ensure image doesn't exceed container width */
    width:100%;
    height: auto;     /* Maintain aspect ratio */
    display: block;   /* Prevent image from overflowing */
    margin: auto auto; /* Center the image horizontally */
    text-align: center;
  }
  .title-img { /* Styles for the image */
    max-width: 100%;  /* Ensure image doesn't exceed container width */
    width:100%;
    
  }
  .declaration {
    font-size: 20px !important;
    text-align: left;
    line-height:20px !important;

    margin-bottom: 20px;
   /* margin-top: -20px; */
  }

  .disclaimer-declaration {
    font-size: 16px !important;
    font-weight: light !important;
  }

  #schoolsAttended select {
    width: 100px !important;
  }
  .option-view-after-label {
    margin-top: 0px !important;
  }

  #currentEmployment select {
    width: 100px !important;
  }

  #pastExperience select {
    width: 100px !important;
  }
  /*   For MOBILE      */
  @media (min-width: 768px) { 
    .main-title {
      font-size: 38px !important;
    }

    .sub-title {
      font-size: 26px !important;
      text-align: center;
    margin-bottom: 12px !important;
    } 

    .intro-section li {
      margin-left: 5px !important00000;
    }


  }
