body {
    margin: 0;
    font-family: 'Barlow';
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

header {
    padding: 3px 15px;
    background-color: #12162d;
    -webkit-transition: all 0.2 ease-in-out;
    -o-transition: all 0.2 ease-in-out;
    transition: all 0.2 ease-in-out;
}

a {
    text-decoration: none;
}

.flex.step-main-box {
    margin-top: 52px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

a.logo img {
    height: auto;
    width: 165px;
}

.logo {
    margin-right: 1.5rem;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.header-left {
    padding: 0px 15px;
    display: flex;
    align-items: center;
}

.header-right {
    padding: 0px 15px;
    display: flex;
    align-items: center;
}

body dl, body ol, body ul {
    margin: 0;
    padding: 0;
}

.header-left ul li path {
    color: #758696;
}

.menu-head li a.active {
    color: #00a697;
    background-color: transparent;
}

.menu-head li a {
    padding: 0;
    display: flex;
    gap: 4px;
    align-items: center;
    transition: all 0.5s;
    color: #fff;
}

    .menu-head li a:hover {
        color: #00a697;
    }

        .menu-head li a:hover svg.drop-icon path {
            color: #00a697;
            fill: #00a697;
        }

ul.menu-head li {
    padding: 8px 18px;
    position: relative;
}

    ul.menu-head li:after {
        content: "";
        position: absolute;
        height: 20px;
        width: 2px;
        background-color: #00a697;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    ul.menu-head li:last-child::after {
        display: none;
    }

.nav-link img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    filter: invert(1);
    margin-right: 3px;
}

.menu-head li a i {
    margin-right: 7px;
}

.nav-link {
    padding: 8px 20px;
    font-weight: 500;
    margin: 4px;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
    transition: all 0.3s 0s;
}

.modal {
    z-index: 999999;
}

header .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

svg.drop-icon {
    padding-right: 5px;
    width: 20px;
    color: #fff;
    height: 1em;
    vertical-align: middle;
}

    svg.drop-icon path {
        fill: #fff;
        color: #fff;
        transition: all 0.5s;
    }

ul.menu-head {
    display: flex;
    align-items: center;
    justify-content: end;
    justify-content: center;
}

.button:hover {
    background-color: #272c3c;
    color: #fff;
}

.button {
    background-color: #00b7a6;
    border: 0;
    border-radius: 6px;
    color: #fff;
    padding: 14px 22px;
    touch-action: manipulation;
    white-space: nowrap;
    text-transform: capitalize;
    text-align: center;
    transition: all 0.3s 0s;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 16px;
    line-height: normal;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.header-right .nav-link.button {
    padding: 8px 26px;
    line-height: normal;
    font-size: 16px;
    padding-top: 6px;
}

.header-right a.nav-link {
    padding: 0.5rem 1rem;
    font-size: 16px;
    margin: 0;
    color: #fff;
}

span.download-box-main {
    margin-left: 10px;
    position: relative;
}

.download-hover-box {
    width: 240px;
    max-height: calc(100vh - 100px);
    position: absolute;
    inset: 0px 0px auto auto;
    z-index: 100;
    margin: 0px;
    top: 100%;
    padding-top: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    transition: all 0.3s;
}

.download-hover-sub-box {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 60px;
    border-radius: 4px;
    padding: 16px 20px;
}

    .download-hover-sub-box .title {
        color: rgb(0, 13, 29);
        font-weight: 500;
        font-size: 14px;
        line-height: 130%;
        width: 100%;
        word-break: break-word;
        margin-bottom: 16px;
        white-space: normal;
    }

    .download-hover-sub-box a.more {
        width: 100%;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        padding: 5px 0px;
        color: rgb(255, 255, 255);
        font-size: 14px;
        line-height: 22px;
        border-radius: 4px;
        background: rgb(0 183 166);
        text-decoration: none !important;
        margin-top: 15px;
    }

span.download-box-main:hover .download-hover-box {
    opacity: 1;
    visibility: visible;
}

a.download-box {
    background-color: #00b7a6;
    padding: 6.5px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

a.download-bx svg {
    width: 17px;
}

.hero_section {
    padding: 100px 0;
    position: relative;
    background-position: center center;
    overflow: hidden;
}

.back_hero {
    position: absolute;
    right: -37px;
    top: -50px;
    width: 55%;
    height: 100%;
    object-fit: cover;
}

    .back_hero img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        object-position: left;
    }

    .back_hero video {
        width: 700px;
        transform: translateY(-25px) translateX(20px);
    }

.hero_section .text_content {
    text-align: left;
    width: 58%;
    padding-left: 50px;
    z-index: 99;
    position: relative;
}

.text_content h2 span {
    color: #12162d;
    font-weight: 700;
}

.text_content h2 {
    font-size: 2rem;
    margin-bottom: 8px;
    color: #12162d;
}

.text_content b {
    font-size: 40px;
    font-weight: bold;
    color: #12162d;
}

.text_content h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    max-width: 1300px;
    /* -webkit-text-fill-color: transparent; */
    /* background: linear-gradient(257.28deg, #fff 25.8%, #00a697 134.12%); */
    -webkit-background-clip: text;
    color: #00b7a6;
}

.text_content h3 {
    margin: 30px 0;
    font-size: 22px;
    color: #12162d;
}

.btn-sec {
    display: flex;
    justify-content: left;
    gap: 16px;
}

.button.secondary-btn {
    background-color: #272c3c;
}

    .button.secondary-btn:hover {
        background-color: #00b7a6;
    }

ul .tabs-nav li img {
    width: 22px;
}

ul.tabs-nav li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #000;
    padding: 15px 12px;
    font-weight: 600;
}

ul.tabs-nav {
}

    ul.tabs-nav li {
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

        ul.tabs-nav li.active:after {
            content: "";
            width: 100%;
            height: 3px;
            background-color: #00a697f7;
            top: 96%;
            left: 0;
            position: absolute;
            /* z-index: -1; */
        }

.ticket_menu {
    padding-right: 16px !important;
}

.text_success {
    color: #00a697;
}

.text_danger {
    color: #B04759;
}

.market-table .table td,
.market-table .table th {
    width: 20%;
    color: #758696;
}

.market-table .table thead th {
    border: 0;
    padding: 9px 15px;
    background: #00b7a6;
}

.row.pagin p {
    margin: 0;
}

.row.pagin {
    align-items: center;
    margin-top: 30px;
}

.row.blog_row {
    row-gap: 30px;
}

.market-table .table td, .market-table .table th {
    font-size: 14px;
    font-weight: 500;
    flex: 0 0 150px;
    max-width: 150px;
    min-width: 150px;
    cursor: pointer;
    padding: 11px 10px;
    text-align: left;
}

.market-table .table td {
    border-top: 1px solid #dee2e6;
    padding: 15px 13px;
    margin: auto;
}

    .market-table .table td.red {
        color: #de093e;
    }

    .market-table .table td.green {
        color: #00a697;
    }

.market-table .table th a {
    color: #fff;
    font-size: 15px;
}

    .market-table .table th a span svg {
        width: 0.625em;
        display: none;
    }

.market-table .table td:nth-child(2),
.market-table .table th:nth-child(2) {
    flex: 0 0 180px;
    width: 180px;
    min-width: 180px;
}

table.table {
    width: 100%;
    max-width: 100%;
}

.market-table thead {
    display: block;
    border-bottom: 1px solid #000;
}

.table thead th {
    border: 0;
    font-weight: 500;
}

table {
    border-collapse: collapse;
}

.moreIcon {
    width: 20px;
    fill: #fff;
    height: 21px;
    cursor: pointer;
}

svg.arrow-down {
    width: 8px;
    fill: #fff;
}

ul.menu-head li {
    vertical-align: middle;
    display: flex;
    align-items: center;
    gap: 3px;
}

.more-sec {
    display: flex;
    align-items: center;
    gap: 5px;
}


.menu-head li .dropdown_menu_list a {
    padding: 16px 15px;
    display: block;
    background: #fff;
    margin-top: 0px;
    border-bottom: 4px solid #00a697;
    transition: all 0.5s;
}

.menu-head li .dropdown-menu a {
    color: #000;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 4px solid #00a697;
}

.menu-head li a.dropdown-item.active {
    color: #00b7a6;
}

.menu_list_details {
    display: flex;
    gap: 10px;
    align-items: center;
}

.menu-item-title {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.menu_list_content span {
    font-size: 13px;
    color: #000;
}

.dropdown_menu_list {
    width: 400px;
    position: absolute;
    z-index: 999;
    padding-top: 15px;
    left: -150%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    box-shadow: 0 10px 40px -10px rgba(0,64,128,.2)
}

ul.menu-head li:hover .dropdown_menu_list {
    opacity: 1;
    visibility: visible;
}

.menu-head li .dropdown_menu_list a:hover {
    background: #e5e5e5;
}

.drop-nav {
    position: relative;
}

.coin_price {
    background-color: #12162d;
    padding: 12px 15px;
    position: relative;
    overflow: hidden;
}

.cp-box {
    padding: 0px 15px;
    width: auto;
    display: flex;
    align-items: center;
}

.cp-mian {
    display: flex;
}

.coin-sub-main {
    display: inline-flex;
    width: auto;
    position: relative;
    -moz-animation: scroll-left 20s linear infinite;
    animation: scroll-left linear infinite;
    animation-duration: 35s;
    animation-delay: 200ms;
    justify-content: center;
}

@keyframes scroll-left {
    0% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}


.market-table .table td button.button {
    color: #fff;
    box-shadow: none;
    text-align: center;
    display: flex;
    font-size: 12px;
    justify-content: center;
    min-width: 75px;
    text-align: center;
    border-radius: 7px;
    text-transform: uppercase;
    padding: 10px 20px;
}

table.table tbody {
    height: inherit;
    max-height: 458px;
    overflow-y: auto;
    overflow-x: hidden;
}

.market-table table.table tbody {
    display: block;
}

.market-table {
    margin-top: 30px;
    box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
    position: relative;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    /* background: #f1f1f1;  */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c2c2c2;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #00b7a6;
    }

/* coin market */

.coin-market li.arrow_box a span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #000;
    padding: 15px 12px;
    font-weight: 600;
}

.coin-market ul.nav-fill .nav-item {
    flex: unset;
    position: relative;
}

.coin-market ul.nav-fill li.nav-item.active a span {
    color: #00a697;
}

.coin-market ul.nav-fill li.nav-item.active::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #00a697f7;
    top: 96%;
    left: 0;
    position: absolute;
}

.coin-market ul.nav-fill {
    justify-content: center;
    border-bottom: 1px solid #00000036;
}

.coin-market .nav-link img {
    filter: unset;
    margin-right: 0px;
    width: 22px;
    height: auto;
}

.coin-market ul li a.nav-link {
    padding: unset;
    font-weight: unset;
    margin: unset;
    font-size: unset;
    color: unset;
    border-radius: unset;
    transition: unset;
}

.symbol_detail_flex .nav-link {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.43;
    font-weight: 600;
    color: #758696;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0;
    margin: 0;
    padding: 1rem 1rem;
    height: auto;
}

.features {
    padding: 80px 0px;
}


.fb-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 18px
}

