html {
  width: 100%;
  height: 100%;
  position: absolute;
}

body {
  font-family: 'League Spartan', sans-serif;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  color: #C7C7C7;
  position: relative;
  min-height: 100%;
  width: 100%;
  background: #000000;
  padding-bottom: 227px;
}

footer {
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: 227px;
  background-color: #000;
}

.fnt-reg {
  font-family: 'League Spartan', sans-serif;
  font-weight: 400;
}

.fnt-lgt {
  font-family: 'League Spartan', sans-serif;
  font-weight: 300;
}

.fnt-bld {
  font-family: 'League Spartan', sans-serif;
  font-weight: 700;
}

.t-white {
  color: #fff !important;
}

.t-black {
  color: #000 !important;
}

.t-green {
  color: #02b138 !important;
  font-weight: 600;
}

.t-gray {
  color: #b0babd !important;
}

.t-blue {
  color: #fcd535 !important;
  font-weight: 400;
}

.t-red {
  color: #ff6363 !important;
  font-weight: 600;
}

.t-yellow {
  color: #ff4ea3;
}

section {
  padding: 50px 0px;
  overflow: hidden;
}

.headbg .navbar-brand {
  margin-right: 0px;
  padding: 0px 6px;
  line-height: 0;
}

.headbg {
  border: 0px;
  padding: 6px 0px;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 999;
  box-shadow: none;
}

.darkHeader {
  background: #181a20;
  /* box-shadow: 0px 1px 18px 8px #1b1d1f; */
}

.headermenu .headbg .navbar-nav li a {
  color: #ffffff;
  font-size: 18px;
  padding: 13px 22px;
  font-weight: 400;
  margin-top: 8px;
  text-transform: capitalize;
  position: relative;
}

.headermenu .headbg .navbar-nav li a.sitebtn{
  padding: 8px 23px;
  border: 1px solid #fff;
  margin-top: 14px;
  background: none;
  border-radius: 4px;
}

.headermenu .headbg .navbar-nav li a.sitebtn:hover, .headermenu .headbg .navbar-nav li a.sitebtn:active, .headermenu .headbg .navbar-nav li a.sitebtn:focus{
  color: #fff;
}

.logo {
  width: 100%;
  max-width: 148px;
  margin-top: 4px;
}

.headermenu .headbg .navbar-nav li a:focus,
.headermenu .headbg .navbar-nav li a:active {
  color: #F2C233;
}

.headermenu .headbg .navbar-nav li a:hover,
.headermenu .headbg .navbar-nav li a.nav-link.active {
  color: #F2C233;
}

.heading-title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  /* text-transform: uppercase; */
  color: #ffffff;
  padding-bottom: 10px;
}

.btn {
  vertical-align: middle;
}

.sitebtn, .bluebtn {
  color: #000000;
  background: linear-gradient(to bottom,#FCE657, #F2C233);
  border: 0px;
  padding: 14px 17px;
  border-radius: 5px;
  font-weight: 600;
  line-height: 20px;
  font-size: 18px;
  text-transform: uppercase;
}

.bluebtn:hover,
.bluebtn:active,
.bluebtn:focus {
  color: #0b0e11;
    background: linear-gradient(#fce556,#f2c233);
  border: 0px;
  text-decoration: none;
}

.sitebtn:hover,
.sitebtn:focus,
.sitebtn:active {
  background:linear-gradient(to right, #fce556,#f2c233);
  color: #000;
}

.sitebannercontent .banner-img{
  width: 100%;
  max-width: 545px;
}

.howitcontent h6 {
  margin: 0px;
}
.navbar-dark .navbar-toggler-icon {
  background: none;
}

#back2Top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 20px;
  background: #F2C233;
  color: #000;
  text-align: center;
  font-size: 28px;
  text-decoration: none;
  border-radius: 5px;
}

#back2Top:hover {
  background: #e9c840;
  color: #000000;
}

.para-content {
  color: #0f0f0f;
  font-size: 15px;
  line-height: 29px;
}

.alert {
  font-size: 14px;
  /* padding: 9px; */
  line-height: 24px;
  font-weight: 500;
}

a.arrowbtn {
  padding-top: 15px;
}

.alert .close {
  opacity: 1;
  font-size: 22px;
  float: right;
}

.footer-gray-bg {
  background: #000;
  padding-bottom: 40px;
}

.ftext {
  color: #ffffff;
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
  line-height: 24px;
}

.footer-gray-bg .footerflex .flexbox{
  display: flex;
  flex-flow: column;
}

.foot-list {
  padding-left: 0px;
  margin-bottom: 0px;
}

.foot-list li {
  list-style: none;
  float: left;
  margin-bottom: 4px;
}

.foot-list li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  padding: 0px 15px;
  border-right: 2px solid #fff;
}

.foot-list li:last-child a{
  border-right: 0px;
  padding-right: 0px;
}

.foot-list li:first-child a{
  padding-left: 0px;
}

