.navbar-collapse {
  flex-grow: 0;
  align-items: baseline;
}
.navbar-brand {
  margin: 0;
}
.container-fluid {
  padding: 0 200px;
}
.navbar {
  height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999999999;
  transition: background-color 0.3s ease;
}
.tab-pane {
  /* transition: all 0.295s ease-out; */
  /*   transition: all 0.3s ease-out; */
  transition: all 0.3s ease-in-out;
}

.button {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  width: 174px;
  height: 40px;
  padding: 0 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  border: 1px solid #d90d36;
  background: #d90d36;
  line-height: normal;
}
.toogler_black_menu {
  background-image: url("../images/menu_black.svg") !important;
}
.navbar-expand-md .navbar-nav .nav-link,
.nav-link a {
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  font-weight: 400;
}
.navbar-expand-md .navbar-nav {
  display: flex;
  gap: 32px;
  margin-bottom: 0 !important;
  align-items: center;
}
.custom-dropdown-toggle {
  cursor: pointer;
}

.custom-dropdown-toggle::after {
  content: url("../images/nav_arrow_white.svg");
  margin-left: 4px;
  vertical-align: -3px;
  position: relative;
  top: 4px;
}
.custom-dropdown-toggle.black-arrow::after {
  content: url("../images/nav_arrow_black.svg");
}

.custom-dropdown-toggle:hover,
.custom-dropdown-toggle:focus {
  text-decoration: none;
}

.custom-dropdown-toggle:focus-visible {
  outline: 0;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.nav-link:focus a {
  font-weight: 600;
  border-bottom: 2px solid #d90d36;
  color: white;
}
.navbar-toggler {
  border: 0;
  padding: 0;
}
.dropdown-menu.show.hover {
  outline: none !important;
  border: none !important;
}
.dropdown-item.show:focus {
  border: none !important;
  outline: none !important;
}

.navbar-toggler-icon {
  background-image: url("../images/menu.svg");
}
.navbar-toggler:focus {
  box-shadow: none;
}
.close_icon {
  display: none;
}
.dropdown-item {
  color: #142e59;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  --bs-dropdown-link-active-bg: #fff;
  --bs-dropdown-link-active-color: #142e59;
  --bs-dropdown-link-hover-color: #142e59;
  --bs-dropdown-link-hover-bg: #fff;
}
.dropdown-menu {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(22, 37, 65, 0.1);
  padding: 12px 20px;
  border: 0 !important;
  top: 30px;
}
.button:focus {
  background-image: url("../images/focusRipple.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.button:hover {
  box-shadow: 0px 4px 12px 0px rgba(22, 37, 65, 0.3);
}
/* ----section-1------ */
.carousel-item img {
  position: relative;
  /* height: 750px; */
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.background-overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(
    180.42deg,
    rgba(0, 0, 0, 0.7) 0.49%,
    rgba(0, 0, 0, 0) 11.77%,
    rgba(0, 0, 0, 0) 70.17%,
    rgba(0, 0, 0, 0.7) 99.77%
  ); */

  background: linear-gradient(
    180.42deg,
    rgba(0, 0, 0, 0.7) 0.49%,
    rgba(0, 0, 0, 0) 11.77%,
    rgba(0, 0, 0, 0) 62.19%,
    rgba(0, 0, 0, 0.7) 81.76%
  );
}
.main_heading_section {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-bottom: 154px; */
  margin-bottom: 79px;
}
.main_heading_section h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  padding-bottom: 40px;
  font-family: "ORLANDE", sans-serif;
  /* margin-bottom: 12px; */
}
.main_heading_section p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  width: 918px;
}
.carousel-inner {
  position: relative;
}
.pathway_div {
  border-top: 1px solid rgb(227, 229, 232, 0.5);
  /* padding-top: 48px; */
  padding-top: 40px;
  display: flex;
  align-items: center;
  position: absolute;
  /* bottom: 58px; */
  bottom: 40px;
  left: 10%;
  right: 10%;
  z-index: 99999;
  justify-content: space-between;
}
.pathway_div h3 {
  margin: 0;
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}
.all_path {
  display: flex;
  gap: 130px;
  /* width: min-content; */
}
.path {
  display: flex;
  text-align: start;
  gap: 16px;
  color: #fff !important;
  align-items: center;
}
.path_img {
  background-color: #d90d36;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
.path_img img {
  width: 24px;
  height: 24px;
}
.carousel-caption {
  left: 10%;
  right: 10%;
}
/* ------section-2----- */

.section2 {
  padding: 100px 200px;
  background-image: url("../images/layar.png");
  background-position: right;
  background-repeat: no-repeat;
  z-index: -1;
}
.section2 h3 {
  margin: 0;
  color: #142e59;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.animation_section {
  display: flex;
  align-items: center;
  gap: 16px;
  /* height: auto; */
  height: auto;
  /* background-color: #142e59; */
}
.half_circle {
  position: relative;
}
.donut-circle {
  position: relative;
  display: inline-block;
  padding: 10px;
}
.white-circle {
  font-weight: 600;
  position: absolute;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background-color: #142e59;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 19px;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
}

.circle1 {
  width: 204px;
  height: 204px;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.multi-graph {
  position: absolute;
  top: 0px;
  width: 400px;
  height: 200px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  rotate: 90deg;
}
.multi-graph:before {
  content: "";
  width: 400px;
  height: 200px;
  border: 80px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  position: absolute;
  box-sizing: border-box;
  transform-origin: 50% 0%;
  border-radius: 400px 400 0 0;
  left: 0;
  top: 0;
  opacity: 0;
}

.graph {
  width: 400px;
  height: 200px;
  border: 80px solid var(--fill);
  border-top: none;
  position: absolute;
  transform-origin: 50% 0% 0;
  border-radius: 0 0 400px 400px;
  left: 0;
  top: 100%;
  z-index: 5;
  animation: 1s fillGraphAnimation ease-in;
  transform: rotate(calc(1deg * (var(--percentage) * 1.8)));
  box-sizing: border-box;
  cursor: pointer;
}
.graph_white {
  width: 402px;
  border: 82px solid var(--fill);
}
.graph:after {
  background: var(--fill);
  box-sizing: border-box;
  border-radius: 2px;
  color: #fff;
  font-weight: 200;
  font-size: 16px;
  height: 30px;
  padding: 5px 10px;
  top: 0px;
  position: absolute;
  left: 0;
  transform: rotate(calc(-1deg * var(--percentage) * 1.8)) translate(-50px, 0px);
  transition: 0.2s ease-in;
  transform-origin: 0 50% 0;
  opacity: 0;
}
.graph {
  transition: all 0.5s;
}
.graph_icon {
  left: -35px;
  position: absolute;
  top: 60px;
}
.g1 .gg1 img {
  rotate: 90deg !important;
}
.g2 .gg2 img {
  rotate: 152deg !important;
}
.g3 .gg3 img {
  rotate: 214deg !important;
}

@keyframes fillAnimation {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(135deg);
  }
}

@keyframes fillGraphAnimation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
}
/*  */
.center_line {
  display: flex;
  flex-direction: column;
  gap: 180px;
}

.center_line .blue_line_1 {
  border-bottom: 2px solid #142e59;
  width: 153px;
  position: relative;
}

.center_line .blue_line_1::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 100%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #142e59;
}
.center_line .blue_line_2 {
  border-bottom: 2px solid #142e59;
  width: 63px;
  margin-left: 90px;
  position: relative;
}

.center_line .blue_line_2::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 100%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #142e59;
}
.center_line .blue_line_3 {
  border-bottom: 2px solid #142e59;
  width: 128px;
  position: relative;
  top: -18px;
  margin-left: 24px;
}

.center_line .blue_line_3::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 100%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #142e59;
}