.features-box h3 {
    color: #00b7a6;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
}

.fb-text {
    text-align: center;
}

.features-box p {
    text-align: center;
    color: #7c7c7c;
    line-height: 24px;
    font-size: 14px;
}

section.features .flex {
    row-gap: 20px;
}

.trade-sec {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background: linear-gradient(0deg, #00b7a657 0%, #fff 100%);
}

    .trade-sec .container {
        max-width: 1140px;
        padding: 60px 0px;
    }

.main-trade {
    padding: 80px 0px;
    padding-top: 0;
    position: relative;
    overflow: hidden;
}

.heading-2 {
    text-align: center;
}

    .heading-2 p:last-child {
        margin: 0;
    }

    .heading-2 h2 {
        font-size: 34px;
        color: #00b7a6;
        position: relative;
        text-align: center;
        padding-bottom: 20px;
    }

        .heading-2 h2:after {
            content: "";
            position: absolute;
            bottom: 0;
            width: 80px;
            height: 3px;
            right: 0;
            left: 0;
            background-color: #00a697;
            margin: 0 auto;
        }


.trade-anyware-right {
    width: 100%;
    text-align: right;
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 22;
}


.trade-anyware-left .heading-2 {
    text-align: left;
}

    .trade-anyware-left .heading-2 h2 {
        text-align: left;
        color: #12162d;
    }

        .trade-anyware-left .heading-2 h2:after {
            margin: 0;
            background-color: #12162d;
        }

    .trade-anyware-left .heading-2 p {
        margin-top: 30px;
        color: #12162d;
    }

.trade-anyware-left {
    width: 50%;
    padding-left: 60px;
    z-index: 99;
}

    .trade-anyware-left .btn-group {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 40px;
    }

        .trade-anyware-left .btn-group a img {
            max-width: 170px;
            text-align: left;
        }

.trade-img img {
    margin: 0 auto;
}

.trade-img {
    text-align: center;
}

.trade-sec .flex {
    align-items: center;
}

p.toggle-text a {
    color: #00b7ac;
    text-decoration: underline;
}

    p.toggle-text a.toggle-text-link {
        text-decoration: unset;
    }

.cp-img {
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    width: 20px;
}

    .cp-img img {
        width: 100%;
    }

span.cp-price {
    color: #758696;
    padding: 0px 11px;
    margin-top: -1px;
    font-size: 14px;
}

span.cp-up-down {
    font-size: 12px;
    display: block;
    margin-top: -2px;
    color: #00a697;
    display: flex;
    align-items: center;
}

span.cp-name {
    font-size: 14px;
    color: #fff;
}

.coin_price .flex {
    flex-wrap: nowrap;
    overflow: hidden;
}

section.small_banner {
    padding: 70px 0px;
}

.banner-box {
    position: relative;
    cursor: pointer;
}

    .banner-box img {
        width: 100%;
        min-height: 176px;
        display: block;
        object-fit: cover;
    }

.small_banner .slick-slide {
    padding: 0px 15px;
}

.small_banner .slick-list {
    margin: 0px -15px;
}

.tab-header {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #00000036;
}

.market-tab .favourite {
    font-size: 22px;
    height: -6px;
    display: inline-flex;
    align-items: center;
}

.market-tab img {
    width: 30px;
    height: 30px;
    padding: 4px;
}

.market-tab {
    display: flex;
    align-items: center;
    gap: 7px;
}

.market-td span.favourite {
    font-size: 22px;
    height: -6px;
    display: inline-flex;
    align-items: center;
    color: #00a697;
}


.market-td {
    display: flex;
    align-items: center;
    gap: 3px;
}

span.mar-text {
    display: flex;
    align-items: center;
    gap: 7px;
}

.trade-anyware-right img {
    width: 50%;
    height: 100%;
    object-position: right;
    object-fit: cover;
    /* right: -37px; */
}

/*.tab-content>.active {
    display: block;
}*/

/*.tab-content>.tab-pane {
    display: none;
}*/

.coins-box {
    display: flex;
    align-items: center;
}

.same_s_btn {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

ul#tabs {
    justify-content: center;
    gap: 10px;
}

.tab-content-1 {
    overflow: auto;
}

.features-box {
    width: calc(25% - 30px);
    margin: 0px 15px;
    box-shadow: 1.5px 3.99px 27px 0px rgba( 0, 0, 0, 0.1);
    position: relative;
}

.sub-fb-box {
    padding: 35px 15px;
    background-color: #fff;
}

.features-box:last-child::after {
    display: none;
}

.features-box:after {
    position: absolute;
    top: 30px;
    right: -99px;
    width: 200px;
    height: 200px;
    background-image: radial-gradient(#eeeeee 3px, transparent 2px);
    content: '';
    background-size: 20px 20px;
    z-index: -1;
    transform: rotate(41deg);
}

a.toggle-text-link {
    display: flex;
    margin-top: 5px;
    color: #0bbaaa;
    text-transform: uppercase;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.toggle-text-content span {
    display: none;
}

.blog_des a.toggle-text-link_blog {
    justify-content: start;
    color: #00a697;
    margin-top: auto;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.advance-box {
    max-width: calc(33.33% - 30px);
    margin: 0px 15px;
    position: relative;
    width: 100%;
    padding: 30px;
    /* box-shadow: 0 10px 40px -10px rgba(0,64,128,.2); */
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}


.ab-text {
    margin-top: 60px;
}

.ab-img {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100px;
    height: 100px;
    /* border: 2px dashed #00a697; */
    padding: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
    position: absolute;
    right: auto;
    top: -33px;
    left: 30px;
}

.ab-text h3 {
    color: #000;
    margin: 30px 0 20px;
    font-size: 22px;
}

.ab-text p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
}

.coming-soon {
    padding: 20px;
    background-color: #fff;
    box-shadow: 1.5px 3.99px 27px 0px rgba( 0, 0, 0, 0.1);
    border-radius: 8px;
    margin-top: 10px;
}

    .coming-soon h5 {
        font-size: 23px;
        color: #00a697 !important;
        font-weight: 700;
    }

    .coming-soon p {
        margin: 0;
    }

section.advance_trade-box {
    padding: 80px 0px;
}

.advance_trade-box .heading-2 {
    margin-bottom: 100px;
}

.info-sec {
    overflow: hidden;
}

.info-left {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 75px 50px 50px 75px;
    position: relative;
    z-index: 99;
}


.info-right {
    width: 100%;
    text-align: center;
    position: absolute;
    height: 100%;
    right: 0;
}

.head-title {
    position: relative;
    top: -50%;
    transform: translateY(50%);
}

.Rlt-sec .info-left {
    margin-right: 0;
    margin-left: auto;
}

.info-left .heading-2 h2 {
    text-align: left;
    margin-bottom: 35px;
}

    .info-left .heading-2 h2:after {
        margin-left: 0;
    }

.Rlt-sec .info-left {
    margin-right: 0;
    margin-left: auto;
}

.trad-img {
    width: 57px;
    margin: 0 auto;
    margin-bottom: -25px;
}

.info-left .heading-2 p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
    text-align: left;
    margin-top: 20px;
}

.info-sub-main {
    position: relative;
    margin-top: 30px;
    background-color: #00000012;
    overflow: hidden;
    background-color: #00000012;
    border-radius: 20px;
}

.info-tab ul.tabs-nav li a {
    font-size: 20px;
}

img.info-bg {
    position: absolute;
    left: -56%;
    transform: translateY(-100%);
    object-fit: cover;
    /* width: 1903px; */
    /* height: 315px; */
    top: 100%;
    /* transform: translateY(-50%); */
}



.info-right img {
    position: relative;
    z-index: 2;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.rlt-sec .flex {
    flex-direction: row-reverse;
    display: flex;
}

.rlt-sec img.info-bg {
    position: absolute;
    right: -56%;
    transform: rotate(180deg) rotateX(180deg);
    object-fit: cover;
    bottom: 0;
    left: auto;
    top: auto;
}

.rlt-sec .info-right {
    padding-top: 20px;
    padding-bottom: 20px;
}

.rlt-sec .info-left {
    padding-top: 20px;
    padding-bottom: 20px;
}

.trading_step {
    /* background: #12162d; */
    padding: 100px 0;
}

    .trading_step .heading-2 h2:after {
        content: "";
        background-color: #00a697;
        margin: 0 auto;
    }

.step-box {
    width: calc(33.33% - 30px);
    margin: 0px 15px;
    position: relative;
}

    .step-box h1 {
        font-weight: 900;
        font-size: 12.5rem;
        margin: 0 auto;
        color: #00b7a626;
        text-align: center;
    }

.sub-box h3 {
    font-size: 24px;
    /* color: #fff; */
}

.sub-box p {
    font-size: 18px;
    /* color: #fff; */
    margin-top: 11px;
    font-weight: 500;
    line-height: 26px;
}

.sub-box {
    position: absolute;
    top: 52%;
    text-align: center;
    transform: translateY(-50%);
    right: 0;
    left: 0;
}

.trading_step .btn-sec {
    justify-content: center;
    margin-top: 40px;
}



/* footer */
.footer {
    background-color: #12162d;
    padding: 50px 0;
}

.ft-box.footer-logo img {
    max-width: 200px;
}

.ft-box h3 {
    color: #00b7a6;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 18px;
}

.ft-box ul li a {
    font-size: 13px;
    color: #bbb;
    text-transform: uppercase;
    line-height: initial;
    transition: all 0.4s;
}

.ft-box ul li {
    margin-bottom: 12px;
}

.ft-box.footer-logo p {
    font-size: 14px;
    color: #bbb;
    line-height: 21px;
    margin-top: 10px;
}

.ft-box ul li:last-child {
    margin-bottom: 0px;
}

.ft-box {
    padding: 0px 10px;
    width: 20%;
}

.footer .flex {
    margin: 0px -10px;
    justify-content: space-between;
}

.footer-social {
    margin-top: 45px;
}

    .footer-social a {
        background: #383940ab;
        width: 35px;
        height: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0px 2px 6px 2px;
        color: #fff;
        transition: all 0.4s;
    }

        .footer-social a:hover {
            background-color: #00a697;
        }

        .footer-social a i {
            font-size: 15px;
        }

.ft-box ul li a:hover {
    color: #00a697;
}

.copy-bar {
    text-align: center;
    background-color: #0a0e22;
    padding: 17px 0;
}

    .copy-bar p {
        font-size: 14px;
        margin: 0;
        color: #fff;
    }

.small_banner .flex {
    row-gap: 30px;
}

#mob-menu {
    display: flex;
    justify-content: space-between;
}

.menu {
    width: calc(100% - 21%);
    z-index: 9999;
    text-align: right;
}

a.closebtn {
    display: none;
}

a.burger {
    display: none;
}

.header-center {
    width: 100%;
}

.header-right {
    width: auto;
    justify-content: end;
}

a.burger img {
    width: 45px;
    filter: invert(1);
}

.info-left .heading-2 p a {
    color: #00a697;
}

ul.tabs-nav li.active a {
    color: #00a697;
}

.dropdown_menu_list.main {
    opacity: 1 !important;
    visibility: visible !important;
    position: unset;
    width: 100%;
}

.info-tab ul.tabs-nav {
    text-align: center;
}

.info-tab div#nav-tab {
    justify-content: center;
    border-bottom: 1px solid #00000036;
}

.info-tab .nav-tabs .nav-link.active {
    background-color: unset;
    border-bottom: 3px solid #00a697;
    color: #00a697;
}

.nav-tabs {
    border-bottom: 1px solid #00000036;
}

.ft-box ul li a {
    text-decoration: none;
}

.inner_page .single_blog p:last-child {
    margin: 0 !important;
}

.info-tab .nav-tabs .nav-link {
    font-size: 18px;
    padding: 8px 5px;
    border: unset;
    font-weight: 600;
    background-color: unset;
    border-bottom: 3px solid transparent;
    color: #000;
    cursor: pointer;
    margin: 0;
}

.personal-info-btn {
    margin: 0px -10px;
    margin-top: 20px;
}

.date-of-birth span.input-group .input-group-btn {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 5;
}

    .date-of-birth span.input-group .input-group-btn button {
        height: 100%;
        border-radius: 0 8px 8px 0px;
    }

input#Dob {
    border-radius: 6px;
}

