@charset "UTF-8";
/*! Tablesaw - v3.1.2 - 2019-03-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2019 Filament Group; Licensed MIT */
/*! Tablesaw - v3.1.2 - 2019-03-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2019 Filament Group; Licensed MIT */
.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}

.tablesaw * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
/* Support note IE9+: @media only all */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack {
    clear: both;
  }
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }
  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block;
    padding: 0 .6em 0 0;
    width: 30%;
  }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }
  .tablesaw-cell-label {
    display: block;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

body,
html {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

a {
  color: #7cb66f;
}

/* HEADER */
#slide {
  overflow: hidden;
}

.sticky-top {
  width: 100%;
}

.navbar {
  background: #fff;
}

.navbar-brand > .navbar-logo {
  width: auto;
}

.navbar-nav .nav-item a {
  color: #333333;
  font-size: 14px;
}

.navbar-nav.static-menu .nav-item {
  padding-top: 5px;
}

.navbar-nav.static-menu .nav-item a {
  margin: 2px 5px;
}

.navbar-light .navbar-nav .nav-link {
  color: #333333;
  font-size: 14px;
}

.navbar-nav .nav-item .signup-btn {
  background: #243d80;
  color: white !important;
  padding: 0.2rem 0.5rem !important;
  text-align: center;
}

.navbar-nav .nav-item .signup-btn::after {
  position: initial !important;
  margin-left: 15px;
}

.navbar-nav .nav-item .text-light {
  color: #9e9e9e !important;
}

.navbar-nav .nav-item .dropdown-btn {
  padding: 0px;
}

.navbar-nav .nav-item .dropdown-btn.dropdown-btn-toggle {
  text-decoration: none;
  padding-right: calc(10px + 0.5em + 0.5em);
}

.navbar-nav .nav-item .dropdown-btn.dropdown-btn-toggle::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  vertical-align: middle;
  display: inline-block;
  font-weight: 900;
  position: absolute;
  right: 15px;
}

.rtl .navbar-nav .nav-item .dropdown-btn.dropdown-btn-toggle {
  padding-right: unset;
  padding-left: calc(10px + 0.7em + 0.7em);
}

.rtl .navbar-nav .nav-item .dropdown-btn.dropdown-btn-toggle::after {
  left: 15px;
  right: unset;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #8aa874;
}

.entry-content ul li,
.entry-content ul.fusion-checklist-1 li.fusion-li-item {
  list-style: disc;
}

.entry-content ul li.fusion-li-item {
  list-style: none;
  float: left;
  margin-bottom: 5px;
  width: 100%;
}

ul li {
  list-style: none;
}

i.fusion-li-icon.fa.fa-file-pdf-o {
  display: block;
  float: left;
}

.fusion-li-item-content {
  float: left;
  display: block;
  margin-left: 5px;
}

.rtl .fusion-li-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.rtl .fusion-li-item-content {
  float: right;
}

.rtl i.fusion-li-icon.fa.fa-check {
  margin-right: 0;
  margin-left: 10px;
}

i.fusion-li-icon.fa.fa-check {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}

.fa-file-pdf-o:before {
  content: url(../img/favicon.png);
}

.button-3d {
  -webkit-box-shadow: inset 0px 1px 0px #fff, 0px 2px 0px #437c38, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #fff, 0px 2px 0px #437c38, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}

#demo-acc {
  -webkit-box-shadow: 1px 1px 5px #888;
  box-shadow: 1px 1px 5px #888;
}

.form-description-header {
  color: #233d80;
  font-size: 25px;
  line-height: 100%;
}

.form-container .form-field {
  border-radius: 2px;
  border: 1px solid;
  border-color: #e6e6e6 !important;
}

.table-1 tr:nth-child(even),
.tkt-slctr-tbl-wrap-dv tr:nth-child(even) {
  background: #f6f6f6;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.form-container .fusion-column-wrapper {
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #f4f4f4;
  border: 1px solid #dddddd;
  padding: 20px;
}

h1,
.fusion-title-size-one {
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  display: table;
  margin: 0 0 31px;
  overflow: hidden;
}

.page header.entry-header {
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  height: auto;
  margin-bottom: 25px;
  clear: both;
  padding: 10px;
  width: 100%;
  display: block;
}

.page h1.entry-title {
  color: #ffffff;
  padding-bottom: 10px;
  line-height: 120%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#breadcrumbs {
  color: white;
  margin-top: 10px;
}

.dropdown-menu {
  padding: 7px 0px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #a0ce4e;
}

/* PAGES */
div.wpcf7 {
  margin: 0;
  background-color: #f4f4f4;
  border: 1px solid #dddddd;
  padding: 20px;
}

#menu-1-related-links {
  padding: 0;
}

#related-link {
  position: relative;
  margin-top: 50px;
}

.menu-1-related-links-container #menu-1-related-links li {
  -webkit-box-shadow: inset 0px 1px 0px #fff, 0px 2px 0px #437c38, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #fff, 0px 2px 0px #437c38, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background: #7cb66f;
  color: #ffffff;
  border-color: #ffffff;
  min-width: 210px;
  border-width: 0 !important;
  margin-bottom: 15px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  padding: 6px 10px;
  cursor: pointer;
  margin-right: 10px;
}

.menu-1-related-links-container #menu-1-related-links li:hover {
  background: #62a830;
}

.menu-1-related-links-container #menu-1-related-links li a {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  width: 160px;
  line-height: 20px;
}

.table-1 {
  margin-bottom: 20px;
  width: 100%;
}

#related-link h3 {
  margin-bottom: 20px;
}

.menu-1-related-links-container .fa:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  border-right: 1px solid #fff;
  padding-right: 5px;
  margin-right: 5px;
  line-height: 20px;
}

#contact-us-emails-tbl td {
  border: none;
  padding: 5px 0px;
}

td {
  border: 1px solid #dcdcdc;
  padding: 10px 20px;
}

th {
  text-align: left;
  border: 1px solid #dcdcdc;
  background: #f6f6f6;
  padding: 20px;
  text-align: left;
}

.entry-content.row .col-6 {
  margin-top: 40px;
}

input.wpcf7-form-control {
  border-color: #d2d2d2;
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  width: 100%;
  font-size: 13px;
  color: #aaa9a9;
  padding: 8px 2%;
  float: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  width: 100%;
}

.lead-form {
  color: white;
}

.lead-form header {
  padding: 1.5rem 0;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

.lead-form p {
  font-weight: 500;
  font-size: 1.25rem;
  text-align: center;
}

.lead-form .form-group {
  font-weight: 600;
  font-size: 16px;
  color: white !important;
}

@media screen and (min-width: 992px) {
  .lead-form .form-group.pl-lg-1 label {
    left: 1rem;
  }
}

.lead-form #lead-submit {
  background-color: #8aa874;
  color: #fff;
}