/*  */
.Navigating_section {
  display: flex;
  flex-direction: column;
  gap: 5vh;
  z-index: 9999999;
}
.Navigating_section h5 {
  font-size: 20px;
  font-weight: 600;
  color: #142e59;
}
.header_card {
  padding: 12px 20px;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  height: 109px;
  display: flex;
  align-items: center;
}

.Navigating_section p {
  font-size: 16px;
  font-weight: 400;
  color: #686e73;
  margin-bottom: 0;
}
.table_heading {
  display: flex;
  justify-content: center;
}
.table_heading h3 {
  width: 1060px;
}
/* ------section-3----- */
.section3 {
  background: linear-gradient(
    180deg,
    rgba(245, 245, 245, 0) 0%,
    #f5f5f5 24.48%
  );
  padding: 0 200px;
  padding-bottom: 80px;
}
.section3 h3 {
  margin: 0;
  color: #142e59;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.nav {
  flex-wrap: nowrap;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
  color: #142e59;
  font-weight: 600;
  border-bottom: 2px solid #e44464;
  font-size: 16px;
  transition: all 0.6s;
}
.tab-nav-link {
  color: #142e59 !important;
  font-weight: 400;
  display: flex;
  gap: 12px;
}
.nav-pills .nav-link {
  border-radius: 0;
  border-bottom: 1px solid #e3e5e8;
  position: relative;
  text-align: start;
  height: 100%;
  padding: 16px;
}
.tab-content > .tab-pane {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 20px 60px 0px rgba(22, 37, 65, 0.1);
  padding: 32px 40px;
}
.tab-nav-detail {
  display: flex;
  justify-content: space-between;
  /* gap: 80px; */
}
.tabNavDetailDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.tabNavDetailDiv h2 {
  margin: 0;
  color: #142e59;
  font-size: 32px;
  font-weight: 600;
}
.tabNavDetailDiv p {
  margin: 0;
  color: #686e73;
  font-size: 18px;
  font-weight: 400;
  /* width: 600px; */
  /* width: auto; */
}
.tabNav_icon {
  display: none;
}
.nav-pills .nav-link.active .tabNav_icon {
  display: inline-block;
}
.hr {
  background-color: #c6d3dd;
  width: 100%;
  height: 1px;
  margin: 60px 0;
}
.nav-pill-dropdown {
  display: none;
}
.table_img1 {
  width: 23.5%;
  height: 100%;
}
.table_img11 {
  display: none;
}
.table_img2 {
  width: 100%;
  height: 100%;
}
.table_info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.info1 {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #142e59;
  font-size: 14px;
  font-weight: 400;
}
.table_scrollDiv {
  display: flex;
  width: 100%;
  box-shadow: 0px 32px 80px 0px rgba(22, 37, 65, 0.15);
  margin-bottom: 32px;
  background-color: #142e59;
  border-radius: 12px;
}
/* ---section-4----- */
.section4 {
  padding: 100px 200px;
  background-image: url("../images/image\ 1440.png");
  background-position: left;
  background-repeat: no-repeat;
}
.section4 h2 {
  margin: 0;
  margin-bottom: 40px;
  color: #142e59;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.cards {
  display: flex;
  height: 450px;
  gap: 24px;
}
.cards .carrd {
  display: flex;
  position: relative;
  width: 340px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.8s;
  box-shadow: 0px 12px 24px 0px rgba(22, 37, 65, 0.1);
  border-radius: 12px;
}
.cards .carrd.active {
  flex-grow: 10000;
  width: 792px;
}
.cards .carrd.active .card_overlay {
  display: none;
}
.cards .carrd:not(.active) .card_overlay {
  display: block;
}
.iframe_class {
  padding: 18px 4px;
}
.iframe_class iframe {
  width: 320px;
  height: 450px;
}
.card_paragraph {
  background-color: #fff;
  color: black;
  padding: 48px 24px;
}
.card_paragraph h3 {
  color: #142e59;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 16px;
}
.card_paragraph p {
  margin: 0;
  color: #686e73;
  font-size: 18px;
  font-weight: 400;
  width: 24rem;
  margin-bottom: 16px;
}
.card_paragraph span {
  color: #686e73;
  font-size: 12px;
  font-weight: 400;
}
.card_img {
  position: relative;
  width: 100%;
  z-index: 99;
}
.card_img img {
  /* width: 340px; */
  width: 285px;
  height: 100%;
  object-fit: cover;
}
.card_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/card_bg.png") no-repeat center center / cover;
  z-index: 999;
}
.card_img_heading {
  position: absolute;
  bottom: 24px;
  left: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  width: 204px;
  border-radius: 12px;
  z-index: 9999;
}
/* ----------section-5------- */
.section5 {
  padding: 83px 200px;
  padding-top: 0;
}
.section5 h3 {
  margin: 0;
  margin-bottom: 40px;
  color: #142e59;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.accordion_div {
  display: flex;
  gap: 24px;
}
.accordion {
  width: 98%;
  display: flex;
  gap: 24px;
}
.accordion-button:not(.collapsed)::after {
  display: none;
}
.accordion-button::after {
  display: none;
}
.accordion-button:not(.collapsed)::before {
  content: "-";
  font-size: 34px;
  color: #d90d36;
  font-weight: 400;
  font-size: 34px;
  color: #d90d36;
  font-weight: 400;
  display: block;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  top: 4px;
  left: 12px;
}
.accordion-button::before {
  content: "+";
  font-size: 34px;
  color: #d90d36;
  font-weight: 400;
  font-size: 26px;
  color: #d90d36;
  font-weight: 400;
  display: block;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  top: 10px;
  left: 12px;
}
.accordion-button.collapsed::before {
  transform: rotate(-90deg);
}
.accordion-button:focus {
  box-shadow: none;
  border: transparent !important;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}
.accordion-button {
  color: #142e59 !important;
  font-size: 18px;
  font-weight: 600;
  padding-left: 36px;
  position: relative;
}
.accordion-body {
  padding-top: 0;
  color: #686e73;
  font-size: 14px;
  font-weight: 400;
  padding-left: 36px;
}
.accordion-item {
  margin-bottom: 16px;
  border: 1px solid #e3e5e8 !important;
}

/* @media only screen and (min-width: 992px) and (max-width: 1023px) {
  .navbar-expand-md .navbar-nav {
    gap: 16px;
  }

  .button {
    width: auto;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo {
    width: 80px;
  }
  .navbar-expand-md .navbar-nav {
    gap: 12px !important;
  }

  .custom-dropdown-toggle::after {
    margin-left: -4px;
    vertical-align: -5px;
  }

  .button {
    width: auto;
    font-size: 12px !important;
    height: 34px;
  }

  .navbar-expand-md .navbar-nav .nav-link,
  .nav-link a {
    font-size: 14px;
  }
} */

@media only screen and (min-width: 280px) and (max-width: 767px) {
  .logo {
    width: 87px;
    height: 27px;
  }
  .navbar-nav .nav-link:hover {
    border-bottom: 0 !important;
  }
  .navbar-expand-md .navbar-nav .nav-link,
  .nav-link a {
    color: #112747 !important;
    font-size: 18px;
    border-bottom: 0 !important;
  }
  .close_icon {
    display: block !important;
    position: absolute;
    top: 40px;
    z-index: 9999999;
    right: 16px;
  }
  .navbar-collapse {
    background-color: white;
    position: absolute;
    top: 0;
    right: -116%;
    width: 88%;
    height: 100vh;
    padding-top: 80px;
    transition: all 0.5s ease;
    border: transparent !important;
  }
  .navbar-collapse.collapse.show {
    right: 0;
    bottom: 0;
  }
  .navbar-expand-md .navbar-nav {
    gap: 10px;
    margin-bottom: 24px !important;
    align-items: normal;
  }
  .nav-link {
    padding: 16px !important;
    text-align: start !important;
  }
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link:focus,
  .navbar-nav .nav-link:hover {
    border: 0 !important;
    background-color: #f5f5f5;
  }
  .nav_btn {
    display: flex;
    justify-content: center;
  }
  .button {
    width: 91%;
  }
  .custom-dropdown-toggle::after {
    content: url("../images/nav_arrow_black.svg") !important;
    vertical-align: -5px;
    line-height: 0;
    transition: all 0.2s;
  }
  .dropdown-item {
    white-space: unset;
    font-size: 14px;
  }
  .dropdown-menu {
    box-shadow: none;
  }
  .nav-link-fund {
    background-color: transparent !important;
  }
  .nav-link.custom-dropdown-toggle.show::after {
    transform: rotate(180deg);
  }
}

