/* ! HERO SECTION (DESKTOP) */
.hero_container {
  min-height: 500px;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.5) 50%,
      #000 100%
    ),
    url("../img/about/hero-bg.jpg") no-repeat center;
  background-size: cover;
}

.hero_text {
  font-size: 12px;
}

h3 {
	color: gold;
	padding: 10px 0;
}
a {
	color: gold;
}
/***Tab style***/
.tab {
	margin: 50px auto;
	max-width: 700px;
	width: 100%;
}
.tabs_item {
	display: none;
	line-height: 1.5;
	padding: 11px;
}
.tabs_item:first-child {
	display: block;
}
.tabs {
	    display: grid;
    grid-template-columns: repeat(7, 1fr);
    list-style: none;
    gap: 29px;
    margin-left: -31px;
}
.tabs li {
    background: #1414a0;
    color: white;
    cursor: pointer;
    /* font-size: 2px; */
    padding: 7px 2px;
    text-align: center;
    transition: all 0.15s linear;
    border-radius: 9px;
	width:134%;
}
.tabs li:hover {
	box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.15) inset;
}
.tabs li.current {
	background: #c00404;
}
.mb-content{
		display:none ;
	}
@media (max-width: 650px) {
	
	.tabs {
		display:grid !important;
	    grid-template-columns: repeat(2, 1fr)!important;
		        margin-left: -24px !important;
	}
	.tabs li {
	width:93%;
}
}
@media (max-width: 820px) {
.tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    gap: 12px;
    margin-left: -40px;
}
	.tabs li {
	width:96%;
}
.tabs_item {
    display: none;
    line-height: 1.5;
    padding: 53px;
}
}

/* * IQAC Advisory Committee - TAB CONTENT  */
.iqac--committee__members {
  padding-top: 2rem;
  gap: 4rem;
}
.iqac--members {
  padding: 2rem;
  border: 1px solid var(--color-red);
  width: fit-content;
  position: relative;
  min-width: 300px;
  min-height: 200px;
}

.iqac--members__inner {
  position: absolute;

  background-color: white;
  padding: 1rem 0;
  width: 100%;
  z-index: 1;
  left: 12% !important;
}

.iqac--members p:nth-of-type(1) {
  color: black;
  font-size: 1.1rem;
}

.iqac--members p {
  color: #434343;
}
/* * STRUCTURE */
.flowchart--container {
  padding-bottom: 3rem;
  padding-top: 3rem;
  max-width: 350px;
  margin: 0 auto;
}
.rectangle {
  position: relative;
}

ol {
  padding: 0;
  list-style-type: none;
}

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

.examinaiton--flowchart__Text {
  transform: translate(0, -5px);
  padding: 8px 16px;
  border-radius: 4px;
}

.examinaiton--flowchart__Text.blue {
  background-color: var(--color-blue);
  color: white;
}
.examinaiton--flowchart__Text.red {
  background-color: var(--color-red);
  color: white;
}

.examinaiton--flowchart__Text p {
  margin: 0;
  text-align: center;
  font-size: 10px;
}

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

.level-1::before {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 42px;
  background: black;
}
/* LEVEL-2 STYLES
------------------------------------------------- */
.level-2 {
  margin-bottom: 40px;
}