.lead-form .inv-recaptcha-holder {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lead-checkbox__container .lead-checkbox__control:checked ~ .lead-checkbox__label:before {
  content: "\2713";
}

.lead-checkbox__container .lead-checkbox__label:before {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 5px;
  content: "\00a0";
  text-align: center;
  background: #eee;
  border-radius: 3px;
  font-size: 24px;
  line-height: 0.8;
  color: #000;
  cursor: pointer;
}

.lead-checkbox__container .lead-checkbox__label.error:before {
  border: 1px solid #f63a41;
}

body.rtl .lead-checkbox__container .lead-checkbox__label:before {
  margin-right: 0;
  margin-left: 5px;
}

body.rtl .lead-form__error-message {
  left: 2rem;
  right: unset;
}

body.rtl .lead-form__error-message:before {
  right: 6px;
  left: unset;
}

.form-control.error {
  border: 1px solid #f63a41;
}

.lead-form__error-message {
  position: absolute;
  background: #f63a41;
  right: 2rem;
  padding: 5px;
  border-radius: 3px;
  top: 80%;
  min-width: 10px;
  font-size: 0.8rem;
  z-index: 1;
}

.lead-form__error-message:before {
  content: "\00a0";
  display: block;
  position: absolute;
  top: -5px;
  left: 6px;
  border-top: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #f63a41;
  width: 0;
  height: 0;
}

.radio,
.lead-form a {
  font-weight: 600;
  font-size: 16px;
  color: white !important;
}

input.wpcf7-form-control.wpcf7-submit {
  padding: 9px 20px;
  line-height: 14px;
  font-size: 12px;
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #437c38, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #437c38, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  background: #7cb66f;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#7cb66f));
  background-image: linear-gradient(to top, transparent, #7cb66f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7cb66f', endColorstr='transparent');
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: none;
  width: 120px;
  margin-top: 10px;
}

.page-id-279 div.wpcf7 {
  padding: 20px;
  display: block;
  margin: 0 auto;
  width: 650px;
}

.page-id-283 input.wpcf7-form-control.wpcf7-submit {
  margin-top: 10px;
}

.page-id-283 div.wpcf7 {
  display: block;
  margin: 0 auto;
  width: 650px;
}

.page-id-677 div.wpcf7 {
  margin: 0;
  padding: 0;
  display: block;
  margin: 0 auto;
  width: 650px;
}

.wpcf7-form::after {
  display: block;
  clear: both;
  content: "";
}

.wpcf7 h3 {
  color: #233d80;
}

.wpcf7 textarea {
  overflow: auto;
  width: 100%;
  resize: vertical;
  border-color: #d2d2d2;
}

a.fusion-button {
  background: #7cb66f;
  border-width: 1px;
  color: #ffffff;
  border-color: #ffffff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  background: #7cb66f;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#7cb66f));
  background-image: linear-gradient(to top, transparent, #7cb66f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7cb66f', endColorstr='transparent');
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  width: 200px;
  padding: 10px;
  margin: 30px auto;
  text-align: center;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  color: red;
  font-size: 0.75em;
  display: block;
  text-align: start;
}

div.wpcf7-response-output {
  display: inline-block;
  text-align: center;
  width: 100%;
}

div.wpcf7-response-output.wpcf7-validation-errors {
  border: none;
  color: red;
}

/* #products section */
#products {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}

#products h2 {
  margin-bottom: 35px;
  color: #243d80;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

#products h3 {
  margin-bottom: 5px;
  color: #bfbfbf;
  font-size: 52px;
  font-weight: 400;
  text-align: center;
}

#products h4 {
  margin-bottom: 15px;
  color: #7d7d7d;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

#products .prod2 {
  margin-top: 70px;
}

#products .prod2 .icons {
  margin-bottom: 15px;
  position: relative;
  min-height: 90px;
}

#products .prod2 .icons.immfx-products2-card {
  margin-bottom: 0;
  padding: 14px;
  height: 260px;
}

#products .prod2 .icons.immfx-products2-card .immfx-products2-wrapper {
  background: #F8F8F8;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 31px;
  height: 100%;
}

#products .prod2 img.icon-left {
  margin-right: 0;
  margin-bottom: 0;
}

#products .prod2 .icons > span {
  bottom: 30px;
}

#products .immfx-products2-img {
  width: 112px;
  height: auto;
  display: block;
  margin: 0 auto 16px;
}

#products .immfx-products2-label {
  font-size: 18px;
  line-height: 24.51px;
  letter-spacing: 0.25px;
}

.paralax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.background-bottom {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

#trading-products {
  min-height: 450px;
  position: relative;
  padding: 80px 0px;
}

#trading-products h2 {
  color: #243d80;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 35px;
}

#trading-products .card-deck__row {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

#trading-products .product-card {
  width: 100%;
  padding: 20px 14px;
  text-align: center;
}

#trading-products .product-card .product-item__label {
  color: #212529;
  font-size: 18px;
  font-weight: 600;
  margin-top: 8px;
  text-decoration: none;
  word-break: break-word;
}

#trading-products .product-card a:hover,
#trading-products .product-card a:hover .product-item__label {
  text-decoration: none;
}

#trading-products .product-card .product-item {
  border-radius: 5px;
  vertical-align: middle;
  background-repeat: no-repeat;
  text-align: center;
  width: 100%;
  height: 180px;
  margin: auto;
  position: relative;
  background-size: cover;
}

#trading-products .product-card .product-item:hover {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
}

#trading-products .product-card .product-item p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-size: 18px;
}

#metatrader, #partner-backoffice, #trader-backoffice, #cryptocurrency-exchange {
  min-height: 450px;
  position: relative;
  padding: 80px 0;
}

#partner-backoffice, #trader-backoffice {
  padding: 16px 0 0;
}

#metatrader h2, #partner-backoffice h2, #trader-backoffice h2, #cryptocurrency-exchange h2 {
  color: #243d80;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 35px;
}

#partner-backoffice h2, #trader-backoffice h2 {
  margin-top: 15px;
  margin-bottom: 25px;
}

#metatrader .meta-content, #partner-backoffice .meta-content, #trader-backoffice .meta-content, #cryptocurrency-exchange .meta-content {
  margin: 30px 0px;
}

#metatrader .btn, #partner-backoffice .btn, #trader-backoffice .btn, #cryptocurrency-exchange .btn {
  font-weight: 400;
  color: white;
  text-align: center;
  padding: 10px 20px;
  border-radius: 3px;
  min-width: 200px;
  margin: 20px auto;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}

#metatrader .btn:hover, #partner-backoffice .btn:hover, #trader-backoffice .btn:hover, #cryptocurrency-exchange .btn:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.25);
}

#metatrader img, #partner-backoffice img, #trader-backoffice img, #cryptocurrency-exchange img {
  width: 100%;
}

#backoffice {
  background-color: #DDDDDD;
}

#backoffice .container {
  padding: 100px 0;
}

#backoffice .backoffice__header {
  color: #243D80;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.25px;
}

#backoffice .backoffice__content {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding-top: 32px;
}

#backoffice .backoffice__content > div {
  width: 50%;
}

@media (max-width: 767px) {
  #backoffice .backoffice__content > div {
    width: 100%;
    min-height: 350px;
  }
  #backoffice .backoffice__content > div:not(:last-child) {
    margin-bottom: 16px;
  }
}

#backoffice .backoffice__content  #trader-backoffice,
#backoffice .backoffice__content  #partner-backoffice {
  padding: 0 16px;
}

#accounts {
  position: relative;
  padding: 90px 0;
}

#accounts h2 {
  color: #243d80;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 35px;
}

