.online-currency {

    .bitget-landing {
        margin-top: 150px;

        .heading {
            color: #FFF;
            text-align: center;
            font-feature-settings: 'liga' off, 'clig' off;
            font-family: Nunito;
            font-size: 40px;
            font-style: normal;
            font-weight: 800;
            line-height: 120%;
            /* 48px */
            margin-bottom: 112px;
        }
    }

    & .hero-multicurrency {
        & .hero-multicurrency__content {
            .hero-multicurrency__title {
                color: #86868B;
            }
        }

        .hero-multicurrency__button {
            background-color: #22E243;
        }
    }

    & .text-image {
        & .text-image_line {
            margin: 0px;

        }
    }

    .bitget-landing .step_box .box {
        padding: 60px 45px;
    }

    .text-right-left-image__button {
        background-color: #22E243;
        margin: 0 auto;
        display: block;
        max-width: 302px;
        line-height: 58px;
        width: 100%;
        padding: 0;
        line-height: 55px !important;
    }

    .fourbox {
        .step_box {
            grid-template-columns: repeat(4, 1fr);
        }

        .step_box .box {
            padding: 30px 34px;
            max-height: unset;
        }
    }

    @media (min-width:768px) {
        .moneytransfers--text-image {
            margin: 30vh auto;
            z-index: 99999;
        }
    }

    .moneytransfers--text-image {
        margin-top: 250px;
        position: relative;

        @media(max-width:1400px) {
            max-width: 80%;
            margin-top: 100px;
        }

        @media(min-width:1000px) {
            padding: 55px;
        }

        @media(max-width:1600px) {
            padding: 100px;
        }

        @media(max-width:1100px) {
            padding-top: 0;
        }

        @media(max-width:600px) {
            max-width: 90%;
            margin-top: 20px;
            padding: 0;
        }

        .moneytransfers--text-image__wrapper {
            display: flex;
            gap: 20px;
            text-align: left;
            align-items: center;

            @media(max-width:600px) {
                margin: 0 auto;
                width: 90%;
                padding-left: 25px;

                br {
                    display: none;
                }
            }
        }

        .moneytransfers--text-image__wrapper-text {
            @media(min-width:768px) {
                width: 50%;
            }
        }

        .moneytransfers--text-image__wrapper-image {
            @media(min-width:768px) {
                width: 50%;
            }
        }

        .moneytransfers--text-image__wrapper-text__heading {
            font-size: 48px;
            ;

            @media(max-width:1400px) {
                font-size: var(--headingfont-size);
                ;
            }

            line-height: var(--headingfont-line-height);
            margin-bottom: var(--heading-margin-bottom);
            color: white;
            font-feature-settings: 'liga' off,
            'clig' off;
            font-family: Nunito;
            font-style: normal;
            font-weight: 800;
        }

        .moneytransfers--text-image__wrapper-text__description {
            font-size: 32px;
            line-height: var(--descriptionfont-line-height);
            margin-bottom: var(--description-margin-bottom);

            @media(max-width:1400px) {
                font-size: var(--descriptionfont-size);
            }

            color: white;
            font-feature-settings: 'liga' off,
            'clig' off;
            font-family: Nunito;
            font-style: normal;
            font-weight: 400;
        }

        .moneytransfers--text-image__wrapper-text__download {
            display: flex;
            gap: 28px;
            margin-top: 133px;

            @media(max-width:1400px) {
                gap: 14px;
                margin-top: 50px;

                img {
                    width: 100px;
                    object-fit: contain;

                    @media(max-width:1100px) {
                        height: 30px
                    }
                }
            }
        }

        .moneytransfers--text-image__wrapper-image-mobile {
            @media(min-width:600px) {
                display: none;
            }

            @media(max-width:600px) {
                width: 100%;
                position: relative;

                img {
                    object-fit: contain;
                    object-position: center;
                    max-height: 400px;
                    max-width: 400px;
                    position: relative;
                    left: -10dvh;
                }
            }
        }

        .moneytransfers--text-image__wrapper-image {
            @media(max-width:600px) {
                display: none;
            }

            position: relative;
            z-index: -1;

            img {
                position: absolute;
                width: auto;
                height: auto;
                min-height: 100dvh;

                object-fit: contain;
                left: 0;
                z-index: -1;
                pointer-events: none;
                top: -50dvh;
                left: -110%;

                @media(min-width:2000px) {
                    top: -30dvh;
                    max-height: 65dvh;
                    min-height: 65dvh;
                    left: -35dvh;
                }

                @media(max-width:1600px) {
                    top: -50dvh;
                    max-height: 100dvh;
                    min-height: 100dvh;
                    left: -65dvh;
                }

                @media(max-width: 1100px) {
                    height: 500px;
                    max-height: 500px;
                    min-height: 500px;
                    left: -300px;
                    top: -250px;
                }
            }
        }
    }

    .button-main--green {
        display: inline-flex;
        height: 58px;
        padding: 20px 32px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        background-color: #22E243;
        border-radius: 64px;
        color: var(--Black, #000);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-family: Nunito;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        border-radius: 200px;
        border: 2px solid transparent;
        transition: all .3s ease-in-out;

        &:hover {
            transition: all .3s ease-in-out;
            border: 2px solid #000;
            background: #f7f7f7;
            color: #222;
            text-align: center;
            font-family: Nunito;
            box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .15);
            background-image: url('https://www.zen.com/wp-content/themes/zen/images/deals-landing/patern.webp');
            background-position: center;
            background-size: cover;
        }

        @media(max-width: 1400px) {
            height: 48px;
            padding: 16px 24px;
            font-size: 14px;
        }
    }

    @media (max-width:768px) {

        & .bitget-landing {
            .heading {
                font-size: 28px;
                margin-bottom: 50px;
            }
        }
    }
}


