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

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

.feature-item-inner {
    display: flex;
    box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.30);
    padding: 40px 30px;
    border-radius: 3px;
    margin-top: 30px;
    border-radius: 20px 5px;
    background: #fff;
}

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

.feature-item-thumb img {
    max-width: 100%;
}

.feature-item-content {
    width: 100%;
}

.feature-item-content h3,
.feature-item-content span {
    font-size: 19px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 15px;
}

.feature-item-content p {
    font-size: 14px;
    margin-bottom: 0;
}

.feature-item-inner:hover .feature-item-thumb {
    transform: translate(0px, -10px);
}

.currency-page-6 .exchange-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0 auto;
}
 
.currency-page-three .card .back-box-c {
    border-radius: 12px;
    padding: 20px 12px;
    transition: 0.3s ease;  height: 100%;
} 

.service-ne-box .why-box {
    width: 100%;
    padding:  35px;
    display: flex;
    background: #fff;
    border-radius: 20px 50px 20px 50px;
    box-shadow: 5px 5px 10px #ddd;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #8fccff;
    transition: 0.5s;
}

.features-outer .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;
    background: #fff;
    height: 90px;
    box-shadow: 1px 2px 3px #ddd;
}

.why-b-con h3 {
    font-weight: 600;
    margin: 25px 0 10px;
    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;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 150px;
}

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

.crypt-exchange ul.we_specialize.p-0 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
}

.crypt-exchange ul.we_specialize.p-0 li {
    background: #fff;
    box-shadow: 0 1px 10px #d0cdcd;
    padding: 15px 21px;
    border-radius: 6px;
    display: inline-flex;
    margin: 15px 10px;
    border: 1px solid #dbdbdb;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.we_specialize li i {
    font-size: 20px;
    margin-right: 10px;
    color: #444242;
}

.feature-sec-card .card-bg {
    border: 1px solid #8fccff;
    border-radius: 16px;
    padding: 20px 10px;
    height: auto;
    width: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 24%);
    min-height: 100%;
    background: #fff;
    margin-bottom: 10px;
}

.feature-sec-card .card-bg .icon-box {
    position: relative;
    top: 0px;
    margin: -60px auto 0px;
    display: flex;
    justify-content: center;
}

.feature-sec-card .card-bg .icon-box .icon-bg {
    position: relative;
    height: 85px;
    width: 85px;
    object-fit: contain;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 19%);
}

.feature-sec-card .card-bg .icon-box .icon-bg::after {
    content: "";
    position: absolute;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    z-index: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    border: 1px solid #8fccff;
}

.feature-sec-card .card-bg .icon-box .card-icon {
    position: absolute;
    top: 20px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    height: 45px;
    width: auto;
    object-fit: contain;
}

.feature-sec-card .card-bg .inner-text .heading {
    font-style: normal;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding-top: 30px;
    margin: 0 0 7px 0;
}

.feature-sec-card .card-bg .inner-text .sub-heading {
    color: #000;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 5px;
    text-align: center;
    width: 90%;
    margin: auto;
}

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

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

.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 .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;
}
.bot-trading-tech .tab-tech .nav-tabs {
    gap: 16px;
    border: 0px;
}
.bot-trading-tech .tab-tech .nav-tabs li {
    min-width: 200px;
}

.popop_box_home {
    color: rgb(255, 255, 255);
    background: url("../../images/new-img/blockchain-consulting-services-page/popop_box_home.webp") 0% 0% / cover no-repeat;
    padding: 50px 0px 40px;
}
.banner_btn, .banner_btn:hover {
    background-image: linear-gradient(to right, rgb(126, 13, 179), rgb(174, 0, 162), rgb(207, 0, 144), rgb(231, 19, 126), rgb(247, 60, 110));
    color: rgb(255, 255, 255);
    font-size: 18px;
    position: relative;
    overflow: hidden;
    border: 0px;
}

.after_btn::after {
    content: "";
    width: 10px;
    top: 0px;
    height: 165px;
    rotate: 330deg;
    opacity: 0.5;
    left: 0px;
    position: absolute;
    background: rgb(255, 255, 255);
    animation: 2s linear 0s infinite normal none running drift;
}
@media screen and (max-width: 991px) {
    .currency-page-6 .exchange-grid { 
        grid-template-columns: repeat(2, 1fr); 
    }
    .currency-page-9 .new-process .roadmap_box {
    height: 290px;
}
}
    @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 {
    height: auto;
}
    .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;
    }

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

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


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

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



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

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

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

    .bann-dd .mb-50 img {
        width: 100% !important;
    }

    .feature-item-thumb {
        margin: 0px;
    }

    .currency-page-6 .exchange-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .service-ne-box .nft-features {
        margin: 10px 0px !important;
    }

    .crypt-exchange ul.we_specialize.p-0 {
        grid-template-columns: 1fr 1fr;
    }

    .crypt-exchange ul.we_specialize.p-0 li {
        margin: 10px;
        padding: 8px 15px;
    }
}