.level-2::before {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 28px;
  background: black;
}
/* LEVEL-3 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

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

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

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

.level-3 {
  width: 70%;
}

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

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

.level-3-innerWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.level-3-innerWrapper.eleven::before {
  left: 37%;
}

/* LEVEL-4 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-4-wrapper {
  display: flex;
  justify-content: center;
}
.level-4-1-wrapper {
  width: 35%;
  position: relative;
}

.level-4-1 {
  margin-top: 30px;
}
.level-4-1::before {
  content: "";
  position: absolute;
  top: 102%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: black;
}
.level-4-1.four::before {
  height: 116px;
}
.level-4-1.five::before {
  height: 126px;
}
.level-4-1 .examinaiton--flowchart__Text p {
  font-size: 10px;
}
.level-4-1 .examinaiton--flowchart__Text {
  padding: 0;
}

.level-4-2-wrapper {
  display: flex;
  justify-content: center;
  width: 65%;
  position: relative;
}

.level-4-2-wrapper::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 17%;
  background-color: black;
  width: 68%;
  height: 2px;
}

.level-4-2-wrapper::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 12%;
  background-color: black;
  width: 115%;
  height: 2px;
  border-radius: 4px;
}

.level-4-2 {
  margin-top: 30px;
}
.level-4-2::before {
  content: "";
  position: absolute;
  bottom: 110%;
  left: 50%;
  background-color: black;
  width: 2px;
  height: 16px;
}

.level-4-2 .flowchart--inner::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: black;
  width: 2px;
  height: 42px;
}
.level-4-2 .flowchart--inner.twelve::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: black;
  width: 2px;
  height: 90px;
}
.level-4-2 .flowchart--inner.three::after {
  height: 20px;
}
.level-4-2 .flowchart--inner.eight::after {
  height: 30px;
}
.level-4-2 .flowchart--inner.seven::after {
  height: 30px;
}

.level-4-2.one::before {
  height: 16px;
  bottom: 124%;
}
.level-4-2.two::before {
  height: 20px;
  bottom: 115%;
}
.level-4-2.nine::before {
  height: 16px;
  top: -50%;
  left: 47%;
}
.level-4-2 .examinaiton--flowchart__Text {
  padding: 0;
}
.level-4-2 .examinaiton--flowchart__Text p {
  font-size: 7px;
}

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

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

/* LEVEL-6 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-6::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 28px;
  background: black;
}
.level-6 .examinaiton--flowchart__Text p {
  font-size: 10px;
}

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

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

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

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

.level-7 {
  width: 70%;
  margin-top: 26px;
}

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

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

.level-7-innerWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* LEVEL-7 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-8-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}
.level-8-wrapper::before {
  content: "";
  position: absolute;
  bottom: -12%;
  left: 25%;
  background-color: black;
  width: 50%;
  height: 2px;
}
.level-8-1-wrapper {
  width: 50%;
  position: relative;
}

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

.level-8-1 .examinaiton--flowchart__Text p {
  font-size: 10px;
}
.level-8-1 .examinaiton--flowchart__Text {
  padding: 0;
}

/* LEVEL-9 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-9 {
  margin-top: 45px;
  margin-bottom: 30px;
}

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

.level-10 .examinaiton--flowchart__Text p {
  font-size: 10px;
}

/* CHART */
#chart-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 12px;
  color: #000;
  z-index: 2;
}
/* * MINUTES & ACTION TAKEN REPORT - TAB CONTENT */
.minutes--btn {
  background-color: var(--color-green) !important;
  color: white !important;
  outline: none;
  border: none;
  width: fit-content;
}

.minutes--btn span {
  background-color: var(--color-blue);
  padding: 0.5rem 1rem 0.6rem 1rem;
  font-size: 0.9rem;
}

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

/* .minutes--btn.active {
  background-color: var(--color-blue) !important;
}

.minutes--btn.active span {
  background-color: var(--color-green) !important;
} */

/* * PERSPECTIVE/ STRATEGIC PLAN - TAB CONTENT  */
.accordion-button {
  color: white !important;
  padding: 0.8rem !important;
}
.accordion-button.red {
  background-color: var(--color-red) !important;
}
.accordion-button.blue {
  background-color: var(--color-blue) !important;
}
.accordion-button.green {
  background-color: #00a753 !important;
}

.accordion-button.light-teal {
  background-color: #14a08c !important;
}
.accordion-button.purple {
  background-color: #a0126a !important;
}
.accordion-button.pink {
  background-color: #f27a8a !important;
}
.accordion-button.dark-teal {
  background-color: #028fa2 !important;
}
.accordion-button.brown {
  background-color: #9a2f20 !important;
}

.accordion-button::after {
  background-image: url(../img/iqac/chevron-white.png) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/iqac/chevron-black.png) !important;
}

.accordion-button:not(.collapsed) {
  background-color: white !important;
  color: black !important;
}