@media(min-width:1100px) and (max-width:1910px) {
    .b2b_pages-template-crowdfunding-landing {
        #navbar-new {
            zoom: 0.8;
            max-width: 1240px;
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
        }

        .crowdfunding-landing {
            zoom: 0.7;
        }

        [data-aos^=fade][data-aos^=fade] {
            opacity: 1;
        }

        [data-aos=fade-right] {
            transform: translate3d(0px, 0, 0) !important;
        }

    }
}

.b2b_pages-template-crowdfunding-landing {
    & .container {
        @media (max-width: 1400px) {
            max-width: 80%;
        }
    }
}

@media (max-width:768px) {

    .growth_personal_usage p {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .crowdfunding-landing {
        .hero-multicurrency {
            .hero-multicurrency__subtitle {

                font-size: 34px !important;
                font-style: normal;
                font-weight: 700;
                line-height: 40px !important;

                /* 117.647% */
                br {
                    display: none;
                }
            }
        }

        .text-image {
            .text-image__title {



                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: 32px;

                br {
                    display: none;
                }
            }
        }

        .text-right-left-image__content___description {
            br {
                display: unset !important;
            }
        }
    }
}


.page-template-online-currency-landing,
.exchange-template-default {
    & .custom-text-right-left-image {
        @media (max-width: 768px) {
            max-width: 90%;
        }
    }

    .site-content {
        margin-top: unset !important;
    }
}

.page-template-online-currency-landing,
.exchange-template-default {
    .site-content {
        margin-top: unset !important;
    }

    .custom-text-right-left-image {
        img {
            max-width: 380px;
        }
    }

    .zen_text-section {
        margin-top: 250px;
        margin-bottom: 150px;

        .zen_text-section__heading {
            color: #86868B;
            text-align: center;
            font-family: Nunito;
            font-size: 64px;
            font-style: normal;
            font-weight: 800;
            line-height: 90px;
            /* 140.625% */
            margin-bottom: 64px;
        }

        .zen_text-section__subheading {
            color: #86868B;
            text-align: center;
            font-family: Nunito;
            font-size: 43px;
            font-style: normal;
            font-weight: 600;
            line-height: 60px;
            /* 139.535% */
            margin-bottom: 64px;
        }

        .zen_text-section__text {
            color: #FFF;
            text-align: center;
            font-family: Nunito;
            font-size: 43px;
            font-style: normal;
            font-weight: 700;
            line-height: 60px;

            /* 139.535% */
            b {
                color: #59EA6D;
                font-family: Nunito;
                font-size: 43px;
                font-style: normal;
                font-weight: 700;
                line-height: 60px;
            }
        }
    }
}

@media (min-width:768px) {

    .online-currency::after {
        content: "" !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../../template-parts/currency-converter-black/img/line.png) !important;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
        opacity: .9;
        z-index: 0;
        pointer-events: none;
        z-index: -1;
    }

    .online-currency {
        position: relative;
    }


}

@media (max-width:768px) {

    .page-template-online-currency-landing,
    .exchange-template-default {
        .zen_text-section {
            padding: 10px;

            .zen_text-section__heading {
                font-size: 32px;
                font-weight: 800;
                line-height: 40px;
                /* 140.625% */
                margin-bottom: 34px;
            }

            .zen_text-section__subheading {
                font-size: 20px;
                line-height: 26px;
                /* 139.535% */
                margin-bottom: 34px;
                margin-bottom: 64px;
            }

            .zen_text-section__text {
                font-size: 20px;
                line-height: 26px;

                /* 139.535% */
                b {
                    font-size: 20px;
                    line-height: 26px;
                }
            }
        }
    }

    .page-template-online-currency-landing,
    .exchange-template-default {
        & .custom-text-right-left-image {
            margin-bottom: 100px;

            img {
                max-width: 200px;
                margin: 0 auto;
                text-align: center;
                display: block;
            }
        }
    }

}

