.mobileMenu{display: none;}
.sidenav{display: none;}

@media screen and (min-width:1920px) {
  .heroWrapper {
      padding-top: 130px;
      margin-top: 30px;
  }
  .hero{
    margin-bottom: 220px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .newWalletArea .price{font-size: 36px;}
  .purhaseTokenLeft span{font-size: 40px;}
  .themeContainer {
    padding: 0 24px;
  }
  .linkArea > a {
    padding: 14px 6px;
  }
  .menuWrapper ul li a{
    padding: 12px 12px;
  }
  .heroWrapper{
    padding-top: 150px;
  }
  .hero{
    margin-bottom: 150px;
  }
  .miniBanner{
    bottom: -50px;
  }
  .chartArea{
    width: 500px;
  }
  .chartWidgets{
    width: calc(100% - 528px);
  }
  .cardpaymentresult {
    margin-top: 15px;
  }
  .resultdesc {
      font-size: 16px;
  }
  .virtualPostArea{
      margin-bottom: 10px;
      margin-top: 5px;
  }
  #virtualpos {
      padding-bottom: 50px;
      min-height: 100vh;
  }
  .themeContainer {
      max-width: 1050px;
  }
  .resultscreen {
      width: 100%;
      background: url(../img/numbers.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      display: flex;
      justify-content: space-between;
      max-width: 1211px;
      margin: 0 auto;
      padding: 16px 35px;
      margin-bottom: 30px;
  }
  .paymentImg {
      width: calc(100% - 520px);
  }
  .cardpaymentarea {
      width: 100%;
      float: left;
      max-width: 485px;
      margin-right: 35px;
  }
  .payImgWrapper img {
      max-width: 490px;
  }
  .cardinfo h3 {
      font-size: 17px;
      letter-spacing: -.015em;
      margin-bottom: 25px;
  }
  .cardinputarea input {
      background: #fff;
      border-radius: 7px;
      border: none;
      outline: 0;
      width: 100%;
      float: left;
      height: 42px;
      padding: 0px 20px 0px 20px;
  }
  .virtualPostArea h2 {
      font-family: Coolvetica;
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      line-height: 22px;
      text-align: center;
      color: #fff;
  }
  #outPutValNumb, #outPutVal {
      font-size: 17px;
  }
  .paymentImg button {
      background: #E718D4;
      border-radius: 4px;
      font-family: Monofonto;
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      line-height: 29px;
      color: #fff;
      border: none;
      margin-top: 15px;
      padding: 9.5px 27px;
  }
  
  .balanceList{
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .balanceRight{
    align-items: flex-start;
  }
  .featuredStake{
    width: calc(100% * 1/3 - 21.333px);
  }
  .packetTop{
    flex-direction: column;
    gap: 15px;
  }
  .widthdrawInput{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .inputFeaturedRight{
    position: unset;
    justify-content: center;
    margin-top: 16px;
  }
  .widthdrawInput input{
    padding-right: 16px;
    height: 48px;
    border-radius: 100px;
    padding: 10px 16px;
  }
}
@media screen and (max-width: 1024px) {

  .bonusCardArea{
    background-size: cover;
  }

  .bonusDetail > img{
    max-width: 200px!important;
    top: -150px;
  }

  .bonusDetail{
    padding: 20px;
    margin-top: 50px;
  }

  .bonusClaim{margin-bottom: 50px;}

  section#claimNow{
    margin-bottom: 100px;
  }

  .claimWrapper{
    flex-direction: column;
    gap: 40px;
  }
  .claimImg{
    display: none;
  }
  .balanceWrapper.balancedClaim{
    padding: 0;
  }

  .claimDescription {
      display: flex;
      flex-direction: column;
      gap: 16px;
      position: relative;
      max-width: 100%;
  }
  .claimWrapper:before {
    display: none;
}

  .headerWrapper{
    align-items: flex-start;
  }

  .themeContainer {
    padding: 0 24px;
  }

  .menuWrapper{display: none;}

  .linkArea > a{display: none;}

  .menu {
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
  }
  .menu > li{
    width: 100%;
    border-bottom: 1px solid #ffffff26;
    text-align: left;
  }
  .menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    padding: 10px 10px 10px 10px;
  }

  .submenu li {
      width: 100%;
  }

  .menu li:hover .submenu:before {
  }
  .menu li:hover .submenu{
    top: calc(100% + 1px);
    left: 0;
    background: rgba(1, 3, 20, 1);
    z-index: 99;
    min-width: auto;
  }
  .menu li:hover .downMenu{
    background: none;
    -webkit-text-fill-color: unset;
  }
  .downMenu:after {
    position: absolute;
    right: 0;
    top: 24px;
  }
  .sidenav {
    display: block;
    height: 100%;
    width: 0;
    max-width: 500px;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgba(1, 3, 20, 1);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:center;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #9299AC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    transition: 0.3s;
  
  }
  
  .sidenav a:hover{
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .mobileMenu{
    display: block;
    font-size:30px;
    cursor:pointer;
  }
  .mobileMenu span{
    display: flex;
  }

  .mobileMenu span img{
    width: 28px;
  }

  .heroWrapper{
    padding-top: 0;
  }

  .heroWrapper h1{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }

  .hero {
    margin-top: 50px;
      margin-bottom: 55px;
  }

  .defaultButton {
      height: auto;
      padding: 10px 10px;
  }

  .secondaryButton {
    height: auto;
    padding: 10px 10px;
}

  .heroButtons .primaryButton {
      padding: 14px 20px;
      min-width: auto;
      white-space: nowrap;
  }

  .heroButtons .defaultButton {
      padding: 14px 30px;
      min-width: auto;
      white-space: nowrap;
  }

  .heroWrapper p {
      font-size: 16px;
      line-height: 22px;
      max-width: 100%;
  }

  .socialMedia {
      margin-bottom: 75px;
  }

  .themeTitle span {
    line-height: 18px;
    text-align: center;
  }

  .themeTitle h2{
    font-size: 22px;
    line-height: 32px;
  }

  .platforms{margin-bottom: 70px;}

  .bannerDescription{margin-bottom: 70px;}


  .btcBox > img:first-child {height: 28px;margin-bottom: 7px;}

  .btcWrapper.w1,.btcWrapper.w2,.btcWrapper.w3 {
      max-width: 100%;
      justify-content: center;
      gap: 60px;
  }

  .circleImg {
  }

  .venturesWrapper {
      margin: 40px 0;
  }

  .circleImg img {width: 100%;}

  .widgets {
      margin-bottom: 70px;
  }

  .widgetWrapper{gap: 15px;}

  .widgetBox {
      align-items: center;
      padding: 30px 20px 10px 20px;
  }

  .widgetImg {width: 100px;}

  .widgetImg img {
      width: 100%;
  }

  .widgetButtons {
      opacity: 1;
      overflow: visible;
  }

  .personCard {
    padding: 10px;
    border-radius: 10px;
  }

  .personName {
      font-size: 14px;
      margin-bottom: 0;
  }

  .personTitle {
      font-size: 14px;
  }

  .personTitle a img {
      height: 20px;
  }

  .personPic {
      margin-bottom: 10px;
  }

  .workTeam {margin-bottom: 70px;}
  .postTitle a {
    font-size: 15px;
    line-height: 25px;
  }

  .postTitle {
      margin-bottom: 30px;
  }
  .blog{
    margin-bottom: 70px;
  }
  .accordion-title {
    padding: 16px 20px 16px 20px;
  }

  .accordion-content {
      line-height: 22px;
      font-size: 15px;
      padding: 0px 20px 16px 20px;
  }

  .footer {
      padding-top: 80px;
  }

  .footer .themeContainer {
      gap: 32px;
  }

  .socialButtons .primaryButton {
      width: 48px;
      min-width: 48px;
      height: 48px;
      min-height: 48px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .socialButtons .primaryButton img {
      height: 18px;
  }

  .footer .headerWrapper {
      margin-top: 30px;
      flex-direction: column;
      align-items: center;
      gap: 40px;
  }

  .footer .menuWrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      border: 0;
      width: 100%;
  }

  .footer .linkArea {
      display: block;
  }

  .footer .menuWrapper > ul {
      width: 100%;
  }

  .footer .menuWrapper ul li {
      width: 50%;
  }

  .footer .menuWrapper ul li a {
      justify-content: center;
  }

  .footer .menuWrapper ul li a:hover {
      box-shadow: none;
      border: 0;
      color: rgba(147, 157, 184, 1);
  }
  .bannerArea img{
    width: 100%;
    max-width: 350px;
  }
  .postImg{
    justify-content: center;
  }
  .tabWrapper{
    flex-direction: column;
    border: 0;
    border-radius: 0;
    gap: 12px;
    padding: 0;
    width: 90%;
  }
  .tabWrapper button {
      margin: 0;
      padding: 10px 18px;
      border: 1px solid rgb(255 255 255 / 24%)!important;
  }

  .tablinks:after {
      display: none;
  }

  .tabWrapper button.active {
      border: 0;
  }
  body table.dataTable > thead > tr > th {
    min-width: auto;
  }
  .accountWrapper{
    flex-direction: column;
  }
  .accountForm{
    width: 100%;
  }
  .accountBanner{
    width: 100%;
  }
  .joinWrapper .connectMate span a{
    height: 48px;
  }
  #virtualpos{
    min-height: 100vh;
    padding: 46px 0;
  }
  .paymentImg{
      display: none!important;
  }
  #outPutVal, #outPutValNumb{
      font-size: 22px;
  }
  .infoImg {
      position: absolute;
      right: 20px;
      width: 15px;
  }
  .headerNav {
      justify-content: space-between
  }
  .logo {
      float: left;
      width: 131px;
      padding: 10px 0 0 10px
  }
  .dogepaycard img {
      width: 100%
  }
  .dogepaycard img {
      max-width: 80%
  }
  .paymentImg img {
      width: 100%
  }
  .blockchainArea {
      font-size: 16px;
      line-height: 20px;
      gap: 8px;
  }
  .priceArea {
      font-size: 16px;
      line-height: 20px;
      gap: 8px;
  }
  .blockchainArea span,
  .priceArea span, .blockchainArea select {
      font-size: 18px;
      line-height: 24px
  }
  .fancy-select div.trigger {
      padding: 3px 0px 4px 6px;
      font-size: 16px;
      line-height: 18px;
  }
  .fancy-select ul.options li{
      font-size: 16px;
      line-height: 16px;
  }
  .fancy-select ul.options.open{
      top: 27px;
  }
  .blockchainArea select option{
      font-size: 14px;
      line-height: 16px
  }
  .posCenter .logo{
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .posCenter .logo a img{
    height: 60px;
  }
  .resultscreen {
      margin: 0 auto;
      padding: 20px 18px;
      margin-bottom: 30px;
      border-radius: 16px;
      border: 1px solid #F930C3;
      display: flex;
      flex-direction: column;
      gap: 16px;
  }
  .cardinfo h3 {
      font-weight: 600;
      font-size: 20px;
      color: #fff;
      margin-bottom: 25px
  }
  .cardpaymentarea {
      width: 100%;
      float: left;
      max-width: 100%;
      margin-right: 0
  }
  .paymentImg {
      width: 100%;
      float: left;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 40px
  }
  .cardinputarea input {
      border-radius: 14px;
      width: 100%;
      height: 45px;
      padding: 9px 20px 3px 20px
  }
  .cardinputarea span {
      font-weight: 500;
      font-size: 16px;
      line-height: 109%;
      letter-spacing: -.015em;
      color: #fff;
      margin-bottom: 12px
  }
  .virtualPostArea h2 {
      font-size: 24px;
      line-height: 26px;
      text-align: center;
      color: #fff
  }
  .virtualPostArea {
      width: 100%;
      float: left;
      margin-bottom: 20px;
      margin-top: 35px
  }
  .cardpaymentarea a.sendagain {
      font-weight: 500;
      font-size: 16px;
      line-height: 109%;
      letter-spacing: -.015em;
      color: #fff;
      float: left
  }
  .paymentImg button {
      font-size: 20px;
      line-height: 29px;
      margin-top: 30px;
      padding: 10px 30px
  }
  .resultdesc {
      font-size: 16px;
      letter-spacing: -.015em;
      display: flex;
      font-weight: 500
  }
  .resultdesc img {
      width: 20px;
      margin-right: 15px
  }
  .cardpaymentresult a img {
      width: 14px
  }
  .cardpaymentresult {
      padding: 15px 15px;
      margin-top: 50px;
      border-radius: 0 0;
      min-height: 55px;
      margin-bottom: 10px
  }
}
@media screen and (max-width: 900px) {
  .contactWrapper{
    flex-direction: column;
    margin-bottom: 105px;
    padding: 0;
  }
  .contactDescription{
    width: 100%;
  }
  .contactForm{
    width: 100%;
    margin-top: 50px;
    padding-left: 0;
  }
  .modal{
    padding-top: 100px;
  }
  .modalContent{
    flex-direction: column;
  }
  .modalSlider {
    width: 100%;
  }
  .modalRight {
    width: 100%;
  }
  .modal-content{
    max-width: 90%;
    padding: 16px;
  }
  .progress-bar{
    width: 90px;
  }
  .tableWrapper .dt-layout-table{
    overflow-x: auto;
  }
  .themeContainerMax{
    padding: 0px;
  }
  .accountForm{
    padding: 50px 24px;
  }
  .accountBanner{
    padding: 50px 24px;
  }
  .joinTop{
    flex-direction: column;
    align-items: flex-start;
  }
  .joinTop span img{display: none;}
  .joinForm .exchangeInputGroup{
    max-width: 375px;
  }
  .joinForm .inputWrapper:last-child .exchangeInputGroup{
    max-width: 375px;
  }
  .registerSlider .swiper-slide a img{
    max-width: 250px;
  }
  .connectMate > a{
    height: 48px;
  }
  .joinForm .connectMate span a{
    height: 64px;
  }
  .registerSlider .swiper-slide a h2{
    font-size: 20px;
    line-height: 32px;
  }
  .registerSlider .swiper-slide a p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .totalPrice, .totalCoin{
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .newWalletArea .price{font-size: 30px;}
  .purhaseTokenLeft span{font-size: 40px;}
  .sidebarWidthContent{gap: 20px;}
  .socialWrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .timeLineSlider{
    padding-left: 60px;
  }
  .timeLineDesc{
    padding-right: 60px;
  }
  .prodDetailContent{
    flex-direction: column;
    margin-bottom: 100px;
  }
  .prodDetailContent::before{
    width: 100%;
    top: 0;
  }
  .productSlider {
      width: 100%;
  }
  .prodDescription {
      width: 100%;
      margin-top: 50px;
  }
  .miniBanner{bottom: 0;}
  .miniBannerDesc{
    padding: 16px;
  }
  .miniBannerDesc h2{font-size: 14px;}
  .miniBannerDesc span{
    text-align: center;
  }
  .capacityTr{
    flex-direction: column;
  }
  .processNumber {
    text-align: center;
  }
  .widgetCard p{
    align-items: center;
  }
  .chartWrapper{
    flex-direction: column;
  }
  .chartWidgets{
    width: 100%;
  }
  .knowUsWrapper {
    padding: 40px 10px;
  }

  .knowUsWrapper ul {
      width: 100%;
      gap: 10px;
  }

  .knowUsWrapper ul li p {
      font-size: 32px;
      line-height: 36px;
  }

  .knowUsWrapper ul li span {
      font-size: 15px;
  }

  .knowUsWrapper ul li {
      gap: 6px;
  }

  .hero.mb200 {
      margin-bottom: 80px;
  }
  .solutionWidgets {
    gap: 20px;
    flex-wrap: wrap;
  }

  .solutions {
      margin-bottom: 70px;
  }

  .posWrapper {
      gap: 0px;
      flex-direction: column;
      padding: 0 30px 50px 30px;
      border-radius: 24px;
      justify-content: center;
      align-items: center;
  }

  .posTypes {
      margin-bottom: 50px;
  }

  .featureBox {
    width: calc(50% - 20px);
  }

  .redefiningWidgets {
      margin-bottom: 40px;
      gap: 40px;
      flex-wrap: wrap;
  }

  .redefiningImg {
      margin: -130px 0 -120px 0;
  }
  .heroButtons{
    flex-direction: column;
  }
  .buttonsWrapper{
    flex-direction: column;
  }
  .bannerArea.shadowBanner img{
    left: auto;
    margin: -50px 0 -70px 0;
  }
  .solutionWidgetBox{
    padding: 20px 14px;
    width: calc(50% - 10px);
  }
  .solutionWidgetBox p{
    font-size: 16px;
  }
  .heroBackground{
    overflow: hidden;
    justify-content: center;
    text-align: center;
    display: flex;
  }
  .heroBackground img {
    width: 140%;
    float: left;
  }
  .heroBackground{
    top: -130px;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
  }
  .heroBackground img{
    width: 140%;
  }
  .posBox{
    width: 50%;
    max-width: 330px;
  }
  .posWrapper{
    gap: 0;
  }
  .bannerArea.shadowBanner{
    overflow: hidden;
  }
  .tripleLine .featureBox{
    width: calc(50% - 20px);
  }
  .learnMoreWrapper{
    align-items: center;
  }
  .buyNow{
    flex-direction: column;
    align-items: flex-start;
  }
  .balanceList{
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .balanceRight{
    align-items: flex-start;
  }
  .featuredStake{
    width: calc(100% * 1/3 - 10px);
  }
  .featuredWrapper{
    gap: 15px;
  }
  .balanceWrapper{
    gap: 15px;
  }
  .balanceCard{
    width: calc(100% * 1/3 - 10px);
  }
  .stakingContent{
  flex-wrap: wrap;
  }
  .stakingCenter{
    width: 100%;
    order: 1;
  }
  .stakingSidebar{
    width: 100%;
    max-width: 350px;
    order: 2;
  }
  .stackedStakingWrapper{
  }
  .stackedStakingCard{
    max-width: 350px;
  }
  .packetTop{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .balanceCurrentList{
  }
  .packetCenterContent .balanceList{
    flex-direction: row;
  }
  .stakingContent{
    align-items: flex-start;
  }
}


@media screen and (max-width: 768px) {
  body .swiper-pagination{margin-top: 0;}
  .bannerDescWrapper{
    flex-direction: column;
  }
  .bannerArea{
    width: 100%;
  }
  .descriptionArea{
    width: 100%;
  }
  .socialWrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .footer .menuWrapper > ul {
      flex-wrap: wrap;
  }
  
  .btcBox {
    padding: 10px 10px 14px 10px;
    border-radius: 7px;
  }

  .btcBox > img:last-child {}

  .btcWrapper {
      margin-bottom: 30px;
  }
  .btcWrapper.w1,.btcWrapper.w2,.btcWrapper.w3 {
      gap: 30px;
  }
  
  .widgetWrapper {
    flex-direction: column;
  }

  .widgetBox {
      align-items: center;
      padding: 30px 20px 10px 20px;
  }

  .widgetImg {width: 105px;}

  .widgetImg img {
      width: 100%;
  }

  .widgetDesc {
  }

  .widgetButtons {
      opacity: 1;
      overflow: visible;
  }
  .mt120 {
    margin-top: 60px;
  }
  .themeTitle h2 br{
    display: none;
  }
  .themeTitle p br{
    display: none;
  }
  .yearly {
    position: unset;
  }

  .timeLineDesc {
      width: 100%;
      padding: 0;
      align-items: center;
  }

  .timeLineSlider {
      padding: 0;
      width: 100%;
  }

  .timelineStep {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-bottom: 70px;
  }

  .timeLineSlider:before {
      display: none;
  }

  .timeLineDesc p {
      text-align: center;
      margin-bottom: 20px;
  }

  .timeLineWrapper {
      margin-bottom: 20px;
  }
  .prodDetailContent{
    flex-direction: column;
    padding: 16px 12px;
  }
  .productDetail{
    margin-bottom: 70px;
  }
  .productSlider{
    width: 100%;
  }
  .prodDescription{
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
  .prodDetailContent::before{
    width: 100%;
    top: 0;
  }
  .prodDescription .themeTitle h2 {
      font-size: 20px;
  }

  .detailLogo a img {
      height: 30px;
  }
  .bannerDescWrapper.mobileReverse{
    flex-direction: column-reverse;
  }
  .langSelect{
    height: 47px;
  }
  .language .select{
    padding: 14px 16px;
  }
  .language::after{
    top: 19px;
  }
  .heroContent{
    align-items: flex-start;
    flex-direction: column;
  }
  .heroWrapper{
    max-width: 100%;
  }
  .miniBanner{
    bottom: 0;
    width: 100%;
    justify-content: center;
    margin: 40px auto 0 auto;
  }
  body .swiper-button-next{
    right: 10px;
  }
  body .swiper-button-prev{
    left: 10px;
  }
  body .modalSlider .swiper-button-next{
    right: 20px;
  }
  body .modalSlider .swiper-button-prev{
    left: 20px;
  }
  #videoEmbed{
    margin-top: 100px;
  }
  .chartWrapper {
    flex-direction: column;
}

.chartArea {
    width: 100%;
    padding: 0 10px 0px 0;
  }

  .chartWidgets {
      width: 100%;
  }

  .widgetsWrapper {
      flex-direction: column;
  }

  .widgetCard {
      justify-content: center;
      align-items: center;
      display: flex;
  }

  .blocksWrapper {
      gap: 16px;
  }

  .priceCard {
      width: calc(50% - 8px);
  }

  .priceCard span{
    font-size: 12px;
  }

  .capacityT {
      flex-direction: column;
  }

  .capacityTr {
      flex-direction: column;
  }

  .btcTitle h2 {
      font-size: 18px;
  }

  .transactionCard {}

  .cardDescription {
    width: 100%;
}

  .transactionCard {
      flex-direction: column;
  }

  .cardfromto {
      flex-direction: column;
      width: 100%;
  }

  .cardfromto > div {
      flex-direction: column;
      width: 100%;
      margin: 0;
  }

  .cardTop {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
  }

  .cardTop a {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-align: center;
  }
  .cardfromto > div a {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      width: 100%;
      text-align: center;
  }

  .cardBottom {
      text-align: center;
      justify-content: center;
  }

  .cardfromto > div img {
      transform: rotate(90deg);
  }
  .validCode{
    flex-direction: column;
  }
  .validCode a{
    width: 100%;
  }
  .btcTitle a{
    padding: 10px 12px;
    font-size: 12px;
  }
  .cardInfo{
    min-height: 90px;
  }
  .btcTitle{
    margin-bottom: 18px;
  }
  .chart{
    margin-top: 42px;
  }
  .chartCard p span{
    font-size: 18px;
  }
  .chartCard{
    flex-direction: column;
    align-items: flex-start;
  }
  .chartCard img{
    width: 18px;
  }
  .widgetCard p{
    align-items: center;
  }
  .processNumber{
    text-align: center;
  }
  .stepPage h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .stepPage p {
      padding-right: 15px;
      line-height: 22px;
      font-size: 15px;
      text-align: left;
  }

  .stepBottom {
      flex-direction: column;
      gap: 10px;
  }
  .amountPrice > div {
    width: 100%;
  }

  .amountPrice {
      flex-direction: column;
  }

  .stepBuying {
      padding: 30px 20px;
  }

  .priceChange {
  }

  .exchangeArea {
      flex-direction: column;
      justify-content: center;
      border-radius: 24px;
      padding: 20px;
  }

  .amountArea {
      margin-bottom: 20px;
  }

  .inputWrapper {
      flex-direction: column;
  }

  .joinForm .inputWrapper{
    align-items: flex-start;
  }

  .subtract img {
      transform: rotate(90deg);
  }

  .exchangeInputGroup input {
    font-size: 14px;
  }

  .widthSelect {
  }

  .exchangeInputGroup {
      max-width: 200px;
  }

  .inputWrapper:last-child .exchangeInputGroup {
      max-width: max-content;
  }

  .exchangeInputGroup > img {
      order: 1;
  }

  .connectMate {
      flex-direction: column;
  }

  .connectMate span {flex-wrap: wrap;}

  .stepWrapper {
      margin-bottom: 28px;
  }
  .warningArea {
    padding: 16px 16px;
  }

  .walletInfo {
      flex-direction: column;
  }

  .walletInfo p {
      font-size: 16px;
  }

  .coinSelect {
      width: 100%;
  }

  .walletAdress {
      width: 100%;
  }

  .walletInput {
      flex-direction: column;
  }

  .adressArea {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding-right: 35px;
      font-size: 14px;
  }

  .warningArea p {
      font-size: 14px;
  }
  .stepResultInfo {
      padding: 24px;
  }
  
  .stepTitle h2{
    font-size: 24px;
  }
  .mb96{
    margin-bottom: 50px;
  }
  .pagination ul li a {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .pagination ul {
      gap: 12px;
  }

  .pagination ul li a img {
      width: 17px;
  }

  body div.dt-container .dt-paging .dt-paging-button{
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    font-size: 13px;
  }

    .mb96{
      margin-bottom: 50px;
    }

  .allBlog {
      margin-bottom: 32px;
  }

  .allBlog {
      gap: 14px;
  }

  .allBlog .postCard {
      max-width: 100%;
  }

  .singleBlog .descriptionArea .themeTitle h2 {
      font-size: 20px;
      line-height: 32px;
  }
  .walletPlatform .exchangeInputGroup{
    max-width: 100%;
  }
  .walletPlatform .inputWrapper:last-child .exchangeInputGroup{
    max-width: 100%;
  }
  .walletPlatform .checkboxContainer{
    display: inline-block;
  }
  .walletPlatform .checkboxContainer a{
    font-size: 16px;
  }
  .bottomLogin{
    display: inline-block;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
  }
  .bottomLogin span{
    line-height: 22px;
    font-size: 16px;
  }
  .bottomLogin a{
    display: inline-block;
    margin-top: 10px;
    line-height: 22px;
    font-size: 16px;
  }
  .walletPlatform.stepBottom{
    align-items: center;
  }
  .forgotPassword{
    position: unset;
  }
  body div.dt-container .dt-search input{
    width: 100%;
    max-width: 300px;
  }
  .tableTitle span{
    position: unset;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    justify-content: center;
  }
  div.dt-container div.dt-layout-cell{
    margin-top: 10px;
  }
  body .dt-container .dt-length,body .dt-container .dt-search{
    text-align: left;
  }
  .coinFlex > img{
    height: 20px;
  }
  .w50{
    width: 100%!important;
  }
  .sidebarWidthContent{
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .knowUsWrapper {
    padding: 40px 10px;
  }

  .knowUsWrapper ul {
      width: 100%;
      flex-direction: column;
      gap: 30px;
  }

  .knowUsWrapper ul li p {
      font-size: 36px;
      line-height: 40px;
  }

  .knowUsWrapper ul li span {
      font-size: 15px;
  }

  .knowUsWrapper ul li {
      gap: 6px;
  }

  .hero.mb200 {
      margin-bottom: 80px;
  }
  .solutionWidgets {
    flex-direction: column;
    gap: 20px;
  }

  .solutions {
      margin-bottom: 70px;
  }

  .posWrapper {
      gap: 30px;
      flex-direction: column;
      padding: 0 30px 50px 30px;
      border-radius: 24px;
  }

  .posTypes {
      margin-bottom: 50px;
  }

  .featureBox {}

  .redefiningWidgets {
      flex-direction: column;
      margin-bottom: 40px;
      gap: 40px;
  }

  .redefiningImg {
      margin: 0;
  }
  .heroButtons{
    flex-direction: column;
  }
  .buttonsWrapper{
    flex-direction: column;
  }
  .bannerArea.shadowBanner img{
    max-width: 100%;
    left: auto;
    margin: -50px 0 -70px 0;
  }
  .solutionWidgetBox{
    padding: 20px 14px;
  }
  .solutionWidgetBox p{
    font-size: 14px;
  }
  .heroBackground{
    overflow: hidden;
    justify-content: center;
    text-align: center;
    display: flex;
  }
  .heroBackground img {
    width: 140%;
    float: left;
  }
  
  .mobiledirectionColumn{
    flex-direction: column;
  }

  .mobiledirectionRow{
    flex-direction: row;
  }
  .aboutUs{
    margin-bottom: 60px;
  }
  .tripleLine .featureBox{
    width: 100%;
  }
  .learnMoreWrapper{
    flex-direction: column;
    padding: 24px;
  }
  .learnMoreWrapper.invertElement{
    flex-direction: column;
  }
  .learnMoreImg {
    width: 100%;
  }

  .learnMoreDesc {
      width: 100%;
      padding: 32px 0 16px 0;
  }

  .learnMoreDesc::before {
      width: 100%;
  }

  .learnMoreDesc > img {
      height: 32px;
      margin-bottom: 6px;
  }

  .learnMoreDesc .themeTitle h2 {
      font-size: 20px;
      line-height: 26px;
  }

  .learnMoreDesc .themeTitle p {
      font-size: 16px;
      line-height: 26px;
  }

  .learnMoreDesc ul {
      margin-top: 12px;
      gap: 10px;
  }

  section.hero.notBanner {
      margin-bottom: 60px;
  }

  .aboutDescription {
      margin-bottom: 50px;
  }
  .notBanner .heroWrapper{
    padding-top: 30px;
  }
  .heroWrapper > span{
    text-align: center;
  }
  .pricingCard.w50 {
    width: 100% !important;
    padding: 24px;
  }
  h2.linearTextWhite {
    font-size: 22px;
    margin-bottom: 4px;
  }

  .pricingCard p {
      font-size: 15px;
      line-height: 22px;
  }

  .buyNow {
      flex-direction: column;
      align-items: flex-start;
  }

  .pricingBackground img {
      object-fit: cover;
  }

  .pricingBackground {
      display: flex;
      align-items: flex-end;
  }

  .pricingCard.w100 {
      padding: 24px;
  }
  .nigellaSearh{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .searchInput{
    width: 100%;
    max-width: 400px;
  }
  .balanceTop{
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .stakeTop{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .balanceWrapper{
    flex-direction: column;
  }
  .featuredWrapper{
    justify-content: center;
  }
  .balanceCard{
    width: 100%;
  }
  .balanceList{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .balanceRight{
    align-items: flex-start;
  }
  .featuredStake{
    width: calc(100% * 1/2 - 16px);
    max-width: 400px;
  }
  .stepBuying h2.linearTextWhite{
    margin-bottom: 14px;
  }
  .widthdrawInput{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .inputFeaturedRight{
    position: unset;
    justify-content: center;
    margin-top: 16px;
  }
  .widthdrawInput input{
    padding-right: 16px;
    height: 48px;
    border-radius: 100px;
  }
  .stakingContent{
    flex-direction: column;
  }
  .stakingCenter{
    width: 100%;
  }
  .stakingSidebar{
    width: 100%;
    max-width: 350px;
  }
  .stackedStakingWrapper{
    flex-direction: column;
  }
  .stackedStakingCard{
    max-width: 350px;
  }
  .packetTop{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .balanceCurrentList{
    flex-direction: column;
  }
  .packetCenterContent .balanceList{
    flex-direction: row;
  }
  .stakingContent{
    align-items: center;
  }
  .purchaseWrapper{
    flex-direction: column;
    gap: 30px;
  }
  .purchaseTokensWrapper{
    width: 100%;
    margin-top: 40px;
  }
  .purhaseTokenLeft span{
    font-size: 26px;
    line-height: 28px;
  }
  .rederefingWrapper.v2{
    flex-direction: column;
    padding-bottom: 50px;
  }
  .rederefingWrapper .redefiningWidgets{
    padding-top: 60px;
  }
  .rederefingWrapper .redefiningWidgets .featureBox{
    width: 100%;
  }
  .rederefingWrapper.v2:after{
    display: none;
  }
  .redefining.positionRelative{
    margin-bottom: 0;
  }
  .solutions.widthBg {
    background: url(../img/posGround2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 50px 0 0px 0;
    margin-bottom: 80px;
  }
  .servicesWrapper{
    padding: 0;
    flex-direction: column;
  }
  .servicesCard img{
    width: auto;
    max-width: 40px;
  }
  .servicesRight{
    padding-top: 0;
  }
  .newWalletArea .price{
    font-size: 30px;
  }
  .timeline.reverse .timeLineWrapper .timelineStep:nth-child(even){
    flex-direction: column;
  }
  .timeline.reverse .timelineStep:nth-child(even) .timeLineDesc{
    padding-left: 0px;
  }
  .timeline.reverse .timelineStep .timeLineSlider{
    min-height: 0;
    display: none;
  }
  .timeline.reverse .timelineStep:nth-child(even) .timeLineDesc{
    align-items: center;
  }
  .widgetBoxNewWrapper{gap: 14px;}
  .widgetBoxNewItemIcon img {
    height: 36px;
  }
  .widgetBoxNewItem p{font-size: 14px;}
  .widgetBoxNewItem{
    width: calc(100% * 1/2 - 10px);
    padding: 18px;
  }
  .widgetBoxNew{margin-bottom: 60px;}
}

@media screen and (max-width: 600px) {
  .contactBoxes{
    flex-direction: column;
  }
  .inputGroup{
    flex-direction: column;
  }
  .featuredStake{
    width: 100%;
  }
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