.foot-list li a:hover,
.foot-list li a:focus,
.foot-list li a:active {
  text-decoration: none;
}

.footer-gray-bg .flogo {
  width: 100%;
  max-width: 148px;
  margin-bottom: 0px;
}

.sociallist li:last-child a i {
  margin-right: 0px;
}

.sociallist li{
  list-style: none;
  margin-right: 30px;
}

.sociallist li a img {
  width: 100%;
  max-width: 35px;
}

.sociallist li:last-child{
  margin-right: 0px;
}

.sociallist li:first-child a img{
  max-width: 32px;
}

.sociallist {
  padding-left: 0px;
  margin: 0px;
  /* margin-top: 16px; */
  display: flex;
  align-items: center;
  justify-content: end;
}
.pricebannerbox .bluebtn {
  background: #fe8602;
}
.footer-gray-bg .h3 {
  color: #747474;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 0px;
  /* text-transform: uppercase; */
}

.social-bg  {
}

.social-bg .heading-title {
  font-size: 14px !important;
  font-weight: 400;
  margin-top: 6px;
  padding-bottom: 0px;
}

.appicons img {
  width: 100%;
  max-width: 145px;
}

.listrightbox {
  text-align: right;
}

.table-content {
  display: table;
  margin: 0px;
  width: 100%;
}

.table-content > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.content,
p {
  font-size: 20px;
  color: #C7C7C7;
  font-weight: 400;
  line-height: 36px;
  margin: 0px;
}

.homebannerbg {
  background: url(../images/banner-img-bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px;
  position: relative;
  overflow: visible;
}

.sitebannercontent {
}

.sitebannercontent .row {
  margin: 0px;
}

.homebannerbg .h1 {
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  margin: 0px;
  font-weight: 600;
  padding-bottom: 18px;
}

.homebannerbg .h1 span{
  color: #F2C233;
}

.sitebannercontent {
  padding-top: 14vh;
  padding-bottom: 5vh;
}

.coinlivepricebox {
  position: absolute;
  bottom: -34px;
  left: 0px;
  width: 100%;
}

.coinlivepricebox .container {
  width: 100%;
  padding: 0px;
  max-width: 100%;
  width: 100%;
}

.livepriceconvertbg p {
  font-size: 15px;
  padding-bottom: 25px;
}

.livepricelist {
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  width: 100%;
}

.livepricelist li {
  list-style: none;
  float: left;
  padding: 10px 13px !important;
}

.livepricelist .pricelistb {
  display: table;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #4f39a22e;
  padding: 19px 16px;
  border-radius: 12px;
}

.livepricelist .pricelistb > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
  white-space: nowrap;
  width: 50%;
}

.livepricelist .pricelistb > div:nth-child(2) {
  padding: 0px 10px;
}

.livepricelist .pricelistb > div:last-child {
  padding-left: 41px;
}

.livepricelist .h4 {
  margin: 0px;
  font-size: 15px;
  color: #0f0f0f;
  padding-bottom: 7px;
  text-transform: uppercase;
}

.livepricelist .h5 {
  margin: 0px;
  font-size: 15px;
  color: #0f0f0f;
  font-weight: 700;
}

.livepricelist .pricelistb > div:first-child {
  width: 32px;
  padding: 0px;
}

.livepricelist li > div:nth-child(2) {
  padding-left: 10px;
}

.coinicon img {
  width: 40px;
}

.livepricelist .pricelistb > div:last-child .h4,
.livepricelist .pricelistb > div:last-child .h5 {
  text-align: right;
}