.online-currency {
    .hero-basic .wrapper-buttons button {
        border: 0px !important;
    }

    .custom-text-right-left-image {
        background: linear-gradient(142deg, #222 21.76%, #000 64.89%);
        border-radius: 16px;
        padding: 20px 0px;
    }

    @media (min-width:768px) {
        .custom-text-right-left-image {
            margin-bottom: 200px;
            border-radius: 16px;
            background: linear-gradient(142deg, #222 21.76%, #000 64.89%);
            padding: 0px 90px;

            img {
                margin-top: -80px;
                margin-bottom: -125px;
            }

            .text-right-left-image__image {
                width: 35%;
            }

            .text-right-left-image__content {
                width: 65%;

                .text-right-left-image__button {
                    margin: unset !important;
                }

                .text-right-left-image__content___description {
                    color: #FFF;
                    font-family: Nunito;
                    font-size: 32px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 140%;
                    /* 44.8px */
                }

            }
        }
    }

}



@media (min-width: 1100px) and (max-width: 1910px) {

    .page-template-online-currency,
    .exchange-template-default {

        /* custom to LP */
        .hero-module {
            max-width: 1320px;
        }

        .zen_topup-slider__subheading {
            margin-bottom: 160px;
        }

        .moneytransfers--text-image__wrapper-image {
            img {
                /* min-height: 120dvh !important; */
            }
        }

        .zen_topup-slider {
            margin-top: 100px;
        }

        #navbar-new {
            zoom: 0.8;
            max-width: 1240px;
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
        }

        .online-currency {
            zoom: 0.7;
        }

        .site-footer {
            zoom: 0.8;
        }

        [data-aos^="fade"] {
            &[data-aos^="fade"] {
                opacity: 1;
            }
        }

        [data-aos="fade-right"] {
            transform: translate3d(0px, 0, 0) !important;
        }
    }
}

.page-template-online-currency-landing,
.exchange-template-default {
    .hero-basic {
        margin-top: unset !important;
    }

    .container {
        @media (max-width: 1400px) {
            max-width: 70% !important;
        }
    }
}


@media (max-width:768px) {

    .page-template-online-currency-landing,
    .exchange-template-default {
        .zen_text-section {
            margin-top: 100px;
        }
    }
}

.page-template-online-currency-landing,
.exchange-template-default {
    & .container {
        @media (max-width: 768px) {
            max-width: 90% !important;
        }
    }
}

.page-template-online-currency .site-content {
    margin: 0px !important;
}

.page-template-online-currency {
    .custom-text-right-left-image {
        background: unset !important;
    }
}

.page-template-online-currency {
    .online-currency {
        .bitget-landing .bitget_steps .bitget_steps_box_heading {
            font-size: 24px !important;
            font-style: normal;
            font-weight: 800;
            line-height: 130%;
        }

        .bitget-landing {
            .heading {
                margin-bottom: 7px !important;
            }
        }

        .text-right-left-image__content {
            width: 50%;
        }

        .section-faq-module {
            h2 {
                color: #FFF;

                text-align: center;
                font-family: Nunito;
                font-size: 40px;
                font-style: normal;
                font-weight: 700;
                line-height: 130%;
                /* 52px */
                letter-spacing: -0.92px;
                margin-bottom: 110px;
            }
        }
    }
}


@media (max-width:768px) {
    .page-template-online-currency {
        & .online-currency {
            .text-right-left-image__content {
                width: 100%;
                order: -1;
            }
        }
    }
}

.zen-step-box {
    a {
        color: var(--Green, #69E245);
        text-align: center;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

        font-family: Nunito;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        text-decoration-line: underline;
        z-index: 99999999;

    }
}

.page-template-online-currency {
    .online-currency {
        .whyzen {
            margin-top: 119px;

            .text {
                color: #FFF;
                text-align: center;
                font-feature-settings: 'liga' off, 'clig' off;
                font-family: Nunito;
                font-size: 24px;
                font-style: normal;
                font-weight: 500;
                line-height: 32px;
            }
        }
    }
}

.online-currency {
    @media (min-width: 768px) {
        & .custom-text-right-left-image {
            img {
                margin: 0px !important
            }
        }
    }

    @media (max-width:768px) {
        .hero-module__info {
            display: none;
        }

        .mobiletext {
            .hero-title {
                color: #FFF;
                text-align: center;
                font-family: Nunito;
                font-size: 32px !important;
                font-style: normal;
                font-weight: 700 !important;
                line-height: 120% !important;

                /* 38.4px */
                br {
                    display: none;
                }
            }

            .hero-text {
                p {
                    color: #FFF;
                    text-align: center;
                    font-family: Nunito;
                    font-size: 14px !important;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 18px !important
                }

                br {
                    display: none;
                }
            }
        }
    }
}

.online-currency {
    .swiper-pagination {
        background-color: #222222;
        width: 156px !important;
        height: 48px !important;
        border-radius: 48px;
        line-height: 48px;
        margin: 0 auto;
        left: unset !important;
        margin-bottom: -40px !important;

        .swiper-pagination-bullet {
            background-color: #000000;
        }

        .swiper-pagination-bullet-active {
            background-color: #22E243;
        }

    }

    .pagination_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


@media (max-width:768px) {
    .currency-converter-black .whyzen .text {
        color: #FFF;
        text-align: center;
        font-family: Nunito;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;

        br {
            display: none;
        }
    }

    .page-template-online-currency {
        & .online-currency {
            & .section-faq-module {
                h2 {
                    color: #FFF;
                    text-align: center;
                    font-family: Nunito;
                    font-size: 24px;
                    font-style: normal;
                    font-weight: 900;
                    line-height: 110%;
                    /* 26.4px */
                    margin-bottom: unset;
                }
            }
        }
    }

    .online-currency {
        .bitget_steps {
            position: relative;

            .text-right-left-image__button {
                display: none;
            }
        }
    }
}

.zen-text-mobile {
    display: none;
}

.badgeswrap {
    margin-top: 96px;
}

.online-currency {
    .homepage-new__counter-badges {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 3.2rem;
        max-width: 35.2rem;
        width: 100%;
        margin: 0 auto;
    }

    .homepage-new__counter-badge {
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding-bottom: 43.38785807%;
    }

    .homepage-new__counter-badge>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        min-height: 100%;
        max-height: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
    }
}

@media (min-width:1200px) {
    .online-currency {
        .homepage-new__counter-badges {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 3.3rem;
            max-width: 77.9rem;
            width: 100%;
            margin: 0 auto;
        }
    }
}

.page-template-online-currency {
    .online-currency {
        .moneytransfers--text-image__wrapper-text__description {
            line-height: 140%;
        }

        .bitget_steps .text {

            font-size: 24px;
            font-style: normal;
            font-weight: 500;
            line-height: 32px;
        }

        .calculator_wrap button {
            max-width: 303px !important;
            width: 100% !important;
        }

        .hero-basic {
            margin-bottom: unset;
        }

        #btn-switch-calculator {
            display: flex;
            background: #0c0c0c;
            border-radius: 999px;
            padding: 6px;
            gap: 4px;
            width: fit-content;
            width: 100%;
            width: 307.692px;
            height: 64px;
            margin: 0 auto;
            margin-bottom: 27px;
            align-items: center;
            justify-content: center;
        }

        #btn-switch-calculator button {
            cursor: pointer;
        }

        .calculator_wrap .calculator h3 {
            color: #B5B5B5;
            text-align: center;
            font-family: Nunito;
            font-size: 10px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px;
            /* 160% */
        }

        #btn-wymien,
        #btn-wyslij {
            display: flex;
            justify-content: center;
            border: none;
            border-radius: 999px;
            padding: 10px 20px;
            font-weight: bold;
            display: flex;
            align-items: center;
            gap: 8px;
            color: #FFF;
            text-align: center;
            font-family: Nunito !important;
            font-size: 14.769px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            width: 150px;
            margin: 0 !important;
        }

        @media (max-width:768px) {

            #btn-wymien,
            #btn-wyslij {
                font-size: 12px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
            }

            #btn-switch-calculator {
                width: 250px;
            }
        }

        #btn-wymien {}

        #btn-switch-calculator .active {
            background: white;
            color: black;
        }


        #btn-wymien,
        #btn-wyslij {
            max-width: 303px;
            width: 100%;
            height: 48px;
            background: #0c0c0c;
            color: white;
            cursor: pointer;

            svg,
            svg path {
                stroke: #FFF;
            }

            &:hover {
                background: #1a1a1a;
                color: #FFF;

                svg,
                svg path {
                    stroke: #FFF;
                }
            }

            &.active {
                background: white;
                color: black;

                svg,
                svg path {
                    stroke: #000;
                }

                &:hover {
                    background: #e5e5e5;

                    svg,
                    svg path {
                        stroke: #000;
                    }
                }
            }
        }

        #btn-wyslij {
            &.active {

                svg,
                svg path {
                    fill: #000;
                }
            }
        }

        #btn-wymien:hover {
            background: #e5e5e5;
            color: #000;
        }

        #btn-wyslij:hover {
            background: #e5e5e5;
            color: #000;
        }

        #btn-wyslij.active svg {
            filter: invert(94%) sepia(2%) saturate(3%) hue-rotate(163deg) brightness(106%) contrast(94%);
        }

        #btn-wyslij:hover svg {
            filter: invert(94%) sepia(2%) saturate(3%) hue-rotate(163deg) brightness(106%) contrast(94%);
        }


    }
}

