html {
  width: 100%;
  height: 100%;
  position: absolute;
}

body {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  color: #333;
  position: relative;
  min-height: 100%;
  width: 100%;
  padding-bottom: 214px;
  background: #ffffff;
}

footer {
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: 214px;
  background: #11118b;
}

.fnt-reg {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
}

.fnt-lgt {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}

.fnt-bld {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700 !important;
}

.t-white {
  color: #fff !important;
}

.t-black {
  color: #000 !important;
}

.t-orange {
  color: #f29420;
}

.homebannerbg .t-orange {
  font-size: 46px;
  font-weight: 500;
}

.t-green {
  color: #00a946;
  font-weight: 600;
}

.t-red {
  color: #ef0b0b;
  font-weight: 500;
}

.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;
}

.center-content {
  margin: 0px auto;
  float: none;
}

.heading-title {
  font-size: 32px;
  color: #11118b;
  line-height: 40px;
  margin: 0px;
  padding-bottom: 0;
  font-weight: 700;
}

.content,
p {
  font-size: 16px;
  color: #000;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 0px;
}

.bluebtn {
  background: #00affe;
  border: 0px;
  color: #ffffff;
  padding: 7px 20px;
  border-radius: 5px;
  font-weight: 400;
  line-height: 26px;
  font-size: 16px;
  text-transform: capitalize;
  box-shadow: none;
}

.btn-sm {
  padding: 3px 12px;
  font-weight: 500;
  font-size: 13px;
}

.coinlistbanner .table-responsive {
  max-height: 600px;
}

.btn-sub {
  padding: 9px 14px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 0px;
}

.bluebtn:hover,
.bluebtn:focus,
.bluebtn:active {
  color: #fff;
  background: #00affe;
  border: 0px;
  text-decoration: none;
}

.sitebtn,
.sitebtn:hover,
.sitebtn:focus,
.sitebtn:active {
  background: #00affe;
  color: #fff;
  text-decoration: none;
}

.headbg .container {
  padding: 0px 15px;
  width: 100%;
  max-width: 84%;
}

.headbg .navbar-brand {
  margin-right: 0px;
  padding: 0px 6px;
  line-height: 0;
}

.headbg {
  border: 0px;
  padding: 11px 0px;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 99;
  background: transparent;
  box-shadow: none;
}

.darkHeader {
}

.headermenu .headbg .navbar-nav li a {
  color: #fafafa;
  font-size: 16px;
  padding: 9px 22px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 0;
  text-transform: capitalize;
  position: relative;
}

.headermenu .headbg li a.dropdown-item {
  color: #fff;
  font-size: 14px;
  padding: 9px 10px !important;
}

.logo {
  width: 100%;
  max-width: 162px;
  margin-top: 0px;
}

.headermenu .headbg .navbar-nav li a:focus,
.headermenu .headbg .navbar-nav li a:active {
  color: #43c3fe;
}

.headermenu .headbg .navbar-nav li a:hover,
.headermenu .headbg .navbar-nav li a.nav-link.active {
  color: #43c3fe;
}

.headermenu .dropdown-menu {
  background: #11118b;
  padding: 0px;
}

.headermenu .dropdown-menu a:hover,
.headermenu .dropdown-menu a:focus,
.headermenu .dropdown-menu a:active {
  background: none;
  color: #43c3fe;
}

.dashboardicont a {
  padding-right: 2px !important;
  flex: 100%;
}

.dashboardicont img {
  width: 100%;
  max-width: 18px;
}

.footer-gray-bg {
  background: url(../images/footer-bg.svg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  /* padding-bottom: 20px;
  padding-top: 37px; */
}

.ftext {
  color: #fafafa;
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  display: inline-block;
  padding-top: 13px;
}

.footer-gray-bg .footlistbg {
  min-height: 25px;
}

/* .footer-gray-bg .footlistbg:last-child {
  float: right;
  text-align: right;
} */

.foot-list {
  padding-left: 0px;
}

.foot-list li {
  list-style: none;
  padding-bottom: 13px;
}

.foot-list li a:hover,
.foot-list li a:focus,
.foot-list li a:active {
  text-decoration: none;
}

.footer-gray-bg .flogo {
}

.sociallist li:last-child a i {
  margin-right: 0px;
}

.sociallist li {
  list-style: none;
  display: inline-block;
  float: left;
}

.sociallist li a i {
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  width: 34px;
  height: 34px;
  text-align: center;
  padding-top: 9px;
  margin-left: 0px !important;
  margin: 8px 16px;
  background: #00affe;
  display: block;
}
.sociallist img {
  width: 100%;
  max-width: 15px !important;
  position: relative;
  top: -6px;
}
.sociallist {
  padding: 0px;
  /* float: right; */
  margin: 0px;
  margin-top: 7px;
}

.footer-gray-bg .h3 {
  color: #fafafa;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  text-transform: capitalize;
  margin: 0px;
}

.footlistbg img {
  width: 100%;
  max-width: 138px;
}

.social-bg {
  width: 100%;
  display: inline-block;
}

.social-bg .heading-title {
  font-size: 14px !important;
  font-weight: 400;
  margin-top: 6px;
  padding-bottom: 0px;
}

/* .footerbottombg .sociallist li:first-child a {
  color: #d6d5d5;
  margin-right: 5px;
} */

.footerbottombg {
}

.footerbottombg .social-bg {
  padding-top: 0;
}

.appicons img {
  width: 100%;
  max-width: 145px;
}

.listrightbox {
}

[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: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8px;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  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: 11px;
}

.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;
}