#accounts h3 {
  color: #243d80;
  font-size: 18px;
  font-weight: 600;
  margin: 20px auto;
}

#accounts .col-3 .rounded {
  padding: 0px 20px;
}

#accounts ul li {
  list-style: none;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #333333;
  font-size: 14px;
}

#accounts .rounded {
  margin-bottom: 20px;
  position: relative;
}

#accounts .rounded a {
  color: #8aa874;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
}

#accounts .rounded img {
  position: absolute;
  right: 10px;
  top: -20px;
}

#accounts ul {
  padding: 0;
}

#accounts p.account_notes {
  font-size: 10px;
  color: #666666;
  margin-top: 18px;
}

#accounts-v2 {
  position: relative;
  padding: 90px 0;
}

#accounts-v2 h2 {
  color: #243d80;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 35px;
}

#accounts-v2 h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.25px;
  color: #243D80;
  margin-bottom: 24px;
}

#accounts-v2 ul {
  padding: 0;
  margin-bottom: 34px;
}
#accounts-v2 .recommended ul {
  margin-bottom: 54px;
}

#accounts-v2 .recommendation {
  border: 1px solid #243D80;
  border-radius: 3px;
  color: #243D80;
  text-align: center;
  padding: 2px 5px;
  width: max-content;
  margin: 20px 0 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25px;
}

#accounts-v2 .recommendation span {
  text-transform: uppercase;
  line-height: 2;
}

#accounts-v2 .card {
  border: 1px solid gray;
  border-radius: 8px;
  margin: 0 0 20px 0;
  position: relative;
}

#accounts-v2 .card.accounts-v2__card {
  border: 1px solid #3AAF56;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 40px 32px;
}

#accounts-v2 .card.accounts-v2__card.recommended {
  background: #E9FCEE;
}

#accounts-v2 .card .stamp {
  position: absolute;
  right: 10px;
  top: -20px;
}

#accounts-v2 .card .image {
  width: 100%;
  border-radius: 6px;
}

#accounts-v2 .card a {
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  text-align: center;
  padding: 10px 20px;
  border-radius: 3px;
  letter-spacing: 0.25px;
}

#accounts-v2 .card a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.25);
}

#accounts-v2 .card ul li {
  list-style: none;
  display: flex;
  align-items: center;
}
#accounts-v2 .card ul li:not(:last-child) {
  margin-bottom: 15px;
}

#accounts-v2 .card ul li:before {
  content: ' ';
  background: url('/static/home/images/checklist-icon.png');
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 18px;
  height: 18px;
  display: block;
  background-size: contain;
}

#accounts-v2 p.account_notes {
  font-size: 10px;
  font-style: italic;
  color: #757575;
  text-align: center;
  max-width: 812px;
  margin: 0 auto;
}

#investment {
  position: relative;
  color: #fff;
  padding: 80px 0px;
  font-size: 16px;
}

#investment h2 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 25px;
}

#investment .invest-content {
  padding: 0 50px;
}

#investment .btn {
  color: #fff;
  font-size: 20px;
  margin: 25px 0;
}

#gateway {
  position: relative;
  padding: 80px 0px 60px;
  background: #F8F8F8;
}

#gateway h2 {
  font-size: 28px;
  margin-bottom: 65px;
  color: #243d80;
  font-weight: 600;
}

#gateway .my-auto img {
  margin-bottom: 25px;
  width: 100px;
  height: auto;
}

#our_offices {
  position: relative;
  padding: 90px 0 0;
}

#our_offices h2 {
  color: #243d80;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 35px;
}

#liquidity_providers h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #243d80;
}

#liquidity_providers img {
  margin-bottom: 25px;
  width: 100px;
  height: auto;
}

.social-media {
  margin-left: -5px;
  margin-right: -5px;
}

.social-media a {
  color: #010101;
  padding: 5px;
}

footer.site-footer {
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 0;
}

footer.site-footer .signup {
  position: relative;
  color: #fff;
  padding: 95px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

footer.site-footer .or-label {
  margin-inline-end: 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

footer.site-footer .signup .btn {
  font-size: 14px;
  line-height: 19.07px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding: 20px;
  min-width: 240px;
  margin: 20px auto;
  text-decoration: none;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.25);
}

footer.site-footer .signup .btn:not(:last-child) {
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}

@media (max-width: 767px) {
  footer.site-footer .signup .btn:not(:last-child) {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  footer.site-footer .or-label {
    display: block;
    width: 100%;
  }
}

footer.site-footer .signup .btn:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.25);
}

footer.site-footer .signup h2 {
  font-size: 57px;
  letter-spacing: 0.25px;
  margin-bottom: 44px;
  font-weight: 600;
}

footer.site-footer .more-info {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding: 80px 0px;
  background-color: #fff;
}

footer.site-footer ul {
  padding: 0;
}

footer.site-footer ul li {
  list-style: none;
}

footer.site-footer .more-info h4 {
  font-size: 18px;
  font-weight: 600;
}

footer.site-footer .reg {
  background: #333333;
  color: #cccccc;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  padding: 30px 0px;
}

footer.site-footer .disclaimer {
  background: #222222;
  color: #cccccc;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  padding: 30px 0px;
}

footer.site-footer .disclaimer .copyright {
  width: 320px;
  text-align: center;
}

.rtl .dropdown-toggle::after {
  margin-right: .255em;
}

.rtl .dropdown-menu {
  right: 0;
  left: unset;
  text-align: right;
}

