.exchage_sec_1 { 
    position: relative; 
    padding: 150px 0 80px; 
}
.site-mapbox .crypt-dev-box.change-tx {
    grid-template-columns: 1fr 1fr;
    margin: 0;
    width: 90%;
    background: transparent;
}
.crypt-dev-four:first-child {
    border: 0;
}
.change-tx .crypt-dev-four span {
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 12px 0;
    padding: 0;
}
.crypt-in-box-l h1, .crypt-in-box-l .h1, .crypt-in-box-l h2 {
    font-size: 35px;
    font-weight: 900;
    line-height: 55px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.text-gradient {
    background-image: linear-gradient(to right, #7e0db3, #ae00a2, #cf0090, #e7137e, #f73c6e);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
}
 
.t-center {
    text-align: center !important;
}
.it_serbox {
    transition: all .5s ease 0s;
    padding: 25px 15px 15px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.g-five {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 20px;
}
img.botIcon {
    height: 50px;
    margin: auto;
}
.it_serbox h3, .it_serbox h4, .it_serbox h5, .it_serbox h2 .it_serbox span.stackhead {
    color: #313131;
    font-weight: 500;
    line-height: 25px;
    margin-top: 15px;
    font-size: 14px;
}
.g-five.nft-grid.site-grid .it_serbox h5 {
    font-size: 13px;
    line-height: 20px;
}
.crypt-in-box-r.nft-r-t-img.site-map-t-img img {
    width: 65%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.working_img {
    animation: jumping 3s linear 0s infinite alternate;
}
@keyframes jumping { 0% { transform: translateY(5px); }
  100% { transform: translateY(-25px); } }

@media screen and (max-width: 991px) {
.g-five { 
    grid-template-columns: 1fr 1fr 1fr 1fr ; 
}
}
@media screen and (max-width: 767px) {
.g-five { 
    grid-template-columns: 1fr 1fr 1fr 1fr; 
}
}

@media screen and (max-width: 450px) {
.g-five { 
    grid-template-columns: 1fr 1fr; 
}
    .trading-bot-one .feature-item-content {
        height: 250px;
    }

    .feature-item-content p {
        height: 90px;
    }

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



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



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




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

    .nft-grid {
        grid-template-columns: 1fr 1fr;
    }

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

    .bot-trading-tech .tab-tech .nav-tabs {
        border: 0px;
        column-gap: 0px;
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
        justify-content: space-between;
    }
    h2 { 
    margin-top: 20px;
}

}