#btn-switch-calculator {
    scroll-margin-top: 150px;
}

.online-currency-v2 {
    .zen-landing-section {
        border-radius: 8px;
        background: #F0EEE7;
        padding: 130px 0px;

        .zen-heading {
            color: #000;

        }

        .zen-text {
            color: #000;
        }
    }

    .bitget-landing {
        border-radius: 8px;
        background: #F0EEE7;
        padding: 140px 0px;

        .heading,
        .text {
            color: #000 !important;
        }

        .box {
            border-radius: 16px;
            border: 1px solid #727272;
            background: linear-gradient(142deg, rgba(34, 34, 34, 0.95) 21.76%, rgba(0, 0, 0, 0.95) 64.89%);
            padding-bottom: 0px !important;
        }

        .heading {
            order: -2;
            margin-bottom: 80px !important;
        }

        .text {
            margin-top: 40px;
            margin-bottom: 40px;
        }

        .row {
            order: -1;
        }

        .bitget_steps {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            margin-top: 0px !important;
        }
    }

}

.online-currency {
    .info-wrapper {
        position: relative;
        display: inline-block;
        margin-left: 3px;
    }

    .info-wrapper button {
        margin: unset !important;
        background-color: unset !important;
        width: 11px !important;
        height: 11px !important;
        padding: unset !important;
    }

    .info-button {
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 6px;
    }

    .tooltip-bubble {
        position: absolute;
        bottom: 120%;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        color: #000;
        padding: 12px;
        width: 220px;
        border-radius: 10px;
        color: #000;
        font-family: Nunito;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 15px;
        /* 150% */
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        display: none;
        z-index: 999;
    }

    .tooltip-bubble::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -6px;
        border-width: 6px;
        border-style: solid;
        border-color: white transparent transparent transparent;
    }

}

@media (max-width:768px) {
    .page-template-online-currency {
        & .online-currency {
            .bitget_steps .text {
                color: #FFF;

                font-family: Nunito;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 18px;
            }
        }
    }
}

#btn-switch-calculator button {
    cursor: pointer;
}

.badges_mobile {
    display: none;
}

.online-currency .customsteps .box {
    border: 0px !important;
}

@media (max-width:768px) {
    .online-currency .customsteps .box {

        border-radius: 16px;
        border: 1px solid #727272;
        background: linear-gradient(142deg, rgba(34, 34, 34, 0.95) 21.76%, rgba(0, 0, 0, 0.95) 64.89%);
        width: 324px;
        height: 351px;
        padding: 30px !important;
        margin: 0 auto;
    }

    .online-currency .badges_mobile .homepage-new__counter-badge {
        padding: 0px !important;

    }

    .badges_mobile {
        display: unset;
    }

    .badges_desktop {
        display: none;
    }

    online-currency {
        .homepage-new__counter-badge {
            padding: 0px !important;
        }
    }

    .badges_mobile .homepage-new__counter-badges {
        padding: 0px !important;
    }

    .badges_mobile .homepage-new__counter-badges img {
        width: 100%;
        max-width: 222px;
        min-width: unset;
        min-height: unset;
        object-fit: contain;
        position: unset;
        margin: 0 auto;
        display: block;
    }
}

.download_image_mobile {
    display: none;
}

@media (max-width:768px) {
    .download_image_desktop {
        display: none
    }

    .download_image_mobile {
        display: block;
        margin-top: 100px;

        img {
            width: 100%;
        }
    }

    .online-currency {
        .moneytransfers--text-image__wrapper-text__description {
            text-align: center;
        }

        & .moneytransfers--text-image {
            & .moneytransfers--text-image__wrapper-text__heading {
                display: none;
            }
        }

        .moneytransfers--text-image__wrapper {
            .button-main--green {
                display: none;
            }
        }

        .moneytransfers--text-image__wrapper-text__download {
            display: flex;
            justify-content: center;

            img {

                width: 124.162px !important;
                height: 40.165px !important;
                object-fit: cover !important;
            }
        }
    }


}

