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


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

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

.currency-page-three .card .back-box-c {
    border-radius: 12px;
    padding: 20px 12px;
    transition: 0.3s ease;
    height: 250px;
}

.currency-page-6 .card img {
    width: 40px;
    margin-bottom: 5px;
}

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

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

.currency-page-6 .card:hover {
    border-color: #f73c6e;
}

.currency-page-6 .card:hover .back-box-c {
    background: #f73c6e;
}

.currency-page-6 .card:hover img {
    filter: invert(1);
}

.currency-page-6 .card:hover h3,
.currency-page-6 .card:hover p,
.currency-page-6 .card:hover a {
    color: #fff;
}





.cry-box-we-serve {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    /* padding-right: 20px; */
}

.we-serve-box {
    background-color: rgba(133, 177, 248, 0.1);
    border-radius: 5px;
    margin-top: 30px;
    padding: 20px;
    text-align: center;
    transition: 0.5s;
    border: 1px solid rgba(133, 177, 248, 0.1);
}

.we-serve-box em {
    font-weight: bold;
    font-size: 17px;
    font-style: normal;
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-top: 5px;
}

.we-serve-box:hover {
    border: 1px solid rgba(133, 177, 248, 0.5);
    background: #fff;
}

.we-serve-box span img {
    /* width: 80px; */
    height: 45px;
    margin-bottom: 8px;
}


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







.ico-process-new {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    margin-top: 130px;
}

.ico-process-newOne {
    display: grid;
    align-items: center;
    justify-items: center;
    position: relative;
}

.ico-process-newOne.one-step-box:before {
    background: #6c4192;
}

.ico-process-newOne.one-step-box:before,
.ico-process-newOne.two-step-box:before,
.ico-process-newOne.three-step-box:before {
    content: "";
    position: absolute;
    left: 180px;
    top: 50px;
    width: 20px;
    height: 20px;
    background: #6c4192;
    border-radius: 100%;
    z-index: 1;
}

.rspn-mnu-cls,
:before {
    -webkit-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

em.arrow-step {
    position: absolute;
    right: -70px;
    transform: rotate(151deg);
    top: -14px;
}

em.arrow-step img {
    width: 12px;
}

img.dot-line-one {
    position: absolute;
    right: -66px;
    top: -5px;
    z-index: -1;
}

.ico-process-newOne.one-step-box span.step-bg {
    background: #6c4192;
    padding: 8px 30px;
    color: #fff;
    font-size: 17px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: -10px;
}

.ico-process-icon {
    /* border: 1px solid #6c4192; */
    box-shadow: 2px 5px 5px #ddd;
    padding: 20px;
    width: 80%;
    margin: 80px auto 0;
    display: block;
    border-radius: 10px;
    background: #fff;
}

.ico-process-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 60px;
    /* height: 2px; */
    width: 100%;
    /* background: #bfbfbf; */
    border: 1px dashed #bfbfbf;
}

.ico-process-icon h3 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

.ico-process-icon p {
    text-align: center;
    font-size: 13px;
    width: 100%;
    margin: 10px 0px 0px;
}

.ico-process-newOne.one-step-box .ico-process-icon:after {
    background: #6c4192;
}

.ico-process-icon:after {
    background: #000;
    position: absolute;
    top: 99px;
    width: 87%;
    height: 90px;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 15px;
}

.ico-process-newOne.ico-process-newTwo {
    margin-top: -240px;
    align-items: start;
    justify-content: start;
    align-content: start;
    display: grid;
    position: relative;
}

.ico-process-newOne.two-step-box:before {
    background: #be0c6a;
}

.ico-process-newOne.ico-process-newTwo.two-step-box:before {
    top: 290px;
}

.ico-process-newOne.ico-process-newTwo .ico-process-icon {
    margin-bottom: 115px;
}

.ico-process-newOne.ico-process-newTwo.two-step-box .ico-process-icon:after {
    background: #be0c6a;
    top: 68px;
}

.ico-process-newOne.ico-process-newTwo.two-step-box .ico-process-icon:before {
    top: 300px;
}