.accordion-button.red:not(.collapsed) {
  border: 1px solid var(--color-red) !important;
}
.accordion-button.blue:not(.collapsed) {
  border: 1px solid var(--color-blue) !important;
}

.accordion-button.green:not(.collapsed) {
  border: 1px solid #00a753 !important;
}

.accordion-button.light-teal:not(.collapsed) {
  border: 1px solid #14a08c !important;
}

.accordion-button.purple:not(.collapsed) {
  border: 1px solid #a0126a !important;
}
.accordion-button.pink:not(.collapsed) {
  border: 1px solid #f27a8a !important;
}
.accordion-button.dark-teal:not(.collapsed) {
  border: 1px solid #028fa2 !important;
}
.accordion-button.brown:not(.collapsed) {
  border: 1px solid #9a2f20 !important;
}

.accordion--body__heading {
  padding: 0.5rem;
  color: white;
}

.accordion--body__heading.red {
  background-color: var(--color-red);
}
.accordion--body__heading.green {
  background-color: #00a753;
}

.accordion--body__heading.light-teal {
  background-color: #14a08c;
}

.accordion--body__heading.purple {
  background-color: #a0126a;
}
.accordion--body__heading.pink {
  background-color: #f27a8a;
}
.accordion--body__heading.dark-teal {
  background-color: #028fa2;
}
.accordion--body__heading.brown {
  background-color: #9a2f20;
}

/* * AQAR - TAB CONTENT  */

/* * AISHE - TAB CONTENT */
.minutes--btn.blue {
  background-color: var(--color-blue) !important;
  border: 1px solid var(--color-blue) !important;
}
.minutes--btn.green {
  background-color: var(--color-green) !important;
  border: 1px solid var(--color-green) !important;
}
.minutes--btn.green span {
  background-color: var(--color-green) !important;
}
.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.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.blue.active,
.minutes--btn.green.active {
  background-color: transparent !important;
}
.minutes--btn.blue.active span {
  background-color: transparent !important;
  color: var(--color-blue) !important;
  border-color: var(--color-blue) !important;
}
.minutes--btn.green.active span {
  background-color: transparent !important;
  color: var(--color-green) !important;
  border-color: var(--color-green) !important;
}
.minutes--btn.blue.active i {
  background-color: var(--color-blue);
  color: white;
}
.minutes--btn.green.active i {
  background-color: var(--color-green);
  color: white;
}
/* * NIRF - TAB CONTENT */
.temp_redBlue__button.nirf {
  width: fit-content;
}
/* * FEEDBACK - TAB CONTENT */
.feedback--dropdown__button {
  border: none !important;
}
.feedback--dropdown__button::after {
  position: absolute;
  right: 0;
  color: var(--color-red);
  transition: 300ms ease-in-out;
}
.feedback--dropdown__button.show::after {
  rotate: -90deg;
}
.feedback--dropdown__link {
  color: white !important;
  transition: 300ms ease-in-out;
}
.feedback--dropdown__link:hover {
  color: black !important;
}

