<style>
    .lead {
        font-size: 1rem;
        font-weight: 300;
    }

    span {}

    .btn-custom {
        color: #bdc3c7;
        font-size: 18px;
        border: 1px solid #bdc3c7;
    }

    .btn-custom:hover {
        color: #ffffff;
        border: 1px solid #ffffff;
    }

    .rounded-lg {
        border-radius: 1rem !important;
    }

    .text-small {
        font-size: 0.9rem !important;
    }

    .custom-separator {
        width: 5rem;
        height: 6px;
        border-radius: 1rem;
    }




    .cah2 {
        color: #0998ec;
        font-size: 20px;
        font-weight: 800;
        text-align: center;
        text-transform: uppercase;
        position: relative;
    }

    .cah2::after {
        content: "";
        width: 100px;
        position: absolute;
        margin: 0 auto;
        height: 4px;
        border-radius: 1px;
        background: #0998ec;
        left: 0;
        right: 0;
        bottom: -20px;
    }

    .carousel_test {
        margin: 50px auto;
        padding: 0 10px;
    }

    .carousel_test .item {
        color: #ffffff;
        overflow: hidden;
        min-height: 120px;
        font-size: 13px;
    }

    .carousel_test .media img {
        width: 40px;
        height: 40px;
        display: block;
        border-radius: 50%;
    }

    .carousel_test .testimonial {
        padding: 0 10px 0 10px;
        position: relative;
    }

    .carousel_test .overview b {
        text-transform: uppercase;
        color: #0998ec;
    }

    @media  screen and (max-width: 992px) {
        .me_table::-webkit-scrollbar {
            display: none !important;
            overflow-x: scroll;
        }

        .rem-home {
            padding: 9rem 0 5rem 0;
        }

        @media  screen and (max-width: 992px) {
            .rem-home {
                padding: 6rem 0 5rem 0;
            }
        }

        /* Hide scrollbar for IE and Edge */
        .me-table {
            -ms-overflow-style: none !important;
            overflow-x: scroll;
        }
    }

    .me_icon {
        margin-top: 10px;
        color: #fff;
    }

    .token_rtinfo {
        color: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
        margin-top: -80px;
        padding: 40px 15px;
        background-color: rgba(255, 255, 255, 0.10);
        box-shadow: none !important;
    }

    .token_rt_value {
        padding: 0 25px;
    }

    .me_big {
        font-size: 1rem !important;
        line-height: normal !important;
    }

    .tradingview-widget-copyright {
        display: none !important;
    }

    .badge {
        border-radius: 50px;
        padding: 0.2rem 1rem;
        color: #fff;
        text-align: center;
    }

    .pricing-rate sup {
        font-size: 24px;
        position: relative;
        left: -20px;
        top: -30px;
    }

    .pricing-rate span {
        font-size: 12px;
        color: #707070;
        text-transform: uppercase;
        right: -600px;
    }

    .pricing-rate {
        font-size: 70px;
        font-weight: 700;
        color: #1a2c79;
        position: relative;
        text-align: center;
    }

</style>

<!---<style>
    * {
        box-sizing: border-box;
    }

    #google_translate_element {
        z-index: 9999999;
        position: fixed;
        bottom: 25px;
        left: 15px;
    }

    .goog-te-gadget {
        font-family: Roboto, "Open Sans", sans-serif !important;
        text-transform: uppercase;
    }

    .goog-te-gadget-simple {
        background-color: rgba(0, 0, 0, 0.5) !important;
        border: 1px solid rgba(255, 255, 255, 0.5) !important;
        padding: 3px !important;
        border-radius: 4px !important;
        font-size: 0.8rem !important;
        line-height: 2rem !important;
        display: inline-block;
        cursor: pointer;
        zoom: 1;
        margin-bottom: 4px;
    }

    .goog-te-menu2 {
        max-width: 100%;
    }

    .goog-te-menu-value {
        color: #fff !important;
    }

    .goog-te-menu-value:before {
        font-family: 'Material Icons';
        content: "\E927";
        margin-right: 16px;
        font-size: 2rem;
        vertical-align: -10px;
    }

    .goog-te-menu-value span:nth-child(5) {
        display: none;
    }

    .goog-te-menu-value span:nth-child(3) {
        border: none !important;
        font-family: 'Material Icons';
    }

    .goog-te-menu-value span:nth-child(3):after {
        font-family: 'Material Icons';
        content: "\E5C5";
        font-size: 1.5rem;
        vertical-align: -6px;
    }

    .goog-te-gadget-icon {
        background-position: 0px 0px;
        height: 32px !important;
        width: 32px !important;
        margin-right: 8px !important;
        display: none;
    }

    .goog-te-banner-frame.skiptranslate {
        display: none !important;
    }


    body {
        top: 0px !important;
    }

    /* ================================== *\
Mediaqueries
\* ================================== */
    @media (max-width: 667px) {
        #google_translate_element {}

        #google_translate_element goog-te-gadget {}

        #google_translate_element .skiptranslate {}

        #google_translate_element .goog-te-gadget-simple {
            text-align: center;
        }
    }

    p {
        font-size: 1rem;
    }

</style>-->