@media screen and (min-width: 490px) and (max-width: 991px) {
  #accounts .col.fix-col-s {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .reg .float-left img {
    margin-bottom: 15px !important;
  }
  ul.navbar-nav.flex-row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  li.nav-item {
    width: 100%;
    text-align: left;
  }
  .navbar-nav.static-menu .nav-item {
    padding: 0.5rem 0;
  }
  .navbar-nav.static-menu .nav-item a {
    margin: 0;
  }
  .navbar-nav .nav-item .signup-btn {
    background: none !important;
    color: #243d80 !important;
    padding: 0 !important;
    text-align: left !important;
  }
  .navbar-nav .nav-item .signup-btn::after {
    background: none !important;
    position: initial !important;
    float: right !important;
    margin-right: 15px !important;
  }
  .navbar-nav .nav-item .dropdown-toggle::after {
    float: right;
  }
  #main-nav > .navbar > .container {
    max-width: 100%;
  }
  #products .prod2 {
    margin-top: 40px;
    padding-top: 30px;
  }
  div#lang_sel {
    padding: 0.5rem 0rem !important;
    background: transparent;
  }
  .navbar-light .navbar-toggler {
    border-color: transparent;
  }
  .navbar-nav .nav-item .dropdown-btn.dropdown-btn-toggle {
    padding-right: 0px;
  }
  .navbar-nav .nav-item .dropdown-btn.dropdown-btn-toggle::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    vertical-align: middle;
    display: inline-block;
    font-weight: 900;
    position: absolute;
    right: 15px;
  }
  /* WMPL MENU */
  .wpml-ls-legacy-dropdown a {
    padding: 5px 0px;
  }
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: 0px;
  }
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
    float: right;
    right: 0;
    display: block;
    position: relative;
    border: 0.3em solid transparent;
    border-top: 0.3em solid;
    margin-right: 20px;
  }
  .rtl .navbar-nav .nav-item .dropdown-btn.dropdown-btn-toggle::after {
    float: left;
    margin-left: 20px;
    margin-right: unset;
  }
  .rtl .navbar-nav .nav-item .dropdown-toggle::after {
    float: left;
    margin-right: unset;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  footer.site-footer .signup .btn {
    margin-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .more-info .col-12.col-sm-6.col-md-4.mb-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  /* #products .prod2 .icons{
      text-align: center;
  }
  #products .prod2 .icons > span {
      position: relative;
      text-align: center;
  } */
}

@media screen and (max-width: 500px) {
  #products .prod2 .icons {
    margin-bottom: 15px;
    position: relative;
    min-height: 90px;
    padding-bottom: 10px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 489px) {
  #accounts .col.fix-col-s {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 400px) {
  ul.navbar-nav.flex-row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.post-thumbnail-card {
  border: none;
  color: #595959;
  -webkit-transition: -webkit-box-shadow 1.25s;
  transition: -webkit-box-shadow 1.25s;
  transition: box-shadow 1.25s;
  transition: box-shadow 1.25s, -webkit-box-shadow 1.25s;
  border-radius: 15px;
}

.post-thumbnail-card:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  color: #595959;
  text-decoration: none;
}

.post-thumbnail-card .card {
  border: none;
  border-radius: 15px;
  -webkit-box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
          box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
}

.featured-post {
  margin-bottom: 20px;
}

.thumbnail-title {
  color: #2b3d7c;
  font-weight: bold;
}

.widget-area section {
  padding: 0;
}

.widget-area section h2 {
  color: #2b3d7c;
  font-size: 16px;
  margin: 5px 0px;
}

.widget-area section > ul {
  list-style-type: none;
  margin: 0;
  padding-left: 20px;
}

/*.widget-area section > ul li:before {*/
/*  font-family: "Font Awesome 5 Free";*/
/*  font-weight: 900;*/
/*  font-size: 14px;*/
/*  content: "\f105";*/
/*  margin: 0 10px 0 -15px;*/
/*  color: #099062;*/
/*}*/

.rtl .widget-area section > ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  content: "\f104";
  margin: 0;
  color: #099062;
}

.widget-area section > ul li > a {
  color: #595959;
}

.widget {
  margin-bottom: 30px;
}

.immfx_register_widget {
  margin-bottom: 50px;
  margin-top: 15px;
}

.footer-menu-container a {
  color: black;
}

.contract-specifications-container ul li {
  list-style-type: none;
}

.contract-specifications-container .tab-content {
  border: 1px solid #ddd;
  padding: 10px;
}

.contract-specifications-container .nav-tabs {
  margin-bottom: 0;
}

.entry-content li {
  margin-top: 5px;
}

.entry-content .immfx-bullets li {
  list-style-image: url("../img/favicon.png");
  margin-top: 10px;
}

.entry-content .check-bullets li,
.entry-content .check-bullets-1 li {
  list-style: none !important;
}

.entry-content .check-bullets li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  content: "\f058";
  margin: 0 10px 0 -25px;
  color: #3a9805;
}

.entry-content .check-bullets-1 li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  content: "\f00c";
  margin: 0 10px 0 -25px;
  color: #233d80;
}

.rtl .entry-content .check-bullets-1 li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  content: "\f00c";
  margin: 0 -25px 0 10px;
  color: #233d80;
  direction: rtl;
  text-align: right;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: bold !important;
  color: #233d80;
}

.entry-content .immfx-obtain-list li li {
  font-weight: normal;
}

.entry-content .nav-pills .nav-item {
  border: 1px solid #ddd;
  border-bottom: 0;
}

.entry-content .nav-pills .nav-link {
  border-radius: 0;
}

.entry-content .nav-pills .nav-link.active, .entry-content .nav-pills .nav-link:hover {
  background-color: #8aa874;
  color: white;
}

.entry-content table table.stock-indices-trading-hours-tb {
  -webkit-box-shadow: 1px 1px 5px #888;
          box-shadow: 1px 1px 5px #888;
}

.entry-content table table.stock-indices-trading-hours-tb td {
  vertical-align: middle;
}

.entry-content .payments-table table tr td {
  vertical-align: middle !important;
  text-align: center;
  word-break: break-word;
}

.entry-content .payments-table table tr th {
  background-color: #8fa677 !important;
}

section#leads {
  min-height: 88vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: bottom right;
  background-size: 90vw;
}

section#leads .wpcf7 {
  border-radius: 10px;
}

section#leads .wpcf7 input.wpcf7-form-control {
  float: none;
  border-radius: 8px;
}

section#leads .wpcf7 input[type="checkbox"].wpcf7-form-control {
  width: unset;
}

section#leads .wpcf7 input.wpcf7-form-control {
  float: none;
  border-radius: 8px;
}

section#leads .wpcf7 button {
  border-radius: 20px;
}

section#leads .logo {
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
}

section#leads .logo img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

section#leads .red {
  color: red;
}

section#features {
  min-height: 450px;
  padding: 100px 0 50px;
}

section#features h2 {
  color: #243d80;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 35px;
}

section#features h3 {
  color: #243d80;
  font-size: 18px;
  font-weight: 600;
  margin: 20px auto;
}

section#features h4 {
  color: #243d80;
  font-size: 16px;
  margin: 15px auto;
}

section#features .card {
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
          box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
  margin: 0 0 20px 0;
}

section#features .featured-description {
  margin: 12px auto;
}

section#features .card-body {
  padding: 20px 14px 4px;
}

section#features .featured-button {
  border: none;
  background-color: unset;
  bottom: 0;
  padding: 20px 14px;
}

section#features .featured-button a {
  width: 100%;
}

section#featured-blog .featured-post .post-meta {
  position: absolute;
  bottom: 0;
}

section#featured-blog h2 {
  color: white;
}

section#open-account {
  min-height: 450px;
  padding: 100px 0 78px;
  text-align: center;
}

section#open-account h2 {
  color: #243d80;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 78px;
}

section#open-account h3 {
  color: #243d80;
  font-size: 18px;
  font-weight: 600;
  margin: 20px auto;
}

section#open-account h4 {
  color: #243D80;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.25px;
  margin: 15px auto 24px;
}

section#open-account .card {
  border: none;
  border-radius:5px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  margin: 0px;
  background: #F8F8F8;
}

section#open-account .card .img-fluid:hover {
  -webkit-animation: heartbeat 1s infinite linear;
  animation: heartbeat 1s infinite linear;
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

section#open-account .featured-description {
  margin: 34px auto 12px;
}

section#open-account .featured-button {
  border: none;
  background-color: unset;
  bottom: 0;
}

/* Learn Forex Trading Page */
.entry-content .educational-videos .educational-videos-sections li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-size: 18px;
}

.entry-content .educational-videos .educational-videos-sections li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  content: "\f105";
  margin: 0 10px 0 -20px;
  color: #243d80;
}

.entry-content .educational-videos .educational-videos-sections li a {
  color: black !important;
}

.webinar-container {
  margin-top: 50px;
}

.webinar-container .row {
  margin-top: 20px;
}

