/* ! HERO SECTION (DESKTOP) */
#myBtn {
  /* display: none; */
  position: fixed;
  bottom: 61px;
  right: 20px;
  z-index: 99;
  /* font-size: 18px; */
  border: none;
  outline: none;
  background-color: #1414A0;
  color: white;
  cursor: pointer;
  width: 55px;
  padding: 13px;
  border-radius: 4px;
}
.hero_container {
  min-height: 500px;
  background-image: url("../img/examination/hero-image.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero_text {
  font-size: 12px;
}
.accordion-button:not(.collapsed) {
    color:black !important;
	border:none;
}

.examination_borderUp {
  border-color: transparent;
}

/* * SHAPE - EXAMINAITON SYSTEM - TAB CONTENT 01 */
.examination__shape__container {
  padding: 2rem 0rem 3rem 0;
}

.examinaiton_shape__text {
  color: white;
  transform: translate(0, -5px);
}

.examinaiton_shape__text p:nth-child(1) {
  font-size: 12px;
}

.examinaiton_shape__text p:nth-child(2) {
  font-size: 11px;
}
/* ---- */

.examination_showMore__container {
  max-height: 150px;
  overflow: hidden;
  transition: max-height 400ms ease-in-out;
}

.examination_showMore__container.active {
  max-height: 999px;
}

/* * FLOWCHART - EXAMINATION SYSETEM - TAB CONTENT */
.flowchart--container {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.rectangle {
  position: relative;
}

.flowchart--block__image {
  max-width: 170px;
  width: 100%;
  min-width: 160px;
}

.flowchart--inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.examinaiton--flowchart__Text {
  position: absolute;
  color: white;
  transform: translate(0, -5px);
}

.examinaiton--flowchart__Text p:nth-child(1) {
  font-size: 10px;
}

.examinaiton--flowchart__Text p:nth-child(2) {
  font-size: 8px;
}
.minutes--btn span {
    background-color: var(--color-blue);
    padding: 0.5rem 1rem 0.6rem 1rem;
    font-size: 0.9rem;
}
.minutes--btn {
    background-color: var(--color-green) !important;
    color: white !important;
    outline: none;
    border: none;
    width: fit-content;
}
.minutes--btn.blue i {
  background-color: white;
  color: var(--color-blue);
  width: fit-content;
  padding: 0.3rem;
  font-size: 0.5rem;
  transform: translateY(-2px);
  border-radius: 50%;
}
.minutes--btn.green i {
  color: var(--color-green);
  background-color: white;
  width: fit-content;
  padding: 0.3rem;
  font-size: 0.5rem;
  transform: translateY(-2px);
  border-radius: 50%;
}

.minutes--btn i {
    padding: 0px 1rem;
}

/* LEVEL-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-1 {
  margin-bottom: 40px;
}

.level-1::before {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  background: black;
}

/* LEVEL-2 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-2-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.level-2-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 25%;
  width: 50%;
  height: 2px;
  background: black;
}

.level-2-wrapper::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 25%;
  width: 50%;
  height: 2px;
  background: black;
}

.level-2-wrapper li {
  position: relative;
  display: flex;
  justify-content: center;
}

.level-2-wrapper > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: black;
}

.level-2 {
  width: 70%;
}

.level-2::before {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: black;
}

.level-2::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: black;
}

/* LEVEL 4 */
.level-4-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
}

.level-4-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 25%;
  width: 50%;
  height: 2px;
  background: black;
}

.level-4-wrapper li {
  position: relative;
}

.level-4-wrapper > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: black;
}

.level-4 {
  width: 70%;
  margin: 0px auto 0px;
}

/* * LEVEL 5 */
.level-5-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
}

.level-5-wrapper::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 25%;
  width: 50%;
  height: 2px;
  background: black;
}

.level-5-wrapper li {
  position: relative;
}

.level-5 {
  width: 70%;
  margin: 0px auto 0px;
}

.level-5::before {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: black;
}

/* LEVEL 3 */
.level-3 {
  margin: 40px auto 0px;
}

.level-3::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  background: black;
}

.level-3::after {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  background: black;
}

/* LEVEL 6 */
.level-6 {
  margin: 40px auto 0px;
}

.level-6::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  background: black;
}

.level-6::after {
  position: absolute;
}

/* ? TAB CONTENT -- EXAMINATION RULES */
.examination--rules__button {
  background-color: var(--color-blue);
  color: white;
  padding: 8px 0 10px 0;
  width: 100%;
}

/* ? TAB CONTENT -- EXAMINATION FEES */
.examinaiton_table__heading {
  background-color: var(--color-red) !important;
  color: white !important;
  font-size: 0.9rem !important;
  text-align: center;
}

.examinaiton_table__text {
  font-size: 0.9rem !important;
}

/* ? TAB CONTENT - EXAMINAION RESULTS */
.examination_results__link {
  color: var(--color-red);
}

@media (min-width: 576px) {
  .examinaiton_table__heading {
    font-size: 1rem;
  }
  .examinaiton_table__text {
    font-size: 1rem;
    padding: 8px 16px !important;
  }

  /* EXAMINATION SYSTEM - FLOWCHART */
  .flowchart--block__image {
    max-width: 200px;
    min-width: 200px;
  }

  .examinaiton--flowchart__Text p:nth-child(1) {
    font-size: 13px;
  }

  .examinaiton--flowchart__Text p:nth-child(2) {
    font-size: 11px;
  }

  .level-1::before {
    height: 32px;
  }

  .level-3::after {
    height: 32px;
  }
}

@media (min-width: 992px) {
  .examination_borderUp {
    border-color: rgba(108, 117, 125, 1) !important;
  }

  .examination__shape__container {
    padding: 2rem 4rem 3rem 4rem;
  }

  .examinaiton_shape__text p:nth-child(1) {
    font-size: 12px;
  }

  .examinaiton_shape__text p:nth-child(2) {
    font-size: 11px;
  }

  .examination_rulesButton__container {
    padding: 0 10%;
  }

  .examination--rules__button {
    background-color: var(--color-blue);
    color: white;
    padding: 8px 1rem 10px 1rem;
    width: unset;
  }
}

@media (min-width: 1200px) {
  /* ! HERO SECTION */
  .hero_container {
    min-height: 600px;
  }

  .examinaiton_shape__text p:nth-child(1) {
    font-size: 11px;
  }

  .examinaiton_shape__text p:nth-child(2) {
    font-size: 10px;
  }

  /* EXAMINATION SYSTEM - FLOWCHART */
  .flowchart--block__image {
    max-width: 240px;
    min-width: 240px;
  }

  .examinaiton--flowchart__Text p:nth-child(1) {
    font-size: 15px;
  }

  .examinaiton--flowchart__Text p:nth-child(2) {
    font-size: 13px;
  }

  .level-2::before {
    height: 23px;
  }

  .level-3::after {
    height: 34px;
  }
  .level-5::before {
    height: 24px;
  }
}

@media (min-width: 1400px) {
  .examinaiton_shape__text p:nth-child(1) {
    font-size: 12px;
  }

  .examinaiton_shape__text p:nth-child(2) {
    font-size: 11px;
  }
}
.hero_container1 {
  min-height: 500px;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.5) 50%,
      #000 100%
    ),
    url("../img/examination/hero-image.png") no-repeat center;
  background-size: cover;
}