@media (min-width: 450px) {
  /* STRUCTURE OF IQAC - TAB 02 */
  .flowchart--container {
    max-width: 400px;
  }
  .examinaiton--flowchart__Text p {
    font-size: 14px;
  }

  /* LEVEL-4 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  .level-4-1 {
    margin-top: 30px;
  }

  .level-4-1 .examinaiton--flowchart__Text p {
    font-size: 12px;
  }

  .level-4-2 .examinaiton--flowchart__Text p {
    font-size: 8px;
  }

  .level-4-1.four::before {
    height: 111px;
    top: 130%;
  }
  .level-4-2-wrapper::before {
    top: -4px;
    left: 18%;
    width: 67%;
  }
  .level-4-2::before {
    height: 18px;
  }
  .level-4-2 .flowchart--inner.three::after {
    height: 20px;
  }
  .level-4-2 .flowchart--inner.seven::after {
    height: 32px;
  }
  .level-4-2 .flowchart--inner.eight::after {
    height: 32px;
  }
  .level-4-2.two::before {
    bottom: 126%;
  }
  .level-4-2.one::before {
    bottom: 134%;
  }
  .level-4-2.nine::before {
    top: -56%;
    left: 49%;
  }

  /* LEVEL-6 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  .level-6 .examinaiton--flowchart__Text p {
    font-size: 12px;
  }
  /* LEVEL-8 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  .level-8-1 {
    margin-top: 36px;
  }
  .level-8-1::before {
    top: 110%;
    height: 19.5px;
  }
  .level-8-1.six::before {
    height: 196px;
    top: 130%;
  }
  .level-8-1 .examinaiton--flowchart__Text p {
    font-size: 12px;
  }
  /* LEVEL-9 STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .level-9 {
    margin-top: 50px;
  }
  /* LEVEL-10 STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .level-10 .examinaiton--flowchart__Text p {
    font-size: 12px;
  }
  /* CHARTS */
  #chart-text {
    font-size: 13px;
  }
}
@media (min-width: 576px) {
  .iqac--members {
    min-width: 280px;
    min-height: 200px;
  }
  .iqac--members__inner {
    left: 20%;
  }
 

  /* STRUCTURE OF IQAC - TAB 02 */
  .flowchart--container {
    max-width: 540px;
  }
  .examinaiton--flowchart__Text p {
    font-size: 16px;
  }
  /* LEVEL-3 STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .level-3-wrapper::before {
    top: -20px;
    left: 18%;
    width: 57%;
}
  /* LEVEL-4 STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .level-4-1 {
    margin-top: 30px;
  }

  .level-4-1 .examinaiton--flowchart__Text p {
    font-size: 14px;
  }

  .level-4-2 .examinaiton--flowchart__Text p {
    font-size: 10px;
  }

  .level-4-1.four::before {
    height: 102px;
    top: 130%;
  }
  .level-4-1.four {
    margin-top: 60px;
  }
  .level-4-1::before {
    top: 130%;
    height: 20px;
  }
  .level-4-2-wrapper::before {
    top: -4px;
    left: 18%;
    width: 67%;
  }
  .level-4-2::before {
    height: 17px;
  }
  .level-4-2.one::before {
    height: 18px;
    bottom: 127%;
  }
  .level-4-2.two::before {
    height: 17.5px;
  }
  .level-4-2.nine::before {
    top: -46%;
}
  .level-4-2 .flowchart--inner.three::after {
    height: 20px;
  }
  .level-4-2 .flowchart--inner.seven::after {
    height: 34px;
  }
  .level-4-2 .flowchart--inner.eight::after {
    height: 34px;
  }
  /* LEVEL-6 STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .level-6 .examinaiton--flowchart__Text p {
    font-size: 14px;
  }
  /* LEVEL-8 STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .level-8-1 {
    margin-top: 36px;
  }
  .level-8-1::before {
    top: 110%;
    height: 20px;
  }
  .level-8-1.six::before {
    height: 176px;
    top: 130%;
  }
  .level-8-1 .examinaiton--flowchart__Text p {
    font-size: 12px;
  }
  /* LEVEL-9 STYLES
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .level-9 {
    margin-top: 50px;
  }

  /* CHARTS */
  #chart-text {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  /* STRUCTURE OF IQAC - TAB 02 */
  /* LEVEL-4 STYLES
    –––––––––––––––––––––––––––––––––––––––––––––––––– */


    .level-4-2-wrapper::before {
        top: -1px;
        left: 23%;
        width: 64%;
    }
  .level-4-2::before {
    height: 14px; /* */
  }
  .level-4-2.one::before {
    height: 18px; /* */
  }
  .level-4-2.two::before {
    height: 16px;
  }
  .level-4-2.nine::before {
    top: -42%;
    left: 53%;
}
  .level-4-2 .flowchart--inner.three::after {
    height: 20px;
  }
  .level-4-2 .flowchart--inner.seven::after {
    height: 49px;
  }
  .level-4-2 .flowchart--inner.eight::after {
    height: 35px;
  }
  /* LEVEL-6 STYLES
      –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .level-6 .examinaiton--flowchart__Text p {
    font-size: 14px;
  }
  /* LEVEL-8 STYLES
      –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .level-8-1 {
    margin-top: 36px;
  }
  .level-8-1::before {
    top: 114%;
    height: 20px;
  }
  .level-8-1.six::before {
    height: 176px;
    top: 130%;
  }
  .level-8-1 .examinaiton--flowchart__Text p {
    font-size: 12px;
  }
  /* LEVEL-9 STYLES
        –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .level-9 {
    margin-top: 50px;
  }

  /* CHARTS */
  #chart-text {
    font-size: 20px;
  }
}