.webinar-container form.wpcf7-form button {
  margin-top: 40px;
}

.webinar-container form.wpcf7-form input.wpcf7-form-control {
  float: none;
}

.webinar-container .wpcf7 {
  background-color: unset;
  border: none;
}

.partner-login-container #loginform input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.partner-login-container .login-remember {
  display: none;
}

.partner-login-container #loginform label {
  font-weight: bold;
}

.partner-login-container #loginform .login-submit {
  margin-top: 40px;
}

.partner-login-container #loginform .login-submit #wp-submit {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.partner-login-container #loginform .login-submit #wp-submit:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.entry-content .wpcf7 {
  background-color: unset;
  border: none;
}

.entry-content .wpcf7 input.wpcf7-form-control {
  float: none;
}

.rtl {
  direction: rtl !important;
  text-align: right;
}

body.home .swp_social_panelSide {
  display: none !important;
}

/*--- 2 Column Form Styles Start ---*/
#left {
  float: left;
}

#right {
  display: inline-block;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  margin-bottom: 10px;
}

/*--- 2 Column Form Styles End ---*/
/*--- Widget Search ---*/
.widget_search .widget-title,
.widget_search .screen-reader-text {
  display: none;
}

[type="search"],
.search-form label {
  width: 100%;
}

.search-field {
  border: none;
  border-bottom: 1px solid #b1b1b1;
  font-size: 14px;
  padding: 3px 5px;
}

.search-submit {
  display: inline-block;
  width: 100%;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #2b3d7c;
  border-color: #2b3d7c;
}

/*--- Widget Search End ---*/
/*--- image responsive ---*/
.img-responsive {
  display: block;
  max-width: 100%;
  /* width: 100%; */
  height: auto;
}

/*--- image responsive End---*/
/* Account Opening Page Styles */
.live-account-container {
  padding-top: 0px;
  padding-bottom: 40px;
}

.live-account-container .row {
  padding-bottom: 20px;
}

.live-account-container a {
  color: #8aa874;
}

.account-buttons a {
  height: 63px;
  max-height: 100%;
  max-width: 460px;
}

#account-opening a {
  color: #000;
  width: 100%;
  white-space: normal !important;
}

#account-opening .open-account {
  background-color: #8aa874;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#account-opening .have-account {
  background-color: #243d80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#account-opening .account-buttons {
  height: 80vh;
  overflow: hidden;
}

#account-opening .account-buttons-background {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.open-account-text,
.have-account-text {
  font-size: 20px;
  margin: 0;
  font-weight: lighter !important;
}

.have-account-subtext {
  margin: 0;
  font-weight: lighter !important;
}

@media screen and (max-width: 408px) {
  .open-account-text,
  .have-account-text {
    font-size: 17px;
  }
}

@media screen and (max-width: 363px) {
  .open-account-text,
  .have-account-text {
    font-size: 16px;
  }
  .have-account-subtext {
    font-size: 14px;
  }
}

@media screen and (max-width: 349px) {
  .open-account-text,
  .have-account-text {
    font-size: 13px;
  }
  .have-account-subtext {
    font-size: 10px;
  }
}

.account-opening-sidebar h4 {
  font-weight: 600 !important;
  margin: 0px;
}

.account-opening-sidebar h5 {
  font-weight: 500 !important;
  margin: 0px;
}

img.steps-img {
  width: 100px;
  margin: auto;
  margin-bottom: 10px;
}

img.logo-img {
  width: 200px;
  margin: auto;
  margin-bottom: 10px;
}

.vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pg-img {
  max-width: 100%;
  height: 130px;
}

.swp_social_panelSide {
  display: none !important;
}

/* Account Opening Page Styles END */
.featured-post-home {
  margin-top: 40px;
  margin-bottom: 40px;
}

.transparent-round-background {
  border-radius: 15px;
  background: #243d80;
}

/* Landing Pages ARABIC - Trading Experience */
input#trading-experience-1, input#trading-experience-2 {
  margin-left: 5px;
}

/* Hamburger Menu */
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 3px;
  background-color: #333;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 7px);
  transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

/*  IMMFX Responsive Tables  */
.immfx-responsive-table h2 {
  text-align: center;
  padding-top: 20px 0;
}

.immfx-responsive-table .table-bordered {
  border: 1px solid #ddd !important;
}

.immfx-responsive-table .table-bordered tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.immfx-responsive-table table caption {
  padding: 0.5em 0;
}

.immfx-responsive-table table tfoot tr td {
  text-align: center !important;
}

.immfx-responsive-table .p {
  text-align: center;
  padding-top: 140px;
  font-size: 14px;
}

@media (max-width: 1199.9375px) {
  .immfx-responsive-table.table-responsive-bp-1200 {
    /* Table rows have a gray bottom stroke by default */
  }
  .immfx-responsive-table.table-responsive-bp-1200 .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
  }
  .immfx-responsive-table.table-responsive-bp-1200 .tablesaw-stack thead td,
  .immfx-responsive-table.table-responsive-bp-1200 .tablesaw-stack thead th {
    display: none;
  }
  .immfx-responsive-table.table-responsive-bp-1200 .tablesaw-stack tbody td,
  .immfx-responsive-table.table-responsive-bp-1200 .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }
  .immfx-responsive-table.table-responsive-bp-1200 .tablesaw-cell-label {
    vertical-align: top;
  }
  .immfx-responsive-table.table-responsive-bp-1200 .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }
  .immfx-responsive-table.table-responsive-bp-1200 .tablesaw-stack td:empty,
  .immfx-responsive-table.table-responsive-bp-1200 .tablesaw-stack th:empty {
    display: none;
  }
}

@media (min-width: 1200px) {
  .immfx-responsive-table.table-responsive-bp-1200 {
    /* Show the table header rows */
    /* Hide the labels in each cell */
  }
  .immfx-responsive-table.table-responsive-bp-1200 .tablesaw-stack tr {
    display: table-row;
  }
  .immfx-responsive-table.table-responsive-bp-1200 .tablesaw-stack td,
  .immfx-responsive-table.table-responsive-bp-1200 .tablesaw-stack th,
  .immfx-responsive-table.table-responsive-bp-1200 .tablesaw-stack thead td,
  .immfx-responsive-table.table-responsive-bp-1200 .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }
  .immfx-responsive-table.table-responsive-bp-1200 .tablesaw-stack td .tablesaw-cell-label,
  .immfx-responsive-table.table-responsive-bp-1200 .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .immfx-responsive-table.table-responsive-bp-1200 .tablesaw-stack td .tablesaw-cell-label,
  .immfx-responsive-table.table-responsive-bp-1200 .tablesaw-stack th .tablesaw-cell-label {
    width: 50%;
  }
  .immfx-responsive-table.table-responsive-bp-1200 .tablesaw-cell-content {
    max-width: 100%;
  }
  .immfx-responsive-table.table-responsive-bp-1200 .tablesaw-stack tbody tr {
    border-bottom: 2px solid #0b0b0d;
    word-break: break-word;
  }
  .immfx-responsive-table.table-responsive-bp-1200 .tablesaw-stack tbody tr td:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .immfx-responsive-table.table-responsive-bp-1200 .immfx-table-ar th,
  .immfx-responsive-table.table-responsive-bp-1200 .immfx-table-ar td {
    text-align: right;
  }
}

