html {
    width: 100%;
    height: 100%;
    position: absolute;
    scroll-behavior: smooth !important;
    scroll-padding-top: 60px;
  }

  body {
    margin: 0;
    padding: 0;
    color: var(--theme-body-color);
    position: relative;
    width: 100%;
    min-height: 100%;
    background: var(--theme-body-bg);
    font-size: 14px;
    font-weight: 300;
    font-family: "Mulish", sans-serif;
    padding-bottom: 455px;
    overflow-x: hidden;
  }

  .footerbox {
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 455px;
  }

  section {
    padding: 65px 0;
  }

  .t-white {
    color: var(--theme-t-white) !important;
  }

  .t-blue {
    color: var(--theme-t-blue) !important;
  }

  .t-lightblack {
    color: var(--theme-t-lightback);
  }

  .t-green {
    color: var(--theme-t-green);
  }

  .t-red {
    color: var(--theme-t-red);
  }

  .orgtxt {
    text-decoration: none;
    color: var(--theme-help-text);
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
  }

  .orgtxt:hover {
    color: var(--theme-help-text);
  }

  .fnt-bld {
    font-weight: 700 !important;
  }

  p,
  .content {
    font-size: 17px;
    line-height: 32px;
    color: var(--theme-para-text);
    text-transform: inherit;
    font-weight: 500;
  }

  .heading-title {
    font-size: 38px;
    line-height: 65px;
    font-weight: 800;
    padding-bottom: 15px;
    color: var(--theme-heading-title-color);
  }

  .description_hide{
    display: none;
  }

  .sub-heading {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    padding-bottom: 7px;
    color: var(--theme-t-white);
  }

  .borderbtn {
    background: transparent;
    border: 1px solid var(--theme-button-border);
  }

  .sitebtn,
  .blackbtn {
    padding: 12px 25px;
    border: 0;
    background: var(--theme-accent-color);
    color: var(--theme-t-white);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    transition: all 0.4s;
  }

  .sitebtn:hover,
  .sitebtn:focus,
  .sitebtn:active {
    color: var(--theme-t-white);
  }

  .blackbtn {
    background: var(--theme-bg-2-color);
    color: var(--theme-t-white);
  }

  .headbg .navbar-brand {
    width: 161px;
  }

  .logo-img {
    width: 100%;
    max-width: 161px;
  }

  .flex-box {
    display: flex;
  }

  .table-content {
    display: table;
    margin: 0;
    width: 100%;
  }

  .table-content > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }

  input::-webkit-input-placeholder {
    color: var(--theme-placeholder-color) !important;
    font-size: 14px;
  }

  input::-moz-placeholder {
    color: var(--theme-placeholder-color) !important;
    font-size: 14px;
  }

  input:-ms-input-placeholder {
    color: var(--theme-placeholder-color) !important;
    font-size: 14px;
  }

  input::-ms-input-placeholder {
    color: var(--theme-placeholder-color) !important;
    font-size: 14px;
  }

  input::placeholder {
    color: var(--theme-placeholder-color) !important;
    font-size: 14px;
  }

  .headminborder {
    border: 1px solid var(--theme-border);
    border-radius: 50px;
    padding: 4px 18px !important;
  }

  .headbg {
    padding: 10px 0;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 91;
    overflow: hidden;
  }

  .darkHeader {
    box-shadow: 0 0 15px 10px var(--theme-box-shadow);
    background: var(--theme-bg-color);
    position: fixed;
    xtransition: background 0.3s;
    transition: 0.2s ease-in;
  }

  .headermenu .headbg .navbar-nav li a {
    color: var(--theme-text);
    font-size: 17px;
    padding: 9px 23px;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 500;
  }

  .headermenu .headbg .navbar-nav li .btn {
    font-size: 16px;
    padding: 10px 30px;
    font-weight: 600;
    line-height: 22px;
    color: var(--theme-t-white);
  }
  /* ORCA
    .headermenu .headbg .navbar-nav li a {
    color: var(--theme-bg-4-color);
    font-size: 17px;
    padding: 9px 23px;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 500;
  }
   */

  .langmenu img {
    width: 30px !important;
    height: 30px;
    padding: 0;
    position: relative;
    top: -1px;
    margin-right: 10px;
  }

  .navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: 0.5s ease-in-out;
  }

  .navbar-toggler,
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
    position: relative;
  }

  .navbar-toggler span {
    margin: 0;
    padding: 0;
  }

  .toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--theme-toggler-background);
    border-radius: 1px;
    opacity: 1;
    left: -12px;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  /* ORCA
    .toggler-icon {
    background: #999;
  }
   */

  .middle-bar {
    margin-top: 0;
  }

  .navbar-toggler.collapsed .top-bar {
    position: absolute;
    top: 0;
    transform: rotate(0deg);
  }

  .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    position: absolute;
    top: 10px;
    filter: alpha(opacity=100);
  }

  .navbar-toggler.collapsed .bottom-bar {
    position: absolute;
    top: 20px;
    transform: rotate(0deg);
  }

  .navbar-toggler .top-bar {
    top: inherit;
    transform: rotate(135deg);
  }

  .navbar-toggler .middle-bar {
    opacity: 0;
    top: inherit;
    filter: alpha(opacity=0);
  }

  .navbar-toggler .bottom-bar {
    top: inherit;
    transform: rotate(-135deg);
  }

  .toggler-icon {
    background: var(--theme-accent-color);
  }

  /*footer css start*/

  .footer-gray-bg {
    background: var(--theme-footer-bg);
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .foot-list {
    padding: 0;
    margin: 0;
  }

  .foot-list li {
    float: none;
    list-style: none;
    padding-bottom: 15px;
  }

  .foot-list li a {
    padding: 4px 0;
    color: var(--theme-foot-list);
    text-decoration: none;
    font-size: 16px;
  }

  .footermenus h3 {
    font-size: 22px;
    color: var(--theme-t-white);
    padding-bottom: 10px;
    font-weight: 700;
  }

  .sociallist {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
  }

  .sociallist li {
    float: left;
    list-style: none;
    padding: 10px 5px;
    color: var(--theme-t-white);
  }

  .sociallist li a {
    text-decoration: none;
  }

  .sociallist li a > span img {
    width: 100%;
    max-width: 40px;
  }

  .footlogo img {
    width: 100%;
    max-width: 170px;
  }

  .subscibefrm .form-group {
    background-color: var(--theme-subscribe-form-bg);
    border: 1px solid var(--theme-subscribe-form-border);
    border-radius: 8px;
  }

  .subscibefrm .input-group-text {
    background-image: linear-gradient(to top, var(--theme-subscibefrm-gradient-start) , var(--theme-subscibefrm-gradient-end));
    border: 0;
    border-right: none;
    padding-right: 7px;
  }
  /* ORCA
    .subscibefrm .input-group-text {
    background: none;
    border: 0;
    padding-right: 7px;
  }
   */

  .subscibefrm .form-control {
    background-image: linear-gradient(to top, var(--theme-subscibefrm-gradient-start), var(--theme-subscibefrm-gradient-end));
    border: 0;
    color: var(--theme-para-text);
  }
  /* ORCA
    .subscibefrm .form-control {
    background: none;
    border: 0;
    color: #d8d8d8;
  }
   */

  .subscibefrm .sitebtn{
    color: #000;
  }

  .footer-gray-bg hr {
    border: 1px solid var(--theme-hr-color);
    margin: 35px 0;
    opacity: 1;
    background: none;
  }

  .ftext {
    margin: 0;
    font-size: 15px;
    line-height: 28px;
    color: var(--theme-ftext);
  }

  .paymentcardlogo img {
    width: 100%;
    max-width: 60px;
  }

  .paymentcardlogo .masterlogo {
    max-width: 130px;
  }

  .paymentcardlogo li {
    padding: 5px 15px;
  }

  .homebannerbg .row > div:first-child {
    position: relative;
    top: -63px;
  }

  .homebannerbg .row > div:last-child {
    position: relative;
    text-align: center;
    min-height: 751px;
  }

  .sitebannercontent {
    position: relative;
  }

  .bannerrightside {
    position: relative;
    z-index: 9;
    text-align: end;
  }

  .sitebannercontent .h2 {
    font-size: 77px;
    line-height: 75px;
    font-weight: 800;
    color: var(--theme-accent-color);
    padding-bottom: 8px;
  }

  .sitebannercontent h5 {
    color: var(--theme-t-white);
    font-size: 32px;
    font-weight: 700;
    padding-top: 8px;
  }

  .sitebannercontent .sitebtn {
    margin-top: 15px;
  }

  .banner-img {
    width: 100%;
    max-width: 557px;
  }

  .sitebannercontent {
    padding-top: 79px;
    padding-bottom: 5px;
  }

  /* twotablesec */

  .twotablesec .table-content > div:first-child {
    width: 38px;
    padding-right: 10px;
  }

  .twotablesec .table-content img {
    width: 28px;
  }

  .twotablesec tr:nth-child(odd) {
    background: var(--theme-table-even) !important;
    border-color: transparent;
  }

  .twotablesec tr:nth-child(even) {
    background-color: var(--theme-table-even);
    border-color: transparent;
  }

  .twotablesec .sitescroll {
    border-radius: 10px;
    border: 1px solid var(--theme-border);
  }

  .twotablesec .t-green,
  .twotablesec .t-red {
    font-weight: 700;
  }

  .twotablesec .subhead {
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    padding-bottom: 7px;
  }

  .twotablesec .container {
    position: relative;
  }

  .tableviewsec {
    position: absolute;
    top: 11px;
    right: 15px;
  }

  .twotablesec .coinname {
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 0;
  }

  .twotablesec .coinsht {
    font-size: 13px;
    color: var(--theme-text-2);
  }

  .sitetable tbody tr td {
    border: 0;
    color: var(--theme-sitetable);
    font-size: 16px;
    font-weight: 400;
    padding: 13px 25px;
    vertical-align: middle;
    white-space: nowrap;
  }

  .sitetable thead tr th {
    border: 0;
    color: var(--theme-text-3);
    font-size: 16px;
    font-weight: 600;
    padding: 20px 25px;
    position: -webkit-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0;
    white-space: nowrap;
    background-color: var(--theme-t-white);
  }

  [data-simplebar] {
    position: relative;
    z-index: 0;
    overflow: hidden !important;
    max-height: inherit;
    -webkit-overflow-scrolling: touch;
  }

  [data-simplebar="init"] {
    display: flex;
  }

  .simplebar-scroll-content {
    overflow-x: hidden !important;
    overflow-y: scroll;
    min-width: 100% !important;
    max-height: inherit !important;
    box-sizing: content-box !important;
  }

  .simplebar-content {
    overflow-y: hidden !important;
    overflow-x: scroll;
    box-sizing: border-box !important;
    min-height: 100% !important;
  }

  .simplebar-track {
    z-index: 9999;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 8px;
  }

  .simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 6px;
    min-height: 10px;
  }

  .simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: var(--theme-scrollbar-bg);
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
  }

  .simplebar-track:hover .simplebar-scrollbar:before,
  .simplebar-track .simplebar-scrollbar.visible:before {
    opacity: 0.5;
    transition: opacity 0 linear;
  }

  .simplebar-track.vertical {
    top: 0;
  }

  .simplebar-track.vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
  }

  .simplebar-track.horizontal {
    left: 0;
    width: auto;
    height: 8px;
  }

  .simplebar-track.horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
  }

  .horizontal.simplebar-track .simplebar-scrollbar {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
  }

  .sitescroll {
    max-height: 500px;
  }

  /* chooseussec */

  .chooseusdiv {
    margin-top: 10px;
  }

  .chooseusdiv,
  .needhelpdiv {
    display: flex;
  }

  .chooseusdiv .chooseusbox,
  .chooseusdiv .owl-stage > div {
    width: 100%;
    margin: 0 10px;
    position: relative;
    padding: 25px 35px;
    border-radius: 20px;
    text-align: center;
  }

  .chooseusdiv .owl-stage .chooseusbox {
    padding: 0;
    border-radius: 0;
    margin: 0;
  }

  .darkicon {
    display: none;
  }

  .chooseusdiv .owl-stage > div p{
    color: var(--theme-para-text);
  }

  .chooseusdiv .owl-stage > div:hover {
    background: linear-gradient(var(--theme-chooseus-gradient-start), var(--theme-accent-color));
  }

  .chooseusdiv .owl-stage > div:hover p {
    color: var(--theme-text-3);
  }

  .chooseusdiv .owl-stage > div:hover .lighticon {
    display: none;
  }

  .chooseusdiv .owl-stage > div:hover .darkicon {
    display: block;
  }

  .chooseusdiv > div:first-child {
    margin-left: 0;
  }

  .chooseusdiv > div:last-child {
    margin-right: 0;
  }

  .chooseusbox img {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    margin-bottom: 27px;
  }

  .chooseus .container {
    width: 100%;
    max-width: 100%;
  }

  .chooseusdiv .owl-nav {
    display: flex !important;
    justify-content: center;
    position: relative;
    margin-top: 44px;
  }

  .chooseusdiv .owl-nav > button {
    width: 30px;
    cursor: pointer !important;
    position: relative;
  }

  .chooseusdiv .owl-nav > button .fa {
    font-size: 18px;
  }

  .chooseusdiv .owl-nav::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 100%;
    height: 52px;
    background: url(../landing/images/scroll-line.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .faqbg {
    overflow: hidden;
  }

  .faqtxtscroll {
    max-height: 217px;
  }

  .faqtxtscroll p {
    padding-right: 15px;
  }

  .needhelpdiv .sub-heading {
    padding-bottom: 0;
  }

  .needhelpdiv .table-content > div:first-child {
    width: 85px;
  }

  .needhelpdiv .table-content > div {
    vertical-align: top;
  }

  .needhelpdiv .needhelpbox a {
    text-decoration: none;
    color: var(--theme-help-text);
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
  }

  .needhelpdiv .needhelpbox > div:first-child img {
    width: 100%;
    max-width: 60px;
  }

  .needhelpdiv .angleimg {
    width: 100%;
    max-width: 8px;
  }

  .needhelpdiv > div {
    width: 100%;
    padding: 20px 40px;
  }

  .needhelpdiv > div:first-child {
    padding-left: 0;
  }

  .needhelpdiv > div:last-child {
    padding-right: 0;
  }

  .howitworktab {
    position: relative;
  }

  .howitworkbg .nav {
    position: absolute;
    top: 50px;
    right: 120px;
    background: var(--theme-howitworks-bg);
    padding: 10px 10px;
    border-radius: 50px;
    border: 1px solid var(--theme-howitworks-border);
  }

  .howitworkbg .heading-title{
    padding-block:80px 60px ;
  }

  .howsec_con {
    width: 100%;
    margin: 0 25px;
    padding-bottom: 50px;
  }

  .howitworkbg .nav-pills .nav-link.active,
  .howitworkbg .nav-pills .show > .nav-link {
    background: linear-gradient(
      90deg,
      rgba(255, 211, 98, 1) 37%, /* rgba(255, 211, 98, 1) */
      rgba(255, 118, 34, 1) 100% /* rgba(255, 118, 34, 1) */
    );
    border-radius: 50px;
    color: var(--theme-bg-9-color);
  }

  .howitworkbg .nav-pills .nav-link {
    font-size: 20px;
    line-height: 33px;
    color: var(--theme-text-2);
    padding: 11px 32px;
    font-weight: 600;
  }

  .howsec_img {
  }

  .howsec_img img {
    width: 100%;
    max-width: 227px;
    margin-bottom: 20px;
  }

  .howsec_con .table-content > div:first-child {
    width: 100px;
  }

  .howsec_con .table-content > div {
    vertical-align: top;
  }

  .howsec_con .table-content > div img {
    width: 100%;
    max-width: 80px;
  }

  .flexbox {
    display: flex;
    width: 100%;
    gap: 10px;
  }

  .stpesbox {
    width: 80px;
    height: 80px;
    border: 5px solid var(--theme-accent-color);
    border-radius: 50px;
    text-align: center;
    color: var(--theme-t-white);
    font-size: 29px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .howitworktab p {
    color: var(--theme-para-text);
  }

  .learnmorebg {
    background: var(--theme-footer-bg);
    position: relative;
  }

  .learnmorebg .container {
    position: relative;
  }

  .learnicon {
    width: 100%;
    max-width: 637px;
  }

  .learnicon::before{
    content: '';
    background-image:url(../landing/images/Vector.svg);
    width: 100%;
    height: 100%;
  }

  .owl-stage {
    display: flex !important;
  }

  .faqflexbox {
    display: flex;
  }

  .faqflexbox p {
    color: var(--theme-para-text);
    margin-bottom: 0;
  }

  .faqbox,
  .faqflexbox .owl-stage > div {
    width: 100%;
    margin: 10px;
    background: var(--theme-t-white);
    border: 1px solid var(--theme-text);
    padding: 25px;
    border-radius: 10px;
    padding-right: 10px;
  }

  .faqflexbox .owl-stage > div {
    position: relative;
    overflow: hidden;
  }

  .faqflexbox .owl-stage > div:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-top: 5px solid var(--theme-accent-color);
  }

  .faqflexbox .owl-stage > div:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border:1px solid var(--theme-accent-color)
  }

  .faqflexbox .owl-stage > div:hover p,
  .faqflexbox .owl-stage > div:hover h4 {
    color: var(--theme-faqflexbox);
  }

  .faqflexbox .owl-stage .faqbox {
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
  }

  .faqbox h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-bg-2-color);
    padding-bottom: 20px;
  }

  .faqflexbox .owl-nav {
    display: flex !important;
  }

  .faqflexbox .owl-nav button > span {
    display: none;
  }

  .faqflexbox .owl-prev {
    background: url(../landing/images/arrow-left.svg) !important;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -46px;
    top: 50%;
    transform: translate(0%, -50%);
  }

  .faqflexbox .owl-next {
    background: url(../landing/images/arrow-right.svg) !important;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -46px;
    top: 50%;
    transform: translate(-18%, -50%);
  }

  .faqflexbox .owl-item {
    padding: 0 10px;
  }

  .serviceflexbox {
    display: flex;
  }

  .servicebox {
    background: var(--theme-servicebox-bg);
    width: 100%;
    margin: 10px;
    border-radius: 20px;
    border: 1px solid var(--theme-service-border);
    padding: 25px;
  }

  .servicebox h4 {
    font-size: 27px;
    font-weight: 700;
    color: var(--theme-accent-color);
    padding-bottom: 15px;
  }

  .servicebox p {
    font-size: 18px;
  }

  .siconbox {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    background: var(--theme-bg-color);
    border: 1px solid var(--theme-service-border);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -80px;
    position: relative;
    margin-bottom: 30px;
  }

  .siconbox img {
    width: 100%;
    max-width: 50px;
  }

  .serviceiconbg {
    position: relative;
    background: var(--theme-bg-color);
    border-radius: 20px;
    overflow: hidden;
    height: 147px;
  }

  .serviceiconbg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .servicespacebox {
    padding: 30px;
    padding-bottom: 0;
  }

  .appbannerbox {
    background: var(--theme-appbannerbox-bg);
    padding: 30px;
    border-radius: 15px;
    position: relative;
  }

  .appbannerbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../landing/images/shadebg.png);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .appbannerbox .row {
    position: relative;
  }

  .appbannerbox .row > div:first-child {
    padding-left: 125px;
  }

  .mobileappicon {
    width: 100%;
    max-width: 488px;
  }

  .applogoicon {
    width: 100%;
    max-width: 280px;
    margin-bottom: 16px;
  }

  .appbannerbox .heading-title {
    font-size: 30px;
    padding-bottom: 0;
  }

  .tickercontainer {
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
  }

  .tickercontainer .mask {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  ul.newsticker {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  ul.newsticker li {
    list-style: none;
    padding: 0 4px !important;
    width:auto;
    float: left;
  }

  ul.er-controls {
    list-style: none;
    display: inline-block;
    padding: 0;
  }

  ul.er-controls > li {
    display: inline-block;
    padding: 5px 10px;
    margin: 0;
    border-radius: 0;
    color: var(--theme-ul-er-controls);
    font-size: 13px;
  }

  ul.er-controls > li:hover {
    background: none;
    cursor: pointer;
  }

  .chartsbg.container {
    width: 100%;
    max-width: 100%;
  }

  .chartsbg {
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: 9;
  }

  .charts {
    height: 120px;
    overflow: hidden;
    display: flex;
    width: 100%;
    align-items: center;
  }

  .live-table {
    margin: 0 2px;
    padding: 3px 20px;
    background: linear-gradient(var(--theme-livetable-gradient-start), var(--theme-livetable-gradient-end));
    border-top: 1px solid var(--theme-livetable-border-top);
    border-radius: 75px;
    display: table;
    width: 100%;
    text-align: left;
    min-width: 250px;
  }

  .live-table > div {
    display: table-cell;
    vertical-align: middle;
  }

  .live-table .h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    color: var(--theme-text);
    padding-bottom: 2px;
  }
/* ORCA
  .live-table {
    margin: 0 2px;
    padding: 3px 20px;
    background: linear-gradient(#80a8a691, #00000082);
    border-top: 1px solid #52ada6;
    border-radius: 75px;
    display: table;
    width: 100%;
    text-align: left;
    min-width: 250px;
  }
 */

  .live-table .h2 span {
    font-weight: 700;
    color: var(--theme-text-4);
  }

  .live-table .h4 {
    margin: 0;
    font-size: 20px;
    padding: 0;
    font-weight: 700;
    color: var(--theme-t-white);
    line-height: 26px;
    padding-bottom: 7px;
  }

  .live-table .h5 {
    font-size: 15px;
    font-weight: 600;
  }

  .live-table .h5 span i {
    font-size: 12px;
    padding-left: 4px;
  }

  .live-table .h5 {
    display: flex;
    align-items: center;
  }

  .charts li {
    list-style: none;
    padding: 0 6px !important;
    width: 100%;
    float: left;
  }

  .livecoinig {
    width: 47px;
  }

  .live-table img {
    width: 40px;
    height: 40px;
    vertical-align: inherit;
  }

  /*login css start*/
  .loginbanner {
    padding-bottom: 455px;
    background-color: var(--theme-bg-3-color);
    display: table;
  }

  .formbg {
    padding: 65px 0;
    display: table-cell;
    vertical-align: middle;
    padding-top: 139px;
  }

  .loginbanner footer {
  }

  .formboxbg .h2 {
    font-size: 24px;
    line-height: 41px;
    font-weight: 800;
    padding-bottom: 3px;
    color: var(--theme-bg-color);
  }

  .formboxbg {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 100%;
    background: var(--theme-t-white);
    border-radius: 15px;
    overflow: hidden;
  }

  .formboxbg > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: 50%;
  }

  .leftsideformbox {
    position: relative;
    background: var(--theme-bg-4-color);
    border-right: 1px dashed #ddd;
  }

  .formbg .container {
  }

  .loginformbox {
    padding: 35px 40px;
    background-color: var(--theme-bg-4-color);
    border: 1px solid var(--theme-bg-4-color);
    width: 100%;
    /* max-width: 541px; */
    margin: 0 auto;
  }

  label {
    font-size: 16px;
    color: var(--theme-text-5);
    margin-bottom: 7px;
    font-weight: 700;
  }

  .formcontentbox .form-group {
    margin-bottom: 20px !important;
    position: relative;
  }

  .formboxbg p {
    font-size: 15px;
    line-height: 26px;
    color: var(--theme-text-6);
    padding-top: 14px;
    text-transform: inherit;
    font-weight: 600;
    text-align: left;
  }

  .formboxbg .btngray a {
    font-weight: 600;
  }

  .toplogincontent .heading-title {
    font-size: 32px;
    line-height: normal;
    text-align: center !important;
    color: var(--theme-text-title);
    margin: 0;
    text-transform: inherit;
    font-weight: 800;
    padding-bottom: 0;
  }

  .toplogincontent {
    padding-bottom: 30px;
    text-align: center;
  }

  .login-form .heading-title {
    font-size: 25px;
    line-height: normal;
    text-align: left !important;
    color: var(--theme-text-title);
    margin: 0;
    text-transform: inherit;
    font-weight: 800;
    padding-bottom: 30px;
  }

  .formcontentbox .form-control {
    background-color: var(--theme-t-white);
    border-color: var(--theme-border);
    height: 50px;
    color: var(--theme-text-3);
    border-radius: 7px;
    box-shadow: none;
    outline: none;
  }

  textarea.form-control {
    height: auto !important;
  }

  .btngray a {
    color: var(--theme-accent-color) !important;
    text-decoration: none;
    font-weight: 700;
  }

  .formcontentbox .input-group-text {
    height: 41px;
    font-size: 14px;
    color: var(--theme-faqflexbox);
    background-color: var(--theme-t-white);
    border-color: var(--theme-border);
    border-radius: 7px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .loginlftimg img {
    width: 100%;
    max-width: 650px;
  }

  .login-form .btn {
    padding: 12px 10px;
    width: 100%;
  }

  .form-control:focus {
    box-shadow: none;
  }

  .otpverifybg .form-control {
    width: 100%;
    margin: 5px 5px;
    text-align: center;
    padding: 5px 4px;
  }

  .logbottomcellbox {
    margin-top: 21px;
  }

  .login-form .phonetab .form-control {
    border: 1px solid var(--theme-border-2) !important;
    border-radius: 7px !important;
  }

  .login-form .phonetab .input-group-text .form-control {
    width: 114px;
    padding-top: 6px;
    font-size: 15px !important;
    padding-right: 10px;
  }

  .login-form .phonetab .input-group-text {
    padding: 0;
    padding-right: 7px;
    border: 0 !important;
  }

  .login-form .phonetab .input-group {
    display: flex;
    flex-wrap: inherit;
    margin: 0 !important;
    width: 100%;
  }

  .login-form .phonetab .input-group > div {
    width: 100%;
  }

  .intl-tel-input .country-list {
    z-index: 99;
  }

  .formlogo {
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
  }

  .leftformtable {
    padding: 35px 20px;
  }

  .loginbanner .headbg {
    background: var(--theme-bg-color);
  }

  .tabbanner {
    border-bottom: 1px solid var(--theme-border);
    margin-top: 9px;
    flex-wrap: inherit;
  }

  .tabbanner > li {
    padding: 0 6px;
    width: auto;
  }

  .tabbanner > li:first-child {
    padding-left: 0;
  }

  .tabbanner > li:last-child {
    padding-right: 0;
  }

  .tabbanner li a {
    background: none;
    color: var(--theme-text-3);
    border: 0 !important;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 17px;
    margin: 0;
    text-align: center;
    border-radius: 0 !important;
    line-height: 23px;
  }

  .tabbanner li a:hover {
    color: var(--theme-text-3);
  }

  .tabbanner li a.active {
    color: var(--theme-accent-color) !important;
    background: none !important;
    font-weight: 600;
  }

  .topbannerbg .heading-title {
    color: var(--theme-accent-color);
    text-align: left !important;
    padding-bottom: 10px;
    font-size: 46px;
  }

  .topbannerbg p {
    font-size: 18px;
    color: var(--theme-topbanner-bg);
  }

  .innerpagetab .tabbanner {
    border: 0 !important;
    display: flex;
  }

  .innerpagetab .tabbanner li {
    text-align: center;
    width: 100%;
    max-width: 318px;
  }

  .innerpagetab .tabbanner li a {
    background: var(--theme-bg-2-color);
    color: var(--theme-t-white);
    font-size: 17px;
    border-radius: 5px !important;
    padding: 15px 23px !important;
  }

  .innerpagetab .tabbanner li a.active {
    background: var(--theme-accent-color) !important;
    border: 0 !important;
    color: var(--theme-t-white) !important;
  }

  .innercontentbg {
    background-color: var(--theme-bg-3-color);
  }

  .innerpagecontent {
    background: var(--theme-t-white);
    border-radius: 10px;
    padding: 40px;
  }

  .innerpagecontent ul {
    margin: 0;
    padding-left: 63px;
    margin-bottom: 19px;
  }

  .innerpagecontent p,
  .innerpagecontent ul li {
    color: var(--theme-text-5);
    font-size: 16px;
  }

  .innerpagecontent p {
    line-height: 30px;
  }

  .innerpagecontent ul li {
    font-weight: 500;
    padding-bottom: 7px;
    line-height: 31px;
  }

  .innerpagecontent ul > li:last-child {
    padding-bottom: 0;
  }

  .innerpagecontent .heading-title {
    border-bottom: 1px solid var(--theme-text-title-2);
    text-align: left !important;
    font-size: 25px;
    margin-bottom: 20px;
    line-height: normal;
  }

  .innerpagecontent .heading-title .t-blue {
    float: right;
    font-size: 14px;
  }

  .innerpagecontent h4 {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 11px;
  }

  .innerfaqbg {
    padding: 0 !important;
    background: none;
  }

  .innerfaqbg .accordion-item {
    margin: 15px 0;
    border-radius: 10px;
    overflow: hidden;
  }

  .innerfaqbg .accordion-button:not(.collapsed) {
    color: var(--theme-bg-4-color);
    background-color: var(--theme-accent-color);
    box-shadow: none;
  }

  .innerfaqbg .accordion-button {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 25px;
    line-height: normal;
  }

  .innerfaqbg .accordion-body {
    padding: 19px 25px;
    background: var(--theme-accent-color);
    color: var(--theme-bg-5-color);
    font-weight: 500;
    padding-bottom: 15px;
    line-height: 31px;
    font-size: 16px;
  }

  .innerfaqbg .accordion-header {
    position: relative;
  }

  .innerfaqbg .accordion-header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    width: 100%;
    max-width: 96%;
    background: var(--theme-bg-6-color);
    margin: 0 auto;
  }

  .innerpagecontent.innerfaqbg ul li {
    color: var(--theme-t-white);
  }

  .innerfaqbg .accordion-button::after {
    background-image: url(../landing/images/faqarrow.svg);
    filter: invert(1);
    transform: rotate(90deg);
  }

  .innerfaqbg .accordion-button:not(.collapsed)::after {
    background-image: url(../landing/images/faqarrow.svg);
    filter: none;
    transform: rotate(0deg);
  }

  .blogtab .bt-top {
    padding-top: 20px;
  }

  .blog-img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
  }

  .blogtab .tabbanner li a.active .blog-img,
  .blogtab .at {
    display: none;
  }

  .blogtab .tabbanner li a.active .at {
    display: block !important;
  }

  .blogtab .tabbanner li a:hover .tab-card .card-text,
  .blogtab .tabbanner li a.active .tab-card .card-text {
    color: var(--theme-accent-color);
  }

  .tab-card .card-text {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--theme-text-7);
  }

  .blogtab ul {
    padding: 0 !important;
    width: 100%;
    gap: 15px;
  }

  .blogtab ul li {
    width: 100%;
    padding: 0 !important;
  }

  .blogtab .tabbanner li a {
    padding: 0;
  }

  .cd {
    background: var(--theme-bg-7-color);
    border-radius: 10px;
    height: 258px;
    overflow: hidden;
  }

  .blogtab .card-body {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 88px;
  }

  .blogtab .card {
    border-radius: 10px;
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
    border: 0;
    padding: 6px;
  }

  .contactabbox .dropdown-bs-toggle {
    background-color: var(--theme-bg-8-color);
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 14px 19px;
    border-radius: 7px !important;
    color: var(--theme-text-7);
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
      border-radius 0.15s ease;
  }

  .contactabbox .dropdown-bs-toggle::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    width: 24px;
    height: 100%;
    background-image: url(../landing/images/faqarrow.svg);
    background-repeat: no-repeat;
    background-position: right;
    filter: invert(1);
    transform: rotate(90deg);
    transition: transform 0.2s ease-in-out;
  }

  .contactabbox .dropdown-bs-toggle.show::after {
    background-image: url(../landing/images/faqarrow.svg);
    transform: rotate(0deg);
  }

  .contactabbox .tabbanner {
    border: 0;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0 !important;
  }

  .contactabbox .dropdown-menu {
    width: 100%;
    padding: 14px 0;
    border-radius: 7px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative !important;
    border: 0;
    background: var(--theme-bg-8-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
      border-radius 0.15s ease;
  }

  .contactabbox .dropdown-menu.show {
    display: inline-block !important;
    transform: inherit !important;
  }

  .contactabbox .tabbanner li a {
    font-size: 17px;
    text-align: left;
    font-weight: 500;
  }

  .contactabbox .dropdown-bs-toggle.show {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: 1px solid var(--theme-border-3);
    color: var(--theme-accent-color);
  }

  .contactpage .innerpagecontent {
    width: 100%;
    max-width: 1050px;
  }

  .contactpage .formcontentbox {
    padding-top: 25px;
  }

  .alert {
    font-weight: 500;
    border-radius: 5px;
  }

  .contactpage .alert {
    font-size: 15px;
    line-height: 26px;
  }

  .lightborderbox {
    background-color: var(--theme-t-white);
    border: 1px solid var(--theme-border);
    color: var(--theme-text-3);
    border-radius: 7px;
    padding: 24px;
  }

  .thanksmessagebox {
    padding: 35px;
  }

  .thanksmessagebox h6 {
    font-size: 22px;
  }

  .contactabbox .tabbanner li {
    padding: 0 !important;
  }

  .contactabbox .dropdown-bs-toggle > span {
    width: 95%;
    display: inline-block;
  }

  .infonotes i {
    position: absolute;
    right: 0;
    top: 7px;
    color: var(--theme-text-4);
    z-index: 9;
    font-size: 14px;
  }

  .login-form .infonotes i {
    color: var(--theme-login-form-bg);
    right: 10px;
  }

  .infonotes .noteshow {
    display: none;
  }

  .infonotes:hover .noteshow {
    display: block;
    background: var(--theme-bg-10-color);
    font-size: 13px;
    border-radius: 5px;
    padding: 9px 12px;
    position: absolute;
    color: var(--theme-text-5);
    margin-top: -60px;
    z-index: 99;
    font-weight: 500;
  }

  .mt-tabel {
    display: table;
    width: 100%;
    background: var(--theme-bg-4-color);
    border-radius: 8px;
    padding: 20px 25px;
  }

  .mt-tabel > div {
    display: table-cell;
    vertical-align: middle;
  }

  .mt-tabel > div:last-child {
    text-align: end;
    width: 42%;
  }

  .mt-tabel .h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
    padding-bottom: 10px;
  }

  .mt-tabel .h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
  }

  .mt-tabel .h6 span {
    margin-left: 10px;
  }

  .cht-img {
    width: 100%;
    max-width: 80px;
  }

  .coinlisticon {
    width: 35px;
    margin-right: 7px;
  }

  .twotablesec .table-content img {
    width: 28px;
  }

  .sitetable tbody tr td {
    padding: 6px 16px;
  }

  .sitetable thead tr th {
    padding: 13px 16px;
  }

  .mrt-table.twotablesec .subhead {
    font-size: 24px;
    font-weight: 700;
  }

  .topbannerbg.marketbg .heading-title {
    font-size: 50px;
  }

  .sociallist li a img{
    mix-blend-mode:difference;
  }

  .headermenu .navbar-nav{
    gap: 7px;
  }

  .bannerrightside {
    position: relative;
    background: linear-gradient(241deg, var(--theme-bannerrightside-gradient-start), var(--theme-bannerrightside-gradient-end));
    border-radius: 10px;
    padding: 22px;
    width: 100%;
    max-width: 446px;
    margin: 0 auto;
    z-index: 9;
    backdrop-filter: blur(24px);
    right: -25px;
  }

  .inbox {
    background-color: var(--theme-inbox-bg);
    padding: 17px;
    backdrop-filter: blur(4px);
    border-radius: 8px;
    position: relative;
    z-index: 9;
  }

  .pay-wrap{
    z-index: 1;
  }

  .inbox .h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding-bottom: 8px;
    color: var(--theme-t-white);
  }
  /* ORCA
    .inbox {
    background-color: #a8c0bfe0;
    padding: 17px;
    backdrop-filter: blur(4px);
    border-radius: 8px;
    position: relative;
    z-index: 9;
  }
   */

  .dropdown a.drp {
    text-decoration: none;
    color: var(--theme-text-7);
    background: var(--theme-bg-4-color);
    padding: 4px 7px;
    border-radius: 7px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    line-height: normal;
  }

  .bannerrightside .h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    color: var(--theme-t-white);
  }

  .inbox .flexbox > div:first-child {
    text-align: left;
  }

  .inbox .flexbox > div {
    width: 100%;
  }

  .inbox .flexbox > div:last-child {
    text-align: end;
  }

  .inbox .flexbox {
    align-items: center;
  }

  .inbox .drpscroll {
    max-height: 300px;
  }

  .inbox .coinlisticon {
    width: 21px;
    margin-right: 4px;
  }

  .inbox .form-group {
    margin-top: 20px;
    margin-bottom: 0 !important;
  }

  .bannerrightside .formcontentbox .form-control{
    background-color: var(--theme-bannerrightside-bg);
    border-color: var(--theme-bannerrightside-border);
  }

  .bannerrightside form{
    text-align: center;
  }

  .bannerrightside .tabbanner li a {
    font-size: 24px;
    color: var(--theme-bg-4-color);
    font-weight: 500;
    padding-top: 0;
    text-transform: uppercase;
    padding-left: 0;
    cursor: pointer;
  }

  .bannerrightside .tabbanner {
    margin-top: 0;
    margin-bottom: 11px;
  }

  .inbox .dropdown-item {
    width: 100%;
    padding: 4px 15px;
    font-size: 15px;
    font-weight: 500;
    color: var(--theme-inbox-color);
  }

  .swpicon {
    padding: 10px 0;
  }

  .formcontentbox .form-control {
    background-color: var(--theme-t-white);
    height: 41px;
    color: var(--theme-bg-color);
    font-weight: 700;
  }
  /* ORCA
    .formcontentbox .form-group {
    margin-bottom: 20px !important;
    position: relative;
  }
   */

  .inbox .dropdown-item:active {
    color: var(--theme-text-3);
    background-color: var(--theme-inbox-item-active);
  }

  .dropdown-item:hover {
    color: var(--theme-inbox-item-hover);
    background-color: var(--theme-inbox-item-active);
  }

  .innerpagecontent h2 {
    border-bottom: 1px solid var(--theme-text-title-2);
    text-align: left !important;
    font-size: 25px;
    margin-bottom: 20px;
    line-height: normal;
    font-weight: 800;
    padding-bottom: 15px;
  }

  .innerpagecontent strong{
    color: var(--theme-accent-color);
  }

  .innerpagecontent.trmbg p:first-of-type {
    color: var(--theme-accent-color);
    font-weight: 700;
  }

  .inbox .drpscroll {
    max-height: 130px;
  }

  .emailbtn {
      background-color: var(--theme-accent-color);
      color: #18181a;
  }

  .resetButton{
    margin: 0 auto;
    font-size: 16px;
  }


  /* select 2 related Css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 80% !important;   
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    font-weight: 700;
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--theme-border) !important;
    height: 41px !important;
}

/* # .select2-container--default .select2-selection--single */

/* new  */

.maintenance-head .headbg {
  background-color: var(--theme-bg-color);
  text-align: center;
}

.maintenance-content {
  width: 100%;
  display: block;
}

.maintenance-head .headbg .navbar-brand {
  margin: 0 auto;
}

.maintenance-content h3{
  font-weight: 600;
}

.maintenance-content h1{
  font-weight: 700;
  line-height: initial;
  margin-bottom: 15px;
}

.aml-verification{
  margin-bottom: 2.5rem;
}

.disable_buy {
  pointer-events: none;
  opacity: .9;
}

body.modal-open {
  padding-right: 0 !important;
}

.development_banner{
  padding: 0;
  border: 0;
  position: fixed;
  right: -53px;
  top: 4px;
  padding: 10px 50px;
  transform: rotate(40deg);
  background-color: red;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

body.scrolled .development_banner{
  display: none;
}