.ico-process-newOne.two-step-box span.step-bg {
    background: #be0c6a;
    padding: 8px 30px;
}

span.step-bg {
    background: #6c4192;
    color: #fff;
    padding: 7px 15px;
    font-size: 17px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: -10px;
}

.ico-process-newOne.three-step-box:before {
    background: #0075dd;
}

em.arrow-step.arrow-step-two {
    left: 22px;
    right: auto;
    transform: rotate(-112deg);
    top: 87px;
}

img.dot-line-two {
    position: absolute;
    right: auto;
    top: -3px;
    z-index: -1;
    left: -68px;
}

.ico-process-newOne.three-step-box span.step-bg {
    background: #0075dd;
    padding: 8px 30px;
}

.ico-process-newOne.three-step-box .ico-process-icon:after {
    background: #0075dd;
}




.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;
    min-height: 195px;
}

.feature-item-inner p {
    margin: 0px;
    font-size: 15px;
    line-height: 26px;
}

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



.crypt-exchange fieldset.card {
    border: 2px dotted #6c4192;
    background: 0 0;
    border-radius: 14px;
    padding: 20px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    margin-top: 30px;
    min-height: 220px;
    background: #fff;
    transition: 0.5s;
}

.top-binance-new-banner-number-section {
    font-size: 23px;
    margin-bottom: 0;
    font-weight: 700;
    background: #8d12ab;
    border: 0;
    border-radius: 10px 25px 21px 22px;
    width: 60px !important;
    height: 55px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    box-shadow: 1px 2px 5px #ddd;
    color: #fff;
    transition: 0.5s;
}

.crypt-exchange .card-title {
    margin-bottom: 16px;
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
    margin: 0 0 16px 0;
    padding: 0;
}

.crypt-exchange .card .card-text,
.crypt-exchange .card .card-text {
    font-size: 14px;
    width: 98%;
    margin: auto;
    line-height: 22px;
    margin: 0;
}

.crypt-exchange .card:hover {
    border-radius: 50px 10px 50px 10px;
}

.crypt-exchange .card:hover .top-binance-new-banner-number-section {
    border-radius: 22px 21px 25px 10px;
}

.new-step-sec .crypt-exchange-in p {
    padding-bottom: 60px !important;
}




.it_serbox {
    transition: all .5s ease 0s;
    margin: 0 0 30px;
    padding: 25px 15px 15px;
    width: 100%;
    height: 145px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    background: #fff;
}

span.stackhead {
    color: #313131;
    font-weight: 500;
    line-height: 28px;
    margin-top: 15px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.it_serbox:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .5);
}

@media screen and (max-width: 450px) {
    .wallet-page-1 .crypt-in-box.cryexbx {
        display: flex;
        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;
        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 {
        width: 100% !important;
    }

    .ico-process-new {
        grid-template-columns: 1fr;
        margin-top: 10px;
    }

    em.arrow-step {
        display: none;
    }

    .ico-process-icon {
        margin: 90px auto 0;
    }

    .ico-process-newOne.ico-process-newTwo {
        margin-top: 100px;
        justify-content: center;
        width: 100%;
    }

    .ico-process-newOne.one-step-box:before,
    .ico-process-newOne.two-step-box:before,
    .ico-process-newOne.three-step-box:before {
        left: 0;
        right: 0;
        margin: auto;
    }

    .ico-process-newOne.two-step-box span.step-bg {
        background: #be0c6a;
        padding: 8px 30px;
        margin-top: -380px;
    }

    .ico-process-newOne.ico-process-newTwo.two-step-box:before {
        top: 25px;
    }

    .ico-process-newOne.ico-process-newTwo.two-step-box .ico-process-icon:before {
        top: 34px;
    }

    .ico-process-newOne.three-step-box{
        margin-top: -60px;
    }

    img.dot-line-two, img.dot-line-one{
        display: none;
    }

    .new-step-sec .crypt-exchange-in p {
    padding-bottom: 20px !important;
}

}