@media only screen and (min-width: 1920px) and (max-width: 2000px) {
  .animation_section {
    height: 55vh;
  }
  .tab-nav-detail {
    display: flex;
    justify-content: space-between;
    /* gap: 240px; */
  }
  .card_img img {
    width: 340px;
    /* width: 282px; */
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1654px) and (max-width: 1919px) {
  .card_img img {
    width: 340px;
    /* width: 282px; */
    height: 100%;
    object-fit: cover;
  }
  .center_line .blue_line_1 {
    width: 128px;
    top: 11px;
    margin-left: 24px;
  }
  .center_line .blue_line_2 {
    width: 63px;
    margin-left: 90px;
    top: 9px;
  }
  .center_line .blue_line_3 {
    width: 128px;
    top: -16px;
    margin-left: 24px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .tab-nav-detail {
    display: flex;
    justify-content: space-between;
    /* gap: 80px; */
  }
  /* -----header---- */
  .container-fluid {
    padding: 0 120px;
  }
  .animation_section {
    height: auto;
  }
  /* ----section-1---- */
  .all_path {
    gap: 130px;
  }
  .path {
    align-items: center;
  }
  .carousel-caption {
    left: 9%;
    right: 9%;
  }
  .section2 {
    padding: 100px 120px 70px;
  }
  .center_line {
    gap: 170px;
  }
  /* --------section-3---------- */
  .section3 {
    padding: 0 120px;
    padding-bottom: 80px;
  }
  .info1 {
    align-items: baseline;
  }
  /* ---section-4----- */
  .section4 {
    padding: 100px 120px;
  }
  .carrd.active .card_img img {
    width: 280px;
  }
  .card_paragraph {
    padding: 40px 24px;
  }
  .card_paragraph h3 {
    font-size: 20px;
  }
  .card_paragraph p {
    font-size: 16px;
  }
  /* ----------section-5------- */
  .section5 {
    padding: 100px 120px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .all_path {
    gap: 150px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1600px) {
  #box2 {
    height: 138px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .card_img img {
    width: 266px;
  }
  .iframe_class {
    padding: 40px 4px 0px;
  }
  .iframe_class iframe {
    width: 266px;
    height: 450px;
  }
  .dropdown-menu {
    left: -30px;
  }
  /* -----header---- */
  .container-fluid {
    padding: 0 40px;
  }
  .animation_section {
    height: auto;
  }
  /* ----section-1---- */
  .all_path {
    gap: 72px;
  }
  .path {
    align-items: center;
  }
  .pathway_div {
    align-items: center;
    left: 10%;
    right: 10%;
    /* bottom: 70px; */
    gap: 72px;
  }
  .carousel-caption {
    left: 4%;
    right: 4%;
  }
  .section2 {
    padding: 100px 40px 70px;
  }
  /* ------section-3----- */
  .section3 {
    padding: 0 40px;
    padding-bottom: 80px;
  }
  .table_img11 {
    display: none;
  }
  .info1 {
    align-items: baseline;
  }
  /* ---section-4----- */
  .section4 {
    padding: 100px 40px;
  }
  /* .card_img img {
    width: 270px;
  } */
  .carrd.active .card_img img {
    width: 290px !important;
  }
  .card_paragraph {
    padding: 40px 24px;
  }
  .card_paragraph h3 {
    font-size: 20px;
  }
  .card_paragraph p {
    font-size: 16px;
  }
  /* ----------section-5------- */
  .section5 {
    padding: 100px 40px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .table_img11 {
    display: none;
  }
  .dropdown-menu {
    left: -84px;
  }
  /* -----header---- */
  .container-fluid {
    padding: 0 40px;
  }
  .animation_section {
    height: auto;
  }
  .section2 {
    padding: 80px 40px 60px;
    background-image: none;
  }
  .section2 h3 {
    font-size: 32px;
  }
  .Navigating_section p {
    font-size: 14px;
    margin-bottom: 0;
  }
  /* ----section-1---- */
  .all_path {
    gap: 40px;
  }
  .main_heading_section {
    margin-bottom: 70px;
  }
  .main_heading_section h1 {
    padding-bottom: 30px;
  }
  .pathway_div {
    padding-top: 30px;
    bottom: 30px;
    align-items: center;
    left: 7%;
    right: 7%;
    gap: 75px;
  }
  .carousel-caption {
    left: 4%;
    right: 4%;
  }
  .navbar-expand-md .navbar-nav .nav-link,
  .nav-link a {
    font-size: 14px;
    /* border-bottom: 0 !important; */
  }
  .main_heading_section h1 {
    font-size: 40px;
  }
  .main_heading_section p {
    font-size: 16px;
    width: 800px;
  }
  .path {
    font-size: 14px;
    gap: 12px;
    align-items: center;
  }
  .path_img {
    width: 34px;
    height: 34px;
  }
  .pathway_div h3 {
    font-size: 18px;
    white-space: wrap;
  }
  .header_card {
    height: 119px;
  }
  /* ------section-3----- */
  .section3 {
    padding: 0 40px;
    padding-bottom: 60px;
  }
  .section3 h3 {
    font-size: 32px;
  }
  .tab-content > .tab-pane {
    padding: 24px;
  }
  .tab_nav_scrollDiv {
    overflow-x: scroll;
    margin-bottom: 16px;
  }
  .tab_nav_scrollDiv::-webkit-scrollbar {
    display: none;
  }
  .tab_nav_scrollDiv {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .tabNavDetailDiv h2 {
    font-size: 24px;
  }
  .nav.nav-pills {
    width: 1150px;
    margin-bottom: 0 !important;
    padding-bottom: 6px;
  }
  .tabNav_icon {
    width: 20px;
    height: 20px;
  }
  .nav-pills .nav-link.active .tabNav_icon {
    display: inline-block;
  }
  .tabNavDetailDiv p {
    width: auto;
  }
  .info1 {
    align-items: baseline;
  }
  /* ---section-4----- */
  .section4 {
    padding: 100px 40px;
  }
  .section4 h2 {
    margin-bottom: 36px;
    font-size: 32px;
  }
  .cards {
    gap: 16px;
    height: 370px;
  }
  .card_paragraph {
    padding: 16px;
  }
  .card_paragraph h3 {
    font-size: 16px;
  }
  .card_paragraph p {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .card_img img {
    width: 216px;
  }
  .iframe_class {
    padding: 8px 0px 0px;
  }
  .iframe_class iframe {
    width: 256px;
    height: 357px;
  }
  .carrd.active .card_img img {
    width: 240px;
  }

  .card_img_heading {
    bottom: 16px;
    left: 16px;
    font-size: 16px;
    width: 160px;
  }
  /* ----------section-5------- */
  .section5 {
    padding: 100px 40px;
    padding-top: 0;
  }
  .section5 h3 {
    margin-bottom: 36px;
    font-size: 32px;
  }
  .accordion-button {
    font-size: 16px;
  }
  .accordion-body {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .table_img1 {
    display: none;
  }
  .tab-nav-detail {
    display: flex;
    justify-content: space-between;
    /* gap: 30px; */
  }
  /* -----header---- */
  .container-fluid {
    padding: 0 40px;
  }
  .navbar-expand-md .navbar-nav {
    gap: 14px;
  }

  .section2 {
    padding: 60px 40px;
    background-image: none;
  }
  .section2 h3 {
    font-size: 24px;
  }
  .animation_section {
    flex-direction: column;
    gap: 60px;
    height: auto;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    width: 350px;
  }
  .dropdown-item {
    white-space: normal;
  }
  .header_card {
    padding: 12px 12px;
  }
  .g1 .gg1 img {
    rotate: 0deg !important;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .g2 .gg2 img {
    rotate: 60deg !important;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .g3 .gg3 img {
    rotate: 120deg !important;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .multi-graph {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    rotate: 180deg;
    left: -97px;
    top: 98px;
  }
  .blue_line_1 {
    display: none;
  }
  .blue_line_2 {
    display: none;
  }
  .blue_line_3 {
    display: none;
  }
  .Navigating_section {
    gap: 32px;
  }
  .Navigating_section h5 {
    font-size: 16px;
  }
  .Navigating_section p {
    font-size: 14px;
    margin-bottom: 0;
  }
  /* ----section-1---- */
  .all_path {
    gap: 88px;
    justify-content: space-between;
    width: auto;
  }
  .pathway_div {
    flex-direction: column;
    padding-top: 30px;
    bottom: 30px;
    gap: 16px;
    left: 4.5%;
    right: 4.5%;
  }
  .carousel-caption {
    left: 4.5%;
    right: 4.5%;
  }
  .carousel-item img {
    /* height: 580px; */
    object-fit: cover;
  }
  .navbar-expand-md .navbar-nav .nav-link,
  .nav-link a {
    font-size: 14px;
  }
  .main_heading_section h1 {
    font-size: 32px;
  }
  .main_heading_section p {
    font-size: 14px;
    width: 650px;
  }
  .path {
    font-size: 12px;
    gap: 10px;
    align-items: center;
  }
  .pathway_div h3 {
    font-size: 16px;
    text-align: center;
  }
  .path_img {
    width: 32px;
    height: 32px;
  }
  .path_img img {
    width: 16px;
    height: 16px;
  }
  /* ------section-3----- */
  .section3 {
    padding: 0 32px;
    padding-bottom: 40px;
  }
  .section3 h3 {
    font-size: 24px;
  }
  .tab-content > .tab-pane {
    padding: 24px;
  }
  .tabNavDetailDiv h2 {
    font-size: 18px;
  }
  .tabNav_icon_dropdown {
    width: 20px;
    height: 20px;
    display: block;
  }
  .nav-pills {
    display: none !important;
  }
  .nav-pill-dropdown {
    display: block !important;
    width: 100%;
  }
  .table_imgDiv::-webkit-scrollbar {
    height: 4px;
  }
  .table_imgDiv::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #142e59;
  }
  .table_imgDiv::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: rgba(187, 187, 187, 0.6);
  }
  .table_imgDiv {
    overflow-x: scroll;
  }
  .table_img11 {
    width: 23%;
    display: block;
  }

  /* ------------------ */
  div.mm-dropdown {
    border-radius: 4px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 3px;
  }
  div.mm-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 12px 24px 0px rgba(22, 37, 65, 0.1);
  }
  div.mm-dropdown ul li,
  div.mm-dropdown div.textfirst {
    padding: 0;
    color: #333;
    flex-grow: 1;
    display: flex;
    gap: 12px;
  }
  div.mm-dropdown ul li .tab-nav-link {
    padding: 8px;
  }
  .navtabbar {
    padding: 12px;
    display: flex;
    border: 1px solid #e3e5e8;
    justify-content: space-between;
  }
  div.mm-dropdown div.textfirst img.down {
    float: right;
  }
  div.mm-dropdown ul li {
    display: none;
  }
  div.mm-dropdown ul li.main {
    display: block;
  }
  div.mm-dropdown ul li img {
    width: 20px;
    height: 20px;
  }
  .tab-nav-link {
    font-size: 14px;
  }
  /* =------------------- */
  .tabNavDetailDiv p {
    font-size: 14px;
    /* width: 100%; */
    /* width: 530px; */
  }
  .table_scrollDiv {
    margin-bottom: 24px;
  }
  .info1 {
    align-items: baseline;
    font-size: 14px;
  }
  .hr {
    margin: 42px 0;
  }
  /* ---section-4----- */
  .section4 {
    padding: 60px 32px;
    background-image: none;
  }
  .section4 h2 {
    margin-bottom: 32px;
    font-size: 24px;
  }
  .cards {
    gap: 20px;
    height: auto;
  }
  .carrd {
    flex-direction: column;
    width: 100%;
  }
  .card_paragraph {
    padding: 16px;
  }
  .card_paragraph h3 {
    font-size: 16px;
  }
  .card_paragraph p {
    font-size: 12px;
    width: 100%;
  }
  .card_img img {
    width: 100%;
    height: 200px;
  }
  .iframe_class {
    padding: 0px 0px 0px;
  }
  .iframe_class iframe {
    width: 217px;
    height: 350px;
  }
  .cards .carrd:not(.active) .card_overlay {
    display: none;
  }
  .cards .carrd:not(.active) {
    width: 100%;
  }
  .cards .carrd.active {
    width: 100%;
  }
  /* ----------section-5------- */
  .section5 {
    padding: 60px 32px;
    padding-top: 0;
  }
  .section5 h3 {
    margin-bottom: 32px;
    font-size: 24px;
  }
  .accordion-button {
    font-size: 14px;
  }
  .accordion-body {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .all_path_scrollable {
    width: 100%;
  }
  .table_img1 {
    display: none;
  }
  /* ----------header ------- */
  .container-fluid {
    padding: 0 24px;
  }
  .navbar {
    height: 48px;
  }
  .custom-dropdown-toggle::after {
    margin-left: 83%;
  }
  /*  */
  .section2 {
    padding: 40px 32px;
    padding-bottom: 38px;
    background-image: none;
  }
  .g1 .gg1 img {
    rotate: 0deg !important;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .g2 .gg2 img {
    rotate: 60deg !important;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .g3 .gg3 img {
    rotate: 120deg !important;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .section2 h3 {
    font-size: 20px;
  }
  .animation_section {
    flex-direction: column;
    gap: 60px;
    height: auto;
  }
  .header_card {
    padding: 12px 12px;
  }
  .multi-graph {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    rotate: 180deg;
    left: -97px;
    top: 98px;
  }
  .blue_line_1 {
    display: none;
  }
  .blue_line_2 {
    display: none;
  }
  .blue_line_3 {
    display: none;
  }
  .Navigating_section {
    gap: 32px;
  }
  .Navigating_section h5 {
    font-size: 14px;
  }
  .Navigating_section p {
    font-size: 12px;
    margin-bottom: 0;
  }
  /* ----section-1---- */
  .all_path {
    gap: 0;
    width: 100%;
    justify-content: space-between;
  }
  .carousel-item img {
    object-fit: cover;
    /* height: 467px; */
  }
  .pathway_div {
    flex-direction: column;
    padding-top: 20px;
    gap: 16px;
    left: 5%;
    right: 5%;
    bottom: 20px;
  }
  .carousel-caption {
    left: 5%;
    right: 5%;
  }
  .navbar-expand-md .navbar-nav .nav-link,
  .nav-link a {
    font-size: 14px;
    border-bottom: 0 !important;
  }
  .main_heading_section h1 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .main_heading_section p {
    font-size: 14px;
    width: auto;
  }
  .path {
    font-size: 14px;
    width: min-content;
    gap: 8px;
    align-items: center;
    white-space: wrap;
  }
  .pathway_div h3 {
    text-align: center;
    font-size: 16px;
  }
  .path_img {
    width: 32px;
    height: 32px;
  }
  .path_img img {
    width: 20px;
    height: 20px;
  }
  .carousel-item img {
    object-fit: cover;
  }
  /* ------section-3----- */
  .section3 {
    padding: 0 24px;
    padding-bottom: 28px;
  }
  .section3 h3 {
    font-size: 20px;
  }
  .tab-content > .tab-pane {
    padding: 16px;
  }
  .tabNavDetailDiv h2 {
    font-size: 16px;
  }
  .tabNav_icon_dropdown {
    display: block;
  }
  .nav-pills {
    display: none;
  }
  .nav-pill-dropdown {
    display: block;
    width: 100%;
  }
  div.mm-dropdown {
    border-radius: 4px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 3px;
  }
  div.mm-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 12px 24px 0px rgba(22, 37, 65, 0.1);
  }
  div.mm-dropdown ul li,
  div.mm-dropdown div.textfirst {
    padding: 0;
    color: #333;
    flex-grow: 1;
    display: flex;
    gap: 12px;
  }
  div.mm-dropdown ul li .tab-nav-link {
    padding: 8px;
  }
  .navtabbar {
    padding: 12px;
    display: flex;
    border: 1px solid #e3e5e8;
    justify-content: space-between;
  }
  div.mm-dropdown div.textfirst img.down {
    float: right;
  }
  div.mm-dropdown ul li {
    display: none;
  }
  div.mm-dropdown ul li.main {
    display: block;
  }
  div.mm-dropdown ul li img {
    width: 20px;
    height: 20px;
  }
  .tab-nav-link {
    font-size: 14px;
  }
  .tabNavDetailDiv p {
    font-size: 14px;
  }
  .table_imgDiv {
    overflow-x: scroll;
  }
  .table_imgDiv::-webkit-scrollbar {
    height: 4px;
  }
  .table_imgDiv::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #142e59;
  }
  .table_imgDiv::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: rgba(187, 187, 187, 0.6);
  }
  .table_img11 {
    width: 23%;
    display: block;
  }
  .table_img2 {
    width: 38.5rem;
  }
  .info1 {
    align-items: baseline;
    font-size: 12px;
  }
  .hr {
    margin: 40px 0;
  }
  /* ---section-4----- */
  .section4 {
    padding: 40px 26px;
    background-image: none;
  }
  .section4 h2 {
    margin-bottom: 24px;
    font-size: 20px;
  }
  .card_scrollable {
    overflow-x: scroll;
  }
  .card_scrollable::-webkit-scrollbar {
    display: none;
  }
  .card_scrollable {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .cards {
    gap: 20px;
    height: auto;
    width: 721px;
    padding: 0 10px;
    padding-bottom: 30px;
  }
  .carrd {
    flex-direction: column;
    width: 100%;
  }
  .card_paragraph {
    padding: 16px;
  }
  .card_paragraph h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .card_paragraph p {
    font-size: 12px;
    width: 100%;
  }
  .card_img img {
    width: 100%;
    height: 180px;
  }
  .iframe_class {
    padding: 0px 0px 0px;
  }
  .iframe_class iframe {
    width: 217px;
    height: 350px;
  }
  .cards .carrd:not(.active) .card_overlay {
    display: none;
  }
  .cards .carrd:not(.active) {
    width: 100%;
  }
  .cards .carrd.active {
    width: 100%;
  }
  /* ----------section-5------- */
  .section5 {
    padding: 40px 24px;
    padding-top: 0;
  }
  .section5 h3 {
    margin-bottom: 36px;
    font-size: 32px;
  }
  .accordion_div {
    gap: 16px;
    flex-direction: column;
  }
  .accordion {
    width: 100%;
    display: block;
  }
  .accordion-button {
    font-size: 14px;
  }
  .accordion-body {
    font-size: 12px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 575px) {
  .info1 {
    align-items: baseline;
    font-size: 12px;
  }
  .all_path_scrollable {
    width: 100%;
  }
  /* ----------header ------- */
  .animation_section {
    flex-direction: column;
    gap: 60px;
    height: auto;
    /* height: 76vh; */
  }
  .header_card {
    padding: 12px 12px;
    height: auto;
  }
  .container-fluid {
    padding: 0 16px;
  }
  .navbar {
    height: 56px;
  }
  .custom-dropdown-toggle::after {
    margin-left: 74%;
  }
  /*  */
  .section2 {
    padding: 48px 24px;
    padding-bottom: 34px;
    background-image: none;
  }
  .section2 h3 {
    font-size: 20px;
  }
  .g1 .gg1 img {
    rotate: 0deg !important;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .g2 .gg2 img {
    rotate: 60deg !important;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .g3 .gg3 img {
    rotate: 120deg !important;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .circle1 {
    width: 160px;
    height: 160px;
  }
  .white-circle {
    font-size: 14px;
    width: 136px;
    height: 136px;
  }
  .multi-graph {
    position: absolute;
    top: 0px;
    width: 350px; /* Adjusted width */
    height: 175px; /* Adjusted height (maintaining the aspect ratio) */
    color: #fff;
    font-size: 18px; /* Adjusted font size */
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    rotate: 90deg;
  }

  .multi-graph:before {
    content: "";
    width: 350px; /* Adjusted width */
    height: 175px; /* Adjusted height (maintaining the aspect ratio) */
    border: 80px solid rgba(0, 0, 0, 0.15); /* Adjusted border size */
    border-bottom: none;
    position: absolute;
    box-sizing: border-box;
    transform-origin: 50% 0%;
    border-radius: 350px 350px 0 0; /* Adjusted border-radius */
    left: 0;
    top: 0;
    opacity: 0;
  }

  .graph {
    width: 350px; /* Adjusted width */
    height: 175px; /* Adjusted height (maintaining the aspect ratio) */
    border: 80px solid var(--fill); /* Adjusted border size */
    border-top: none;
    position: absolute;
    transform-origin: 50% 0% 0;
    border-radius: 0 0 350px 350px; /* Adjusted border-radius */
    left: 0;
    top: 100%;
    z-index: 5;
    animation: 1s fillGraphAnimation ease-in;
    transform: rotate(calc(1deg * (var(--percentage) * 1.8)));
    box-sizing: border-box;
    cursor: pointer;
  }

  .graph:after {
    background: var(--fill);
    box-sizing: border-box;
    border-radius: 2px;
    color: #fff;
    font-weight: 200;
    font-size: 14px; /* Adjusted font size */
    height: 20px; /* Adjusted height */
    padding: 4px 8px; /* Adjusted padding */
    top: 0px;
    position: absolute;
    left: 0;
    transform: rotate(calc(-1deg * var(--percentage) * 1.8))
      translate(-35px, 0px); /* Adjusted translation */
    transition: 0.2s ease;
    transform-origin: 0 50% 0;
    opacity: 0;
  }
  .graph_icon {
    left: -40px;
    position: absolute;
    top: 48px;
  }
  .multi-graph {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    rotate: 180deg;
    left: -95px;
    top: 80px;
  }
  .blue_line_1 {
    display: none;
  }
  .blue_line_2 {
    display: none;
  }
  .blue_line_3 {
    display: none;
  }
  .Navigating_section {
    gap: 16px;
  }
  .Navigating_section h5 {
    font-size: 16px;
  }
  .Navigating_section p {
    font-size: 14px;
    margin-bottom: 0;
  }
  /* ----section-1---- */
  .all_path {
    gap: 40px;
    overflow-x: auto;
    padding-bottom: 6px;
  }
  .all_path::-webkit-scrollbar {
    height: 4px;
  }
  .all_path::-webkit-scrollbar-track {
    border-radius: 4px;
    background: transparent;
  }
  .all_path::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: rgba(187, 187, 187, 0.3);
  }

  .pathway_div {
    flex-direction: column;
    padding-top: 20px;
    gap: 16px;
    left: 5%;
    right: 5%;
    bottom: 12px;
  }
  .carousel-caption {
    left: 5%;
    right: 5%;
  }
  .navbar-expand-md .navbar-nav .nav-link,
  .nav-link a {
    font-size: 14px;
    border-bottom: 0 !important;
  }
  .main_heading_section h1 {
    font-size: 24px;
    padding-bottom: 0px;
  }
  .main_heading_section p {
    font-size: 14px;
    width: auto;
  }
  .path {
    font-size: 14px;
    gap: 6px;
    width: 48.75%;
    align-items: center;
    white-space: wrap;
  }
  .pathway_div h3 {
    font-size: 16px;
    text-align: center;
  }
  .main_heading_section {
    margin-bottom: 98px;
  }
  .path_img {
    width: 32px;
    height: 32px;
  }
  .path_img img {
    width: 20px;
    height: 20px;
  }
  .carousel-item img {
    object-fit: cover;
    height: 650px;
  }
  /* ------section-3----- */
  .section3 {
    padding: 0px 16px 16px;
  }
  .section3 h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .tab-content > .tab-pane {
    padding: 20px 16px;
  }
  .tabNavDetailDiv h2 {
    font-size: 16px;
  }
  .tabNav_icon_dropdown {
    display: block;
  }
  .nav-pills {
    display: none;
  }
  .nav-pill-dropdown {
    display: block;
    width: 100%;
  }
  .tab-nav-detail {
    flex-direction: column;
    gap: 8px;
  }
  div.mm-dropdown {
    border-radius: 4px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 3px;
  }
  div.mm-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 12px 24px 0px rgba(22, 37, 65, 0.1);
    transition: all 0.5s;
  }
  div.mm-dropdown ul li,
  div.mm-dropdown div.textfirst {
    padding: 0;
    color: #333;
    flex-grow: 1;
    display: flex;
    gap: 12px;
    align-items: center;
    /* justify-content: center; */
  }
  div.mm-dropdown ul li .tab-nav-link {
    padding: 8px;
  }
  .navtabbar {
    padding: 12px;
    display: flex;
    border: 1px solid #e3e5e8;
    justify-content: space-between;
  }
  div.mm-dropdown div.textfirst img.down {
    float: right;
  }

  div.mm-dropdown ul li {
    display: none;
  }
  div.mm-dropdown ul li.main {
    display: block;
  }
  div.mm-dropdown ul li img {
    width: 20px;
    height: 20px;
  }
  .tab-nav-link {
    font-size: 14px;
  }
  .tabNavDetailDiv {
    width: auto;
  }
  .tabNavDetailDiv p {
    font-size: 14px;
    /* width: 100%; */
  }
  .tabNav_IMG {
    width: 100%;
  }
  .table_imgDiv {
    overflow-x: scroll;
  }
  .table_img1 {
    /* width: 55%; */
    display: none;
  }
  .table_scrollDiv .table_img11 {
    display: block;
    width: 40.5%;
    height: 100%;
  }
  .table_img2 {
    width: 40.5rem;
  }
  .table_imgDiv::-webkit-scrollbar {
    height: 4px;
  }
  .table_imgDiv::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #142e59;
  }
  .table_imgDiv::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: rgba(187, 187, 187, 0.6);
  }
  .info1 {
    align-items: baseline;
    font-size: 12px;
  }
  .hr {
    margin: 32px 0;
  }
  /* ---section-4----- */
  .section4 {
    padding: 40px 16px;
    background-image: none;
  }
  .section4 h2 {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .card_scrollable {
    overflow-x: scroll;
  }
  .card_scrollable::-webkit-scrollbar {
    display: none;
  }
  .card_scrollable {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .cards {
    gap: 20px;
    height: auto;
    width: 850px;
    padding: 0 10px;
    padding-bottom: 30px;
  }
  .carrd {
    flex-direction: column;
    width: 100%;
  }
  .card_paragraph {
    padding: 16px;
  }
  .card_paragraph h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .card_paragraph p {
    font-size: 14px;
    width: 100%;
  }
  .card_img img {
    width: 100%;
    height: 180px;
  }
  .iframe_class {
    padding: 0px 0px 0px;
  }
  .iframe_class iframe {
    width: 260px;
    height: 350px;
  }
  .cards .carrd:not(.active) .card_overlay {
    display: none;
  }
  .cards .carrd:not(.active) {
    width: 100%;
  }
  .cards .carrd.active {
    width: 100%;
  }
  /* ----------section-5------- */
  .section5 {
    padding: 48px 16px;
    padding-top: 0;
  }
  .section5 h3 {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .accordion_div {
    gap: 0;
    flex-direction: column;
  }
  .accordion {
    width: 100%;
    display: block;
  }
  .accordion-button {
    font-size: 14px;
  }
  .accordion-body {
    font-size: 14px;
  }
}

@media only screen and (min-width: 520px) and (max-width: 525px) {
  .table_img1 {
    /* width: 55%; */
    display: none;
  }
  .table_scrollDiv .table_img11 {
    width: 45%;
    height: 100%;
  }
  .table_img2 {
    width: 900px;
  }
}

@media only screen and (min-width: 280px) and (max-width: 359px) {
  .container-fluid {
    padding: 0 16px;
  }
  .all_path_scrollable {
    width: 100%;
  }
  .navbar {
    height: 56px;
  }
  .custom-dropdown-toggle::after {
    margin-left: 72%;
  }
  /*  */
  .circle1 {
    width: 160px;
    height: 160px;
  }
  .white-circle {
    width: 136px;
    height: 136px;
  }
  .multi-graph {
    position: absolute;
    top: 0px;
    width: 350px; /* Adjusted width */
    height: 175px; /* Adjusted height (maintaining the aspect ratio) */
    color: #fff;
    font-size: 18px; /* Adjusted font size */
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    rotate: 90deg;
  }

  .multi-graph:before {
    content: "";
    width: 350px; /* Adjusted width */
    height: 175px; /* Adjusted height (maintaining the aspect ratio) */
    border: 80px solid rgba(0, 0, 0, 0.15); /* Adjusted border size */
    border-bottom: none;
    position: absolute;
    box-sizing: border-box;
    transform-origin: 50% 0%;
    border-radius: 350px 350px 0 0; /* Adjusted border-radius */
    left: 0;
    top: 0;
    opacity: 0;
  }

  .graph {
    width: 350px; /* Adjusted width */
    height: 175px; /* Adjusted height (maintaining the aspect ratio) */
    border: 80px solid var(--fill); /* Adjusted border size */
    border-top: none;
    position: absolute;
    transform-origin: 50% 0% 0;
    border-radius: 0 0 350px 350px; /* Adjusted border-radius */
    left: 0;
    top: 100%;
    z-index: 5;
    animation: 1s fillGraphAnimation ease-in;
    transform: rotate(calc(1deg * (var(--percentage) * 1.8)));
    box-sizing: border-box;
    cursor: pointer;
  }

  .graph:after {
    background: var(--fill);
    box-sizing: border-box;
    border-radius: 2px;
    color: #fff;
    font-weight: 200;
    font-size: 14px; /* Adjusted font size */
    height: 20px; /* Adjusted height */
    padding: 4px 8px; /* Adjusted padding */
    top: 0px;
    position: absolute;
    left: 0;
    transform: rotate(calc(-1deg * var(--percentage) * 1.8))
      translate(-35px, 0px); /* Adjusted translation */
    transition: 0.2s ease;
    transform-origin: 0 50% 0;
    opacity: 0;
  }
  .multi-graph {
    rotate: 180deg;
    left: -95px;
    top: 80px;
  }
  .g1 .gg1 img {
    rotate: 0deg !important;
  }
  .g2 .gg2 img {
    rotate: 60deg !important;
  }
  .g3 .gg3 img {
    rotate: 120deg !important;
  }
  .section2 {
    padding: 48px 16px;
    background-image: none;
  }
  .section2 h3 {
    font-size: 20px;
  }
  .animation_section {
    flex-direction: column;
    gap: 60px;
    height: auto;
  }
  .multi-graph {
    rotate: 180deg;
    left: -97px;
    top: 98px;
  }
  .blue_line_1 {
    display: none;
  }
  .blue_line_2 {
    display: none;
  }
  .blue_line_3 {
    display: none;
  }
  .Navigating_section {
    gap: 32px;
  }
  .Navigating_section h5 {
    font-size: 16px;
  }
  .Navigating_section p {
    font-size: 14px;
    margin-bottom: 0;
  }
  /* ----section-1---- */
  .all_path {
    gap: 16px;
    flex-wrap: wrap;
    width: auto;
  }
  .pathway_div {
    flex-direction: column;
    padding-top: 20px;
    gap: 16px;
  }
  .carousel-caption {
    left: 5%;
    right: 5%;
  }
  .navbar-expand-md .navbar-nav .nav-link,
  .nav-link a {
    font-size: 14px;
    border-bottom: 0 !important;
  }
  .main_heading_section h1 {
    font-size: 24px;
  }
  .main_heading_section p {
    font-size: 14px;
    width: auto;
  }
  .path {
    font-size: 14px;
    gap: 8px;
    width: 48.75%;
    white-space: wrap;
  }
  .pathway_div h3 {
    font-size: 16px;
  }
  .main_heading_section {
    margin-bottom: 160px;
  }
  .path_img {
    width: 32px;
    height: 32px;
  }
  .path_img img {
    width: 20px;
    height: 20px;
  }
  .carousel-item img {
    object-fit: cover;
    height: 650px;
  }
  /* ------section-3----- */
  .section3 {
    padding: 0 16px;
    padding-bottom: 32px;
  }
  .section3 h3 {
    font-size: 20px;
  }
  .tab-content > .tab-pane {
    padding: 20px 16px;
  }
  .tabNavDetailDiv h2 {
    font-size: 16px;
  }
  .tabNav_icon_dropdown {
    display: block;
  }
  .nav-pills {
    display: none;
  }
  .nav-pill-dropdown {
    display: block;
    width: 100%;
  }
  .tab-nav-detail {
    flex-direction: column;
    gap: 24px;
  }
  div.mm-dropdown {
    border-radius: 4px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 3px;
  }
  div.mm-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 12px 24px 0px rgba(22, 37, 65, 0.1);
  }
  div.mm-dropdown ul li,
  div.mm-dropdown div.textfirst {
    padding: 0;
    color: #333;
    flex-grow: 1;
    display: flex;
    gap: 12px;
    align-items: center;
    /* justify-content: center; */
  }
  div.mm-dropdown ul li .tab-nav-link {
    padding: 8px;
  }
  .navtabbar {
    padding: 12px;
    display: flex;
    border: 1px solid #e3e5e8;
    justify-content: space-between;
  }
  div.mm-dropdown div.textfirst img.down {
    float: right;
  }

  div.mm-dropdown ul li {
    display: none;
  }
  div.mm-dropdown ul li.main {
    display: block;
  }
  div.mm-dropdown ul li img {
    width: 20px;
    height: 20px;
  }
  .tab-nav-link {
    font-size: 14px;
  }
  .tabNavDetailDiv {
    width: auto;
  }
  .tabNavDetailDiv p {
    font-size: 14px;
    /* width: 100%; */
  }
  .tabNav_IMG {
    width: 100%;
  }
  .table_imgDiv {
    overflow-x: scroll;
  }
  .table_img1 {
    /* width: 55%; */
    display: none;
  }
  .table_scrollDiv .table_img11 {
    width: 45%;
    height: 100%;
  }
  .table_img2 {
    width: 580px;
  }
  .table_imgDiv::-webkit-scrollbar {
    height: 4px;
  }
  .table_imgDiv::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #142e59;
  }
  .table_imgDiv::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: rgba(187, 187, 187, 0.6);
  }
  .info1 {
    align-items: baseline;
    font-size: 12px;
  }
  /* ---section-4----- */
  .section4 {
    padding: 40px 16px;
    background-image: none;
  }
  .section4 h2 {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .card_scrollable {
    overflow-x: scroll;
  }
  .card_scrollable::-webkit-scrollbar {
    display: none;
  }
  .card_scrollable {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .cards {
    gap: 20px;
    height: auto;
    width: 850px;
    padding: 0 10px;
    padding-bottom: 30px;
  }
  .carrd {
    flex-direction: column;
    width: 100%;
  }
  .card_paragraph {
    padding: 16px;
  }
  .card_paragraph h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .card_paragraph p {
    font-size: 14px;
    width: 100%;
  }
  .card_img img {
    width: 100%;
    height: 180px;
  }
  .cards .carrd:not(.active) .card_overlay {
    display: none;
  }
  .cards .carrd:not(.active) {
    width: 100%;
  }
  .cards .carrd.active {
    width: 100%;
  }
  /* ----------section-5------- */
  .section5 {
    padding: 48px 16px;
    padding-top: 0;
  }
  .section5 h3 {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .accordion_div {
    gap: 0;
    flex-direction: column;
  }
  .accordion {
    width: 100%;
  }
  .accordion-button {
    font-size: 14px;
  }
  .accordion-body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 991px) {
  .hoverable-dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media only screen and (min-width: 970px) and (max-width: 991px) {
  .all_path {
    justify-content: space-between !important;
    gap: 150px;
    width: min-content;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1919px) {
  .table_img11 {
    display: none;
  }
  .carrd.active .card_img img {
    width: 338px !important;
  }
}
@media only screen and (min-width: 1153px) and (max-width: 1279px) {
  .table_img11 {
    display: none;
  }
  .card_img img {
    width: 270px !important;
  }
  .carrd.active .card_img img {
    width: 250px !important;
  }
}

@media only screen and (min-width: 1837px) and (max-width: 1919px) {
  .table_img11 {
    display: none;
  }
  .card_paragraph p {
    width: 31.5rem;
  }
}
@media only screen and (min-width: 1800px) and (max-width: 1836px) {
  .table_img11 {
    display: none;
  }
  .card_paragraph p {
    width: 29rem;
  }
}
@media only screen and (min-width: 1770px) and (max-width: 1799px) {
  .table_img11 {
    display: none;
  }
  .card_paragraph p {
    width: 27rem;
  }
  .all_path {
    gap: 100px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1769px) {
  .table_img11 {
    display: none;
  }
  .all_path {
    gap: 70px;
  }
}
@media only screen and (min-width: 1520px) and (max-width: 1599px) {
  .table_img11 {
    display: none;
  }
  .card_paragraph p {
    width: 21.5rem;
  }
  .all_path {
    gap: 45px;
  }
}
@media only screen and (min-width: 1470px) and (max-width: 1519px) {
  .table_img11 {
    display: none;
  }
  .card_paragraph p {
    width: 20rem;
  }
  .all_path {
    gap: 40px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1442px) {
  .table_img11 {
    display: none;
  }
  .card_paragraph p {
    width: 19rem;
  }
  .all_path {
    gap: 27px;
  }
  .card_img img {
    width: 266px;
  }
  .iframe_class {
    padding: 18px 4px;
  }
  .iframe_class iframe {
    width: 266px;
    height: 450px;
  }
}
@media only screen and (min-width: 1443px) and (max-width: 1470px) {
  .table_img11 {
    display: none;
  }
  .card_paragraph p {
    width: 19rem;
  }
  .all_path {
    gap: 27px;
  }
  .card_img img {
    width: 273px;
  }
}
@media only screen and (min-width: 1385px) and (max-width: 1439px) {
  .table_img11 {
    display: none;
  }
  .card_paragraph p {
    width: 21.5rem;
  }
}
@media only screen and (min-width: 1335px) and (max-width: 1384px) {
  .table_img11 {
    display: none;
  }
  .card_paragraph p {
    width: 20rem;
  }
}
@media only screen and (min-width: 1284px) and (max-width: 1320px) {
  .card_img img {
    width: 270px !important;
  }
}
@media only screen and (min-width: 1321px) and (max-width: 1356px) {
  .card_img img {
    width: 280px !important;
  }
}
@media only screen and (min-width: 1357px) and (max-width: 1439px) {
  .card_img img {
    width: 295px !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1334px) {
  .table_img11 {
    display: none;
  }
  .card_paragraph p {
    width: 18rem;
  }
}
@media only screen and (min-width: 1230px) and (max-width: 1279px) {
  .table_img11 {
    display: none;
  }
  .card_paragraph p {
    width: 20rem;
  }
}
@media only screen and (min-width: 1190px) and (max-width: 1229px) {
  .table_img11 {
    display: none;
  }
  .card_paragraph p {
    width: 19.2rem;
  }
}
@media only screen and (min-width: 1120px) and (max-width: 1189px) {
  .table_img11 {
    display: none;
  }
  .card_paragraph p {
    width: 18rem;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1119px) {
  .table_img11 {
    display: none;
  }
  .card_paragraph p {
    width: 16rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1059px) {
  .table_img11 {
    display: none;
  }
  .card_paragraph p {
    width: 13rem;
  }
}
@media only screen and (min-width: 370px) and (max-width: 381px) {
  .table_img2 {
    width: 42.5rem !important;
  }
}
@media only screen and (min-width: 382px) and (max-width: 392px) {
  .table_img2 {
    width: 44rem !important;
  }
}
@media only screen and (min-width: 393px) and (max-width: 401px) {
  .table_img2 {
    width: 45rem !important;
  }
}
@media only screen and (min-width: 402px) and (max-width: 410px) {
  .table_img2 {
    width: 46rem !important;
  }
}
@media only screen and (min-width: 411px) and (max-width: 420px) {
  .table_img2 {
    width: 47rem !important;
  }
}
@media only screen and (min-width: 421px) and (max-width: 430px) {
  .table_img2 {
    width: 48.5rem !important;
  }
}
@media only screen and (min-width: 431px) and (max-width: 440px) {
  .table_img2 {
    width: 50rem !important;
  }
}
@media only screen and (min-width: 441px) and (max-width: 450px) {
  .table_img2 {
    width: 51rem !important;
  }
}
@media only screen and (min-width: 451px) and (max-width: 460px) {
  .table_img2 {
    width: 52.5rem !important;
  }
}
@media only screen and (min-width: 461px) and (max-width: 475px) {
  .table_img2 {
    width: 54rem !important;
  }
}
@media only screen and (min-width: 476px) and (max-width: 490px) {
  .table_img2 {
    width: 56rem !important;
  }
}
@media only screen and (min-width: 491px) and (max-width: 505px) {
  .table_img2 {
    width: 57.5rem !important;
  }
}
@media only screen and (min-width: 506px) and (max-width: 519px) {
  .table_img2 {
    width: 59rem !important;
  }
}
@media only screen and (min-width: 520px) and (max-width: 525px) {
  .table_img2 {
    width: 68rem !important;
  }
}
@media only screen and (min-width: 526px) and (max-width: 540px) {
  .table_img2 {
    width: 61.5rem !important;
  }
}
@media only screen and (min-width: 541px) and (max-width: 550px) {
  .table_img2 {
    width: 63.5rem !important;
  }
}
@media only screen and (min-width: 551px) and (max-width: 560px) {
  .table_img2 {
    width: 64rem !important;
  }
}
@media only screen and (min-width: 561px) and (max-width: 575px) {
  .table_img2 {
    width: 64.5rem !important;
  }
}
@media only screen and (min-width: 583px) and (max-width: 595px) {
  .table_img2 {
    width: 39.5rem !important;
  }
}
@media only screen and (min-width: 596px) and (max-width: 610px) {
  .table_img2 {
    width: 40.5rem !important;
  }
}
@media only screen and (min-width: 611px) and (max-width: 620px) {
  .table_img2 {
    width: 41.5rem !important;
  }
}
@media only screen and (min-width: 621px) and (max-width: 640px) {
  .table_img2 {
    width: 42.5rem !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 655px) {
  .table_img2 {
    width: 43rem !important;
  }
}
@media only screen and (min-width: 656px) and (max-width: 676px) {
  .table_img2 {
    width: 44.5rem !important;
  }
}
@media only screen and (min-width: 677px) and (max-width: 690px) {
  .table_img2 {
    width: 46rem !important;
  }
}
@media only screen and (min-width: 691px) and (max-width: 704px) {
  .table_img2 {
    width: 47rem !important;
  }
}
@media only screen and (min-width: 705px) and (max-width: 720px) {
  .table_img2 {
    width: 48rem !important;
  }
}
@media only screen and (min-width: 721px) and (max-width: 730px) {
  .table_img2 {
    width: 49rem !important;
  }
}
@media only screen and (min-width: 731px) and (max-width: 745px) {
  .table_img2 {
    width: 50rem !important;
  }
}
@media only screen and (min-width: 746px) and (max-width: 768px) {
  .table_img2 {
    width: 51.3rem !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 779px) {
  .table_img2 {
    width: 51.5rem;
  }
}
@media only screen and (min-width: 780px) and (max-width: 800px) {
  .table_img2 {
    width: 53rem !important;
  }
}
@media only screen and (min-width: 801px) and (max-width: 820px) {
  .table_img2 {
    width: 54rem !important;
  }
}
@media only screen and (min-width: 821px) and (max-width: 834px) {
  .table_img2 {
    width: 55rem !important;
  }
}
@media only screen and (min-width: 835px) and (max-width: 850px) {
  .table_img2 {
    width: 56rem !important;
  }
}
@media only screen and (min-width: 851px) and (max-width: 860px) {
  .table_img2 {
    width: 57rem !important;
  }
}
@media only screen and (min-width: 861px) and (max-width: 870px) {
  .table_img2 {
    width: 58rem !important;
  }
}
@media only screen and (min-width: 871px) and (max-width: 890px) {
  .table_img2 {
    width: 59.5rem !important;
  }
}
@media only screen and (min-width: 891px) and (max-width: 900px) {
  .table_img2 {
    width: 60rem !important;
  }
}
@media only screen and (min-width: 901px) and (max-width: 910px) {
  .table_img2 {
    width: 61rem !important;
  }
}
@media only screen and (min-width: 911px) and (max-width: 924px) {
  .table_img2 {
    width: 62rem !important;
  }
}
@media only screen and (min-width: 925px) and (max-width: 940px) {
  .table_img2 {
    width: 63rem !important;
  }
}
@media only screen and (min-width: 941px) and (max-width: 950px) {
  .table_img2 {
    width: 64rem !important;
  }
}
@media only screen and (min-width: 951px) and (max-width: 964px) {
  .table_img2 {
    width: 65rem !important;
  }
}
@media only screen and (min-width: 965px) and (max-width: 978px) {
  .table_img2 {
    width: 66rem !important;
  }
}
@media only screen and (min-width: 978px) and (max-width: 991px) {
  .table_img2 {
    width: 67rem !important;
  }
}
