* {
  color: #0d451f;
}
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
  max-width: 1366px;
}
.mil-footer-with-bg .col-xl-3 {
  flex: 0 0 auto;
  width: 20%;
}
h1.mil-display {
  font-size: 90px;
}
h2,
.h2 {
  font-size: 50px;
}
h5,
.h5 {
  font-size: 20px;
}
.h-100 {
  height: 100%;
}
.wt-button-stores {
  display: flex;
  gap: 10px;
}

.wt-button-stores a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 55px;
  text-decoration: none;
}
.mil-text-13 {
  font-size: 13px;
}
.mil-text-14 {
  font-size: 14px;
}
.mil-text-20 {
  font-size: 20px;
}
.mil-text-22 {
  font-size: 22px;
}
.mil-italic {
  font-style: italic;
}
.mil-list-2 li h6 {
  font-weight: 500;
}
.fw-5 {
  font-weight: 500;
}
.mil-list-2 li:after {
  width: 25px;
  height: 25px;
  font-size: 10px;
  top: -1px;
}
.mil-list-2 li {
  padding-left: 40px;
  margin-bottom: 17px;
}
/* .mil-simplify h2 {
  font-size: 35px;
  max-width: 400px;
} */
/* .mw-670 {
  min-width: 670px;
} */
.w-110 {
  width: 110%;
}
.icon-boxes .col-xl-3 {
  padding: 0 20px;
}
.mil-brand {
  filter: grayscale(100%) contrast(0.4);
}
.mil-btn.mil-border-green {
  color: rgb(242, 250, 250);
  border: solid 1px #1ea44a;
  background-color: transparent;
}
.mil-no-border {
  color: rgb(242, 250, 250);
  background-color: transparent;
  border: none;
}
.mil-no-border-black {
  color: rgb(137, 141, 150);
  background-color: transparent;
  border: none;
}
.mil-btn-holder {
  display: flex;
}
@media screen and (max-width: 768px) {
  .icon-boxes .col-xl-3 {
    padding: 0 30px;
  }
  .w-110 {
    width: 100%;
  }
  .h-100 {
    height: unset;
  }
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 20px;
}
.w-100 {
  width: 100%;
}
.mil-experience::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      180deg,
      rgba(30, 164, 74, 0.5) 0%,
      rgba(160, 132, 136, 0.5) 100%
    ),
    url("/img/home-3/5.webp");
  background-size: cover;
  background-position: center;
}
.pricing__table {
  display: flex;
  flex-direction: column;
  margin: 30px 30px 60px 30px;
}
@media (max-width: 991px) {
  .pricing__table {
    flex-direction: row;
    margin: 0 15px 60px 15px;
  }
}
.pricing__table .pt__title {
  display: flex;
}
@media (max-width: 991px) {
  .pricing__table .pt__title {
    flex-direction: column;
    width: 50%;
  }
}
@media (max-width: 639px) {
  .pricing__table .pt__title {
    width: 40%;
  }
}
.pricing__table .pt__title .pt__title__wrap {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: row;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 991px) {
  .pricing__table .pt__title .pt__title__wrap {
    flex-direction: column;
  }
}
.pricing__table .pt__title .pt__title__wrap .pt__row {
  display: flex;
  width: 25%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 15px;
  min-height: 60px;
  font-size: 20px;
  font-weight: 600;
}
.pricing__table .pt__title .pt__title__wrap .pt__row:nth-child(2) {
  background-color: #0d451f;
  padding: 15px 0;
}
.pricing__table .pt__title .pt__title__wrap .pt__row:nth-child(3) {
  background-color: #967444;
}
.pricing__table .pt__title .pt__title__wrap .pt__row:nth-child(4) {
  background-color: #c0c0c0;
}
.pricing__table .pt__title .pt__title__wrap .pt__row:nth-child(5) {
  background-color: #da9100;
}
.pricing__table .pt__title .pt__title__wrap .pt__row:last-child {
  background-color: #ffb829;
}
.pricing__table .pt__title .pt__title__wrap .pt__row h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.5px;
}
.pricing__table .pt__title .pt__title__wrap .pt__row p {
  font-weight: 300;
  font-size: 14px;
}
.pricing__table .pt__title .pt__title__wrap .pt__row .price {
  font-weight: 600;
  font-size: 22px;
}
@media (max-width: 991px) {
  .pricing__table .pt__title .pt__title__wrap .pt__row {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    min-height: 95px;
    border-right: 1px solid rgba(73, 72, 74, 0.1);
    border-bottom: 1px solid rgba(73, 72, 74, 0.1);
  }
  .pricing__table .pt__title .pt__title__wrap .pt__row:first-child {
    border-right: 1px solid rgba(73, 72, 74, 0);
  }
}
@media (max-width: 640px) {
  .pricing__table .pt__title .pt__title__wrap .pt__row {
    padding-left: 0;
    padding-right: 15px;
    font-size: 14px;
  }
}
.pricing__table .pt__option {
  position: relative;
}
@media (max-width: 991px) {
  .pricing__table .pt__option {
    width: 50%;
    flex: 1;
    padding-right: 10px;
  }
}
@media (max-width: 639px) {
  .pricing__table .pt__option {
    width: 60%;
  }
}
.pricing__table .pt__option .pt__option__mobile__nav {
  position: absolute;
  z-index: 1;
  top: 30px;
  bottom: auto;
  left: 50%;
  right: auto;
  display: none;
  justify-content: space-between;
  width: calc(100% + 30px);
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__mobile__nav {
    z-index: 2;
    display: flex;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
  }
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background-color: #1ea44a;
  transition: 0.25s;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:hover {
  background-color: #1ea44a;
}
.pricing__table
  .pt__option
  .pt__option__mobile__nav
  .mobile__nav__btn.swiper-button-disabled {
  background-color: #c0beb6;
  pointer-events: none;
}
.pricing__table
  .pt__option
  .pt__option__mobile__nav
  .mobile__nav__btn:first-child {
  position: relative;
  left: -5px;
}
.pricing__table
  .pt__option
  .pt__option__mobile__nav
  .mobile__nav__btn:last-child {
  position: relative;
  right: 5px;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn svg {
  width: 10px;
  color: #faf7f2;
}
.pricing__table .pt__option .pt__option__slider {
  overflow: visible;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__slider {
    overflow: hidden;
  }
}
.pricing__table .pt__option .pt__option__slider .swiper-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.pricing-section-dark .container {
  max-width: 1625px;
}
.pricing-section-dark
  .pricing__table
  .pt__option
  .pt__option__slider
  .swiper-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  border-radius: 15px 0 15px 15px;
  background: rgb(39, 38, 38);
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__slider .swiper-wrapper {
    flex-direction: row;
  }
}
.pricing__table .pt__option .pt__option__item {
  width: 100%;
  margin-right: 0;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
  display: flex;
  flex-direction: row;
  font-size: 1.375rem;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
    flex-direction: column;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 25%;
  min-height: 60px;
  padding: 0 15px;
  font-size: 16px;
  border-bottom: 1px solid rgba(73, 72, 74, 0.1);
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row {
    width: 100%;
    min-height: 95px;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
  align-items: flex-start;
  text-align: left;
  font-weight: 600;
  color: #0d451f;
}
.pricing-section-dark
  .pricing__table
  .pt__option
  .pt__option__item
  .pt__item
  .pt__row:first-child {
  align-items: flex-start;
  text-align: left;
  font-weight: 600;
  color: #c0c0c0;
  /* color: #0d451f; */
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
    align-items: center;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .pricing__table
    .pt__option
    .pt__option__item
    .pt__item
    .pt__row:nth-child(2) {
    border-left: 0;
    border-right: 0;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row {
  display: inline-flex;
  padding: 20px 15px;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row {
    min-height: 95px;
    padding: 10px 15px;
    align-items: center;
  }
}
.pricing__table
  .pt__option
  .pt__option__item
  .pt__item.selected
  .pt__row:first-child {
  /* border-bottom: 0; */
}
.pricing__table .pt__option .pt__option__item .pt__item.selected a {
  padding: 15px 30px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  background-color: #1ea44a;
  transition: 0.25s;
}
.pricing__table .pt__option .pt__option__item .pt__item.selected a:hover {
  background-color: #1ea44a;
}
@media (max-width: 639px) {
  .pricing__table .pt__option .pt__option__item .pt__item.selected a {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.fa-check {
  color: #1ea44a;
}
.fa-times {
  color: #ff3a44;
}
/* .mil-platforms .mil-breadcrumbs,
.mil-xcritical .mil-breadcrumbs,
.mil-mobile .mil-breadcrumbs {
  border: 1px solid;
  padding: 5px 15px;
  border-radius: 5px;
}
.mil-platforms.mil-banner.mil-banner-inner {
  min-height: 500px;
} */
/* .mil-mobile.mil-banner.mil-banner-inner {
  min-height: 400px;
} */
/* .mil-mobile.mil-banner.mil-banner-inner,
.mil-xcritical.mil-banner.mil-banner-inner {
  min-height: 260px;
} */
.mil-platforms h1,
.mil-xcritical h1,
.mil-mobile h1 {
  font-size: 60px;
}
.mil-mobile-feature h2 {
  font-size: 45px;
}
.mil-input,
textarea {
  background: #1b1717;
  color: #c0c0c0;
}
textarea {
  border: solid 1px rgba(137, 141, 150, 0.2);
}
select option {
  color: #c0c0c0;
  border-radius: 20px;
}
/* turn it off completely */
select:active,
select:hover {
  outline: none;
}

/* make it red instead (with with same width and style) */
.select-options li:hover {
  color: #424242;
  background: #fff;
}
.mil-radio-frame {
  display: flex;
  align-items: center;
}
.mil-radio-frame p {
  padding-left: 20px;
}
.mil-radio input[type="radio"]:checked + label {
  background-color: #1ea44a;
  border-color: #1ea44a;
}
.mil-radio label {
  background-color: #c0c0c0;
  border: 1px solid rgb(196, 196, 196);
  border-radius: 50%;
  cursor: pointer;
  height: 24px;
  width: 24px;
  left: 0;
  position: absolute;
  top: 0;
}
.mil-radio input[type="radio"]:checked + label:after {
  opacity: 1;
}
.mil-radio label:after {
  border: 2px solid rgb(255, 255, 255);
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 12px;
}
.mil-checkbox label {
  background-color: #c0c0c0;
}
.mil-icon-box-contact img {
  filter: grayscale(100%);
  opacity: 0.5;
}
.mil-icon-box-contact.mil-dark-2 {
  padding: 30px 25px;
}
.mil-icon-box-contact img {
  width: 40px;
}
.mil-icon-box-document.mil-dark-2 {
  padding: 40px 25px;
  border-radius: 15px;
}
.mil-icon-box-document.mil-link {
  transition: color 0.3s ease-in-out;
}

.mil-icon-box-document .mil-link:hover {
  color: #1ea44a;
}
.text-end {
  text-align: end;
}
.mil-instruments-icon-box {
  display: flex;
  border-radius: 20px;
  gap: 20px;
  align-items: center;
}
.mil-instruments-icon-box img {
  display: block;
  width: 30px;
}
.mil-instruments-icon-box.mil-dark-2 {
  padding: 30px 30px;
  background-color: rgb(39, 38, 38);
}
.select-wrapper {
  display: block;
  width: 400px;
  margin: 0 auto;
}
.mil-input-dropdown {
  width: 400px;
}
/* Table */
/* .table-container {
  overflow-x: auto;
} */

.traders-section .mil-input {
  background: rgb(39, 38, 38);
  height: 60px;
  width: 100%;
  padding: 0 20px;
  border-radius: 10px;
}

.forex-table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}

.forex-table th,
.forex-table td {
  border: 1px solid rgba(73, 72, 74, 0.2);
  padding: 10px;
  text-align: center;
}
.expiry-dates h2 {
  font-size: 35px;
}
.expiry-dates .forex-table th,
.expiry-dates .forex-table td {
  text-align: start;
}
.expiry-dates .forex-table th:nth-child(2) {
  width: 850px;
}
.forex-table td:first-child {
  font-size: 20px;
  font-weight: 600;
}

.forex-table th {
  background-color: #1ea44a;
  color: white;
}
.forex-table tbody {
  background-color: rgba(137, 141, 150, 0.2);
}
.forex-table thead .mobile-only {
  display: none;
}

/* Expandable row for mobile */
.details {
  display: none;
  background: rgba(73, 72, 74, 0.2);
}

.forex-table .details td:first-child {
  font-size: 18px;
  font-weight: 400;
}

.table-logo img {
  background-color: rgb(242, 250, 250);
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  width: 100%;
  max-width: 50px;
  object-fit: contain;
  padding: 5px;
}
.wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.fall {
  color: #ff3a44;
  position: relative;
}

.fall::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-image: url('data:image/svg+xml,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 1.25C0.5 1.25 2.63316 3.38316 4 4.75C4 4.75 6.13316 2.61683 7.5 1.25" stroke="%23ff3a44" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.rise {
  color: #1ea44a;
  position: relative;
}

.rise::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-image: url('data:image/svg+xml,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 4.75C0.5 4.75 2.63316 2.61684 4 1.25C4 1.25 6.13316 3.38317 7.5 4.75" stroke="%231ea44a" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.bg-dark {
  background-color: rgb(39, 38, 38);
  padding: 50px 0;
  border-radius: 20px;
}
@media (min-width: 601px) {
  .toggle-icon {
    display: none;
  }
}

/* Show details only on mobile */
@media (max-width: 600px) {
  .forex-table {
    width: 100%;
    border-collapse: collapse;
  }

  .forex-table thead .desktop-only {
    display: none;
  }

  .forex-table tbody tr {
    display: flex;
    margin-bottom: 10px;
    padding: 10px;
  }
  .forex-table tbody tr .desktop-only {
    display: none;
  }
  .forex-table thead .mobile-only {
    display: block;
  }
  .forex-table th,
  .forex-table td {
    border: none;
  }

  .forex-table .row-header {
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    padding: 8px;
    font-weight: bold; */
    cursor: pointer;
  }

  .forex-table .details {
    display: none;
    padding: 8px;
  }

  .forex-table .details td {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(73, 72, 74, 0.2);
  }
  .forex-table .details td .holder {
    color: rgb(242, 250, 250);
  }

  .toggle-icon {
    transition: transform 0.3s ease;
    display: inline-block;
    width: 20px;
    height: 10px;
    content: url('data:image/svg+xml,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 1.25C0.5 1.25 2.63316 3.38316 4 4.75C4 4.75 6.13316 2.61683 7.5 1.25" stroke="%23898D96" stroke-linecap="round" stroke-linejoin="round"/></svg>'); /* Default Down Arrow */
  }
  .table-logo img {
    display: none;
  }

  .wrapper {
    justify-content: space-between;
  }
}