.steps{
  background: url(../images/steps-img-bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.steps{
  padding-top: 0px;
  padding-bottom: 0px;
}

.stepbanner img{
  width: 100%;
  max-width: 546px;
}

.steps .three-steps{
  padding-left: 25px;
  margin-top: 20px;
}

.steps .three-steps button{
  background: none;
  border: 0px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.steps .three-steps button:focus-visible{
  outline: 0px;
}

.steps .three-steps .childstep{
  padding-bottom: 20px;
  padding-left: 15px;
  position: relative;
}

.steps .three-steps button:not(.collapsed){
  color: #F2C233;
}

.steps .three-steps button:not(.collapsed)::before{
  content: '';
  position: absolute;
  border-left: 2px solid #F2C233;
  left: -16px;
  top: 10px;
  height: 85%;
}

.steps .three-steps button.collapsed::before{
  content: '';
  position: absolute;
  left: -20px;
  top: 16px;
  width: 10px;
  height: 10px;
  background: #F2C233;
  border-radius: 50px;
}

.steps .three-steps .content{
  padding-bottom: 25px;
  padding-right: 50px;
}

.aboutusbg {
  background: url(../images/about-ftrs-bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0px;
}

.aboutusbg .about-img{
  width: 100%;
  max-width: 360px;
}

.aboutusbg .whychoose{
  margin-top: 100px;
}

.aboutusbg .whychoose .heading-title{
  margin-bottom: 150px;
}

.aboutusbg .table-content>div{
  vertical-align: top;
}

.appbtnbg {
  margin-top: 18px;
}

.appbtnbg > a {
  padding: 6px 5px;
  text-decoration: none;
}

.appbtnbg > a:first-child{
  padding-left: 0px;
}

.appbtnbg img {
  width: 100%;
  max-width: 185px;
}

.appbuyicon {
  width: 100%;
  max-width: 458px;
}

.headermenu .headbg .navbar-nav li a.btn {
  padding: 10px 20px;
  box-shadow: none;
  margin-top: 16px !important;
  color: #fff;
  margin: 0px 6px;
  background: none;
}

.subscibefrm .input-group-text {
  background: transparent;
  font-size: 18px !important;
  color: #000;
  padding: 0px;
  padding-right: 7px;
  font-weight: 600;
  z-index: 9;
  border-left: 0px;
  border-color: #fff;
  border-radius: 0px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.subscibefrm .form-control {
  height: 65px !important;
  background: none !important;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 16px 30px;
  padding-right: 20px;
  border-right: 0px;
}

.subscibe .form-group {
  border-bottom: 1px solid #5d5e5e;
}

.subscibe .input-group-text {
  background: none !important;
  padding: 0px;
  height: auto;
  padding: 0;
}

.subscibefrm .btn-default {
  height: auto;
  border-radius: 0px !important;
  background: #fcd535;
  color: #000;
  border: 0px;
  padding: 8px 19px;
  font-weight: 700;
  text-transform: none;
  /* margin-left: 0; */
  font-size: 14px;
  /* text-transform: uppercase; */
  /* margin-top: 0; */
  box-shadow: none;
  border-radius: 5px !important;
}

.subscibe {
  width: 100%;
  max-width: 477px;
  /* margin: 0px auto; */
  /* margin-top: 21px; */
}

.footrightbox {
  padding-right: 304px;
  padding-top: 51px;
}

.langbox {
  position: absolute;
  right: 0px;
  top: 0px;
}
.flexcard {
  display: flex;
}

.flexcard .cardbox {
  width: 100%;
  padding: 10px 7px;
}

.faqtabtbg {
  flex-wrap: inherit;
  border-bottom: 0px;
  margin-bottom: 10px;
}

.faqtabtbg li {
  width: 100%;
}

.faqtabtbg li a {
  padding: 14px 15px;
  text-align: center;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0px !important;
  border: 1px solid #ccc !important;
  margin-right: -1px;
  background: #f0f2f5;
}

.faqtabtbg li a.active {
  background: #1a1b1d !important;
  color: #fff !important;
}

.subscribebanner h2 {
  font-size: 25px;
}

.circleicon img {
  width: 100%;
  max-width: 48px;
  margin-bottom: 0;
}

textarea.form-control {
  height: auto !important;
}

.homepagebanner{
  position: relative;
}



.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: 10px 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;
  margin: 0px;
  border-radius: 0px;
  color: #333;
  font-size: 13px;
}

ul.er-controls > li:hover {
  background: none;
  cursor: pointer;
}

.featurecircle img {
  width: 100%;
  border: 4px solid #0b8ad7;
  border-radius: 50%;
  max-width: 649px;
  margin: 0px auto;
  display: block;
}

input.form-control::placeholder {
  color: #fff !important;
  font-size: 18px;
  font-weight: 400;
}

input.form-control::-webkit-input-placeholder {
  color: #fff !important;
  font-size: 18px;
  font-weight: 400;
}

input.form-control:-moz-placeholder {
  color: #000 !important;
  font-size: 18px;
  font-weight: 400;
}

input.form-control:-ms-input-placeholder {
  color: #fff !important;
  font-size: 18px;
  font-weight: 400;
}

.contactboxfrm .form-group {
  margin-bottom: 20px;
}

.form-outline .form-control.active ~ .form-label,
.form-outline .form-control:focus ~ .form-label {
}

.marketpriceflex {
  display: flex;
}

.marketpriceflex > div {
  padding: 15px 15px;
  color: #545454;
  margin: 10px 6px;
  width: 100%;
  border-radius: 7px;
  background: #fff;
}

.marketpriceflex > div:first-child {
  margin-left: 0px;
}

.marketpriceflex > div:last-child {
  margin-right: 0px;
}

.mrkpricetable {
  display: table;
  width: 100%;
}

.mrkpricetable > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.mrkpricetable > div:last-child {
  xwidth: 100px;
  xtext-align: right;
}

.marketpricebox .h5 {
  font-size: 17px;
  font-weight: 700;
  color: #1c1c1c;
}

.marketpricebox .h4 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 18px;
}

.marketpricebox .h4 .smllspan {
  font-size: 13px;
  color: #5d5d5d;
  font-weight: 400;
}

.mrkpricetable img {
  width: 100%;
  max-width: 88px;
}

.marketpricebox .h6 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 21px;
  margin-top: 0px;
}

.marketpricebox hr {
  margin: 7px 0px;
}

.marketpricebox .h6 .smllspan {
  xpadding-left: 10px;
}

.coinlistbanner {
  background-color: #fff;
}

.table {
  border: 0px;
}

.sitetable thead tr th {
  border: 0px;
  border-bottom: 1px solid #26292f !important;
  color: #9f9f9f;
  font-size: 16px;
  padding: 14px 23px;
  font-weight: 500;
  /* background: #fff; */
  position: -webkit-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 0px;
  white-space: nowrap;
}

.sitetable tbody tr td {
  border: 0px;
  border-top: 1px solid #26292f;
  color: #fff;
  font-size: 16px;
  padding: 14px 20px;
  font-weight: 500;
  vertical-align: middle;
  white-space: nowrap;
}

.coinnameleft {
  padding-left: 15px;
}

.coinicon,
.coinlisticon {
  width: 32px;
  margin-right: 5px;
}

.coinlistbg {
  background-color: #fff;
  box-shadow: 0px 0px 20px 4px rgba(204, 204, 204, 0.5803);
}

ul.tabbanner {
  border-bottom: 0;
  margin: 0 auto;
  width: 100%;
  flex-wrap: inherit;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 10px;
  padding: 0px 1px;
  padding-top: 6px;
  display: inline-block;
}

ul.tabbanner li {
  padding: 0px 6px;
}

ul.tabbanner li:first-child {
  padding-left: 0px;
}

ul.tabbanner li a {
  background: #f6f9ff !important;
  color: #26303c !important;
  border: 0px !important;
  /* text-transform: uppercase; */
  font-weight: 600 !important;
  font-size: 18px !important;
  padding: 7px 23px !important;
  border-radius: 20px !important;
}

ul.tabbanner li a.active {
  background-color: #0b3084 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  border: 1px solid #707070;
}

.siteformbg .form-control {
  font-size: 20px;
  height: 38px !important;
  background: #373737;
  border: 1px solid #4e4d4d!important;
  color: #cccccd;
  border-radius: 5px;
  font-weight: 400;
}

.siteformbg .input-group-text {
  height: 38px;
  background: #373737;
  border: 1px solid #4e4d4d;
  color: #cccccd;
  font-size: 12px;
  border-radius: 0px !important;
}
.siteformbg .input-group-text
{
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.seacrhbox .form-control,
.seacrhbox .input-group-text {
  height: 30px;
}

.innersecrbox {
  position: absolute;
  top: 6px;
  right: 5px;
}

.panelcontentbox {
  background: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.gray-bg {
  background: #dce4f3;
  padding-top: 81px;
}

.marketchart .ccc-widget {
  width: 100px;
}

.marketchart .header-div,
.marketchart .ccc-widget > div a,
.marketchart .ccc-widget > div span {
  display: none;
}

.marketchart .ccc-widget > div > div,
.marketchart .ccc-widget > div {
  padding: 0px !important;
  margin: 0px !important;
}

.marketchart .ccc-widget canvas {
  height: 32px !important;
}

.mobileappbg .h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}

.ccc-widget div {
  background: transparent !important;
  border: none !important;
}

.marketlisttable .fa-star,
.marketlisttable .fa-star-o {
  margin-right: 10px;
  color: #b9b9b9;
}

.marketlisttable .fa-star.selected {
  color: #00adef;
}

.modeicon {
  font-size: 14px;
  color: #00496f;
  border: 1px solid #ebeced;
  margin-left: 8px;
  padding: 9px 9px;
  margin-top: 11px;
  background: #d0dadf;
  cursor: pointer;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer !important;
}

.modebg .activemode {
  color: #00496f;
  background: #d0dadf;
  display: none;
}

.modebg {
  margin-left: 0;
  padding: 0px !important;
}

.headbg ul li.modebg a {
  padding: 0px !important;
}

.topbannerbg {
  padding-top: 110px;
  padding-bottom: 4px;
}

.topbannerbg .heading-title {
  color: #fff;
  margin: 0px;
  font-size: 28px;
  font-weight: 700;
}

.webhidedata,
.webhidedata1,
.webhidedata2 {
  display: none !important;
}
.hidebtn .btn,
.hidebtn1 .btn,
.hidebtn2 .btn {
  display: none;
}
table tr.marketviewt td {
  border: 0px !important;
  padding: 0px !important;
  text-align: center;
  background: none;
}
.referbg img {
  width: 100%;
  max-width: 484px;
}
.secondabout img {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0px auto;
}
.featurebox:hover .circleicon img {
  filter: grayscale(100%) brightness(324%) sepia(100%) hue-rotate(-22deg)
    saturate(600%) contrast(0.8);
}
.featurebox:hover h4 {
  color: #ff751c;
}

.langbox {
  position: absolute;
  right: 0px;
  top: 0px;
}

.langmenu img {
  width: 30px;
  height: 24px;
  padding: 2px;
  border-radius: 0;
}

.langmenu a {
  font-size: 14px;
}

.langmenu .dropdown-menu {
  background: #101010;
  padding: 0px;
  border: 0px;
  margin-top: 6px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 7px #0c171936;
  left: inherit;
  right: 0px;
  width: 100%;
  min-width: 84px;
  padding: 0;
  max-width: 43px;
}

.langmenu {
  padding-left: 10px;
}

.langmenu a.dropdown-toggle {
  background: none;
  padding: 3px 16px !important;
  margin-top: 13px !important;
  background: none;
  border-radius: 50px;
  color: #fff !important;
  border: 1px solid #e0dfdd;
}

.pricebannerbox {
  /* background: #fff; */
  overflow: visible;
}

.table-responsive-stack td,
.table-responsive-stack th {
  white-space: nowrap;
}

.table-responsive-stack th {
  border-bottom: 0px !important;
}
.starttradebox {
  background: #f8f9ff;
}

.tradeflex {
  display: flex;
  text-align: left;
  margin-top: 0;
}

.tradebox {
  padding: 0px 2px;
  width: 100%;
  max-width: 300px;
  margin: 0px auto;
  text-align: center;
}

.tradeflex .h4 {
  font-size: 39px;
  color: #3454ff;
  margin: 0px;
  font-weight: 800;
}

.tradeflex p {
  font-size: 20px;
}

.adsbanner {
  position: relative;
  width: 100%;
  display: inline-block;
  padding-bottom: 3px;
}

.adsbanner ul {
  display: flex;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  margin-top: 0;
}

.adsbanner ul li {
  list-style: none;
  padding: 0px 10px;
}

.adsbanner img {
  width: 100%;
  max-width: 370px;
  margin: 0px auto;
}

.tradicon {
}

.tradicon img {
  width: 100%;
  max-width: 50px;
}

[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: rgba(0, 0, 0, 0.42);
  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 {
  xmax-height: 605px;
}

.loglist .social-bg {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.loglist .sociallist {
  display: flex;
  justify-content: center;
  flex-wrap: inherit;
  margin-bottom: 11px;
}

.tradeboxicon {
  width: 100%;
  max-width: 420px;
  margin-top: 31px;
}

.t-bold {
  font-weight: 700 !important;
}

.featurebox:hover {
  box-shadow: 0px 0px 17px 6px #1b253024;
}

.homebannerbg .h3 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 18px;
}
.accordian {
  padding-top: 16px;
}
.subscribebanner p {
  color: #b3a9ed;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
  font-weight: 500;
  text-align: center;
}
.faqbanner {
  background: url(../images/faqbg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.sitebannercontent p {
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  font-size: 16px;
  padding: 18px 0px;
  margin: 0px;
}

#pwd_strength_wrap {
  border: 1px solid #c5cceb;
  display: none;
  padding: 10px;
  position: absolute;
  right: -310px;
  top: 0px;
  width: 100%;
  z-index: 99;
  background: #fff;
  max-width: 300px;
  border-radius: 4px;
}
#pwd_strength_wrap:before,
#pwd_strength_wrap:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent; /* arrow size */
}
#pwd_strength_wrap:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0.1);
  border-top: 7px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: -18px;
  position: absolute;
  top: 10px;
}
#pwd_strength_wrap:after {
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid #fff;
  border-top: 6px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: -16px;
  position: absolute;
  top: 11px;
}
#pswd_info ul {
  list-style-type: none;
  margin: 5px 0 0;
  padding: 0;
}
#pswd_info strong {
  font-size: 13px;
}
#pswd_info ul li {
  padding: 0;
  font-size: 12px;
  font-weight: 500;
}
#pswd_info ul li.valid {
  background-position: left -42px;
  color: green;
}
#passwordStrength {
  display: block;
  height: 5px;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}