@media (max-width: 991.9375px) {
  .immfx-responsive-table.table-responsive-bp-1000 {
    /* Table rows have a gray bottom stroke by default */
  }
  .immfx-responsive-table.table-responsive-bp-1000 .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
  }
  .immfx-responsive-table.table-responsive-bp-1000 .tablesaw-stack thead td,
  .immfx-responsive-table.table-responsive-bp-1000 .tablesaw-stack thead th {
    display: none;
  }
  .immfx-responsive-table.table-responsive-bp-1000 .tablesaw-stack tbody td,
  .immfx-responsive-table.table-responsive-bp-1000 .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }
  .immfx-responsive-table.table-responsive-bp-1000 .tablesaw-cell-label {
    vertical-align: top;
  }
  .immfx-responsive-table.table-responsive-bp-1000 .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }
  .immfx-responsive-table.table-responsive-bp-1000 .tablesaw-stack td:empty,
  .immfx-responsive-table.table-responsive-bp-1000 .tablesaw-stack th:empty {
    display: none;
  }
}

@media (min-width: 992px) {
  .immfx-responsive-table.table-responsive-bp-1000 {
    /* Show the table header rows */
    /* Hide the labels in each cell */
  }
  .immfx-responsive-table.table-responsive-bp-1000 .tablesaw-stack tr {
    display: table-row;
  }
  .immfx-responsive-table.table-responsive-bp-1000 .tablesaw-stack td,
  .immfx-responsive-table.table-responsive-bp-1000 .tablesaw-stack th,
  .immfx-responsive-table.table-responsive-bp-1000 .tablesaw-stack thead td,
  .immfx-responsive-table.table-responsive-bp-1000 .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }
  .immfx-responsive-table.table-responsive-bp-1000 .tablesaw-stack td .tablesaw-cell-label,
  .immfx-responsive-table.table-responsive-bp-1000 .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .immfx-responsive-table.table-responsive-bp-1000 td, .immfx-responsive-table.table-responsive-bp-1000 th {
    padding: 0.3rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 991px) {
  .immfx-responsive-table.table-responsive-bp-1000 .tablesaw-stack td .tablesaw-cell-label,
  .immfx-responsive-table.table-responsive-bp-1000 .tablesaw-stack th .tablesaw-cell-label {
    width: 50%;
  }
  .immfx-responsive-table.table-responsive-bp-1000 .tablesaw-cell-content {
    max-width: 100%;
  }
  .immfx-responsive-table.table-responsive-bp-1000 .tablesaw-stack tbody tr {
    border-bottom: 2px solid #0b0b0d;
    word-break: break-word;
  }
  .immfx-responsive-table.table-responsive-bp-1000 .tablesaw-stack tbody tr td:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .immfx-responsive-table.table-responsive-bp-1000 .immfx-table-ar th,
  .immfx-responsive-table.table-responsive-bp-1000 .immfx-table-ar td {
    text-align: right;
  }
  .immfx-responsive-table.table-responsive-bp-1000 .immfx-td-with-colspan .tablesaw-cell-label {
    display: none !important;
  }
}

/* Horizontal Accordion */
.custom-accordion {
  margin-top: 50px !important;
  background: #222;
  color: #ffffff;
  font-family: "Sunflower", sans-serif;
}

.custom-accordion > .item {
  padding: 1rem 2rem;
  margin: 0 auto;
}

.custom-accordion > .item:last-of-type > .icon {
  color: #ffffff;
}

.custom-accordion > .item > .icon {
  color: #462521;
  font-size: 2rem;
}

.custom-accordion > .item > .title {
  font-size: 1.5rem;
  padding-bottom: 10px;
}

.custom-accordion > .item > .title > .text {
  color: #ffffff;
}

.custom-accordion > .item > .content ul {
  padding: 0px !important;
}

@media screen and (min-width: 800px) and (min-height: 270px) {
  .custom-accordion {
    display: table;
    width: 100%;
    margin: 0 auto;
    height: 550px;
    max-height: 1000px;
    overflow: hidden;
    padding-bottom: 0;
  }
  .custom-accordion > .item {
    display: table-cell;
    position: relative;
    height: 100%;
    padding: 2rem 1rem;
    text-align: center;
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
    transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
  }
  .custom-accordion > .item:hover:not(:last-of-type) {
    -webkit-transform: scaleX(2) translateX(0px);
            transform: scaleX(2) translateX(0px);
    -webkit-box-shadow: 0 0 3rem #301916;
            box-shadow: 0 0 3rem #301916;
    background: #8a6552;
    border-color: transparent;
  }
  .custom-accordion > .item:hover:last-of-type {
    -webkit-transform: scaleX(2) translateX(-66px);
            transform: scaleX(2) translateX(-66px);
    -webkit-box-shadow: 0 0 3rem #301916;
            box-shadow: 0 0 3rem #301916;
    background: #8a6552;
    border-color: transparent;
  }
  .custom-accordion > .item:hover + .item {
    opacity: 0.1;
  }
  .custom-accordion > .item:hover:not(:last-of-type) > .icon {
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
  }
  .custom-accordion > .item:hover:not(:last-of-type) > .title {
    -webkit-transform: scaleX(0.5) translateX(-50%);
            transform: scaleX(0.5) translateX(-50%);
    background: #c62033;
    text-align: center;
    padding: 0;
  }
  .custom-accordion > .item:hover:not(:last-of-type) > .title > .text {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
  .custom-accordion > .item:hover:not(:last-of-type) > .content {
    opacity: 1;
  }
  .custom-accordion > .item:hover:last-of-type > .icon {
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
  }
  .custom-accordion > .item:hover:last-of-type > .title {
    -webkit-transform: scaleX(0.5) translateX(-50%);
            transform: scaleX(0.5) translateX(-50%);
    background: #c62033;
    text-align: center;
    padding: 0;
  }
  .custom-accordion > .item:hover:last-of-type > .title > .text {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
  .custom-accordion > .item:hover:last-of-type > .content {
    opacity: 1;
  }
  .custom-accordion > .item > .icon {
    font-weight: 700;
    font-size: 2rem;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
    transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
    color: #ffffff;
  }
  .custom-accordion > .item > .title {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1.5rem;
    width: 200%;
    text-align: left;
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
    transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
    font-size: 1.2rem;
  }
  .custom-accordion > .item > .title > .text {
    position: absolute;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    left: 2rem;
    bottom: 0;
    white-space: nowrap;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
    transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
  }
  .custom-accordion > .item > .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%) scaleX(0.5);
            transform: translateX(-50%) translateY(-50%) scaleX(0.5);
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
    transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
    opacity: 0;
    padding: 1rem;
    pointer-events: none;
  }
}

/* ----- Search Page ----- */
.searchPage h2.screen-reader-text {
  display: none;
}

.searchPage .nav-links {
  padding: 20px 0px 40px;
  font-size: 18px;
  font-weight: 500;
}

.searchPage .nav-previous a {
  float: left;
  text-decoration: none;
}

.searchPage .nav-next a {
  float: right;
  text-decoration: none;
}