.completed_kyc.kyc_status {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

/* Download Page Css */

.download-section {
    padding: 70px 0px;
}

.download-box {
    background-image: url(../../img/wave-download.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 150px;
    background-position-y: -55px;
}

    .download-box .container {
        position: relative;
        top: 50px;
    }

    .download-box .row {
        align-items: center;
    }

.download-text-box h2 {
    font-size: 56px;
    font-weight: 500;
    position: relative;
    line-height: 64px;
    padding-bottom: 18px;
}

    .download-text-box h2:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 80px;
        height: 3px;
        right: 0;
        left: 0;
        background-color: #12162d;
        margin: 0;
    }

.download-text-box p {
    font-size: 36px;
    line-height: 44px;
    margin-top: 26px;
    color: rgba(0,20,42,.6);
}

.download-text-box .btn-group {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}
    .download-text-box .btn-group img {
        width: 170px;
    }

a.download-box svg {
    width: 20px;
    height: auto;
}

.download-img {
    position: relative;
    text-align: center;
}

    .download-img:after {
        content: "";
        position: absolute;
        background-image: url(../../img/download-1.svg);
        background-repeat: no-repeat;
        top: 23%;
        width: 25%;
        height: 27%;
        background-size: cover;
        right: 0;
        left: 96px;
        border-radius: 12px;
        -webkit-box-shadow: 0 0 10px rgba(0,20,42,.04), 30px 22px 47px rgba(0,20,42,.1);
        box-shadow: 0 0 10px rgb(0 20 42 / 18%), 30px 22px 47px rgb(0 20 42 / 20%);
    }


    .download-img:before {
        content: "";
        position: absolute;
        background-image: url(../../img/download-2.svg);
        background-repeat: no-repeat;
        top: 40%;
        width: 38%;
        height: 32%;
        background-size: cover;
        right: 96px;
        border-radius: 12px;
        -webkit-box-shadow: 0 0 10px rgba(0,20,42,.04), 30px 22px 47px rgba(0,20,42,.1);
        box-shadow: 0 0 10px rgb(0 20 42 / 18%), 30px 22px 47px rgb(0 20 42 / 20%);
    }


.coinstatus-text {
    margin-bottom: 25px;
}

.tab-content.profile-tab {
    margin-top: 30px;
}

.kyc_form label span.asterisk {
    display: inline-block;
    transform: translateY(2px);
    /*color: red;*/
    margin-bottom: 0;
}

ul.adv_filter li button.button:first-child {
    margin: 0;
}


@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}