@media (min-width: 1400px) {
  .iqac--committee__members {
    padding-right: 8%;
  }
}

/* SPLIT TAB BUTTON */
@media (min-width: 992px) {
  .nav-item.space {
    margin-top: 2rem;
  }
  .dropdown_content .nav-item .nav-link.green:hover {
    background-color: var(--color-green);
    color: white !important;
  }
  .dropdown_content .nav-item .nav-link.green.active {
    background-color: var(--color-green);
    color: white;
  }

  /* * STRUCTURE  */
  .flowchart--container {
    max-width: 620px;
  }

  /* LEVEL 4 */
  .level-4-1 .examinaiton--flowchart__Text p {
    font-size: 14px;
  }
  .level-4-1.four::before {
    height: 138px;
  }
  .level-4-2.two::before {
    height: 18px;
    bottom: 118%;
  }
  .level-4-2.one::before {
    height: 20px;
    bottom: 116%;
  }
  .level-4-2.nine::before {
    top: -34%;
    left: 54%;
  }
  .level-4-2 .flowchart--inner.seven::after {
    height: 38px;
  }
  .level-4-2 .examinaiton--flowchart__Text p {
    font-size: 12px;
  }

  /* LEVEL 8 */
  .level-8-1.six::before {
    height: 197px;
  }
  .level-8-1 .examinaiton--flowchart__Text p {
    font-size: 14px;
  }
  /* LEVEL 10 */
  .level-10 .examinaiton--flowchart__Text p {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  /* * STRUCTURES */
  .flowchart--container {
    max-width: 750px;
  }
  .examinaiton--flowchart__Text {
    padding: 10px 20px;
  }
  .examinaiton--flowchart__Text p {
    font-size: 18px;
  }
  /* LEVEL 2 */
  .level-2 {
    margin-bottom: 60px;
  }
  /* LEVEL 3 */
  .level-3-wrapper::before {
    left: 18.2%;
    top: -40px;
  }
  .level-3-wrapper > li::before {
    height: 40px;
  }
  .level-3::before {
    height: 50px;
  }
  /* LEVEL 4 */
  .level-4-1 .examinaiton--flowchart__Text p {
    font-size: 16px;
  }
  .level-4-1.four::before {
    height: 159px;
  }
  .level-4-2-wrapper::before {
    top: 17px;
  }
  .level-4-2 {
    margin-top: 50px;
  }
  .level-4-2::before {
    height: 24px;
  }
      .level-4-2.nine::before {
        top: -49.5%;
    }
  .level-4-2 .flowchart--inner.seven::after {
    height: 60px;
  }
  .level-4-2 .flowchart--inner.eight::after {
    height: 18px;
  }
  .level-4-2 .examinaiton--flowchart__Text p {
    font-size: 14px;
  }
  /* LEVEL 5 */
  .level-5 {
    margin-top: 50px;
  }
  .level-5::before {
    height: 38px;
  }
  /* LEVEL 6 */
  .level-6 .examinaiton--flowchart__Text p {
    font-size: 16px;
  }
  /* LEVEL 8 */
  .level-8-1 .examinaiton--flowchart__Text p {
    font-size: 16px;
  }
  .level-8-1.six::before {
    height: 220px;
  }
  /* LEVEL 09 */
  .level-9 {
    margin-top: 70px;
  }
  .level-9::before {
    height: 42px;
  }
  /* LEVEL 10 */
  .level-10 .examinaiton--flowchart__Text p {
    font-size: 16px;
  }
}