.bg-black
{
  background-color: #000000;
}
.pb-80
{
  padding-bottom: 80px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.theme-text-color {
  color: #F5D914;
}

.our-benefits a {
  color: #F5D914 !important;
  font-weight: bold;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.hero-bannerx {
  padding-top: 57px;
}

/* our-benfit-section-start  */
.our-benefits .container {
  /* max-width: 1200px; */
  margin: auto;
}

.our-benefits .highlight {
  color: #ffffff;
}

.our-benefits .card {
  background-color: #000000;
  border-radius: 15px;
  padding: 20px;
  text-align: left;
  margin: 13px;
  position: relative;
  box-shadow: 0px 0px 40px 0px rgb(245 217 20 / 21%);
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid rgb(245 217 20);
}

.our-benefits .card-border-bottom {
  border-bottom: 5px solid;
}

.our-benefits .border-regulated {
  border-bottom-color: #F5D914;
}

.our-benefits .border-global {
  border-bottom-color: #F5D914;
}

.our-benefits .border-turnover {
  border-bottom-color: #F5D914;
}

.our-benefits .card-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.our-benefits .card-subtitle {
  font-size: 14px;
  margin-bottom: 10px;
  color: #50515c;
  font-weight: bold;
}

.our-benefits .card-text {
  color: #ffffff;
  font-size: 16px;
  flex: 1;
}

/* our-benfit-section-end  */
.pb-100 {
  padding-bottom: 100px;
}

.about-page.our-benefits .card-text {
  color: white !important;
}

@media screen and (max-width: 769px) {
  .contact-page .contact-page-bg {
    padding: 10px !important;
  }

  .contact-page .contact-boxs .single-box .icons {
    height: 50px !important;
    width: 89px !important;
    background-color: #e0e3ff;
    text-align: center;
    line-height: 44px !important;
  }
}

.span-green {
  color: #F5D914;
}

/* tab-section-start */
/* tab-section-start */

/* tab-inner-section-start */

.tab-inner-design .gradient-bg {
  background: linear-gradient(135deg, #0d0d2b, #0c1a45);
}

.tab-inner-design h1 {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: start;
}

.tab-inner-design p {
  text-align: start;
}

@media (max-width: 768px) {
  .tab-inner-design h1 {
    font-size: 23px;
  }
}

.tab-inner-design .card {
  border: none;
  border: 1px solid lavender;
  padding: 0;
  margin-right: 20px;
  width: -webkit-fill-available;

}

.tab-inner-design .card-bg {
  background-color: #1a1a3b;
}

.tab-inner-design .card-title {
  font-size: 16px;
  color: #ffffff;
}

.tab-inner-design .card-text {
  color: #ffffff;
}

/* tab-inner-section-end */


.sub-tittle {
  background: linear-gradient(88.9deg, #F5D914 33.43%, #F5D914 103.55%);
  font-size: 13px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.display-1 {
  font-size: 40px;
  font-weight: 700;
  color: #1d1b1b;
  margin-bottom: 10px;
}

.display-2 {
  font-size: 50px;
  font-weight: bold;
}

.mini-title {
  /* font-size:16px; */
  color: #626265;
}

.section-title {
  font-size: 1.25rem;
  color: #00d1ff;
  text-transform: uppercase;
}

.enquiry-sec .container {
  margin: 0 auto;
}

.enquiry-sec .card {
  /* background: #0b1120; */
  /* padding: 20px; */
  border-radius: 10px;
  border: none;
  /* margin-right: 20px; */
}

.enquiry-sec .tabs-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.enquiry-sec .tabs-wrapper::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

#progressbar {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

#progressbar li {
  color: #000000;
  padding: 7px 20px;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 0 25px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  display: inline-block;
}

#progressbar li.active {
  background-color: #F5D914;
  color: rgb(0, 0, 0);
  border: 2px solid #F5D914;
}

.tab-content {
  margin-top: 20px;
}

.tab-content .tab {
  display: none;
}

.tab-content .tab.active {
  display: block;
}

.tab-content h2 {
  font-size: 24px;
  color: #00aaff;
}

/* tab-list-section-start */
.main_text ul li {
  padding: 2px 0px 2px 30px;
  margin-bottom: 5px;
  background-image: url(../img/custom-img/check.svg);
  background-position: left top;
  background-size: 24px;
  background-repeat: no-repeat;
}

.IndexSlider1 .SliderContent .left .main_text ul {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

/* tab-list-section-end */
.info-boxes {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.info-box {
  background-color: #333;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 30%;
}

.info-box h3 {
  font-size: 18px;
  color: #00aaff;
}

.info-box p {
  font-size: 16px;
  color: #bbb;
}

.w-60 {
  width: 60%;
  margin: auto;
}

@media (max-width: 768px) {
  .w-60 {
    width: 100%;
    margin: auto;
  }

  #progressbar li {
    color: #000000;
    padding: 7px 20px;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 1px 2px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    display: inline-block;
  }

  .cta-img {
    height: 250px;
    padding-bottom: 20px;
  }

  .display-1 {
    font-size: 26px;
  }

  .mini-title {
    font-size: 14px;
    color: #212124;
  }

  .tab-inner-design .card {

    margin-right: 0px;
  }

  .tab-inner-design .d-flex {
    display: block !important;
  }

  .info-boxes {
    flex-direction: column;
    align-items: center;
  }

  .enquiry-sec {
    padding: 20px;
  }

  .info-box {
    width: 80%;
    margin-bottom: 20px;
  }

  #progressbar {
    justify-content: flex-start;
  }

  .tab-inner-design .card {
    padding: 0 !important;
  }
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

/* slider-section-end */
/* tab-section-end */



/* call-to-action-section-start */
@media (min-width: 1200px) {

  .uk-grid+.uk-grid,
  .uk-grid>.uk-grid-margin,
  *+.uk-grid-margin {
    margin-top: 40px;
  }
}

.uk-grid+.uk-grid,
.uk-grid>.uk-grid-margin,
*+.uk-grid-margin {
  margin-top: 30px;
}

.in-profit-2 .in-profit-appcard {
  background-color: #f7f6fc;
  border: 2px solid #d5cee0;
  border-radius: 12px;
}

.uk-grid>*> :last-child {
  margin-bottom: 0;
}

.uk-card-default {
  background-color: #f2f3f5;
  color: #666;
  border: 1px solid #e8e8e8;
}

@media (min-width: 1200px) {
  .uk-card-body {
    padding: 40px 40px;
  }
}

.uk-card-body> :last-child,
.uk-card-header> :last-child,
.uk-card-footer> :last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .uk-grid {
    margin-left: -40px;
  }
}

.uk-grid {
  margin-left: -30px;
}

.uk-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.in-profit-2 .in-profit-appcard {
  background-color: #f7f6fc;
  border: 2px solid #d5cee0;
  border-radius: 12px;
}

.uk-grid>*> :last-child {
  margin-bottom: 0;
}

.uk-card-default {
  background-color: #f2f3f5;
  color: #666;
  border: 1px solid #e8e8e8;
}

@media (min-width: 1200px) {
  .uk-card-body {
    padding: 40px 40px;
  }
}

.uk-card-body {
  display: flow-root;
  padding: 0px 30px;
}

.uk-card {
  position: relative;
  box-sizing: border-box;
}

.uk-card-body> :last-child,
.uk-card-header> :last-child,
.uk-card-footer> :last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .uk-grid {
    margin-left: -40px;
  }
}

.uk-grid {
  margin-left: -30px;
}

.uk-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 960px) {
  .uk-child-width-1-2\@m>* {
    width: 50%;
  }
}

[class*=uk-child-width]>* {
  box-sizing: border-box;
  width: 100%;
}

@media (min-width: 1200px) {
  .uk-grid>* {
    padding-left: 40px;
  }
}

.uk-grid>* {
  padding-left: 30px;
}

.uk-flex {
  display: flex;
}

.in-button-app {
  display: flex;
  align-items: center;
  background-color: #2b2a2a;
  font-size: 14px;
  text-transform: capitalize;
  text-align: left;
  line-height: 17px;
  padding: 8px 14px 9px 14px;
  letter-spacing: 0;
  border-radius: 6px;
  color: #fff;
  position: relative;
  z-index: 0.1;
}

.uk-margin-small-right {
  margin-right: 10px !important;
}

.uk-button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 16.2px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  transition: all ease 400ms;
}

