/*======== banner section code starts ========*/
.flex-same-box {
  display: flex;
  align-items: stretch;
}

.flex-same-box > div {
  width: 100%;
}

.common-banner-new {
  height: 600px;
  position: relative;
  overflow: hidden;
  /* background-color: #002E5B; */
  padding: 1.4rem 0;
  display: flex;
  align-items: center;
}

.blue-color {
  color: #002e5b !important;
}

.common-banner-new .banner-content-set .flex-btns-set {
  display: flex;
  align-items: start;
  gap: 1rem;
}

/* .common-banner-new .banner-content-set{
    position: absolute;
    top: 50%;
    bottom: 0;
    padding-left: 65px;
    right: auto;
    transform: translate(0, -50%);
    max-width: 50%;
    height: fit-content;
} */
.common-banner-new video {
  object-fit: contain;
}

.common-banner-new .banner-back img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.common-banner-new .banner-content-set h1 {
  font-size: 2.8rem;
  font-weight: 600;
  text-shadow: 1px 1px #39a1e0;
  line-height: 3.75rem;
}

.common-banner-new .banner-content-set h1,
.common-banner-new .banner-content-set p {
  color: #fff;
}

.common-content-sec {
  padding: 4rem 0;
}

.heading-new-common {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  letter-spacing: normal;
  color: #002e5b;
  margin-bottom: 16px;
}

.heading-new-common.small-text {
  font-size: 1.7rem;
}

.heading-para-common {
  color: #000000;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7rem;
}

