.wallet-page-1 img {
  object-fit: contain;
  width: 90%;
  height: 400px;
}

.wallet-page-1 .crypt-in-box-l h1 {
  font-size: 35px;
  font-weight: 900;
  line-height: 55px;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 0;
}

.wallet-page-1 .crypt-in-box.cryexbx {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
}

.wallet-card-6 .exchange-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0 auto;
}

.wallet-card-6 .card {
  background: #ffffff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  height: max-content !important;
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  border-bottom: 0px;
  border-right: 0px;
}

.wallet-card-6 .card .back-box-c {
  border-radius: 12px;
  transition: 0.3s ease;
  padding: 15px;
  height: 280px;
}

.wallet-card-6 .card img {
  width: 50px;
  margin-bottom: 5px;
}

.wallet-card-6 .card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 20px;
}

.wallet-card-6 .card p {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.6;
}




.trading-bot-one .feature-item-content {
  background: #fff;
  padding: 30px 30px 20px;
  min-height: 205px;
  box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.30);
  border-radius: 30px 10px;
  height: 205px;
}

.trading-bot-one .feature-item-content .bot-feature .slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: rgb(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.trading-bot-one .feature-item-content .bot-feature .slick-arrow {
  display: block !important;
}

.trading-bot-one .feature-item-content .bot-feature .slick-prev {
  font-size: 0px;
  border-color: transparent;
  border-radius: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  background: #000;
  position: absolute;
  bottom: -30px;
  left: 0px;
}

.trading-bot-one .feature-item-content .bot-feature .slick-next {
  font-size: 0px;
  border-color: transparent;
  border-radius: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  background: #000;
  left: 40px;
  position: absolute;
  bottom: -30px;
}

.trading-bot-one .feature-item-content .bot-feature .slick-prev:before {
  content: '←';
}

.trading-bot-one .feature-item-content .bot-feature .slick-prev::before {
  content: "\F284";
  /* bi-arrow-left */
  font-family: 'bootstrap-icons';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  opacity: 1;
}

.trading-bot-one .feature-item-content .bot-feature .slick-next::before {
  content: "\F285";
  /* bi-arrow-right */
  font-family: 'bootstrap-icons';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  opacity: 1;
}

.currency-page-14 .tab-tech-oneIn {
  box-shadow: 0px 0px 8px #00000038;
  padding: 20px 20px 10px;
  margin: 4px 10px 20px;
}

.new-ex-change-1 .tab-tech-oneIn p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 25px;
}


.wallet-page-7 .nav-tabs {
  column-gap: 10px;
  border-color: transparent;
}

.wallet-page-7 .nav-tabs .nav-item .nav-link {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #7e0db3;
  padding: 11px 20px;
  border-radius: 5px !important;
  font-size: 12px;
  color: #7e0db3;
  font-weight: 400;
  margin-top: 10px;
  width: max-content;
  font-size: 12px;
}

.wallet-page-7 .nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(to right, #7e0db3, #ae00a2, #cf0090, #e7137e, #f73c6e);
  border: 0 solid #f44438;
  border-bottom-color: transparent;
  cursor: default;
  box-shadow: 0 6px 30px rgb(0 0 0 / 30%);
  padding: 12px 20px !important;
  border-radius: 5px !important;
  font-size: 12px !important;
  color: #fff;
  font-weight: 400 !important;
  margin-top: 10px;
  width: max-content !important;
}

.wallet-page-7 .features-card-w {
  box-shadow: 0px 0px 6px #00000040;
  background: #fff;
  padding: 15px 25px;
  border-radius: 5px;
  margin: 10px 0px;
  min-height: 165px;
}

.wallet-page-7 .features-card-w h4 {
  color: #000;
  font-size: 16px;
  text-align: left;
  margin: 0px;
  line-height: 30px;
  padding: 10px 0px;
}

.wallet-page-7 .features-card-w p {
  font-size: 13px;
  color: #313131;
  font-weight: 400;
  text-align: left !important;
  line-height: 24px;
  margin: 0;
  width: 100%;
}

.wallet-page-7.currency-page-7.new-fantasy-sec .tab-content .tab-pane img {
  height: 30px !important;
}



.bot-trading-tech .tab-tech .nav-tabs li button {
  background: #fff;
  border: 1px solid #efefef;
  color: #222;
  display: block;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  margin: 0 0 0 -1px;
  border-radius: 10px 20px 10px 20px;
  width: 100%;
}

.bot-trading-tech .tab-tech .nav-tabs li button.active {
  color: #fff;
  background: #6a3e90;
  border: 1px solid #6a3e90;
}

.bot-trading-tech .tab-tech .nav-tabs {
  justify-content: space-between !important;
  border: 0px;
}

.bot-trading-tech .tab-tech .nav-tabs li {
  min-width: 200px;
}

.bot-trading-tech .tab-tech .stage-one-box {
  border: 1px solid #efefef;
  border-radius: 0 0 6px 6px;
  clear: both;
  padding: 15px 25px;
  position: relative;
  top: 0;
  background: #fff;
  margin-top: 20px;
  border-radius: 10px;
}

.bot-trading-tech .tab-tech .stage-one-box b {
  box-shadow: 2px 1px 5px #ddd;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 10px;
  border: 1px solid #eee;
  margin-top: 6px;
  font-weight: 600;
  margin: 0 10px 10px 0;
}

.bot-trading-tech .tab-tech .stage-one-box b img {
  width: auto;
  margin: 0 10px 0 0px;
  height: 30px;
}



.trading-bot-three .tab-tech-oneIn ul li {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
  list-style: none;
  margin: 0 0 10px 0;
}

.trading-bot-three .tab-tech-oneIn ul li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #777;
  border-radius: 100px;
  transition: 0.5s;
}

.trading-bot-three .tab-tech-oneIn .image-box-in {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  column-gap: 20px;
  align-items: center;
}

.trading-bot-three .tab-tech-oneIn img {
  height: 40px;
  margin-bottom: 20px;
}

.trading-bot-three .tab-tech-oneIn ul {
  padding: 0;
}

.currency-page-9 .new-process .roadmap_box{
  min-height: 190px;
}



@media screen and (max-width: 450px) {
  .wallet-page-1 .crypt-in-box.cryexbx {
    display: flex;
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
    flex-direction: column;
  }

  .wallet-page-1 .crypt-in-box-l h1 {
    font-size: 30px;
    font-weight: 800;
    line-height: 42px;
  }

  .wallet-page-1 .mob-img-none img {
    object-fit: contain;
    width: 100%;
    height: auto;
    margin-top: 40px;
  }

  .bot-new-two .mb-50 img {
    width: 100%;
  }

  .btn-mid {
    flex-direction: column !important;
    gap: 15px;
  }

  .currency-page-14 .tab-tech-one {
    margin-top: 30px;
  }

  .wallet-page-7 .features-card-w {
    min-height: 145px;
  }

  .wallet-page-7 .tab-content .tab-pane .row {
    display: flex;
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: scroll;
  }

  .bot-trading-tech .tab-tech .nav-tabs {
    display: flex;
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: scroll;
    padding: 0px 0px 10px;
  }

  .currency-page-five .tab-tech-one {
    margin-top: 30px;
  }

  .btn-mid button {
    justify-content: center;
  }

  .wallet-card-6 .card .back-box-c {
    height: 240px;
  }

  .wallet-card-6 .exchange-grid {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
  }
}