.in-button-app {
  display: flex;
  align-items: center;
  background-color: #2b2a2a;
  font-size: 14px;
  text-transform: capitalize;
  text-align: left;
  line-height: 17px;
  padding: 8px 14px 9px 14px;
  letter-spacing: 0;
  border-radius: 6px;
  color: #fff;
  position: relative;
  z-index: 0.1;
}

.in-button-app .wrapper span {
  font-weight: 700;
}

.in-button-app {
  display: flex;
  align-items: center;
  background-color: #2b2a2a;
  font-size: 14px;
  text-transform: capitalize;
  text-align: left;
  line-height: 17px;
  padding: 8px 14px 9px 14px;
  letter-spacing: 0;
  border-radius: 6px;
  color: #fff;
  position: relative;
  z-index: 0.1;
}

.in-button-app i.fa-apple {
  font-size: 24px;
  top: 3px;
}

.in-button-app i {
  font-size: 20px;
  margin-right: 11px;
}

.in-profit-2 .in-profit-appcard.uk-card-body .uk-child-width-1-2\@m div:nth-child(2) {
  padding-left: 0;
  margin-top: -40px;
  margin-bottom: -40px;
}

@media (min-width: 960px) {
  .uk-child-width-1-2\@m>* {
    width: 50%;
  }
}

