/* Media query for smaller screens */
@media only screen and (max-width: 413px) {
  /* About Us Start */
  .whoWeAre_desc {
    text-align: justify;
    font-size: medium;
  }

  .profile_inner_desc p,
  .profile_inner_desc p span {
    font-size: medium !important;
  }
  /* About Us End */
  /* Applicant Start */
  .timeline::before {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    left: 0 !important;
    padding-left: 50px;
  }

  .timeline-icon {
    left: -15px !important;
    right: auto;
  }
  /* Applicant End */
  /* Employer Start */
  .timeline1::before {
    left: 20px;
  }

  .timeline1-item {
    width: 100%;
    left: 0 !important;
    padding-left: 50px;
  }

  .timeline1-icon {
    left: -5px !important;
    right: auto;
  }
  /* Employer End */
  /* Accreditation Process Start */
  .custom-timeline::after {
    left: 20px;
  }

  .custom-timeline-step {
    width: 100%;
    left: 0 !important;
    padding-left: 50px;
  }

  .custom-timeline-icon {
    left: -5px !important;
    right: auto;
  }
  /* Accreditation Process End */

  /* Adjust the position and size of the button */
  #scrollToTop {
    bottom: 5%;
    right: 5%;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
}
/* Extra Small Devices (portrait phones, less than 767px) */
@media (min-width: 413px) and (max-width: 768px) {
  /* Applicant Start */
  .timeline::before {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    left: 0 !important;
    padding-left: 50px;
  }

  .timeline-icon {
    left: -15px !important;
    right: auto;
  }
  /* Applicant End */
  /* Employer Start */
  .timeline1::before {
    left: 20px;
  }

  .timeline1-item {
    width: 100%;
    left: 0 !important;
    padding-left: 50px;
  }

  .timeline1-icon {
    left: -5px !important;
    right: auto;
  }
  /* Employer End */
  /* Accreditation Process Start */
  .custom-timeline::after {
    left: 20px;
  }

  .custom-timeline-step {
    width: 100%;
    left: 0 !important;
    padding-left: 50px;
  }

  .custom-timeline-icon {
    left: -5px !important;
    right: auto;
  }
  /* Accreditation Process End */
}
/* Media query for screens between 768px and 992px */
@media (min-width: 768px) and (max-width: 992px) {
  /* Applicant Start */
  .timeline::before {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    left: 0 !important;
    padding-left: 50px;
  }

  .timeline-icon {
    left: -30px !important;
    right: auto;
  }
  /* Applicant End */
  /* Employer Start */
  .timeline1::before {
    left: 20px;
  }

  .timeline1-item {
    width: 100%;
    left: 0 !important;
    padding-left: 50px;
  }

  .timeline1-icon {
    left: -30px !important;
    right: auto;
  }
  /* Employer End */
  /* Accreditation Process Start */
  .custom-timeline::after {
    left: 20px;
  }

  .custom-timeline-step {
    width: 100%;
    left: 0 !important;
    padding-left: 50px;
  }

  .custom-timeline-icon {
    left: -5px !important;
    right: auto;
  }
  /* Accreditation Process End */
}

/* Media query for screens larger than 992px */
@media (min-width: 992px) and (max-width: 1199px) {
}