@media (max-width: 1440px) {
}

@media (max-width: 1200px) {
    .header-right ul.menu-head li {
        padding: 0 10px;
    }
    .download-text-box p {
        font-size: 26px;
        line-height: 31px;
    }
    .blog_des h4 {
        font-size: 17px;
    }

    .ft-box.footer-logo {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .download-img:after {
        top: 24%;
        width: 31%;
        height: 27%;
    }

    .download-img:before {
        top: 53%;
        width: 33%;
        height: 25%;
    }

    .footer-social {
        margin-top: 20px;
    }

    .ft-box {
        width: 25%;
    }

    .hero_section .text_content {
        padding-left: 0;
    }

    .text_content h1 {
        font-size: 38px;
    }

    .text_content h3 {
        font-size: 20px;
    }

    .rlt-sec .info-left {
        padding-right: 15px;
        padding-left: 15px;
    }

    .step-box h1 {
        font-size: 10.5rem;
    }

    section.advance_trade-box {
        padding-top: 60px;
    }

    .ab-text h3 {
        font-size: 20px;
    }

    .heading-2 h2 {
        font-size: 30px;
    }


    img.clam-1 {
        right: -8vw;
        bottom: 15vw;
        top: -20vw;
    }

    img.clam-3 {
        right: 148px;
        right: -6vw;
        bottom: 16vw;
    }

    img.clam-4 {
        right: -7vw;
        bottom: 20vw;
    }

    img.clam-2 {
        right: -0.5vw;
        bottom: 16vw;
    }

    ul.menu-head li {
        padding: 8px 3px;
    }

    .nav-link img {
        width: 14px;
        height: 14px;
    }

    ul.menu-head li {
        padding: 8px 4px;
    }

    .features-box {
        width: calc(50% - 20px);
        margin: 0 10px;
    }

    .info-sub-main .info-left {
        padding: 65px 50px 50px 50px;
        width: 60%;
    }

    .info-sub-main .info-right {
        width: 70%;
    }

    .features-box:after {
        right: -0px;
    }

    .trade-anyware-right img {
        transform: translateX(28px);
    }
}

@media (max-width: 991px) {

    div.dt-buttons {
        text-align: center;
    }

    .download-hover-box {
        inset: unset;
        width: 210px;
        display:none;
    }
    ul.menu-head li:first-child {
        width: 100%;
    }

    .dataTables_length {
        display: block;
        text-align: center;
        padding: 0;
    }

    .features-box {
        width: calc(50% - 20px);
    }

    .wallet_history .nav-tabs, .order_history .nav-tabs, .login_useractivity_history .nav-tabs {
        justify-content: unset;
    }

        .wallet_history .nav-tabs a, .order_history .nav-tabs a, .login_useractivity_history .nav-tabs a {
            padding: 8px 0px;
            margin: 0px;
            min-height: auto;
        }

        .wallet_history .nav-tabs li, .order_history .nav-tabs li, .login_useractivity_history .nav-tabs li {
            padding-right: 30px;
        }

    .wallet_history .nav-tabs {
        margin-bottom: 20px;
    }

    .download-img:after {
        width: 40%;
        left: 0;
    }

    .trade-anyware-right img {
        transform: translateX(145px);
        width: auto;
    }

    .download-text-box h2 {
        font-size: 48px;
        line-height: 50px;
        padding-bottom: 13px;
    }

    .download-text-box p {
        font-size: 30px;
        line-height: 40px;
    }

    .download-text-box .btn-group {
        margin-top: 45px;
    }

    .download-img:before {
        right: 0px;
        width: 54%;
    }

    .ft-box.footer-logo {
        margin-bottom: 40px;
    }


    .header-center {
        width: 100%;
        padding: 0px 15px;
    }

    .header-right {
        width: auto;
    }

    .heading-2 h2 {
        font-size: 26px;
    }

    section.advance_trade-box {
        padding-top: 10px;
    }

    .hero_section {
        padding: 75px 0;
    }

    .text_content b, .text_content h2 span {
        font-size: 30px;
    }

    .text_content h1 {
        font-size: 33px;
    }

    section.small_banner {
        padding: 60px 0px;
    }

    .trade-anyware-left {
        padding-left: 60px;
    }

    .advance-box {
        max-width: calc(50% - 30px);
    }

    .advance_trade-box .flex {
        row-gap: 65px;
    }


    .trading_step .btn-sec {
        margin-top: 30px;
    }

    .step-box h1 {
        font-size: 9.5rem;
    }

    .trading_step .heading-2 {
        margin-bottom: 10px;
    }

    .sub-box p {
        font-size: 16px;
        line-height: 24px;
    }

    .sub-box h3 {
        font-size: 22px;
    }


    #mob-menu {
        justify-content: end;
    }

    a.closebtn {
        display: block;
    }

    a.burger {
        display: inline-block;
        text-align: end;
        padding-right: 12px;
    }

    .menu.open #mob-menu {
        width: 250px;
        margin-left: 0px;
        display: block;
        text-align: left;
        left: 0px;
        transition: all 0.5s;
    }

    #mob-menu {
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: -250px;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        display: block;
        margin-left: -40px;
        border-right: 1px solid #04EAFA;
        box-shadow: 0px 4px 8px 6px rgba(0, 225, 255, 0.2);
        transition: all 0.5s;
    }

    .overlay:after {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #0000005e;
        right: 0;
        left: 0;
        top: 0;
    }

    .overlay {
        display: none;
    }

    .menu.open .overlay {
        display: block;
    }

    #mob-menu .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        color: #fff;
    }

    ul.menu-head {
        display: block;
        width: 100%;
    }

    ul.menu-head li {
          padding: 8px 0px;
     }

     ul.menu-head li:after {
           display: none;
      }

    .header-right ul.menu-head {
        display: flex;
        justify-content: unset;
        flex-wrap: wrap;
        row-gap: 5px;
    }

    .header-right {
        width: 100%;
        display: flex;
        flex-direction: unset;
        margin-top: 0px;
        flex-wrap: wrap;
        justify-content: unset;
        margin: 0 -5px;
        margin-top: 5px;
    }
    span.download-box-main {
        margin-left: 5px;
        margin-top: 7px;
    }
    .header-right a.nav-link {
        display: inline-block;
        padding: 10px 26px;
        width: fit-content;
 
    }

    .header-right li.menu-right-li {
        width: 100%;
    }



}

