.timeline-section + .left-right-tabbing-section {
  background-color: var(--white);
}

.timeline-section:has(+ .left-right-tabbing-section) {
  margin-top: 0;
}

.timeline-section:has(+ .review) {
  padding-bottom: 35px;
}

.timeline-section {
  padding: 35px 0 35px;
}

.timeline-section .timeline-content {
  overflow-x: clip;
}

.timeline-section .top-bar {
  margin: 0px 0 40px;
  position: sticky;
  left: 0;
  top: 65px;
  z-index: 3;
  transition: all 0.3s;
}

.timeline-section .top-bar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  justify-content: center;
}

.timeline-section .top-bar ul li a {
  display: block;
  height: 100%;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  color: var(--white);
  line-height: normal;
  padding: 20px 10px;
  position: relative;
  transition: all 0.3s;
}

.timeline-section .top-bar ul li a:hover,
.timeline-section .top-bar ul li a.active {
  background: var(--white);
  color: var(--base_color);
}

.timeline-section .top-bar ul li a.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  bottom: 0;
  background: var(--BluePrimary);
}

.timeline-section .timeline-content-wrapper {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

.timeline-section .timeline-content-wrapper:not(:last-child) {
  margin: 0 0 50px;
}

.timeline-section .timeline-content-wrapper svg {
  display: none;
}

.timeline-section .timeline-content-wrapper:last-child > svg {
  display: none;
}

.timeline-section .timeline-content-wrapper.animate svg > path {
  animation: line-animation 5s ease 1;
}

.timeline-section .top-bar.has_toc {
  top: 116px;
}

.timeline-section .top-bar.has_toc .container {
  padding: 0;
}

.timeline-section .top-bar.has_toc .tabbing-dropdown .tabs-dropdown {
  border-radius: 0;
}

@keyframes line-animation {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -1300;
  }
}

.timeline-section
  .timeline-content-wrapper
  .left
  .ul-check-arrow
  ul
  li::before {
  /* background: url(../../images/list-check.svg) no-repeat center / contain; */
}

.timeline-section .timeline-content-wrapper .left {
  width: 100%;
  margin: 0 0 30px;
}

.timeline-section .timeline-content-wrapper .left .content {
  margin: 30px 0 40px;
}

.timeline-section .timeline-content-wrapper li:not(:last-child) {
  margin-bottom: 20px;
}

.timeline-section .timeline-content-wrapper li {
  font-size: 18px;
}

.desc-big-font .timeline-section .timeline-content-wrapper li {
  font-size: 20px;
}

.timeline-section .timeline-content-wrapper .left .h2,
.timeline-section .timeline-content-wrapper .left h2 {
  margin: 0 0 30px;
  font-family: var(--poppins);
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  color: var(--BlueTextColor);
}

.timeline-section .timeline-content-wrapper .left .green2-text {
  font-family: var(--poppins);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--BluePrimary);
}

.timeline-section .timeline-content-wrapper .right {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* .timeline-section .timeline-content-wrapper .right img {
  width: 100%;
} */

.timeline-section .timeline-content-wrapper.image-left .right::before {
  right: auto;
  left: -10px;
}

.timeline-section .timeline-content-wrapper.image-left .right::after {
  left: auto;
  right: 72%;
}

.for-desktop {
  display: none;
}

.timeline-section .top-bar.sticky-bar .navigation a {
  padding: 12px 20px;
}

@media (min-width: 768px) {
  .timeline-section {
    padding: 50px 0 35px;
  }
  .timeline-section .top-bar {
    top: 85px;
  }

  .timeline-section .top-bar ul li a {
    font-size: 14px;
    padding: 18px 10px;
  }

  .timeline-section {
    padding: 75px 0;
  }

  .timeline-section .top-bar.has_toc {
    top: 136px;
  }

  .timeline-section + .left-right-tabbing-section {
  }

  .timeline-section:has(+ .review) {
    padding-bottom: 50px;
  }

  .timeline-section .timeline-content-wrapper .left .h2,
  .timeline-section .timeline-content-wrapper .left h2 {
    font-size: 36px;
    line-height: 1.3;
  }
}

@media (min-width: 992px) {
  .for-desktop {
    display: flex;
  }

  .for-mobile {
    display: none;
  }

  .timeline-section .top-bar {
    background: var(--BlueDark);
    margin: 0 0 60px;
    top: 80px;
  }

  .timeline-section .top-bar.top {
    background: var(--BlueDark);
  }

  .timeline-section .timeline-content-wrapper:not(:last-child) {
    margin: 0 auto;
  }

  .timeline-section .timeline-content-wrapper .left {
    width: 50%;
    margin: 0 50px 0 0;
  }

  .timeline-section .timeline-content-wrapper .right {
    width: calc(50% - 50px);
  }

  .timeline-section .timeline-content-wrapper.image-left .inner {
    flex-direction: row-reverse;
  }

  .timeline-section .timeline-content-wrapper.image-left .left {
    margin: 0 0 0 50px;
  }

  .timeline-section .timeline-content-wrapper svg {
    display: block;
    margin: 30px auto;
    max-width: 80%;
  }
}

@media (min-width: 1200px) {
  .timeline-section .top-bar {
    top: 90px;
  }

  .timeline-section .top-bar ul li a {
    font-size: 14px;
  }

  .timeline-section .timeline-content-wrapper .left .content ul {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 1430px) {
  .timeline-section .top-bar {
    margin: 00px 0 100px;
    top: 90px;
  }

  .timeline-section .top-bar ul li a {
    padding: 22px 20px;
    font-size: 17px;
  }

  .timeline-section .top-bar.top ul li a {
    padding: 13px 20px 19px;
  }

  .timeline-section .timeline-content-wrapper svg {
    margin: 70px auto;
    max-width: 100%;
  }
  .timeline-section {
    padding: 75px 0 35px;
  }
  .timeline-section:has(+ .review) {
    padding-bottom: 75px;
  }

  .timeline-section + .left-right-tabbing-section {
  }
}

@media (min-width: 1660px) {
  .timeline-section .top-bar ul li a {
    font-size: 17px;
  }
}