.highlight-row .highlight-offer::after {
    position: absolute;
    content: "";
    background-image: url(../currency-converter-black/img/aftercalculate.png);
    top: -6px;
    right: 25%;
    width: 190.889px;
    height: 33.61px;
    background-repeat: no-repeat;
    z-index: -1;
}

.online-currency {
    .whyzen {
        max-width: 1200px !important;
    }
}

.online-currency {
    .text-right-left-image__button {
        cursor: pointer;
    }
}

@media (max-width:768px) {
    .online-currency {
        .faq-question div {
            width: 80%;
        }

        .bitget-landing:nth-child(3) {
            .box {
                align-items: start;
                text-align: left;
                height: unset;

            }
        }

        .hero-basic {
            padding-bottom: 20px !important;

        }

        .moneytransfers--text-image__wrapper-text__download {
            img {
                width: 134.162px;
                height: 40.165px;
                object-fit: contain !important;
            }
        }
    }
}

.online-currency {
    .calculator_wrap .calculator {
        background: linear-gradient(180deg, rgba(34, 34, 34, 0.8) 3.87%, rgba(0, 0, 0, 0.8) 78.12%) !important;
    }

    .hero-basic {
        margin: 0 auto !important;
    }

    .zen-breadcrumbs {
        color: white;

        li {
            color: white;
            color: #FFF;
            font-family: Nunito;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: capitalize;
        }
    }
}








/* 
        
        */
.online-currency {
    .single-question {
        padding-bottom: 20px;

        svg {
            max-width: 24px;
            max-height: 24px;
        }
    }

    .zen-breadcrumbs {
        ol {
            padding: 0px;

            li:first-child {
                a {
                    span {
                        color: #FFF;
                        font-family: Nunito;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 800;
                        line-height: normal;
                        letter-spacing: 0.7px;
                    }
                }
            }

            li:last-child {
                span {
                    color: #22E243;
                    font-family: Nunito;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;
                    text-transform: capitalize;
                }
            }
        }
    }
}

.download_btns {
    img {
        height: 50px !important;
    }
}

.custom_steps_currency_converter {
    margin-top: 119px;

    .step {
        display: none;
    }
}

@media (max-width:768px) {
    .online-currency {
        .zen-breadcrumbs {
            margin-top: 50px;
        }
    }

    .online-currency {
        .custom_steps_currency_converter {
            margin-top: unset !important;

            .step_box {
                .box {

                    /* display: flex;
                align-items: start;
                text-align: left !important;
                height: unset;
                background: unset !important;
                margin: 0px !important;
                padding-top: 0px !important;
                padding-bottom: 0px !important; */
                    .boximg {}
                }

                .box::after {
                    content: unset !important;
                }

                .box::before {
                    content: unset !important;
                }
            }
        }
    }
}

.online-currency {
    .custom_steps_currency_converter {
        .box {
            .boximg {}
        }
    }
}


@media (max-width:768px) {
    .online-currency {
        .whyzen {
            .text {
                line-height: 18px !important;
            }
        }
    }
}

.custom_steps_currency_converter {
    background-color: black !important;
}

.download_btns {
    cursor: pointer;
}

@media (min-width:768px) {
    .online-currency {
        .section-faq-module {
            padding: 66px 80px;
        }
    }
}

@media (max-width:768px) {
    .online-currency {
        .calculator_wrap .calculator .input-group {
            height: 72px !important;
        }

        .calculator_wrap .calculator .input-group .input_info {
            top: 10px !important;
        }

        .zen-landing-section {
            margin-top: unset;

            h2 {
                padding-bottom: 20px;
            }
        }

        .zen-step-box p {
            br {
                display: none;
            }
        }

        .swiperstep .box {
            height: unset;

            .step {
                order: -3;
                color: #22E243;
                text-align: center;
                font-family: Nunito;
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                line-height: 16px;
                margin-bottom: 10px;
            }

            .bitget_steps_box_heading {
                order: -2;
                margin-top: 0px !important;
                margin-bottom: 10px !important;
            }

            img {
                order: -1;
            }

            .bitget_steps_box_text {
                margin-top: 25px;
                margin-bottom: unset;
            }
        }

        .moneytransfers--text-image {
            padding-top: 100px;
        }

        .text-right-left-image {
            .text-right-left-image__title {
                color: #FFF;
                text-align: center;
                font-family: Nunito;
                font-size: 28px !important;
                font-style: normal;
                font-weight: 700;
                line-height: 130% !important;
            }
        }

        .currency-pairs-box h2 {
            padding-bottom: 10px;
        }
    }
}



@media (max-width:768px) {

    .page-template-online-currency,
    .page-template-online-currency-exchange-rates,
    .page-template-online-currency-exchange {
        .navbar-new__bot-mobile {
            display: none !important;
        }
    }

    .online-currency {
        #swipe {
            height: 17px;
            margin: 5px auto;
        }

        .whyzen {
            padding-bottom: unset !important;
        }
    }

    .online-currency {

        .download_image_mobile {
            margin-top: 20px;
        }

        .moneytransfers--text-image {
            h2 {
                color: #FFF;
                text-align: center;
                font-family: Nunito;
                font-size: 28px;
                font-style: normal;
                font-weight: 800;
                line-height: 33.6px;
                /* 120% */
            }
        }
    }
}

@media (min-width:768px) {
    .online-currency {
        .hidedesktop {
            display: none;
        }

    }
}

@media (max-width:768px) {
    .online-currency {
        .bitget-landing {
            margin-top: 80px;
        }

        .bitget_steps .text {
            margin-bottom: 50px;
        }

        .button_hero_wrap_info {
            margin-top: unset !important;
        }

        .exchange_fee {
            padding-bottom: 10px !important;
        }

        .button_hero_wrap {
            margin: 0px;

            h3 {
                margin: 5px !important;
            }
        }

        .zen-breadcrumbs {
            overflow-x: scroll;

            ol {
                width: 540px;

                li {
                    width: auto;
                }
            }
        }
    }
}