.searchPage .search-items {
  border: none;
  border-radius: 15px;
  -webkit-transition: -webkit-box-shadow 1.25s;
  transition: -webkit-box-shadow 1.25s;
  transition: box-shadow 1.25s;
  transition: box-shadow 1.25s, -webkit-box-shadow 1.25s;
  -webkit-box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
          box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
}

.searchPage .search-items:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #243d80;
  text-decoration: none;
}

.searchPage .search-items .entry-title a {
  text-decoration: none;
}

/* ----- 404 Page ----- */
.error404 .error-container {
  background: #f6f6f6;
  padding: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.error404 .error-container .error-404 {
  font-size: 100px;
  color: #243d80;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3);
}

.error404 .error-container .error-title {
  font-size: 50px;
  color: #8aa874;
}

.error404 .error-container .error-subtitle {
  text-align: center;
  font-size: 16px;
}

.error404 .screen-reader-text {
  display: none;
}

/* ----- Funding Pages ----- */
#funding_pages .funding_pages_card {
  -webkit-transition: -webkit-box-shadow 1.25s;
  transition: -webkit-box-shadow 1.25s;
  transition: box-shadow 1.25s;
  transition: box-shadow 1.25s, -webkit-box-shadow 1.25s;
  border-radius: 15px;
}

#funding_pages .funding_pages_card:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  color: #595959;
  text-decoration: none;
}

#funding_pages .funding_pages_card .card {
  border: none;
  border-radius: 15px;
  -webkit-box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
          box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
}

#funding_pages .funding_pages_card .card img {
  width: 150px;
}

#funding_pages .funding_pages_card .card .funding_button {
  border-top: none;
  border-left: none;
  border-right: none;
  text-decoration: none;
  color: white;
  background: #28a745;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* ----- Featured Blog ----- */
.featured_blog {
  color: #fff;
}

.featured_blog:hover {
  color: #fff;
  text-decoration: none;
}

/* ----- iframe container ----- */
.iframe-640 {
  max-width: 640px;
}

.iframe-640 .iframe-container {
  padding-bottom: 56.25%;
  position: relative;
}

.iframe-640 .iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* ----- Lead Pages ----- */
.lead_success_message {
  text-align: center;
  background: forestgreen;
  border-radius: 5px;
  padding: 5px;
  margin: -14px 15px 0;
}

.lead_success_message span {
  color: yellow;
  font-weight: normal;
  font-size: 14px;
}

.lead_error_message {
  text-align: center;
  background: darkred;
  border-radius: 5px;
  padding: 5px;
  margin: -14px 15px 0;
}

.lead_error_message span {
  color: yellow;
  font-weight: normal;
  font-size: 14px;
}

/* ----- Pricing Page ----- */
#pricing_page {
  color: #758696;
  padding: 40px 0;
}

@media screen and (max-width: 720px) {
  #pricing_page .pricing-col {
    padding: 0 1.5rem !important;
  }
}

#pricing_page .nav-tabs .nav-item.show .nav-link,
#pricing_page .nav-tabs .nav-link.active {
  color: #243d80;
  background-color: #f3f3f3;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid #f3f3f3 !important;
  font-size: 20px;
  font-weight: bold;
}

#pricing_page .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #758696;
  font-size: 20px;
}

#pricing_page .pricing_banner {
  display: inline-block;
  margin: 0 auto 40px;
}

#pricing_page .pricing_banner img {
  border: 0;
  max-width: 100%;
  height: auto;
}

#pricing_page .tradingview-widget-container {
  padding-bottom: 56.25%;
  position: relative;
  margin: auto;
}

#pricing_page .tradingview-widget-container.forex-widget, #pricing_page .tradingview-widget-container.indices-widget, #pricing_page .tradingview-widget-container.commodities-widget, #pricing_page .tradingview-widget-container.cryptocurrecies-widget {
  width: auto !important;
  height: auto;
}

#pricing_page .tradingview-widget-container iframe {
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  border: 0;
  left: 0;
  top: 0;
}

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

.bonus-content .text-primary {
  color: #233d80 !important;
}

.bonus-content h1, .bonus-content div, .bonus-content h4 {
  color: #000 !important;
}

.bonus-content h1 {
  font-size: 3rem;
  margin: 0;
}

.bonus-content .btn {
  font-size: 1.875rem;
}

.bonus-content .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bonus-content__main {
  max-width: 40rem;
  margin-left: auto;
  padding: 5rem 3rem;
}

.rtl .bonus-content .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.rtl .bonus-content .bonus-content__main {
  margin-right: 1rem;
}

#goto-videos-btn {
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  border-radius: 39px;
  position: fixed;
  bottom: 5px;
  z-index: 1;
  left: calc(50% - 75px);
}

#goto-videos-btn img {
  width: 150px;
}

#download-mt4-btn-sticky {
  position: fixed;
  bottom: 50px;
  left: 50%;
}

.rounded-large-green-btn {
  color: white;
  background-color: #3cb878;
  text-align: center;
  padding: 20px 40px;
  border-radius: 40px;
  width: 200px;
  margin-left: -100px;
  -webkit-box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
}

.rounded-large-green-btn:hover {
  text-decoration: none;
}

.rounded-blue-btn {
  color: white;
  background-color: #243d80;
  text-align: center;
  padding: 5px 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
}

.rounded-blue-btn:hover {
  text-decoration: none;
}

.rtl .nav-fill .nav-item {
  text-align: right;
}

.rtl .tablesaw thead th, .rtl .tablesaw thead td, .rtl .tablesaw tbody th, .rtl .tablesaw tbody td, .rtl .tablesaw tfoot th, .rtl .tablesaw tfoot td, .rtl .table thead th, .rtl .table thead td, .rtl .table tbody th, .rtl .table tbody td, .rtl .table tfoot th, .rtl .table tfoot td {
  text-align: right;
}

.rtl .tablesaw-stack th, .rtl .tablesaw-stack td {
  text-align: right;
}

/** LANGUAGE SWITCHER **/
.languages__modal a {
  color: #000;
  padding: 0.5rem 0.25rem;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.languages__modal a:hover {
  color: #223d7f;
  text-decoration: none;
  font-weight: bold;
}

.languages__modal a.selected {
  background-color: #ffc;
}

.languages__modal a img {
  margin-right: 0.5rem;
}

.languages__modal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}

.languages__modal .wpml_languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-bottom: 1px solid #cccccc;
}

.languages__modal .gt_languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.rtl .languages__modal a img {
  margin-left: 0.5rem;
  margin-right: 0;
}

.rtl .close {
  float: left;
}

.switcher-popup:hover {
  text-decoration: none;
}