.searchboxbg .siteformbg {
  display: flex;
  width: 100%;
  white-space: nowrap;
}
.searchboxbg .siteformbg > div {
  padding: 0px 5px;
  width: 100%;
  margin-bottom: 0px;
}
.searchfrm {
  background: #f6f9ff;
  margin: 0 auto;
  width: 100%;
  padding: 10px 0px;
}
.tabboxbg {
  padding: 10px 0px;
}
.searchboxbg {
  max-width: 900px;
  margin: 0 auto;
}
.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;
}
.chartsbg {
  padding: 0 !important;
}
.charts-price {
  height: 120px;
  overflow: hidden;
  position: relative;
  /* position: absolute; */
  bottom: 0px;
  left: 0px;
  width: 100%;
  /* margin-top: 10px; */
  background: #111111;
}
.charts-price .container {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}
.live-table {
  display: table;
  float: left;
  margin: 0px 2px;
  padding: 30px 14px;
  border-radius: 15px;
  text-align: left;
}
.live-table > div {
  display: table-cell;
  vertical-align: middle;
}
.live-table > div:last-child .h2 {
  text-align: right;
  font-size: 18px;
  font-weight: 400;
}
.live-table > div:last-child .h4 {
  text-align: right;
}
.live-table .h2 {
  margin: 0px;
  font-size: 16px;
  padding-left: 10px;
  font-weight: 400;
  line-height: 21px;
  text-transform: capitalize;
  color: #fff;
}