.in-profit-2 .in-profit-appcard img {
  position: relative;
  right: -40px;
  height: 100%;
}

.uk-grid>*> :last-child {
  margin-bottom: 0;
}

.in-profit-2 .in-profit-appcard {
  background-color: #f7f6fc;
  border: 2px solid #d5cee0;
  border-radius: 12px;
}

/* call-to-action-section-end */

/* cta-section-start */
/* cta-section-start */
.cta-section {
  padding: 53px 46px 53px;
  text-align: start;

}

.outerline-btn {
  padding: 8px 14px;
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #ffffff !important;
  background-color: #005ebd00;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid white;
  margin-top: 20px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-115 {
  padding-top: 115px;
}

.text-btn {
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  color: #005dbd !important;
  font-size: 18px;
  font-weight: 500;
}

.pb-110 {
  padding-bottom: 110px;
}

.pt-110 {
  padding-top: 110px;
}

/* cta-section-end */

/* securit-section-start */
.strength-sec {
  /* background:#F5D9141a; */
  padding: 5.625rem 0;
  position: relative;
  z-index: 0;
}

/* securit-section-end */
.common-hero {
  background-color: #009f00;
}

/* product-section-start */

.product .container {
  padding-top: 50px;
}

.product .list-group-item {
  background-color: #ffffff;
  border: none;
  color: rgb(0, 0, 0);
}

.product .list-group-item span {
  /* content: ""; */
  margin-right: 10px;
  height: 15px;

}

.product .list-group-item span img {

  height: 25px;

}

.product .card {
  position: relative;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  border-radius: 10px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 0px;
  text-align: center;
  color: rgb(0, 0, 0);
  height: 142px;
  margin-bottom: 20px;
  overflow: hidden;
  border: none;
}

.product .card::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #1c2541, #0b132b);
  z-index: -1;
  border-radius: 10px;
  padding: 2px;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.product .card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #F5D914;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.product .card-body {
  position: relative;
  z-index: 1;
}

