html {
  width: 100%;
  height: 100%;
  position: absolute;
}

body {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  color: #000;
  position: relative;
  min-height: 100%;
  width: 100%;
  padding-bottom: 286px;
  background: #fff;
  font-size: 14px;
}

footer {
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: 286px;
  background-color: #07beb8;
  z-index: 9;
}

.fnt-reg {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}

.fnt-lgt {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
}

.fnt-bld {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

.t-white {
  color: #fff !important;
}

.t-black {
  color: #000 !important;
}

.t-yellow {
  color: #fbb424 !important;
}

.t-orange {
  color: #1536c2 !important;
}

.t-green {
  color: #4dd552 !important;
  font-weight: 600;
}

.t-gray {
  color: #b0babd;
}

.t-red {
  color: #ee4242 !important;
  font-weight: 600;
}

.fnt-italic {
  font-style: italic;
}

.pt-20 {
  padding-top: 20px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-30 {
  padding-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

section {
  padding: 50px 0px;
  overflow: hidden;
}

button:focus,
a:focus,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.x-line,
.x-line-center,
.line-bottom {
  background: #efad3f;
  width: 100%;
  height: 4px;
  max-width: 100px;
  margin: 8px 0px;
  margin-bottom: 11px;
  border: 0px;
}

.x-line-center {
  margin: 8px auto;
}

.center-content {
  margin: 0px auto;
  float: none;
}

.heading-title {
  font-size: 36px;
  line-height: 50px;
  margin: 0px;
  font-weight: 700;
  text-align: center;
  color: #000;
}

.hrline {
  width: 100%;
  max-width: 90px;
  background-color: #020887;
  height: 2px !important;
  border-radius: 20px;
  margin: 5px auto;
  opacity: 1;
}

.content,
p {
  font-size: 17px;
  color: #000000;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 0px;
}

.yellowbtn {
  background: linear-gradient(179deg, #1aded7, #08c0ba);
  border: 0px;
  color: #fff !important;
  padding: 10px 25px;
  font-weight: 700 !important;
  line-height: 21px;
  font-size: 16px !important;
  position: relative;
  border-radius: 38px;
  transition: all 0.3s;
}

.yellowbtn:hover,
.yellowbtn:focus,
.yellowbtn:active {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, #1aded7, #08c0ba);
  /* background: linear-gradient(#1CE1DA, rgb(7, 190, 184));
      box-shadow: 0px 10px 15px 0px rgba(7, 190, 184, 0.5); */
}

.innerpage .footer-gray-bg {
  padding-top: 50px;
}

.securebg .featureflex>div {
  text-align: left;
  padding: 10px 25px;
}

.feature-merchant {
  background: url(../images/features-bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature .featurebox .h5 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 32px;
}

.feature .featurebox p {
  line-height: 25px;
  margin: 0px;
  font-size: 16px;
  color: #191e24;
}

.feature .feature-img {
  width: 100%;
  max-width: 515px;
}

.featureflex {
  display: flex;
}

.featureflex .boxbg {
  width: 100%;
  margin-right: 30px;
  background: #fff;
  border-radius: 35px;
  padding: 25px 25px;
  transition: all 0.3s;
}

.featureflex .boxbg:hover {
  background: linear-gradient(#68d8d6, #07beb8);
}

.featureflex .boxbg:hover .featurebox hr {
  background-color: #75d6d5;
}

.featureflex .boxbg:hover .featurebox .h5,
.featureflex .boxbg:hover .featurebox p {
  color: #fff;
}

.featureflex .boxbg:hover .featurebox img {
  display: none;
}

.featureflex .boxbg:hover .featurebox .light-img {
  display: block;
}

.featureflex .boxbg:last-child {
  margin-right: 0px;
}

.feature .featurebox hr {
  background-color: #dbdbdb;
  opacity: 1;
  margin: 20px 0px 25px 0px;
}

.feature .heading-title {
  text-align: left;
  padding: 0px 16px;
}

.feature .featurebox .fboxicon {
  display: table;
  min-height: 70px;
}

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

.feature .featurebox .fboxicon>div:first-child {
  width: 70px;
}

.feature .row .featureflex:last-child {
  margin-top: 30px;
}

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

.feature .featurebox .light-img {
  display: none;
}

section.merchant {
  /* padding-top: 0px; */
  background: #e2fdff;
}

.merchant .content {
  text-align: center;
}

.merchant .heading-title {
  margin-bottom: 6px;
}

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

.merchant .row>div {
  text-align: center;
}

.headbg .navbar-brand {
  margin-right: 0px;
  padding: 0px 6px;
  line-height: 0;
}

.headbg {
  background: none;
  border: 0px;
  padding: 30px 10px;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 999;
}

.headbg .navbg {
  background: #fff;
  padding: 20px 25px;
  border-radius: 50px;
  width: 100%;
  /* max-width: 90%; */
}

.darkHeader {
  background: #fff;
  position: fixed;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
  padding: 15px 0px;
  border-bottom: 0px !important;
}

.darkHeader .navbg {
  padding: 0px 20px;
  border-radius: 0px;
}

.headermenu .headbg .navbar-nav li a {
  color: #000;
  font-size: 17px;
  padding: 9px 19px;
  font-weight: 600;
  margin-top: 4px;
  position: relative;
}

.headermenu .headbg .navbar-nav li a.yellowbtn {
  background: linear-gradient(179deg, #1aded7, #08c0ba);
  padding: 12px 30px;
  margin-top: 5px;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.headermenu .headbg .navbar-nav li a.yellowbtn:hover {
  background: linear-gradient(90deg, #1aded7, #08c0ba);
}

.headermenu .headbg .navbar-nav li a.bluebtn:hover,
.headermenu .headbg .navbar-nav li a.bluebtn:focus {
  color: #fff;
}

.headermenu .headbg li a.dropdown-item {
  color: #020887;
  font-size: 14px;
  padding: 11px 21px !important;
}

/* .bannerbtn{
      margin-top: 10px;
    } */

.menuicont {
  box-sizing: border-box;
  min-width: 0px;
  display: inline-block;
  background-color: rgb(240, 185, 11);
  width: 6px;
  height: 6px;
  position: relative;
  transform: rotate(45deg);
  margin: 0px 10px 0px 8px;
}

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

.headermenu .headbg .navbar-nav li a:hover,
.headermenu .headbg .navbar-nav li a:focus,
.headermenu .headbg .navbar-nav li a:active {
  color: #07beb8;
  background: #ffffff;
}

.headermenu .headbg .navbar-nav li a:hover,
.headermenu .headbg .navbar-nav li a.nav-link.active,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #07beb8;
}

.headermenu .dropdown-menu {
  background: #ffffff;
  padding: 0px;
  box-shadow: 0px 7px 16px #0000001c;
  border: 0px;
  margin: 0px;
  margin-top: 16px;
}

.real .heading-title,
.support .heading-title,
.faq .heading-title {
  margin-bottom: 25px;
}

.real .content {
  text-align: center;
}

.real .h4 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.real .h6 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
}

.real .row,
.merchant .row {
  margin-top: 40px;
}

.real .tophead,
.merchant .tophead {
  margin-top: 0px;
}

.real .row>div {
  text-align: center;
}

.tophead {
  justify-content: center;
}

.faq .content {
  font-size: 16px;
  line-height: 27px;
  text-align: center;
}

.faq .acrow {
  justify-content: center;
  margin-top: 20px;
}

.faq .accordion-button {
  background: none;
  box-shadow: none;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  padding: 35px 40px;
  border-bottom: 1px solid #d5d5d5;
}

.faq .accordion-item {
  border: 0px;
  padding: 0px 0px;
}

.faq .accordion .content {
  text-align: start;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.faq .accordion-body {
  background: #e5fdff;
  padding: 25px 40px;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}

.faq .accordion-button:not(.collapsed) {
  background: linear-gradient(#68d8d6, #07beb8);
  color: #fff;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom: 0px;
  margin-top: 10px;
}

.faq .accordion-button::after {
  background-image: url(../images/arrow-down.svg);
  background-size: 100%;
  width: 13px;
  height: 13px;
  transition: all 0.4s ease-in-out;
}

.faq .accordion-button:not(.collapsed)::after {
  background-image: url(../images/arrow-up.svg);
  transform: rotate(360deg);
  transition: transform 0.4s ease-in-out;
}

.footer-gray-bg {
  background: url(../images/footer-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 30px;
}

.ftext,
.footer-gray-bg p {
  color: #ffffff;
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  margin: 35px 0px;
  line-height: 30px;
}

.foot-list {
  padding-left: 0px;
  margin-bottom: 0px;
}

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

.foot-list li:last-child {
  padding-bottom: 0px;
}

.foot-list li a {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
}

.foot-list li a:hover,
.foot-list li a:focus,
.foot-list li a:active {
  text-decoration: none;
}

footer .copyright {
  background: url(../images/bottombg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px 0px;
  text-align: center;
}

.footer-gray-bg .flogo {
  width: 100%;
  max-width: 200px;
}

.sociallist li:last-child a i {
  margin-right: 0px;
}

.sociallist li {
  list-style: none;
  float: left;
  margin-right: 20px;
}

.sociallist li:last-child {
  margin-right: 0px;
}

.sociallist li a i {
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  padding: 11px;
}

.sociallist {
  padding-left: 0px;
  float: left;
  margin-bottom: 0px;
}

.sociallist li a img {
  width: 100%;
  max-width: 48px;
}

.footer-gray-bg .h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.social-bg {
  width: 100%;
  display: inline-block;
}

.social-bg .heading-title {
  font-size: 14px !important;
  font-weight: 400;
  margin-top: 6px;
  padding-bottom: 0px;
}

.appicons img {
  width: 100% !important;
  max-width: 131px !important;

  margin: 0px !important;
}

.subscibefrm .form-group {
  margin-bottom: 0px;
}

.subscibefrm .form-control {
  border: 0px;
  background: #fff;
  border-radius: 50px;
  height: 85px;
  padding: 30px 10px 30px 40px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

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

.subscibefrm input::placeholder {
  color: #a8a8a8;
  font-size: 18px;
  font-weight: 500;
}

.subscibefrm .input-group-text {
  background: #fff;
  border-radius: 50px;
  border: 0px;
}

.subscibefrm .input-group-text .yellowbtn {
  padding: 18px 25px;
  font-size: 16px !important;
}

.subscibefrm .input-group-text .yellowbtn:hover,
.subscibefrm .input-group-text .yellowbtn:active,
.subscibefrm .input-group-text .yellowbtn:focus {
  box-shadow: none;
}

.subscibefrm p {}

.homebannerbg {
  background: url(../images/bannerbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 0px;
  padding-bottom: 80px;
}

.sitebannercontent img,
.sitebannercontent svg {
  width: 100%;
  max-width: 560px;
}

.btc-table {
  display: table;
  margin-top: 30px;
  width: 100%;
  max-width: 237px;
}

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

.btc-table>div:first-child {
  width: 80px;
}

.sitebannercontent .slider-btc-1 {
  width: 100%;
  max-width: 80px;
  margin: 0px;
}

.sitebannercontent p {
  margin: 15px 0px;
}

.sitebannercontent .btc {
  background-color: #071b48;
  padding: 3px 17px;
  width: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  min-height: 47px;
}

.sitebannercontent .btc p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: normal;
  padding-top: 4px;
}

.sitebannercontent .btc h4 {
  font-size: 15px;
  margin: 0px;
  font-weight: 700;
  padding-top: 5px;
}

.sitebannercontent .row {
  margin: 0px;
}

.homebannerbg .h1 {
  font-size: 39px;
  color: #000;
  line-height: 65px;
  margin: 0px;
  font-weight: 800;
}

.bannerimgt {
  width: 100%;
  max-width: 530px;
}

.homebannerbg .h3 {
  font-size: 19px;
  line-height: 32px;
  font-weight: 300;
  margin: 0px;
  padding-top: 13px;
  color: #f1f1f1;
  padding-bottom: 28px;
}

.sitebannercontent {
  padding-top: 20vh;
  padding-bottom: 0vh;
}

.liverpicebg {
  position: relative;
  width: 100%;
  display: inline-block;
}

.coinpriceflex {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: -182px;
  left: 0px;
}

.coinpricebox {
  background: #1536c2;
  padding: 15px 15px;
  border-radius: 8px;
  width: 100%;
  margin: 20px 10px;
}

.coinpricetable {
  width: 100%;
  position: relative;
}

.coinpricedata .h5 {
  text-align: right;
  float: right;
  font-size: 16px;
  margin: 0px;
  line-height: normal;
}

.coinpricebox>div:first-child {
  border-bottom: 1px dashed #536cd6;
  padding-bottom: 15px;
}

.coinpricebox>div:last-child {
  border-top: 1px dashed #536cd6;
  padding-top: 15px;
}

.coinpricebox>div:nth-child(2) {
  padding: 15px 0px;
}

.coinpricedata .btn {
  background: #ffd200;
  color: #000;
  font-weight: 700;
  padding: 9px 18px;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
}

.coinpricedata h5 {
  color: #fff;
  font-weight: 400;
  margin: 0px;
  font-size: 17px;
  line-height: 30px;
  width: 100%;
  display: inline-block;
}

.coinpricebox hr {
  border-top: 1px dashed #656eb4;
  margin: 10px 0px;
}

.coinpricedata img {
  width: 42px;
}

.secureiconbg img {
  width: 100%;
  max-width: 560px;
}

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

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

.coins {
  margin-top: -130px;
  position: relative;
  padding-bottom: 0px;
}

.coinsbox {
  background: #fff;
  border-radius: 35px;
  border: 1px solid #94e7e6;
  padding: 25px 30px;
}

.coins .coinsbox .table-content>div {
  width: auto;
}

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

.coins .coinsbox img {
  width: 100%;
  max-width: 71px;
}

.coins .coinsbox .h5 {
  font-size: 19px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.coins .coinsbox .h5 span {
  color: #9d9d9d;
  margin-left: 20px;
}

.coins .coinsbox .h5:last-child {
  margin-bottom: 0px;
}

.coins .coinsbox .h5 .t-red {
  color: #ff9191 !important;
  font-weight: 700;
}

.how-work .heading-title {
  margin-bottom: 4px;
}

.how-work .content {
  text-align: center;
}

.how-work {
  background: url(../images/how-work-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.how-work .featurebox .h5 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.how-work .featurebox .content {
  text-align: start;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.how-work .featurebox {
  background: #fff;
  border: 1px solid #94e7e6;
  border-radius: 35px;
  padding: 30px 25px;
  width: 100%;
  margin-right: 18px;
  position: relative;
  transition: all 0.3s;
}

.how-work .featurebox:hover {
  background: linear-gradient(#68d8d6, #07beb8);
}

.how-work .featurebox:hover .h5,
.how-work .featurebox:hover .content {
  color: #fff;
}

.how-work .featurebox:last-child {
  margin-right: 0px;
}

.how-work .featurebox:hover .light-img {
  display: block;
}

.how-work .featurebox:hover img {
  display: none;
}

.how-work .featureflex {
  margin-top: 100px;
}

.how-work .featurebox img {
  width: 100%;
  max-width: 120px;
  position: absolute;
  top: -60px;
  right: 30px;
}

.how-work .featurebox .feat {
  margin-top: 40px;
}

.how-work .featurebox .light-img {
  display: none;
}

.videobg {
  background: url(../images/videobg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 195px;
}

.videotag a {
  display: inline-block;
  width: auto;
  position: relative;
}

.videotag a::before {
  content: "";
  position: absolute;
  right: -15px;
  top: -15px;
  width: 100px;
  height: 100px;
  background: #fbb424;
  border-radius: 7px;
  z-index: -1;
}

.videotag {
  position: relative;
}

.videotag img {
  width: 100%;
  max-width: 559px;
}

.playicon {
  width: 50px;
  height: 50px;
  background: #fbb424;
  border-radius: 50px;
  display: table;
  margin: 0px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.playicon i {
  color: #fff;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
}

.subscibebannerbg {}

.priceloader {
  text-align: center;
  background: url(../images/loader1.svg);
  background-size: 3%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
  position: absolute;
  left: 0px;
  top: -20px;
  background-color: rgb(14 17 125 / 0%);
  z-index: 9;
}

.charts-price {
  height: 67px;
  overflow: hidden;
  width: 100%;
}

.charts-price .container {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}

.live-table {
  display: flex;
  float: left;
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  text-align: left;
  width: 100%;
}

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

.live-table .h2 {
  margin: 0px;
  font-size: 13px;
  padding-left: 10px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  color: #787878;
}

.live-table .h4 {
  margin: 0px;
  font-size: 15px;
  padding: 0px;
  padding-left: 10px;
  font-weight: 500;
  line-height: 12px;
}

.charts li {
  list-style: none;
  padding: 0px 3px !important;
  width: 100%;
  max-width: 490px;
  margin: 0px auto;
}

.livecoinig {
  width: 33px;
  margin-right: 10px;
}

.live-table img {
  width: 100%;
}

.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 {
  float: left;
  margin: 0px;
  padding: 0px 0px;
  text-align: left;
}

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

ul.er-controls>li {
  display: inline-block;
  padding: 5px 10px;
  background: #191919;
  margin: 0px;
  border-radius: 0px;
  color: #fff;
  font-size: 13px;
}

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

.live-table i {
  margin-left: 5px;
}

.searchfrm {
  display: block;
  width: 100%;
  background: #f5f5f5;
  padding: 20px 11px;
  width: 100%;
  margin: 0px auto;
}

.searchfrm>div {
  width: 100%;
  max-width: 100%;
  flex: 100%;
  padding: 0px 8px;
  margin-left: auto;
  position: relative;
  margin: 0 auto;
}

.searchboxbg .siteformbg {
  display: flex;
  width: 100%;
  white-space: nowrap;
}

.searchboxbg .siteformbg>div {
  padding: 0px 5px;
  width: 100%;
  margin-bottom: 0px;
}

.searchboxbg .siteformbg>div {
  width: 525px;
}

.searchboxbg .siteformbg>div:nth-child(4) {}

.searchboxbg .siteformbg>div:last-child {
  width: 225px;
}

.tabbanner {
  border-bottom: 0px;
  width: 100%;
  flex-wrap: inherit;
  white-space: nowrap;
  max-width: 100%;
  position: relative;
  justify-content: center;
  margin: 22px auto;
}

.tabbanner li {
  margin-bottom: 0px !important;
  width: 100%;
  text-align: center;
  padding: 0px 3px;
}

.tabbanner li a {
  background: #fff;
  color: #353535;
  border: 1px solid #ccc !important;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
  padding: 12px 13px;
  border-radius: 50px !important;
  margin: 0;
}

.tabbanner li a:hover,
.tabbanner li a:focus,
.tabbanner li a:active {
  color: #353535;
}

.tabbanner li a.active {
  color: #fff !important;
  background-color: #11cec8 !important;
  border-color: #11cec8 !important;
}

.searchfrm .btn {
  padding: 8px 30px;
  font-size: 13px;
}

.greenbtn,
.greenbtn:hover,
.greenbtn:focus,
.greenbtn:active {
  /* background-color: #03c153 !important;
        border-color: #03c153 !important; */
  color: #fff !important;
  background: #1fb71f;
  border-color: #1fb71f;
}

.redbtn,
.redbtn:hover,
.redbtn:focus,
.redbtn:active {
  background: #ff5252 !important;
  border-color: #ff5252 !important;
  color: #fff !important;
}

.buysellicon {
  width: 100%;
  max-width: 488px;
  margin: 41px 0px;
}

.disabled-btn {
  padding: 8px 25px;
  font-weight: 700;
  line-height: 20px;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  background: lightgray;
  border: 1px solid lightgray;
  color: #000;
  border-radius: 5px;
}

.reset-disble-btn {
  cursor: not-allowed;
  opacity: 1 !important;
}

.accordion .card {
  border: none;
  border-radius: 3px;
  box-shadow: none;
  margin-bottom: 0px;
  background: none;
  margin-bottom: 5px;
}

.accordion .card-header {
  padding: 0;
  border: none;
  border-radius: 3px;
  background: none;
  margin-bottom: 0px !important;
}

.accordion .panel-title a {
  display: block;
  padding: 12px 15px;
  background: none;
  font-size: 16px;
  font-weight: 400;
  border: 0px;
  position: relative;
  transition: all 0.5s ease 0s;
  line-height: 24px;
}

.accordion .panel-title a,
.accordion .panel-title a:hover,
.accordion .panel-title a:focus,
.accordion .panel-title a:active {
  background: none;
  color: #fff;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
}

.accordion .panel-title a.collapsed {
  box-shadow: none;
  background: #fff !important;
  color: #000;
  border-bottom: 1px solid #c1c1c1;
}

.accordion .panel-title a:before,
.accordion .panel-title a.collapsed:before {
  content: "\f068";
  font-family: "FontAwesome";
  width: 25px;
  height: 25px;
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #cacaca;
  text-align: center;
  position: absolute;
  top: 11px;
  right: 10px;
  transition: all 0.3s ease 0s;
}

.accordion .panel-title a.collapsed:before {
  color: #cacaca;
  content: "\f067";
}

.accordion .card-header h5 {
  border-bottom: 0px;
  margin-bottom: 0px !important;
}

.accordion .panel-title a>div {
  width: 100%;
  max-width: 90%;
}

.bannerimgt img {
  width: 100%;
  max-width: 550px;
}

.pb-10 {
  padding-bottom: 10px;
}

table {
  margin-bottom: 0px;
}

.sitetable {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;

  box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 10%);
  margin-top: 40px;
}

.sitetable thead tr th {
  border: 0px;
  font-size: 18px;
  padding: 15px 35px;
  white-space: nowrap;
  text-transform: capitalize;
  font-weight: 700;
  color: #000;
}

.sitetable tbody tr td {
  border: 0px;
  color: #000;
  font-size: 15px;
  padding: 15px 35px;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
}

.sitetable tbody tr>td:first-child span {
  font-weight: normal;
  margin-left: 30px;
  color: #808080;
  font-size: 16px;
  text-transform: uppercase;
}

.sitetable tbody tr td .btn {
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  border: 1px solid #b8b8b8;
  padding: 2px 14px;
  margin-right: 7px;
}

.sitetable tbody tr td img {
  width: 100%;
  max-width: 35px;
  margin-right: 5px;
}

.sitetable thead tr th:last-child,
.sitetable tbody tr td:last-child {
  text-align: center;
}

.sitetable tbody tr:nth-child(odd) {
  background: #f8f8ff;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: rgb(14 14 14 / 34%);
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

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

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

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

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

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cryptobanner {
  background: #f5f5f5;
  border-radius: 0px 0px 25px 25px;
}

.securebg .nav-tabs {
  border-bottom: 3px solid #0a2563;
}

.securebg .nav-tabs .nav-item .nav-link,
.nav-link .nav-link.active {
  border-top: #0a2563;
  border-right: #0a2563;
  border-left: #0a2563;
  border-bottom: #0a2563;
}

.securebg .nav-tabs .nav-link {
  background-color: #f5f5f5;
  color: grey;
  font-size: 18px;
  padding: 10px 22px;
  margin-right: 5px;
  margin-bottom: 1px;
}

.securebg .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #0a2563;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* .securebg .nav-tabs .nav-item .nav-link, .nav-link:disabled{
        border-bottom: grey;
    } */

.coinicon {
  width: 31px;
  margin-right: 5px;
}

.exchangesubbg img {
  width: 100%;
  max-width: 450px;
}

.appbtn img {
  width: 100%;
  max-width: 148px;
}

.appbtn {
  display: flex;
  justify-content: center;
}

.mobileapp {
  position: relative;

  z-index: 99;
  padding: 0px;
  margin-bottom: -100px;
  overflow: visible;
}

.mobileappbg {
  background: url(../images/mobilebg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: relative;
  bottom: 0px;
}

.mobileapp .mobile {
  width: 100%;
  max-width: 391px;
}

.mobileappbg .row>div:first-child {
  text-align: center;
}

.mobileapp h4,
.mobileapp p {
  text-align: left;
}

.mobileapp .hrline {
  margin-left: 0px;
}

.appbtnbg {
  display: flex;
}

.appbtnbg img {
  width: 100%;
  max-width: 155px;
}

.line {
  border-top: 1px solid #d3d3d3;
  margin: 0px;
}

.menu-hide {
  display: none;
}

b,
strong {
  font-weight: inherit;
}

.home-slider-title strong,
.newsrightcontent strong,
.post-description strong,
.aboutuspage strong,
.privacypage strong {
  font-weight: bolder !important;
}

.has-error {
  color: #ff0000;
}

.custom-alert {
  padding: 0.5rem 0.5rem;
}

.trade-popup-error {
  position: absolute;
  top: 27%;
  left: 29%;
}

.navbar-nav li.trade-comments-icon {
  padding-top: 8px;
}

.cryptobanner .table tr td:first-child {
  text-transform: capitalize;
}

.privacy-bullet {
  list-style-type: disc;
}

.strength-bar-class {
  border: 1px solid #cccaca;
  padding: 1px 15px;
  border-radius: 6px;
  line-height: 0px;
  height: 0px;
  margin-right: 2px;
  font-size: 5px;
}

.strength-top {
  margin-top: 8px;
}

.getstartedbanner {
  background: url(../images/getstartedbg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.getstartedbanner .heading-title {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
}

.getstartedbanner .h1 {
  color: #fff;
  font-size: 34px;
  padding: 11px 0px;
  font-weight: 700;
}

.merchantbg {
  padding: 40px 0px;
}

.circleline {
  background: #e9efff;
  width: 30px;
  height: 30px;
  padding: 3px;
  border-radius: 50px;
  margin-right: 10px;
  color: #2b478b;
  text-align: center;
  line-height: 25px;
}

.table {
  margin-bottom: 0px;
}

.cryptobanner .table tr td:first-child {
  text-transform: capitalize;
  color: #1db219;
}

.topbannerinnerpage {
  padding-top: 172px;
  padding-bottom: 40px;
  background-image: url(../images/loginbg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.innerpage .headbg {}

.topbannerinnerpage h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.topbannerinnerpage .line-bottom {
  margin: 0px auto;
}

.privacypage h4 {
  font-size: 20px;
  font-weight: 800;
  color: #292929;
  margin-top: 15px;
}

.privacypage p {
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 14px;
}

.accordion .card {
  border: none;
  border-radius: 3px;
  box-shadow: none;
  margin-bottom: 0px;
  background: none;
  margin-bottom: 5px;
}

.accordion .card-header {
  padding: 0;
  border: none;
  border-radius: 3px;
  background: none;
  margin-bottom: 0px !important;
}

.accordion .panel-title a {
  display: block;
  padding: 12px 15px;
  background: none;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  transition: all 0.5s ease 0s;
  line-height: 24px;
}

.accordion .panel-title a,
.accordion .panel-title a:hover,
.accordion .panel-title a:focus,
.accordion .panel-title a:active {
  background: #ffffff;
  color: #5f5cff;
  text-decoration: none;
}

.accordion .panel-title a.collapsed {
  box-shadow: none;
  background: none;
  color: #000000;
  border-bottom: 1px solid #c1c1c1;
}

.accordion .panel-title a:before,
.accordion .panel-title a.collapsed:before {
  content: "\f12a";
  font-family: "FontAwesome";
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #344ffd;
  background: #d7d6f8;
  border-radius: 25px;
  text-align: center;
  position: absolute;
  top: 12px;
  left: 10px;
  transition: all 0.3s ease 0s;
}

.accordion .panel-title a.collapsed:before {
  color: #202020;
  content: "\f128";
  background: #f6f4e6;
}

.accordion .card-header h5 {
  border-bottom: 0px;
  margin-bottom: 0px !important;
}

.accordion .card-body {
  padding: 15px 20px;
  margin-top: -1px;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  border: 0px;
  background: #ffffff;
  font-weight: 300;
  font-weight: 500;
}

.accordion .panel-title a>div {
  width: 100%;
  max-width: 90%;
  padding-left: 32px;
  font-size: 18px;
  font-weight: 500;
}

.contactbox {
  max-width: 600px !important;
}

textarea {
  height: auto !important;
}

.appicont {
  width: 100%;
  max-width: 520px;
}

/* //carousel/// */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item {
  padding: 0px 25px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background: transparent !important;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #aeaeb0;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #fbb424;
}

.owl-dots button.owl-dot:focus {
  outline: 0;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important;
}

.owl-nav span {
  font-size: 30px;
  color: #c7c7c7;
  font-weight: bold;
}

.owl-nav button:focus {
  outline: 0;
}

.owl-dots {
  display: none;
}

.owl-nav::before {
  xdisplay: none;
}

.owl-nav {
  position: absolute;
  top: 54%;
  width: 100%;
  text-align: left;
  color: #0c2664;
}

button.owl-next {
  right: 0;
  float: right;
}

.testimonials .owl-nav {
  top: 45%;
}

.paymentgate .activemode {
  padding-top: 0px !important;
}

.testimonials .owl-carousel .owl-nav span {
  color: #fff;
  background: #95f244;
  font-weight: normal;
  border-radius: 50px;

  font-size: 24px;
  width: 50px;
  height: 50px;
  display: block;
  padding-top: 6px;
  text-align: center;
}

/* .testimonials .owl-carousel .owl-stage-outer{
         overflow: visible;
     } */

h1.l-f.text-uppercase.text-center {
  margin: 50px 0px;
}

.partners h2 {
  padding: 45px;
}

.partners {
  padding-top: 55px;
}

.testimonial img {
  width: 100%;
  max-width: 196px;
  margin: 0px auto;
}

.testimonial {
  padding: 0px 20px;
}

.owl-stage {
  xpadding: 0px 10px;
}

.support .supportbg {
  background: #e2fdff;
  border-radius: 40px;
  padding: 0px 50px;
}

.support .supportbg .row>div:last-child {
  padding: 30px 12px;
}

section.support {
  /* padding: 70px 0px 50px 0px; */
}

.supportbg img {
  width: 100%;
  max-width: 500px;
}

.support .heading-title {
  text-align: start;
}

.support .content {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.newsletter {
  overflow: visible;
  margin-bottom: -120px;
  z-index: 99;
  position: relative;
}

.newsletter .h5 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}

.newsletter .content {
  font-size: 18px;
}

.newsletter .news-img {
  background: linear-gradient(#68d8d6, #07beb8);
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsletter .news-img img {
  width: 100%;
  max-width: 33px;
}

.newsletter .row .table-content>div:first-child {
  width: 130px;
}

.newscontain {
  background: #e2fdff;
  border: 1px solid #94e7e6;
  border-radius: 100px;
  padding: 22px 18px;
}

.homebannerbg h2 {
  font-weight: 600;
  font-size: 38px;
  color: #000;
  padding-bottom: 9px;
  line-height: 52px;
}

.total-n {
  display: flex;
  position: absolute;
  padding: 45px 6px;
  top: 42px;
}

.total-n label {
  font-size: 14px;
}

.radi-btn {
  font-size: 18px;
  font-weight: 500;
  padding: 7px 15px;
}

.tabboxbg {
  width: 100%;
  background: #f5f5f5;
  padding: 10px 10px;
  border-radius: 25px;
}

label>input[type="radio"]:checked+* {
  color: #a4d478;
}

label>input[type="radio"]:checked+*::before {
  background: #000;
}

ul.charts {
  width: 100%;
  margin: 0px 0px;
  display: flex;
  padding: 0px;
}

.charts-price {
  margin: 15px 0px;
}

.coinvalue {
  font-size: 14px;
  font-weight: 600;
  padding-left: 0;
  padding-top: 5px;
}

.live-table .t-green,
.live-table .t-red {
  font-size: 12px;
  margin-left: auto;
  padding: 4px 6px;
  border-radius: 25px;
  height: 21px;
  margin-top: 9px;
}

.live-table .t-green {
  background: #edfcde;
  color: #549717;
  /* border: 1px solid #d3eeba; */
}

.live-table .t-red {
  color: #ff5252 !important;
  background: #ffc7c7;
  /* border: 1px solid #fe5252; */
}

.live-table h6 {
  font-size: 12px;
  font-weight: 300;
  padding-left: 0;
  margin-top: 5px !important;
  margin: 0px;
  color: #525252;
}

.secure .secure-img {
  width: 100%;
  max-width: 700px;
}

.secure .heading-title {
  text-align: start;
}

.secure .content {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin: 25px 0px;
}

.secure ul {
  padding-left: 36px;
  margin-bottom: 0px;
}

.secure ul li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}

.secure ul li:last-child {
  margin-bottom: 0px;
}

.secure ul li::before {
  content: "";
  position: absolute;
  background: url(../images/tick-ellipse.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 21px;
  height: 100%;
  left: -36px;
}

.secure ul li p {
  font-size: 18px;
  font-weight: 700;
}

.paymentgetstart {
  background: #020887;
  position: relative;
  overflow: visible;
}

.paymentgetstart .container {
  position: relative;
}

.paymentgetstart .container:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: -175px;
  background-image: url(../images/circle.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 174px;
  height: 202px;
}

.paymentgetstart .heading-title {
  color: #fff;
  font-weight: 500;
  padding-bottom: 14px;
  font-size: 25px;
}

.paymentgetstart .h1 {
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  padding-bottom: 15px;
}

.securebg .nav-tabs button .nav-link.active {
  background-color: blue;
}

.valuebanner {
  background: #233862;
}

.testimonials .tabbanner {
  display: block;
  max-width: 500px;
}

.testimonials .tabbanner li a {
  border-right: 0px !important;
  color: #000;
  font-size: 13px;
  text-align: left;
  margin: 20px 0px;
  border-bottom: 1px solid #ccc !important;
  padding: 10px 0px;
  padding-left: 35px;
  position: relative;
}

.testimonials .tabbanner li a.active {
  color: #5f5cff;
  position: relative;
}

.testimonials .tabbanner li a.active::before {
  content: "\f12a";
  font-family: "FontAwesome";
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #344ffd;
  background: #d7d6f8;
  border-radius: 25px;
  text-align: center;
  position: absolute;
  top: 6px;
  left: 0px;
  transition: all 0.3s ease 0s;
}

.testimonials .tabbanner li a::before {
  color: #202020;
  content: "\f128";
  background: #f6f4e6;
  font-family: "FontAwesome";
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 25px;
  text-align: center;
  top: 5px;
  position: absolute;
  left: 0px;
  transition: all 0.3s ease 0s;
}

.howitmiddle {
  width: 147px;
  text-align: center;
  vertical-align: middle;
  min-height: inherit;
}

.tabbt {
  position: relative;
  background: #fff;
  border-radius: 25px 25px 0px 0px;
}

.tabbt .heading-title {
  padding-bottom: 15px !important;
  font-size: 20px;
  padding-top: 15px;
}

.contactbox .form-group {
  margin-bottom: 20px;
}

.innerpage {
  background-color: #e1eff0;
}

.innerpagecontent {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
}

.featuredscroll {
  padding: 70px 0px;
}

/*login css start*/

.form-bg {
  padding: 0;
}

.innerpagebg {
  width: 100%;
  padding: 0;
  background: #e1eff0;
}

.formlogo {
  width: 100%;
  max-width: 207px;
  display: block;
  margin: 0px auto;
  margin-bottom: 20px;
}

.buysellicon {
  width: 100%;
  max-width: 488px;
  margin: 39px 0px;
}

.form-bg .container {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}

.formbox {
  display: table;
  width: 100%;
}

.formbox>div {
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 50%;
  padding-top: 128px;
  padding-bottom: 50px;
}

.formbox>div:last-child {
  width: 25%;
  background-image: url(../images/loginbg.png);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.formbox .rightformbg {
  background: #e1eff0;
  padding-bottom: 0px;
}

.login-form {
  background: #ffffff;
  overflow: hidden;
  width: 100%;
  xmax-width: 487px;
  margin: 0px;
  padding: 20px 30px;
  position: relative;
  border-radius: 16px;
  margin-left: -100px;
}

.rightboxlogo {
  text-align: center;
}

.rightboxlogo h4 {
  font-size: 19px;
  color: #ffffff;
  line-height: 37px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
}

.rightboxlogo .content {
  color: #b7b7b9;
  line-height: 27px;
}

.tradeicon {
  display: none;
}

.rightformbg {
  position: relative;
}

.rightformbg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/secure.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  width: 100%;
  max-width: 787px;
  height: 643px;
}

.usericon {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 425px;
  margin: 23px auto;
}

.usericon i {
  font-size: 17px;
  width: 50px;
  height: 50px;
  border: 1px dashed #b4b4bd;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  padding-top: 13px;
  color: #bdbdbd;
  position: relative;
  background: #56565a;
}

.usericon::before {
  content: "";
  position: absolute;
  left: 0px;
  background: #3b3b40;
  width: 100%;
  height: 3px;
  top: 24px;
  border-radius: 50px;
}

.formbox .form-group {}

.login-form label {
  font-size: 15px;
  color: #292929;
  font-weight: 700;
  margin-bottom: 10px;
}

.login-form .form-control {
  font-size: 15px;
  height: 45px;
  background: #fff;
  border: 1px solid #dcdcdc;
  color: #0b0b0b;
  box-shadow: none;
  outline: none;
  font-weight: 500;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  border-radius: 7px;
}

.login-form .input-group-text {
  height: 45px;
  background: #fff;
  border: 1px solid #dcdcdc;
  color: #0b0b0b;
  font-size: 14px;
  box-shadow: none;
  outline: none;
  font-weight: 500;
  border-radius: 7px;
}

.regbox .login-form .heading-title {
  font-size: 21px !important;
}

.btnsnfg {
  margin-top: 18px;
  text-align: center;
}

.btnsnfg h5 {
  font-size: 14px;
  font-weight: 500;
  color: #343434;
}

a.t-blue,
a.t-blue:active,
a.t-blue:focus,
a.t-blue:hover {
  color: #019c97;
  text-decoration: none;
  font-weight: 600;
}

.innerpagebg footer {
  display: none;
}

.backbtn a,
.backbtn a:hover,
.backbtn a:focus,
.backbtn a:active {
  font-size: 16px;
  color: #0e117d;
}

.backbtn {
  width: 100%;
  max-width: 760px;
  margin: 0px auto;
  margin-top: 11px;
}

.appbtn img {
  width: 100%;
  max-width: 148px;
}

.login-form .heading-title {
  font-size: 22px !important;
  padding-bottom: 15px;
  color: #292929 !important;
  line-height: normal;
  text-transform: capitalize;
  text-align: center !important;
  position: relative;
  z-index: 9;
  font-weight: 800;
  border-bottom: 1px dashed #e1e1e1;
}

.formbox .form-group {
  margin-bottom: 19px;
}

.login-form .x-line-center {
  margin-bottom: 36px;
}

.notestitle p {
  font-size: 13px;
  line-height: 23px;
  margin: 0px;
}

.notestitle {
  background: #e9e9e9;
  padding: 25px 25px;
  border-radius: 13px;
  margin-bottom: 24px;
  border: 1px solid #efeafe;
}

.notestitle h5 {
  font-size: 15px;
  color: #2c2c2c;
  font-weight: 700;
}

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

.otpverifybg p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
}

/*login css end*/

/* wizard form start */
.wizard-steps {
  margin-top: 10px;
}

.mlmwizardform .siteformbg {
  position: relative;
}

.mlmwizardform fieldset {
  position: relative;
  text-align: center;
  padding: 0px;
}

.mlmwizardform fieldset .form-card {
  position: relative;
  text-align: left;
  padding-bottom: 0px;
}

.mlmwizardform fieldset:not(:first-of-type) {
  display: none;
}

.mlmwizardform .action-button {
  cursor: pointer;
}

.ng-wizard-btn-group .btn {
  font-weight: 500;
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase;
}

.mlmwizardform .action-button-previous,
.btn-gray {
  background: #e9e9e9;
  border-color: #e9e9e9;
  color: #000 !important;
}

select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px;
}

select.list-dt:focus {
  border-bottom: 2px solid #f16f0e;
}

.mlmwizardform .card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative;
}

.mlmwizardform .fs-title {
  font-size: 16px;
  color: #4a4b4c;
  margin-bottom: 25px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding-top: 3px;
}

.form-group {
  position: relative;
}

.mlmwizardform #progressbar {
  color: lightgrey;
  position: absolute;
  width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding: 0px;
  margin: 0px !important;
  right: 0px;
  top: -44px;
  text-align: right;
}

.cryptobox .btn-blue {
  max-width: 94%;
  margin: 0px auto;
}

.whiteboxbg {
  background: #fff;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #383838;
  font-size: 16px;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #383838;
  font-size: 16px;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #383838;
  font-size: 16px;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #383838;
  font-size: 16px;
}

.mlmwizardform #progressbar::before,
.mlmwizardform #progressbar li:first-child::before,
.mlmwizardform #progressbar li:last-child::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 23px;
  bottom: 0px;
  border-radius: 0px;
}

.mlmwizardform #progressbar li:first-child::before,
.mlmwizardform #progressbar li:last-child::before {
  background: #707c84;
  width: 50%;
  height: 2px;
  display: none;
}

.mlmwizardform #progressbar li:last-child::before {
  left: inherit;
  right: 0px;
}

.mlmwizardform #progressbar .active {
  color: #19ddd6;
}

.mlmwizardform #progressbar li {
  list-style-type: none;
  font-size: 16px;
  float: none;
  position: relative;
  padding: 0px 0px;
  text-align: center;
  color: #b7c8c7;
  display: inline-block;
}

.mlmwizardform #progressbar li:first-child {
  padding-left: 0px;
}

.mlmwizardform #progressbar li:last-child {
  padding-right: 0px;
}

.mlmwizardform #progressbar li>strong {
  width: 55px;
  height: 55px;
  line-height: 46px;
  display: block;
  font-size: 16px;
  color: #a9a9a9;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  text-align: center;
  border: 2px solid #d2d2d2;
  position: relative;
}

.mlmwizardform #progressbar li.active>strong {
  background: #50aff9;
  color: #fff;
  border-color: #209af3;
}

.mlmwizardform .radio-group {
  position: relative;
  margin-bottom: 25px;
}

.mlmwizardform .radio {
  display: inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: #2044d8;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px;
}

.mlmwizardform .radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.mlmwizardform .radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.mlmwizardform li.active .infot {
  color: #2058e5;
}

.custom-checkbox label {
  line-height: 26px;
}

.mlmwizardform {
  position: relative;
}

.mlmwizardform li .infot {
  text-align: center;
  display: block;
  color: #5a5a5a;
  font-size: 16px;
  text-transform: uppercase;
}

.mlmwizardform li i {
  font-size: 9px;
}

.mlmwizardform form>fieldset:nth-child(2),
.mlmwizardform form>fieldset:last-child {
  background: none;
}

/* wizard form end*/

.login-form .phonetab .form-control {
  border: 1px solid #d4daf3;
  border-radius: 5px !important;
}

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

.login-form .phonetab .input-group-text {
  padding: 0px;
  border: 0px !important;
  z-index: 999;
}

.intl-tel-input .country-list .country {
  font-weight: 400;
  color: #4a4a4a;
}

.phonetab .input-group {
  display: block;
}

.phonetab .input-group .input-group-text {
  width: 100%;
  display: inline-block;
}

.login-form .phonetab .input-group-text .form-control,
.login-form .phonetab .form-control,
.intl-tel-input {
  width: 100% !important;
}

.intl-tel-input .country-list {
  width: 460px !important;
  position: relative;
  z-index: 999 !important;
  top: 46px !important;
  left: 2px;
}

.login-form .iti {
  width: 100%;
  display: block;
}

.login-form .iti__country-list {
  z-index: 999;
}

.login-form .phonetab .form-control::placeholder {
  font-weight: 400;
  color: #909090;
}

.form-check label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}

.notestitle .form-group {
  margin-bottom: 20px;
}

.notestitle>label {
  margin-bottom: 20px;
}

.read label {
  font-weight: 500;
}

.formcontentbox {
  margin-top: 19px;
}

#password_result {
  margin-top: 0px !important;
}

.form-bg .login-form .yellowbtn {
  padding: 10px 32px;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.form-bg .login-form .yellowbtn.active,
.form-bg .login-form .yellowbtn:hover,
.form-bg .login-form .yellowbtn:focus {
  box-shadow: none;
}

.innerpagebg .headbg .container {
  width: 100%;
  max-width: 90%;
  padding: 18px 29px;
}

.innerpagebg .headbg {
  padding: 15px 0px;
}

.errors-text {
  margin-bottom: 15px;
  display: inline-block;
}

.g-recaptcha>div {
  margin: 0px auto;
}

.contactbox {
  margin-left: 0px;
  margin-top: 20px;
  max-width: 682px !important;
  padding: 0px;
  border-radius: 0px;
  background: none;
}

.contacticon img {
  width: 100%;
  max-width: 350px;
}

.contacticon {
  background: #ffffff;
  margin: 0px;
  padding: 30px 30px;
  border-radius: 16px;
  margin-top: 25px;
}

.contacticon .badge .form-control {
  width: auto;
  display: inline-block;
  background: none;
  border: 0px;
  height: auto;
  padding: 0px;
  max-width: 25px;
  text-align: center;
}

.contacticon .badge {
  color: #000;
  background: #e9e9e9;
  font-size: 15px;
  height: auto;
  padding: 10px 16px;
  border-radius: 50px;
  font-weight: 500;
  text-align: center;
}

.custom-file-upload {
  padding: 9px 18px;
  border: 1px solid #08c0ba;
  background: none;
  font-size: 13px !important;
  border-radius: 4px;
  cursor: pointer;
  color: #08c0ba !important;
  font-weight: 500 !important;
  text-transform: capitalize;
  margin: 0px !important;
  margin-top: 3px !important;
}

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

.kycupload {
  display: table;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 10px;
}

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

.paymentscroll,
.paymentscroll .owl-stage {
  display: flex;
}

.paymentscroll>div {
  width: 100%;
}

.paymentscroll .owl-stage>div {
  width: 100%;
}

.paymentscroll img {
  width: 100%;
  max-width: 100px;
  margin: 0px auto;
  height: 135px;
}

.partnersbg .heading-title {
  padding-bottom: 11px !important;
}

.paymentscroll .item {
  border: 1px solid #ffffff;
  padding: 0px 0px;
  border-radius: 5px;
  /* background: #6ce9e5; */
}

.paymentscroll .owl-item {
  padding: 0px 35px;
}

.financialbg .heading-title {
  text-align: left;
}

.financialbg p.content {
  padding-top: 10px;
}

.info-content h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.info-content {
  position: relative;
  margin-bottom: 34px;
  padding: 10px;
}

.info-content::after {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  border-bottom: 0;

  border-radius: 10px;
  border-right: 0;
}

.luqiud-bg canvas {
  width: 100%;
  height: 100%;
}

.tftflex {
  display: table;
  width: 100%;
}

.tftflex>div {
  display: table-cell;
  /* vertical-align: middle; */
}

.tftflex>div:nth-child(2) {
  width: 450px;
  text-align: center;
  vertical-align: middle;
}

.tftflex>div:first-child {
  text-align: end;
}

.trf-boxbg {
  /* background: #fff; */
  border-radius: 16px;
  padding: 14px 20px;
  transition: all 0.3s;
  margin: 15px 15px;
}

.fnimg {
  width: 100%;
  max-width: 550px;
}

.infocenter img {
  width: 100%;
  max-width: 500px;
}

.left-info {
  text-align: center;
}

.right-info {
  text-align: center;
}

.bnkbox {
  text-align: center;
  width: 100%;
}

.bnkimg {
  width: 100%;
  max-width: 100%;
}

.trf-boxbg .content {
  line-height: 30px;
}

.tftboxicon h5 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 29px;
  padding-bottom: 6px;
}

.tanfrbg .heading-title {
  text-align: left;
  padding-bottom: 10px;
}

.tanfrbg .icon .tftimg {
  width: 100%;
  max-width: 36px;
  padding: 15px 0px;
}

.tanfrbg .content {
  padding-top: 6px;
}

.exboxbg .h4,
.tanfrbg .h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 32px;
}

.financialbg {
  /* padding: 70px 0px; */
}

.liorbankgbg .heading-title {
  text-align: center;
  padding-bottom: 30px;
}

.tfrdata {
  width: 100%;
  max-width: 412px;
  margin: 0 auto;
}

.tanfrtwobg .heading-title {
  padding-bottom: 10px;
  text-align: left;
}

.exboxbg {
  padding-bottom: 20px;
  text-align: left;
}

.tanfrtwobg .exch-content {
  margin-top: 20px;
}

.tanfrbg {
  background: #e2fdff;
}

.tft-icon {
  width: 100%;
  max-width: 90px;
  display: none;
}

.bnkimg.mobile {
  display: none;
}

.bnkimg svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.coins .container {
  width: 100%;
  max-width: 90%;
}

.coinsbox .owl-stage {
  margin: 0 auto;
}

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

.coins .owl-nav {
  display: none;
}

.financialbg .content b {
  font-weight: bold;
}

.headermenu .headbg .dropdown-item {
  color: #292929 !important;
  font-size: 15px !important;
  padding: 12px 21px !important;
  position: relative;
  font-weight: 400;
}

.headermenu .headbg ul li a.dropdown-bs-toggle i {
  padding-left: 7px;
}

.bt {
  display: table;
  width: 100%;
  padding-top: 10px;
}

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

.bt>div:first-child {
  width: 58px;
}

.tanfrtwobg {
  padding-left: 45px;
}

.real .tophead .heading-title {
  margin: 0;
}

.applybg .heading-title {
  padding-bottom: 30px;
}

.applybg a {
  text-decoration: none;
}

.applybg .h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.applybg a:hover .card-img-overlay {
  opacity: 1;
  top: 0;
}

.applybg .card-img-overlay {
  border-radius: 18px;
  background: #00000094;
  display: table;
  top: 90px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
}

.applybg .card {
  border: 0;
  overflow: hidden;
  border-radius: 20px;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.applybg .card-img {
  max-width: 300px;
}

.applycardbg .card {
  border: 0;
  width: 100%;
  max-width: 300px;
  /* margin: 0 auto; */
}

.applycardbg .card-imgs {
  width: 100%;
  max-width: 280px;
  padding: 10px 0px;
}

.applycardbg .contactbox {
  padding: 30px 25px;
  border-radius: 15px;
  border: 1px dashed #d8d8d8;
}

.applycardbg a {
  text-decoration: none;
}

.applybg {
  background: #e2fdff;
}

.slctinput-group {
  padding: 0px;
}

.slctinput-group .form-control {
  border: 0px;
  background: none;
  font-size: 14px;
  padding-left: 3px;
}

.lawsinfoicon {
  padding: 15px;
}

.lawsinfoicon svg {
  width: 100%;
  max-width: 376px;
  height: auto;
}

.lawsinfoicon text,
.lawsinfoicon text tspan {
  font-family: "Mulish", sans-serif !important;
}

.shapeboxgroup a {
  text-decoration: none;
}

.lawsinfoicon .heading-title {
  font-size: 20px !important;
}

.t-bule {
  color: #0d6efd !important;
  font-weight: 700;
  font-size: 14px;
}

.t-gray {
  color: #827474 !important;
  font-weight: 700;
  font-size: 14px;
}

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

.chartprice {
  position: relative;
  z-index: 9;
  background-color: #fff;
  height: fit-content;
  overflow: hidden;
}

.chartprice .container {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}

.chartprice .live-table>div:nth-child(2) {
  padding-right: 30px;
}

.charts-price .container {
  width: 100%;
  max-width: 100%;
}

.chartss li {
  list-style: none;
  float: left;
}

.chartss {
  margin: 0
}

.live-tables {
  display: table;
  float: left;
  padding: 0px 13px;
  border-right: 1px solid rgb(202, 219, 249);
}

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

.live-tables>div:last-child {
  text-align: right;
}

.live-tables .h2 {
  margin: 0px;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  text-transform: capitalize;
  color: rgb(9, 52, 120);
}

.live-tables .h4 {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: rgb(51, 51, 51);
}

.live-tables .vluetxt {
  padding-left: 10px;
}

.live-tables img {
  width: 30px;
  height: 30px;
  vertical-align: inherit;
}

.live-tables {
  border-right-color: rgb(85, 132, 207);
}

.secondchart .live-tables {
  border-right-color: rgb(68, 110, 175);
}

.secondchart .live-tables>div:first-child {
  padding-right: 30px;
}

.chartprice .live-tables>div:nth-child(2) {
  padding-right: 30px;
}

.secondchart .live-tables>div:nth-child(2) {
  padding-right: 0px;
}

.livecoinig {
  width: 30px;
  padding-right: 7px;
}

.tickbannerb {
  overflow: hidden;
  background: #fff;
  padding: 0px 0px;
  position: absolute;
  top: 0;
  width: 100%;
}

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

.tickbannerb {
  overflow: hidden;
  background: #fff;
  padding: 0px 0px;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #00000024;
}

.chartprice {
  position: relative;
  z-index: 9;
  background-color: #fff;
  height: fit-content;
  overflow: hidden;
}

.t-greens {
  color: #08b175 !important;
  font-weight: 700;
  font-size: 14px;
}

.t-reds {
  color: #fd4747 !important;
  font-weight: 700;
  font-size: 14px;
}

.t-bule {
  color: #0d6efd !important;
  font-weight: 700;
  font-size: 14px;
}

.t-gray {
  color: #827474 !important;
  font-weight: 700;
  font-size: 14px;
}