@charset "UTF-8";

html,body {
  margin:0;
  padding:0;
  overflow-x:hidden;
}
.table-wrapper {
  overflow: auto;
}
table{

  text-align: center;
}
thead{
  color:white;
  height: 60px;
  background-image: linear-gradient( to left, #019DED, #4C27B6);
;
}
td{
  height:70px;
}
.container{
  --bs-gutter-x: 0!important;
}
.content{
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
.covid19{
  background-image: url(../img/rectangle-14.png) ;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 286px;
  margin-bottom: 15px;


}
.covid19 h1{
  padding-top: 7rem ;

}
.glossary{
  background-image: url(../img/glassory-bg.png) ;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 286px;
  margin-bottom: 15px;

}
.glossary h1{
  padding-top: 7rem ;
}

.rest{
  background-image: url(../img/rest-bg.png) ;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 286px;
  margin-bottom: 15px;

}
.rest h1{
  padding-top: 7rem ;
}

.restContent{
  margin-top: 10px;
  margin-left: auto;

  width: 75%;
}




.custom-header {
  background-color: #fff;
  padding: 14px 37px 14px 25px;
  position: relative;
  z-index: 1;
  position: fixed;
  width: 100%;
}

.dropdown-toggle::after {
  display: none;
}

.custom-nav li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-nav li .nav-link {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #006FBF;
  padding: 8px 20px !important;
}

.logo-block span {
  font-style: normal;
  font-weight: 900;
  font-size: 17px;
  line-height: 102.02%;
  color: #2E59CD;
  margin-left: 16px;
}

body {
  font-family: 'Inter', sans-serif;
}

.custom-container {
  max-width: 1680px;
  width: 100%;
  position: relative;
}

h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.01em;
  color: #F2F2F2;
}

h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.01em;
  color: #F2F2F2;
}

.ml-20 {
  margin-left: 20px;
}

.ml-10 {
  margin-left: 10px;
}

.dropdown.on-hover:hover > .dropdown-menu {
  display: inline-block;

  left: 0;
  top: 100%;
}