.product .card h5 {
  font-size: 14px;
}

.product .icon {
  font-size: 30px;
  margin-bottom: 10px;
}

.product .row-cols-2 .col {
  padding: 10px;
}

/* product-section-end */
/* account-section-start */
.account .card {
  width: 300px;
  border-radius: 15px;
  padding: 15px;
  text-align: left;
  color: rgb(14, 14, 14);
  background-image: linear-gradient(rgb(255, 255, 255), rgb(214 255 220));
  position: relative;
  margin: 0px;
  font-size: 14px;
  border: 0px;
  border-top: 5px solid;
}

.account .card.standard {
  border-color: #F5D914;
}

.account .card.pro {
  border-color: #F5D914;
}

.account .card.ecn {
  border-color: #F5D914;
}

.account .icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.account .li-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 0px;
}

.account .heading {
  font-size: 1.4rem;
  font-weight: 600;
}

.account .text-highlight {
  color: #F5D914;
}

.account .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Center align content inside the card */
}

.account .card-footer {
  margin-top: auto;
  /* Push footer to the bottom */
}

.account .container {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.account .text-primary {
  --bs-text-opacity: 1;
  color: #F5D914 !important;
}

/* account-section-end */

.pt-100 {
  padding-top: 100px;
}

/* standard-account-section-start */
.account-card {
  /* background:linear-gradient(143deg, #F5D914, rgb(49 116 76)); */
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 2px solid #F5D914;
  text-align: center;
}

.standard-account .account-card h5 {
  color: #000000;
  font-weight: 600;
}

.standard-account .account-card p {
  color: rgb(0, 0, 0);
}

/* standard-account-section-end */
/* feature-section-start */
.about-trusted .card {
  background: linear-gradient(145deg, #ffffff, #ffffff);
  border-radius: 10px;
  box-shadow: 0px 0px 0px #29a103, 0px 0px 0px #268d05;
  padding: 20px;
  color: #000000;
  border: 2px solid #2cb100;
}

.about-trusted .icon {
  height: 100px;
  /* background-size: cover; */
  /* margin-bottom: 64px; */
}

.about-trusted .shield {
  background-image: url('path-to-your-shield-icon.png');
}

.about-trusted .money {
  background-image: url('path-to-your-money-icon.png');
}

.about-trusted .ecn {
  background-image: url('path-to-your-ecn-icon.png');
}

.about-trusted .leverage {
  background-image: url('path-to-your-leverage-icon.png');
}

/* feature-section-end */

/* customer-services-section-start */
/* .customer-services body {
  background-color: #f8f9fa;
} */

.customer-services .text-primary {
  color: #0d6efd !important;
}

.customer-services .card {
  background: linear-gradient(145deg, #0e1624, #151f33);
  border: none;
  border-radius: 10px;
  height: 132px;
  /* box-shadow: 5px 5px 10px #0c0c0c, -5px -5px 10px #1c1c1c; */
}

.customer-services .icon {
  height: 50px;
  width: 50px;
  background-size: cover;
}

.customer-services p {
  text-align: start;
  margin-bottom: 0;
}

.customer-services .icon-headset {
  background-image: url('path-to-your-headset-icon.png');
}

.customer-services .icon-chart {
  background-image: url('path-to-your-chart-icon.png');
}

.customer-services .icon-wallet {
  background-image: url('path-to-your-wallet-icon.png');
}

.customer-services .icon-news {
  background-image: url('path-to-your-news-icon.png');
}

.customer-services .icon-clock {
  background-image: url('path-to-your-clock-icon.png');
}

.customer-services .icon-shield {
  background-image: url('path-to-your-shield-icon.png');
}


/* customer-services-section-end */
/* banner-section-start */
.hero-area1 .main-heading h1 {
  color: #fff !important;
}

.swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}

/* banner-section-end */

/* banner-below-section-start */
.since2004 {
  display: block;
  padding: 50px 10px;
}

.since2004 div {
  /* display: block; */
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1024px) {
  .since2004 div ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0;
    gap: 15px 0;
  }
}

@media (max-width: 1024px) {
  .since2004 div ul {
    justify-content: center !important;
  }
}

@media (max-width: 1024px) {
  .since2004 div ul li {
    width: 48%;
  }
}

.since2004 div .size-h2,
.since2004 div .trust-pilot-title,
.since2004 div h2 {
  max-width: 650px;
  margin: 0 auto 30px auto;
}

.size-h2,
.trust-pilot-title,
h2 {
  font-size: clamp(34px, 1vh + 2.8vw, 40px);
  font-weight: 600;
  color: #13121b;
}

.since2004 div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 50px 0 70px 0;
  margin: 0;
}