.page-template-online-currency {
    .online-currency {
        .button_hero_wrap {
            margin-top: 10px;
        }

        @media (max-width:768px) {
            #exchange-item-get {
                display: unset !important;
            }
        }

        #paste_exchangelist_here_why_zen .exchange-item #exchange-item-get {
            display: unset !important;
        }

        #paste_exchangelist_here_why_zen #exchange-item-with {
            display: none !important;
        }
    }
}

@media (max-width:768px) {
    .online-currency {
        .zen-steps-wrapper .zen-heading {
            font-size: 26px;
        }

        @media (max-width: 768px) {
            .currency-converter-black-hero {
                padding-top: 15% !important;
            }
        }
    }

    .online-currency {
        .whyzen .text {
            font-size: 14px !important;
        }

        #paste_exchangelist_here_why_zen {
            #exchangeList {
                margin-top: 45px !important;

                #rate {
                    font-size: 16px !important;
                    color: #A3A3A3;
                    text-align: right;
                    font-family: Nunito;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 24px;
                    /* 150% */
                }

                .best-offer #rate {
                    color: #000;
                    text-align: right;
                    font-family: Nunito;
                    font-size: 16px !important;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 24px;
                    /* 150% */
                }

                .best-offer #price {
                    font-size: 16px !important;
                }

                #price {
                    color: #F0F0F0 !important;
                    text-align: right;
                    font-family: Nunito;
                    font-size: 12px !important;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 16px;/
                }

                .exchange-item-first {
                    #exchange-item-get {
                        font-size: 14px !important;
                    }

                    padding-top: unset !important;

                    p {
                        margin-bottom: unset !important;

                        span {
                            font-size: 16px !important;
                        }
                    }
                }
            }
        }
    }
}

.custom_steps_currency_converter .box {
    background: linear-gradient(142deg, rgba(34, 34, 34, 0.95) 21.76%, rgba(0, 0, 0, 0.95) 64.89%);
    max-height: 416px !important;
}

.page-template-online-currency {
    .online-currency-v2 {
        .zen-flip-section {
            display: block
        }

        .hideonv2 {
            display: none;
        }

        @media (min-width:768px) {
            .customsteps {
                .heading {
                    margin-bottom: 80px !important;
                }
            }
        }

        @media (max-width:768px) {
            .whyzen {
                margin-top: unset !important;
            }

            .custom_steps_currency_converter {
                padding-bottom: unset;
            }

            .zen-landing-section {
                padding: 60px 0px;
            }

            .pagination_wrap {
                position: relative;
                height: 60px;
            }

            .bitget-landing {
                padding-top: 80px;

                .bitget_steps {
                    display: unset !important;

                    .box {
                        min-height: 340px;
                    }
                }
            }
        }
    }
}

.online-currency {
    #swipe {
        height: 20px;
    }

    padding-top: 170px;

    .hero-basic {
        padding-top: unset !important;
        padding-bottom: 96px !important;
    }

    .exchange_fee {
        padding-bottom: 10px !important;
    }

    .button_hero_wrap_info {
        margin-top: 26px !important;
        margin-bottom: unset !important;
    }

    .hero-wrapper {
        padding-bottom: unset !important;
    }

    .customsteps {
        .box {
            text-align: center !important;

            .step {
                color: #86868B;
                text-align: center;
                font-family: Nunito;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 16px;
                /* 100% */
            }
        }
    }

    .bitget_steps_box_heading {
        margin-top: 20px !important;
    }

    @media (min-width:1921px) {
        .downloadappwrap {
            .moneytransfers--text-image__wrapper-image {
                img {
                    display: none;
                }
            }
        }
    }

    .downloadappwrap {
        margin-left: auto;
        margin-right: auto;
        max-width: 1920px;
        margin-top: 250px;
        background-image: url(../online-currency/img/downloadappbcgnew.png);
        background-size: cover;
        position: relative;
        max-height: 1040px;
        height: 120vh;

        .moneytransfers--text-image {
            .moneytransfers--text-image__wrapper-text__download {
                margin-top: 220px !important;
            }

            .moneytransfers--text-image__wrapper-text__heading {
                margin-bottom: 24px !important;
            }

            .moneytransfers--text-image__wrapper {
                flex-wrap: wrap;
                justify-content: end;
                text-align: right;
                height: 100vh;
                align-items: end;
                max-height: 1040px;

                .moneytransfers--text-image__wrapper-image {
                    width: 100%;

                    img {
                        position: absolute;
                        width: 100% !important;
                        height: auto;
                        object-fit: contain;
                        left: 0;
                        z-index: -1;
                        pointer-events: none;
                        top: -86dvh !important;
                        left: 0% !important;
                    }
                }

                .moneytransfers--text-image__wrapper-text__download {
                    flex-wrap: wrap;
                    justify-content: end;

                }
            }
        }
    }

    .gradinet {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .cutstomafter {
        position: absolute;
        bottom: 10%;
        left: 10%;
    }

    .downloadappwrap .gradinet::after {
        position: absolute;
        content: "";
        background-image: url(../online-currency/img/downloadgradient.png);
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        max-width: 1312px;
        max-height: 1040px;
        z-index: 9;
    }
}

