.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;
}

 

.cry-box-we-serve {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    /* padding-right: 20px; */
}
 
.currency-page-9 .new-process .roadmap_box {
    height: 240px;
}
 
.feature-item-thumb img {
    max-width: 100%;
}

.feature-item-thumb {
    flex: 0 0 70px;
    -ms-flex: 0 0 80px;
    max-width: 70px;
    width: 70px;
    margin-right: 15px;
    transform: translate(0px, 0px);
    transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
}

 
 

.nft-features.game-box-one .nft-features {
    height: 100%;
    align-items: start;
    background: #fff;
    border-radius: 20px 50px 20px 50px;
    box-shadow: 5px 5px 10px #ddd;  
    border: 1px solid #8fccff;
    transition: 0.5s;
    padding: 20px 35px; 
}

 
.nft-features .why-b-icon {
    display: flex;
    border: 0 solid #4966c4;
    border-radius: 0;
    transition: 0.3s ease-in-out;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 15px 20px;
    width: 90px;
    border-radius: 100px;
    background: #fff;
    height: 90px;
    box-shadow: 1px 2px 3px #ddd;
}

.nft-features .nft-features:hover {
    box-shadow: 8px 8px 13px #ddd;
    border-radius: 10px;
}

.why-b-con h3,
.why-b-con p {
    text-align: left;
    font-weight: 600;
    margin: 30px 0 20px 0;
    font-size: 19px;
    line-height: 28px;
}

.nft-features .why-box .why-b-con p {
    color: #656565;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
    -webkit-box-orient: vertical; 
}


 
.tabel_box {
    box-shadow: 0px 0px 10px #b1b1b1; 
    border-radius: 20px;
}
.tabel_box .table>:not(caption)>*>* {
    padding: .8rem .9rem;
    
}
.tabel_box th{ background: #dc0a85; color: #fff;}


.td3 {
    box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.30);
    padding: 40px 30px;
    border-radius: 3px;
    border-radius: 20px 5px;
    background: #fff;
    height: 100%;border: 1px solid #d6058b45;
}

.td3 b {
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
}
.td3 li {
    position: relative;
    font-size: 14px;
    margin: 10px 0 0 0;
    padding-left: 26px;
}
.td3 li::after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    background: url(../../images/new-img/dao-development/check.svg) no-repeat center center;
    background-size: 98%;
    left: 0;
    top: 3px;
}


 

.td1 {       padding: 40px;
    box-shadow: 0px 2px 11px rgb(196 196 196 / 38%);
    background: #fff;
    border-left: 4px solid #d6058b;border-right: 4px solid #d6058b;
    border-radius: 25px;}
.td1 h3 { 
    margin-bottom: 8px; 
}
.td2 {
    padding: 20px;
    background: #f5f7f7;
    border: 1px solid #d6058b45; 
    border-radius: 15px;height: 100%;
}
.td2 .h4{
     
color: #d6058b;
     
display: block;
     
font-weight: 600;
}

.td2 li {
    position: relative;
    font-size: 14px;
    margin: 10px 0 0 0;
    padding-left: 26px;
}
.td2 li::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #db0a86;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 100%;
}

 .solutions_box {
    box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.30);
    padding: 15px 20px 0;
    border-radius: 20px;
    background: #fff;
    height: 100%;
    border: 1px solid #d6058b45;
}

.solutions_box .table>:not(caption)>*>* {
    border-bottom: 5px solid #ffffff;
    vertical-align: middle;
    font-size: 13px;    padding: 8px 10px;
}
.solutions_box th {
    background-image: linear-gradient(to right, hwb(282deg 5% 30% / 30%), hsl(341deg 89% 58% / 30%));
    font-weight: 600;
}
.solutions_box td {
    background: #f7f1ff;
}


@media screen and (max-width: 991px) {
    
.currency-page-9 .new-process .roadmap_box {
    height: 260px;
}
.tab_acrole{    flex-wrap: inherit;
    overflow: auto;
    padding-bottom: 15px;}
}

@media screen and (max-width: 767px) {
    
    .currency-page-9 .new-process .roadmap_box {
    min-height: 330px;
}
    
}

@media screen and (max-width: 450px) {
    .wallet-page-1 .crypt-in-box.cryexbx {
        display: flex;
        flex-direction: column;
    }
       .currency-page-9 .new-process .roadmap_box {
    min-height: auto;
}
  
.td1 {
    padding: 20px;
    box-shadow: 0px 2px 11px rgb(196 196 196 / 38%);
    background: #fff;
    border-left: 2px solid #d6058b;
    border-right: 2px solid #d6058b;
    border-radius: 25px;
}
    .wallet-page-1 .crypt-in-box-l h1 {
        font-size: 30px;
        font-weight: 800;
        line-height: 36px;
    }

    .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;
        flex-wrap: nowrap;
        flex-direction: row;
        overflow: scroll;
    }

    .bot-trading-tech .tab-tech .nav-tabs {
        display: flex;
        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;
    }

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

    .cry-box-we-serve {
        grid-template-columns: 2fr 2fr;
    }

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


    .table-defi-box {
        grid-template-columns: 150px 150px 150px;
    }

    .table-defi {
        overflow-y: auto;
        display: grid;
    }

    .table-defi-box span,
    .table-defi-box p {
        padding: 10px 20px;
        font-size: 13px;
    }

    p.w-80,
    p.w-90,
    h2.w-80 {
        width: 100% !important;
    }

    .feature-item-thumb {
        display: none;
    }

  .pt-70 {
    padding-top: 40px;
}

}