.live-table .h4 {
  margin: 0px;
  font-size: 24px;
  padding: 0px;
  padding-left: 10px;
  font-weight: 500;
  line-height: 32px;
  color: #ffffff;
}

.live-table .h5 span.t-green, .live-table .h5 span.t-red{
  font-size: 14px;
  background: #1C3E1C;
  border: 1px solid #54D850;
  border-radius: 18px;
  padding: 8px 13px;
  margin: 0px;
  font-weight: 400;
}

.live-table .h5 span.t-red{
  background: #341616;
  border-color: #FF7B7B;
}

.live-table .h5 span i{
  font-size: 12px;
  padding-left: 4px;
}

.live-table .h5{
  display: flex;
  align-items: center;
}

.live-table>div:last-child{
  padding-left: 15px;
}

.charts li {
  list-style: none;
  float: left;
  padding: 0px 20px !important;
}
.livecoinig {
  width: 30px;
}

.live-table img {
  width: 40px;
  height: 40px;
  vertical-align: inherit;
}

.downloadbg{
  background: url(../images/app-download-img-bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.downloadbg .download-img{
  width: 100%;
  max-width: 517px;
}

section.downloadbg{
  padding-top: 10px;
  padding-bottom: 0px;
}

.footerflex{
  margin-top: 40px;
  align-items: center;
}

.text-logo{
  align-items: baseline;
  margin-bottom: 40px;
}

.text-logo .content{
  font-weight: 300;
}

.freqbox {
  text-align: center;
  background: #fff;
  padding: 29px 20px;
  border-radius: 30px;
  margin: 10px 10px;
  box-shadow: 0px 0px 15px 0px #f1f1f1;
}
.freqbox:hover {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0px 0px 11px 0px #ecedef;
  backface-visibility: hidden;
  transform: translate(0, -5px);
}
.freqbox h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}

.viewbtn {
  text-align: center;
  text-transform: capitalize;
}
.viewbtn a {
  color: #0b3084;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
}
.foot-listbg {
  display: flex;
}
.foot-listbg li {
  list-style: none;
  padding: 10px 10px;
}
.mobileappbg {
  position: relative;
  min-height: 320px;
  overflow: visible;
}
.mobileappbg::before {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(../images/mobile.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 356px;
  top: -36px;
}
.submitbtn {
  color: #ffffff;
  background: #fe8602;
  border: 0px;
  padding: 19px 30px;
  font-weight: 700;
  line-height: 24px;
  border-color: #ff8d0f;
  font-size: 15px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.footerbottombg .input-group::placeholder {
  color: #000 !important;
}
.playbg {
  text-align: left;
}
.appbg {
  text-align: right;
}

.innerpagebox {
  overflow: visible;
}

.table > :not(:first-child) {
  border-top: 0px;
}
.form-select:focus {
  border-color: none;
  box-shadow: none;
}

.frequentlybg {
  background: #000000;
  padding: 65px 0px;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #F2C233;
  background: transparent;
  padding: 30px 0px 10px 0px;
}

.accordion-item:first-child .accordion-button:not(.collapsed){
  padding-top: 0px;
}

.accordion-item {
  background: transparent;
  color: #fff;
  border-bottom: 1px solid #707070;
}

.accordion-button:focus {
  border: none;
  box-shadow: none;
}

.accordion-button {
  background: transparent;
  color: #fff;
  transition: all 0.2s;
  padding: 40px 0px;
}

.accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  background: url(../images/plus.svg);
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.3s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background: url(../images/minus.svg);
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.3s ease-in-out;
}

.accordion-body {
  padding: 0px 0px 25px 0px;
}

.frequentlybg h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
  margin: 0px;
}

.newsletter{
  background: #111111;
  text-align: center;
}

.newsletter .row{
  justify-content: center;
  margin-top: 15px;
}

.carousel-indicators {
  bottom: auto;
  left: auto;
  right: auto;
  margin-top: -143px;
  margin-left: -5px;
}

.carousel-indicators button.active {
  background: linear-gradient(to right, #FCE657, #F2C233);
  box-shadow: 0px 0px 40px 5px rgba(252, 230, 87, 0.5);
  opacity: 1;
  width: 100px;
  height: 80px;
  margin-top: 10px;
}

.carousel-indicators [data-bs-target] {
  text-indent: initial;
  width: 100px;
  height: 100px;
  background-color: #353535;
  opacity: 1;
  margin-right: 30px;
  /* border-radius: 4px; */
}

.carousel-indicators [data-bs-target]:last-child{
  margin-right: 0px;
}

.carousel-indicators [data-bs-target]:first-child{
  margin-left: 0px;
}

.carousel-indicators button img{
  width: 100%;
  max-width: 50px;
}

.carousel-indicators button img:nth-child(2) {
  display: none;
}

.carousel-indicators button.active img:nth-child(2){
  display: inline-block;
}

.carousel-indicators button.active img:nth-child(1){
  display: none;
}

.carousel-item .h4{
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 20px;
  color: #F2C233;
}

.carousel .carousel-control-prev.previous .carousel-control-prev-icon{
  background-image: url(../images/left-active.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.carousel-control-prev.previous + .carousel-control-next .carousel-control-next-icon{
  background-image: url(../images/right-inactive.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}

.carousel .carousel-control-prev-icon{
  background-image: url(../images/left-inactive.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
}

.carousel .carousel-control-next-icon{
  background-image: url(../images/right-active.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
}

.carousel .carousel-control-next.nexticon .carousel-control-next-icon{
  background-image: url(../images/right-active.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.carousel .carousel-control-next{
  left: 80px;
}

.carousel-control-next, .carousel-control-prev{
  opacity: 1;
  bottom: -70px;
  align-items: flex-end;
  justify-content: start;
}

.navbar-dark .navbar-toggler {
  color: transparent !important;
}

/*login page css start*/
.loginbanner {
  padding-bottom: 0;
  background-image: url(../images/loginbanner.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  xbackground: #0a0a0a;
  display: table;
  width: 100%;
}
.formboxbg .sitebtn {
  border-radius: 5px;
}
.form-bg .container {
  width: 100%;
  max-width: 100%;
}

.formboxbg {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.formboxbg > div {
}

.formboxbg > div:first-child {
}

.innerpagebox {
  overflow: visible;
  padding-top: 6px !important;
}

.login-form {
  width: 100%;
  max-width: 444px;
  margin: 0px auto;
}

.loginformbox {
  background: #111111;
  border-radius: 30px;
  padding: 35px;
  position: relative;
  z-index: 99;
}
.form-bg {
  padding-top: 84px !important;
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding-bottom: 20px !important;
}

.login-form .heading-title {
  font-size: 27px;
  line-height: normal;
  text-align: center !important;
  padding-bottom: 5px;
  color: #ffffff;
  margin: 0px;
  font-weight: 400;
}

.login-form .heading-title br {
  display: none;
}

.form-control {
}

label {
  color: #ffffff !important;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 10px;
}

.table > :not(:first-child) {
  border-top: 0px;
}
.form-select:focus {
  border-color: none;
  box-shadow: none;
}
.input-group-text {
  background: #373737;
  border: 1px solid #4e4d4d;
  color: #cccccd; 
  border-radius: 25px !important;
  font-size: 14px !important;
  padding-left: 15px;
  font-weight: 500;
  z-index: 9;
}

.login-form .input-group .form-control {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.form-control:focus .input-group-text {
  border-color: #d2a65d;
}

.formcontentbox .form-group {
  margin-bottom: 20px !important;
  position: relative;
}

.formlogo {
  width: 100%;
  max-width: 200px;
  margin-bottom: 0px;
}

.logbtn {
  margin: 0px 0px;
}

.btnsnfg {
  text-align: center;
}

.btnsnfg h5 {
  font-size: 14px;
  color: #191919;
  font-weight: 400;
  margin-bottom: 15px;
}

.btnsnfg a {
  text-decoration: none;
  color: #54329d;
}

.form-control:focus,
a,
a:hover,
a:focus,
.btn:focus {
  box-shadow: none;
  outline: none;
}

.logbtn .btn img {
  width: 100%;
  max-width: 19px;
}

.help-block strong {
  color: #ff7171;
  font-size: 13px;
  font-weight: 400;
}

.strength-bar-class {
  border: 1px solid #cccaca;
  padding: 1px 13px;
  border-radius: 6px;
  line-height: 0px;
  height: 0px;
  margin-right: 2px;
  font-size: 3px;
}

.strength-top {
  margin-top: 13px;
}

.g-recaptcha > div {
  width: 100% !important;
  max-width: 300px;
  margin: 0px auto;
  margin-top: 7px;
}

.infonotes i {
  position: absolute;
  right: 22px;
  top: 7px;
  color: #364d50;
  z-index: 9;
  font-size: 13px;
}

.form-box .form-group {
  position: relative;
}

.infonotes .noteshow {
  display: none;
}

.infonotes:hover .noteshow {
  display: block;
  background: #2c6669;
  font-size: 13px;
  border-radius: 5px;
  padding: 9px 12px;
  position: absolute;
  z-index: 9;
  color: #fff;
  margin-top: -7px;
}

.psdrow > div:first-child > div {
  margin-top: 3px !important;
  font-size: 13px;
  font-weight: 400 !important;
}

.psdrow > div {
  padding: 0px;
  width: 50%;
}

.psdrow {
  margin: 0px;
  position: absolute;
  top: 33px;
}

.hrline {
  margin-top: 24px !important;
  background-color: #707070;
  opacity: 1 !important;
}

.btngray {
  color: #050f42;
  font-size: 17px !important;
  font-weight: 400;
}

.leftslider {
  width: 100%;
  max-width: 520px;
  margin-top: 30px;
}

.formboxbg > div:first-child h4 {
  color: #5c6878;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.formboxbg > div:first-child h3 {
}

.formboxbg p {
  font-size: 16px;
  line-height: normal;
  line-height: 21px;
  text-align: center;
  color: #919191;
  padding-top: 8px;
}

.form-check-label {
  color: #333 !important;
  font-weight: 400;
  font-size: 14px;
}

.form-check {
  padding-left: 31px;
}

.loginbanner footer {
  display: none;
}

.formcontentbox a {
  color: #fcd535 !important;

  text-decoration: none;
}

.formcontentbox .alert a {
  color: #0d6efd !important;
  font-weight: 700;
}
.reg-form .login-form {
  max-width: 534px;
}

.formcontentbox {
  padding-top: 22px;
}

.login-form {
  position: relative;
}

.login-form .form-control {
  background: #373737;
  border: 1px solid #4e4d4d;
  color: #cccccd;  
  border-radius: 5px !important;
  font-weight: 400;
  z-index: 99;
  position: relative;
  height: 46px;
  font-size: 16px !important;
}

.login-form .form-label {
  font-size: 13px;
  z-index: 9;
}

.login-form .input-group-text {
  border-radius: 0px !important;
  margin-left: -1px !important;
  height: 46px;
}
.login-form .input-group .input-group-text {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.login-form .btn {
  border-radius: 5px !important;
  width: 100%;
  padding: 14px 25px;
}
.loginformbg {
  position: relative;
}
.form-check-label {
  color: #333 !important;
  font-weight: 400;
  font-size: 14px;
}

.form-check {
  padding-left: 31px;
}
.loginbanner .headbg {
  background: none;
  border-bottom: 1px solid #ffffff0f;
}
/*login page css end*/
/*inner page css start*/
.innerpagecontent {
  padding: 28px 30px;
  background: #111111;
  border-radius: 35px;
}

.innerpagecontent .heading-title {
  font-size: 28px;
  padding-bottom: 8px !important;
}

.contactboxfrm {
  max-width: 576px !important;
}
.innerpagecontent > section {
  padding: 30px 0px;
  margin-top: 14px;
}
.innerpagebg {
  background-image: url(../images/loginbanner.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.innerpagecontent p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 35px;
}
.innerpagebg .headbg {
  border-bottom: 1px solid #dae1f61a;
  background: none;
}
/*inner page css end*/
.headermenu .dropdown-menu::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 2px;
}
.usermenu .dropdown-menu {
  right: 0px;
  left: inherit;
}
.headermenu .dropdown-item .verifytext {
  background: #1ac57f;
  padding: 5px 14px;
  color: #ffffff;
  border-radius: 25px;
  font-size: 12px;
  margin-left: 8px;
  position: relative;
  text-transform: inherit;
  font-weight: 400;
  top: -2px;
}
hr {
  border-top: 0px solid #707070;
  opacity: 1;
  background-color: #5f5f5f;
}
.usermenu hr {
  margin: 0px;
}
.headermenu .headbg .dropdown-item i {
  margin-right: 8px;
}

.sitetable tbody tr td:first-child img {
  width: 100%;
  max-width: 30px;
  margin-right: 3px;
}

.market .innerpagecontent {
  border-radius: 15px;
}
.innerpagebox.market {
  padding-top: 20px !important;
}

.market .flexbox {
  display: flex;
}

.market .flexbox > div {
  width: 100%;
  margin: 15px 10px;
  padding: 25px 20px;
}

.market .innerpagecontent .h6 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.market-details .innerpagecontent span {
  font-size: 15px;
}

.market .innerpagecontent hr {
  background: #1c1c1c;
  margin: 10px 0px;
}

.market .innerpagecontent p {
  margin-bottom: 0px;
  line-height: 26px;
  font-size: 15px;
  font-weight: 500;
}

.market .innerpagecontent .chart-img {
  width: 100%;
  max-width: 107px;
  display: none;
}
.market-details .innerpagecontent:hover .h6{
color: #F2C233;
}
.market-details .innerpagecontent:hover{
  transition: all 0.4s;
  transform: translate(0, -5px);
 -webkit-transform: translate(0, -5px);
}
.market-table tr td:first-child img {
  margin-right: 8px !important;
}
.market-details{
  margin-bottom: 10px;
}
.marketbg .tabrightbox{
  top: 0;
}
.tabrightbox
{
  position: absolute;
  right: 14px;
  top: 9px;
}

.topbannerbg .container
{
  position:relative;
}

.otpverifybg .form-control {
  width: 100%;
  margin: 5px 5px;
  text-align: center;
}
.market-details .innerpagecontent:first-child{
  margin-left: 0;
}
.market-details .innerpagecontent:last-child{
  margin-right: 0;
}