.wallet-page-1 img {
    object-fit: contain;
    width: 98%;
    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.5fr 1fr;
    align-items: center;
}

.working_img {
    animation: jumping 3s linear 0s infinite alternate;
}

@keyframes jumping {
    0% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-25px);
    }
}
.main-heading h2 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 800;
    color: #000;
    margin-bottom: 25px;
}
.main-heading p:after, .main-heading span.court-heading:after {
    position: absolute;
    display: inline-block;
}
.main-heading p:after, .main-heading span.court-heading:after {
    content: url(../../new-img/seo/heading-tag.jpg);
    right: 0;
    top: -15px;
    margin: 0 auto;
    z-index: 99999;
    text-align: center;
    left: 0;
}
.main-heading p, .main-heading span.court-heading {
    color: #000;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}
 

.feature-sec-card .card-bg {
    border: 1px solid #f33272;
    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;
}
.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 .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 h3 {
    font-style: normal;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding-top: 20px;
    margin: 0 0 7px 0;
}
.feature-sec-card .card-bg p {
    color: #000;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 5px;
    text-align: center;
    width: 90%;
    margin: auto;
}
  

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

.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-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-inner:hover .feature-item-thumb {
    transform: translate(0px, -10px);
}

.currency-page-6 .card:hover  {
    background: #f73c6e; color: #fff;
}
.currency-page-6 .card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}
.currency-page-6 .card p {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    line-height: 22px; margin-bottom: 0;
}
.currency-page-6 .card:hover h3, .currency-page-6 .card:hover p, .currency-page-6 .card:hover a {
    color: #fff;
}
.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: 25px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease; 
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;    height: 100%;
}
.currency-page-three .card .back-box-c {
    border-radius: 12px;
    padding: 20px 14px;
    transition: 0.3s ease; 
    padding: 20px ;
}

 

.what_seo_img{border: 1px solid #ccc;
    padding: 10px;
    background: #fff;}

.crypt-exchange-tx ul li {
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.crypt-exchange-tx ul li::after {
    content: "";
    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));
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 100%;
}

button.slick-next.slick-arrow {
    right: -40px;
    font-size: 0px;
}
button.slick-prev.slick-arrow {
    left: -40px;
    font-size: 0px;
}
.card-slider .slick-arrow, .card-slider .slick-dots {
    display: flex !important;
}
.card-slider .slick-disabled {
    opacity: 0.3 !important;
    pointer-events: none;
}
.defi-new-t.currency-page-6 .card {
    padding: 0px;
    width: 96% !important; margin: auto;
}
.defi-new-t.currency-page-6 .card .back-box-c {
    padding: 25px;
    border-radius: 25px;
    height: 270px;
}
.currency-page-6 .card:hover img {
    filter: invert(1);
}
.currency-page-6 .card li {
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.currency-page-6 .card li::after {
    content: "";
    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));
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 100%;
}
.currency-page-6 .card:hover li:after { background: #FFF}
.currency-page-6 .card ul { margin: 0; padding: 0;}
.card-slider .slick-prev, .card-slider .slick-next {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 35px;
    height: 35px;
    z-index: 2;
    position: absolute;
    top: 45%;
}


.td1 {       padding: 40px;
    box-shadow: 0px 2px 11px rgb(196 196 196 / 38%);
    background: #f5f7f7;
    border-left: 4px solid #d6058b;border-right: 4px solid #d6058b;
    border-radius: 25px;}
.td1 h3 { 
    margin-bottom: 8px; 
}
.td2 {
    padding: 20px;
    background: #fff;
    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;    font-weight: 500;
}
.td2 li::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #db0a86;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 100%;
}


 
@media screen and (max-width:767px) {
.wallet-page-1 .crypt-in-box.cryexbx {
    display: block; 
    text-align: center;
}
.td1 {
    padding: 20px; 
}
.wallet-page-1 .crypt-in-box-l h1 { 
    line-height: 40px;  text-align: center;
}
.wallet-page-1 img {
    margin: 25px 0 0;
    width: 90%; height: auto;
}
.main-heading p {
    font-size: 16px;
    line-height: 25px; 
    padding: 18px 20px; 
}
.pb-70 {
    padding-bottom: 40px;
}
.pt-70 {
    padding-top: 40px;
} 
.feature-item-inner { 
    padding: 25px; display: block;
}
.feature-item-thumb{ margin-bottom: 20px;}
.currency-page-6 .exchange-grid { 
    grid-template-columns: repeat(1, 1fr);
    gap: 24px; 
}

button.slick-next.slick-arrow {
    right: -10px; 
}
button.slick-prev.slick-arrow {
    left: -10px; 
}
.defi-new-t.currency-page-6 .card { 
    width: 85% !important; 
    display: block!important;
}
}