.access-btn {
    background: #FFD600;
    padding: 16px 25px;
    border-radius: 8px;
    opacity: 0.8;
    background: #FFD600;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 122.222% */
    border: none;
}

.core-feature-sec .new-feature-box {
    background-image: url(../img/Bridge-main.html);
    background-size: 100% 100%;
    background-position: top left;
    background-repeat: no-repeat;
    padding: 60px 80px;
}

.core-feature-sec .new-feature-box .desktop-view {
    margin: 20px 0;
}

.core-feature-sec .new-feature-box .access-btn {
    margin-top: 30px;
}

.secure-loan-sec {
    margin: 70px 0;
}

.secure-loan-sec .secure-loan-box {
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(255, 214, 48, 0.15) 0%, rgba(255, 126, 56, 0.15) 100%);
    padding: 20px 30px;
    max-width: 416px;
}

.secure-loan-sec .secure-loan-box h4 {
    color: var(--primary, #F0B90B);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.secure-loan-sec .secure-loan-box p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.secure-loan-sec .arrow-sec {
    text-align: end;
    margin-right: -45px;
}

.secure-loan-sec .arrow-sec-left {
    text-align: start;
    margin-left: -45px;
}

.secure-loan-sec .arrow-sec img {
    max-width: 259px;
    margin-top: 30px;
}

.secure-loan-sec .arrow-sec-left img {
    max-width: 259px;
    margin-bottom: 30px;
}

.secure-loan-sec .secure-flex-left {
    display: flex;
    align-items: end;
    height: 100%;
}

.tokens-list-sec {
    margin: 40px 0;
    padding-left: 0;
    list-style: none;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.tokens-list-sec li {
    margin: 6px 0;
}

.tokens-list-sec li h5 {
    color: var(--primary, #F0B90B);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 25px */
    margin-bottom: 10px;
}

.tokens-list-sec li p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 20px */
    margin-bottom: 0;
}

.marlin-asset-sec.margin-finance {
    padding: 80px 0 0;
}
.marlin-asset-sec.margin-finance.process.stake-outer-box {
    padding-top: 130px;
  }
.marlin-asset-sec.margin-finance.finance-gradient {
    position: relative;
    overflow: hidden;
}

.marlin-asset-sec.margin-finance.finance-gradient::before {
    content: '';
    position: absolute;
    height: 950px;
    width: 1050px;
    background-image: url(../img/finance-gradient.html);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    /* margin-top: -100px; */
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

@media (max-width:1200px) {
    .secure-loan-sec .secure-loan-box {
        padding: 20px;
    }

    .secure-loan-sec .secure-loan-box h4 {
        font-size: 18px;
    }

    .secure-loan-sec .secure-loan-box p {
        font-size: 14px;
    }

    .secure-loan-sec .arrow-sec {
        margin-right: -20px;
    }

    .secure-loan-sec .arrow-sec-left {
        margin-left: -20px;
    }

    .secure-loan-sec .arrow-sec-left img,
    .secure-loan-sec .arrow-sec img {
        max-width: 190px;
    }
}

@media (max-width:991px) {
    .core-feature-sec .new-feature-box {
        padding: 40px;
    }

    .secure-loan-sec .secure-loan-box {
        padding: 12px;
    }

    .secure-loan-sec .secure-loan-box h4 {
        font-size: 14px;
    }

    .secure-loan-sec .secure-loan-box p {
        font-size: 12px;
    }

    .secure-loan-sec .arrow-sec-left img {
        margin-bottom: 10px;
    }

    .secure-loan-sec .arrow-sec img {
        margin-top: 10px;
    }

    .access-btn {
        font-size: 16px;
        padding: 12px 24px;
    }

    .secure-loan-sec {
        margin: 50px 0;
    }

    .tokens-list-sec li h5 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .tokens-list-sec li p {
        font-size: 12px;
        line-height: 20px;
    }

    .tokens-list-sec {
        margin: 25px 0;
        gap: 6px;
    }

    .marlin-asset-sec.margin-finance {
        padding: 60px 0;
    }

    .marlin-asset-sec.margin-finance.finance-gradient::before {
        height: 700px;
    }

    .sub-pera {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    .access-btn {
        font-size: 14px;
        line-height: 16px;
        padding: 10px;
        margin-top: 1rem;
    }

    .sub-pera,
    .marlin-asset-sec.margin-finance p {
        font-size: 13px;
    }

    .core-feature-sec .new-feature-box {
        padding: 30px 20px;
    }

    .secure-loan-sec .secure-loan-box {
        max-width: 100%;
        margin-top: 1rem;
    }

    .secure-loan-sec .arrow-sec {
        margin-right: 0;
    }

    .secure-loan-sec .arrow-sec-left {
        margin-left: 0;
    }

    .secure-loan-sec .arrow-sec,
    .secure-loan-sec .arrow-sec-left {
        display: none;
    }

    .secure-loan-sec .secure-flex-left>div {
        width: 100%;
    }

    .order-1-responsive {
        order: 1;
    }

    .secure-loan-sec {
        margin: 30px 0;
    }

    .core-feature-sec .new-feature-box .access-btn {
        margin-top: 20px;
    }

    .marlin-asset-sec.margin-finance.finance-gradient::before {
        height: 573px;
        top: auto;
        background-position: left bottom;
    }

    .tokens-list-sec li h5,
    .tokens-list-sec li p {
        text-align: left;
    }

    .marlin-asset-sec.margin-finance img {
        max-width: 400px;
        width: 100%;
    }

    .marlin-asset-sec.margin-finance h2,
    .marlin-asset-sec.margin-finance p {
        text-align: left;
    }

    .marlin-asset-sec.margin-finance {
        padding: 45px 0;
    }

    .tokens-list-sec li h5 {
        font-size: 14px;
    }
}


/* new service page css */

.marlin-banner-sec h2,
.marlin-asset-sec h2,
.core-feature-sec .main-heading-new {
    font-family: Poppins, sans-serif;
    font-weight: 600;
}


.marlin-banner-sec.bg-service-new h5 {
    background: var(--primary, linear-gradient(90deg, #FFD630 0%, #FF7E38 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.marlin-banner-sec.bg-service-new p {
    font-size: 16px;
}

.text-orange {
    color: var(--primary, #F0B90B);
}

.ibvm-process li {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.core-feature-sec.orange-gradient-sec .new-feature-box {
    background: linear-gradient(to right, #ffd630 0%, #ff7e38 100%);
    border-radius: 20px;
}

.text-black {
    color: #000 !important;
}

.white-btn.yellow-btn {
    background-color: #fff !important;
}

.bg-gradient {
    border-radius: 8px;
    opacity: 0.8;
    background: var(--primary, linear-gradient(90deg, #FFD630 0%, #FF7E38 100%)) !important;
    background-color: transparent;
}

.marlin-banner-sec.bg-service-new h2 {
    font-size: 48px;
    line-height: 62px;
}

.outer-why-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

}

.why-box-escrow {
    border-radius: 12px;
    border: 1px solid var(--primary, #FFD630);
    background: rgba(0, 0, 0, 0.12);
    padding: 16px;
    width: 31%;
    display: flex;
    align-items: flex-start;
    margin: 15px;
    min-height: 180px;
}

.why-box-escrow img {
    height: 54px;
    margin-right: 10px;
}

.why-box-escrow h5 {
    background: var(--primary, linear-gradient(90deg, #FFD630 0%, #FF7E38 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.why-box-escrow p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.text-white {
    color: #fff !important;
}

.why-box-escrow .bg-none.text-white {
    background: none !important;
    -webkit-text-fill-color: #fff;
}

.outer-why-box.key-feature .why-box-escrow {
    min-height: 170px;
    margin: 0;
    margin: 15px 0;
}

.outer-why-box.key-feature {
    justify-content: space-between;
    gap: 10px;
}

.outer-why-box.key-feature .why-box-escrow.key-1 {
    width: 38%;
}

.outer-why-box.key-feature .why-box-escrow.key-3 {
    width: 25%;
}

.outer-membership {
    border-radius: 26px;
    border: 1px solid #fff;
    background: #FFF;
    box-shadow: 0px 26px 40px 0px rgba(188, 202, 255, 0.13);
    padding: 40px;
    min-height: 786px;
}

.outer-membership img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-bottom: 10px;
}

.outer-membership h4 {
    color: #1B223C;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
}

.outer-membership p {
    color: #797878;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.outer-membership h5 {
    color: #1B223C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.outer-membership ul {
    margin: 0;
    padding-left: 20px;
}

.outer-membership ul li {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.border-black {
    border-color: #000 !important;
}

.bg-transperent {
    background-color: transparent !important;
}

.why-box-escrow.heading-center-tier {
    border: none !important;
    padding: 0 !important;
    background: none !important;
}

.outer-why-box.why-signup .why-box-escrow {
    border: none !important;
    background: linear-gradient(92deg, #c08319 -16.27%, rgba(153, 153, 153, 0.00) 92.42%);
    min-height: 140px;
}

.new-feature-box.bg-none {
    background: none !important;
}

.new-feature-box.bg-gradient .white-btn.yellow-btn {
    opacity: 1 !important;
}

.faq-outer-box {}

.faq-outer-box .accordion-item {
    background-color: transparent;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    padding: 12px 0;
    margin: 0 1rem;
}

.faq-outer-box .accordion-button {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: transparent !important;
    box-shadow: none !important;
}

.faq-outer-box .accordion-body {
    color: #28272D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.faq-outer-box .accordion-item:last-child {
    border: none !important;
}

.outer-how-box span {
    background-color: #E06D0E;
    width: 60px;
    height: 60px;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    left: -30px;
    top: -20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.outer-how-box>div {
    display: flex;
    align-items: center;
}

.outer-how-box>div img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.outer-how-box>div h5 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.outer-how-box p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.main-new-section .choose-box-height {
    min-height: 340px;
}

@media (max-width: 1400px) {
    .marlin-asset-sec.why-choose h2 {
        font-size: 38px;
        line-height: 55px;
    }

}

@media (max-width: 1300px) {
    .why-box-escrow {
        padding: 15px;
        width: 30%;
    }

    .why-box-escrow h5 {
        font-size: 16px;
    }

    .why-box-escrow p {
        font-size: 13px;
    }

    .ibvm-process li {
        font-size: 14px;
    }

    .why-box-escrow {
        width: 30% !important;
    }

    .why-box-escrow img {
        height: 45px;
    }

    .outer-how-box>div h5 {
        font-size: 18px;
    }

    .outer-how-box>div img {
        width: 50px;
        height: 50px;
    }

    .main-new-section .choose-box-height {
        min-height: 280px;
    }

}

@media (max-width: 1200px) {
    .outer-how-box>div h5 {
        font-size: 16px;
    }

    .outer-how-box>div img {
        width: 46px;
        height: 46px;
    }

    .outer-how-box {
        padding: 20px;
    }

    .outer-how-box p {
        font-size: 12px;
    }

    .outer-membership {
        min-height: 850px;
    }
}

@media (max-width: 992px) {
    .ibvm-process li {
        font-size: 12px;
    }

    .marlin-asset-sec.why-choose p {
        font-size: 13px;
    }

    .marlin-asset-sec.why-choose h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .faq-outer-box {
        padding: 0 !important;
    }

    .outer-membership {
        padding: 20px;
        min-height: 700px;
    }

    .why-box-escrow img {
        height: 40px;
        margin-right: 8px;
    }

    .why-box-escrow p {
        font-size: 12px;
    }

    .why-box-escrow {
        width: 44% !important;
    }

    .outer-why-box.key-feature .why-box-escrow {
        min-height: 150px;
    }

    .marlin-banner-sec.bg-service-new h2 {
        font-size: 30px;
        line-height: 45px;
    }

    .outer-membership h4 {
        font-size: 20px;
    }

    .outer-membership p {
        font-size: 12px;
    }

    .outer-membership ul li {
        font-size: 12px;
        text-align: left;
    }

    .outer-how-box {
        padding: 15px;
        min-height: 260px;
    }

    .outer-how-box>div img {
        width: 40px;
        height: 40px;
    }

    .faq-outer-box .accordion-button {
        font-size: 16px;
    }

    .faq-outer-box .accordion-body {
        font-size: 12px;
    }
    .footer-merlin .inner-footer h1{
        justify-content: center;
    }
    .blue-btn{
        font-size: 12px;
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {
    h4.text-white.text-center.mb-3{
        margin-top: 1rem;
    }
    .marlin-asset-sec.why-choose p {
        text-align: center;
    }

    .marlin-asset-sec.why-choose h2 {
        text-align: center;
        font-size: 22px;
    }

    .ibvm-process li {
        font-size: 12px;
        text-align: left;
    }

    .mobile-only.d-none {
        display: block !important;
    }

    .marlin-banner-sec.bg-service-new {
        background: none !important;
    }

    .marlin-asset-sec.margin-finance.process {
        padding-top: 0;
    }

    .bg-service-new .mobile-center .d-flex {
        justify-content: center;
    }

    .outer-membership {
        padding: 15px;
        margin-bottom: 20px;
    }

    .why-box-escrow {
        width: 100% !important;
        min-height: auto !important;
    }

    .why-box-escrow img {
        width: auto !important;
    }

    .why-box-escrow h5 {
        text-align: left;
    }

    .outer-how-box {
        padding: 20px;
        min-height: 200px;
        text-align: left;
    }

    .outer-how-box span {
        width: 44px;
        height: 44px;
        font-size: 20px;
        left: -20px;
        top: -20px;
    }

    .outer-how-box::before {
        left: 22%;
    }

    .outer-membership {
        min-height: auto;
    }

    .main-new-section .choose-box-height {
        min-height: auto;
    }
}


/* btc protocol code starts */
.ibvm-orange {
    border-radius: 12px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #FFB533 0%, #FF8237 100%);
}

.ibvm-white {
    border-radius: 12px;
    border: 1px solid #FFF;
    background: #FFF;
}

.ibvm-orange,
.ibvm-white {
    display: flex;
    /* width: 433px;
    height: 223px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    padding: 30px 12px;
    text-align: left;
}

.protocol-first .ibvm-orange,
.protocol-first .ibvm-white {
    max-width: 75%;
    min-height: 223px;

}

.protocol-first .ibvm-white {
    float: right;
    margin-top: -30px;
}

.protocol-second .ibvm-orange,
.protocol-second .ibvm-white {
    max-width: 50%;
    min-height: 310px;
}

.protocol-second .ibvm-white {
    margin-top: 5.8rem;
    margin-left: -0.8rem;
}

.protocol-first .ibvm-orange {
    position: relative;
    z-index: 1;
}

.protocol-second {
    display: flex;
    align-items: start;
}

.protocol-text h5 {
    color: #0F0A26;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    margin-bottom: 0;
}

.protocol-text p {
    color: #0F0A26;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.outer-membership.space-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width:1200px) {

    .protocol-first .ibvm-orange,
    .protocol-first .ibvm-white,
    .protocol-second .ibvm-white,
    .protocol-second .ibvm-orange {
        max-width: 80%;
    }

    .protocol-second {
        display: block;
    }

    .protocol-second .ibvm-white {
        margin-top: -4rem;
        float: right;
    }

    .protocol-first .ibvm-orange,
    .protocol-first .ibvm-white {
        min-height: 290px;
    }
}

@media (max-width:991px) {

    .protocol-first .ibvm-white,
    .protocol-first .ibvm-orange,
    .protocol-second .ibvm-white,
    .protocol-second .ibvm-orange {
        max-width: 100%;
        min-height: 280px;
        margin-top: 1rem;
    }

}

@media (max-width:768px) {

    .protocol-first .ibvm-white,
    .protocol-first .ibvm-orange,
    .protocol-second .ibvm-white,
    .protocol-second .ibvm-orange {
        min-height: 320px;
    }

}

@media (max-width:575.6px) {

    .protocol-first .ibvm-white,
    .protocol-first .ibvm-orange,
    .protocol-second .ibvm-white,
    .protocol-second .ibvm-orange {
        min-height: auto;
    }

}



/* new header csss code starts */
.fixed-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
}

.fixed-menu.show-bottom-menu {
    display: block;
}

.menu-strip-home {
    position: relative;
}

.outer-box-menu {
    position: absolute;
    width: 42%;
    left: auto;
    border-radius: 24px;
    border: 1px solid #B8B8B8;
    background: #000;
    display: block;
    bottom: 75px;
    padding: 20px;
    right: auto;
    min-width: 260px;
}

.outer-box-menu p {
    text-align: center;
    border-bottom: 1px solid #3e3e3e;
    display: block;
    padding: 10px;
    margin-bottom: 0;
}

.outer-box-menu a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.menu-strip-home .outer-box-menu {
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .4s;
}

.menu-strip-home.open-menu .outer-box-menu {
    opacity: 1;
    visibility: visible;
}

.menu-strip-home.open-menu .border-btn.menu-btn {
    display: none;
}

.menu-strip-home .border-btn.close-btn {
    display: none;
}

.menu-strip-home.open-menu .border-btn.close-btn {
    display: block;
}

.fixed-menu .common-btn {
    background: linear-gradient(to bottom, #F0B90B 0%, #b78d09 100%);
    border-radius: 16px;
    padding: 9px 20px;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    color: #000 !important;
    font-weight: 600;
    border: none !important;
    text-align: center;
    box-shadow: none !important;
    outline: none !important;
    min-height: 40px;

}

.menu-strip-home {
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 1);
    background: #333333;
    box-shadow: 0px 0px 20.6px 0px rgba(0, 0, 0, 0.13);
    backdrop-filter: blur(18.649999618530273px);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.menu-strip-home .logo {
    height: 50px;
}

.menu-strip-home .common-btn {
    margin-left: 10px;
}

.fixed-menu .border-btn {
    border-radius: 16px;
    border: 1.5px solid #B8B8B8;
    background: #000;
    padding: 6px 20px;
    color: #F0B90B;
    font-weight: 600;
    text-decoration: none !important;
    line-height: 26px;
    font-size: 16px;
    display: inline-block;
    min-height: 40.4px;
}

.fixed-menu .border-btn img {
    height: 24px;
}

@media (max-width:991px) {

    .fixed-menu .border-btn,
    .fixed-menu .common-btn {
        font-size: 10px;
        line-height: 12px;
        min-height: 25.6px;
    }

    .fixed-menu .common-btn {
        padding: 6px 10px;
    }

    .fixed-menu .border-btn {
        padding: 4px 10px;
    }

    .fixed-menu .border-btn img {
        height: 16px;
    }

    .menu-strip-home .common-btn {
        margin-left: 8px;
    }
}

@media (max-width:460px) {
    .menu-strip-home {
        gap: 6px;
    }
    .flex-header-same{
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        justify-content: end;
    }
    .fixed-menu .row>*{
        padding: 0;
    }
    .fixed-menu .menu-strip-home{
        border-radius: 0;
        margin-bottom: 0;
    }
    .menu-strip-home .common-btn{
        min-width: 84px;
    }
    .fixed-menu .border-btn{
        min-width: 80px;
    }
}


/* decentralise-bannner code starts */
.decentralise-bannner.marlin-banner-sec {
    background-image: url(../images/decentralize-banner.html);

}

.decentralise-bannner.marlin-banner-sec p{
    color: #fff;
    font-size: 20px;
}
.decentralise-bannner.marlin-banner-sec h2{
    margin-top: 0;
}
.decentralise-bannner.marlin-banner-sec .border-btn-new{
    border-radius: 44px;
}
.decentralise-bannner.marlin-banner-sec .bg-outer-back {
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    padding: 8px 10px;
    align-items: center;
    gap: 12px;
    margin-bottom: 36px;
}

.decentralise-bannner.marlin-banner-sec .common-central-para {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.decentralise-bannner.marlin-banner-sec .common-central-para a {
    color: #FFCC4C !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.decentralise-bannner.marlin-banner-sec .bottom-key{
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 36px;
}
.object-btn{
    animation: MoveUpDown 2s linear infinite;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 50%;
    text-align: center;
    display: flex;
    max-width: 45px;
    min-width: auto;
    align-items: center;
    justify-content: center;
}
.object-btn i{
    font-size: 22px;
}
@keyframes MoveUpDown {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 10px;
    }
  }
@media (max-width:768px){
    .decentralise-bannner.marlin-banner-sec .bottom-key{
        justify-content: center;
    }
    .decentralise-bannner.marlin-banner-sec p{
        font-size: 14px;
    }
    .decentralise-bannner.marlin-banner-sec .common-central-para{
        font-size: 12px;
    }
    .decentralise-bannner.marlin-banner-sec .bg-outer-back{
        margin-top: 1rem;
    }
    .timeline-single{
        min-height: auto;
    }
   
}

/* new banner code added */

.mobile-banner-new{
    display: none;
}
@media(max-width:768px){
    .mobile-banner-new.marlin-banner-sec {
        display: block;
        min-height: auto;
    }
    .marlin-banner-sec.main-new-marlin{
        background-image: none;
        background-color: #000;
        padding-top: 10px;
    }
    .marlin-banner-sec.main-new-marlin h2{
        display: none;
    }
    .marlin-banner-sec.main-new-marlin .fire-elements{
        display: none;
    }
    .mobile-banner-new.marlin-banner-sec .fire-elements{
        display: block;
        max-width: 84%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .marlin-banner-sec.mobile-banner-new h2{
        display: block;
        font-size: 26px;
        line-height: 36px;
        text-shadow: 0px 2px #323232;
    }
    .marlin-banner-sec.mobile-banner-new h2 {
        text-align: center;
        line-height: 26px;
        font-size: 18px;
    }
    .marlin-banner-sec.mobile-banner-new h2 span {
        color: #F0B90B;
        font-size: 14px;
        line-height: 21px;
        margin: 0 !important;
    }
    .outer-new-home .marlin-banner-sec h2 .green-text::before {
        height: 18px !important;
        width: 18px !important;
    }
   
}
@media (max-width:425.6px){
    .mobile-banner-new.marlin-banner-sec .fire-elements{
        max-width: 100%;
    }
}

/* privacy page css */

.privecy-page-sec{
font-size: 14px;
}
.privecy-page-sec.marlin-asset-sec p{
    font-size: 14px;
    line-height: 20px;
}
.privecy-page-sec .table tr th,
.privecy-page-sec .table tr td{
   padding: 15px; 
}
.privecy-page-sec.marlin-asset-sec p a{
    color: #FEC938;
}

.yes-no-btn .active {
    background-color: #F0B90B !important;
    color: #000 !important;
    border-color: #F0B90B !important;
    }

@media (max-width:768px){
    .privecy-page-sec.marlin-asset-sec p{
        font-size: 12px;
        line-height: 18px;
    }
    .privecy-page-sec .table {
        min-width: 1200px;
    }
    .marlin-asset-sec.margin-finance.process.stake-outer-box {
        padding-top: 20px;
    }
}
.border-30{
    border-radius: 30px;
}
@media (max-width:768px){
    .head-third{
        font-size: 16px;
        text-align: start;
    }
    .text-align-start{
        text-align: start;
    }
}