.page-template-online-currency {

    .online-currency {
        .section-faq-module {
            padding-top: 260px;
        }

        .custom_steps_currency_converter {
            margin-top: 260px;

            .heading {
                margin-bottom: 80px !important;
            }
        }

        .currency-pairs-section {
            .currency-pairs-box {
                background-color: unset;

                h2 {
                    text-align: center;
                    font-size: 40px;
                }

                .to {
                    color: #86868B;
                    font-family: Nunito;
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                }

                .currency-code {
                    color: #FFF;
                    font-family: Nunito;
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                }
            }
        }

        .whyzen .whyzenheading {
            font-size: 40px;
            font-style: normal;
            font-weight: 800;
            line-height: 120%;
            /* 48px */
        }

        .noafter::after {
            content: unset;
        }

        .hero-module {
            max-width: 1200px;
        }

        @media (min-width:1750px) {
            .hero-module {
                max-width: 1100px;
            }
        }

        .highlight-row .offer-rate-last {
            position: relative;

        }

        .highlight-row .offer-rate-last::after {
            content: "";
            background-image: url(../online-currency/img/saveafter.svg);
            width: 222px;
            height: 104px;
            background-repeat: no-repeat;
            top: -40px;
            right: -61px;
            position: absolute;
        }

        .zen-exchange-section {
            position: relative;
        }

        .highlight-row .offer-rate-last {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;

            .best-offer-text {
                order: -1;
                color: #000;
                font-feature-settings: 'liga' off, 'clig' off;
                font-family: Nunito;
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 24px;
                /* 150% */
            }

            .best-offer-text {
                margin: 0px !important;
            }
        }

        .zen-exchange-section::after {
            content: "";
            background-image: url(../online-currency/img/arrowafter.svg);
            width: 86.708px;
            height: 119.228px;
            background-repeat: no-repeat;
            top: 138px;
            right: -54px;
            position: absolute;
        }

        @media (max-width:1200px) {
            .zen-exchange-section::after {
                content: unset;
            }
        }
    }

    .online-currency::after {
        background-image: url(../online-currency/img/heroline.svg) !important;
        opacity: 1 !important;
    }
}

.online-currency {
    .moneytransfers--text-image {
        margin-top: unset !important;
        margin-bottom: unset !important;
    }
}

.online-currency {
    .homepage-new__get-app-badge>img {
        height: 60px;
        min-height: unset;
        max-height: unset;
    }
}

@media (min-width:768px) {
    .online-currency {
        .hideondesktop {
            display: none;
        }
    }
}

@media (max-width:768px) {
    .page-template-online-currency {
        .online-currency::after {
            content: "";
            opacity: 1 !important;
            top: 0;
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background-size: 200%;
            background-position-x: -100px;
            background-repeat: no-repeat;
        }

        .online-currency {
            padding-top: 60px !important;

            .moneytransfers--text-image__wrapper {
                padding-left: unset !important;
            }

            .box {
                min-height: 370px !important;
                height: unset !important;

                p {
                    width: 100%;
                }
            }

            .custom_steps_currency_converter {
                padding-top: 112px;
            }

            .section-faq-module {
                padding-top: unset !important;
            }

            .sendmoney {
                order: 12;
                color: #FFF;
                font-family: Nunito;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 18px;
                /* 128.571% */
                margin-top: 20px;

                a {
                    color: #22E243;
                    font-family: Nunito;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 18px;
                    text-decoration-line: underline;

                }
            }

            #btn-switch-calculator {
                display: none;
            }

            .flip-box-front,
            .flip-box-back {
                padding: 5px 18px;
                padding-top: 16px;
            }

            .swiper-pagination {
                margin-bottom: -80px !important;
            }

            .flip-box {
                max-width: 300px;
            }

            .button_hero_wrap_info {
                order: 11;
            }

            .exchange_fee {
                order: 10;
            }

            .button_hero_wrap {
                margin-top: 30px !important;
            }

            .zen-heading {
                margin-bottom: unset !important;
            }

            .downloadappwrap {
                display: flex;
                align-items: end;
                padding-bottom: 52px;

                .moneytransfers--text-image.container {
                    z-index: 9;
                    .hidedesktop {
                            br {
                                display: block !important;
                            }
                        }
                }

                /* &::after {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background-image: linear-gradient(0deg, black, transparent);
                    bottom: -1px;
                } */

                background-image: url(../online-currency/img/downloadimagemobile.png);
                /* background-image: url(../online-currency/img/bgmobile-dwonload-only-pl.png); */
                height: 700px;

                .moneytransfers--text-image__wrapper {
                    height: unset !important;
                }

                h2 {
                    margin-bottom: 24px;
                }

                .moneytransfers--text-image__wrapper {
                    .moneytransfers--text-image__wrapper-text__download {
                        margin-top: 32px !important;
                        justify-content: center !important;
                    }
                }

            }

            .currency-pairs-section {
                .currency-pairs-box {
                    h2 {
                        font-size: 28px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 130%;
                        /* 36.4px */
                    }

                    .currency-code {
                        color: #FFF;
                        font-family: Nunito;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: normal;
                    }

                    .to {
                        color: #86868B;
                        font-family: Nunito;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: normal;
                    }
                }
            }
        }
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .zen-steps-row {
        padding: 0 15%;
    }
}

.online-currency {
    [data-aos^=fade][data-aos^=fade] {
        opacity: 1;
    }

    [data-aos=fade-right] {
        transform: unset !important;
    }

    .offer-rate-last .highlight-row .semibold {
        color: #000;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Nunito;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        /* 150% */
    }

    .offer-rate-last .highlight-row .bold {
        color: #000;
        font-family: Nunito;
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
        margin-top: -5px;
    }
}

.online-currency {
    .hero-basic {
        .download_btns {
            display: flex;
            gap: 20px;
        }
    }
}


@media (max-width:768px) {
    .page-template-online-currency {
        .online-currency {
            .step_box_mobile {
                padding-bottom: 100px !important;
            }

            .button_hero_wrap_info {
                margin-top: unset !important;
            }

            br {
                display: none !important;
            }

            .lang-en br {
                display: none;
            }
        }
    }
}

