.nt_rk1 {
  overflow: auto;
}
.arrowbtn {
  position: absolute;
  top: 120%;
  left: 45%;
}
.responweb {
  width: 100%;
  overflow: none;
  overflow-x: auto;
  position: relative;
  z-index: 50;
  background: var(--484265, rgba(72, 66, 101, 0.5));
  margin: 20px 0 0;
  padding: 20px 25px;
  border-top: 1px solid #a5a4a4;
  height: 100%;
  /* max-height: 670px;
  min-height: 670px; */
}
.gobotarrow {
  position: absolute;
  bottom: -15%;
  left: 40%;
  display: block;
  text-align: center;
  color: #dc6d00;
}
.newwalletCard {
  z-index: 999;
}
.btn-action {
  position: absolute;
  right: 25px;
  width: 29vw;
  max-width: 100px;
  padding: 5px;
  text-align: center;
  border-radius: 15px;
  color: white;
  background: #dfa940;
  border-radius: 10px;
  border: 0px solid #9900ff !important;
  cursor: pointer;
  z-index: 150;
  margin-top: 10px;
}
.btn-show-my-self {
  top: 60px;
}
.btnleft {
  left: 1.5%;
  top: 42px;
  position: relative;
}
.curved-box.newbox123 {
  width: 100%;
}
.nav1 {
  margin: 0px auto;
  width: 100%;
  min-width: 100%;
  min-height: initial;
  width: 100%;
  justify-content: center;
  align-content: center;
  display: flex;
}

.nav1 ul {
  position: relative;
  padding-top: 0px;
  display: flex;
  padding-inline-start: 0px;
  width: 100%;
  justify-content: center;
}

.nav1 li {
  width: auto;
  position: relative;
  padding: 40px 3px 0 3px;
  float: left;
  margin: 0px !important;
  text-align: center;
  list-style-type: none;
}

.nav1 li::before,
.nav1 li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 50%;
  height: 40px;
  border-top: 4px solid #a5a4a4;
}

.nav1 li::after {
  left: 50%;
  right: auto;
  border-left: 3px solid #a5a4a4;
}

.nav1 li:only-child::after,
.nav1 li:only-child::before {
  content: "";
  display: none;
}

.nav1 li:only-child {
  padding-top: 20px;
}
.nav1 li:first-child::before,
.nav1 li:last-child::after {
  border: 0 none;
}

.nav1 li:last-child::before {
  border-right: 4px solid #a5a4a4;
  border-radius: 0 15px 0 0;
  -webkit-border-radius: 0 15px 0 0;
  -moz-border-radius: 0 15px 0 0;
  -ms-border-radius: 0 15px 0 0;
  -o-border-radius: 0 15px 0 0;
}

.nav1 li:first-child::after {
  border-radius: 15px 0 0 0;
  -webkit-border-radius: 15px 0 0 0;
  -moz-border-radius: 15px 0 0 0;
  -ms-border-radius: 15px 0 0 0;
  -o-border-radius: 15px 0 0 0;
}
.nav1 ul ul::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  border-left: 3px solid #a5a4a4;
  width: 0;
  height: 60px;
}

.nav1 li a {
  display: inline-block;

  border-radius: 5px;

  text-decoration: none;
}
.walletbgforprogram .tabcontent1 .nt_rk1 .namebox {
  border: 2px solid #ffffff;
  width: 15vw;
  min-width: 300px;

  height: auto;
  border-radius: 10px;
  color: #ffffff;
  position: relative;
  z-index: 99;
}
.walletbgforprogram .tabcontent1 img {
  width: 2.5rem;
  padding: 5px;
}
.namebox p {
  margin: 0px;
}
@media (max-width: 1199px) {
  .btnleft {
    left: 35.5%;
    top: 12vh;
    position: relative;
  }
  .nav1 {
    display: flex;
    background-color: transparent;
    position: relative;
    align-content: center;
    justify-content: center;
    left: 0px;
  }
}

.diagram_content_box {
  position: relative;
}
.down_btn {
  position: absolute;
  right: 20px;
  background: none;
  padding: 0;
  border: none;
  width: auto;
  height: auto;
}
.diagram_disabled {
  opacity: 0.7;
}
.two_data .two_data_middle h5,
.two_data .two_data_middle h3 {
  width: 50%;
}
.diagram_content_box {
  margin-bottom: 60px !important;
}

@media (max-width: 1199px) {
  /* .nav1 li {
    width: 900px;
  } */
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .responweb {
    overflow-x: scroll;
  }
}
@media (max-width: 575px) {
  .diagram_content_box {
    width: 330px !important;
  }

  .down_btn {
    right: 10px;
  }
  .diagram_content article {
    width: calc(100% - 45px);
  }
  .diagram_content {
    gap: 10px;
  }
  .walletbgforprogram .tabcontent1 img {
    width: 100%;
    padding: 0;
  }
  .diagram_email a {
    font-size: 14px;
  }
  .open-diagram {
    right: 0;
    width: 18px !important;
    top: 8px;
  }
}