.since2004 div ul li {
  display: block;
}

.since2004 div ul li .size-h4,
.since2004 div ul li h4 {
  color: #F5D914;
  font-size: 2.5em;
  display: block;
  margin: 0;
  font-weight: 700;
}

.since2004 div ul li p {
  padding: 0;
  margin: 0;
}

/* banner-below-section-end */

/* why-choose-use-section-start */
.why-choose {
  display: block;
  /* max-width: 1248px; */
  margin: 0 auto;
  padding: 50px 30px;
  background-color: #000000;
  color: white;
}

.why-choose h2 {
  max-width: 600px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}

.why-choose-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 25px 0;
  margin: 0;
  font-size: 18px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  gap: 35px 0;
}

.why-choose-list li {
  display: block;
  width: 250px;
}

.why-choose-list li .icon {
  margin: 0 auto 20px auto;
}

.why-choose-list li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 10px auto;
  width: 120px;
  height: 120px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-choose-list li .icon img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: auto;
}

.why-choose-list li p {
  min-height: 10px;
  font-size: 15px;
}

@media (max-width: 1024px) {
  .why-choose-list li {
    width: 70%;
    margin: auto;
  }
}

.why-choose-list h6 {
  font-weight: 600;
}

/* why-choose-use-section-end */

/* index-cta-section-start */
@media only screen and (max-width: 768px) {
  .appDownloadMobile {
    display: block !important;
    border-radius: 16px;
    background-color:#000000;
  }
}

.text-editor>.container-fluid {
  overflow: visible;
}

@media only screen and (max-width: 1300px) {
  .appDownload {
    background-position: bottom -10px right 30px, right, right;
  }
}

.appDownload {
  border-radius: 16px;
  background-image: url(../img/custom-img/cta-phone.png), url(../img/custom-img/app-2.png), url(../img/custom-img/app-3.png);
  background-color: rgb(19, 21, 33);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 32%, cover, cover;
  background-position: bottom -10px right 50px, right, right;
}

@media only screen and (max-width: 1300px) {
  .appDownload {
    background-position: bottom -10px right 30px, right, right;
  }
}

@media only screen and (max-width: 768px) {
  .appDownload {
    display: none;
  }
}

@media only screen and (max-width: 1300px) {
  .appDownload .appDownloadText {
    padding: 30px 0 30px 30px;
  }
}

.appDownload .appDownloadText {
  width: 52%;
  padding: 60px 0 60px 60px;
}