@media (max-width:767px) {

    .full_orderbook li.pair-sub-box {
        flex-wrap: wrap;
    }

    .back_hero {
        display: none;
    }
    .footer .row {
        margin: 0px -10px;
    }

    .header-right ul.menu-head li:first-child {
        width: 100%;
    }

    .heading h2 {
        font-size: 24px;
    }

    .searchbox {
        width: 100%;
        margin-bottom: 0px;
    }

    .symbol_detail_flex .tab-content {
        margin-top: 20px;
    }

    .symbol_detail h4 {
        margin-top: 20px;
    }

    .small_banner {
        padding: 55px 15px;
        padding-bottom: 35px;
    }

    .download-text-box h2 {
        font-size: 42px;
        line-height: 54px;
    }

    .download-text-box p {
        font-size: 30px;
        line-height: 39px;
        margin-top: 20px;
    }


    .download-text-box .btn-group img {
        width: 180px;
    }

    .download-text-box {
        text-align: center;
        margin-top: 15px;
    }

    .download-section {
        padding-top: 0;
    }

    .download-text-box h2:after {
        margin: 0 auto;
    }

    .download-text-box .btn-group {
        margin-top: 35px;
        justify-content: center;
    }

    ul .menu-head li:hover .dropdown_menu_list {
        opacity: 0;
        visibility: hidden;
    }

    .ft-box {
        width: 50%;
    }

    .dropdown_menu_list {
        width: 100%;
    }

    .step-box h1 {
        font-size: 10.5rem;
        line-height: 1.2;
    }

    .footer .flex {
        row-gap: 30px;
    }

    .ft-box.footer-logo {
        margin-bottom: 15px;
    }

    .advance-box {
        max-width: calc(100% - 30px);
    }

    .advance_trade-box .flex {
        row-gap: 70px;
    }

    .advance_trade-box .heading-2 {
        margin-bottom: 84px;
    }

    .step-box {
        width: calc(100% - 30px);
    }


    
    .features {
        padding: 55px 0px;
        padding-bottom: 0;
    }

    .main-trade {
        padding: 55px 0px;
    }

    .info-left {
        width: 100%;
        padding-bottom: 40px;
    }

    .info-sub-main .info-right {
        display: none;
    }

    .rlt-sec {
        margin-top: 0px;
    }

    .info-right img {
        padding: 20px 0px;
        margin-left: 0;
    }

    section.info-sec .flex {
        flex-direction: column-reverse;
    }

    .rlt-sec .info-left {
        padding-bottom: 0;
    }

    .trading_step {
        padding: 55px 0;
    }

    .hero_section {
        padding: 50px 0;
        padding-top: 40px;
    }

        .hero_section .text_content {
            width: 100%;
        }

    .text_content h1 {
        font-size: 24px;
    }

    .text_content b, .text_content h2 span {
        font-size: 24px;
    }

    .text_content h3 {
        font-size: 18px;
        margin: 26px 0px;
    }

    .btn-sec {
        flex-wrap: wrap;
    }

        .btn-sec .button {
            width: max-content;
        }

    .button {
        padding: 11px 20px;
    }

    section.small_banner {
        padding: 50px 0px;
    }

    .small_banner .flex {
        row-gap: 20px;
    }

    .tab-header {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    ul.tabs-nav li a {
        font-size: 12px;
        padding: 12px 10px;
        gap: 5px;
    }

    ul.tabs-nav li img {
        width: 18px;
    }

    ul.tabs-nav li.active:after {
        display: none;
    }

    .trade-sec {
        padding: 40px 0px;
        padding-top: 10px;
    }

    .trade-anyware-left {
        width: 100%;
        padding: 0px 15px;
        text-align: center;
    }

        .trade-anyware-left .heading-2 {
            text-align: center;
        }

    .trade-sec .container {
        padding: 0px 15px;
    }

    .trade-anyware-right {
        display: none;
    }

    .trade-anyware-left .btn-group {
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 30px;
        justify-content: center;
    }

        .trade-anyware-left .btn-group a img {
            max-width: 135px;
        }

    .heading-2 h2 {
        font-size: 24px;
    }

    section.advance_trade-box {
        padding-top: 0px;
    }

    .trade-anyware-left .heading-2 h2 {
        text-align: center;
    }

        .trade-anyware-left .heading-2 h2:after {
            margin: 0 auto;
        }

    .trade-anyware-left .heading-2 p {
        margin-top: 25px
    }

    .info-sub-main .info-left {
        padding: 35px 50px 35px 50px;
        width: 100%;
    }

    .Rlt-sec .container {
        padding: 0;
    }
}

@media (max-width: 576px) {
    .hero_section .text_content {
        width: 100%;
    }

    .heading h2 {
        font-size: 21px;
    }

    .features-box:after {
        right: 40px;
    }

    ul#tabs {
        gap: 0;
    }

    .info-tab .nav-tabs .nav-link {
        display: inline-block;
    }

    section.info-sec ul#tabs li {
        width: 100%;
        text-align: center;
        display: inline-block;
    }

    .features-box {
        width: calc(100% - 30px);
        margin: 0px 15px;
    }

    .features {
        padding: 50px 0px;
        padding-bottom: 0px;
    }

    .heading-2 h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .info-sub-main .info-left {
        padding: 25px 40px;
        width: 100%;
    }

    .info-left .heading-2 p {
        font-size: 15px;
    }

    .info-left .heading-2 h2 {
        margin-bottom: 25px;
    }
}