.common-new-para p {
  color: #212529;
  /* font-family: Rubik; */
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.heading-forth {
  color: #333;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}

.revamp-new-btn {
  padding: 14px 28px;
  color: #fff !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 4px;
  background: var(--Color-1, #002e5b);
  border: 1px solid #002e5b;
  box-shadow: none;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.revamp-new-btn.border-btn.blue-border{
  border: 1px solid #002E5B  !important;
  color: #002e5b  !important;
}
.revamp-new-btn.border-btn.blue-border:hover{
  border: 1px solid #002E5B  !important;
  color: #fff  !important;
  background: #002e5b !important;
}
.revamp-new-btn img {
  max-height: 20px;
  margin: 0 2px;
}

.revamp-new-btn:hover {
  background: #fff;
  color: #002e5b !important;
}

.revamp-new-btn.white-border {
  border: 1px solid #fff;
  background: transparent;
}

.revamp-new-btn.white-back {
  background-color: #fff;
  color: #002e5b !important;
}

.revamp-new-btn.white-border:hover {
  background-color: #fff !important;
  color: #002e5b !important;
}

.revamp-new-btn.white-back:hover {
  background-color: #002e5b;
  color: #fff !important;
  border: 1px solid #fff;
}

/*================== accordion code starts ==================*/
.accordion-common .accordion-btn {
  cursor: pointer;
  padding: 15px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.1rem;
  transition: 0.4s;
  color: var(--Color-1, #002e5b);
  font-weight: 500;
  line-height: normal;
  background-color: transparent;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-common .accordion-btn img {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  padding: 14px;
  margin-right: 0.75rem;
  background-color: #eef3ff;
  border-radius: 50%;
}

.accordion-common .accordion-btn img.remove-color {
  background-color: transparent;
  padding: 0;
  margin-right: 0;
  width: 28px;
  height: 28px;
}

.accordion-common .panel {
  padding-top: 1rem;
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding: 0 20px;
}

.accordion-common .accordion-head {
  border-radius: 10px;
  border: 1px solid #e6eaef;
  background: #fff;
  margin-bottom: 1rem;
}

.nft-service-box {
  box-shadow: #002e5b -10px -10px;
  border-radius: 10px;
  border: 1px solid #002e5b;
  background: #fff;
  margin-bottom: 30px;
  padding: 20px;
  min-height: 380px;
}

.nft-service-box .image-set {
  height: 80px;
  width: 80px;
  padding: 18px;
  border: 1px solid #002e5b;
  border-radius: 50%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nft-service-box p {
  margin-bottom: 0;
}

.benefit-new-box {
  border-radius: 20px;
  border: 2px solid var(--Color-1, #002e5b);
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.benefit-new-box .image-set {
  background-color: #002e5b;
  border-radius: 50%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  width: 110px;
  flex-shrink: 0;
}

.benefit-new-box p {
  margin-bottom: 0;
}

.choose-nft-box {
  margin-top: 100px;
  border-radius: 10px;
  padding: 30px;
  background: var(--Color-1, #002e5b);
  box-shadow: 0px 5px 30px 0px rgba(67, 67, 68, 0.12);
  /* min-height: 540px; */
}

.choose-nft-box h4,
.choose-nft-box p {
  color: #fff;
}

.choose-nft-box p {
  opacity: 0.8;
  font-weight: 300;
}

.choose-nft-box .image-set {
  height: 100px;
  width: 100px;
  background-color: #002e5b;
  padding: 20px;
  border: 8px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5rem;
  margin-bottom: 1.8rem;
}

/*================= creating arrow shape css =================*/
.nft-workflow-box {
  width: 94%;
  height: 340px;
  position: relative;
  background: #002e5b;
  margin: 7rem 0 7rem;
  padding: 2rem 1rem;
  border-radius: 8px 8px 0 0;
}

.nft-workflow-box:after {
  content: none;
  position: absolute;
  left: 0;
  top: -72px;
  width: 0;
  height: 0;
  right: 0;
  border-left: 6.25rem solid white;
  border-top: 7.625rem solid transparent;
  border-bottom: 7.625rem solid transparent;
  transform: rotate(90deg);
  margin: auto;
}

.nft-workflow-box:before {
  content: "";
  position: absolute;
  bottom: -100px;
  right: 0;
  left: 0;
  display: block;
  height: 100px;
  width: 100%;
  background-image: url(../new-images/nft-develop-new/triangle-blue.png);
  background-size: 100% 100%;
  background-position: center top;
}

.nft-workflow-box h4,
.nft-workflow-box p {
  color: #fff;
  text-align: center;
}

.nft-workflow-box p {
  opacity: 0.8;
  font-weight: 300;
  font-size: 0.9rem;
}

.nft-workflow-box h4 {
  font-size: 1.1rem;
  padding-top: 3.2rem;
}

.nft-workflow-box .image-set {
  height: 9rem;
  width: 9rem;
  box-shadow: #002e5b 0px 0px 0px 6px, #fff 0px 0px 0px 15px;
  padding: 1.2rem;
  background-color: #fff;
  transform: rotate(45deg);
  margin: -7rem auto 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.nft-workflow-box .image-set img {
  transform: rotate(-45deg);
}

/*================ ul tags code starts ================*/
.key-software {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  flex-wrap: wrap;
}

.key-software button {
  border-radius: 6px;
  border: 1px solid var(--Color-1, #002e5b);
  padding: 8px 12px;
  color: var(--Color-1, #002e5b);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  background-color: transparent;
  background: transparent;
  box-shadow: none;
  outline: none;
}

.key-software button svg {
  margin-right: 12px;
}

.list-points {
  padding-left: 1rem;
}

.list-points li {
  list-style: disc;
}

.list-points li p {
  margin-bottom: 0.4rem;
}

.light-blue-back {
  background-color: #f5f5fa;
}

/*==================== crypto exchange development code starts ====================*/
.we-provide-box {
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
}

.we-provide-box img {
  max-height: 52px;
  margin-bottom: 16px;
}

.we-provide-box h4 {
  min-height: 100px;
}

.we-provide-box a {
  color: var(--Color-1, #002e5b) !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline !important;
}

.feature-crypto-sec .choose-nft-box {
  margin: 10px 8px;
}

.feature-crypto-sec .choose-nft-box .image-set {
  height: 100px;
  width: 100px;
  margin-top: 0;
  background-color: rgba(277, 277, 277, 0.1);
  padding: 14px;
  border: none;
  box-shadow: rgba(277, 277, 277, 0.04) 0px 1px 4px,
    rgba(277, 277, 277, 0.04) 0px 0px 0px 16px;
}

.feature-crypto-sec .choose-nft-box {
  min-height: 400px;
}

@media (max-width: 1200px) {
  .common-banner-new .banner-content-set h1 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .heading-para-common {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .heading-new-common {
    font-size: 1.8rem;
  }

  .heading-forth {
    font-size: 1.2rem;
  }

  .common-new-para p {
    font-size: 0.938rem;
  }

  .nft-service-box .image-set {
    height: 70px;
    width: 70px;
    padding: 14px;
  }

  .choose-nft-box {
    padding: 20px;
  }

  .accordion-common .accordion-btn img {
    margin-right: 0.6rem;
  }

  .accordion-common .accordion-btn {
    font-size: 1rem;
  }
}

@media (max-width: 1024px) {
  .feature-crypto-sec .choose-nft-box {
    min-height: 360px;
  }
}

@media (max-width: 991px) {
  .consider-video video {
    height: auto;
  }

  .feature-crypto-sec .choose-nft-box .image-set {
    height: 74px;
    width: 74px;
  }

  .heading-forth {
    font-size: 1.1rem;
  }

  .common-new-para p {
    font-size: 0.875rem;
    line-height: 1.4rem;
  }

  .nft-service-box .image-set {
    height: 60px;
    width: 60px;
    padding: 10px;
  }

  .nft-service-box {
    min-height: 424px;
  }
}

@media (max-width: 768px) {
  .feature-crypto-sec .choose-nft-box {
    min-height: 360px;
  }

  .common-banner-new {
    padding: 2.2rem 0.8rem 1.4rem;
  }

  .choose-nft-box .image-set {
    margin-bottom: 1.4rem;
  }

  .nft-service-box {
    min-height: 390px;
  }

  .common-banner-new .banner-content-set h1 {
    font-size: 1.2rem;
    line-height: 1.75rem;
  }

  .heading-para-common {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }

  .common-banner-new .banner-content-set {
    text-align: center;
    padding-top: 0.875rem;
    /* max-width: 80%;
        left: 50%;
        padding-left: 0;
        transform: translate(-50%, -50%);
        min-width: 320px; */
  }

  .common-banner-new .banner-content-set .flex-btns-set {
    justify-content: center;
  }

  .common-banner-new .order-set-2 {
    order: 2;
  }

  .common-banner-new video {
    object-position: left;
  }

  .common-banner-new,
  .common-banner-new video {
    height: auto;
  }

  .common-banner-new {
    margin-top: 3rem;
  }

  .revamp-new-btn {
    font-size: 0.8rem;
    padding: 10px 18px;
  }

  .heading-new-common {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .common-new-para p {
    font-size: 0.875rem;
    line-height: 1.4rem;
  }

  .heading-forth {
    font-size: 1.1rem;
  }

  .nft-service-box .image-set {
    height: 70px;
    width: 70px;
    padding: 14px;
  }

  .benefit-new-box .image-set {
    height: 90px;
    width: 90px;
  }

  .choose-nft-box {
    padding: 20px;
    min-height: 597px;
    margin-top: 80px;
  }

  .accordion-common .accordion-btn img {
    width: 35px;
    height: 35px;
    padding: 8px;
    margin-right: 0.4rem;
  }

  .accordion-common .accordion-btn img.remove-color {
    height: 24px;
    width: 24px;
    padding-left: 4px;
  }

  .accordion-common .accordion-btn {
    font-size: 0.875rem;
    padding: 12px 20px;
  }

  .nft-workflow-box .image-set {
    height: 8rem;
    width: 8rem;
  }
}

@media (max-width: 576px) {
  .we-provide-box h4 {
    min-height: auto;
  }

  .nft-service-box {
    min-height: auto;
  }

  .nft-workflow-box p {
    line-height: 1.2rem;
  }

  .heading-new-common {
    text-align: center;
  }

  .common-content-sec img {
    max-width: 300px;
  }

  .responsive-center {
    text-align: center;
  }

  .choose-nft-box {
    min-height: auto;
  }

  .revamp-new-btn {
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 480px) {
  .nft-workflow-box {
    height: 300px;
  }

  .common-banner-new .banner-content-set {
    min-width: 250px;
  }

  .feature-crypto-sec .choose-nft-box {
    min-height: 310 px;
  }
}

/*================== defi wallet development company code starts ==================*/
.difi-wallet-sec {
  background-image: url("../new-images/defi-wallet-develop/difi-develop-back.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 30px 0;
}

.difi-wallet-sec h2,
.difi-wallet-sec p {
  color: #fff;
}

.difi-workflow-box {
  border-radius: 10px;
  background: #f5f5fa;
  padding: 30px;
  margin-bottom: 20px;
}

/* --------------------------------------------------------- */
.defi-service {
  border-radius: 10px;
  border: 1px solid var(--Color-1, #002e5b);
  background: #fff;
  text-align: center;
  position: relative;
  margin-top: 70px;
}

.defi-service h4 {
  color: #fff;
  margin-top: 18px;
  margin-bottom: 18px;
  font-weight: 400;
  line-height: 2rem;
}

.defi-service h4,
.defi-service p {
  z-index: 1;
  position: relative;
}

.defi-service .image-div {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.defi-service .image-div img {
  height: 100px;
  width: auto;
}

.defi-service .defi-content {
  padding: 16px 24px;
}

.defi-service::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #002e5b;
  height: 150px;
  width: 100%;
  z-index: 0;
  border-radius: 9px 9px 0 0;
}

.defi-service::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #002e5b;
  height: 17px;
  width: 100%;
  z-index: 0;
  border-radius: 0 0 9px 9px;
}

/* ------------------------------------ */
.benefit-section {
  background-color: #f5f5fa;
}

.benefit-defi-box {
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
}

.benefit-defi-box img {
  margin-top: -30px;
  margin-right: -30px;
  max-width: 120px;
}

.benefit-defi-box h4 {
  color: #002e5b;
  max-width: 75%;
  margin-top: -60px;
  margin-bottom: 20px;
}

/* --------------------------------- */
.transform-finance-sec {
  background-image: url(../new-images/defi-wallet-develop/transform-finance-back.webp);
}

/* ------------------------------------------ */
.key-feature-sec {
  position: relative;
}

.key-feature-sec::before {
  content: "";
  position: absolute;
  display: block;
  height: 840px;
  width: 100%;
  background-image: url(../new-images/defi-wallet-develop/key-feature-back.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.key-feature-box {
  border-radius: 60px 10px 10px 60px;
  border: 2px solid var(--Color-1, #002e5b);
  background: #fff;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 60px;
  margin-bottom: 16px;
}

.key-feature-box h4 {
  color: #002e5b;
}

.key-feature-box p {
  margin-bottom: 0;
}

.key-feature-box img {
  height: 100px;
  width: 100px;
  margin-left: -90px;
}

/* ----------------------------------------------------------- */
.innovative-solution {
  padding: 70px 0;
}

.innovative-solution img {
  max-width: 180px;
  margin-bottom: 20px;
  width: 100%;
}

.innovative-solution h4 {
  color: #002e5b;
  font-size: 20px;
}

.future-web3 h2,
.future-web3 p {
  color: #fff;
}

.future-web3 p {
  opacity: 0.8;
  font-weight: 300;
}

.build-wallet > div:nth-child(odd) {
  margin-top: 90px;
}

@media (max-width: 768px) {
  .innovative-solution h4 {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .innovative-solution img {
    margin-bottom: 10px;
  }

  .innovative-solution {
    padding: 40px 0;
  }

  .common-content-sec.future-web3 img {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .build-wallet > div:nth-child(odd) {
    margin-top: 60px;
  }

  .common-content-sec.future-web3 p {
    text-align: center;
  }
}

/* ---------------------------------------------------------------------- */
.explore-key-feature {
  background: linear-gradient(90deg, #056ca8 0%, #002e5b 100%);
  padding: 50px 0;
}

.explore-key-feature h2 {
  text-align: center;
  color: #fff;
}

.key-feature-box-wallet {
  margin-bottom: 20px;
}

.key-feature-box-wallet img {
  border-radius: 10px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
  padding: 14px;
}

.key-feature-box-wallet h4 {
  margin-left: 16px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}

.key-feature-box-wallet p {
  color: #fff;
  margin-top: 16px;
  min-width: 220px;
}

@media (max-width: 768px) {
  .key-feature-box-wallet h4 {
    font-size: 16px;
  }

  .key-feature-box-wallet p {
    margin-top: 8px;
  }

  .key-feature-box-wallet img {
    max-height: 50px;
  }
}

/* ---------------------------------------------------- */
.step-process-box {
  border-radius: 10px;
  border: 1px solid var(--Color-1, #002e5b);
  background: #fff;
  padding: 24px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 36px;
  margin-left: 40px;
  position: relative;
}

.step-process-box::before {
  content: "";
  height: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #002e5b;
  display: block;
  position: absolute;
  margin: auto;
  left: -40px;
  border-radius: 2px;
}

.step-process-box h4 {
  color: #002e5b;
  position: relative;
}

.step-process-box h4::before {
  content: "";
  height: 70%;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #002e5b;
  display: block;
  position: absolute;
  margin: auto;
  left: -17px;
  border-radius: 2px;
}

.step-process-box p {
  margin-bottom: 0;
}

.step-process-box img {
  max-height: 100px;
}

.step-process-box .step-img {
  flex-shrink: 0;
}

@media (max-width: 576px) {
  .step-process-box {
    display: block;
    margin-left: 16px;
    padding: 16px;
  }

  .step-process-box h4::before {
    left: -10px;
  }

  .step-process-box::before {
    left: -16px;
  }

  .step-process-box img {
    max-height: 60px;
    margin-bottom: 12px;
  }

  .step-process-box h4 {
    margin-bottom: 4px;
  }
}

/* ------------------------------------------------------ */
.security-audit-box {
  border-radius: 10px;
  background: #f5f5fa;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.security-audit-box img {
  margin-bottom: 20px;
}

.security-audit-box h4 {
  color: #002e5b;
}

.security-audit-box img {
  max-height: 180px;
}

.security-audit-box p {
  min-height: 80px;
}

/* -------------------------------------------------------------- */
.undergo-security {
  background-image: url(../new-images/smart-contract-audit/undergo-security-back.webp);
  border-radius: 10px;
  background-size: cover;
  padding: 20px;
}

.undergo-security h2 {
  color: #fff;
}

.statistics-box {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 40px;
}

.statistics-outer-box h2 {
  padding: 0 40px;
  text-align: left;
}

.statistics-box h4,
.statistics-box p {
  color: #fff;
}

.statistics-box h4 {
  font-size: 40px;
}

.border-right-statics {
  border-right: 1px solid rgb(255, 255, 255, 0.5);
}

.statistics-box img {
  max-height: 130px;
}

.choose-smart-audit .nft-service-box {
  box-shadow: 0px 5px 30px 0px rgba(67, 67, 68, 0.12);
  border: none;
  margin: 10px 10px 30px;
}

.choose-smart-audit .nft-service-box h4 {
  color: #002e5b;
}

.choose-slider-wrapper .slick-next {
  display: block !important;
}

.choose-slider-wrapper .slick-next,
.choose-slider-wrapper .slick-prev {
  height: 50px;
  width: 50px;
  top: -124px;
}

.choose-slider-wrapper .slick-prev:before,
.choose-slider-wrapper .slick-next:before {
  color: transparent;
  background-image: url(../new-images/smart-contract-audit/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 50px;
}

.choose-slider-wrapper .slick-next {
  right: 0;
}

.choose-slider-wrapper .slick-prev {
  transform: rotate(180deg);
  left: auto;
  right: 80px;
  top: -150px;
}

@media (max-width: 768px) {
  .statistics-box img {
    max-height: 90px;
  }

  .statistics-box h4 {
    font-size: 26px;
    margin-bottom: 4px;
  }

  .statistics-box {
    gap: 20px;
    margin-bottom: 20px;
  }

  .statistics-outer-box h2 {
    text-align: center;
  }

  .statistics-outer-box h2,
  .statistics-box {
    padding: 0 30px;
  }

  .statistics-box p {
    margin-bottom: 0;
  }

  .common-content-sec {
    padding: 2.3rem 0;
  }
}

@media (max-width: 576px) {
  .button-center {
    text-align: center;
  }

  .choose-smart-audit .nft-service-box {
    margin: 30px 10px 20px;
  }

  .choose-smart-audit .heading-para-common {
    text-align: center;
  }

  .choose-slider-wrapper .slick-prev:before,
  .choose-slider-wrapper .slick-next:before {
    font-size: 40px;
  }

  .choose-slider-wrapper .slick-next,
  .choose-slider-wrapper .slick-prev {
    top: -10px;
  }

  .choose-slider-wrapper .slick-prev {
    top: -36px;
    right: 55px;
  }
}

.key-highlight-estate.choose-smart-audit .choose-slider-wrapper .slick-prev {
  top: -75px;
}

.key-highlight-estate.choose-smart-audit .choose-slider-wrapper .slick-next {
  top: -49px;
}

.key-highlight-estate.choose-smart-audit .image-set {
  border-radius: 10px;
  background: #ebf0f5;
  padding: 13px;
  position: relative;
  border: none;
}

.key-highlight-estate.choose-smart-audit .nft-service-box {
  box-shadow: none;
}

.key-highlight-estate.choose-smart-audit .image-set img {
  max-height: 34px;
}

.key-highlight-estate.choose-smart-audit .image-set::before {
  content: "";
  position: absolute;
  left: -20px;
  height: 100%;
  width: 4px;
  border-radius: 0px 4px 4px 0px;
  background: var(--Color-1, #002e5b);
  display: block;
}

.key-highlight-estate.choose-smart-audit h4 {
  color: #002e5b;
}

.premium-slider-wrapper .slick-next {
  display: block !important;
}

.premium-slider-wrapper .slick-next,
.premium-slider-wrapper .slick-prev {
  height: 50px;
  width: 50px;
  top: -109px;
}

.premium-slider-wrapper .slick-prev:before,
.premium-slider-wrapper .slick-next:before {
  color: transparent;
  background-image: url(../new-images/smart-contract-audit/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 50px;
}

.premium-slider-wrapper .slick-next {
  right: 0;
}

.premium-slider-wrapper .slick-prev {
  transform: rotate(180deg);
  left: auto;
  right: 80px;
  top: -135px;
}

.premium-slider-wrapper h4 {
  margin-bottom: 40px;
}

.premium-slider-wrapper img {
  max-height: 120px;
  margin: 30px auto 10px;
}

.key-highlight-estate.choose-smart-audit .buttons-set {
  gap: 10px;
}

@media (max-width: 576px) {
  .key-highlight-estate.choose-smart-audit .choose-slider-wrapper .slick-prev {
    top: -28px;
  }

  .key-highlight-estate.choose-smart-audit .choose-slider-wrapper .slick-next {
    top: -3px;
  }

  .key-highlight-estate.choose-smart-audit .heading-para-common {
    margin-bottom: 40px;
  }

  .premium-slider-wrapper .slick-prev:before,
  .premium-slider-wrapper .slick-next:before {
    font-size: 40px;
  }

  .premium-slider-wrapper .slick-prev {
    right: 55px;
    top: -55px;
  }

  .premium-slider-wrapper .slick-next {
    top: -29px;
  }
}

.defi-service.real-estate-box::before {
  background-image: url("../new-images/real-estate-company/polygon.png");
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  top: -140px;
  background-size: cover;
}

.defi-service.real-estate-box {
  background-color: transparent;
  border-color: #002e5b;
  margin: 160px 10px 10px;
  border-radius: 0 0 10px 10px;
  min-height: 280px;
}

.defi-service.real-estate-box img {
  margin: auto;
}

.defi-service.real-estate-box h4 {
  margin-bottom: 0;
}

/* =================================================================== */
.real-estate-service .slick-next,
.real-estate-roadmap .slick-next {
  display: block !important;
}

.real-estate-service .slick-next,
.real-estate-service .slick-prev,
.real-estate-roadmap .slick-next,
.real-estate-roadmap .slick-prev {
  height: 50px;
  width: 50px;
  top: -54px;
}

.real-estate-service .slick-prev:before,
.real-estate-service .slick-next:before,
.real-estate-roadmap .slick-prev:before,
.real-estate-roadmap .slick-next:before {
  color: transparent;
  background-image: url(../new-images/smart-contract-audit/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 50px;
}

.real-estate-service .slick-next,
.real-estate-roadmap .slick-next {
  right: 0;
}

.real-estate-service .slick-prev,
.real-estate-roadmap .slick-prev {
  transform: rotate(180deg);
  left: auto;
  right: 80px;
  top: -80px;
}

/* =================================================================== */
.real-estate-roadmap .nft-service-box {
  background-image: url("../new-images/real-estate-company/roadmap-back.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 60px 30px;
}

.real-estate-roadmap .common-new-para p {
  max-width: 80%;
  margin: auto;
  text-align: center;
}

.real-estate-roadmap .nft-service-box .image-set {
  height: 50px;
  width: 50px;
  background-color: transparent;
  padding: 0;
  margin: 0 auto 10px;
}

.real-estate-roadmap .nft-service-box .image-set::before {
  content: none;
}

.real-estate-roadmap.benefit-develop-estate .nft-service-box {
  background-image: url(../new-images/real-estate-company/house-img.png);
}

.choose-real-estate p,
.choose-real-estate h4,
.choose-real-estate h2 {
  color: #fff;
}

.choose-real-estate .revamp-new-btn.white-back {
  border-color: #fff;
}

@media (max-width: 768px) {
  .faq-estate h2 {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .real-estate-service .slick-next,
  .real-estate-service .slick-prev,
  .real-estate-roadmap .slick-next,
  .real-estate-roadmap .slick-prev {
    width: 40px;
    height: 40px;
    top: -5px;
  }

  .real-estate-service .slick-prev:before,
  .real-estate-service .slick-next:before,
  .real-estate-roadmap .slick-prev:before,
  .real-estate-roadmap .slick-next:before {
    font-size: 40px;
  }

  .real-estate-service .slick-prev,
  .real-estate-roadmap .slick-prev {
    right: 55px;
    top: -25px;
  }

  .defi-service.real-estate-box img {
    max-width: 80px;
  }

  .defi-service.real-estate-box h4 {
    margin-top: 0;
  }

  .real-estate-roadmap.benefit-develop-estate .common-new-para p {
    max-width: 100%;
  }

  .choose-real-estate h4 {
    text-align: center;
  }

  .choose-real-estate .flex-btns-set {
    justify-content: center;
    display: flex;
    gap: 10px;
  }
}

/* ===========================blockchain-development-company================================== */
.wide-range-blockchain .choose-nft-box .image-set {
  margin: -5rem auto 1.8rem;
}

.block-service-develop {
  background-color: #fff;
  position: relative;
  margin-top: 30px;
  border-radius: 0px 0px 10px 10px;
  padding: 0 20px 10px;
}

.block-service-develop h4 {
  color: #002e5b;
}

.block-service-develop::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 14px;
  width: 100%;
  border-radius: 4px 4px 0px 0px;
  background: var(--Color-1, #002e5b);
}

.block-service-develop::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 6px;
  margin: auto;
  right: 0;
  width: 40%;
  border-radius: 4px 4px 0px 0px;
  background: var(--Color-1, #002e5b);
}

.block-service-develop .image-set img {
  margin-top: -10px;
  margin-bottom: 16px;
}

.choose-blockchain-sec .statistics-box h4 {
  font-size: 1.3rem;
}

.choose-blockchain-sec p,
.choose-blockchain-sec h2 {
  color: #fff;
}

.choose-blockchain-sec p {
  opacity: 0.8;
}

.choose-blockchain-sec .statistics-box {
  margin-top: 30px;
  margin-bottom: 0;
}

/* ------------------------------------------------------------------------ */
.praise-box {
  background: linear-gradient(0deg, white, transparent 80%);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 54px 40px -27px;
  margin: 30px 32px 100px;
  position: relative;
}

.praise-box p {
  font-size: 12px;
  line-height: 18px;
  min-height: 270px;
}

.praise-box:before {
  content: "";
  background-image: url(../new-images/blockchain-development-company/praise-before.webp);
  background-position: center bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -140px;
  height: 140px;
  width: 100%;
}

.praise-box .main-img {
  max-width: 100%;
  width: 100%;
  max-height: 200px;
}

.praise-box .team-name {
  background-color: #002e5b;
  padding: 16px;
  text-align: center;
  position: relative;
  margin-top: -13px;
}

.praise-box .team-name::before {
  content: "";
  position: absolute;
  left: -56px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 24px solid #002e5b;
  clear: both;
  transform: rotate(90deg);
  bottom: 0;
  margin: auto;
}

.praise-box .team-name::after {
  content: "";
  position: absolute;
  right: -56px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 24px solid #002e5b;
  clear: both;
  transform: rotate(-90deg);
  bottom: 0;
  margin: auto;
}

.praise-box .team-name h4 {
  color: #fff;
  margin-bottom: 8px;
}

.praise-box p {
  padding: 20px 20px 0;
  margin-bottom: 0;
  text-align: center;
}

.praise-box .star-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.blockchain-strategy-sec .nft-service-box {
  border: 1px solid #002e5b;
  text-align: center;
  position: relative;
  margin-top: 230px;
  margin-bottom: 30px;
}

.blockchain-strategy-sec .nft-service-box::before {
  content: "";
  background-image: url(../new-images/blockchain-development-company/line.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  left: 54%;
  position: absolute;
  top: -30px;
}

.blockchain-strategy-sec .image-set-new {
  position: absolute;
  top: 0;
  margin: 0 auto;
  max-width: 140px;
  left: 0;
  right: 0;
  top: -220px;
}

.blockchain-strategy-sec .image-set-new img {
  max-width: 150px;
}

.recent-background-box {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  margin: 20px 0;
}

.recent-project-section h2,
.recent-project-section h4,
.recent-project-section p {
  color: #fff;
}

.recent-project-section .recent-project-box {
  text-align: center;
}

.recent-project-section .recent-project-box img {
  max-height: 150px;
  margin: 0 auto 30px;
}

.recent-project-section .recent-project-box a:hover {
  background-color: #fff;
  color: #002e5b !important;
}

.recent-project-section .recent-project-box a img {
  margin-bottom: 0;
}

.recent-project-section .recent-project-box p {
  min-height: 216px;
}

.recent-project-section .recent-background-box .slick-prev,
.recent-project-section .recent-background-box .slick-next {
  top: 15%;
}

.recent-project-section .recent-background-box .slick-prev {
  left: 0;
  z-index: 1;
}

.recent-project-section .recent-background-box .slick-next {
  right: 0;
  display: block !important;
}

.recent-project-section .recent-project-box a {
  display: flex;
  gap: 4px;
  align-items: center;
  width: fit-content;
  margin: auto;
}

.centralized-key-highlight {
  background: #f5f5fa;
}

.centralized-key-highlight img {
  box-shadow: none;
}

.centralized-key-highlight h2 {
  color: #002e5b;
}

.centralized-key-highlight .key-feature-box-wallet {
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 30px;
}

.centralized-key-highlight .key-feature-box-wallet h4 {
  color: #000;
}

.centralized-key-highlight .key-feature-box-wallet p {
  color: #000;
  opacity: 0.8;
  margin-bottom: 0;
}

.centralized-key-highlight .purple-sec {
  border-color: #8335a0;
}

.centralized-key-highlight .purple-sec img {
  border: 6px solid #8335a0;
  background: #ac71bd;
}

.centralized-key-highlight .purple-sec h4 {
  color: #8335a0;
}

.centralized-key-highlight .green-sec {
  border-color: #a3aa07;
}

.centralized-key-highlight .green-sec img {
  border: 6px solid #a3aa07;
  background: #bdce29;
}

.centralized-key-highlight .green-sec h4 {
  color: #a3aa07;
}

.centralized-key-highlight .orange-sec {
  border-color: #f06237;
}

.centralized-key-highlight .orange-sec img {
  border: 6px solid #f06237;
  background: #ff8736;
}

.centralized-key-highlight .orange-sec h4 {
  color: #f06237;
}

.centralized-key-highlight .red-sec {
  border-color: #d82121;
}

.centralized-key-highlight .red-sec img {
  border: 6px solid #d82121;
  background: #ff5050;
}

.centralized-key-highlight .red-sec h4 {
  color: #d82121;
}

.centralized-key-highlight .blue-sec {
  border-color: #1ba8bf;
}

.centralized-key-highlight .blue-sec img {
  border: 6px solid #1ba8bf;
  background: #41c2de;
}

.centralized-key-highlight .blue-sec h4 {
  color: #1ba8bf;
}

.centralized-key-highlight .pink-sec {
  border-color: #cd5983;
}

.centralized-key-highlight .pink-sec img {
  border: 6px solid #cd5983;
  background: #ea6ca0;
}

.centralized-key-highlight .pink-sec h4 {
  color: #cd5983;
}

.we-have-sec {
  border-radius: 20px;
  background-color: var(--Color-1, #002e5b);
  background: url(../new-images/centralized-exchange-develop/we-have.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
}

.we-have-sec h2 {
  color: #ffff;
  text-align: center;
}

.we-have-sec li {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  padding: 12px;
  width: 80%;
  margin: 0 auto 10px;
}

.we-have-sec li p {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .recent-background-box {
    padding: 16px;
  }
}

@media (max-width: 768px) {
  .recent-background-box {
    padding: 20px;
  }

  .choose-blockchain-sec .statistics-box h4 {
    font-size: 1rem;
  }

  .wide-range-blockchain .choose-nft-box {
    min-height: auto;
  }

  .scalable-cex-sec .choose-nft-box {
    min-height: auto;
  }

  .centralized-key-highlight .green-sec img {
    padding: 6px;
  }
}

@media (max-width: 576px) {
  .common-content-sec .undergo-security img {
    max-width: 100%;
  }
}

/*===================================== web3 development company page code starts =====================================*/
.expand-business-web3 {
  padding: 30px;
  border-radius: 24px;
  background: var(
    --shadow-color,
    linear-gradient(
      150deg,
      rgba(150, 198, 255, 0.55) 0%,
      rgba(225, 235, 255, 0.55) 100%
    )
  );
}

.web3-service-grid {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto auto;
  grid-gap: 20px;
}

.web3-service-grid .flex-same-box .choose-nft-box {
  margin-top: 0;
  text-align: center;
}

.web3-service-grid .flex-same-box .choose-nft-box p {
  margin-bottom: 0;
}

.web3-service-grid .flex-same-box:nth-child(1),
.web3-service-grid .flex-same-box:nth-child(6) {
  grid-column: 1/3;
}

.web3-service-grid .flex-same-box:nth-child(2),
.web3-service-grid .flex-same-box:nth-child(7) {
  grid-column: 3/5;
}

.web3-service-grid .flex-same-box:nth-child(4) {
  grid-column: 2/4;
}

.web3-service-offer {
  border-top: 2px solid #002e5b;
}

.web3-service-offer > div {
  position: relative;
}

.web3-service-offer .key-web3-offer {
  text-align: center;
}

.web3-service-offer > div:nth-child(1),
.web3-service-offer > div:nth-child(5) {
  margin-top: 40px;
}

.web3-service-offer > div:nth-child(1)::before,
.web3-service-offer > div:nth-child(5)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  background-color: #002e5b;
  height: 40px;
  width: 2px;
  margin: auto;
}

.web3-service-offer > div:nth-child(2),
.web3-service-offer > div:nth-child(4) {
  margin-top: 130px;
}

.web3-service-offer > div:nth-child(2)::before,
.web3-service-offer > div:nth-child(4)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -130px;
  background-color: #002e5b;
  height: 130px;
  width: 2px;
  margin: auto;
}

.web3-service-offer > div:nth-child(3) {
  margin-top: 220px;
}

.web3-service-offer > div:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -220px;
  background-color: #002e5b;
  height: 220px;
  width: 2px;
  margin: auto;
}

.web3-service-offer .key-web3-offer img {
  max-height: 52px;
  margin-bottom: 12px;
}

.benefit-web3-service .nft-service-box {
  min-height: auto;
  box-shadow: none;
  border-radius: 24px 24px 0px 0px;
  border-top: 2px solid var(--primaru, #002e5b);
}

.benefit-web3-service .nft-service-box h4 {
  color: #000;
}

/* ----------------------------------------------- */
.web3-develop-process .nft-service-box {
  box-shadow: none;
  min-height: auto;
}

.web3-develop-process .nft-service-box .number-sec {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 32px 0px;
  padding: 0 30px;
  background: var(
    --shadow-color,
    linear-gradient(
      150deg,
      rgba(150, 198, 255, 0.55) 0%,
      rgba(225, 235, 255, 0.55) 100%
    )
  );
}

.web3-develop-process .nft-service-box .number-sec.even {
  border-radius: 0 32px;
}

.web3-develop-process .nft-service-box .number-sec span {
  color: #002e5b;
  text-align: center;
  font-family: "Suez One";
  font-size: 80.625px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.web3-develop-process .nft-service-box .number-sec h4 {
  margin-bottom: 0;
}

.web3-develop-process .nft-service-box p {
  margin-top: 16px;
}

.web3-develop-process .nft-service-box.first-left-line::before,
.web3-develop-process .nft-service-box.first-right-line::before {
  content: "";
  position: absolute;
  right: -34px;
  top: 60px;
  display: block;
  background-image: url(../new-images/web3-development-company/right-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  z-index: 1;
  height: 12px;
  width: 68px;
}

.web3-develop-process .nft-service-box.first-right-line::before {
  background-image: url(../new-images/web3-development-company/left-line.svg);
}

.web3-develop-process .nft-service-box.third-line::before {
  content: "";
  position: absolute;
  right: 0;
  top: 60px;
  display: block;
  background-image: url(../new-images/web3-development-company/curve-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  z-index: 1;
  height: 225px;
  width: 36px;
}

.real-estate-roadmap.p2p-step-process .nft-service-box {
  background-image: url(../new-images/p2p-crypto-development/step-p2p.webp);
  margin: 10px 20px 30px;
  position: relative;
}

.real-estate-roadmap.p2p-step-process .nft-service-box::before {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  bottom: 50%;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  height: 23px;
  width: 142%;
  background-image: url(../new-images/p2p-crypto-development/arrow-right.svg);
  margin-right: 2px;
}

.unlock-p2p-crypto .defi-service .image-div img {
  margin: auto;
}

.unlock-p2p-crypto .defi-service::before {
  height: 120px;
}

.unlock-p2p-crypto .defi-service {
  margin: 70px 10px 10px;
  min-height: 320px;
}

.unlock-p2p-crypto .real-estate-roadmap .common-new-para p {
  max-width: 100%;
}

.web3-develop-banner-sec .develop-image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.web3-develop-banner-sec .desktop-view {
  display: block;
}

.web3-develop-banner-sec .mobile-view {
  display: none;
}

.essential-feature .nft-service-box {
  border-radius: 10px;
  border: 1px solid #002e5b;
  background: #fff;
  box-shadow: #002e5b -10px -10px;
}

.essential-feature .choose-slider-wrapper .slick-next,
.essential-feature .choose-slider-wrapper .slick-prev {
  top: -84px;
}

.essential-feature .choose-slider-wrapper .slick-prev {
  top: -110px;
}

.essential-feature .nft-service-box .image-set {
  height: 60px;
  width: 60px;
  padding: 12px;
}

.essential-feature .nft-service-box {
  min-height: 410px;
}

/* -------------------------------dapp development company ---------------------- */
.dapp-service-box {
  text-align: center;
  padding: 20px;
  border-radius: 16px;
  margin-top: 20px;
  background: var(
    --shadow-color,
    linear-gradient(
      150deg,
      rgba(150, 198, 255, 0.55) 0%,
      rgba(225, 235, 255, 0.55) 100%
    )
  );
}

.dapp-service-box h4,
.dapp-service-box p {
  color: #002e5b;
}

.dive-innovation {
  border-radius: 30px;
  padding: 40px;
  background: url(../new-images/dapp-development/dive-innovation.webp);
  background-position: right center;
  background-size: cover;
}

.dive-innovation h2,
.dive-innovation p {
  color: #fff;
}

.grid-container-key {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin-top: 40px;
  justify-content: center;
}

.grid-container-key > div {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.grid-container-key > div p {
  margin-bottom: 0;
}

.grid-container-key > div img {
  max-height: 62px;
}

/* ---------------------------------------------------- */
.grid-container-solution {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 30px;
}

.grid-container-solution > div {
  padding: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.grid-container-solution > div p {
  margin-bottom: 0;
  max-width: 80%;
  margin: auto;
  font-size: 14px;
}

.grid-container-solution .item1,
.grid-container-solution .item4 {
  grid-column: 1/3;
}

.grid-container-solution .item3,
.grid-container-solution .item5 {
  grid-column: 4/6;
}

.grid-container-solution .item2 {
  grid-row: 1/3;
  grid-column: 3/4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-container-solution .item2 h2 {
  position: relative;
  z-index: 1;
}

.grid-container-solution .item1 h4,
.grid-container-solution .item1 p,
.grid-container-solution .item5 h4,
.grid-container-solution .item5 p {
  color: #fff;
}

.grid-container-solution .item3 h4,
.grid-container-solution .item3 p,
.grid-container-solution .item4 h4,
.grid-container-solution .item4 p {
  color: #002e5b;
}

.grid-container-solution .item1 {
  background-image: url(../new-images/dapp-development/item1.webp);
}

.grid-container-solution .item2:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  max-height: 316px;
  max-width: 380px;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../new-images/dapp-development/item2.webp);
}

.grid-container-solution .item3 {
  background-image: url(../new-images/dapp-development/item3.webp);
}

.grid-container-solution .item4 {
  background-image: url(../new-images/dapp-development/item4.webp);
}

.grid-container-solution .item5 {
  background-image: url(../new-images/dapp-development/item5.webp);
}

/* -------------------------------------------------------------------------------------- */
.dapp-develop-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("../new-images/dapp-development/dapp-before.webp");
  background-size: 100% 100%;
  background-position: left;
  display: block;
  z-index: 1;
  background-repeat: no-repeat;
}

.collaborate-box {
  border-radius: 24px;
  border: 1px solid var(--primaru, #002e5b);
  background: #f8f8f8;
  padding: 30px 60px;
  text-align: center;
}

.collaborate-box h4 {
  max-width: 70%;
  margin: auto;
  margin-bottom: 16px;
  color: #002e5b;
}

.choose-us-dapp {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.choose-us-dapp img {
  flex-shrink: 0;
  max-height: 52px;
}

.choose-us-dapp h4 {
  margin-bottom: 6px;
  color: #002e5b;
}

.choose-us-dapp p {
  color: #002e5b;
}

.dapp-develop-solution-sec .heading-second h2 {
  display: none;
}

.dapp-workflow-sec {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.dapp-workflow-sec li {
  width: 18%;
  list-style: none;
}

.dapp-workflow-sec .dapp-workflow-box {
  max-width: 220px;
}

.dapp-workflow-sec .dapp-workflow-box h4 {
  font-size: 16px;
}

.dapp-workflow-sec .dapp-workflow-box p {
  font-size: 14px;
  line-height: 20px;
}

/* .dapp-workflow-sec li:nth-child(1){
    left: 0;
    top: 10%;
} */

.dapp-workflow-sec li {
  z-index: 1;
}

.dapp-workflow-sec li:nth-child(1) h4 {
  color: #d15439;
}

.dapp-workflow-sec li:nth-child(2) h4 {
  color: #64a7de;
}

.dapp-workflow-sec li:nth-child(3) h4 {
  color: #87af37;
}

.dapp-workflow-sec li:nth-child(4) h4 {
  color: #df912f;
}

.dapp-workflow-sec li:nth-child(5) h4 {
  color: #916caa;
}

.dapp-workflow-sec li:nth-child(6) h4 {
  color: #2be9a3;
}

.dapp-image-box {
  height: 1120px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.dapp-image-box .dapp-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 1120px;
}

.dapp-workflow-sec li:nth-child(1) {
  position: absolute;
  top: auto;
  bottom: 27%;
}

.dapp-workflow-sec li:nth-child(2) {
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 30%;
}

.dapp-workflow-sec li:nth-child(3) {
  position: absolute;
  left: 35%;
  top: 29%;
  bottom: auto;
}

.dapp-workflow-sec li:nth-child(4) {
  position: absolute;
  left: 63%;
  bottom: 18%;
  top: auto;
}

.dapp-workflow-sec li:nth-child(5) {
  position: absolute;
  left: 63%;
  bottom: auto;
  top: 2%;
}

.dapp-workflow-sec li:nth-child(6) {
  position: absolute;
  left: auto;
  bottom: 42%;
  top: auto;
  right: 0;
  max-width: 185px;
}

/*  ====================================== play earn page code starts ======================================  */
.play-earn-page {
  background: #040c2b;
}

.play-earn-page h2,
.play-earn-page p {
  color: #fff;
}

.play-earn-page .revamp-new-btn,
.casino-game-develop .share-vision .bg-box .form-css button {
  background: url(../new-images/play-earn-game-develop/play-btn.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 26px 38px;
  border-color: transparent;
  box-shadow: none;
  outline: none;
  color: #000 !important;
  font-weight: 500;
  background-color: transparent;
  min-width: 14rem;
}

.play-earn-page .revamp-new-btn:hover,
.casino-game-develop .share-vision .bg-box .form-css button:hover {
  background-color: transparent;
  border-color: transparent;
  color: #000 !important;
}

.casino-game-develop .share-vision .bg-box .form-css button {
  padding: 26px 38px !important;
}

.play-earn-banner h4 {
  color: #fff;
  margin-bottom: 20px;
}

.play-earn-partner .expand-business-web3 {
  border-radius: 24px;
  background: linear-gradient(
    150deg,
    rgba(150, 198, 255, 0.55) 0%,
    rgba(4, 12, 43, 0.55) 100%
  );
}

.play-earn-partner h2,
.play-earn-partner p {
  color: #fff;
}

.play-earn-service h4,
.play-earn-service p {
  color: #fff;
  text-align: center;
}

.play-earn-service {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  grid-gap: 24px;
}

.play-earn-service > div:nth-child(1) {
  grid-row: 1/3;
}

.play-earn-service > div {
  border-radius: 14.16px;
  background: linear-gradient(
    150deg,
    rgba(150, 198, 255, 0.55) 0%,
    rgba(4, 12, 43, 0.55) 100%
  );
  box-shadow: 0px 0px 3.776px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
}

.play-earn-service > div p {
  font-size: 14px;
}

.play-earn-service .play1 {
  flex-direction: column;
}

.feature-play-box {
  border-radius: 24px;
  padding: 16px;
  margin-bottom: 20px;
  background: var(
    --shadow-color,
    linear-gradient(
      150deg,
      rgba(150, 198, 255, 0.55) 0%,
      rgba(225, 235, 255, 0.55) 100%
    )
  );
}

.feature-play-box h4,
.feature-play-box p {
  text-align: center;
  color: #fff;
}

.game-develop-process {
  display: flex;
  align-items: start;
  padding-top: 40px;
  gap: 6px;
}

.game-develop-process h4,
.game-develop-process p {
  color: #fff;
  text-align: center;
  max-width: 290px;
}

.game-develop-process > div:nth-child(odd) {
  margin-top: 50px;
}

.game-develop-process > div > img {
  min-height: 400px;
  object-fit: contain;
}

.game-develop-process > div {
  flex-basis: 100%;
  text-align: center;
}

.game-develop-process > div > div {
  min-height: 170px;
}

.choose-earn-box {
  border-radius: 12px;
  background: var(--primaru, #002e5b);
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 50px;
}

.choose-earn-box h4 {
  color: #fff;
  text-align: center;
}

.choose-earn-box img {
  margin: -60px auto 0;
}

.faq-play-earn .accordion-common .accordion-head {
  background: transparent;
  border: 1px solid #606060;
}

.faq-play-earn .accordion-common .accordion-btn {
  color: #fff;
}

.faq-play-earn .accordion-common .panel {
  background: transparent;
}

/* ----------------------------------------- */
.reshape-rwa-sec {
  background: url(../new-images/rwa-token/reshape-rwa.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.reshape-rwa-sec h2,
.reshape-rwa-sec p {
  color: #fff;
}

.rwa-token-choose {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  padding: 0 10px;
}

.rwa-token-choose img {
  max-height: 36px;
}

.rwa-token-choose li {
  display: flex;
  gap: 8px;
  align-items: center;
}

.rwa-token-choose li p {
  margin-bottom: 0;
}

.grid-rwa-service {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: auto auto auto auto auto auto;
}

.grid-rwa-service > div {
  margin-bottom: 0;
  margin-top: 0;
  border-radius: 14.315px;
  background: #fff;
  box-shadow: 0px 0px 3.817px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 16px;
}

.grid-rwa-service > div .image-set {
  flex-shrink: 0;
}

.grid-rwa-service > div .image-set img {
  max-width: 100px;
}

.grid-rwa-service > div:nth-child(1),
.grid-rwa-service > div:nth-child(4),
.grid-rwa-service > div:nth-child(6) {
  flex-direction: column;
}

.grid-rwa-service > div:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/4;
}

.grid-rwa-service > div:nth-child(2) {
  grid-column: 3/5;
  grid-row: 1/3;
}

.grid-rwa-service > div:nth-child(3) {
  grid-column: 5/7;
  grid-row: 1/3;
}

.grid-rwa-service > div:nth-child(4) {
  grid-column: 1/3;
  grid-row: 4/7;
}

.grid-rwa-service > div:nth-child(5) {
  grid-column: 3/6;
  grid-row: 3/5;
}

.grid-rwa-service > div:nth-child(6) {
  grid-column: 6/7;
  grid-row: 3/5;
}

.grid-rwa-service > div:nth-child(7) {
  grid-column: 3/5;
  grid-row: 5/7;
}

.grid-rwa-service > div:nth-child(8) {
  grid-column: 5/7;
  grid-row: 5/7;
}

.grid-rwa-service > div:nth-child(9) {
  grid-column: 1/4;
  grid-row: 7/8;
}

.grid-rwa-service > div:nth-child(10) {
  grid-column: 4/7;
  grid-row: 7/8;
}

@media (max-width: 991px) {
  .grid-rwa-service {
    grid-template-columns: auto auto auto;
  }

  .grid-rwa-service > div {
    grid-column: auto !important;
    grid-row: auto !important;
    flex-direction: column;
  }

  .rwa-token-choose img {
    max-height: 20px;
  }
}

@media (max-width: 768px) {
  .grid-rwa-service {
    grid-template-columns: auto auto;
  }

  .reshape-rwa-sec {
    background-color: #002e5b;
  }

  .rwa-token-choose {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .grid-rwa-service {
    grid-template-columns: auto;
  }

  .choose-order-2 {
    order: 2;
  }
}

/* --------------------- */
.rwa-roadmap-sec img {
  max-height: 529px;
}

.rwa-roadmap-sec .order-set-1 {
  order: 0;
}

.rwa-roadmap-sec .order-set-2 {
  order: 2;
}

.rwa-roadmap-sec .order-set-3 {
  order: 3;
}

.rwa-roadmap-sec .roadmap1,
.rwa-roadmap-sec .roadmap2 {
  display: flex;
  align-items: start;
  gap: 6px;
}

.rwa-roadmap-sec h1 {
  font-size: 80px;
}

.rwa-roadmap-sec .roadmap2 {
  margin-top: 100px;
}

.rwa-roadmap-sec .roadmap3 {
  margin-top: 60px;
}

.rwa-roadmap-sec .roadmap4 {
  margin-top: 60px;
  margin-left: 60px;
}

.rwa-roadmap-sec .roadmap4 h1 {
  text-align: end;
}

.rwa-roadmap-sec .roadmap1 h1 {
  color: #ef3227;
}

.rwa-roadmap-sec .roadmap2 h1 {
  color: #fbb040;
}

.rwa-roadmap-sec .roadmap3 h1 {
  color: #0370d5;
}

.rwa-roadmap-sec .roadmap4 h1 {
  color: #21d2e2;
}

.image-rwa-roadmap {
  position: relative;
}

.image-rwa-roadmap::before {
  content: "";
  position: absolute;
  left: -138px;
  top: 40%;
  display: block;
  height: 2px;
  width: 140px;
  background-color: #fbb040;
}

.image-rwa-roadmap::after {
  content: "";
  position: absolute;
  right: -138px;
  top: 60%;
  display: block;
  height: 2px;
  width: 140px;
  background-color: #0370d5;
}

.rwa-roadmap-sec .mobile-show {
  display: none !important;
}

.rwa-roadmap-sec .mobile-none {
  display: flex !important;
}

@media (max-width: 1200px) {
  .rwa-roadmap-sec h1 {
    font-size: 50px;
  }

  .rwa-roadmap-sec h4 {
    font-size: 20px;
    margin-bottom: 2px;
  }

  .rwa-roadmap-sec p {
    line-height: 20px;
  }

  .image-rwa-roadmap::after,
  .image-rwa-roadmap::before {
    content: none;
  }

  .image-rwa-roadmap::after {
    right: -98px;
  }

  .image-rwa-roadmap::before {
    left: -98px;
  }
}

@media (max-width: 991px) {
  .rwa-roadmap-sec h1 {
    font-size: 36px;
  }

  .rwa-roadmap-sec .roadmap4 {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .rwa-roadmap-sec .roadmap1,
  .rwa-roadmap-sec .roadmap2,
  .rwa-roadmap-sec .roadmap3,
  .rwa-roadmap-sec .roadmap4 {
    margin-top: 20px;
  }

  .rwa-roadmap-sec .roadmap1,
  .rwa-roadmap-sec .roadmap2 {
    flex-direction: column;
  }

  .image-rwa-roadmap {
    display: none;
  }

  .order-mobile-2 {
    order: 2;
  }

  .rwa-roadmap-sec .order-set-3 {
    order: 0;
  }

  .rwa-roadmap-sec .roadmap4 h1 {
    text-align: left;
  }

  .rwa-roadmap-sec p {
    text-align: start !important;
  }

  .rwa-roadmap-sec .mobile-show {
    display: flex !important;
  }

  .rwa-roadmap-sec .mobile-none {
    display: none !important;
  }
}

/*============== rwa roadmap solution start================*/
.rwa-timeline {
  .main-timeline8 {
    overflow: hidden;
    position: relative;
  }

  .main-timeline8:after,
  .main-timeline8:before {
    content: "";
    display: block;
    width: 100%;
    clear: both;
  }

  .main-timeline8:before {
    content: "";
    width: 14px;
    height: 100%;
    position: absolute;
    top: 22px;
    left: 50%;
    background-image: url(../new-images/rwa-token/rwa-solution.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .main-timeline8 .timeline {
    width: 50%;
    float: right;
    padding-right: 30px;
    position: relative;
  }

  .main-timeline8 p {
    max-width: 390px;
  }

  .main-timeline8 .timeline-icon {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #002e5b;
    position: absolute;
    top: 5.5%;
    right: -6.5px;
  }

  .main-timeline8 .year {
    display: block;
    padding: 10px;
    margin: 0;
    font-size: 30px;
    color: #fff;
    border-radius: 0 50px 50px 0;
    background: #fe6847;
    text-align: center;
    position: relative;
  }

  .main-timeline8 .year:before {
    content: "";
    border-top: 35px solid #f59c8b;
    border-left: 35px solid transparent;
    position: absolute;
    bottom: -35px;
    left: 0;
  }

  .main-timeline8 .timeline-content {
    padding: 30px 20px;
    margin: 0 45px 0 35px;
  }

  .main-timeline8 .title {
    font-size: 19px;
    font-weight: 700;
    color: #504f54;
    margin: 0 0 10px;
  }

  .main-timeline8 .timeline:nth-child(2n) {
    padding: 0 0 0 30px;
  }

  .main-timeline8 .timeline:nth-child(2n) .timeline-icon {
    right: auto;
    left: -6.5px;
  }

  .main-timeline8 .timeline:nth-child(2n) .year {
    border-radius: 50px 0 0 50px;
    background: #7eda99;
  }

  .main-timeline8 .timeline:nth-child(2n) .year:before {
    border-left: none;
    border-right: 35px solid transparent;
    left: auto;
    right: 0;
  }

  .main-timeline8 .timeline:nth-child(2n) .timeline-content {
    text-align: left;
    margin: 0 35px 0 45px;
  }

  .main-timeline8 .timeline:nth-child(2) {
    margin-top: 20px;
  }

  .main-timeline8 .timeline:nth-child(odd) {
    margin: -320px 0 0;
  }

  .main-timeline8 .timeline:nth-child(even) {
    margin-bottom: 10px;
  }

  .main-timeline8 .timeline:first-child,
  .main-timeline8 .timeline:last-child:nth-child(even) {
    margin: 0;
  }

  .main-timeline8 .timeline:nth-child(2n) .timeline-icon {
    border-color: #7eda99;
  }

  .main-timeline8 .timeline:nth-child(2n) .year:before {
    border-top-color: #92efad;
  }

  .main-timeline8 .timeline:nth-child(3n) .timeline-icon {
    border-color: #8a5ec1;
  }

  .main-timeline8 .timeline:nth-child(3n) .year {
    background: #8a5ec1;
  }

  .main-timeline8 .timeline:nth-child(3n) .year:before {
    border-top-color: #a381cf;
  }

  .main-timeline8 .timeline:nth-child(4n) .timeline-icon {
    border-color: #f98d9c;
  }

  .main-timeline8 .timeline:nth-child(4n) .year {
    background: #f98d9c;
  }

  .main-timeline8 .timeline:nth-child(4n) .year:before {
    border-top-color: #f2aab3;
  }
}

@media (max-width: 1200px) {
  .rwa-timeline {
    .main-timeline8 .timeline:nth-child(odd) {
      margin: -210px 0 0;
    }
  }

  .rwa-timeline {
    .main-timeline8 .timeline:first-child,
    .main-timeline8 .timeline:last-child:nth-child(even) {
      margin: 0;
    }
  }
}

@media only screen and (max-width: 767px) {
  .rwa-timeline {
    .main-timeline8 img {
      max-width: 200px;
    }

    .main-timeline8 {
      overflow: visible;
    }

    .main-timeline8:before {
      top: 0;
      left: 0;
    }

    .main-timeline8 .timeline:nth-child(2),
    .main-timeline8 .timeline:nth-child(even),
    .main-timeline8 .timeline:nth-child(odd) {
      margin: 0;
    }

    .main-timeline8 .timeline {
      width: 100%;
      float: none;
      padding: 0 0 0 30px;
      margin-bottom: 6px !important;
    }

    .main-timeline8 .timeline:last-child {
      margin: 0 !important;
    }

    .main-timeline8 .timeline-icon {
      right: auto;
      left: -14.5px;
    }

    .main-timeline8 .year {
      border-radius: 50px 0 0 50px;
    }

    .main-timeline8 .year:before {
      border-left: none;
      border-right: 35px solid transparent;
      left: auto;
      right: 0;
    }

    .main-timeline8 .timeline-content,
    .main-timeline8 .timeline:nth-child(2n) .timeline-content {
      margin: 0 20px 0 20px;
      padding: 10px 20px;
    }

    .main-timeline8 .timeline-content .text-right {
      text-align: left !important;
    }
  }
}

@media (max-width: 576px) {
  .rwa-timeline {
    .main-timeline8 img {
      max-width: 160px !important;
    }

    .main-timeline8 .timeline-content,
    .main-timeline8 .timeline:nth-child(2n) .timeline-content {
      margin: 0 6px 0 6px;
      padding: 4px;
    }

    .main-timeline8 p {
      text-align: left !important;
    }

    .main-timeline8:before {
      background-size: 100% 100%;
    }
  }
}

/*============== rwa roadmap solution end================*/

@media (max-width: 991px) {
  .play-earn-service > div {
    flex-direction: column;
  }

  .game-develop-process {
    flex-wrap: wrap;
    padding-top: 20px;
  }

  .game-develop-process > div {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }

  .game-develop-process > div > img {
    max-width: 200px;
    min-height: auto;
  }

  .game-develop-process > div {
    margin-top: 30px !important;
  }
}

@media (max-width: 768px) {
  .play-earn-service > div:nth-child(1) {
    grid-row: auto;
  }

  .play-earn-service {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
  }

  .feature-play-earn h2,
  .feature-play-earn p {
    text-align: center;
  }

  .faq-play-earn .order-set-2 {
    order: 2;
  }
}

@media (max-width: 576px) {
  .play-earn-service {
    grid-template-columns: auto;
  }

  .play-earn-service > div img {
    max-width: 100px !important;
  }

  .game-develop-process > div {
    align-items: start;
  }

  .game-develop-process > div > img {
    max-width: 70px !important;
  }

  .game-develop-process > div p {
    font-size: 12px;
    line-height: 16px;
  }

  .game-develop-process h4 {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .play-earn-page .common-banner-new .banner-content-set .flex-btns-set {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .play-earn-page
    .common-banner-new
    .banner-content-set
    .flex-btns-set
    .revamp-new-btn {
    margin-bottom: 8px;
    padding: 16px 38px;
  }

  .play-earn-banner h4 {
    font-size: 14px;
  }
}

/*=========================== play earn game develop code ends ===========================*/

/*================= crypto bank develop company code starts =================*/
.innovate-crypto-bank h2,
.innovate-crypto-bank p {
  color: #fff;
}

.innovate-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}

.innovate-list li {
  border-radius: 6px;
  border-left: 6px solid #35aeff;
  width: 50%;
  padding: 8px 12px;
  margin-top: 26px;
}

.innovate-list li p {
  margin-bottom: 0;
}

.innovate-list p {
  color: #fff;
}

.choose-crypto-bank h4 {
  color: #002e5b;
}

.choose-crypto-bank {
  background-image: url(../new-images/crypto-bank-develop/choose-back.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 60px 40px;
  text-align: center;
  margin: 20px auto 0;
  max-width: 260px;
}

.choose-crypto-bank img {
  max-height: 50px;
  margin-bottom: 10px;
}

.bank-solution {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding: 0 16px;
}

.bank-solution > div {
  background-image: url(../new-images/crypto-bank-develop/solution-back.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20%;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}

.bank-solution > div h4 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 991px) {
  .bank-solution > div h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .bank-solution > div {
    min-height: 100px;
  }
}

@media (max-width: 768px) {
  .bank-solution {
    flex-wrap: wrap;
  }

  .bank-solution > div {
    width: 30%;
    margin-bottom: 16px;
  }

  .bank-solution > div h4 {
    font-size: 14px;
  }

  .innovate-crypto-bank img {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .bank-solution > div {
    width: 50%;
    min-height: 85px;
  }
}

/*=========================== defi exchange develop  ===========================*/
.industries-cater-defi {
  background-image: url(../new-images/defi-exchange-develop/industries-cater.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.industries-cater-defi .defi-service::before {
  height: 100%;
  border-radius: 10px;
}

.industries-cater-defi .defi-service {
  width: 100%;
}

.service-defi-exchange .nft-service-box {
  box-shadow: none;
  min-height: 220px;
}

.service-defi-exchange .nft-service-box img {
  max-height: 50px;
  margin-bottom: 16px;
}

.service-defi-exchange .nft-service-box a {
  color: #002e5b;
  font-size: 16px;
  text-decoration: underline !important;
  display: flex;
  align-items: center;
  gap: 4px;
}

.service-defi-exchange .nft-service-box a img {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .common-banner-new.dapp-develop-banner {
    height: 500px;
  }

  .grid-container-solution {
    grid-gap: 14px;
  }

  .grid-container-solution .item2:before {
    max-width: 320px;
  }

  .dapp-workflow-sec .dapp-workflow-box p {
    font-size: 12px;
    line-height: 18px;
  }

  .dapp-workflow-sec li {
    width: 15%;
  }

  .dapp-workflow-sec li:nth-child(5) {
    top: 0;
  }
}

@media (max-width: 991px) {
  .collaborate-box {
    padding: 20px;
  }

  .common-banner-new.dapp-develop-banner {
    height: 480px;
  }

  .p2p-step-process .nft-service-box {
    min-height: 350px;
  }

  .grid-container-solution .item2:before {
    max-width: 300px;
  }

  .grid-container-solution > div h4 {
    font-size: 16px;
    margin-bottom: 4px;
    max-width: 80%;
    margin: auto;
  }

  .grid-container-solution > div {
    padding: 12px 16px;
  }

  .grid-container-solution > div p {
    font-size: 12px;
    max-width: 85%;
    line-height: 16px;
  }

  .dapp-image-box .dapp-image {
    display: none;
  }

  .dapp-workflow-sec li {
    position: relative !important;
    width: 31%;
  }

  .dapp-workflow-sec li:nth-child(1),
  .dapp-workflow-sec li:nth-child(2),
  .dapp-workflow-sec li:nth-child(3),
  .dapp-workflow-sec li:nth-child(4),
  .dapp-workflow-sec li:nth-child(5),
  .dapp-workflow-sec li:nth-child(6) {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .dapp-image-box {
    height: auto;
    margin-bottom: 0;
  }

  .dapp-workflow-sec {
    margin-top: 20px;
  }

  .dapp-workflow-sec .dapp-workflow-box {
    max-width: 100%;
  }

  .dapp-workflow-sec li:nth-child(6) {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .dapp-workflow-sec {
    gap: 19px;
  }

  .our-rewards.section-space h2 {
    font-size: 22px;
  }

  .dive-innovation {
    padding: 20px 16px;
  }

  .choose-us-dapp {
    margin-bottom: 4px;
  }

  .choose-us-dapp p {
    font-size: 12px;
    line-height: 16px;
  }

  .collaborate-box {
    margin-bottom: 10px;
  }

  .grid-container-solution .item2 {
    display: none;
  }

  .grid-container-solution {
    grid-template-columns: auto;
  }

  .grid-container-solution .item1,
  .grid-container-solution .item4,
  .grid-container-solution .item5,
  .grid-container-solution .item3 {
    grid-column: 1 / 2;
  }

  .grid-container-solution > div h4 {
    margin: 0 auto 10px;
  }

  .grid-container-solution > div p {
    max-width: 70%;
  }

  .dapp-develop-solution-sec .heading-second h2 {
    display: block;
  }

  .dapp-develop-banner:before {
    content: none;
  }

  .grid-container-key > div:nth-child(2n) > div {
    order: 2;
  }

  .grid-container-key {
    flex-wrap: wrap;
  }

  .grid-container-key > div {
    width: 47%;
  }

  .key-web3-offer .heading-forth {
    font-size: 0.8rem;
  }

  .web3-develop-banner-sec .desktop-view {
    display: none;
  }

  .web3-develop-banner-sec .mobile-view {
    display: block;
  }

  .web3-develop-banner-sec .develop-image {
    position: relative;
  }

  .web3-develop-process .nft-service-box::before {
    content: none !important;
  }

  .real-estate-roadmap.p2p-step-process .nft-service-box {
    margin: 10px 5px 10px;
  }

  .essential-feature .nft-service-box {
    min-height: 360px;
  }
}

.benefit-hire-defi .nft-service-box {
  border-radius: 10px 10px 150px 150px;
  border: 1.5px solid var(--Color-1, #002e5b);
  box-shadow: none;
  position: relative;
  padding: 20px 20px 60px;
  margin-bottom: 36px;
}

.benefit-hire-defi .nft-service-box .image-set {
  background-color: #002e5b;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
}

.benefit-hire-defi .nft-service-box h4,
.benefit-hire-defi .nft-service-box p {
  text-align: center;
}

.workflow-defi-exchange .workflow-defi-box {
  border-radius: 10px;
  background: #fff;
  margin: 10px;
  height: 95%;
}

.workflow-defi-exchange .workflow-defi-box .image-inner {
  border-radius: 10px;
  background: var(--Color-1, #002e5b);
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.workflow-defi-exchange .workflow-defi-box .image-inner::before {
  content: "";
  background-image: url(../new-images/defi-exchange-develop/workflow-arrow.svg);
  background-size: contain;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-position: center;
  height: 50px;
  width: 79px;
  background-repeat: no-repeat;
}

.workflow-defi-exchange .workflow-defi-box .image-inner img {
  max-height: 90px;
}

.workflow-defi-exchange .workflow-defi-box h4 {
  color: #fff;
  margin-bottom: 0;
  z-index: 1;
}

.workflow-defi-exchange .workflow-defi-box p {
  padding: 30px;
}

.defi-exchange-require.unlock-p2p-crypto .defi-service {
  min-height: 380px;
}

.defi-exchange-require.unlock-p2p-crypto .defi-service::before {
  height: 140px;
}

.benefit-hire-defi .choose-slider-wrapper .slick-next,
.benefit-hire-defi .choose-slider-wrapper .slick-prev {
  top: -75px;
}

.benefit-hire-defi .choose-slider-wrapper .slick-prev {
  top: -100px;
}

@media (max-width: 991px) {
  .workflow-defi-exchange .workflow-defi-box .image-inner img {
    max-height: 60px;
  }

  .workflow-defi-exchange .workflow-defi-box .image-inner,
  .workflow-defi-exchange .workflow-defi-box p {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .benefit-hire-defi .nft-service-box {
    min-height: 330px;
  }

  .benefit-hire-defi .choose-slider-wrapper .slick-next,
  .benefit-hire-defi .choose-slider-wrapper .slick-prev {
    top: -85px;
  }

  .benefit-hire-defi .choose-slider-wrapper .slick-prev {
    top: -110px;
  }

  .defi-exchange-require .defi-service h4 {
    line-height: 1.4rem;
  }

  .defi-exchange-require .defi-service .defi-content {
    padding: 16px 12px;
  }

  .workflow-defi-exchange .workflow-defi-box .image-inner,
  .workflow-defi-exchange .workflow-defi-box p {
    padding: 16px;
  }

  .workflow-defi-exchange .workflow-defi-box .image-inner img {
    max-height: 50px;
  }
}

@media (max-width: 576px) {
  .benefit-hire-defi .choose-slider-wrapper .slick-next,
  .benefit-hire-defi .choose-slider-wrapper .slick-prev {
    top: -7px;
  }

  .benefit-hire-defi .choose-slider-wrapper .slick-prev {
    top: -32px;
  }
}

@media (max-width: 576px) {
  .dapp-workflow-sec .dapp-workflow-box h4 {
    text-align: center;
  }

  .dapp-workflow-sec .dapp-workflow-box {
    max-width: 100%;
    border: 1px solid #002e5b;
    border-radius: 12px;
    padding: 12px;
  }

  .dapp-workflow-sec li {
    width: 100%;
  }

  .choose-us-dapp p {
    text-align: left !important;
  }

  .choose-us-dapp img {
    max-height: 45px;
  }

  .collaborate-box h4 {
    max-width: 90%;
  }

  .grid-container-key > div {
    width: 100%;
    gap: 8px;
    margin-bottom: 16px;
  }

  .grid-container-key .heading-forth {
    margin-bottom: 4px;
  }

  .essential-feature .nft-service-box {
    min-height: 400px;
  }

  .web3-service-offer > div {
    padding: 0;
  }

  .real-estate-roadmap.p2p-step-process .nft-service-box::before {
    content: none;
  }

  .key-web3-offer .heading-forth {
    font-size: 0.55rem;
    padding: 0 2px;
  }

  .web3-service-grid .flex-same-box {
    grid-column: 1/5 !important;
  }

  .web3-para-text {
    text-align: center;
  }

  .web3-service-offer .key-web3-offer img {
    max-height: 44px;
  }

  .essential-feature .choose-slider-wrapper .slick-next,
  .essential-feature .choose-slider-wrapper .slick-prev {
    top: -30px;
  }

  .essential-feature .choose-slider-wrapper .slick-prev {
    top: -55px;
  }
}

@media (max-width: 320px) {
  .essential-feature .nft-service-box {
    min-height: 380px;
  }
}

/*=================================== crypto casino game develop ===================================*/
.play-earn-page.casino-game-develop {
  background: linear-gradient(270deg, #101420 50.6%, #101420 100%);
}

.play-earn-page.casino-game-develop h4 {
  color: #fff;
}

.play-earn-page.casino-game-develop hr {
  border-color: transparent;
  position: relative;
}

.play-earn-page.casino-game-develop hr:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #101420 17.5%, #fff 50%, #141c2a 77.5%);
  display: block;
}

.play-earn-page.casino-game-develop .casino-services h4 {
  color: #fab70f;
}

.play-earn-page.casino-game-develop .casino-services img {
  max-height: 110px;
}

/* -------------------------------- */
.casino-border {
  position: relative;
}

.casino-border h4,
.casino-border p {
  text-align: center;
}

.casino-border > div > div {
  padding: 30px 16px;
}

.casino-border > div {
  border-bottom: 3px dashed #ffc117;
  border-right: 3px dashed #ffc117;
}

.casino-border > div:nth-child(4),
.casino-border > div:nth-child(5),
.casino-border > div:nth-child(6) {
  border-bottom: none;
}

.casino-border > div:nth-child(3),
.casino-border > div:nth-child(6) {
  border-right: none;
}

.casino-border > div p {
  margin-bottom: 0;
}

.outer-casino {
  margin-top: 16px;
  padding: 4px;
  border-radius: 18px;
}

.outer-casino > div img {
  max-height: 80px;
  margin-bottom: 16px;
}

.outer-casino p {
  color: #e4e4e4;
  max-width: 85%;
}

.casino-choose-us {
  background: transparent;
}

.casino-choose-us .defi-service {
  border-radius: 10.992px;
  border: 1.5px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 5.496px 32.975px 0px rgba(67, 67, 68, 0.12);
}

.casino-choose-us .defi-service::before,
.casino-choose-us .defi-service::after {
  content: none;
}

.recent-background-box.casino-project-box {
  background: transparent;
  border-color: #ffaa00;
}

.casino-game-develop .share-vision .bg-box {
  border-radius: 20px;
  background: rgba(227, 185, 88, 0.05);
}

.casino-game-develop .share-vision .bg-box .form-css {
  background-color: transparent !important;
  border: none !important;
}

.casino-game-develop .share-vision .bg-box .form-css input,
.casino-game-develop .share-vision .bg-box .form-css textarea {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
}

.casino-game-develop .accordion-common .accordion-head {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}

.casino-game-develop .accordion-common .accordion-btn {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.casino-game-develop .accordion-common .panel {
  background-color: transparent;
  padding: 0;
}

.casino-process-box {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  max-width: 85%;
  margin-top: 1.4rem;
}

.casino-process-box img {
  flex-shrink: 0;
}

.unlock-casino .casino-process-box {
  max-width: 100%;
}

@media (max-width: 768px) {
  .outer-casino > div img {
    max-height: 60px;
  }

  .play-earn-page .revamp-new-btn,
  .casino-game-develop .share-vision .bg-box .form-css button {
    min-width: 30%;
  }

  .text-casino-center {
    text-align: center;
  }

  .casino-process-box {
    max-width: 100%;
  }

  .casino-border > div > div {
    padding: 30px 0;
  }
}

@media (max-width: 576px) {
  .play-earn-page.casino-game-develop .casino-services h4 {
    text-align: center;
  }

  .casino-services p {
    margin-bottom: 20px !important;
  }

  .casino-border > div {
    border-right: none;
  }

  .casino-border > div:nth-child(4),
  .casino-border > div:nth-child(5),
  .casino-border > div:nth-child(6) {
    border-bottom: 3px dashed #ffc117;
  }

  .outer-casino {
    text-align: center;
  }

  .outer-casino p {
    max-width: 100%;
  }

  .casino-process-common p {
    text-align: left !important;
  }

  .casino-process-box img {
    max-width: 40px !important;
  }

  .play-earn-page .revamp-new-btn,
  .casino-game-develop .share-vision .bg-box .form-css button {
    min-width: 68%;
    padding: 20px 38px;
  }
}

/*========================================= meme coin development =========================================*/
.feature-meme-box {
  background-image: url(../new-images/meme-coin-develop/meme-feature-back.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-meme-box img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -20px;
}

.feature-meme-box h4 {
  text-align: center;
  color: #fff;
  max-width: 144px;
  margin: auto;
}

.feature-meme-box.rotate {
  transform: rotate(180deg);
}

.feature-meme-box.rotate h4,
.feature-meme-box img {
  transform: rotate(180deg);
}

.meme-services-sec h4,
.meme-services-sec p,
.meme-services-sec h2 {
  color: #fff !important;
}

.meme-services-sec .nft-service-box {
  background-color: rgba(255, 255, 255, 0.1);
  min-height: auto;
}

.meme-services-sec.key-highlight-estate.choose-smart-audit .image-set::before {
  background: linear-gradient(
    270deg,
    #dbaa39 11.34%,
    #f5e06b 41.67%,
    #fff57f 56.33%,
    #d19525 101.73%
  );
}

.meme-services-sec.key-highlight-estate.choose-smart-audit .image-set {
  background: rgba(255, 255, 255, 0.1);
}

.choose-smart-audit .meme-highlight-sec .nft-service-box {
  background: #002e5b;
  box-shadow: none;
  position: relative;
  min-height: 220px;
  border-radius: 28px;
  margin: 10px 34px 30px;
  padding: 24px;
}

.choose-smart-audit .meme-highlight-sec .nft-service-box h4,
.choose-smart-audit .meme-highlight-sec .nft-service-box p {
  color: #fff;
}

.choose-smart-audit .meme-highlight-sec .nft-service-box p {
  opacity: 0.8;
  max-width: 90%;
}

.choose-smart-audit .meme-highlight-sec .nft-service-box::before {
  content: "";
  height: 102%;
  width: 80%;
  left: -3px;
  top: -3px;
  background-color: #3ec5fb;
  position: absolute;
  z-index: -1;
  border-radius: 30px;
}

.choose-smart-audit .meme-highlight-sec .nft-service-box::after {
  content: "";
  height: 90px;
  width: 23px;
  right: -13px;
  top: 0;
  background-color: #5a66a7;
  opacity: 0.3;
  position: absolute;
  z-index: -1;
  border-radius: 36px;
  bottom: 0;
  margin: auto;
}

.meme-highlight-sec .nft-service-box .image-set {
  padding: 0;
  border: none;
  position: absolute;
  right: -34px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.meme-highlight-sec .nft-service-box h4 {
  margin-top: 20px;
}

.choose-slider-wrapper.meme-highlight-sec .slick-prev {
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
  padding-left: 30px;
}

.choose-slider-wrapper.meme-highlight-sec .slick-next {
  left: 0;
  right: 0;
  top: 110%;
  margin: auto;
  padding-left: 30px;
}

.meme-process-sec h2 {
  color: #fff;
}

.meme-process-sec .nft-service-box {
  background-color: transparent;
  margin: 130px 16px 50px;
  position: relative;
}

.meme-process-sec .nft-service-box .step-sec {
  position: absolute;
  margin-bottom: 0;
  bottom: -24px;
  left: 0;
  right: 0;
}

.meme-process-sec .nft-service-box > div {
  background-color: #002e5b;
  min-height: 200px;
  padding: 20px 10px;
  border-radius: 28px;
}

.meme-process-sec .nft-service-box::before {
  content: "";
  background-image: url(../new-images/meme-coin-develop/service-before.svg);
  background-size: contain;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: -88px;
  right: 0;
  background-repeat: no-repeat;
  z-index: -1;
}

.meme-process-sec .nft-service-box::after {
  content: "";
  background-size: contain;
  background-position: center;
  min-height: 200px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  background-repeat: no-repeat;
  z-index: -2;
}

.meme-process-sec .nft-service-box.first::after {
  background-image: url(../new-images/meme-coin-develop/service-after-first.webp);
}

.meme-process-sec .nft-service-box.second::after {
  background-image: url(../new-images/meme-coin-develop/service-after-second.webp);
}

.meme-process-sec .nft-service-box.third::after {
  background-image: url(../new-images/meme-coin-develop/service-after-third.webp);
}

.meme-process-sec .nft-service-box.forth::after {
  background-image: url(../new-images/meme-coin-develop/service-after-forth.webp);
}

.meme-process-sec .nft-service-box.fifth::after {
  background-image: url(../new-images/meme-coin-develop/service-after-fifth.webp);
}

.meme-process-sec .nft-service-box.sixth::after {
  background-image: url(../new-images/meme-coin-develop/service-after-sixth.webp);
}

.meme-process-sec .nft-service-box h4 {
  color: #fff;
  text-align: center;
}

.meme-process-sec .nft-service-box p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.meme-process-sec .nft-service-box .image-set {
  padding: 0;
  height: 110px;
  width: 110px;
  margin: -140px auto 30px;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
}

.meme-process-sec .choose-slider-wrapper .slick-prev {
  top: -80px;
}

.meme-process-sec .choose-slider-wrapper .slick-next {
  top: -53px;
}

.meme-choose-sec h2,
.meme-choose-sec p,
.meme-choose-sec h4 {
  color: #fff;
}

.meme-choose-sec .choose-crypto-bank h4 {
  font-size: 1.1rem;
}

.meme-choose-sec .choose-crypto-bank {
  background-image: url(../new-images/meme-coin-develop/meme-choose-back.webp);
}

.meme-partner-sec .undergo-security {
  background-image: url(../new-images/meme-coin-develop/meme-partner-back.webp);
}

.meme-partner-sec .undergo-security .revamp-new-btn {
  background: transparent;
  border-color: #fff;
  color: #fff !important;
}

.meme-partner-sec .undergo-security .revamp-new-btn.white-back {
  background: #fff;
  color: #002e5b !important;
}

@media (max-width: 1200px) {
  .feature-meme-box {
    min-width: 180px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .meme-process-sec .nft-service-box::after {
    bottom: -53px;
  }
}

@media (max-width: 991px) {
  .feature-meme-box {
    min-width: 180px;
    margin-bottom: 40px;
  }

  .feature-meme-box.rotate h4,
  .feature-meme-box img,
  .feature-meme-box.rotate {
    transform: rotate(0deg);
  }
}

@media (max-width: 768px) {
  .feature-meme-box {
    max-width: 180px;
    margin: 0 auto 10px;
  }

  .meme-process-sec .nft-service-box::after {
    bottom: -64px;
  }

  .meme-choose-sec .choose-crypto-bank {
    max-width: 240px;
    min-width: 200px;
  }

  .meme-process-sec .nft-service-box .image-set {
    height: 80px;
    width: 80px;
  }

  .meme-process-sec .nft-service-box .image-set img {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .meme-process-sec .choose-slider-wrapper .slick-prev {
    top: -28px;
  }

  .meme-process-sec .choose-slider-wrapper .slick-next {
    top: -3px;
  }
}

/*==================== cryptocurrency payment gateway page starts ====================*/
.payment-gateway-service {
  padding: 50px 76px;
  border-radius: 350px;
}

.payment-gateway-develop .key-feature-box-wallet img {
  border: none;
  background: transparent;
  box-shadow: none;
}

.payment-gateway-develop .key-feature-box-wallet {
  margin-bottom: 20px;
  border-radius: 12px 74px 12px 12px;
  background: var(--primaru, #002e5b);
  padding: 20px;
  margin-top: 16px;
}

/* .payment-gateway-solution{
    display: flex;
    align-items: center;
} */
.payment-gateway-solution .right-solution-box {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  margin-left: -200px;
}

.benefit-payment-gateway .nft-service-box {
  text-align: center;
  box-shadow: none;
  border: none;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #d5ebff 30%,
    #cfe8ff 56.5%,
    #b8dafb 100%
  );
  min-height: auto;
  padding: 16px 16px 60px;
  margin-top: 2rem;
  min-height: 18rem;
  margin-bottom: 0;
}

.benefit-payment-gateway .nft-service-box.even-sec {
  margin-top: 6rem;
}

.benefit-payment-gateway .nft-service-box .image-set {
  background-color: #002e5b;
  position: absolute;
  bottom: 24px;
  margin: auto;
  left: 0;
  right: 0;
}

.benefit-payment-gateway .nft-service-box.even-sec .image-set {
  bottom: -40px;
}

.type-payment-gateway {
  background-image: url(../new-images/crypto-payment-gateway/type-payment.png);
  background-size: 100% 100%;
  margin: 2rem 0;
  padding: 7rem 0;
}

.type-payment-gateway h2,
.type-payment-gateway p {
  color: #fff;
}

.payment-gateway-roadmap .roadmap-box {
  text-align: center;
  max-width: 280px;
  margin: 30px auto 20px;
}

.payment-gateway-roadmap .roadmap-box.green-box h4 {
  color: #a3aa07;
}

.payment-gateway-roadmap .roadmap-box.purple-box h4 {
  color: #8335a0;
}

.payment-gateway-roadmap .roadmap-box.orange-box h4 {
  color: #ff8736;
}

.payment-gateway-roadmap .roadmap-box.yellow-box h4 {
  color: #ffb81a;
}

.payment-gateway-roadmap .roadmap-box.blue-box h4 {
  color: #41c2de;
}

.payment-gateway-roadmap .roadmap-box.pink-box h4 {
  color: #ea6ca0;
}

.payment-gateway-roadmap .roadmap-box.red-box h4 {
  color: #d82121;
}

.payment-gateway-choose .dapp-service-box {
  padding: 16px;
}

.payment-gateway-choose .dapp-service-box.dark-blue {
  background-color: #9dcde3;
}

.payment-gateway-choose .dapp-service-box.white-box {
  background-color: #fff;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1200px) {
  .benefit-payment-gateway .nft-service-box.even-sec,
  .benefit-payment-gateway .nft-service-box {
    margin-top: 3rem;
  }

  .benefit-payment-gateway .nft-service-box .image-set {
    bottom: -40px;
  }
}

@media (max-width: 991px) {
  .payment-gateway-service {
    padding: 50px 30px;
    border-radius: 24px;
  }

  .payment-gateway-choose .dapp-service-box {
    min-width: 240px;
  }

  .choose-payment-box > div {
    display: flex;
    align-self: stretch;
  }
}

@media (max-width: 768px) {
  .payment-gateway-solution .right-solution-box {
    margin-left: 0;
    margin-top: 1rem;
  }

  .benefit-payment-gateway .nft-service-box {
    min-height: auto;
  }

  .payment-gateway-roadmap .image-div {
    display: none;
  }

  .gateway-roadmap-row .first {
    order: 1;
  }

  .gateway-roadmap-row .second {
    order: 2;
  }

  .gateway-roadmap-row .third {
    order: 3;
  }

  .gateway-roadmap-row .forth {
    order: 4;
  }

  .gateway-roadmap-row .fifth {
    order: 5;
  }

  .gateway-roadmap-row .sixth {
    order: 6;
  }

  .gateway-roadmap-row .seventh {
    order: 7;
  }
}

.hybrid-process-sec .nft-service-box {
  background: transparent;
  box-shadow: none;
  text-align: center;
  margin-bottom: 80px;
  min-height: 320px;
}

.hybrid-process-sec .nft-service-box h4 {
  color: #002e5b;
}

.hybrid-process-sec .nft-service-box .image-set {
  background-color: #002e5b;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

.hybrid-benefit-sec .nft-service-box {
  border-radius: 0px 20px 20px 0px;
  background: #fff;
  box-shadow: 0px 5px 30px 0px rgba(67, 67, 68, 0.12);
  min-height: auto;
  border: none;
  min-height: 150px;
  margin-left: 70px;
  margin-top: 30px;
}

.hybrid-benefit-sec .nft-service-box.right {
  margin-left: auto;
  margin-right: 70px;
}

.hybrid-benefit-sec .nft-service-box h4 {
  color: #002e5b;
}

.hybrid-benefit-sec .nft-service-box .text-div {
  max-width: 82%;
  margin: 0 0 0 auto;
}

.hybrid-benefit-sec .nft-service-box .image-div {
  position: absolute;
  left: 0;
  bottom: 14px;
}

.hybrid-benefit-sec .nft-service-box.right .text-div {
  max-width: 82%;
  margin: 0 auto 0 0;
}

.hybrid-benefit-sec .nft-service-box.right .image-div {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 14px;
}

.hybrid-benefit-sec .nft-service-box .image-div img {
  max-width: 200px;
}

.hybrid-features-sec .nft-service-box {
  min-height: auto;
  box-shadow: none;
}

.hybrid-features-sec .nft-service-box h4 {
  color: #002e5b;
}

.hybrid-features-sec .nft-service-box .top-head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hybrid-features-sec .nft-service-box .top-head .image-set {
  flex-shrink: 0;
}

.hybrid-features-sec .nft-service-box .image-set {
  height: 60px;
  width: 60px;
  background-color: #002e5b;
}

.hybrid-choose-sec .hybrid-choose-box {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 5px 30px 0px rgba(67, 67, 68, 0.12);
  display: flex;
  align-items: center;
  gap: 0px;
  height: 90%;
  overflow: hidden;
  margin-bottom: 20px;
}

.hybrid-choose-sec .hybrid-choose-box h4 {
  color: #002e5b;
}

.hybrid-choose-sec .hybrid-choose-box p {
  margin-bottom: 0;
}

.hybrid-choose-sec .hybrid-choose-box .number {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px;
  background-color: #002e5b;
  height: 100%;
  display: flex;
  align-items: center;
}

.hybrid-choose-sec .hybrid-choose-box .text-div {
  padding: 30px 20px;
}

.hybrid-choose-sec .hybrid-choose-box .image-div {
  flex-shrink: 0;
  padding-right: 20px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hybrid-choose-sec .hybrid-choose-box .image-div:before {
  content: "";
  position: absolute;
  background-color: #002e5b;
  height: 100%;
  width: 20px;
  display: block;
  right: 20.5px;
  left: 0;
  margin: auto;
}

.hybrid-choose-sec .hybrid-choose-box .image-div img {
  height: 80px;
  width: 80px;
  z-index: 1;
}

@media (max-width: 576px) {
  .hybrid-process-sec .nft-service-box {
    min-height: auto;
    padding-bottom: 40px;
    margin-bottom: 60px;
  }

  .hybrid-process-sec .nft-service-box .image-set {
    bottom: 20px;
  }

  .hybrid-benefit-sec .nft-service-box .image-div img {
    max-width: 170px;
  }

  .hybrid-benefit-sec .nft-service-box .text-div p,
  .hybrid-choose-sec .hybrid-choose-box p {
    text-align: justify !important;
  }
}

/*============================ ai and blockchain page code starts ============================*/
.ai-banner-sec {
  min-height: auto;
  height: auto;
}

.ai-banner-sec.common-banner-new .banner-content-set h1 {
  color: #002e5b;
}

.blue-back-bg {
  background-color: #f5f5fa;
  padding: 30px;
}

.blue-back-bg h4 {
  color: #002e5b;
}

.blue-back-bg ul {
  margin-left: 1.5rem;
}

.blue-back-bg ul li {
  list-style-type: disc;
}

.table-blockchain table {
  border-collapse: separate;
  border: 1px solid #000;
}

.table-blockchain thead th,
.table-blockchain tbody td {
  border: 1px solid #000 !important;
  vertical-align: top !important;
}

@media (max-width: 768px) {
  .blue-back-bg {
    padding: 16px;
  }

  .table-blockchain thead th,
  .table-blockchain tbody td {
    font-size: 0.8rem;
    padding: 0.5rem;
  }
}

.popular-box {
  text-align: center;
  margin-top: 3rem;
}

.popular-box img {
  max-height: 60px;
  margin-bottom: 1rem;
}

.popular-box h4 {
  font-size: 20px;
  color: #002e5b;
}

.solana-process-sec .choose-nft-box {
  min-height: 300px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 20px;
  box-shadow: none;
}

.solana-process-sec .choose-nft-box h4 {
  color: #002e5b;
}

.solana-process-sec .choose-nft-box p {
  color: #002e5b;
  opacity: 1;
  font-weight: 400;
}

.solana-process-sec .choose-nft-box.light {
  background-color: #e3f1f4;
}

.solana-process-sec .choose-nft-box.dark {
  background-color: #9dcde3;
}

.solana-process-sec .choose-nft-box .image-set {
  background-color: #fff;
}

.solana-process-sec .choose-slider-wrapper .slick-prev {
  top: -100px;
}

.solana-process-sec .choose-slider-wrapper .slick-next {
  top: -74px;
}

.solana-key-feature .choose-nft-box {
  border: 1px solid #97c0e7;
  background: #fff;
  box-shadow: 0px 5px 30px 0px rgba(67, 67, 68, 0.12);
}

.solana-key-feature .choose-nft-box h4,
.solana-key-feature .choose-nft-box p {
  color: #000;
  opacity: 1;
}

@media (max-width: 576px) {
  .solana-process-sec .choose-slider-wrapper .slick-prev {
    top: -18px;
  }

  .solana-process-sec .choose-slider-wrapper .slick-next {
    top: 7px;
  }
}

.crypto-provide-sec .key-feature-box-wallet {
  border-color: #002e5b;
}

.crypto-provide-sec .key-feature-box-wallet h4 {
  color: #002e5b;
  font-weight: 500;
}

.crypto-provide-sec .key-feature-box-wallet img {
  padding: 0;
}

.derivative-feature-box {
  border-radius: 70px;
  background: linear-gradient(0deg, #002e5b 0%, #002e5b 100%), #d9d9d9;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 26px 0;
}

.derivative-feature-box img {
  height: 72px;
  width: 72px;
  object-fit: contain;
  flex-shrink: 0;
}

.derivative-feature-box h4 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 4px;
}

.derivative-feature-box p {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
  opacity: 0.8;
  font-size: 14px;
}

.deploy-chatbot-sec {
  background: url(../new-images/ai-chatbot/deploy-back.png);
  background-size: cover;
}

.deploy-chatbot-sec h2,
.deploy-chatbot-sec h4 {
  color: #fff;
}

/* -------------------------------------- */
.develop-chatbot-sec h4 {
  color: #002e5b;
}

.develop-chatbot-sec .order-media-2 {
  order: 2;
}

.process-chatbot-sec .development-process-box {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 4px 2px #294997;
  padding: 20px 24px;
}

.process-chatbot-sec .arrow-position img {
  transform: rotateY(180deg);
}

@media screen and (max-width: 768px) {
  .process-chatbot-sec .development-process-box {
    padding: 16px;
  }
}

@media screen and (max-width: 768px) {
  .d-mobile-none {
    display: none;
  }
}

.work-chatbot-sec h2,
.work-chatbot-sec p {
  color: #fff;
}

.work-chatbot-sec {
  margin-top: 100px;
}

.work-chatbot-sec img {
  margin-top: -180px;
}

.flex-shrink-1 {
  flex-shrink: 0;
}

.use-case-flex {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .work-chatbot-sec img {
    margin-top: auto;
  }

  .deploy-chatbot-sec h4 {
    text-align: center;
  }

  .develop-chatbot-sec .order-media-2 {
    order: 0;
  }

  .develop-chatbot-sec h4 {
    text-align: center;
  }

  .key-highlight-chatbot h4 {
    text-align: center;
  }

  .use-case-flex {
    flex-direction: column;
  }
}

.crypto-highlight-sec h2,
.crypto-highlight-sec h4,
.crypto-highlight-sec p {
  color: #fff;
}
.crypto-highlight-sec .cryto-highlight {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.crypto-highlight-sec .cryto-highlight img {
  flex-shrink: 1;
}
.crypto-highlight-sec .cryto-highlight h4 {
  font-size: 18px;
}
.crypto-choose-us {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  padding: 20px 30px;
}
.crypto-choose-us .cryto-highlight {
  margin-bottom: -40px;
}
.process-crypto-space {
  margin-top: 100px;
}
.crypto-process-box {
  background-size: 100% 100%;
  background-position: center;
  padding: 40px 80px;
  margin-top: -100px;
  text-align: center;
}
.margin-crypto-top {
  margin-top: -100px;
}
.crypto-process-box .number-round {
  background-color: #002e5b;
  border-radius: 50%;
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 110px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.crypto-process-box.one {
  background-image: url(../new-images/crypto-derivative-exchange/hexagon1.png);
}
.crypto-process-box.one .number-round {
  top: -83px;
  left: 80px;
}
.crypto-process-box.two {
  background-image: url(../new-images/crypto-derivative-exchange/hexagon2.png);
}
.crypto-process-box.two .number-round {
  top: -83px;
  right: 80px;
}
.crypto-process-box.three {
  background-image: url(../new-images/crypto-derivative-exchange/hexagon3.png);
}
.crypto-process-box.three .number-round {
  top: -100px;
  bottom: 0;
  margin: auto;
  left: -12px;
}
.crypto-process-box.four {
  background-image: url(../new-images/crypto-derivative-exchange/hexagon4.png);
}
.crypto-process-box.four .number-round {
  top: -100px;
  bottom: 0;
  margin: auto;
  right: -12px;
}
.crypto-process-box.five {
  background-image: url(../new-images/crypto-derivative-exchange/hexagon5.png);
}
.crypto-process-box.five .number-round {
  bottom: 10px;
  left: 80px;
}
.crypto-process-box.six {
  background-image: url(../new-images/crypto-derivative-exchange/hexagon6.png);
}
.crypto-process-box.six .number-round {
  bottom: 10px;
  right: 80px;
}
.crypto-process-box img {
  height: 50px;
  width: auto;
  margin-bottom: 16px;
  margin-top: 50px;
}
.crypto-process-box h4 {
  font-size: 18px;
}
.crypto-process-box p {
  min-height: 170px;
}
@media (max-width: 1200px) {
  .crypto-process-box .number-round {
    height: 85px;
    width: 85px;
    font-size: 32px;
  }
  .crypto-process-box.four .number-round {
    right: 14px;
  }
  .crypto-process-box.three .number-round {
    left: 7px;
  }
  .crypto-process-box.one .number-round,
  .crypto-process-box.two .number-round {
    top: -65px;
  }
  .crypto-process-box {
    padding: 60px 80px;
    margin-top: 0;
  }
  .crypto-process-box img {
    margin-top: 34px;
  }
  .crypto-process-box p {
    line-height: 20px;
    min-height: 180px;
  }
  .crypto-process-box.five .number-round,
  .crypto-process-box.six .number-round {
    bottom: 40px;
  }
}
@media (max-width: 991px) {
  .display-mobile-none {
    display: none;
  }
  .crypto-process-box.one .number-round,
  .crypto-process-box.two .number-round {
    top: 38px;
  }
  .crypto-process-box.four .number-round,
  .crypto-process-box.three .number-round {
    top: 0;
  }
  .process-crypto-space {
    margin-top: 0;
  }
  .crypto-process-box.two,
  .crypto-process-box.three,
  .crypto-process-box.four,
  .crypto-process-box.five,
  .crypto-process-box.six {
    background-image: url(../new-images/crypto-derivative-exchange/hexagon1.png);
  }
  .crypto-process-box.two .number-round,
  .crypto-process-box.three .number-round,
  .crypto-process-box.four .number-round,
  .crypto-process-box.five .number-round,
  .crypto-process-box.six .number-round {
    top: 38px;
    left: 80px;
    bottom: auto;
    right: auto;
  }
  .one-order {
    order: 1;
  }
  .two-order {
    order: 2;
  }
  .three-order {
    order: 3;
  }
  .four-order {
    order: 4;
  }
}
@media (max-width: 768px) {
  .crypto-process-box .number-round {
    height: 70px;
    width: 70px;
    font-size: 26px;
  }
  .crypto-process-box {
    padding: 60px 30px;
  }
  .crypto-process-box h4 {
    font-size: 16px;
  }
  .crypto-process-box.two .number-round,
  .crypto-process-box.one .number-round,
  .crypto-process-box.three .number-round,
  .crypto-process-box.four .number-round,
  .crypto-process-box.five .number-round,
  .crypto-process-box.six .number-round {
    top: 38px;
    left: 60px;
  }
  .crypto-process-box p {
    min-height: 146px;
  }
  .crypto-process-box.two .number-round,
  .crypto-process-box.one .number-round,
  .crypto-process-box.three .number-round,
  .crypto-process-box.four .number-round,
  .crypto-process-box.five .number-round,
  .crypto-process-box.six .number-round {
    left: 21%;
    top: 40px;
  }
}
.ton-roadmap .casino-process-box {
  max-width: 100%;
}
.ton-outer-box {
  background: linear-gradient(to right, white, #101420);
  padding: 2px;
  border-radius: 18px;
  margin-top: 60px;
  position: relative;
}
.ton-outer-box > div {
  background: #101420;
  padding: 54px 16px 16px;
  margin-top: 0px;
  height: 100%;
}
.ton-outer-box > div img {
  position: absolute;
  top: -40px;
}
.stablecoin-benefit-sec .choose-benefit-box {
  background-image: url(../new-images/stablecoin-develop/hexagon.webp);
  background-size: 100% 100%;
  background-position: center;
  padding: 40px 60px 60px;
  text-align: center;
  margin-top: 2rem;
}
.stablecoin-benefit-sec .choose-benefit-box img {
  position: absolute;
  top: 13px;
  margin: auto;
  left: 0;
  right: 0;
  height: 90px;
  width: 90px;
  object-fit: contain;
}
.stablecoin-benefit-sec .choose-benefit-box h4 {
  margin: 2.5rem auto 2rem;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.2rem;
  max-width: 255px;
}
.stablecoin-benefit-sec .choose-benefit-box p {
  min-height: 150px;
  margin-top: 2rem;
}
.key-benefit-stablecoin.defi-exchange-require.unlock-p2p-crypto .defi-service {
  min-height: 300px;
}
.key-benefit-stablecoin.defi-exchange-require.unlock-p2p-crypto
  .defi-service::before {
  height: 130px;
}
@media (max-width: 991px) {
  .choose-stablecoin .choose-crypto-bank {
    min-width: 220px;
  }
}
@media (max-width: 768px) {
  .key-benefit-stablecoin.defi-exchange-require.unlock-p2p-crypto
    .defi-service::before {
    height: 120px;
  }
}
.crypto-token-service .choose-nft-box {
  min-height: 360px;
  margin-left: 10px;
  margin-right: 10px;
}
.crypto-token-service .choose-slider-wrapper .slick-prev {
  top: -60px;
}
.crypto-token-service .choose-slider-wrapper .slick-next {
  top: -34px;
}
.crypto-token-feature .feature-nft-box {
  border-radius: 120px 10px 10px 120px;
  background: var(--Color-1, #002e5b);
  margin: 20px 10px;
  padding: 12px 0px 12px 90px;
  position: relative;
}
.crypto-token-feature .feature-nft-box > div {
  border-radius: 30px 0px 0px 30px;
  background: #fff;
  padding: 12px;
  text-align: left;
}
.crypto-token-feature .feature-nft-box h4 {
  color: #002e5b;
  font-size: 20px;
}
.crypto-token-feature .feature-nft-box p {
  margin-bottom: 0;
  min-height: 120px;
}
.crypto-token-feature .feature-nft-box .image-set {
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  transform: translateY(-50%);
}
/*================ slider arrows code starts ================*/
.feature-slider-wrapper .slick-next,
.feature-slider-wrapper .slick-prev {
  height: 50px;
  width: 50px;
  top: -40px;
}
.feature-slider-wrapper .slick-prev {
  transform: rotate(180deg);
  left: auto;
  right: 80px;
  top: -65px;
}
.feature-slider-wrapper .slick-prev:before,
.feature-slider-wrapper .slick-next:before {
  color: transparent;
  background-image: url(../new-images/smart-contract-audit/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 50px;
}
.feature-slider-wrapper .slick-next {
  right: 0;
}
.feature-slider-wrapper .slick-next {
  display: block !important;
}
/*================ slider arrows code ends ================*/
.crypto-token-type .crypto-type-box {
  margin: 30px 6px;
}
.crypto-token-type .crypto-type-box > div {
  border-radius: 10px;
  border: 1px solid var(--Color-1, #002e5b);
  background: #f5f5fa;
  padding: 20px 10px;
  position: relative;
  z-index: 1;
}
.crypto-token-type .crypto-type-box::before {
  content: "";
  position: absolute;
  left: -0px;
  top: 50%;
  border-radius: 30px 110px 110px 30px;
  background: var(--Color-1, #002e5b);
  height: 90%;
  width: 170px;
  transform: translateY(-50%);
  z-index: 0;
}
.crypto-token-type .crypto-type-box h4 {
  color: #002e5b;
}
.crypto-token-type .crypto-type-box p {
  color: #002e5b;
  min-height: 70px;
  margin-bottom: 0;
}

.crypto-token-benefit .feature-nft-box {
  background-image: url(../new-images/crypto-token-develop/benefit-back.png);
  background-position: center;
  background-size: 100% 100%;
  padding: 0 30px 40px;
  margin: 20px 10px;
}
.crypto-token-benefit .feature-nft-box .image-set img {
  margin: auto;
}
.crypto-token-benefit .feature-nft-box h4 {
  margin-top: 2rem;
  color: #002e5b;
}
.crypto-token-benefit .feature-nft-box p {
  min-height: 100px;
  margin-bottom: 0;
}

.choose-crypto-token .choose-crypto-bank {
  background-image: url(../new-images/crypto-token-develop/choose-back.png);
  position: relative;
  padding: 40px 20px;
  margin-top: 70px;
  min-width: 210px;
}
.choose-crypto-token .choose-crypto-bank h4 {
  margin-bottom: 0;
}
.choose-crypto-token .choose-crypto-bank img {
  position: absolute;
  top: -66px;
  left: 0;
  right: 0;
  margin: auto;
  height: 90px;
  width: 90px;
  max-height: 90px;
}
.crypto-token-process .feature-nft-box {
  background-image: url(../new-images/crypto-token-develop/process-back.png);
  padding: 40px 60px;
  margin: 20px 10px;
  min-height: 350px;
  position: relative;
}
.crypto-token-process .feature-nft-box h4 {
  margin-top: 10px;
}
.crypto-token-process .feature-nft-box .process-arrow {
  content: "";
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
}
@media (max-width: 576px) {
  .crypto-token-service .choose-slider-wrapper .slick-next {
    top: 5px;
  }
  .crypto-token-service .choose-slider-wrapper .slick-prev {
    top: -20px;
  }
  .crypto-token-feature .feature-nft-box {
    padding: 12px 0px 12px 60px;
    margin: 50px 10px 20px;
  }
  .crypto-token-feature .feature-nft-box h4 {
    font-size: 16px;
  }
  .crypto-token-feature .feature-nft-box .image-set {
    font-size: 24px;
  }
  .feature-slider-wrapper .slick-prev:before,
  .feature-slider-wrapper .slick-next:before {
    font-size: 40px;
  }
  .feature-slider-wrapper .slick-prev {
    right: 55px;
  }
  .feature-slider-wrapper .slick-next,
  .feature-slider-wrapper .slick-prev {
    top: 8px;
  }
  .feature-slider-wrapper .slick-prev {
    top: -16px;
    z-index: 1;
  }

  .crypto-token-benefit .feature-nft-box {
    margin: 35px 10px;
    padding: 0 20px 40px;
    min-height: 300px;
  }
  .crypto-token-process .feature-nft-box {
    padding: 30px 30px;
  }

  .crypto-token-type .crypto-type-box::before {
    left: 6px;
  }
  .choose-crypto-token .choose-crypto-bank img {
    top: -58px;
    height: 80px;
    width: 80px;
    max-height: 80px;
  }
  .crypto-token-process .feature-nft-box .process-arrow {
    height: 40px;
    width: 40px;
    right: -22px;
  }
  .crypto-token-process .feature-nft-box .image-set img {
    max-height: 50px;
  }
}

.tron-services .choose-benefit-box {
  border: 2px solid #002e5b;
  background: #fff;
  margin-left: 2.4rem;
  padding: 20px 20px 20px 40px;
  margin-bottom: 1rem;
}
.tron-services .choose-benefit-box:hover {
  background: #002e5b;
}
.tron-services .choose-benefit-box:hover h4,
.tron-services .choose-benefit-box:hover p {
  color: #fff;
}
.tron-services .choose-benefit-box p {
  margin-bottom: 0;
}
.tron-services .choose-benefit-box .image-set img {
  max-height: 90px;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-57%);
}
.tron-feature-box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 1.2rem;
}
.tron-feature-box > div {
  border-left: 2px solid #002e5b;
  padding-left: 0.8rem;
}
.tron-feature-box img {
  flex-shrink: 0;
  max-width: 55px;
}
.tron-feature-box h4 {
  font-size: 1.1rem;
  margin-bottom: 4px;
}
.tron-feature-box p {
  margin-bottom: 0;
}
.diverse-tron-sec h2 {
  color: #fff;
}
.diverse-tron-sec .defi-service::before,
.diverse-tron-sec .defi-service::after {
  content: none;
}
.diverse-tron-sec .defi-service h4 {
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}
.tron-choose-sec .choose-earn-box {
  background-color: #fff;
  border: 2.198px solid #002e5b;
}
.tron-choose-sec .choose-earn-box h4 {
  color: #000;
  margin-top: 0.8rem;
}
.tron-choose-sec .choose-earn-box img {
  max-height: 90px;
}
.border-left-set::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 32%;
  height: 100%;
  width: 7px;
  background-color: #002e5b;
}
@media (max-width: 768px) {
  .tron-feature-box img {
    max-width: 36px;
  }
  .tron-feature-box h4 {
    font-size: 1rem;
  }
  .tron-feature-box {
    gap: 12px;
  }
}
.defi-develop-table table {
  width: 100%;
}
.defi-develop-table table th,
.defi-develop-table table td {
  border: 1px solid #000;
  padding: 6px 10px;
}
.defi-develop-table table th h4,
.defi-develop-table table td p {
  margin-bottom: 0;
}
.crypto-wallet-exclusive.undergo-security {
  background-image: url(../new-images/crypto-wallet-development/exclusive-img.webp);
}
.choose-crypto-wallet {
  background-color: #002e5b;
}
.choose-crypto-wallet h2,
.choose-crypto-wallet p {
  color: #fff;
}
.choose-crypto-wallet .choose-wallet-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}
.choose-crypto-wallet .choose-wallet-box .common-new-para {
  width: 100%;
  border: 1px solid #fff;
  padding: 12px 30px;
  border-radius: 50px;
  text-align: center;
}
.choose-crypto-wallet .choose-wallet-box .common-new-para:hover {
  background-color: #fff;
}
.choose-crypto-wallet .choose-wallet-box .common-new-para p {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.3rem;
}
.choose-crypto-wallet .choose-wallet-box .common-new-para:hover p {
  color: #002e5b;
}
.choose-crypto-wallet .choose-wallet-box img {
  height: 80px;
  width: 80px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .choose-crypto-wallet .choose-wallet-box .common-new-para p {
    font-size: 1.1rem;
  }
}
.feature-ethereum-wallet .nft-service-box {
  background: transparent;
  box-shadow: rgba(255, 255, 255, 0.9) 0px -3px 0px 2px,
    rgba(255, 255, 255, 0.4) -1px -4px 0px 0px;
  min-height: auto;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 34px;
}
.feature-ethereum-wallet .nft-service-box .image-set {
  margin: 0 auto 10px;
}
.feature-ethereum-wallet .nft-service-box h4,
.feature-ethereum-wallet .nft-service-box p {
  color: #fff;
}
.feature-ethereum-wallet .nft-service-box p {
  margin-bottom: 0;
}
/* -------------------------------- */
.choose-crypto-wallet.nft-auction-case {
  background-color: #f5f5fa;
}
.choose-crypto-wallet.nft-auction-case h2 {
  color: #002e5b;
}
.choose-crypto-wallet.nft-auction-case .choose-wallet-box {
  border-radius: 47.919px;
  border: 2.238px solid #002e5b;
  background: #fff;
  gap: 0;
}
.choose-crypto-wallet.nft-auction-case .choose-wallet-box img {
  margin-left: -2px;
}
.choose-crypto-wallet.nft-auction-case .choose-wallet-box p {
  color: #000;
}
.choose-crypto-wallet.nft-auction-case .choose-wallet-box .common-new-para {
  border-radius: 0;
  border: none;
  padding: 0;
}
.choose-crypto-wallet.nft-auction-case
  .choose-wallet-box:hover
  .common-new-para {
  background-color: transparent;
}
/* -------------------------------------- */
.metaverse-leading-box .payment-gateway-service {
  border-radius: 24px;
}
.metaverse-leading-box .payment-gateway-service img {
  position: absolute;
  max-width: 420px;
  margin-left: -350px;
}
/* --------------------------------------- */
.unlocking-metaverse h2,
.unlocking-metaverse p {
  color: #fff;
}
.unlocking-metaverse img {
  margin-top: -130px;
}
.metaverse-service-box {
  padding: 20px 24px;
}
.color-white-border {
  border-color: #fff;
}
.metaverse-service-box p {
  max-width: 85%;
}
.border-right-meta {
  border-right: 3px solid #336aa0;
}
.metaverse-service-sec {
  background-image: url(../new-images/metaverse-app-develop/service-back.png);
  background-size: 100% 100%;
}
.metaverse-offer-box {
  border-radius: 12px;
  background: rgba(0, 46, 91, 0.1);
  padding: 12px;
  margin-bottom: 20px;
}
.metaverse-offer-box p {
  margin-bottom: 4px;
}
/* --------------------------- */
.number-meta {
  height: 40px;
  width: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  background-color: #002e5b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.metaverse-process-box {
  background: var(
    --shadow-color,
    linear-gradient(
      150deg,
      rgba(150, 198, 255, 0.55) 0%,
      rgba(225, 235, 255, 0.55) 100%
    )
  );
  border-radius: 16px;
  padding: 16px;
}
.text-webkit-right {
  text-align: -webkit-right;
}
.metaverse-process-box.margin-left {
  margin-left: 24px;
}
.metaverse-process-box.margin-left::before {
  content: "";
  position: absolute;
  border-top: 25px solid transparent;
  border-right: 40px solid rgba(150, 198, 255, 0.55);
  border-bottom: 25px solid transparent;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.metaverse-process-box.margin-right {
  margin-right: 24px;
}
.metaverse-process-box.margin-right::before {
  content: "";
  position: absolute;
  border-top: 25px solid transparent;
  border-left: 40px solid rgb(198 224 255 / 55%);
  border-bottom: 25px solid transparent;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.number-meta::before {
  content: "";
  position: absolute;
  background: url(../new-images/metaverse-app-develop/process-line.png);
  background-repeat: no-repeat;
  height: 166px;
  width: 94px;
  top: 80%;
  z-index: 2;
  transform: rotateY(180deg);
  left: -64px;
}
.text-webkit-right .number-meta::before {
  transform: rotateY(0deg);
  left: 12px;
}
.number-meta.before-none::before {
  content: none;
}
/* ---------------------------- */
.choose-metaverse-box {
  background-image: url(../new-images/metaverse-app-develop/choose-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 24px;
  padding: 40px;
}
.choose-metaverse-box .choose-metaverse-inner {
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 16px;
}
.choose-metaverse-box .choose-metaverse-inner h4 {
  font-size: 1rem;
  margin-bottom: 0;
}
.choose-metaverse-box h2,
.choose-metaverse-box p {
  color: #fff;
}
@media (max-width: 1200px) {
  .metaverse-process-box p {
    min-height: 140px;
  }
  .number-meta::before {
    height: 194px;
  }
}
@media (max-width: 991px) {
  .metaverse-leading-box .payment-gateway-service img {
    position: relative;
    margin-left: 0;
    max-width: -webkit-fill-available;
  }
  .metaverse-leading-box .payment-gateway-service > div {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .number-meta::before {
    height: 227px;
  }
  .metaverse-service-box {
    padding: 12px;
  }
  .metaverse-process-box h4 {
    margin-bottom: 6px;
  }
  .metaverse-process-box p {
    margin-bottom: 0;
    font-size: 0.8rem;
    line-height: 1.2rem;
    min-height: 160px;
  }
  .metaverse-app-heading {
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .metaverse-offer-box h4 {
    text-align: center;
  }
  .metaverse-process-box h4 {
    text-align: center;
  }
  .number-meta {
    display: none;
  }
  .metaverse-process-box.margin-left::before,
  .metaverse-process-box.margin-right::before {
    content: none;
  }
  .metaverse-process-box {
    margin-bottom: 1rem;
  }
  .metaverse-process-box.margin-left,
  .metaverse-process-box.margin-right {
    margin-left: 0;
    margin-right: 0;
  }
  .metaverse-process-box p {
    min-height: auto;
  }
  .common-content-sec .metaverse-service-box p {
    max-width: 100%;
    text-align: start !important;
  }
  .metaverse-service-sec hr {
    display: none;
  }
  .metaverse-service-box {
    padding: 4px 12px;
  }
  .unlocking-metaverse {
    text-align: center;
  }
  .unlocking-metaverse img {
    margin-top: 10px;
  }
}
.margin-trade-choose .choose-crypto-bank {
  background-image: url(../new-images/margin-trading-develop/choose-img.png);
  padding: 80px 40px;
}
.margin-trade-choose .choose-crypto-bank h4 {
  color: #fff;
  margin-bottom: 0;
}
.benefit-margin-trade .nft-service-box {
  min-height: 290px;
}
.crypto-token-service.nft-launch-process .choose-nft-box {
  min-height: 300px;
}
.nft-launch-service .outer-box-reason-crypto {
  min-height: auto;
}
.nft-choose-launch-sec h2 {
  color: #002e5b;
}
.nft-choose-launch-sec p {
  color: #000;
}
.nft-choose-launch-sec .choose-launch-box {
  background-color: #002e5b;
  padding: 16px;
  border-radius: 12px;
}
.nft-choose-launch-sec .choose-launch-box .inner-launch-box h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}
.nft-choose-launch-sec .choose-launch-box .inner-launch-box p {
  color: #fff;
}
.nft-choose-launch-sec .choose-launch-box .inner-launch-box {
  display: flex;
  align-items: start;
  gap: 12px;
  margin-top: 0.8rem;
  position: relative;
}
.nft-choose-launch-sec .choose-launch-box .inner-launch-box img {
  max-width: 46px;
}
.nft-choose-launch-sec .choose-launch-box .inner-launch-box::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #fff;
  display: block;
  left: 20px;
  top: 33px;
}
.nft-choose-launch-sec .choose-launch-box .inner-launch-box:last-child::before {
  content: none;
}
/* ---------------------------- */
.create-metaverse-sec .nft-service-box {
  margin: 20px;
}
.create-metaverse-sec .nft-service-box .image-set {
  height: 70px;
  width: 70px;
  margin-bottom: 1rem;
}
.create-metaverse-sec .nft-service-box h4 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}
.create-metaverse-sec .choose-slider-wrapper .slick-prev {
  top: -76px;
}
.create-metaverse-sec .choose-slider-wrapper .slick-next,
.choose-slider-wrapper .slick-prev {
  top: -50px;
}
.choose-nft-metaverse.margin-trade-choose .choose-crypto-bank {
  padding: 60px 30px;
  max-width: 195px;
}
.choose-nft-metaverse.margin-trade-choose .choose-crypto-bank .heading-forth {
  font-size: 1.1rem;
  min-height: 4rem;
  align-items: center;
  justify-content: center;
  display: flex;
}
.crypto-launch-choose .choose-crypto-bank {
  background-image: url(../new-images/crypto-launchpad-develop/choose-back.png);
  height: 230px;
  width: 230px;
  padding: 50px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.crypto-launch-choose .choose-crypto-bank h4 {
  color: #002e5b;
}
.crypto-launch-choose .margin-choose {
  margin-top: -6rem;
}
@media (max-width: 991px) {
  .margin-trade-choose .choose-crypto-bank {
    max-width: 230px;
  }
  .crypto-launch-choose .choose-crypto-bank {
    min-width: 170px;
    height: 170px;
    width: 170px;
  }
}
@media (max-width: 768px) {
  .crypto-launch-choose .margin-choose {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .create-metaverse-sec .nft-service-box {
    margin-top: 2rem;
  }
  .create-metaverse-sec .choose-slider-wrapper .slick-prev {
    top: -36px;
  }
  .create-metaverse-sec .choose-slider-wrapper .slick-next,
  .choose-slider-wrapper .slick-prev {
    top: -11px;
  }
  .crypto-launch-choose .choose-crypto-bank h4 {
    font-size: 0.8rem;
  }
  .crypto-launch-choose .choose-crypto-bank {
    min-width: 130px;
    height: 140px;
    width: 130px;
  }
}
.ico-develop-services {
  background-color: #002e5b;
}
.ico-develop-services h2,
.ico-develop-services p {
  color: #fff;
}
.ico-develop-services .key-feature-box-wallet h4,
.ico-develop-services .key-feature-box-wallet p {
  color: #000;
}
.ico-develop-services .key-feature-box-wallet {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
}
.ico-develop-services .key-feature-box-wallet img {
  padding: 0;
}
.ico-develop-solution .key-feature-box-wallet {
  padding: 0;
  width: 100%;
  background-color: transparent;
}
.ico-develop-solution .key-feature-box-wallet h4 {
  color: #000;
  margin-left: 0;
  font-size: 18px;
}
@media (max-width:767px){
  .ico-develop-solution .key-feature-box-wallet {
    margin: 6px 0;
}
.ico-develop-solution .key-feature-box-wallet h4{
  font-size: 16px;
}
}
.understand-nft-lending .dapp-service-box{
  width: 100%;
  border: 1px solid #d9d9d9;
  background: transparent;
}
.feature-nft-lending .difi-workflow-box{
  background: transparent;
  padding: 0;
  display: flex;
  align-items: start;
  gap: 16px;
}
.feature-nft-lending .difi-workflow-box h4{
  margin-bottom: 6px;
}
.feature-nft-lending .difi-workflow-box .text-button-center{
  flex-shrink: 0;
}
.feature-nft-lending .difi-workflow-box .first-color{
  border-color: #24B0E7;
}
.feature-nft-lending .difi-workflow-box .second-color{
  border-color: #EF2300;
}
.feature-nft-lending .difi-workflow-box .third-color{
  border-color: #9200FA;
}
.feature-nft-lending .difi-workflow-box .forth-color{
  border-color: #FF00DC;
}
.feature-nft-lending .difi-workflow-box .fifth-color{
  border-color: #EF005E;
}
.feature-nft-lending .difi-workflow-box .sixth-color{
  border-color: #94EC00;
}
.benefit-nft-lending .difi-workflow-box{
  padding: 16px;
}
.process-nft-lending .difi-workflow-box{
  border: 1px solid #d9d9d9;
  background: transparent;
  padding: 16px;
  margin: 24px 0;
}
.process-nft-lending .difi-workflow-box .flex-shrink-0{
  flex-shrink: 0;
}
.process-nft-lending .difi-workflow-box h4{
  font-size: 16px;
  color: #002e5b;
}
.process-nft-lending .difi-workflow-box p{
  font-size: 14px;
  min-height: 150px;
  margin-bottom: 0;
}
.process-nft-lending .number-box-nft{
  border-radius: 50%;
  border: 1px solid #002e5b;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  background-color: #fff;
  z-index: 1;
}
.process-nft-lending .number-box-nft:before{
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #002e5b;
  left: 0;
  bottom: 25px;
  z-index: -1;
}
.process-nft-lending .margin-top-process .number-box-nft:before{
  bottom: auto;
  top: 24px;
}
.process-nft-lending .margin-top-process{
  margin-top: -50px;
}
@media (max-width:1200px){
  .process-nft-lending .difi-workflow-box .flex-shrink-0{
    height: 24px;
    width: 24px;
  }
  .process-nft-lending .difi-workflow-box{
    min-height: 280px;
  }
}
@media (max-width:991px){
  .process-nft-lending .difi-workflow-box .flex-shrink-0{
    height: 24px;
    width: 24px;
  }
  .process-nft-lending .difi-workflow-box{
    min-height: 200px;
    margin: 10px;
  }
  .process-nft-lending .margin-top-process{
    margin-top: 0;
  }
.process-nft-lending .number-box-nft{
  display: none;
}
.process-nft-lending .difi-workflow-box p{
  min-height: auto;
}
}
@media (max-width:576px){
  .process-nft-lending .difi-workflow-box{
    min-height: auto;
  }
  .process-nft-lending .difi-workflow-box p{
    text-align: start !important;
  }
}
.tron-service-sec .key-feature-box-wallet{
  background-color: rgba(0, 46, 91, 0.06)  ;
  border-radius: 16px;
}
.tron-service-sec .key-feature-box-wallet h4, .tron-service-sec .key-feature-box-wallet p{
  color: #002e5b;
}
.tron-service-sec .key-feature-box-wallet img{
  padding: 0;
  height: 50px;
  width: 50px;
  object-fit: contain;
}

/* our tron dapp highlights */
.security-token-development{
.sto-development {
  padding: 50px 0;
}
.tab-container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.tabs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tab.active {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 24px;
  border-radius: 10px;
  background: rgba(0, 46, 91, 0.08);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
& .tab{
img {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}
}
span {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 30px;
  font-size: 18px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(0, 46, 91, 1);
}
.tab-content {
  display: flex;
  padding: 34px 42px;
  flex-direction: column;
  width: 100%;
  align-items: center;
  text-align: center;
  gap: 16px;
  border-radius: 15px;
  background: linear-gradient(150deg, rgba(41, 73, 151, 0.55) 0%, rgba(225, 235, 255, 0.55) 100%);
}
.content.active {
  display: block;
}
.content {
  display: none;
}
/* img {
  width: 125px;
  height: 125px;
} */
h3 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
.tab {
  display: flex;
  width: 100%;
  padding: 12px;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 16px;
}
.tab-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
}
@media (max-width:991px){
  .security-token-development {
    span{
      font-size: 14px;
      line-height: 20px;
    }
  }
  .security-token-development {
    & .tab {
        img {
            width: 36px;
            height: 36px;
            flex-shrink: 0;
        }
    }
}
.security-token-development {
    img {
        width: 125px;
        height: 125px;
    }
}

.security-token-development {
    img {
        width: 80px;
        height: 80px;
    }
}
.security-token-development {
  h3 {
      font-size: 18px;
  }
}
.security-token-development {
  p {
    font-size: 14px;
  }
}
.security-token-development {
  .tab-content {
    padding: 20px;
    width: 100%;
  }
}
}
@media (min-width: 320px) and (max-width: 579.9px) {
  .security-token-development {
      .tab-container {
          flex-direction: column;
      }
  }
  .security-token-development {
    & .tab-container {
        & .tabs {
            .tab.active {
                padding: 5px;
                width: 100%;
                text-align: left !important;
            }
        }
    }
}
.security-token-development {
  & .tab-container {
      & .tabs {
          & .tab {
              img {
                  width: 40px;
                  height: 50px;
              }
          }
      }
  }
}
.security-token-development {
  & .tab-container {
      & .tabs {
          & .tab {
              span {
                  line-height: 22px;
                  text-align: left;
                  font-size: 14px;
              }
          }
      }
  }
}
  .security-token-development {
      & .tab-container {
          .tab-content {
              width: 100%;
              padding: 20px;
          }
      }
  }
  .security-token-development {
    & .tab-container {
        & .tab-content {
            img {
                width: 80px;
                height: 80px;
            }
        }
    }
}
.security-token-development {
  & .tab-content {
      h3 {
          font-size: 18px;
      }
  }
}
.security-token-development {
  & .tab-content {
      p {
          font-size: 14px;
      }
  }
}
}
/******************* Timeline Demo - 6 *****************/
.ico-develop-process {
  .main-timeline6 {
    overflow: hidden;
    position: relative;
  }
  .main-timeline6 .timeline {
    width: 50%;
    float: right;
    position: relative;
    z-index: 1;
  }
  .main-timeline6 .timeline:after,
  .main-timeline6 .timeline:before {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    clear: both;
  }
  .main-timeline6 .timeline:before {
    width: 32%;
    height: 1px;
    background: #000;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
  }
  .main-timeline6 .timeline:after {
    width: 1px;
    height: 63%;
    background: #000;
    left: -1px;
  }
  .main-timeline6 .timeline.after-line:after{
    content: none;
  }
  .main-timeline6 .timeline-content {
    width: 65%;
    float: right;
    padding: 0 0 30px 12px;
    margin-right: 15px;
    background: #fff;
  }
  .main-timeline6 .timeline-content:after,
  .main-timeline6 .timeline-content:before {
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #002e5b;
    position: absolute;
    top: 50%;
    left: -26px;
    z-index: 1;
    transform: translateY(-50%);
  }
  .main-timeline6 .timeline-content:after {
    left: 30%;
    transform: translate(-50%, -50%);
  }
  .main-timeline6 .content-inner {
    padding: 35px 16px;
    margin-right: -15px;
    position: relative;
  }
  .main-timeline6 .content-inner:after {
    border-top: none;
    border-bottom: 10px solid transparent;
    top: auto;
    bottom: -10px;
  }
  .main-timeline6 .icon {
    width: 110px;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main-timeline6 .icon i {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main-timeline6 .timeline:nth-child(2n) .icon,
  .main-timeline6 .timeline:nth-child(2n):after,
  .main-timeline6 .timeline:nth-child(2n):before {
    left: auto;
    right: 0;
  }
  .main-timeline6 .timeline:nth-child(2n):after {
    right: 0px;
  }
  .main-timeline6 .timeline:nth-child(2n) .timeline-content {
    float: left;
    padding: 0 12px 30px 0;
    margin: 0 0 0 15px;
  }
  .main-timeline6 .timeline:nth-child(2n) .timeline-content:after,
  .main-timeline6 .timeline:nth-child(2n) .timeline-content:before {
    left: auto;
    right: -24px;
  }
  .main-timeline6 .timeline:nth-child(2n) .timeline-content:after {
    right: 30%;
    margin-right: -25px;
  }
  .main-timeline6 .timeline:nth-child(2n) .year {
    padding: 0 50px 0 0;
    color: #05b1ff;
  }
  .main-timeline6 .timeline:nth-child(2n) .content-inner {
    padding: 35px 16px;
    margin: 0 0 0 -15px;
    border-radius: 0 150px 150px 0;
  }
  .main-timeline6 .timeline:nth-child(2n) .content-inner:after {
    border-top: none;
    border-bottom: 10px solid transparent;
  }
  .main-timeline6 .timeline:nth-child(2) {
    margin-top: 200px;
  }
  .main-timeline6 .timeline:nth-child(odd) {
    margin: -190px 0 0;
  }
  .main-timeline6 .timeline:nth-child(even) {
    margin-bottom: 70px;
  }
  .main-timeline6 .timeline:first-child,
  .main-timeline6 .timeline:last-child:nth-child(even) {
    margin: 0;
  }

  .main-timeline6 .timeline:nth-child(3n) .content-inner:after,
  .main-timeline6 .timeline:nth-child(3n) .content-inner:before {
    border-left-color: #006662;
  }
  .main-timeline6 .timeline:nth-child(3n) .year {
    color: #00a3a9;
  }

  .main-timeline6 .timeline:nth-child(4n) .content-inner:after,
  .main-timeline6 .timeline:nth-child(4n) .content-inner:before {
    border-right-color: #92070e;
  }
  .main-timeline6 .timeline:nth-child(4n) .year {
    color: #f92534;
  }
  .main-timeline6 .timeline-content:before{
    height: 50px;
    width: 50px;
    content: '1';
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-timeline6 .timeline-content.two:before{
    content: '2';
  }
  .main-timeline6 .timeline-content.three:before{
    content: '3';
  }
  .main-timeline6 .timeline-content.four:before{
    content: '4';
  }
  .main-timeline6 .timeline-content.five:before{
    content: '5';
  }
  .main-timeline6 .timeline-content.six:before{
    content: '6';
  }
  .main-timeline6 .timeline-content.seven:before{
    content: '7';
  }
  .main-timeline6 .timeline-content.eight:before{
    content: '8';
  }
}
@media only screen and (max-width: 990px) and (min-width: 768px) {
  .ico-develop-process {
    .main-timeline6 .timeline:after {
      height: 80%;
    }
  }
}
@media only screen and (max-width: 767px) {
  .ico-develop-process {
    .main-timeline6 .timeline:last-child,
    .main-timeline6 .timeline:nth-child(even),
    .main-timeline6 .timeline:nth-child(odd) {
      margin: 0;
    }
    .main-timeline6 .timeline {
      width: 100%;
      margin: 6px !important;
    }
    .main-timeline6 .timeline .timeline-content:after,
    .main-timeline6 .timeline .timeline-content:before,
    .main-timeline6 .timeline:after,
    .main-timeline6 .timeline:before {
      display: none;
    }
    .main-timeline6 .timeline-content,
    .main-timeline6 .timeline:nth-child(2n) .timeline-content {
      width: 100%;
      float: none;
      padding: 0;
      margin: 0;
    }
    .main-timeline6 .content-inner,
    .main-timeline6 .timeline:nth-child(2n) .content-inner {
      padding: 15px 15px 0;
      margin: 0 ;
      border-radius: 150px 0 0 150px;
      text-align: center;
    }
    .main-timeline6 .timeline:nth-child(2n) .content-inner:after,
    .main-timeline6 .timeline:nth-child(2n) .content-inner:before {
      border: none;
      border-left: 15px solid #027dcd;
      border-top: 10px solid transparent;
      right: 0;
      left: auto;
    }
    .main-timeline6 .timeline:nth-child(2n) .content-inner:after {
      border-top: none;
      border-bottom: 10px solid transparent;
    }
    .main-timeline6 .timeline:nth-child(2n) .icon {
      top: 0;
      left: 0;
    }
    .main-timeline6 .timeline:nth-child(4n) .content-inner:after,
    .main-timeline6 .timeline:nth-child(4n) .content-inner:before {
      border-left-color: #92070e;
    }
  }
}
.border-vertical::before{
    content: '';
    background-color: #002e5b;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 5%;
    height: 90%;
    width: 1px;
}
.tron-develop-service .space-right{
  padding-right: 7%;
}
.tron-develop-service .space-left{
  padding-left: 7%;
}
@media (max-width:1200px){
  .tron-develop-service .space-left {
    padding-left: 5%;
  }
  .tron-develop-service .space-right {
    padding-right: 5%;
  }
}
@media (max-width:768px){
  .tron-develop-service img{
    max-width: 50px !important;
  }
  .tron-develop-service p{
    margin-bottom: 2rem;
  }
  .tron-develop-service h4{
    margin-bottom: 4px;
  }
}
@media (max-width:576px){
  .border-vertical::before{
    content: none;
  }
}
.ido-launch-service .nft-service-box{
  min-height: auto;
  width: 100%;
}
.ido-launch-beyond .nft-service-box{
  border-color: transparent;
    box-shadow: #002e5b -2px 2px;
    min-height: auto;
}
.ido-launch-beyond .nft-service-box img{
  max-width: 45px;
  margin-bottom: 10px;
}
.ido-key-highlight .difi-workflow-box{
  background: transparent;
}
.ido-key-highlight .difi-workflow-box h4{
  font-size: 1.1rem;
  margin-bottom: 4px;
}
.ido-key-highlight .difi-workflow-box p{
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.ido-benefit-sec .grid-rwa-service > div:nth-child(4) {
  grid-column: 3/5;
  grid-row: 3/6;
}
.ido-benefit-sec .grid-rwa-service > div:nth-child(5) {
  grid-column: 5/7;
  grid-row: 3/6;
}
.ido-benefit-sec .grid-rwa-service > div:nth-child(1) {
  grid-row: 1/6;
}
.mlm-benefit-sec .difi-workflow-box{
  background: linear-gradient(180deg, #002E5B 0%, #0062C1 100%);
  color: #fff;
  padding: 16px 30px;
}
.mlm-benefit-sec .difi-workflow-box::after{
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-width: 60px 80px 0px 0px;
  border-style: solid;
  border-color: transparent #ffffff;
}
.mlm-benefit-sec .difi-workflow-box h4, .mlm-benefit-sec .difi-workflow-box p{
  color: #fff;
}
.mlm-key-feature .difi-workflow-box{
  background: url(../new-images/crypto-mlm/key-back.png);
  background-size: 100% 100%;
  margin-left: 20px;
  padding: 20px 20px 20px 80px;
  min-height: 170px;
}
.mlm-key-feature .difi-workflow-box img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  height: 100px;
  width: auto;
}
.mlm-step-process .difi-workflow-box{
  background: transparent;
}
.enterprise-solution-slider .slick-next, .enterprise-solution-slider .slick-prev {
  height: 50px;
  width: 50px;
  top: -59px;
}
.enterprise-solution-slider .slick-prev {
  transform: rotate(180deg);
  left: auto;
  right: 80px;
  top: -85px;
}
.enterprise-solution-slider .slick-next {
  right: 0;
}
.enterprise-solution-slider  .slick-next {
  display: block !important;
}
.enterprise-solution-slider .slick-prev:before, .enterprise-solution-slider .slick-next:before {
  color: transparent;
  background-image: url(../new-images/smart-contract-audit/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 50px;
}
.enterprise-solution-slider .difi-workflow-box{
  background: #f5f5f5;
  margin: 12px;
}
.enterprise-solution-slider .difi-workflow-box p{
  min-height: 130px;
}
.enterprise-ai-feature .nft-service-box .image-set{
  padding: 0;
  background: transparent;
}
.enterprise-ai-feature .nft-service-box .image-set img{
  max-height: 50px;
}
.ico-develop-process.enterprise-ai-solution {
  .main-timeline6 .timeline:after {
    content: none;
  }
}
.metaverse-avatar-service .key-feature-box-wallet p{
  color: #000;
  margin-top: 0;
}
.metaverse-avatar-service .key-feature-box-wallet img{
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  border-color: transparent;
  background: transparent;
}
.metaverse-avatar-service .key-feature-box-wallet img.bottom{
  border-color: transparent;
  background: transparent;
  margin-top: -64px;
  margin-left: -6px;
  max-width: 230px;
}
.metaverse-avatar-feature .difi-workflow-box{
  text-align: left;
  background: transparent;
  padding: 0;
}
.metaverse-avatar-feature .difi-workflow-box h4{
  margin-bottom: 4px;
}
.metaverse-avatar-process .difi-workflow-box {
  border-radius: 11.935px;
  border: 1px solid #002E5B;
  background: #FFF;
  box-shadow: -5.967px -5.967px 11.935px 0px rgba(220, 245, 250, 0.70), 5.967px 5.967px 11.935px 0px rgba(0, 80, 100, 0.70);
}
.metaverse-avatar-process .difi-workflow-box  h4{
  font-size: 1.1rem;
}
@media (max-width:991px){
  .heading-991-center{
    text-align: center;
  }
}
@media (max-width:768px){
  .metaverse-avatar-service .key-feature-box-wallet img{
    max-height: 100%;
    max-width: 100%;
  }
.metaverse-avatar-highlight h4{
  font-size: 0.9rem;
}
}
@media (max-width:576px){
  .metaverse-avatar-service .key-feature-box-wallet>div{
    text-align: center;
  }
  .metaverse-avatar-feature .difi-workflow-box h4, .metaverse-avatar-feature .difi-workflow-box p{
    text-align: left !important;
  }
  .enterprise-solution-slider .slick-prev:before, .enterprise-solution-slider .slick-next:before{
    font-size: 40px;
  }
  .enterprise-solution-slider .slick-next, .enterprise-solution-slider .slick-prev {  
    top: -21px;
}
  .enterprise-solution-slider .slick-prev{
    right: 48px;
    top: -46px;
  }
  .metaverse-avatar-highlight .remove-process-img{
    display: none;
  }
  .metaverse-avatar-highlight h4{
    border: 1px solid #ddd;
    border-radius: 10px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem;
  }
}
.multicurrency-wallet-reason .difi-workflow-box{
  border-radius: 12px;
  border: 1px solid #002E5B;
  background: transparent;
}
.multicurrency-wallet-reason .difi-workflow-box img{
  flex-shrink: 0;
}
.multicurrency-wallet-process .difi-workflow-box{
  border: none;
  box-shadow: none;
  background: transparent;
}
.carbon-credit-benefit .casino-border > div {
  border-bottom: 3px dashed #002e5b;
  border-right: 3px dashed #002e5b;
}
.carbon-credit-benefit .casino-border > div:nth-child(4),.carbon-credit-benefit .casino-border > div:nth-child(5),.carbon-credit-benefit .casino-border > div:nth-child(6) {
  border-bottom: none;
}
.carbon-credit-benefit .casino-border > div:nth-child(3),.carbon-credit-benefit .casino-border > div:nth-child(6) {
  border-right: none;
}
.understand-carbon-credit h2, .understand-carbon-credit p{
  color: #fff;
}
.carbon-credit-service .difi-workflow-box{
  border-radius: 16px;
  border: 1px solid var(--shadow-color, #96C6FF);
  background: #FFF;
}
.multicurrency-wallet-types{
  border-radius: 24px;
  background: url('../new-images/carbon-credit/types-wallet.png') ;
  padding: 30px 16px;
}
.multicurrency-wallet-types h2, .multicurrency-wallet-types h4{
  color: #fff;
}
.min-width-multicurrency{
  min-width: 140px;
}
@media (max-width: 576px) {
  .carbon-credit-benefit  .casino-border > div {
      border-right: none;
  }
  .carbon-credit-benefit .casino-border > div:nth-child(4), .carbon-credit-benefit  .casino-border > div:nth-child(5), .carbon-credit-benefit  .casino-border > div:nth-child(6) {
    border-bottom: 3px dashed #002e5b;
}
}
.nft-game-service-sec h2,.play-earn-page.casino-game-develop .nft-game-service-sec h4{
  color: #002E5B;
}
.nft-game-service-sec p{
  color: #000;
}
.nft-game-types .step-process-box{
  background: rgba(255, 255, 255, 0.10);
}
.nft-game-types .step-process-box.first{
  border:3px solid #81DF0F ;
}
.nft-game-types .step-process-box.second{
  border:3px solid #59B5E8 ;
}
.nft-game-types .step-process-box.third{
  border:3px solid #FEE04C ;
}
.nft-game-types .step-process-box.forth{
  border:3px solid #E95B5A ;
}
.nft-game-types .step-process-box.fifth{
  border:3px solid #82DE0D ;
}
.nft-game-types .step-process-box.sixth{
  border:3px solid #5AB6E9 ;
}
.nft-game-types .step-process-box.first::before{
  background-color: #81DF0F;
}
.nft-game-types .step-process-box.second::before{
  border:3px solid #59B5E8 ;
}
.nft-game-types .step-process-box.third::before{
  border:3px solid #FEE04C ;
}
.nft-game-types .step-process-box.forth::before{
  border:3px solid #E95B5A ;
}
.nft-game-types .step-process-box.fifth::before{
  border:3px solid #82DE0D ;
}
.nft-game-types .step-process-box.sixth::before{
  border:3px solid #5AB6E9 ;
}
.nft-game-types .step-process-box h4::before{
  background-color: #fff;
}
.nft-game-process .outer-casino{
  box-shadow: rgba(135, 169, 255, 0.9) 0px -2px 0px 2px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  padding: 16px 16px 16px 0;
  border-radius: 0px;
  margin-bottom: 16px;
}
.nft-game-process .inner-casino-solution{
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.nft-game-process .inner-casino-solution img{
  flex-shrink: 0;
}
.nft-game-network .outer-casino{
  box-shadow: rgba(255, 255, 255, 0.9) 0px -4px 0px 2px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  padding: 16px 16px 16px 0;
  margin-bottom: 16px;
  border-radius: 8px;
  text-align: center;
}
.nft-game-techno .outer-casino{
  background-image: url(../new-images/nft-game-develop/techno-frame.png);
  background-size: 100% 100%;
  background-position: center;
  width: 230px;
  text-align: center;
  padding: 30px 12px;
  margin: 12px auto ;
}
.nft-game-techno .outer-casino img{
  height: 130px ;
  object-fit: contain;
}
.nft-game-develop.play-earn-page .revamp-new-btn{
  background: url(../new-images/nft-game-develop/nft-btn.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 16px 20px 30px;
}
.play-earn-page .book-consult-btn a{
  min-width: 17rem;
}
.metaverse-casino-choose .defi-service{
  border-color: #FFAA00;
}
.tap-earn-page {
  background-color: #211004;
}
.tap-earn-page h2, .tap-earn-page h1{
  background: linear-gradient(90deg, #D7B03D 0%, #F1D68D 50.5%, #D8AE24 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none !important;
}
.tap-earn-page p{
  color: #fff;
}
.tap-earn-page .revamp-new-btn{
  border: 2px solid #BE6D00 !important;
  background: linear-gradient(90deg, #933D00 0%, #FF8631 50%, #6B2D00 100%);
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.25) inset;
  color: #fff !important;
}
@media (max-width:576px){
  .play-earn-page.casino-game-develop .nft-game-service-sec h4{
    text-align: center;
  }
  .play-earn-page.casino-game-develop .order-set-2{
    order: 2;
  }
}
.calendar-date{
  color: #777;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  text-transform: capitalize;
  padding-left: 11px;
  border-left: 1px solid #777;
}
.calendar-date img{
  margin-right: 6px;
  margin-bottom: 2px;
}
.top-meme-company p{
  color: #666666;
}
.top-meme-company h4{
  color: #000;
}
.top-meme-company p .text-black{
  color: #000;
  font-weight: 500;
}
.journey-sec{
  padding: 30px 12px;
  border-radius: 10px;
  background-image: url(../new-images/top10-meme-company/journey-back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.journey-sec h4{
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}
.partner-launch-sec{
  border-radius: 10px;
  background: #F5F5FA;
  border-left: 10px solid #002e5b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px;
  margin-bottom: 16px;
}
.partner-launch-sec h4{
  color: #002E5B;
}
.bottom-section{
  border-radius: 8px;
  background: #F2F6F8;
  padding: 20px ;
}
.article-sec{
  border-radius: 10px;
  background: #F7F7F7;
  padding: 20px;
  margin-bottom: 16px;
}
.article-sec .article-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 0rem;
}
.article-sec .article-flex button{
    background-color: #fff;
    border: 2px solid #002e5b;
    border-radius: 4px;
}
.article-sec .article-flex button img{
  height: 25px;
  padding: 2px;
}
.article-sec h3{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  text-transform: capitalize;
  position: relative;
  margin-bottom: 30px;
}
.article-sec h3::before{
  content: '';
  position: absolute;
  height: 1px ;
  width: 75px;
  background-color: #000;
  left: 0;
  bottom: -8px;
}
.article-sec .article-flex h3{
  margin-bottom: 0;
}
.article-sec h4{
  color: #002E5B;
  font-size: 1.1rem;
}
.share-community-sec{
  border-radius: 10px;
  background: var(--Color-3, linear-gradient(90deg, #056CA8 0%, #002E5B 100%));
  padding: 20px;
  margin-bottom: 16px;
}
.share-community-sec h4{
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.share-community-sec>div{
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.share-community-sec>div a{
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.20);
  padding: 6px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-community-sec>div a i{
  font-size: 24px;
  color: #fff;
}
.bottom-social-icons{
  margin: 40px 0;
  text-align: center;
  position: relative;
}
.bottom-social-icons::before{
  content: '';
  position: absolute;
  height: 1.5px;
  width: 100%;
  background-color: #002e5b;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bottom-social-icons>div{
  display: inline-flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  padding: 0 16px;
  z-index: 1;
}
.bottom-social-icons>div i{
  font-size: 30px;
  filter: grayscale(1);
}
.bottom-social-icons>div i:hover{
  color: #002e5b;
  filter: grayscale(0);
}
@media (max-width:768px){
  .top-meme-company{
    margin-top: 60px;
  }
  .partner-launch-sec{
    flex-wrap: wrap;
  }
}
.tap-earn-services .nft-service-box{
  background: #341C0B;
}
.tap-earn-services .nft-service-box h4{
  color: #fff;
}
.tap-earn-services .nft-service-box p{
  color: #C7966E;
}
.tap-earn-services .nft-service-box .image-set {
  position: relative;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.10);
  border: none;
}
.tap-earn-services .nft-service-box .image-set::before{
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  width: 4px;
  border-radius: 0px 4px 4px 0px;
  background: linear-gradient(90deg, #D7B03D 0%, #F1D68D 50.5%, #D8AE24 100%);
}
.tap-earn-advantage .choose-nft-box{
  border-radius: 10px;
  border: 1px solid #D7B03D;
  background: #422511;
  box-shadow: 0px 5px 30px 0px rgba(67, 67, 68, 0.12);              
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  min-height: 300px;
}
.tap-earn-advantage .choose-nft-box h4{
  font-size: 1.2rem;
}
.tap-earn-advantage .choose-nft-box p{
  margin-bottom: 0  ;
}
.tap-earn-advantage .choose-nft-box .image-set{
  border-color: #D7B03D;
  background-color: #422511;
}
.tap-earn-advantage .choose-slider-wrapper .slick-prev:before,.tap-earn-advantage .choose-slider-wrapper .slick-next:before {
  background-image: url(../new-images/tap-to-earn/arrow.svg);
}
.tap-earn-advantage .choose-slider-wrapper .slick-next,.tap-earn-advantage  .choose-slider-wrapper .slick-prev {
  top: -59px;
}
.tap-earn-advantage .choose-slider-wrapper .slick-next{
  top: -32px;
}
.tap-earn-process .difi-workflow-box{
  border-radius: 10px;
  border: 1px solid #D7B03D;
  background: rgba(255, 255, 255, 0.05);
}
.tap-earn-process .difi-workflow-box h4{
  color: #fff;
}
.tap-earn-process .enterprise-solution-slider .slick-next::before, .tap-earn-process .enterprise-solution-slider .slick-prev::before{
  background-image: url(../new-images/tap-to-earn/arrow.svg);
}
.tap-earn-highlights .nft-service-box{
  background-image: url(../new-images/tap-to-earn/highlight-back.png);
  background-size: 100% 100%;
  background-color: transparent;
  text-align: center;
}
.tap-earn-highlights .nft-service-box .image-set{
  margin: 40px auto 10px;
  border: none;
}
.tap-earn-highlights .nft-service-box h4{
  color: #fff;
  font-size: 1.2rem;
}
.tap-earn-highlights .nft-service-box p{
  max-width: 80%;
  margin: auto;
  color: #C7966E;
}
.tap-earn-highlights .nft-service-box p{
  margin-bottom: 30px;
}
.tap-earn-unlock-future .undergo-security{
  background-image: url(../new-images/tap-to-earn/unlock-future.png);
  padding-top: 100px;
  padding-bottom: 100px;
}
.tap-earn-page .tap-earn-unlock-future .undergo-security h2{
  color: #fff;
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tap-earn-form  h1.vision-title{
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tap-earn-form.share-vision .bg-box .vision-form .form-css{
  border: 1px solid #D7B03D;
  background: rgba(255, 255, 255, 0.12);
}
.tap-earn-form.share-vision .bg-box .vision-form input, .tap-earn-form.share-vision .bg-box .vision-form textarea{
  border-color: rgba(255, 255, 255, 0.20)  ;
}
.tap-earn-form.share-vision .bg-box .vision-form .mobile-input .iti__selected-flag{
  border-color: rgba(255, 255, 255, 0.20)  ;
}
.tap-earn-form.share-vision .bg-box .vision-form .submit-btn{
  border: 2px solid #BE6D00 !important;
  background: linear-gradient(90deg, #933D00 0%, #FF8631 50%, #6B2D00 100%);
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.25) inset;
  color: #fff;
}
.tap-earn-faq .accordion-common .accordion-head{
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tap-earn-faq .accordion-common .accordion-head .accordion-btn{
  padding-left: 0;
}
.tap-earn-faq .accordion-common .accordion-btn{
  color: #fff;
}
.tap-earn-faq .accordion-common .panel{
  background-color: transparent;
  padding-left: 0;
}
@media (max-width:576px){
  .tap-earn-advantage .choose-slider-wrapper .slick-next, .tap-earn-advantage  .choose-slider-wrapper .slick-prev {
    top: -20px;
  }
  .tap-earn-advantage .choose-slider-wrapper .slick-next {
    top: 5px;
  }
}
.tap-earn-page.move-earn-page{
  background-color: #0D2104;
}
.tap-earn-page.move-earn-page h1, .tap-earn-page.move-earn-page h2{
  background: linear-gradient(90deg, #FFF200 0%, #6BAD1C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tap-earn-page.move-earn-page .revamp-new-btn{
  border: 2px solid #D7B03D !important;
  background: linear-gradient(90deg, #206B00 0%, #86CE28 50%, #206B00 100%);
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.25) inset;
}
.tap-earn-page.move-earn-page .step-web3-sec{
  background-image: url(../new-images/move-earn-game/move-web3-banner.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.tap-earn-page.move-earn-page .tap-earn-services.move-earn-services .nft-service-box{
  box-shadow: none;
  margin: 10px;
  border: none;
  background-color: #152E0A;
  text-align: left;
}
.tap-earn-page.move-earn-page .tap-earn-services.move-earn-services .nft-service-box .image-set::before{
  background: linear-gradient(90deg, #FFF200 0%, #6BAD1C 100%);
}
.tap-earn-page.move-earn-page .tap-earn-services.move-earn-services .nft-service-box h4{
  text-align: start;
  font-size: 1.2rem;
}
.tap-earn-page.move-earn-page .tap-earn-services.move-earn-services .nft-service-box p{
  color: #80A353;
  text-align: start;
}
.tap-earn-page.move-earn-page .choose-slider-wrapper  .slick-next::before, .tap-earn-page.move-earn-page .choose-slider-wrapper  .slick-prev::before,.move-earn-partner .enterprise-solution-slider .slick-prev::before,.move-earn-partner .enterprise-solution-slider .slick-next::before{
  background-image: url(../new-images/move-earn-game/arrow.svg);
}
.tap-earn-page.move-earn-page .choose-slider-wrapper .slick-next,.tap-earn-page.move-earn-page  .choose-slider-wrapper .slick-prev {
  top: -59px;
}
.tap-earn-page.move-earn-page .choose-slider-wrapper .slick-next{
  top: -32px;
}
.move-earn-partner .enterprise-solution-slider .slick-next,.move-earn-partner  .enterprise-solution-slider .slick-prev{
  bottom: -40px;
  top: auto;
}
.move-earn-partner .enterprise-solution-slider .slick-prev{
  left: 45%;
  right: auto;
}
.move-earn-partner .enterprise-solution-slider .slick-next{
  left: 55%;
  right: auto;
}
.move-earn-partner .enterprise-solution-slider .slick-next{
  bottom: -67px;
}

.move-earn-partner.choose-smart-audit .meme-highlight-sec .nft-service-box{
  background: #152E0A;
}
.move-earn-partner.choose-smart-audit .meme-highlight-sec .nft-service-box::before{
  background-color: #619426;
}
.move-earn-partner.choose-smart-audit .meme-highlight-sec .nft-service-box::after{
  background-color: #94C160;
}
.move-earn-partner.choose-smart-audit .meme-highlight-sec .nft-service-box{
  min-height: 230px;
}
.move-earn-partner.choose-smart-audit .meme-highlight-sec .nft-service-box h4{
  font-size: 1.2rem;
}
.ico-develop-process.move-earn-roadmap {
  .main-timeline6 .timeline-content {
    border-radius: 10px;
    background: #0D2104;
    padding: 0 !important;
    margin: 0 4px 0 4px !important;
    width: 75%;
  }
  .main-timeline6 .content-inner::after {
    content: "";
    height: 103%;
    width: 80%;
    left: 10px;
    top: -3px;
    background-color: #619426;
    position: absolute;
    z-index: -1;
    border-radius: 13px;
  }
  .main-timeline6 .timeline:nth-child(odd) .content-inner::after{
    left: auto;
    right: 10px;
  }
  .main-timeline6 .content-inner::before{
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    width: 0; 
    height: 0; 
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent; 
    border-left:25px solid #619426; 
    border-radius: 0;
    right: -25px !important;
    top: 50%;
    transform: translateY(-50%);
  }
  .main-timeline6 .timeline:nth-child(3n) .content-inner:after, .main-timeline6 .timeline:nth-child(3n) .content-inner:before{
    border-left-color: #619426;
  }
  .main-timeline6 .content-inner h4{
    color: #fff;
  }
  .main-timeline6 .content-inner p{
    color: #80A353;
    margin-bottom: 0;
  }
  .main-timeline6 .timeline:nth-child(2n) .content-inner, .main-timeline6 .timeline .content-inner{
    padding: 25px 30px;
  }
  .main-timeline6 .timeline-content:after{
    content: none;
  }
  .main-timeline6 .timeline:before, .main-timeline6 .timeline:after{
    background: #619426;
  }
  .main-timeline6 .timeline:after{
    height: 110%;
    width: 5px;
    left: -5px;
  }
  .main-timeline6 .timeline:nth-child(2n) .icon, .main-timeline6 .timeline:nth-child(2n):after, .main-timeline6 .timeline:nth-child(2n):before{
    left: auto;
  }
  .main-timeline6 .timeline:nth-child(odd) {
    margin: -60px 0 0;
  }
  .main-timeline6 .timeline:nth-child(even){
    margin-top: 170px;
  }
  .main-timeline6 .timeline:first-child{
    margin-top: 20px;
  }
  .main-timeline6 .timeline:nth-child(2){
    margin-top: 240px;
  }
  .main-timeline6 .timeline:before{
    left: -25%;
    width: 28%;
    background: #619426;
    background-color: #619426 !important;
    height: 2px;
  }
  .main-timeline6 .timeline:nth-child(even)::before{
    right: -25%;
  }
  .main-timeline6 .timeline-content::before{
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .main-timeline6 .timeline-content.one::before{
    background-image: url(../new-images/move-earn-game/roadmap1.svg);
  }
  .main-timeline6 .timeline-content.two::before{
    background-image: url(../new-images/move-earn-game/roadmap2.svg);
  }
  .main-timeline6 .timeline-content.three::before{
    background-image: url(../new-images/move-earn-game/roadmap3.svg);
  }
  .main-timeline6 .timeline-content.four::before{
    background-image: url(../new-images/move-earn-game/roadmap4.svg);
  }
  .main-timeline6 .timeline-content.five::before{
    background-image: url(../new-images/move-earn-game/roadmap5.svg);
  }
  .main-timeline6 .timeline-content.six::before{
    background-image: url(../new-images/move-earn-game/roadmap6.svg);
  }
  .main-timeline6 .timeline-content.seven::before{
    background-image: url(../new-images/move-earn-game/roadmap7.svg);
  }
  .main-timeline6 .timeline-content::after{
    content: '';
    position: absolute;
    left: -50%;
    background: transparent;
    height: 52px;
    width: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 0;
  }
  .main-timeline6 .timeline-content.one::after{
    background-image: url(../new-images/move-earn-game/step-1.svg);
  }
  .main-timeline6 .timeline-content.three::after{
    background-image: url(../new-images/move-earn-game/step3.svg);
  }
  .main-timeline6 .timeline-content.five::after{
    background-image: url(../new-images/move-earn-game/step5.svg);
  }
  .main-timeline6 .timeline-content.seven::after{
    background-image: url(../new-images/move-earn-game/step7.svg);
  }
  .main-timeline6 .timeline-content.two::after{
    background-image: url(../new-images/move-earn-game/step2.svg);
  }
  .main-timeline6 .timeline-content.four::after{
    background-image: url(../new-images/move-earn-game/step4.svg);
  }
  .main-timeline6 .timeline-content.six::after{
    background-image: url(../new-images/move-earn-game/step6.svg);
  }
  .main-timeline6 .timeline:nth-child(even) .timeline-content::after{
    right: -50%;
    left: auto;
  }
  @media (max-width:768px){
    .main-timeline6 .content-inner::before{
      content: none;
    }
    .main-timeline6 .timeline-content{
      margin: 10px 0 10px 5px !important;
      width: 100%;
    }
    .main-timeline6 .timeline{
      margin: 0 !important;
    }
    .main-timeline6 .timeline:nth-child(4n) .content-inner:after, .main-timeline6 .timeline:nth-child(4n) .content-inner:before{
      border-left-color: #619426;
    }
    .main-timeline6 .content-inner::after{
      left: -3px !important;
      height: 104%;
    }
    .main-timeline6 .timeline:nth-child(2n) .content-inner:after, .main-timeline6 .timeline:nth-child(2n) .content-inner:before{
      border-color: #619426;
    }
  }
}

.move-earn-diverse {
  background-image: url(../new-images/move-earn-game/diverse-game-back.png);
}
.tap-earn-form.move-earn-form .bg-box .vision-form .submit-btn{
  border: 2px solid #D7B03D !important;
  background: linear-gradient(90deg, #206B00 0%, #86CE28 50%, #206B00 100%);
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.25) inset;
}
.service-box-shadow {
  border-radius: 7.856px;
  background: var(--Default-White, #FFF);
  box-shadow: 0px 11.784px 22.259px 0px rgba(5, 16, 55, 0.15);
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.service-box-shadow img{
  max-height: 160px;
  margin-bottom: 12px;
}
.service-box-shadow h4{
  color: #002E5B;
  font-size: 1.2rem;
}
.metaverse-3d-game{
  background-color: #002E5B;
  padding: 20px;
  text-align: center;
  border-radius: 24px;
}
.metaverse-3d-game h2{
  color: #fff;
}
.metaverse-highlights-sec .difi-workflow-box{
  text-align: center;
  background-color: transparent;
}
.metaverse-highlights-sec .difi-workflow-box img{
  max-height: 191px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.metaverse-highlights-sec .difi-workflow-box .border-upper{
  border-top: 10px solid #002e5b;
}
.metaverse-highlights-sec .difi-workflow-box .border-down{
  border-bottom: 10px solid #002e5b;
  margin-bottom: 10px;
}
.metaverse-highlights-sec .enterprise-solution-slider .difi-workflow-box p {
  min-height: 160px;
}
.metaverse-process-sec{
  background: transparent;
}
.metaverse-process-sec .key-feature-box-wallet{
  background: #002e5b;
}
.metaverse-process-sec .key-feature-box-wallet img{
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
}
.metaverse-process-sec .key-feature-box-wallet p,  .metaverse-process-sec .key-feature-box-wallet h4{
  color: #fff;
}
.metaverse-process-sec .key-feature-box-wallet h4{
  margin-left: 0;
}
.metaverse-process-sec .key-feature-box-wallet>div{
  display: flex;
  align-items: start;
  gap: 10px;
}
.metaverse-process-sec .key-feature-box-wallet>div img{
  max-height: 80px;
}
@media (max-width:576px){
  .move-earn-partner.choose-smart-audit .meme-highlight-sec .nft-service-box{
    margin: 10px 30px 30px;
  }
  .move-earn-partner .enterprise-solution-slider .slick-prev{
    left: 39%;
  }
  .move-earn-partner .enterprise-solution-slider .slick-next{
    left: 56%;
  }
  .move-earn-partner .enterprise-solution-slider .slick-next {
    bottom: -55px;
  }
  .move-earn-partner.choose-smart-audit .meme-highlight-sec .nft-service-box h4{
    font-size: 1rem;
    margin-top: 0;
  }
  .tap-earn-page.move-earn-page .tap-earn-services.move-earn-services .nft-service-box{
    margin-top: 40px;
  }
  .tap-earn-page.move-earn-page .choose-slider-wrapper .slick-next, .tap-earn-page.move-earn-page  .choose-slider-wrapper .slick-prev {
    top: -18px;
  }
  .tap-earn-page.move-earn-page .choose-slider-wrapper .slick-next {
    top: 6px;
  }
  .metaverse-3d-choose p{
    text-align: center;
    margin-bottom: 0;
  }
  .metaverse-process-sec .key-feature-box-wallet>div{
    flex-wrap: wrap;
  }
}
.aviator-game-service .feature-play-box{
  background: rgba(255, 255, 255, 0.15);
}
.aviator-game-develop .feature-play-box{
  border-radius: 7px;
  background: linear-gradient(180deg, #012F76 -46.2%, rgba(3, 25, 60, 0.00) 127.56%);
  box-shadow: rgba(255, 255, 255, 0.9) 0px -6px 3px -2px, rgba(254, 255, 255, 0.0) 0px 0px 4px -1px;
  margin-top: 3rem;
}
.aviator-game-develop .feature-play-box img{
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
.aviator-game-develop .feature-play-box h4{
  margin-top: 3rem;
}
.aviator-game-develop .feature-play-box p{
  min-height: 100px;
}
.aviator-game-develop .feature-play-box .real-para{
  min-height: 150px;
}
.aviator-feature-sec .feature-play-box{
  border-radius: 19.002px;
  background: linear-gradient(180deg, #96C6FF 0%, #F6ECF2 100%);
  box-shadow: 0px 0px 3.8px 1.9px rgba(0, 0, 0, 0.35);
  text-align: center;
}
.aviator-feature-sec .feature-play-box p, .aviator-feature-sec .feature-play-box h4{
  color: #002e5b;
}
.aviator-feature-sec .feature-play-box img{
  margin-bottom: 10px;
}
.aviator-process-sec .difi-workflow-box{
  background-color: #005EA2;
}
.aviator-process-sec .difi-workflow-box h4{
  color: #fff;
}
.salesforce-service-sec .difi-workflow-box{  
  background: rgba(236, 242, 249, 0.71);
}
.salesforce-service-sec .difi-workflow-box h4, .salesforce-service-sec .difi-workflow-box p{
  color: #002E5B;
}
.salesforce-deploy-sec .difi-workflow-box{
  background: #E9E9E9;
}
.salesforce-roadmap-sec .difi-workflow-box{
  border-radius: 8px;
  background: #E9F1F8;
}
.salesforce-roadmap-sec .difi-workflow-box h4{
  color: #002E5B;
}
.salesfore-real-service .dapp-service-box h4{
  font-size: 1.2rem;
}
.salesfore-real-service .dapp-service-box{
  min-height: 280px;
}
.salesforce-real-process .border-vertical::before{
  content: none;
}
.reason-salesforce-travel .solana-nft-service-box{
  background: transparent;
}
.reason-salesforce-travel .solana-nft-service-box p{
  color: #002E5B;
}
.hire-certified-dev-sec{
  background: linear-gradient(90deg, #056CA8 0%, #002E5B 100%), #F5F5FA;
}
.hire-certified-dev-sec h2, .hire-certified-dev-sec h4, .hire-certified-dev-sec p{
  color: #fff;
  text-align: left;
}
.hire-certified-dev-sec .nft-service-box{
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.10);
  margin: 10px;
  box-shadow: none;
}
.hire-certified-dev-sec .nft-service-box .image-set{
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.10);
  border-color: transparent;
  position: relative;
}
.hire-certified-dev-sec .nft-service-box .image-set::before{
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  height: 100%;
  width: 4px;
  border-radius: 0px 4px 4px 0px;
  background: #FFF;
}
.hire-certified-dev-sec .choose-slider-wrapper .slick-prev {
  top: -82px;
}
.hire-certified-dev-sec .choose-slider-wrapper .slick-next{
  top: -56px;
}
.process-cloud-dev .benefit-new-box{
  background-image: url(../new-images/hire-marketing-cloud/process-back.png);
  background-size: 100% 100%;
  background-position: center;
  border: none;
}
.process-cloud-dev .benefit-new-box .image-set{
  background-color: transparent;
}
.process-cloud-dev .benefit-new-box h4, .process-cloud-dev .benefit-new-box p{
  color: #fff;
}
.process-cloud-dev .benefit-new-box p{
  min-height: 100px;
}
.hire-cloud-developer .defi-service{
  margin: 80px 20px 10px;
}
.hire-cloud-developer .defi-service::before{
  content: '';
  background-image: url(../new-images/hire-marketing-cloud/hire-back.png);
  background-repeat: no-repeat;
  background-color: transparent;
  margin: auto;
  height: 140px;
  text-align: center;
  left: 0;
  right: 0;
  max-width: 240px;
  top: -69px;
  z-index: -1;
}
.hire-cloud-developer .defi-service::after{
  content: none;
}
.hire-cloud-developer .defi-service h4{
  padding: 10px;
  font-size: 1rem;
  color: #fff;
  margin: 10px 0;
}
.hire-cloud-developer .defi-service .defi-content{
  padding: 0 12px 20px;
}
.hire-cloud-developer .defi-service h4::before{
  content: '';
  left: 50%;
  top: 0;
  margin: 0 auto;
  background-image: url(../new-images/hire-marketing-cloud/hexagon-small.png);
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  background-repeat: no-repeat;
  height: 100%;
  width: 113%;
  transform: translateX(-50%);
  z-index: -1;
}
.hire-cloud-developer h2{
  color: #fff;
}
.workflow-defi-exchange.hire-cloud-developer h2{
  color: #002E5B;
}
.workflow-defi-exchange.hire-cloud-developer .workflow-defi-box{
  border-radius: 0;
  border-bottom: 6px solid #002E5B;
  background-color: #F2F2F2;
}
.workflow-defi-exchange.hire-cloud-developer  .workflow-defi-box .image-inner{
  border-radius: 0;
  padding: 12px;
}
.workflow-defi-exchange.hire-cloud-developer  .workflow-defi-box p{
  padding: 24px 12px;
  margin-bottom: 0;
}
.workflow-defi-exchange.hire-cloud-developer  .workflow-defi-box h4{
  font-size: 1.2rem;
}
.workflow-defi-exchange.hire-cloud-developer .workflow-defi-box .image-inner::before{
  bottom: -10px;
  right: 0;
  left: 0;
  top: auto;
  transform: rotate(90deg);
  height: 38px  ;
}
.maintenance-service-sec{
  background: #F5F5FA;
}
.maintenance-service-sec .benefit-new-box{
  border-radius: 110px;
  border: none;
  padding: 0;
}
.maintenance-service-sec .benefit-new-box h4{
  color: #002E5B;
  margin-bottom: 0.2rem;
}
.maintenance-service-sec .benefit-new-box .image-set{
  height: 170px;
  width: 170px;
  background-color: #fff;
  border: 8px solid #002e5b;
}
.maintenance-service-sec .benefit-new-box>div:last-child{
  padding: 16px 20px 16px 0;
}
.benefit-support-sec .crypto-wallet-box{
  background-image: url(../new-images/salesforce-maintenance/benefit-back.png);
  background-position: center;
  background-size: 100% 100%;
  background-color: transparent;
  padding: 16px;
  margin-bottom: 12px;
}
.benefit-support-sec .crypto-wallet-box img{
  height: 100px;
}
.benefit-support-sec .crypto-wallet-box h5{
  color: #002E5B;
  margin-top: 1rem;
}
.benefit-support-sec .crypto-wallet-box p{
  min-height: 170px;
}
.choose-salesforce-support{
  background-color: #F5F5FA;
}
.choose-salesforce-support .feature-wallet-box{
  flex-direction: column;
  background-image: url(../new-images/salesforce-maintenance/choose-back.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
  padding: 40px;
  height: auto;
}
.choose-salesforce-support .feature-wallet-box:hover{
  background: transparent;
  background-image: url(../new-images/salesforce-maintenance/choose-back.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.choose-salesforce-support .feature-wallet-box .common-new-para p{
  color: #fff;
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 0.8rem 0;
  min-height: 5rem;
}
.benefit-nft-minting.benefit-nft-lending .difi-workflow-box{
  margin: 10px ;
  min-height: 200px;
}
.benefit-nft-minting.benefit-nft-lending .difi-workflow-box h4{
  color: #002E5B;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.benefit-nft-minting.benefit-nft-lending .difi-workflow-box p{
  margin-top: 1rem;
}
.benefit-solution-slider .slick-next, .benefit-solution-slider .slick-prev {
  height: 50px;
  width: 50px;
  top: -59px;
}
.benefit-solution-slider .slick-prev {
  transform: rotate(180deg);
  left: auto;
  right: 80px;
  top: -85px;
}
.benefit-solution-slider .slick-prev:before, .benefit-solution-slider .slick-next:before {
  color: transparent;
  background-image: url(../new-images/smart-contract-audit/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 50px;
}
.benefit-solution-slider .slick-next{
  display: block !important;
  right: 0;
}
.reason-nft-minting{
  background-color: #002E5B;
}
.reason-nft-minting h2{
  color: #fff;
}
.reason-nft-minting h2{
  color: #fff;
}
.reason-nft-minting .key-feature-box-wallet {
  background-color: #fff;
  border-radius: 16px;
  padding: 12px;
}
.reason-nft-minting .key-feature-box-wallet h4, .reason-nft-minting .key-feature-box-wallet p{
  color: #000;
  margin-bottom: 0;
}
.reason-nft-minting .key-feature-box-wallet p{
  margin-top: 10px;
}
.key-feature-box-wallet img{
  box-shadow: none;
  padding: 0;
  border: none;
  background: transparent;
}
.difi-workflow-box{
  border: 0.762px solid rgba(245, 251, 242, 0.44);
  background: linear-gradient(180deg, rgba(0, 46, 91, 0.24) -30.29%, rgba(0, 46, 91, 0.12) 144.92%);
  backdrop-filter: blur(19.040151596069336px);
}
.difi-workflow-box h4{
  color: #002E5B;
}
.nft-gaming-services .dapp-service-box{
  min-height: 300px;
}
.nft-gaming-services .dapp-service-box p{
  margin-bottom: 0;
}
.nft-gaming-develop .nft-service-box{
  min-height: 200px;
}
.nft-gaming-feature .dapp-service-box img{
  max-height: 100px;
  margin-bottom: 10px;
}
.nft-gaming-feature .dapp-service-box p{
  min-height: 180px;
  margin-bottom: 0;
}
.nft-gaming-feature .dapp-service-box h4{
  font-size: 1.1rem;
}
.salesforce-cloud-services .dapp-service-box{
  min-height: 160px;
}
.ton-token-services .choose-nft-box .image-set{
  border: 8px solid #7ED4EF;
}
.ton-token-process-sec .feature-nft-box .image-set{
  background-image: url(../new-images/ton-token/process-back.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 8px;
}
.buy-ton-token .defi-service img{
  filter: drop-shadow(0px -1px #002e5b);
}
.ton-token-adventure .undergo-security{
  background-image: url(../new-images/ton-token/ton-adventure-back.png);
}
.game-development-projects>div{
    background: linear-gradient(270deg, #101420 50.6%, #101420 100%) !important;
}
.blockchain-game-projects>div{
      background: #051B2C  !important;
}
.telegram-game-projects>div{
  background: #122943 !important;
}
.tap-earn-recent-project>div{
  background: #211004 !important;
}
.move-earn-recent-project>div{
  background: #0D2104 !important;
}
.services-defi-exchange .choose-slider-wrapper .slick-prev {
  top: -150px;
}
.benefits-sec-stacking .choose-slider-wrapper .slick-next{
  top: -49px;
}
.explore-feature-whitelabel.defi-benefits-sec .choose-slider-wrapper .slick-prev{
  top: -101px;
}
.accordion-common .accordion-btn span:last-child{
  flex-shrink: 0;
}
.defi-staking-service-slider .choose-slider-wrapper .slick-next{
  top: -49px !important;
}
/* header code new */
.nav-tab-inner-left {
  background-image: none;
  height: auto;
}
.nav-tab-inner-left  ul{
  height: auto !important;
}
.nav-tab-inner-left .tabs-left>li>a{
  width: 100%;
}
.pulldownmenu.big-sc .tab-content .tab-pane .nav-tab-inner-left li a{
  padding: 6px 12px !important;
  border: 1px solid transparent;
}
.pulldownmenu.big-sc .tab-content .tab-pane .nav-tab-inner-left li a.active{
  border-color: #002e5b  !important;
}
.pulldownmenu.big-sc .tab-content{
  overflow-y: hidden;
}
.pulldownmenu.big-sc .tab-content.overflow-y-scroll{
  overflow-y: scroll;
}
.nav-tab-left.new-header-left{
  background: #FAFBFC;
}
.nav-tab-left.new-header-left .tabs-left>li>a, .nav-tab-inner-left .tabs-left>li>a{
  color: #002e5b !important;
  background-color: #fff;
  opacity: 0.8;
  border-radius: 8px;
}
.nav-tab-left.new-header-left .tabs-left>li>a{
  padding: 0 15px 0 42px !important;
  font-size: 16px !important;
}
.nav-tab-left.new-header-left .tabs-left>li>a img{
  max-width: 30px;
}
.nav-tab-left.new-header-left .tabs-left>li>a:hover,.nav-tab-inner-left .tabs-left>li>a.active, .nav-tab-inner-left .tabs-left>li>a.show,.nav-tab-inner-left .tabs-left>li>a:hover,.nav-tab-left.new-header-left .tabs-left>li>a.active, .nav-tab-left.new-header-left .tabs-left>li>a.show{
    border-color: #cbd0d8 !important;
    filter: drop-shadow(-4px 4px 17px rgba(0, 0, 0, 0.03));
    color: #002e5b !important;
    font-weight: 600;
    opacity: 1;
}
.nav-tab-left.new-header-left .tabs-left>li>a .side-arrow{
  display: none;
}

.nav-tab-left.new-header-left .tabs-left>li>a:hover .side-arrow, .nav-tab-left.new-header-left .tabs-left>li>a.active .side-arrow, .nav-tab-left.new-header-left .tabs-left>li>a.show .side-arrow{
  content: '';
  position: absolute;
  right: -10px;
  display: block;
  left: auto;
  top: 50%;
  height: 16px;
  width: 10px;
  transform: translateY(-50%);
  z-index: 1;
}
/* .pulldownmenu.big-sc .tab-content .tab-pane li a .nav-title span::before, .pulldownmenu.big-sc .tab-content .tab-pane li a .nav-title span::after,.pulldownmenu.big-sc .tab-content .tab-pane li a .nav-title::before{
  content: none;
} */
.pulldownmenu .right-header-new{
  background-color: #E9EFF7;
  border-radius: 8px;
}
#gNavi .pulldownmenu.big-sc{
  background: #FAFBFC;
}
.share-community-sec .img-main img{
  max-height: 180px;
  padding-top: 10px;
}
.share-community-sec .img-main {
  border-bottom: 1px solid #ddd;
  position: relative;
  display: block;
  text-align: center;
  background-image: url(../new-images/blogs-banner/quest-back.png);
  background-repeat: no-repeat;
  background-size: 120px ;
  background-position: 20px;
}
.share-community-sec .img-main a{
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent;
  padding: 0;
}
.share-community-sec .img-main a img{
  max-height: 40px;
  padding-top: 0;
}
.share-community-sec .content-main{
  border-radius: 0px 0px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.10);
  padding: 20px;
  display: block;
}
.share-community-sec .content-main h6{
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  text-transform: capitalize;
  position: relative;
}
.share-community-sec .content-main h4{
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
  text-transform: capitalize;
}
.share-community-sec .content-main h6::before{
    content: '';
    position: absolute;
    left: 90px;
    height: 1px;
    width: 40px;
    background-color: #fff;
    top: 6px;
}
.share-community-sec .content-main p{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}
.mobile-article{
  display: none;
}


/* telegram bot gamification */
.choose-crypto-token.telegram-bot-gamification .choose-crypto-bank{
  max-width: 100%;
  min-width: 100%;
}
.what-we-build .tron-feature-box h4{
  font-size: 1.8rem;
}
.user-benefits-sec .block-service-develop{
  background: #F5F5FA;
}
.user-benefits-sec .block-service-develop .image-set img {
    margin-top: 12px;
}
.user-benefits-sec .flex-same-box{
  justify-content: center;
}
@media (max-width:1200px){
  .what-we-build .tron-feature-box h4 {
    font-size: 1.4rem;
}
}
@media (max-width:991px){
  .what-we-build .tron-feature-box h4 {
    font-size: 1.2rem;
}
.user-benefits-sec .block-service-develop{
  width: 200px;
}
  .mobile-article{
    display: block;
  }
  .desktop-article{
    display: none;
  }
}
@media (max-width:768px){
    .what-we-build .tron-feature-box h4 {
    font-size: 1.2rem;
}
.share-community-sec .content-main p{
  font-size: 14px;
}
  .aviator-game-develop .feature-play-box .real-para {
    min-height: auto;
  }
  .play-earn-partner .expand-business-web3{
    padding: 16px;
  }
  .hire-cloud-developer .defi-service h4 {
    font-size: 0.8rem;
}
.choose-salesforce-support .feature-wallet-box{
  padding: 40px 30px;
  margin-top: 12px;
}
.choose-salesforce-support .feature-wallet-box img{
  max-height: 50px;
}
.choose-salesforce-support .feature-wallet-box .common-new-para p{
  font-size: 0.8rem;
  line-height: 1.2rem;
  min-height: 4rem;
}
.maintenance-service-sec .benefit-new-box .image-set {
  height: 90px;
  width: 90px;
  padding: 8px;
}
.maintenance-service-sec .benefit-new-box{
  gap: 12px;
}
.maintenance-service-sec .benefit-new-box h4{
  font-size: 1rem;
}
.maintenance-service-sec .benefit-new-box p{
  font-size: 0.8rem;
  line-height: 1.2rem;
}
}
@media (max-width:576px){
  .what-we-build .tron-feature-box h4{
    font-size: 1rem;
  }
  .defi-staking-service-slider .choose-slider-wrapper .slick-next {
    top: -14px !important;
}
.defi-staking-service-slider .choose-slider-wrapper .slick-prev {
    top: -39px !important;
}
  .explore-feature-whitelabel.defi-benefits-sec .choose-slider-wrapper .slick-prev {
    top: -50px;
}
 .explore-feature-whitelabel.defi-benefits-sec .choose-slider-wrapper .slick-next{
  top: -25px;
}
  .services-defi-exchange .choose-slider-wrapper .slick-prev {
    top: -35px;
}
  .maintenance-service-sec .benefit-new-box{
    border-radius: 16px;
  }
  .maintenance-service-sec .benefit-new-box .image-set{
    margin-left: 10px;
  }
  .aviator-process-sec .difi-workflow-box  p{
    text-align: start !important;
  }
  .hire-certified-dev-sec .choose-slider-wrapper .slick-prev {
    top: -40px;
}
.hire-certified-dev-sec .choose-slider-wrapper .slick-next {
  top: -14px;
}
.hire-certified-dev-sec h2{
  text-align: center;
}
.hybrid-choose-sec .hybrid-choose-box .number {
  font-size: 30px;
  padding: 12px;
}
.hybrid-choose-sec .hybrid-choose-box .text-div {
  padding: 20px 12px;
}
.hybrid-choose-sec .hybrid-choose-box .image-div:before {
  right: -0.5px;
}
.hybrid-choose-sec .hybrid-choose-box .image-div {
  flex-shrink: 0;
  padding-right: 1px;
}
.hybrid-choose-sec .hybrid-choose-box .image-div img {
  height: 60px;
  width: 60px;
}
.hire-cloud-developer h2{
  margin-bottom: 30px;
}
.process-cloud-dev .benefit-new-box .image-set{
  padding: 0;
  height: 60px;
  width: 60px;
}
.benefit-nft-minting.benefit-nft-lending .difi-workflow-box{
  margin-top: 2rem;
}
.benefit-solution-slider .slick-prev:before, .benefit-solution-slider .slick-next:before{
  font-size: 40px;
}
.benefit-solution-slider .slick-next, .benefit-solution-slider .slick-prev{
  top: 0;
}
.benefit-solution-slider .slick-prev {
  right: 55px;
  top: -25px;
}
.process-nft-minting .difi-workflow-box{
  flex-direction: column;
}
.process-nft-minting .order-top-nft{
  order: -1;
}
.platform-nft-minting .difi-workflow-box h4{
  font-size: 0.9rem;
  margin-bottom: 0;
}
}
/* common-media queries */
@media (max-width: 576.2px) {
  .common-content-sec.difi-wallet-sec p,
  .common-content-sec.profitable-sec p,
  .common-content-sec .text-button-center,
  .common-content-sec .difi-workflow-box h4,
  .common-content-sec .difi-workflow-box p {
    text-align: center;
  }

  .common-content-sec.difi-wallet-sec img,
  .common-content-sec.profitable-sec img,
  .common-content-sec .difi-workflow-box img {
    max-width: 100%;
  }
  .aviator-game-choose p{
    text-align: center;
  }
}