@media only screen and (max-width: 768px) {
  .appDownloadText {
    margin-top: -100%;
    padding: 0 15px 35px;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .appDownloadText h2 {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 34px;
  }
}

.appDownloadText h2 {
  font-size: 40px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .appDownloadText>p {
    font-size: 16px;
  }
}

.appDownloadText>p {
  font-size: 18px;
  color: #e3e3e3;
}

@media only screen and (max-width: 768px) {
  .metrics {
    justify-content: center;
    gap: 30px;
  }
}

.metrics {
  display: flex;
  gap: 80px;
  margin: 30px 0;
}

@media only screen and (max-width: 768px) {
  .metrics .metric {
    width: 36%;
  }
}

.metrics .metric {
  width: 30%;
}

.centerTxt {
  text-align: center;
}

.metrics>.metric p:first-child {
  margin: 0;
  /* font-family: 'Gilroy', sans-serif; */
  font-weight: 600;
  font-size: 40px;
  color: #8AB9FF;
}

.metrics>.metric p:first-child picture img {
  width: 25px;
  margin: 0 0 6px 5px;
}

.metrics>.metric p:last-child {
  color: #e3e3e3;
}

@media only screen and (max-width: 768px) {
  .metrics .metric {
    width: 36%;
  }
}

.metrics>.metric p:first-child {
  margin: 0;
  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #8AB9FF;
}

.metrics>.metric p:last-child {
  color: #e3e3e3;
}

@media only screen and (max-width: 768px) {
  .downloadBtns {
    justify-content: center;
  }
}

.downloadBtns {
  display: flex;
  margin-top: 25px;
}

.downloadBtns .appStoreGooglePlay {
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 768px) {
  .downloadBtns .appStoreGooglePlay a:first-child img {
    margin-bottom: 20px;
  }
}

.downloadBtns .appStoreGooglePlay a:first-child img {
  margin-bottom: 20px;
  margin-right: 10px;
}

.downloadBtns .qrCode {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 48%;
  margin-left: 30px;
  background-color: #fff;
  border-radius: 8px;
}

.qrCode>p {
  width: 50%;
  margin: 0;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 600;
}

.qrCode>img {
  width: 35%;
}

.appDownloadMobile {
  display: none;
}

/* index-cta-section-end */

/* inner-breadcrum-section-start */
.breadcrumbs {
  color: rgb(150 150 150);
  min-height: 1.5em;
}

.container-fluid {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.breadcrumbs li:first-child {
  padding: 0;
  background: none;
  flex-shrink: 0;
  min-width: 0;
  margin-top: -2px;
}

.breadcrumbs li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 0 auto;
  flex-shrink: 10;
  min-width: 35px;
  display: inline-block;
  font-size: clamp(16px, 1vh + 0.8vw, 18px);
}

.breadcrumbs a {
  color: inherit;
}

.breadcrumbs a svg {
  display: block;
}

.breadcrumbs li:first-child+li {
  flex-shrink: 10000000;
}

.breadcrumbs li:before {
  content: "";
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
  margin: -2px 10px 0;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs a {
  color: inherit;
}

.breadcrumbs li:last-child,
.breadcrumbs li:nth-child(4):not(:last-child) {
  flex-shrink: 1;
}

.breadcrumbs li:last-child span,
.breadcrumbs li:nth-child(4):not(:last-child) span {
  font-weight: 500;
}

.breadcrumbs li:first-child {
  padding: 0;
  background: none;
  flex-shrink: 0;
  min-width: 0;
  margin-top: -2px;
  display: none;
}

/* inner-breadcrum-section-end */

/* forex-page-section-start */
.center-text .row a.cta {
  padding: 13.5px 40.05px;
  font-size: 18px;
}

.bg-gray {
  background-color: #000000;
}

.hover-border:hover {
  border: 1px solid #F5D914;
}

/* step-section-start */
.step-circle {
  width: 40px;
  height: 40px;
  background-color: #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.active-step {
  background-color: #009f00;
}

.step-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
}

.step-card .card-header {
  background-color: #F5D914;
  color: #ffffff;
  font-weight: bold;
  padding: 15px 0px 15px 10px;
  border-bottom: 0;
  border-radius: 11px 11px 0 0;
  font-size: 16px;
}

.step-card .card-body {
  padding: 20px 0 0 0;
}

.step-card .card-body p {
  margin-bottom: 20px;
  color: #656262;
  font-weight: 500;
}

.step-card .img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* forex-page-section-end */

/* web-trade-section-start */
@media (min-width: 0) {
  .padding-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.page-header p {
  font-size: clamp(16px, 1vh + 0.8vw, 18px);
}

.landing .d-flex,
.page-header .d-flex {
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.page-header .d-flex>div div {
  margin-right: 8px;
}

.landing .d-flex>div span,
.page-header .d-flex>div span {
  font-size: 16px;
  color: rgb(19 18 27);
}

@media (min-width: 1200px) {
  .spacer-xl-50 {
    height: 50px;
  }
}

@media (min-width: 992px) {
  .spacer-lg-30 {
    height: 30px;
  }
}

@media (min-width: 768px) {
  .spacer-md-20 {
    height: 20px;
  }
}

@media (min-width: 576px) {
  .spacer-sm-10 {
    height: 10px;
  }
}

.landing .btn-wrap,
.page-header .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.page-header .page-header-image img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  height: auto;
  width: auto;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-100 {
  padding-top: 100px;
}

.bg-theme-light {
  background-color: #F5D91414;
}

/* web-trade-card-section-start */
@media only screen and (min-width: 768px) {

  .link-row .support-tile,
  .markets-tiles .support-tile {
    padding: 24px;
  }
}

.link-row .support-tile,
.markets-tiles .support-tile {
  text-align: left;
  padding: 15px;
}

@media only screen and (min-width: 992px) {

  .support-header .support-tile,
  .tool-icons .support-tile,
  .link-row .support-tile,
  .markets-tiles .support-tile {
    padding: 40px;
  }
}

.support-header .support-tile,
.tool-icons .support-tile,
.link-row .support-tile,
.markets-tiles .support-tile {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-flow: column;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgb(230, 230, 239);
  background-color: rgb(255 255 255);
}

.support-header .support-tile .support-text,
.tool-icons .support-tile .support-text,
.link-row .support-tile .support-text,
.markets-tiles .support-tile .support-text {
  flex-grow: 1;
}

/* web-trade-card-section-end */

/* web-trade-section-end */

/* pricing-section-start */
.pricing-card {
  background: rgb(0 0 0 / 90%);
  border: 1px solid #F5D914;
  border-radius: 10px;
  box-shadow: none;
  /* height: 553px; */
  /* color: white; */
  margin-bottom: 30px;
}

.pricing-card .card-header {
  background: none;
  border-bottom: none;
  padding: 20px;
  border-radius: 9px;
  position: relative;
}

.pricing-card .card-header h3 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}

.pricing-card .card-body {
  padding: 20px;
}

.pricing-card .card-body p {
  margin-bottom: 10px;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #fff;
  font-size: 15px !important;
}

.pricing-card .card-body strong {
  color: #F5D914;
  font-weight: 500;
  font-size: 15px;
}

.pricing-card .card-footer {
  /* background: #444; */
  border-top: none;
  padding: 20px;
}

.pricing-card .btn.btn-primary {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625rem;
  padding: 10px;
  display: inline-block;
  background-color: #F5D914;
  border: 0.125rem solid #F5D914;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.pricing-card .card-header .popular-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #F5D914;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
}

/* pricing-section-end */

.w-70 {
  width: 70%;
}

@media screen and (max-width: 769px) {
  .w-70 {
    width: 100%;
  }
}

/* payment-section-start */
.payment-methods {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 10px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.payment-methods img {
  height: 30px;
  width: auto;
}
ul.social li a {
  background: #373737b5 !important;
  border-radius: 12% !important;
}

@media (max-width: 768px) {
  .payment-methods {
    padding: 10px;
  }

  .payment-methods img {
    height: 11px;
    margin: 8px;
  }
}

@media (max-width: 480px) {
  .payment-methods {
    padding: 5px;
  }

  .payment-methods img {
    height: 11px;
    margin: 5px;
  }
}
/* payment-section-end */

/* inner-banner-section-start */
/* {
background: black;
color: white;
} */
/* inner-banner-section-end */