.homebannerbg {
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.homebannerbg::before {
  content: "";
  position: absolute;
  background-image: url(../images/banner-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  max-width: 950px;
  max-height: 580px;
  right: 0px;
  top: 0;
}

.homebannerbg .h1 {
  font-size: 32px;
  color: #000;
  line-height: 50px;
  margin: 0px;
  font-weight: 700;
  width: 100%;
  max-width: 521px;
}

.homebannerbg img {
  max-width: 650px;
  position: relative;
}

.homebannerbg .bluebtn {
  padding: 10px 25px;
}

.homebannerbg .h4 {
  font-size: 16px;
  color: #ffffff;
  line-height: 27px;
  font-weight: 400;
  margin: 0px auto;
  padding-top: 15px;
  padding-bottom: 22px;
  width: 100%;
  max-width: 650px;
}

.homebannerbg .banner-btn {
  margin-top: 40px;
}

.homebannerbg .banner-btn a {
  margin-right: 7px;
}

.homebannerbg .coin .h6 {
  font-size: 14px;
  font-weight: 500;
  text-align: start;
  margin-bottom: 10px;
}
.homebannerbg .coin {
  background: #fff;
  width: 100%;
  max-width: 270px;
  border-radius: 20px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  padding: 22px 27px;
  position: absolute;
  top: 150px;
  right: 35%;
}

.logo-img .headermenu .navbar-brand img:nth-child(1) {
  display: block;
}

.logo-img .headermenu .navbar-brand img:nth-child(2) {
  display: none;
}
.innerpagebg .headermenu .navbar-brand img:nth-child(1) {
  display: none;
}

.innerpagebg .headermenu .navbar-brand img:nth-child(2) {
  display: block;
}

.innerbg .headermenu .navbar-brand img:nth-child(1) {
  display: none;
}

.innerbg .headermenu .navbar-brand img:nth-child(2) {
  display: block;
}

.homebannerbg .coin .value .h5 span {
  font-size: 24px;
  color: #000;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 0px;
}

.homebannerbg .coin .value span {
  color: #ee4242;
  font-size: 14px;
  font-weight: 500;
}

.homebannerbg .coin .value {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.homebannerbg .h6 img {
  max-width: 25px;
}

.scroll-content {
  overflow: hidden;
}

.features {
  position: relative;
  overflow: hidden;
}
.features .container {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}
.features .row > div {
  padding: 30px 0px;
}
.features .row > div:first-child {
  position: relative;
  padding-left: 100px;
  background: #0a097d;
  border-bottom-right-radius: 570px;
}
.features .row > div:last-child {
  padding-right: 50px;
  position: relative;
}

.features .row > div:first-child::before {
  xcontent: "";
  position: absolute;
  /* background: url(../images/features-bg.svg); */
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 780px;
  height: 100%;
  min-height: 560px;
  left: 9px;
  top: 0px;
  z-index: -1;
}

.features .featureflex .featureboxt:nth-child(1) {
  left: -64px;
}

.features .featureflex .featureboxt:nth-child(2) {
  left: -118px;
}

.features .featureflex .featureboxt:nth-child(3) {
  left: -238px;
}

.features .row > div:first-child .feat {
  padding-top: 80px;
}

.features .row > div:first-child .content {
  color: #fff;
  margin: 20px 0px;
}

.subscibefrm {
  margin-top: 10px;
}

.subscibefrm .form-control {
  height: 38px;
  background: #fff;
  border-radius: 5px;
  border: 0px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 20px;
}

.footer-gray-bg .footlistbg p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.subscibefrm .btn-default {
  border-radius: 5px;
  background: #00affe;
  color: #fff;
  border: 0px;
  padding: 8px 16px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 12px;
  top: 2px;
  right: 2px;
}

.subscibefrm h6 {
  font-size: 16px;
  color: #dedede;
  font-weight: 300;
  padding-top: 15px;
}

.coinlistbanner {
  background-image: url(../images/tradesectionbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sitetable thead tr th {
  background: #e6e6ff !important;
  border: 0px;
  border-bottom: 0px;
  color: #11118b;
  font-size: 14px;
  padding: 11px 10px;
  font-weight: 700;
  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 #ffffff;
  color: #4b4a4a;
  font-size: 14px;
  padding: 8px 10px;
  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 0px rgb(204 204 204 / 58%);
}

.chooseusbanner {
}

.chooseusflex {
  display: inline-block;
  margin-top: 20px;
}

.chooseusflex > div {
  /* padding: 28px 16px; */
  overflow: hidden;
  width: 100%;
}

.chooseusboxt img {
  width: 100%;
  max-width: 75px;
  box-shadow: 5px 10px 35px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.choosefbox > div:first-child {
  width: 128px;
}
.chooseusbanner .choosefbox > div:first-child {
  width: 99px;
}
.chooseusboxt:hover img {
  animation: zoominoutsinglefeaturedCustomer 2s infinite;
  -webkit-animation: zoominoutsinglefeaturedCustomer 2s infinite;
}
.chooseusbanner .work-img {
  width: 100%;
  max-width: 525px;
}

.subimg {
  width: auto;
  height: auto;
  border-radius: 50px;
  padding-top: 23px;
  text-align: center;
  margin: 10px auto;
  margin-top: 0px;
  animation: zoominoutsinglefeaturedCustomer 2s infinite;
  -webkit-animation: zoominoutsinglefeaturedCustomer 2s infinite;
}

.chooseusboxt .h4 {
  font-weight: 700;
  font-size: 20px;
  color: #11118b;
}

.chooseusboxt p {
}

.chooseusbanner .heading-title {
  color: #11118b;
}

.supportbannerbg {
  background: #fff;
}

.supportflex {
  display: flex;
  margin-top: 50px;
  text-align: center;
}

.supportflex > div {
  padding: 10px 15px;
}

.supportboxt img {
  width: 100%;
  max-width: 70px;
  margin-bottom: 20px;
}

.supportboxt .h4 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 17px;
  color: #0e0c3f;
}

.supportboxt p {
  line-height: 26px;
}

.table-content {
  display: table;
  width: 100%;
  margin: 0px;
}

.table-content > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.charticont {
  width: 100%;
  max-width: 100px;
}

.table {
  margin-bottom: 0px;
}

.marketviewt a {
  font-size: 14px;
}

.marketviewt a,
.marketviewt a:hover,
.marketviewt a:focus,
.marketviewt a:active {
  color: #333;
  text-decoration: none;
}

.marketviewt {
  padding-bottom: 25px;
  padding-top: 17px;
  border-top: 1px solid #e0e0e0;
}

.marketviewt i {
  margin-left: 10px;
}

.coinlistbg tr td:first-child {
  color: #424242;
  font-size: 16px;
  font-weight: 500;
}

.coinlistbg tr td:first-child .coinnameleft {
  font-weight: 400;
  color: #6f6e6e;
}

.soonbg {
  background-color: #f8c40a;
  color: #333;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 11px;
  line-height: normal;
  position: relative;
  font-weight: 600;
}

.soonbg::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  left: -3px;
  top: 2px;
  border-style: solid;
  border-width: 6px 6px 6px 0px;
  border-color: transparent rgb(240, 185, 11) transparent transparent;
}

.livepricebanner {
  background: #fff;
  padding: 12px 0px;
  border-bottom: 1px solid #dcdcdc;
}

.livepricebanner .container {
  xwidth: 100%;
  xmax-width: 100%;
}

.livetableright ul {
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  white-space: nowrap;
}

.livetableright li {
  list-style: none;
  float: left;
  padding: 10px 10px;
  width: 100%;
  border-right: 1px solid #dcdcdc;
}

.livetableright li {
  padding-left: 24px;
}

.livetableright li:first-child {
  padding-left: 10px;
}

.livetableright li:last-child {
  border-right: 0px;
}

.livetableright li .h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0px;
  color: #565656;
  padding-bottom: 4px;
}

.livetableright .symbolicon {
  background: #f8c40a;
  color: #000;
  padding: 0px 5px;
  font-weight: 600;
  margin-right: 5px;
  font-size: 12px;
}

.livetableright li .h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0px;
}

.livetableright li span {
  font-size: 11px;
}

.livetableright li img {
  width: 100%;
  max-width: 41px;
  margin-right: 4px;
}

.livetableright li:first-child .h5 {
  font-size: 20px;
  color: #191818;
  font-weight: 500;
  padding-bottom: 0px;
}
/* 
.mobileapp {
  background-image: url(../images/mobilebg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */

.stepsbg {
  display: table;
  width: 100%;
  margin: 35px 0px;
}

.stepsbg > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.stepsbg > div:first-child {
  width: 35px;
}

.stepsbg img {
  width: 100%;
  max-width: 34px;
}

.stepsbg > div:last-child {
  padding-left: 10px;
}

.stepsbg .h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin: 0px;
}

.stepsboxb .subtitlet {
  font-size: 22px;
  font-weight: 600;
}

.playstoreicon img {
  width: 100%;
  max-width: 116px !important;
  margin-top: 0px;
}

.securitybannerbg {
  background-image: url(../images/featurebg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.subtitleh {
  font-size: 21px;
  font-weight: 500;
  color: #ffa200;
  margin: 0px;
  padding: 5px 0px;
}

.mobileappicon {
  text-align: center;
}

.mobileappicon img {
  width: 100%;
  max-width: 580px;
}

.securitybannerbg img {
  width: 100%;
  max-width: 84px;
}

.securitybannerbg .table-content > div:first-child {
  width: 100px;
}

.securitybannerbg .table-content > div:last-child {
  padding-left: 10px;
}

.securitybannerbg .content {
  color: #bbb9b9 !important;
  line-height: 26px;
  padding-top: 5px;
  margin-bottom: 0px;
}

.securitybannerbg h2 {
  font-size: 23px;
}

.stepsboxb .x-line {
  background: #ccc;
  height: 2px;
  margin-top: 0px;
}

.stepsboxb > div:last-child {
  margin-bottom: 0px;
}

.playstoreicon a:last-child img {
}

.playstoreicon a {
  margin-right: 20px;
  display: inline-block;
}
ul.tabbanner {
  border-bottom: 0px;
  width: 100%;
  max-width: 587px;
  margin: 16px auto;
  flex-wrap: wrap;
  margin-bottom: 29px;
}
ul.tabbanner li {
  padding: 0px 5px;
  width: 50%;
  text-align: center;
}
ul.tabbanner li a {
  background: #e3e9f7 !important;
  color: #0b1528 !important;
  border: 0px !important;
  font-weight: 700 !important;
  font-size: 14px;
  padding: 15px 22px !important;
  border-radius: 5px !important;
}
ul.tabbanner li a.active {
  background-color: #00affe !important;
  color: #fff !important;
  border: 0px !important;
}
.feepage .innerpagetab .tabbanner {
  padding-top: 16px;
  margin-bottom: 12px;
}
.feepage table tr td {
  padding: 12px 15px;
}
.feepage .coinicon {
  width: 28px;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .leftbannercontent {
    padding-bottom: 16vh !important;
    padding-top: 22vh !important;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .leftbannercontent {
    padding-bottom: 13vh !important;
    padding-top: 18vh !important;
  }
}

@media only screen and (device-width: 768px) {
  .leftbannercontent {
    padding-bottom: 13vh !important;
    padding-top: 18vh !important;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .leftbannercontent {
    padding-bottom: 7vh !important;
    padding-top: 10vh !important;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .leftbannercontent {
    padding-bottom: 22vh !important;
    padding-top: 24vh !important;
  }
}

@media (max-width: 1400px) {
  .app-pagebg .container {
    max-width: 70% !important;
  }
  .headbg .container,
  .sitecontainer,
  .footerbottombg .container {
    max-width: 100% !important;
  }
  .homebannerbg::before {
    right: -139px;
  }
  .headermenu .headbg .navbar-nav li a {
    padding: 9px 17px;
  }
  .homebannerbg .h1 {
    max-width: 447px;
  }
}

@media (max-width: 1300px) {
  .app-pagebg .container {
    max-width: 80% !important;
  }
  .homebannerbg .h1 {
    font-size: 28px;
  }

  .homebannerbg img {
    max-width: 600px;
  }

  .homebannerbg .coin {
    top: 135px;
  }

  .homebannerbg::before {
    max-width: 825px;
  }

  .features::before {
    max-width: 730px;
  }

  .features .featureflex .featureboxt:nth-child(1) {
    /* left: 0px; */
  }

  .features .featureflex .featureboxt:nth-child(2) {
    /* left: -90px; */
  }

  .features .featureflex .featureboxt:nth-child(3) {
    /* left: -55%; */
  }
  .headermenu .headbg .navbar-nav li a {
    padding: 9px 14px;
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .app-pagebg .container {
    max-width: 100% !important;
  }
  .ieo-bg .panelcontentbox {
    padding: 20px !important;
  }
  .chooseusbanner .container,
  .supportbannerbg .container,
  .homebannerbg .container,
  .features .container {
    max-width: 100%;
  }
  .innerpagecontent .container {
    max-width: 100%;
  }

  .features::before {
    top: -30px;
  }

  .features::before {
    max-width: 660px;
  }

  .featureboxt img {
  }

  .featureboxt .h4 {
    font-size: 22px !important;
  }

  .featureboxt .choosefbox > div:first-child {
    /* width: 125px !important; */
  }

  .features .featureflex .featureboxt:nth-child(3) {
    /* left: -40%; */
  }

  .featureflex > div {
    padding-bottom: 20px !important;
  }

  .homebannerbg::before {
    max-width: 715px;
    right: 0px;
  }
}

@media (max-width: 1100px) {
  .livepricebanner .container {
    width: 100%;
    max-width: 100%;
  }
  .headermenu .headbg .navbar-nav li a {
    padding: 12px 12px;
  }

  .features::before {
    max-width: 600px;
  }

  .featureboxt .h4 {
    font-size: 19px !important;
  }

  .featureboxt .content {
    font-size: 15px;
  }

  .featureboxt img {
  }

  .featureflex > div {
    padding-bottom: 12px !important;
  }

  .homebannerbg img {
    max-width: 580px;
  }

  .homebannerbg::before {
    max-width: 700px;
    right: -32px;
  }
  .features .row > div:last-child {
    padding-right: 10px;
  }
  .features .row > div:first-child {
    padding-left: 30px;
  }
}

@media (max-width: 1050px) {
  /* .homebannerbg::before{
    max-width: 680px;
  } */

  .features .featureflex .featureboxt:nth-child(3) {
    /* left: -55%; */
  }

  .homebannerbg .coin {
    max-width: 240px;
  }

  .homebannerbg .coin .value .h5 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .logo-img .headermenu .navbar-brand img:nth-child(1) {
    display: none !important;
  }

  .logo-img .headermenu .navbar-brand img:nth-child(2) {
    display: block !important;
  }
  .ieo-bg .panelcontentbox {
    padding: 20px 15px !important;
  }
  .ieo-status {
  }
  .ieo-box .table-content > div {
    display: block;
    width: 100%;
    padding: 10px 0px;
  }

  .chooseusbanner .container,
  .supportbannerbg .container,
  .coinlistbanner .container {
    max-width: 95%;
  }

  .headbg .container,
  .submenuheadbg .container,
  .container {
    width: 100%;
    max-width: 100% !important;
  }

  .headermenu .headbg .navbar-nav li a {
    padding: 12px 9px;
    font-size: 13px;
  }
  .logo {
    max-width: 126px;
  }

  /* .headbg li a.btn {
    padding: 6px 9px !important;
  } */

  .homebannerbg::before {
    max-width: 650px;
    top: -125px;
    background-image: none;
    height: auto;
  }

  /* .headermenu .headbg .navbar-nav li a{
    color: #000;
  } */

  .yellowbtn {
    color: #43c3fe !important;
  }

  .homebannerbg .banner-btn {
    margin-top: 20px !important;
  }

  .homebannerbg .h1 {
    font-size: 30px;
    line-height: 41px;
    max-width: 100%;
  }
  .homebannerbg .h1 br {
    display: none;
  }

  .footer-gray-bg .container {
    width: 100%;
    max-width: 95%;
  }

  .chooseusflex,
  .supportflex {
    display: inline-block;
    width: 100%;
    text-align: start;
  }

  .chooseusflex > div {
    width: 48%;
    float: left;
    margin: 10px 7px;
  }

  .features .featureflex .featureboxt:nth-child(1) {
    left: inherit;
  }

  .features .featureflex .featureboxt:nth-child(2) {
    left: auto;
  }

  .features .featureflex .featureboxt:nth-child(3) {
    left: auto;
  }

  /* .chooseusflex > div,
  .supportflex > div {
    margin: 0px 0px;
    width: 50%;
    float: left;
    background: none;
    box-shadow: none;
    padding: 10px;
  } */

  /* .choosefbox {
    background: #fff;
    box-shadow: 0px 0px 0px 0px #ccc;
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    padding-top: 0px;
  } */

  .leftchoose .coins1 {
  }

  .chooseusbanner .container {
    width: 100%;
    max-width: 100%;
  }

  .homebannerbg {
    padding-top: 14vh;
  }

  .homebannerbg .bluebtn {
    font-size: 16px !important;
    padding: 8px 22px !important;
  }

  .homebannerbg .col-md-6 {
  }

  .leftbannercontent {
    padding-bottom: 88px;
    padding-top: 108px;
  }

  .cryt::before {
    top: 40px !important;
  }

  .subscibefrm {
    margin: 10px 0px;
  }

  .homebannerbg .h4 {
    padding: 10px 0px;
  }

  .marketpriceflex {
    display: inline-block;
    width: 100%;
  }

  .marketpriceflex > div {
    margin: 5px 0px;
    width: 50%;
    float: left;
    background: none;
    border-radius: 0px;
    padding: 0px 5px;
  }

  .marketpricebox {
    background: #fff;
    padding: 15px 15px;
    border-radius: 7px;
  }

  .innerpagecontent .container {
    width: 100%;
    max-width: 100%;
  }

  .swiper-slide {
    text-align: center;
  }

  .livetableright li {
    padding-left: 10px;
  }

  .livetableright li .h5 {
    font-size: 14px;
  }

  .livetableright li .h4 {
    font-size: 14px;
  }

  .howitworksbg .table-content {
    display: grid;
    width: 100%;
    max-width: 100%;
  }

  .howitworksbg .table-content > div {
    display: block;
    padding: 0px;
    width: 100%;
    max-width: 100%;
  }

  .homebannerbg .table-content,
  .features .row,
  .chooseusbanner .table-content,
  .mobileapp .table-content,
  .start-trading .table-content {
    display: flex;
    flex-flow: column;
  }

  .homebannerbg .table-content > div:first-child,
  .features .row > div:first-child,
  .chooseusbanner .table-content > div:first-child,
  .mobileapp .table-content > div:first-child,
  .start-trading .table-content > div:first-child {
    order: 1;
    text-align: center;
  }
  .features .row > div:first-child {
    background: none;
    padding: 0px 10px;
  }
  .homebannerbg .table-content > div:last-child,
  .features .row > div:last-child {
    order: 2;
    text-align: center;
  }

  .chooseusbanner .table-content > div:last-child,
  .aboutusbg .table-content > div:last-child,
  .mobileapp .table-content > div:last-child,
  .start-trading .table-content > div:last-child {
    margin-top: 30px;
    order: 2;
  }

  .features .row > div:last-child {
    text-align: start;
    margin-top: 20px;
    padding: 0px 20px;
  }

  .features .heading-title,
  .features .content {
    color: #000 !important;
  }

  .features::before {
    background: none;
    height: auto;
  }

  .features .row > div:first-child .feat {
    padding-top: 0px;
  }

  .chooseusboxt .h4 {
    font-size: 20px;
  }

  .chooseusboxt p {
    font-size: 15px;
  }

  .chooseusbanner .work-img {
    max-width: 380px;
  }

  .chooseusbanner .choosefbox > div {
    display: block !important;
  }

  .mobileappicon img {
    max-width: 480px;
  }

  .chooseusboxt img {
    margin-bottom: 25px;
  }

  .start-trading .trading {
    justify-content: center;
  }

  .footer-gray-bg .row > div:nth-child(4) {
    margin-top: 30px;
  }

  .stepsbanner {
    padding-bottom: 0px !important;
  }

  .footer-gray-bg .flogo {
    max-width: 159px;
  }

  .homebannerbg .coin {
    top: 46%;
    left: 150px;
    /* max-width: 180px;
    padding: 22px 20px; */
  }

  .homebannerbg .coin .value .h5 {
    font-size: 15px;
  }

  .homebannerbg .coin .value span {
    font-size: 14px !important;
  }

  .homebannerbg .banner-img {
    left: 55px;
  }
  .chooseusbanner {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .footer-gray-bg .playstoreicon {
    margin-bottom: 0 !important;
  }
  .app-pagebg .row.table-content.play-bg {
    display: flex;
    flex-flow: column;
  }
  .app-pagebg .row.table-content.play-bg > div:first-child {
    order: 2;
    padding-top: 20px;
  }
  .app-pagebg .row.table-content.play-bg > div:last-child {
    order: 1;
  }
  .app-pagebg .container:first-child > .row div {
    padding-bottom: 10px;
  }
  .play-bg .ieo-aboutbg .table-content > div {
    padding: 10px 0px;
  }
  .ieo-aboutbg .content {
    text-align: center;
  }
  .sub-heading {
    text-align: center;
    padding-bottom: 0px !important;
  }
  .ieo-box .content {
    text-align: center;
  }
  .homebannerbg img {
    max-width: 450px;
  }

  .featureboxt img {
  }

  .featureboxt .choosefbox > div:first-child {
    /* width: 90px !important; */
  }

  .featureboxt .h4 {
    font-size: 18px !important;
    margin-bottom: 8px;
  }

  .chooseusbanner .chooseusflex > div {
    margin: 15px 0px;
    text-align: center;
    padding: 16px;
  }
  .chooseusbanner .choosefbox > div:first-child {
    width: 100% !important;
    text-align: center;
  }

  .chooseusbanner .work-img {
    max-width: 360px;
  }

  .headbg .container {
    padding: 0px 10px;
  }

  .leftbannercontent {
    padding-bottom: 45px !important;
    padding-top: 42px !important;
  }

  .table-content {
    display: block;
    margin: 0px;
  }

  .table-content > div {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .subcribehead,
  .subcribehead h2,
  .subcribehead p {
    text-align: center !important;
  }

  .content,
  .aboutusbg .content {
    font-size: 15px;
    line-height: 30px;
  }

  .abouticon img {
    max-width: 200px !important;
  }

  .mobileapp .heading-title,
  .start-trading .heading-title {
    padding-bottom: 10px !important;
  }

  .playstoreicon a {
    margin-right: 10px;
  }

  .start-trading .tradebox .h5 {
    font-size: 28px !important;
  }

  .start-trading .tradebox p {
    font-size: 13px !important;
  }

  .footer-gray-bg .footlistbg:nth-child(1) {
    margin-bottom: 10px;
  }

  .chooseusboxt .h4 {
    font-size: 18px;
  }

  /* .chooseusboxt img {
    max-width: 45px;
  } */

  .headermenu .headbg li a.btn-link {
    width: 100%;
    max-width: 100px;
    text-align: center;
    padding: 3px 10px !important;
    margin-top: 10px;
  }

  .footer-gray-bg .footlistbg {
    min-height: inherit;
    /* width: 100%;
    max-width: 100%;
    flex: 100%; */
    margin-top: 17px;
  }

  .footer-gray-bg .footlistbg:last-child {
    float: none !important;
    text-align: left;
  }

  .footerbottombg .text-right {
    text-align: left !important;
  }

  .footerbottombg .sociallist {
    float: none !important;
  }

  .footerbottombg {
    margin-top: 10px;
  }

  .headermenu .dropdown-menu {
    background: #040506;
  }

  .headermenu .headbg .navbar-nav li a {
    padding: 10px 11px;
    font-size: 14px;
  }

  .headermenu .navbar-collapse {
    border-top: 1px solid #4646bd;
    margin-top: 10px;
  }

  .homebannerbg .h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .homebannerbg .h4 {
    font-size: 15px;
    color: #ccc;
    line-height: 25px;
  }

  .footer-gray-bg .flogo {
    max-width: 140px;
  }

  .headbg .navbar-brand {
    padding: 0px;
  }

  .usermenu .fa-angle-right {
    position: relative;
    right: inherit;
    top: 0;
  }

  .countlisticon {
    right: inherit;
    left: 26px;
  }

  .livetableright ul {
    display: inline-block;
    width: 100%;
  }

  .livetableright li {
    width: 33.3%;
    text-align: center;
    min-height: 82px;
  }

  .heading-title {
    font-size: 28px;
    margin: 0px 0px;
    text-align: center;
  }

  .livetableright li:first-child {
    width: 100%;
    text-align: center;
    padding-top: 0px;
  }

  .livetableright li:nth-child(odd) {
    border-right: 0px;
    min-height: inherit;
  }

  .securitybannerbg .table-content > div,
  .securitybannerbg .table-content {
    display: block;
    width: 100% !important;
    text-align: center;
  }

  .securitybannerbg img {
    margin-bottom: 10px;
  }

  .playstoreicon img {
    max-width: 158px;
  }
  .headbg {
    background-color: #11118b !important;
  }

  .logo-img .headermenu .navbar-brand img:nth-child(2) {
    display: block;
  }

  .logo-img .headermenu .navbar-brand img:nth-child(1) {
    display: none;
  }

  .headermenu .headbg .navbar-nav li a {
    color: #fff;
  }
}

@media (max-width: 600px) {
  .marketpriceflex > div {
    width: 100%;
    padding: 0px;
  }
}

@media (max-width: 550px) {
  .ieo-bg .about-box {
    padding: 10px !important;
  }
  .heading-title {
    font-size: 20px !important;
    line-height: 33px;
  }

  .start-trading .trading:last-child {
    position: relative;
    top: -10px;
  }

  .yellowbtn {
    color: #fff !important;
  }

  .bluebtn {
    padding: 6px 14px;
    font-size: 14px;
  }

  .features .choosefbox > div {
    display: block;
  }

  .features .featureflex > div {
    padding: 0px;
    text-align: center;
  }
  .chooseicon {
    margin: 0px auto;
    width: 100px !important;
    height: 100px !important;
  }
  .featureboxt img {
    max-width: 37px !important;
  }

  .features .row > div:last-child,
  .chooseusbanner .table-content > div:last-child {
    margin-top: 10px;
  }

  .abouticon img {
    max-width: 175px !important;
  }

  .chooseusbanner .work-img {
    max-width: 270px;
  }

  .mobileappicon img {
    max-width: 270px !important;
  }

  .homebannerbg .bluebtn {
    font-size: 14px !important;
  }

  .chooseusboxt img {
    max-width: 60px;
  }

  .start-trading .trading {
    display: inline-block !important;
  }

  .start-trading .tradebox {
    margin: 10px auto !important;
  }

  .subscibefrm .form-group {
    background: none !important;
  }

  .start-trading .trading .tradebox:last-child {
    top: 0px !important;
  }

  /* .homebannerbg{
    padding-top: 11vh !important;
  } */

  .homebannerbg .coin .h6 {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .homebannerbg .coin {
    top: 52%;
    padding: 15px 12px !important;
  }

  .homebannerbg .coin .value .h5 {
    font-size: 13px;
  }

  .featureboxt .choosefbox > div:first-child {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .subscibefrm .input-group {
    display: block;
  }

  .subscibefrm .form-control {
    width: 100%;
    border-radius: 5px !important;
  }

  .subscibefrm .btn-default {
    margin-left: 0px;
    border-radius: 5px;
  }

  .subscibefrm .input-group-btn {
    text-align: center;
    margin-top: 10px;
  }

  .innersecrbox {
    position: relative !important;
    top: 0px !important;
    right: inherit !important;
    padding: 0px 10px;
  }

  .subscibefrm .form-group {
    border: 0px !important;
  }

  .subscibefrm .form-control {
    border: 1px solid #ccc;
  }

  .historytab .tabbanner li a {
    text-align: center;
    border-bottom: 0px !important;
  }

  .tabbanner li {
    width: 100%;
  }

  .innerpagetab .tabbanner {
    flex-wrap: wrap;
  }

  .livetableright li {
    width: 100%;
    border-right: 0px;
    border-bottom: 1px solid #dcdcdc;
  }

  .livepricebanner {
    border-bottom: 0px;
  }

  .playstoreicon img {
    max-width: 157px;
  }
}

.updates {
}

.subscibe {
  width: 100%;
  max-width: 500px;
  margin-top: 15px;
}

.footer-gray-bg .row > div:nth-child(4) .h3:nth-child(4) {
  padding-bottom: 0px;
}

.rightbannercontent img {
  width: 100%;
  max-width: 432px;
}

.form-group {
  width: 100%;
  margin-bottom: 20px;
}

.innerpagebg {
  background: #f2f2ff;
}

.login-form {
  background: #ffffff;
  margin: 0px auto;
  padding: 25px 25px;
  max-width: 455px;
  border-radius: 11px;
  width: 100%;
  box-shadow: 0px 0px 11px 0px #08264a1c;
}

.login-form .form-control {
  background-color: #ffffff;
  color: #262626;
  font-size: 14px;
  font-weight: 400;
  height: 46px;
  border: 0px !important;
}

.login-form .input-group-append {
  height: 50px;
  border-right: 0px;
  background-color: transparent;
}

.login-form .input-group-text {
  background-color: #ffffff;
  border-left: 0px;
  border-color: #b7b7b7;
}

.form-logo .logo {
  max-width: 229px;
}

a.t-blue,
a.t-blue:active,
a.t-blue:focus,
a.t-blue:hover {
  color: #00affe;
  text-decoration: none;
  font-weight: 600;
}

.login-form .heading-title {
  font-size: 26px;
  font-weight: 700;
  text-transform: none;
  padding-bottom: 26px;
  line-height: normal;
}

.btnsnfg h5 {
  font-size: 15px;
  font-weight: 500;
  color: #08264a;
}

.formbox .btn {
}

.btnsnfg {
  margin-top: 22px;
  text-align: center;
}

.formlogo {
  width: 100%;
  max-width: 108px;
  padding-bottom: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.rightboxlogo h4 {
  font-size: 23px;
  color: #08264a;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
  padding-right: 34px;
}

.usericon i {
  font-size: 29px;
  width: 70px;
  height: 70px;
  border: 1px dashed #ccc;
  border-radius: 50px;
  padding: 10px;
  text-align: center;
  padding-top: 18px;
  color: #bdbdbd;
  position: relative;
  background: #fff;
}

.usericon {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 425px;
  margin: 0px auto;
  margin-bottom: 11px;
}

.usericon::before {
  content: "";
  position: absolute;
  left: 0px;
  border-top: 1px dashed #ccc;
  width: 100%;
  height: 100%;
  top: 33px;
}

.backbtn {
  width: 100%;
  max-width: 760px;
  margin: 0px auto;
  margin-top: 18px;
}

.backbtn a,
.backbtn a:hover,
.backbtn a:focus,
.backbtn a:active {
  font-size: 16px;
  color: #f69222;
}

.rightboxlogo .content {
  color: #ffffff;
  line-height: 27px;
}

.regbox .formbox {
  max-width: 90%;
}

.para-content {
  font-size: 13px;
  font-weight: 600;
  color: #5f5f5f;
  margin: 0px;
}

.teammemberbox,
.advisorbox {
  width: 100%;
  display: inline-block;
}

.regbox .heading-title {
  font-size: 34px;
}

.appi {
  padding-bottom: 20px;
  display: flex;
}

.appi > div {
  padding: 2px 5px;
}

.app-img img {
  width: 100%;
  max-width: 143px;
}

.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;
}

.leftboxcolorb .x-line-center {
  margin-bottom: 11px;
  margin-top: 4px;
}

.formcontentbox .btn {
  margin-top: 16px;
  width: 100%;
  text-transform: capitalize !important;
}

.exchange img {
  width: 100%;
  max-width: 409px;
}

.regbox .formbox {
  width: 100%;
}

.signpara {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 24px;
  margin-top: 8px;
}

.formcontentbox img {
  width: 100%;
  max-width: 37px;
}

.icon {
  border: 0px;
  background: none;
  padding: 0px;
}

.rightboxlogo {
}

.login-form .input-group-text i {
  color: #242424;
  font-size: 14px;
  padding: 0px 5px;
}

@media (max-width: 767px) {
  .formbox {
    display: block;
    width: 100%;
    min-height: inherit;
    max-width: 497px;
  }

  .formbox > div:first-child::before {
    background-size: contain;
  }

  .formbox > div {
    display: block;
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .regbox .formbox {
    max-width: 100%;
  }

  .login-form {
  }
}

@media (max-width: 940px) {
  .signpara {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 27px;
  }

  .formbox > div:first-child::before {
  }
}

.headbg .btn {
  border-radius: 5px;
  border: 1px solid #00affe;
  color: #fff;
  padding: 10px 22px !important;
  font-weight: 700;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}

.headbtn,
.headbtn:hover,
.headbtn:focus,
.headbtn:active {
  background: #00affe;
  border: 1px solid #00affe;
  color: #fff !important;
}

.yellowbtn {
  border-radius: 50px;
  border: 1px solid #00affe;
  color: #ffffff;
  padding: 8px 19px !important;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
  background: none;
}

.chooseusboxt {
  border: 1px solid #e2e2e2;
  border-radius: 15px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: all 0.2s;
  padding: 25px 28px;
}

.chooseusboxt:hover {
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
}

.abouth {
  padding: 13px 0px;
  color: #000;
}

.aboutusbg {
  background-image: url(../images/aboutus-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.abouticon img,
.abouticon svg {
  width: 100%;
  max-width: 300px;
  animation: zoominoutsinglefeaturedCustomer 3s infinite;
  -webkit-animation: zoominoutsinglefeaturedCustomer 3s infinite;
}

.abouticon {
  text-align: center;
}

.stepicon img {
  width: 100%;
  max-width: 350px;
}

.swiper-container {
  text-align: center;
  margin: 15px 0px;
}

.subscibefrm .form-group {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.foot-list {
  padding-left: 0;
  width: 100%;
  margin-bottom: 0px;
}

.foot-list li a {
  color: #fafafa;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.nav-tabs .nav-link.active {
}

.nav-tabs {
  background: #ffffff;
  border-bottom: 4px solid #ffb11a;
}

.nav-tabs .nav-link {
  border-radius: 25px 25px 0px 0px;
}

.nav-tabs .nav-link:hover {
  background-color: #ffb11a;
  border-color: transparent;
  border-radius: 25px 25px 1px 0px;
}

.nav-tabs .nav-link {
  background: #ffffff;
  border-width: 0 0 2px;
  border-radius: 25px 25px 0px 0px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0px 2px;
  padding: 14px 25px 11px;
  margin-top: 5px;
}

.howitbox img {
  width: 100%;
  max-width: 47px;
  transition: all 1s;
}

.total:hover img {
  transform: rotateY(360deg);
}

.howitbox {
  text-align: center;
  padding-top: 30px;
}

.howitlinebox {
  position: relative;
}

.total {
  display: table;
  padding: 19px 0px;
}

.road {
  padding: 0px 14px;
}

.road-p {
  margin-bottom: 49px !important;
}

.total > div {
  display: table-cell;
  vertical-align: top;
  float: none;
}

.total > div:first-child {
  width: 80px;
}

@media (max-width: 1185px) {
  .homebannerbg .h1 {
    font-size: 23px;
    line-height: 36px;
  }

  .homebannerbg .bluebtn {
    font-size: 17px;
    padding: 10px 20px;
  }

  .homebannerbg .t-orange {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .stepsbanner {
    order: 2;
  }

  .mobileapp {
    text-align: center;
  }

  .stepsboxb {
    order: 1;
  }

  .banner-btn.text-left.mt-4 {
    text-align: center;
  }

  .playstoreicon {
    text-align: center;
  }

  .heading-title {
    text-align: center;
    font-size: 28px;
  }

  .features .row > div:first-child .content {
    margin-top: 10px;
  }

  .stepbg .table-content > div {
    display: block;
    padding: 0px;
    width: 100%;
    max-width: 100%;
  }

  .aboutusbg .table-content > div {
    display: block;
    padding: 0px;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .headbg {
    background-color: #11118b;
    box-shadow: 0px 10px 32px rgb(0 0 0 / 10%);
  }

  .aboutusbg .table-content {
    display: grid;
    width: 100%;
    max-width: 100%;
  }

  .aboutusbg .content {
    text-align: center;
  }

  .stepsboxb > div:last-child {
    margin-bottom: 0;
    text-align: center;
  }

  .abouticon img {
    width: 100%;
    max-width: 247px;
    margin-top: 1px;
  }

  .road {
    text-align: left;
  }

  .howitworksbg .content {
    text-align: center;
  }
}

@media (max-width: 800px) {
  .homebannerbg .h1 {
    font-size: 19px;
    line-height: 35px;
  }

  .homebannerbg .bluebtn {
    padding: 6px 18px !important;
    font-size: 15px !important;
  }

  .mobileappicon img {
    max-width: 400px;
  }

  .homebannerbg {
    padding-top: 10vh;
  }

  .homebannerbg .coin {
    left: 100px;
    max-width: 180px;
    padding: 20px 18px;
  }

  .homebannerbg .banner-img {
    left: 35px;
  }

  .features .featureflex > div {
    margin: 15px 0px;
  }
}

@media (max-width: 767px) {
  section {
    padding: 30px 0px;
  }

  .headermenu .btn {
    width: 100%;
    max-width: 120px;
    text-align: center !important;
    margin-top: 5px !important;
  }

  .headbg {
    background-color: #11118b;
    box-shadow: 0px 10px 32px rgba(0, 0, 0, 0.1);
    position: fixed;
  }

  .navbar-dark .navbar-toggler {
    color: #00affe;
    border: 1px solid #00affe;
    padding: 2px 8px;
  }

  .navbar-dark .navbar-toggler-icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* .mobileappicon img,
  .mobileappicon svg {
    max-width: 400px;
  } */

  .chooseusflex > div,
  .supportflex > div {
    margin: 0px auto;
    width: 100%;
    max-width: 100%;
    float: none;
  }

  .subscibefrm .form-group {
  }
}

@media (max-width: 475px) {
  .nav-tabs .nav-link {
    font-size: 13px;
    padding: 14px 25px 11px;
  }

  .heading-title {
    font-size: 21px !important;
    line-height: 33px;
  }
  .coversionpage .heading-title {
    font-size: 17px !important;
  }
}

@media (max-width: 400px) {
  .homebannerbg .coin {
    left: 0px !important;
  }

  .homebannerbg {
    padding-top: 14vh;
  }
}

.g-recaptcha > div {
  width: 100% !important;
  max-width: 300px;
  margin: 0px auto;
  margin-top: 7px;
}

.rightboxlogo {
  margin: 0px 0px;
}

.form-outline .form-control ~ .form-notch,
.form-outline .form-control.form-control-lg ~ .form-label {
  z-index: 9;
}

.fullbox {
  margin: 0px auto;
  padding: 0;
  border-radius: 0px;
  overflow: hidden;
  min-height: 315px;
  width: 100%;
}

.login-form .input-group-text {
  color: #262626;
  margin: 0px !important;
  border-left: 1px solid #cac8c8 !important;
  font-size: 14px !important;
}

.login-form .input-group-text i {
  font-size: 13px;
}

.form-outline .form-control ~ .form-notch div {
  outline: none;
  box-shadow: none;
  border-color: #cac8c8;
}

.form-control.form-control-lg {
}

.form-outline {
  border-bottom: 0px;
}

.form-bg {
  padding-top: 100px;
}

.login-form label {
  font-size: 14px;
  color: #242424 !important;
  font-weight: 500;
}

@media (max-width: 991px) {
  .rightbannercontent img {
    margin-top: 24px;
  }
}

@media (max-width: 500px) {
  .ieo-flex > div {
    margin: 0;
    text-align: center;
  }
  .ieo-flex {
    display: block !important;
  }
  .ieo-flex > div:last-child {
    text-align: center !important;
  }
  .homebannerbg .h1,
  .homebannerbg .t-orange {
    font-size: 19px;
    line-height: 30px;
  }

  .coinicon,
  .coinlisticon {
    width: 26px;
  }

  .coinlistbg tr td:first-child {
    font-size: 15px;
  }

  .footlistbg img {
    max-width: 190px;
  }

  .formlogo {
    max-width: 175px;
  }

  .homebannerbg img {
    max-width: 320px;
  }

  .homebannerbg .banner-img {
    left: 28px;
  }
}

.text-danger,
.text-success {
  color: #f93154 !important;
  font-size: 13px;
}

.alert .close {
  float: right;
  color: #000;
  opacity: 1;
}

.leftbannercontent {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.innerpagebg .headbg,
.innerbg .headbg {
  background: #11118b;
  padding: 15px 0px;
}

.innerpagebg .headermenu .headbg .navbar-nav li a {
  color: #fff;
}

.logolight {
  display: none;
}

.innerpagebg .logo {
}

.innerpagebg .logolight {
  display: none;
}

@keyframes zoominoutsinglefeaturedCustomer {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  to {
    transform: scale(1);
  }
}

.loginlefticon {
  width: 100%;
  max-width: 400px;
  margin-top: 24px;
  animation: zoominoutsinglefeaturedCustomer 2s infinite;
  -webkit-animation: zoominoutsinglefeaturedCustomer 2s infinite;
}

.form-outline .form-control.form-control-lg.active ~ .form-label,
.form-outline .form-control.form-control-lg:focus ~ .form-label {
  color: #000 !important;
}

.coinsli {
  display: flex;
}

.linenews {
  background: #fff;
  display: flex;
  height: auto;
  width: 100%;
  margin: 0px 8px;
  padding: 11px 11px;
  text-align: center;
  border-radius: 50px;
  background-image: linear-gradient(90deg, #00affe, #11118b);
}

.linenews:hover {
}

.coin2 {
  width: 35px;
}

.linenews img {
  width: 44px;
  margin-top: 7px;
}

.coinsdetails {
  padding-top: 0px;
  margin-top: -68px;
  position: relative;
}

.linenews h6 {
  font-size: 12px;
  margin: 0px;
  color: #ffff;
}

.linenews h4 {
  font-size: 14px;
  margin: 1px 0px;
  font-weight: 600;
  color: #fff;
}

.linenews .green {
  background: #1fc52a;
  border-radius: 25px;
  font-size: 11px;
  padding: 3px 8px;
  color: #ffffff;
}

.leftchoose .coins1 {
  position: absolute;
  left: 0px;
  top: -22px;
  background: #00affe;
  border-radius: 50px;
  width: 24px;
  height: 24px;
  z-index: 1;
}

.leftchoose {
  position: relative;
}

.coins1 > span {
  position: relative;
  color: #ffff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  left: 0px;
  top: 4px;
  display: block;
}

.mobileapp .heading-title,
.start-trading .heading-title {
  color: #000;
}

.mobileapp .h6 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 15px 0px;
}

.start-trading {
  background: url(../images/start-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.start-trading .content {
  margin-bottom: 20px;
}

.start-trading .tradebox .h5 {
  color: #0a097d;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.start-trading .tradebox p {
  color: #0a097d;
  font-size: 14px;
  font-weight: 500;
}

.start-trading .tradebox {
  background: #fff;
  width: 100%;
  max-width: 250px;
  padding: 26px 35px;
  text-align: center;
  border-radius: 20px;
  margin: 10px 10px;
}

.start-trading .trading {
  display: flex;
  width: 100%;
}

.start-trading .trading .tradebox:last-child {
  position: relative;
  top: 20px;
}

/* .mobileapp .content {
  color: #9eb7e2;
} */

.add {
  padding-top: 50px;
  padding-bottom: 0px;
}

@media (max-width: 991px) {
  .stepbg {
    text-align: center;
  }

  .linenews {
    margin: 30px 0px;
    float: left;
    margin-top: 0px;
    box-shadow: none;
  }

  .linenews:hover {
    box-shadow: none;
  }

  .linenews > div {
  }

  .coinsli {
    display: inline-block;
    width: 100%;
  }

  .coinsdetails {
    padding-top: 40px;
    margin-top: 0px;
  }

  .stepbg .table-content {
    display: grid;
    width: 100%;
    max-width: 100%;
  }

  .stepbg .stepsbanner {
    order: 2;
  }

  .aboutusbg .table-content {
    display: grid;
    width: 100%;
    max-width: 100%;
  }

  .aboutusbg .stepsboxb {
    order: 2;
  }

  .partnersbanner h3 {
    padding: 0px 30px !important;
  }
}

@media (max-width: 767px) {
  img.ad-logo {
    max-width: 153px !important;
  }

  .ieo-ad-banner {
    height: 221px !important;
  }

  .logo {
    width: 100%;
    max-width: 84px;
  }
}

@media (max-width: 623px) {
  .linenews {
    width: 100%;
    margin: 7px 0px;
  }
}

@media (max-width: 350px) {
  .linenews {
    margin: 24px 0px;
    width: 100%;
  }
  .chartprice {
    height: 134px !important;
  }
}

.road h4 {
  color: #0bbdc7;
  font-size: 23px;
}

.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,
.owl-carousel .owl-wrapper {
  -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 img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -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-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-nav {
  position: relative;
  top: -58px;
  width: 94%;
  text-align: left;
  margin: 0px auto;
}

button.owl-next {
  right: 0;
  float: right;
}

h1.l-f.text-uppercase.text-center {
  margin: 50px 0px;
}

.owl-nav span {
  border: 1px solid #d3d3d3;
  border-radius: 61px;
  padding: 11px 15px;
  margin-top: 0px;
  color: #d3d3d3;
}

.owl-dots {
  display: none;
}

.bounceup {
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

.howitlinebox > div .bounceup {
  animation-duration: 2s;
  animation-name: bounce-1;
  animation-delay: 0.5s;
}

@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0);
  }
}

.partners img {
  width: 100%;
  margin: 0px auto;
  border-radius: 10px;
}

.zoominanimateb > g {
  animation: zoominoutsinglefeaturedCustomer 2s infinite;
  -webkit-animation: zoominoutsinglefeaturedCustomer 2s infinite;
  transform-box: fill-box;
  transform-origin: center;
  animation-duration: 2s;
}

.mobileappicon svg {
  width: 100%;
  max-width: 593px;
  height: auto;
}

.partnersbanner .container {
  width: 100%;
  max-width: 100%;
}

.partnersbanner {
  padding: 0px;
}

.subscibe .form-control:focus {
  outline: none;
  box-shadow: none;
}

.partnersbanner h3 {
  padding: 0px 130px;
}

.featureflex {
  display: inline-block;
  position: relative;
}

/* .featureboxt:hover {
  background: #eaeaff;
} */

.choosefbox > div {
  display: table-cell;
  vertical-align: top;
  float: none;
}

.featureflex > div {
  padding: 30px 16px;
  padding-top: 0px;
  overflow: hidden;
  width: 100%;
}

.featureboxt {
  border: 0px;
  border-radius: 15px;
  margin: 0px 5px;
  position: relative;
}

.featureboxt img {
  width: 100%;
  max-width: 45px;
  transition: all 1s;
}
.featureboxt:hover img {
  transform: rotateY(360deg);
}

/* .featureboxt .choosefbox>div>div{
  background: #0A097D;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
} */

.featureboxt .choosefbox > div:first-child {
}

/* .featureboxt .choosefbox>div:first-child{
  background: #fff;
} */

.featureboxt .content {
  color: #282838;
  font-size: 15px;
}

.featureboxt .h4 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 21px;
  color: #11118b;
  padding-top: 10px !important;
  margin-bottom: 8px;
}

.featureboxt p {
}

.aboutusbg p,
.aboutusbg {
  color: #fff;
  font-size: 15px;
  line-height: 34px;
}

.subcirc {
  width: 82px;
  height: 82px;
  background: #e4f2ff;
  border-radius: 50px;
  padding-top: 24px;
  text-align: center;
  margin: 10px auto;
  margin-top: 0px;
  animation: zoominoutsinglefeaturedCustomer 2s infinite;
  -webkit-animation: zoominoutsinglefeaturedCustomer 2s infinite;
}

.subcribehead h2 {
  text-align: left;
}

.subcribehead p {
  text-align: left;
}

.linlist {
  text-align: left;
  padding: 0px 5px;
}

.linlist p {
  margin: 0px;
}

.linenews .red {
  background: #c82d2d;
  border-radius: 25px;
  font-size: 11px;
  padding: 3px 8px;
  color: #ffffff;
}

@media (max-width: 991px) {
  .featureflex {
    display: inline-block;
    width: 100%;
  }

  /* .featureflex > div {
    margin: 0px 0px;
    width: 50%;
    float: right;
    background: none;
    box-shadow: none;
    padding: 10px;
  } */

  /* .choosefbox {
    background: #fff;
    box-shadow: 0px 0px 0px 0px #ccc;
    overflow: hidden;
    border-radius: 10px;
    padding: 15px;
    padding-top: 0px;
  } */
}

@media (max-width: 767px) {
  .featureflex > div {
    margin: 0px auto;
    width: 100%;
    max-width: 100%;
    float: none;
  }
}

.form-bg .heading-title {
  text-transform: uppercase;
}

.pricecont {
  width: 100%;
  max-width: 100% !important;
}
.panelcontentbox {
  background: #fff;
  box-shadow: 0px 0px 11px 0px #08264a1c;
  position: relative;
  border-radius: 11px;
}
.marketpriceflex {
  display: flex;
}
.marketpriceflex > div {
  padding: 15px 15px;
  color: #545454;
  margin: 13px 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 {
  width: 100px;
  text-align: right;
}
.marketpricebox .h5 {
  font-size: 15px;
  font-weight: 600;
  color: #11118b;
}
.marketpricebox .h4 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 18px;
}
.marketpricebox .h4 .smllspan {
  font-size: 13px;
  color: #5d5d5d;
  font-weight: 600;
}
.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;
}
.innersecrbox {
  position: absolute;
  top: 9px;
  right: 12px;
}

.tabbanner li a {
  border-radius: 0px !important;
  color: #000;
  border: 1px solid #4d5465 !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  padding: 6px 16px;
}

.siteformbg .form-control {
  font-size: 13px;
  height: 33px;
  background: #ffffff;
  border: 1px solid #d6d8dc;
  color: #000;
  border-radius: 0px;
  font-weight: 400;
}
.siteformbg .input-group-text {
  height: 35px;
  background: #ffffff;
  border: 1px solid #d6d8dc;
  color: #000;
  font-size: 12px;
  border-radius: 0px;
}
.headbg .container,
.sitecontainer,
.footerbottombg .container,
.container {
  width: 100%;
  max-width: 90%;
}
.sitetable tbody tr td > div {
  width: 117px;
  word-break: break-word;
}
.innerpagecontent {
  padding-top: 30px;
}
.heading-box {
  padding: 16px 16px;
  font-size: 17px;
  margin: 0px;
  font-weight: 500;
  color: #11118b;
}
@media (max-width: 991px) {
  .marketpriceflex {
    display: inline-block;
    width: 100%;
  }
  .marketpriceflex > div {
    margin: 5px 0px;
    width: 50%;
    float: left;
    background: none;
    border-radius: 0px;
    padding: 0px 5px;
    box-shadow: none;
  }
  .marketpricebox {
    background: #fff;
    padding: 15px 15px;
    border-radius: 7px;
    box-shadow: 0px 0px 14px #06062d36;
  }
}
@media (max-width: 767px) {
  .innerpagecontent {
    padding-top: 42px;
  }
}
@media (max-width: 600px) {
  .marketpriceflex > div {
    width: 100%;
    padding: 0px;
  }
}
.innerbg .headbg {
  background: #11118f;
}
.innerpagecontent {
  padding-top: 87px;
}
.downbg .mobilecodeview,
.bottomheader-menu {
  display: none;
}
textarea {
  height: auto !important;
}
.innerbg {
  background: #f2f2ff;
}
.downbg .gray-bg {
  padding-top: 0px;
}

.launchmodal img {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: 0px auto;
}
.launchmodal .close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  background: #00affe;
  text-align: center;
  z-index: 9;
  color: #fff;
  opacity: 1;
  border-radius: 50px;
  line-height: 23px;
}
.launchmodal .modal-body {
  padding: 10px;
}
.launchmodal .modal-header {
  border-bottom: 0px;
  padding: 0px;
}
.launchmodal .modal-dialog {
  max-width: 460px;
}
.launchmodal .close > span {
  position: relative;
  top: -3px;
}
.modal-open,
.modal {
  padding: 0px !important;
}
@media (max-width: 767px) {
  .downbg .bottomheader-menu {
    display: block;
    position: fixed;
    background: #030356;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 99;
  }
  .downbg .bottommenulist {
    padding-left: 0px;
    display: flex;
    margin-bottom: 0px;
  }
  .downbg .bottommenulist li {
    float: left;
    list-style: none;
    width: 100%;
    display: inline-block;
  }
  .downbg .bottommenulist li a {
    color: #b2b2e1;
    padding: 11px 10px;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    border-right: 1px solid #13137a;
    height: 100%;
  }
  .downbg .bottommenulist li a:hover,
  .downbg .bottommenulist li a:focus,
  .downbg .bottommenulist li a:active {
    color: #fff;
  }
  .downbg .menuttitle {
    width: 100%;
    display: block;
  }
  .downbg .bottommenulist li a.active {
    color: #4ec8ff;
  }
  .downbg .activeshow {
    display: none;
  }
  .downbg .bottommenulist li.active .activeshow {
    display: block;
  }
  .downbg .bottommenulist li.active .normalshow {
    display: none;
  }
  .downbg .footerbottombg {
    display: none;
  }
  /* .headermenu .navbar-toggler-icon i {
    font-size: 24px;
  } */
  .downbg {
    padding-bottom: 56px !important;
  }
  .ieo-social {
    display: block !important;
  }
  .ieo-social > div {
    margin: 3px 0px;
    text-align: center;
    width: 100% !important;
  }
  .ieo-social .sociallist {
    float: none !important;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 550px) {
  .downbg .bottommenulist li a {
    font-size: 12px;
    padding: 11px 5px;
  }
  .feepage ul.tabbanner li {
    width: 100%;
    margin-bottom: 10px;
    padding: 0px;
  }
  .feepage ul.tabbanner {
    padding: 20px;
    margin: 0px;
  }
  .launchmodal .close {
    right: -5px;
  }

  .intl-tel-input ul.country-list {
    width: 260px !important;
  }
}

@media (max-width: 576px) {
  .playstoreicon img {
    max-width: 100px !important;
  }
  .login-form .phonetab .row > div:first-child {
    padding-right: 10px !important;
  }

  .login-form .phonetab .row > div:last-child {
    /* width: 100%; */
    padding-left: 11px !important;
  }
  .footerbottombg .footer-gray-bg .playstoreicon {
    display: block;
    margin-bottom: 10px !important;
  }
  .footerbottombg .footer-gray-bg .playstoreicon img {
    filter: invert(1);
  }
}

@media (max-width: 400px) {
  .login-form .phonetab .row {
    justify-content: center;
  }
}

.login-form .phonetab .form-control {
  border: 1px solid #d3d3d4 !important;
  border-radius: 5px !important;
  padding-top: 0px;
}
.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;
  padding-right: 3px;
  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: 500;
  color: #242424;
}

.accordion .card {
  border: 0px;
  border-radius: 6px;
  margin-bottom: 0px;
  background: #ffff;
  margin-bottom: 13px;
  overflow: hidden;
}

.accordion .card-header {
  padding: 0;
  border: none;
  border-radius: 3px;
  background: none;
  margin-bottom: 0px !important;
}

.accordion .panel-title a {
  display: block;
  padding: 15px 18px;
  background: none;
  font-size: 16px;
  font-weight: 600;
  border: 0px;
  position: relative;
  transition: all 0.5s ease 0s;
  line-height: 24px;
  color: #00affe;
}

.accordion .panel-title a,
.accordion .panel-title a:hover,
.accordion .panel-title a:focus,
.accordion .panel-title a:active {
  background: none;
  text-decoration: none;
}

.accordion .panel-title a.collapsed {
  box-shadow: none;
  color: #11118f;
}

.accordion .panel-title a:before,
.accordion .panel-title a.collapsed:before {
  content: "\f068";
  font-family: "FontAwesome";
  width: 25px;
  height: 25px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #00affe;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 10px;
  transition: all 0.3s ease 0s;
}

.accordion .panel-title a.collapsed:before {
  color: #959595;
  content: "\f067";
}

.accordion .card-header h5 {
  border-bottom: 0px;
  margin-bottom: 0px !important;
}

.accordion .card-body {
  padding: 19px 20px;
  margin-top: 0px;
  font-size: 15px;
  color: #43437a;
  line-height: 33px !important;
  border: 0px;
  background: #ffffff;
  line-height: 35px;
  font-weight: 400;
  border-top: 1px solid #e4e4e4;
}

.accordion .panel-title a > div {
  width: 100%;
  max-width: 90%;
}

.morecontent span {
  display: none;
}
.morelink,
.aboutlink {
  display: inline-block;
  color: #00affe;
  padding: 7px 14px;
  background: none;
  border-radius: 9px;
  line-height: 24px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
.morelink:hover,
.aboutlink:hover {
  color: #00affe;
}
.mobileapp .tblue {
  color: #59c6f7 !important;
}
.contact-link h3.h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #11118b;
  margin: 0;
}
.contact-link {
  padding: 20px;
  border-radius: 20px;
}
.link-box {
  border-radius: 20px;
  padding: 10px;
  width: 100%;
}
.contact-link a.link-contact {
  text-decoration: underline;
  font-size: 14px;
  color: #0012ff;
}
.contact-link .heading-title {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px dashed #bdbdbd;
}
.contactfrm {
  background: none;
  box-shadow: none;
}
.contact-bg {
  margin: 0 auto;
  width: 100%;
  max-width: 1172px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 11px 0px #08264a1c;
}
.contact-bg > div:first-child {
  border-right: 1px solid #e6e6ff;
}
@media (max-width: 991px) {
  .contact-bg > div:first-child {
    border-right: 0;
    border-bottom: 1px solid #e6e6ff;
  }
  .contact-link {
    text-align: center;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 600px) {
  .innerbg .contact-bg {
    max-width: 100%;
  }

  .homebannerbg .coin {
    left: 10px;
  }
}

/* .tickpage {
	background-color: #000721;
	padding: 13px 0px;
  } */

.chartprice {
  overflow: hidden;
  position: relative;
  height: 114px;
}

.chartprice .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.charts li {
  list-style: none;
  float: left;
  padding: 20px 10px;
}

/* .live-table img {
    width: 35px;
    } */

.live-table {
  padding: 10px 15px;
  padding-right: 50px;
}

/* .live-table::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 9px;
    border-right: 1px solid #a0aeda;
    width: 100%;
    height: 40px;
    } */

.live-table > div {
  display: table-cell;
  vertical-align: middle;
}
.live-table > div:first-child {
  text-align: left;
}
/* .live-table > div:last-child {
    padding-left: 30px;
    } */

/* .live-table > div:first-child {
    width: 45px;
    } */

.live-table .h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.live-table small {
  font-size: 12px;
}

.live-table span {
  color: #a7b6e2;
  font-size: 12px;
}

.live-table .h4 {
  font-size: 14px;
  padding-left: 10px;
  margin: 0;
  line-height: 20px;
}

.tickercontainer {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  min-height: 50px;
}

.tickercontainer .mask {
  position: relative;
  width: 100%;
  overflow: hidden;
}

ul.newsticker {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.newsticker li {
  float: left;
  margin: 0;
  text-align: left;
}

ul.er-controls {
  list-style: none;
  display: inline-block;
  padding: 0;
}

ul.er-controls > li {
  display: inline-block;
  padding: 10px 10px;
  background: #191919;
  margin: 0;
  border-radius: 0;
  font-size: 13px;
}

ul.er-controls > li:hover {
  background: #191919;
  cursor: pointer;
}
.chooseicon {
  width: 110px;
  height: 110px;
  background: #0a097d;
  border-radius: 100px;
  border: 4px solid #fff;
  text-align: center;
  padding-top: 28px;
}
.tradebox,
.homebannerbg .coin {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.tradebox:hover,
.homebannerbg .coin:hover {
  -webkit-transform: translateY(-4px) scale(1.02);
  -moz-transform: translateY(-4px) scale(1.02);
  -ms-transform: translateY(-4px) scale(1.02);
  -o-transform: translateY(-4px) scale(1.02);
  transform: translateY(-4px) scale(1.02);
  -webkit-box-shadow: 0 14px 24px #0a097d40;
  box-shadow: 0 14px 24px #0a097d40;
}
.custcheckbox span {
  padding-left: 10px;
  font-size: 14px;
}

.innerpagecontent p {
  line-height: 28px;
  margin-bottom: 13px;
  font-size: 15px;
}
.innerpagecontent h1 {
  font-size: 25px;
}
.innerpagecontent h2 {
  font-size: 23px;
}
.innerpagecontent h3 {
  font-size: 19px;
}
.innerpagecontent p br {
  display: none;
}
.innerpagecontent ul li {
  padding-bottom: 10px;
}

@media (max-width: 630px) {
  .innerpagecontent p {
    line-height: 27px;
    font-size: 15px;
  }

  .innerbg .innerpagecontent p:nth-child(2) strong {
    font-size: 26px;
  }
}

@media (max-width: 475px) {
  .innerpagecontent h1 {
    font-size: 18px;
  }
  .innerpagecontent h2 {
    font-size: 16px;
  }
  .innerpagecontent h3 {
    font-size: 16px;
  }
  .innerbg .innerpagecontent p:nth-child(2) strong {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 400px) {
  .ieo-bg .about-info {
    display: block !important;
    text-align: center;
  }
  .ieo-colon {
    display: none;
  }
}
/* Ieo css start */
.sub-heading {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 8px;
  text-transform: capitalize;
}
.ieo-bg .panelcontentbox {
  padding: 25px;
  margin: 20px 0px;
}
.ieo-flex {
  display: flex;
}
.ieo-flex > div {
  width: 100%;
  margin: 1px 3px;
}
.ieo-ad-content .h5 {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}
.ieo-ad-content .h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  word-break: break-word;
}
.ieo-flex > div:last-child {
  text-align: end;
}
.ieo-ad-banner {
  background: #11118f;
  width: 100%;
  height: 250px;
  display: table;
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  position: relative;
}
.ieo-ad-banner > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.ieo-status {
  position: absolute;
  width: 100%;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  max-width: 120px;
  padding: 4px 10px;
  top: 20px;
  left: 0px;
  background: #ffd402;
  text-transform: capitalize;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.ongoing-bg {
  background: #ffd402;
  color: #333;
}
.completed-bg {
  background: #00a946;
  color: #fff;
}
.up-bg {
  background: #00affe;
  color: #fff;
}

img.ad-logo {
  width: 100%;
  max-width: 183px;
}
.ieo-box hr {
  border: 1px dashed #909090;
  background-color: transparent;
}
.ieo-social .sociallist li a i {
  margin: 0px 5px;
}
.ieo-social .sociallist {
  float: right;
  margin-top: 7px;
}
.ieo-bg .about-info {
  display: flex;
  padding: 9px 0px;
}
.about-info h4.h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #2b2b2b;
  text-transform: capitalize;
}
.ieo-bg .about-order {
  background: #f5f5f5;
  padding: 21px 30px;
  border-radius: 15px;
  border: 1px solid #e1e1e1;
}
.about-info.order-price {
  margin-top: 0px;
  padding: 0px;
}
.about-order .about-info h3.h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.order-price h3 {
  margin: 0px;
}
.ieo-bg .about-box {
  padding: 25px 20px;
  border-radius: 10px;
  border: 1px dashed #cbcbcb;
}
.ieo-bg .ieo-ad-banner:hover {
  box-shadow: 0px 2px 16px #06062d3d;
}
.ieo-apply {
  width: 100%;
  max-width: 755px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 25px 35px !important;
}
.ieo-social {
  display: flex;
}
.ieo-social > div {
  width: 100%;
}

.ieo-social > div:last-child {
  width: 41%;
}
.ieo-bg .about-info > div {
  width: 100%;
}
.ieo-colon {
  float: left;
  font-size: 16px;
  padding-right: 5px;
}
.about-order .bluebtn {
  padding: 6px 40px;
  font-size: 14px;
  margin-bottom: 13px;
}
.ieo-bg .heading-title {
  text-align: center;
}
.ieo-bg .form-control {
  appearance: auto;
  height: 44px;
  border: 1px solid #ccc;
}
.ieo-apply .panelcontentbox {
  padding: 25px 30px;
}
/* IEO end */

.tabrightbox {
  position: absolute;
  right: 0;
  top: 0px;
  margin-top: 1px;
}
.sub-headingbox {
  position: relative;
}
.sub-headingbox .tabrightbox .h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.sub-headingbox .heading-title.text-left {
  text-align: left !important;
}
.about-order label {
  font-weight: 400;
  padding-bottom: 9px;
  font-size: 15px;
}
.infobuybtn p {
  font-size: 14px;
}
.order-price .about-info > div {
  text-align: center;
}
.coversionpage .login-form {
  max-width: 520px;
}
.coversionpage .heading-title {
  font-size: 21px;
  padding-bottom: 0px;
}
.coversionpage h5 {
  font-size: 15px;
  padding-bottom: 10px;
  font-weight: 700;
  color: #00affe;
  padding-top: 11px;
}
.sitescroll {
  max-height: 650px;
}
@media (max-width: 991px) {
  .tabrightbox {
    position: relative;
    right: inherit;
    top: inherit;
    text-align: center;
  }
  .sub-headingbox .heading-title.text-left {
    text-align: center !important;
  }
  .buybtn {
    text-align: center;
  }
}
span.copy {
  margin-left: 5px;
  font-size: 18px;
  color: #11118f;
}
.refer-alert a {
  word-break: break-all;
}

.homebannerbg .banner-btn {
  margin-top: 40px;
}

.homebannerbg .banner-btn a {
  margin-right: 7px;
}

.form-bg .playstoreicon {
  text-align: center;
  margin: 0px 0px 10px;
}

.footer-gray-bg .playstoreicon {
  margin-bottom: 35px;
  text-align: center;
  /* display: none; */
}
.app-pagebg .panelcontentbox {
  padding: 20px;
}
.app-trade {
  width: 100%;
  max-width: 353px;
}
.app-pagebg .container {
  width: 100%;
  max-width: 60%;
}
.app-pagebg .container .row {
  padding-bottom: 30px;
}
.app-pagebg .heading-title {
  font-size: 25px;
}
.mobileapp .playstoreicon {
  padding-top: 15px;
}

.app-pagebg .playstoreicon img {
    max-width: 120px !important;
}