.drop-with-ico .dropdown-toggle,
.drop-with-ico .dropdown-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.drop-with-ico .dropdown-toggle img,
.drop-with-ico .dropdown-menu li img {
  margin-right: 5px;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

@media (max-width: 991.98px) {
  .navbar-nav .dropdown-menu {
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 0;
  }
}


.custom-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  outline: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.custom-btn.same-width {
  width: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.custom-btn.grad {
  background: linear-gradient(284.98deg, #019DED -6.76%, #4C27B6 111.24%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.custom-btn.grad:hover {
  border-color: transparent;
  opacity: 0.7;
  -webkit-transition: all .6s;
  transition: all .6s;
  background: linear-gradient(284.98deg, #019DED -6.76%, #4C27B6 111.24%);
}

.custom-btn.grad span {
  color: #fff;
}

.custom-btn.white {
  background-color: #fff;
}

.custom-btn.white:hover {
  position: relative;
  -webkit-transition: all .6s;
  transition: all .6s;
  background-color: #4C27B6;
  border-color: transparent;
}

.custom-btn.white:hover span {
  -webkit-transition: all .6s;
  transition: all .6s;
  color: #fff;
}

.custom-btn.white span {
  color: #5016F5;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.custom-btn.white.border-grad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #FFF;
  background: #fff;
  position: relative;
  background-clip: padding-box;
  border: solid 2px transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom-btn.white.border-grad:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: linear-gradient(284.98deg, #019DED -6.76%, #4C27B6 111.24%);
}

.custom-btn.white.border-grad span {
  background: linear-gradient(284.98deg, #019DED -6.76%, #4C27B6 111.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.custom-btn.transparent {
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

.custom-btn.transparent span {
  color: #fff;
}

.custom-btn.transparent:hover {
  -webkit-transition: all .6s;
  transition: all .6s;
  background-color: #4C27B6;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.intro {
  background-image: url(../img/bg1.png);
  -o-object-fit: cover;
     object-fit: cover;
  height: 947px;
  position: relative;
  margin-top: -80px;
}

section.intro::before {
  content: '';
  background-image: url(../img/svg/dots.svg);
  position: absolute;
  left: 19px;
  bottom: 28px;
  width: 230px;
  height: 175px;
  opacity: 1;
}

section.intro .intro-block {
  max-width: 603px;
  margin-top: 300px;
}

section.intro .intro-block p {
  margin-top: 24px;
  margin-bottom: 48px;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: #F2F2F2;
}

section.info {
  padding: 78px 0 77px 0;
  background: linear-gradient(284.98deg, #019DED -6.76%, #4C27B6 111.24%);
}

section.info .info-item-wrap .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}

section.info .info-item-wrap .info-item p {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: -0.01em;
  color: #F2F2F2;
  margin: 0 0 0 16px;
  width: 225px;
}

section.crypto {
  padding: 85px 0 82px !important;
  background: linear-gradient(284.98deg, #053046 -6.76%, #4C27B6 111.24%);
  position: relative;
}

section.crypto::before {
  content: '';
  background-image: url(../img/svg/dots.svg);
  position: absolute;
  left: 19px;
  bottom: 28px;
  width: 230px;
  height: 175px;
}

section.crypto::after {
  content: '';
  background-image: url(../img/svg/dots.svg);
  position: absolute;
  top: 20px;
  right: 30px;
  width: 230px;
  height: 175px;
}

section.crypto p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #F2F2F2;
  margin: 24px 0;
}

section.crypto .crypto-info {
  margin-left: 72px;
  max-width: 573px;
  padding-left: 20px;
  padding-right: 20px;
}

section.crypto .custom-tabs-container {
  max-width: 888px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

section.crypto .custom-tabs-container .custom-nav-tabs {
  background-color: #7352a2;
  border-bottom: none;
  border-color: transparent;
  border-color: transparent;
}

section.crypto .custom-tabs-container .custom-nav-tabs .nav-item {
  border-right: 1px solid rgba(34, 34, 34, 0.3);
  background-color: rgba(34, 34, 34, 0.15);
  width: 20%;
}

section.crypto .custom-tabs-container .custom-nav-tabs .nav-item:last-child {
  border-right: none;
}

section.crypto .custom-tabs-container .custom-nav-tabs .nav-item .nav-link {
  color: #fff;
  width: 100%;
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
}

section.crypto .custom-tabs-container .custom-nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
}

section.crypto .custom-tabs-container .custom-nav-tabs .nav-item .nav-link.active {
  background-color: #7352a2;
  font-weight: 700;
  border-radius: 0;
  border-color: transparent;
  border-bottom: transparent;
}

section.crypto .custom-tabs-container .custom-tab-content {
  background-color: #7352a2;
}

section.crypto .custom-tabs-container .custom-tab-content .multi-currency-tab-content {
  display: inline-block;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

section.crypto .custom-tabs-container .custom-tab-content .multi-currency-tab-content li {
  padding: 10px;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
  position: relative;
  clear: none;
}

section.crypto .custom-tabs-container .custom-tab-content .multi-currency-tab-content li .mtab-content {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  color: #fff;
}

section.crypto .custom-tabs-container .custom-tab-content .multi-currency-tab-content li .mtab-content span.mtab_icon {
  display: inline-block;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  vertical-align: middle;
}

section.crypto .custom-tabs-container .custom-tab-content .multi-currency-tab-content li .mtab-content span.mtab_icon img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-width: 100%;
}

section.crypto .custom-tabs-container .custom-tab-content .multi-currency-tab-content li .mtab-content .tab-price-area {
  display: inline-block;
  float: right;
  vertical-align: top;
  text-align: left;
  min-width: 170px;
}

section.crypto .custom-tabs-container .custom-tab-content .multi-currency-tab-content li .mtab-content .tab-price-area .mtab_price {
  display: inline-block;
  margin: 0 5px;
  margin-right: 15px;
  font-weight: 700;
  font-size: 1.2em;
}

section.crypto .custom-tabs-container .custom-tab-content .multi-currency-tab-content li .mtab-content .tab-price-area span.mtab_.down {
  white-space: nowrap;
  float: right;
  color: #ed1414;
}

section.crypto .custom-tabs-container .custom-tab-content .multi-currency-tab-content li .mtab-content .tab-price-area span.mtab_.down span.arrowDown {
  position: relative;
}

section.crypto .custom-tabs-container .custom-tab-content .multi-currency-tab-content li .mtab-content .tab-price-area span.mtab_.down span.arrowDown:before {
  content: '↓';
}

section.crypto .custom-tabs-container .custom-tab-content .multi-currency-tab-content li .mtab-content .tab-price-area span.mtab_.up {
  white-space: nowrap;
  float: right;
  color: #67c624;
}

section.crypto .custom-tabs-container .custom-tab-content .multi-currency-tab-content li .mtab-content .tab-price-area span.mtab_.up span.arrowUp {
  position: relative;
}

section.crypto .custom-tabs-container .custom-tab-content .multi-currency-tab-content li .mtab-content .tab-price-area span.mtab_.up span.arrowUp:before {
  content: '↑';
}

section.meta-info {
  background-color: #fff;
}

section.meta-info .img-wrapper {
  padding: 176px 0 194px;
  background-image: url(../img/meta-big-img.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
}

section.meta-info .meta-item {
  max-width: 380px;
  margin-left: 93px;
}

section.meta-info .meta-item p {
  margin: 24px 0 56px;
}

section.meta-info .meta-item .socials a {
  display: inline-block;
}

section.meta-info .meta-item .socials a:first-child {
  margin-right: 3px;
}

section.refer {
  padding: 63px 0 40px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: linear-gradient(284.98deg, #053046 -6.76%, #4C27B6 111.24%);
}

section.refer::before {
  content: '';
  background-image: url(../img/svg/dots.svg);
  position: absolute;
  left: 19px;
  bottom: 28px;
  width: 230px;
  height: 175px;
}

section.refer .refer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.refer .refer-item p {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: -0.01em;
  color: #F2F2F2;
  margin: 8px 0 22px;
}

footer {
  background-color: #fff;
  padding: 110px 0 55px;
}

footer .footer-text {
  max-width: 447px;
  padding-left: 20px;
}

footer .footer-text p {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 15px;
}

footer .footer-text p.text {
  font-style: normal;
  font-weight: 500;
  line-height: 138.02%;
}

footer .footer-text a.read-more {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 138.02%;
  text-transform: capitalize;
  color: #019DED;
  position: relative;
  text-decoration: none;
}

footer .footer-text a.read-more:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #019DED;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  list-style-type: none;
  line-height: 17px;
}

footer ul li a {
  text-decoration: none;
  color: #019DED;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
}

footer .custom-hr {
  width: 100%;
  height: 2px;
  background-color: #BDBDBD;
  margin: 34px 0 24px;
}

footer .rights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .rights p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  color: rgba(21, 20, 57, 0.4);
}

footer .rights .social a {
  margin-left: 24px;
  display: inline-block;
}

.marquee-wrapper {
  position: absolute;
  top: 65px;
  left: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  margin-top: 16px;

}
.marquee {
  z-index: auto;
white-space: nowrap;
}
.ath{
  vertical-align:middle !important;
}
iframe{
  background-color: transparent !important;
}


.navbar-toggler {
  width: 33px;
  height: 33px;
  position: relative;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  opacity: .9s;
}

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

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

.toggler-icon {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #333333;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

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

.navbar-toggler .top-bar {
  margin-top: 0px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

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

.navbar-toggler .bottom-bar {
  margin-top: 0px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.navbar-toggler.collapsed .top-bar {
  margin-top: -20px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  -webkit-filter: alfa(opacity=100);
          filter: alfa(opacity=100);
}

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

@media (max-width: 1399.98px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 40px;
  }
  .custom-nav li .nav-link {
    font-size: 18px;
    padding: 8px 10px !important;
  }
  .custom-btn {
    padding: 8px 25px;
  }
  section.intro {
    height: 780px;
    padding-left: 15px;
    padding-right: 15px;
  }
  section.intro:before {
    background-size: cover;
  }
  section.intro .intro-block {
    margin-top: 230px;
  }
  section.intro .intro-block p {
    font-size: 28px;
  }
  section.info {
    padding: 50px 0;
  }
  section.info .info-item-wrap .info-item img {
    width: 30%;
  }
  section.info .info-item-wrap .info-item p {
    font-size: 17px;
    margin-left: 8px;
  }
  section.info.meta-info .img-wrapper {
    padding: 120px 0;
    background-size: 62%;
  }
}

@media (max-width: 1199.98px) {
  .custom-nav li .nav-link {
    font-size: 16px;
  }
  .custom-nav li.nav-item.dropdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .custom-btn {
    padding: 4px 18px;
  }
  .custom-btn span {
    font-size: 15px;
  }
  .custom-btn.ml-20 {
    margin-left: 10px;
  }
  .custom-btn.same-width {
    width: 100px;
  }
  .custom-btn.transparent {
    background-color: #4C27B6;
  }
}

section.intro:before {
  background-size: cover;
}

section.info .info-item-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.info .info-item-wrap p {
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .custom-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100vh;
    justify-content: start !important;
  }
  .navbar-collapse {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-buttons {
    margin-top: 20px;
  }
  section.info .info-item-wrap p {
    font-size: 16px;
  }
  section.info .info-item-wrap .info-item {
    margin-bottom: 25px;
  }
  section.crypto .crypto-info {
    margin-left: 20px;
  }
  section.meta-info .meta-item {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
  section.intro {
    height: 550px;
  }
  section.intro .intro-block {
    margin-top: 160px;
  }
  section.intro:before {
    left: inherit;
    top: inherit;
    right: 15px;
    bottom: 15px;
  }
  section.meta-info .meta-item {
    max-width: 80%;
    margin: 0 auto;
  }
  section.meta-info .img-wrapper {
    background-image: none;
    padding: 50px 0;
  }
  section.crypto {
    padding: 50px 0;
  }
  section.crypto:before {
    display: none;
  }
  section.crypto:after {
    display: none;
  }
  section.crypto .crypto-info h2 {
    margin-top: 20px;
  }
  footer {
    padding: 50px 0 30px;
  }
  footer .footer-text {
    padding-left: 0;
  }
  footer ul {
    margin-top: 25px;
    display: block;
    text-align: center;
  }
  footer ul li {
    display: inline-block;
    margin: 10px;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
  section.refer .refer-item h2 {
    font-size: 26px;
    line-height: 39px;
  }
  section.refer .refer-item p {
    font-size: 20px;
  }
  section.intro {
    height: 500px;
  }
  section.intro .intro-block {
    margin-top: 170px;
  }
  section.intro .intro-block p {
    font-size: 20px;
    line-height: 26px;
  }
  section.meta-info .meta-item img {
    width: 100%;
  }
  section.meta-info .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.crypto .custom-tabs-container .custom-tab-content .multi-currency-tab-content li .mtab-content .tab-price-area .mtab_price {
    font-size: 14px !important;
    margin-left: 0 !important;
    margin-right: 5px !important;
  }
  section.crypto .custom-tabs-container .custom-tab-content .multi-currency-tab-content li .mtab-content .tab-price-area {
    min-width: inherit !important;
    width: auto;
  }
  section.crypto .custom-tabs-container .custom-tab-content .multi-currency-tab-content li .mtab-content {
    font-size: 12px;
  }
  section.crypto .crypto-info {
    margin-left: 0;
  }
  section.crypto .crypto-info h2 {
    font-size: 26px;
    line-height: 39px;
  }
  section.crypto .crypto-info p {
    font-size: 20px;
  }
  section.info .info-item-wrap {
    padding: 0;
  }
  section.info .info-item-wrap .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  section.info .info-item-wrap .info-item img {
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
  }
  section.info .info-item-wrap .info-item p {
    margin-bottom: 15px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
    margin: 0;
    margin-left: 10px;
  }
  footer {
    padding-top: 30px;
  }
  footer .for-logo-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer-text {
    margin-top: 30px;
  }
  footer .footer-text p {
    margin-bottom: 10px;
  }
  footer ul li {
    display: block;
  }
}

@media (min-width: 319px) and (max-width: 1199.98px) {

  section.intro:before, section.refer:before {
    opacity: 0.2;
  }
}
@media (min-width: 319px) and (max-width: 426px){

  section.intro:before, section.refer:before {
    opacity: 0.2;
  }
  table{
    font-size: 11px;
    max-width: fit-content;

  }
  th{
    font-size: 11px !important;
  }
}

ol.numeric-decimals { counter-reset:section; list-style-type:none; }
ol.numeric-decimals li { list-style-type:none; }
ol.numeric-decimals li ol { counter-reset:subsection; }
ol.numeric-decimals li:before{
  counter-increment:section;
  content:counter(section) ". ";/*content:"Section " counter(section) ". ";*/
}
ol.numeric-decimals li ol li:before {
  counter-increment:subsection;
  content:counter(section) "." counter(subsection) " ";
}

div.body-padding {
  padding-top: 125px !important;
}

div.live-info {
  z-index: 1;
  position: fixed;
  top: 60px;
}

div.header-buttons-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}