@media screen and (min-width: 991px) {
  .languages__modal a {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .languages__modal .modal-dialog {
    margin-top: 100px;
    min-width: 768px;
  }
}

/** SMALL HEADER **/
.small-header {
  width: 100%;
}

.small-header a {
  display: inline-block;
  width: 50%;
}

.small-header a.left {
  text-align: left;
  float: left;
}

.small-header a.right {
  text-align: right;
  float: right;
}

/** MEGA MENU **/
.megamenu {
  position: static;
}

.megamenu > .dropdown-toggle:hover {
  color: #233d80 !important;
}

.megamenu > .dropdown-toggle::after {
  content: "";
  height: 0;
  width: 0;
  position: relative;
  left: unset;
  right: 50%;
  top: 23px;
  z-index: 100;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-top: none;
}

.megamenu.show > .dropdown-toggle::after {
  border-bottom: 6px solid #233d80;
}

.megamenu > .dropdown-menu {
  min-width: 280px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  border-top: solid 1px #233d80;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

.megamenu > .dropdown-menu .dropdown-close {
  display: none;
  width: 100%;
  padding: 0 20px 20px 20px;
  text-align: start;
}

.megamenu > .dropdown-menu .row {
  margin: 0;
  min-height: 320px;
}

.megamenu > .dropdown-menu .menu-col-summary {
  background: #f8f9fa;
  font-size: 1.2em;
  padding: 1em 1em 1em 12%;
  color: #373737;
  font-weight: 300;
  display: none;
  text-align: center;
}

.megamenu > .dropdown-menu .menu-col-summary .title {
  display: block;
  font-size: 1.6em;
  font-weight: 400;
  padding-bottom: 0.4em;
  text-align: start;
}

.megamenu > .dropdown-menu .menu-col-summary p {
  text-align: start;
}

.megamenu > .dropdown-menu .menu-col-summary img {
  width: 160px;
  margin-top: 20px;
}

.megamenu > .dropdown-menu .menu-col-items {
  padding: 20px 0px;
}

.megamenu > .dropdown-menu .menu-col {
  width: 240px;
  display: block;
  float: left;
}

.megamenu > .dropdown-menu .menu-col ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.megamenu > .dropdown-menu .menu-col a {
  font-size: 16px;
  white-space: normal;
  padding: 10px 20px;
}

.megamenu > .dropdown-menu .menu-col a:hover, .megamenu > .dropdown-menu .menu-col a:focus, .megamenu > .dropdown-menu .menu-col a.active {
  color: #233d80;
  background: #f8f9fa;
}

.megamenu > .dropdown-menu .menu-col .lvl-1 a {
  font-weight: 100;
  padding: 5px 20px 5px 40px;
}

.megamenu > .dropdown-menu .menu-col span.sub {
  font-size: 11px;
  line-height: 1.6em;
  margin-top: -4px;
  padding: 2px 20px;
  display: block;
}

.rtl .megamenu > .dropdown-toggle::after {
  right: unset;
  left: 50%;
}

.rtl .megamenu > .dropdown-menu .menu-col-summary {
  padding: 1em 12% 1em 1em;
}

.rtl .megamenu > .dropdown-menu .menu-col {
  float: right;
}

.rtl .megamenu > .dropdown-menu .lvl-1 a {
  color: #888888;
  padding: 5px 40px 5px 20px;
}

.rtl .megamenu > .dropdown-menu .lvl-1 a:hover, .rtl .megamenu > .dropdown-menu .lvl-1 a:focus, .rtl .megamenu > .dropdown-menu .lvl-1 a.active {
  color: #233d80;
}

@media screen and (max-width: 991px) {
  .megamenu > .dropdown-toggle i {
    display: none;
  }
  .megamenu > .dropdown-toggle::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    vertical-align: middle;
    display: inline-block;
    position: initial;
    margin-right: 15px;
  }
  .megamenu > .dropdown-menu {
    position: absolute;
    top: 0;
  }
  .megamenu > .dropdown-menu .row {
    min-height: 420px;
  }
  .megamenu > .dropdown-menu .dropdown-close {
    display: block;
  }
}

/** Cookie Notice */
#cookie-notice {
  z-index: 18000000;
}

/** Instruments and Spreads Template */
.sample-account-block {
  background-color: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 15px #33333333;
          box-shadow: 0 0 15px #33333333;
  height: 300px;
  padding: 1.5em;
  text-align: justify;
  width: 300px;
  z-index: 1000;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 120px;
}

.sample-account-block h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #233d80;
}

.sample-account-block p {
  font-size: 12px;
  margin: 12px 0;
}

.sample-account-block .sample-account-table {
  border: 1px solid #e8e8e8;
  background-color: #f9f8f8;
  border-radius: 10px;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.sample-account-block .sample-account-table td {
  border: 1px solid #e8e8e8;
  font-size: 12px;
  padding: 7px;
}

.sample-account-block .sample-account-table td.login-details {
  border-radius: 10px 10px 0 0;
  background-color: #233d80;
  color: #fff;
  text-align: center;
}

.sample-account-block .download-mt4-button {
  background-color: #29a744;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  height: 26px;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 11px;
  padding: 3px;
  position: absolute;
  text-decoration: none;
  width: 135px;
}

.sticky-bottom-md {
  position: unset;
  width: 100%;
  z-index: 10;
  left: 0;
  right: 0;
}

.sample-account-button {
  background-color: #233d80;
  border: none;
  border-radius: 3em;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 50px;
  width: 200px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sample-account-button:active, .sample-account-button:hover, .sample-account-button:focus {
  border: none;
  outline: none;
}

@media screen and (max-width: 991px) {
  .sample-account-block {
    display: none;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
  }
  .sticky-bottom-md {
    position: fixed;
    bottom: 0;
  }
  .sample-account-button {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .sample-account-block {
    display: block !important;
  }
}

#imm-exchange h1, #imm-exchange h2, #imm-exchange h3, #imm-exchange h4 {
  font-weight: bold;
}

#imm-exchange h4 {
  color: #000 !important;
  font-size: 1.3rem !important;
}

#imm-exchange .immexchange-header {
  min-height: 80vh;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 80%;
}

#imm-exchange .immexchange-content h1, #imm-exchange .immexchange-content h2, #imm-exchange .immexchange-content h3, #imm-exchange .immexchange-content h4 {
  color: #243d80;
}

#imm-exchange .immexchange-features .col-lg-6 {
  margin-bottom: 30px;
}

#imm-exchange .immexchange-features .card {
  padding: 5px 20px;
  border: none !important;
}

#imm-exchange .btn {
  background-color: #29b672;
  border-color: #29b672;
  border-radius: 40px;
  min-width: 240px;
  padding: 10px 20px;
}

#imm-exchange .immexchange-steps .col-lg-4 p {
  padding-right: 50%;
}

#imm-exchange .immexchange-steps h1 {
  color: #29b672 !important;
  margin-bottom: 0 !important;
}

#imm-exchange .immexchange-steps .fa, #imm-exchange .immexchange-steps .far, #imm-exchange .immexchange-steps .fas {
  float: left;
  color: #29b672;
}

#imm-exchange .immexchange-steps hr {
  border: 1px solid #29b672;
  margin-top: 6px;
}

#imm-exchange .immexchange-steps .btn {
  margin-top: 26px !important;
  width: 50% !important;
}

#imm-exchange .immexchange-why-choose img {
  width: 100px !important;
}

#imm-exchange .immexchange-why-choose .card {
  border: none !important;
}

@media screen and (min-width: 992px) {
  .rtl .form-group.dual-column-field-left {
    padding-right: 1rem !important;
    padding-left: 0.25rem !important;
  }
  .rtl .form-group.dual-column-field-right {
    padding-left: 1rem !important;
    padding-right: 0.25rem !important;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}