@media (max-width:1400px) {

    html[lang^="en"] .page-template-online-currency .online-currency .box br,
    html[lang^="en"] .page-template-online-currency .online-currency .flip-box-inner br {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 1199px) {
    .online-currency {
        .hero-basic {
            .download_btns {
                display: flex;
                gap: 20px;
                justify-content: center;
            }
        }

        .step_box .box {
            max-width: 350px !important;
        }

        .downloadappwrap {
            .moneytransfers--text-image__wrapper-image {
                img {
                    display: none !important;
                }
            }
        }
    }

}

.online-currency {
    .highlight-row {
        .offer-rate-last {
            .noafter {
                margin-top: -5px !important;
            }
        }
    }
}

@media (max-width:768px) {
    .page-template-online-currency {
        .online-currency {
            .highlight-row {
                .offer-rate-last {
                    .noafter {
                        margin-top: -5px !important;
                    }
                }
            }

            .custom_steps_currency_converter {

                .swiper-pagination {
                    margin: 0 auto !important;
                }

            }

            .highlight-offer-mobile-text {
                color: #FFF;
                text-align: right;
                font-feature-settings: 'liga' off, 'clig' off;
                font-family: Nunito;
                font-size: 12px;
                font-style: normal;
                font-weight: 500;
                line-height: 24px;
                /* 200% */
            }

            .highlight-offer-mobile-value {
                color: #FFF;
                font-feature-settings: 'liga' off, 'clig' off;
                font-family: Nunito;
                font-size: 12px;
                font-style: normal;
                font-weight: 800;
                line-height: 24px;
            }

            #exchangeList {
                #exchange-item-send {
                    display: block;
                    text-align: left;
                    margin-bottom: 3px;
                }
            }
        }
    }
}

.page-template-online-currency {
    .online-currency {
        .button-main--white {
            height: unset !important;
        }

        .downloadappwrap {
            .button-main--white {
                max-height: 48px !important;
            }

        }

        .highlight-row {
            .offer-rate-last {
                .noafter {
                    margin-top: -5px !important;
                }
            }
        }

       
    }

    #zen {
        .offer-label-first {
            img {
                max-width: 200px !important;
                max-height: 40px !important;
                height: 40px !important;
            }
        }
    }
}

.svg-colored-green:hover {
    filter: invert(23%) sepia(83%) saturate(747%) hue-rotate(52deg) brightness(92%) contrast(89%);
}

@media (max-width:768px) {

    .online-currency {
        .badgeswrap {
            display: none !important;
        }

        #paste_exchangelist_here_why_zen {
            .best-offer img {
                max-width: 160px !important;
            }
        }

        .currency-pair {
            margin-bottom: 21px;
        }
    }
}

@media (max-width:1200px) {
    .cutstomafter {
        display: none;
    }
}

.online-currency {
    #label-wplac-amount {
        color: #FFF;
        font-family: Nunito;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
    }
}

.online-currency {
    .shadow-smt-app-faq {
        display: none !important;
    }
}

@media (min-width:768px) {
    .zen-exchange-section-offers {
        .highlight-row {

            .zen-label,
            .zen-receive,
            .zen-rate,
            .zen-save {
                margin-top: -7px;
            }
        }
    }
}

@media (max-width:768px) {
    .online-currency {
        .section-faq-module .module-faq-question_repeater .single-question .faq-question {
            font-size: 16px;
        }

        .section-faq-module {
            h2 {
                font-size: 28px;
            }
        }
    }
}


@media (min-width:1921px) {
    .homepage-new__get-app_new_wiew {
        padding-top: clamp(40px, 12vh, 130px) !important;
        padding-bottom: clamp(60px, 16vh, 160px) !important;

        h2 {
            font-size: clamp(18px, 1.7vw, 34px);
            margin-bottom: clamp(20px, 3.33vw, 24px);
        }

        .homepage-new__get-app-text {
            font-size: clamp(14px, 0.9vw, 18px);
        }

        .homepage-new__get-app-copy {
            margin-bottom: clamp(20px, 3.33vw, 42px);
        }

        .homepage-new__get-app-squares {
            margin-bottom: clamp(20px, 2.5vw, 24px);
        }

        .homepage-new__get-app-squares>* {
            position: relative;
            display: -webkit-flex;
            display: flex;

            width: clamp(64px, 9vw, 139px);
            height: clamp(64px, 9vw, 139px);

            min-width: clamp(64px, 9vw, 139px);

            min-height: clamp(64px, 9vw, 139px);

            border-radius: clamp(8px, 2vw, 28px);
            /* też responsywnie ograniczony */
        }
    }

}

.zen-exchange-section-offers {
    .zen-exchange-section-offers--information-wrapper {
        display: none;
    }

    .exchange-row:first-child+.zen-exchange-section-offers--information-wrapper {
        display: block;
        padding-left: 34px;
        padding-right: 76px;
    }

    #zen.exchange-row:first-child+.zen-exchange-section-offers--information-wrapper {
        display: none;
    }

    .zen-exchange-section-offers--information-wrapper {
        .zen-exchange-section-offers--showinformationbutton {
            border: 0;
            border-radius: unset;
            background: transparent;
            position: absolute;
            position: absolute;
            right: 65px;
            top: 110px;
            cursor: pointer;
            height: 25px;
            width: 25px;
            display: flex;
            align-items: center;
            justify-content: center;

            &.active {
                transform: rotate(180deg);
            }
        }

        .zen-exchange-section-offers--information {
            display: none;

            &.active {
                display: block;
            }
        }

        .zen-exchange-section-offers--information p {
            color: #FFF;
            margin-top: 20px;
            font-feature-settings: 'liga' off,
                'clig' off;
            font-family: Nunito;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%;

        }
    }
}


.page-template-online-currency-php  {
    .online-currency::after {
        background-image: url(../online-currency/img/newheroline.svg) !important;
        opacity: 1 !important;
    }
}