@font-face {
  font-family: 'MyriadProRegular';
  src: url('../font/MyriadProRegular.eot');
  src: url('../font/MyriadProRegular.eot') format('embedded-opentype'),
    url('../font/MyriadProRegular.woff2') format('woff2'),
    url('../font/MyriadProRegular.woff') format('woff'),
    url('../font/MyriadProRegular.ttf') format('truetype'),
    url('../font/MyriadProRegular.svg#MyriadProRegular') format('svg');
}

@font-face {
  font-family: 'arial';
  src: url('../font/arial.eot');
  src: url('../font/arial.eot') format('embedded-opentype'),
    url('../font/arial.woff2') format('woff2'),
    url('../font/arial.woff') format('woff'),
    url('../font/arial.ttf') format('truetype'),
    url('../font/arial.svg#arial') format('svg');
}

* {
  font-family: 'Poppins', Arial, sans-serif;
}

html {
  font-size: 100.01%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  font-family: "Poppins", sans-serif;
  background: #fff;
  overflow-x: hidden;
  line-height: 1.4;
  font-weight: 400;
  font-size: 14px;
  color: #5e6e82;
}


ul,
ol {
  list-style: none;
}

.container {
  max-width: 1260px;
  width: 100%;
}

:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.pd-t100 {
  padding-top: 98px;
}

a,
a i,
.btn,
button,
.nav-link:after,
.nav-link img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a {
  color: #174ac8;
  text-decoration: none !important;
}

a:hover {
  color: #f27072;
}

p a:hover,
li a:hover,
p a:focus,
p a:active,
.icon:hover {
  color: #f27072 !important;
}

p {
  margin: 0 0 15px;
}

strong {
  font-weight: 500;
}

sub,
sup {
  font-size: 65%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #39495b;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
}

.bg-primary h4 {
  color: #fff;
}

h5 {
  font-size: 16px;
}

.py-60 {
  padding-top: 130px;
  padding-bottom: 60px;
}

.btn {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 5px;
}

.btn-link {
  text-decoration: underline !important;
}

.bg-primary {
  background: #4990ef !important;
}

.btn-primary {
  background-color: #4990EF;
  border-color: #4990EF;
  border-radius: 50px;
}

h2 {
  font-size: 48px;
}

.banner>figure {
  overflow: hidden;
  height: 310px;
}

.not-ready {
  margin-top: 10px;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #39495B;
}

.btn-success {
  background-color: #00AC69;
  border-color: #00AC69;
}

.btn-outline-white {
  border: 2px solid #fff;
  color: #fff;
}

.btn-outline-white:hover {
  color: #4990EF;
  background: #fff;
}

.btn-default {
  background: #f2f6fc;
  font-weight: normal;
}

h4 {
  font-size: 21px;
}

.shadow-md {
  -webkit-box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.18);
}

.text-gray {
  color: #6c7189;
}

.text-red {
  color: #e13d55 !important;
}

.btn-start {
  font-size: 12px;
  padding: 12px 20px;
}

.btn-start strong {
  font-size: 18px;
  margin-bottom: 2px;
}

.btn-back {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px !important;
}

.btn-back img {
  max-width: 17px;
  margin-right: 8px;
}

.dropdown-noarrow::after {
  display: none;
}

.dropdown-toggle::after {
  background: transparent url("/assets/image/drop-arrow.svg") no-repeat center center / contain;
  vertical-align: middle;
  margin-left: 2px;
  border-width: 0;
  height: 5px;
  width: 8px;
}

.dropdown-menu {
  margin: 0;
}

.dropdown-menu-lang {
  min-width: 140px !important;
  padding: 20px 10px !important;
}

.dropdown-menu .dropdown-item {
  padding: 6px 15px;
}

.bg-grad-blue {
  color: #fff;
  background: rgb(10, 86, 233);
  background: -moz-linear-gradient(90deg, rgba(10, 86, 233, 1) 0%, rgba(74, 22, 181, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(10, 86, 233, 1) 0%, rgba(74, 22, 181, 1) 100%);
  background: linear-gradient(90deg, rgba(10, 86, 233, 1) 0%, rgba(74, 22, 181, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a56e9", endColorstr="#4a16b5", GradientType=1);
}

.bg-blue {
  background: #4990ef;
  color: #fff;
}

.bg-gray {
  background: #E8ECEF;
}

figure {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  /* margin: 0 auto; */
}


header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  position: fixed;
  box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
}

.top-head {
  background: #e9ecef;
  border-bottom: 1px solid #e9ecef;
  padding: 8px 0 0;
}

.top-head-area .info a {
  font-family: 'arial';
  font-size: 14px;
  line-height: 16px;
  color: #627A8E !important;
}

.top-head-area .info p {
  font-family: 'arial';
  font-size: 14px;
  line-height: 16px;
  color: #627A8E !important;
}

.top-head-area .info p span:first-child {
  display: inline !important;
  border: 0;
}

.top-head-area .info p span {
  border-left: 1px solid #fff;
}

.top-head-area .user-area {
  display: table;
}

.top-head-area .user-area ul li {
  position: relative;
  font-family: 'arial';
  font-size: 14px;
  line-height: 16px;
}

.top-head-area .user-area ul li.dropdown .dropdown-menu {
  background: #ffffff;
  top: 9px !important;
  min-width: 150px;
  left: initial !important;
  right: 0;
  height: 69px;
  overflow: auto;
  border-radius: 2px;
}

.top-head-area .user-area ul li.dropdown ul li a {
  display: block;
  padding: 4px;
  padding-left: 16px;
}

.top-head-area .user-area ul li.dropdown a {
  color: #061526;
}

.top-head-area .user-area ul li.dropdown>a {
  display: block;
}

.top-head-area .user-area ul li.login {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #707070;
}

.top-head-area .user-area ul li.login a span {
  background: url(/assets/image/icon-lock.png) no-repeat 0 center;
  padding-left: 20px;
  color: #627A8E !important;
}

.header-area nav ul li {
  font-family: 'MyriadProRegular';
  font-size: 18px;
  line-height: 21px;
  position: inherit;
  line-height: 42px;
  margin-right: 21px;
}

.header-area nav ul li a {
  padding: 8px 13px !important;
  color: #617D93;
}

.header-area nav ul li:hover a {
  background: #e9ecef;
  color: #061526 !important;
}

.header-area nav ul li.dropdown .dropdown-menu {
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6.25px;
  -webkit-border-radius: 6.25px;
  padding-left: 32px;
  overflow-y: auto;
}

.header-area nav ul li.dropdown .dropdown-menu .title {
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  padding: 15px 20px;
}

.header-area nav ul li.dropdown .dropdown-menu .title h4 {
  font-family: 'MyriadProRegular';
  font-size: 18px;
  line-height: 21px;
  color: #5D7E9B !important;
}

.header-area nav ul li.dropdown .dropdown-menu .menu-item {
  display: table;
  width: 100%;
  height: 100%;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  padding-left: 32px;
  padding-bottom: 40px;
}

.header-area nav ul li.dropdown .dropdown-menu .menu-item h5 {
  font-family: 'MyriadProRegular';
  font-size: 18px;
  line-height: 21px;
  color: #5d7e9b !important;
  margin-top: 7px;
}

.header-area nav ul li.dropdown .dropdown-menu .menu-item p {
  font-family: 'arial';
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 8px;
}

.header-area nav ul li.dropdown .dropdown-menu .menu-item span {
  font-family: 'MyriadProRegular';
  font-size: 14px;
  line-height: 16px;
  color: #5D7E9B;
  display: block;
}

/*.header-area nav ul li.dropdown .dropdown-menu .menu-item ul { margin-top: 14px; }*/
.header-area nav ul li.dropdown .dropdown-menu .menu-item ul li {
  font-family: 'arial';
  font-size: 14px;
  line-height: 31px;
  padding-left: 27px;
}

.header-area nav ul li.dropdown .dropdown-menu .menu-item ul li a {
  padding: 0 !important;
}

.header-area nav ul li.dropdown .dropdown-menu .menu-item ul li a span {
  display: inline;
  color: #FBB03B;
}

.header-area nav ul li:hover .dropdown-menu .menu-item ul li a {
  background: initial;
}

.header-area nav ul li .dropdown-menu .menu-item ul li a:hover {
  color: #617D93 !important;
}

.header-area nav ul li .dropdown-menu .menu-item ul li.fe {
  background: url(/assets/image/trading-01.png) no-repeat 0 center;
  background-size: 14px;
}

.header-area nav ul li .dropdown-menu .menu-item ul li.stock {
  background: url(/assets/image/icon-stock.png) no-repeat 0 center;
}

.header-area nav ul li .dropdown-menu .menu-item ul li.cfd {
  background: url(/assets/image/icon-cfd.png) no-repeat 0 center;
}

.header-area nav ul li .dropdown-menu .menu-item ul li.hm {
  background: url(/assets/image/trading-03.png) no-repeat 0 center;
  background-size: 14px;
}

.header-area nav ul li .dropdown-menu .menu-item ul li.energy {
  background: url(/assets/image/icon-e.png) no-repeat 0 center;
}

.header-area nav ul li .dropdown-menu .menu-item ul li.atc {
  background: url(/assets/image/account-01.png) no-repeat 0 center;
  background-size: 14px;
}

.header-area nav ul li .dropdown-menu .menu-item ul li.sa {
  background: url(/assets/image/icon-sa.png) no-repeat 0 center;
}

.header-area nav ul li .dropdown-menu .menu-item ul li.ac-03 {
  background: url(/assets/image/account-03.png) no-repeat 0 center;
  background-size: 14px;
}

.header-area nav ul li .dropdown-menu .menu-item ul li.ca {
  background: url(/assets/image/trading-06.png) no-repeat 0 center;
  background-size: 14px;
}

.header-area nav ul li .dropdown-menu .menu-item ul li.edu-02 {
  background: url(/assets/image/edu-02.png) no-repeat 0 center;
  background-size: 14px;
}

.header-area nav ul li .dropdown-menu .menu-item ul li.edu-03 {
  background: url(/assets/image/edu-03.png) no-repeat 0 center;
  background-size: 14px;
}

.header-area nav ul li .dropdown-menu .menu-item ul li.edu-04 {
  background: url(/assets/image/edu-04.png) no-repeat 0 center;
  background-size: 14px;
}

.header-area nav ul li .dropdown-menu .menu-item ul li.pa {
  background: url(/assets/image/icon-pa.png) no-repeat 0 center;
}

.header-area nav ul li .dropdown-menu .menu-item ul li.ia {
  background: url(/assets/image/icon-ia.png) no-repeat 0 center;
}

.header-area nav ul li .dropdown-menu .menu-item ul li.cwg {
  background: url(/assets/image/icon-cwg.png) no-repeat 0 center;
}

.header-area nav ul li .dropdown-menu .menu-item ul li.av {
  background: url(/assets/image/icon-av.png) no-repeat 0 center;
}

.header-area nav ul li .dropdown-menu .menu-item ul li.ts {
  background: url(/assets/image/icon-ts.png) no-repeat 0 center;
}

.header-area nav ul li .dropdown-menu .menu-item ul li.ic {
  background: url(/assets/image/icon-ic.png) no-repeat 0 center;
}

.header-area nav ul li .dropdown-menu .menu-item ul li.glossary {
  background: url(/assets/image/icon-glossary.png) no-repeat 0 center;
}

.header-area nav ul li .dropdown-menu .menu-item ul li ul li figure {
  min-height: initial;
}

.dropdown-toggle::after {
  display: none;
}

.flag {
  width: 1.5rem;
  height: 1rem;
  margin-right: 10px;
}

.menu-item figure {
  display: table;
  margin-bottom: 10px;
  min-height: 94px;
}

.live-acc-btn {
  display: table;
  font-family: 'arial';
  font-size: 14px;
  height: 32px;
  line-height: 32px;
}

.live-acc-btn a {
  min-width: 203px;
  display: block;
  background: #94aabd !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.header-area nav ul li.dropdown .dropdown-menu .live-acc-btn a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.open-acc-btn {
  display: table;
  font-family: 'arial';
  font-size: 14px;
  height: 32px;
  line-height: 32px;
}

.open-acc-btn a {
  min-width: 203px;
  display: block;
  background: #39B54A !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.header-area nav ul li.dropdown .dropdown-menu .open-acc-btn a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.claim-offer-btn {
  display: table;
  font-family: 'arial';
  font-size: 14px;
  height: 32px;
  line-height: 32px;
}

.claim-offer-btn a {
  min-width: 203px;
  display: block;
  background: #264460 !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.header-area nav ul li.dropdown .dropdown-menu .claim-offer-btn a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
    overflow: hidden;
    overflow-y: hidden !important;
  }

  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

.navbar {
  padding: 12px 0;
}

.navbar .dropdown-menu,
.header-top .dropdown-menu {
  border-width: 0;
  /*border-radius: 0;*/
  min-width: 250px;
  padding: 24px 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.navbar .dropdown-trading {
  min-width: 480px;
}

.navbar .dropdown-trading p {
  color: #5e6e82;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  margin-bottom: 5px;
}

.column-2>li {
  min-width: 50%;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -o-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 5px;
}

.dropdown-trading .nav_icon {
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  margin-top: -1px;
  width: 24px;
}

.dropdown-trading .nav_icon img {
  max-width: 20px;
}

.dropdown-footer {
  border-radius: 0 0 10px 10px;
  background: #f2f2f2;
  text-align: center;
  padding: 12px 10px;
  font-size: 14px;
  color: #5e6e82;
}

.navbar .dropdown-trading .column-2 a {
  padding: 8px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.navbar .dropdown-menu a,
.header-top .dropdown-menu a {
  font-size: 0.9rem;
  color: #5e6e82;
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 4px 10px;
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navbar .dropdown-menu a:hover,
.header-top .dropdown-menu a:hover {
  background-color: #f2f2f2;
  color: #000 !important;
}

.dropdown-menu {
  margin-top: 5px;
  border-radius: 10px;
}

.header-top .dropdown-menu {
  margin-top: 15px;
}

/* .dropdown-menu:before {
  top: -8px;
  left: 22px;
  width: 16px;
  content: "";
  z-index: -1;
  height: 16px;
  background: #fff;
  position: absolute;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
} */

.dropdown-menu .dropdown-menu:before {
  display: none;
}

/*.navbar .dropdown-menu a:before, .header-top .dropdown-menu a:before{
    top: 10%;
    left: 10%;
    padding: 0;
    z-index: -1;
	content: '';
    border-radius: 50%;
    position: absolute;
    background: #393944;
    transition: padding .05s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}*/
.navbar .dropdown-menu .dropdown-toggle::after {
  background-image: url("/assets/image/arrow-right.svg");
  position: absolute;
  height: 15px;
  margin: auto;
  width: 13px;
  right: 6px;
  bottom: 0;
  top: 0;
}

/*.navbar .dropdown-menu .dropdown-toggle:hover::after{
	filter: invert(1);
}*/
.dropdown-menu-right {
  right: 0 !important;
  top: 100% !important;
  left: auto !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.dropdown-menu-right:before {
  left: auto;
  right: 22px;
}

.nav-item .menu-toggle {
  filter: invert(1) brightness(5);
}

.menu-toggle img {
  height: 100%;
  display: block;
  margin: auto;
}

.menu-toggle {
  position: absolute;
  cursor: pointer;
  display: none;
  z-index: 8;
  margin: auto;
  right: 10px;
  bottom: 0;
  width: 14px;
  height: 16px;
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navbar-brand {
  padding: 0;
}

.navbar-nav .nav-link,
.navbar .btn-link {
  text-decoration: none !important;
  font-weight: 500;
  font-size: 14px;
  color: #5e6e82;
}

.navbar .btn-link:hover {
  color: #f27072;
}

.flag {
  width: 28px;
  margin-right: 6px;
  vertical-align: -4px;
}

.landing-banner {
  background-color: #061526;
  color: #fff;
}

.landing-banner1 {
  background-color: #061526;
  color: #fff;
  background: url(/assets/image/stock-bg.jpg) no-repeat center;
}

.inner-banner {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  position: relative;
}

.inner-banner h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 25px;
}

.inner-banner .btn {
  margin-top: 18px;
}

.inner-banner li {
  margin-bottom: 5px;
  padding-left: 20px;
  background: transparent url("/assets/image/check-icon.svg") no-repeat left top 2px / auto;
}

.categories .dropdown-menu {
  min-width: 620px;
}

.categories .dropdown-menu li {
  -webkit-flex: 0 0 33.33%;
  -moz-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  -o-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  margin-bottom: 3px;
  max-width: 33.33%;
  padding: 2px;
}

.categories .dropdown-menu li a {
  font-weight: 400;
  font-size: 14px;
}

.service_item {
  font-size: 14px;
  background: #fff;
  line-height: 1.6;
  border-radius: 8px;
  padding: 35px 28px;
}

.service_item h4 {
  color: #5e6e82;
  font-size: 18px;
  margin-top: 35px;
  margin-bottom: 20px;
}

.service_item p {
  margin-bottom: 0;
}

.col-lg-4 .service_item p {
  min-height: 160px;
}

.strip-info {
  border-radius: 8px;
  padding: 25px 35px;
}

.strip-info h3 {
  top: 5px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.strip-info .btn {
  font-size: 16px;
  padding: 12px 20px;
}

.strip-info .demo-text {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px;
}

/*News page*/
.page-title {
  color: #5e6e82;
}

.page-title h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}

.page-title p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.news-posts {
  margin: 0 -8px;
}

.news-posts li {
  padding: 8px;
  max-width: 33.33%;
  -webkit-flex: 0 0 33.33%;
  -moz-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  -o-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}

.news-post {
  height: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 20px 15px 15px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.news-area h3 {
  color: #5e6e82;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.news-area h3 a {
  color: inherit;
}

.news-area p {
  font-weight: 400;
  font-size: 14px;
  color: #909ca9;
}

.news-post-content {
  flex-grow: 1;
  margin-bottom: 5px;
}

.post-footer {
  font-size: 12px;
  color: #5e6e82;
}

.post-footer strong {
  font-weight: 700;
}

.recomended_area {
  margin-bottom: 15px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.recomended_header {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 8px 8px 0 0;
  background: #f2f6fc;
}

.recomended_body {
  padding: 15px;
}

.recomended_body li {
  padding-left: 35px;
  position: relative;
  padding-bottom: 15px;
}

.recomended_body li+li {
  padding-top: 15px;
  border-top: 1px #ecf1f8 solid;
}

.recomended_body .count_list {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 3px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.recomended_body li+li .count_list {
  top: 18px;
}

.apply-box {
  margin-bottom: 15px;
  border-radius: 10px;
  background: #fff url("/assets/image/apply-box-bg.png") no-repeat center center / 100% 100%;
  padding: 15px 10px;
  text-align: center;
}

.apply-box h2 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}

.apply-box p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
}

.sideFooter p {
  font-size: 12px !important;
  margin-bottom: 7px !important;
}

.sideFooter p a {
  color: inherit;
}

.input-group-search {
  background: #ecf1f8;
}

.input-group-search .form-control {
  height: 45px;
  font-size: 14px;
  font-weight: 400;
}

/*landing*/
.bg-image {
  background-position: center center;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
}

.landing-banner {
  background-position: center right;
}

.landing-banner h1 {
  color: #fff;
}

.list-group-flush {
  border-radius: 10px;
}

.trading-list li {
  padding: 5px 0;
}

.trading-list strong {
  font-weight: 500;
  min-width: 130px;
  font-size: 48px;
  color: #565969;
}

.trading-platform h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0 15px;
}

.trading-platform img {
  margin: 0 auto;
  margin-top: 20px;
}

.section-title h2 {
  font-size: 30px;
  color: #4990ef;
}

.section-title p {
  text-transform: uppercase;
}

.price-card .btn {
  padding-left: 22px;
  padding-right: 22px;
}

.price-card {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #5e6e82;
  padding: 15px;
  max-width: 260px;
  margin: auto;
}

.price-card h2 {
  margin-bottom: 0;
}

.price-header {
  height: 120px;
}

.price-body {
  height: 95px;
}

.price-header img {
  margin-bottom: 5px;
  margin: 0 auto;
}

.ribbon {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  padding: 1px 0;
  width: 120px;
  left: -25px;
  color: #fff;
  top: 25px;
}

.trading-services {
  max-width: 280px;
  margin: auto;
}

.trading-services h3 {
  color: #fff;
}

.trading-services img {
  max-height: auto;
}

.fp-metals-title h2 {
  font-size: 32px;
}

.metals {
  margin: 8px;
  background: #fff;
  border-radius: 8px;
  padding: 5px 5px 15px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.metals-image {
  height: 130px;
  overflow: hidden;
}

.owl-nav {
  margin: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
  top: 50%;
  z-index: 5;
  width: 35px;
  height: 35px;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  border-radius: 35px;
  background: #fff !important;
  line-height: 30px !important;
  border: 1px solid #b2b5b9 !important;
}

.owl-theme .owl-nav [class*="owl-"] img {
  display: block;
  margin: auto;
}

.owl-theme .owl-nav .owl-next {
  right: -14px;
}

.owl-theme .owl-nav .owl-prev {
  left: -14px;
}

.instrument-header {
  color: #5e6e82;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 60px;
}

.instrument-header h2 {
  margin: 2px 0;
  color: #e13d55;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
}

.benefit-list li+li {
  margin-top: 25px;
}

.benefit-list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.bl-icon {
  min-width: 45px;
  margin-right: 25px;
}

.bl-icon img {
  max-width: 100%;
}

.bl-content p {
  margin-bottom: 0;
}

.text-gray h2,
.text-gray h3 {
  color: inherit;
}

.superiority-area h2 {
  font-weight: 400;
}

.superiority-area h2.text-red {
  font-weight: 700;
}

.withdrawal-option h6 {
  color: #5e6e82;
  font-size: 18px;
}

.withdrawal-option ul li {
  flex-grow: 1;
  padding: 8px;
}

.withdrawal-option ul li img {
  max-height: 55px;
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}

.featured-layout {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}

.featured-blog-items {
  padding: 5px;
}

.featured-blog-items:first-child {
  grid-row-start: 1;
  grid-row-end: 4;
}

.news-snippet {
  height: 100%;
  position: relative;
}

.summary a {
  color: #fff;
}

.summary {
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: left;
  position: absolute;
  padding: 10px 22px;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}

.category {
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 10px;
}

.category a {
  background-color: #dc4545;
  padding: 1px 6px;
  color: #fff;
}

.news-title {
  margin: 0 0 10px 0;
}

.info {
  font-size: 0.85em;
  color: #aaa;
  margin-bottom: 5px;
}

.info a {
  color: #fff !important;
}

.info ul li {
  padding: 0 15px 0 0;
}

.info ul li svg {
  color: #fff;
  width: 1em;
}

/* footer */

.footer {
  color: #a2acba;
  font-size: 13px;
  font-weight: 400;
  background: #212d3e;
}

.footer-links {
  padding: 50px 0 35px;
}

.footer h3 {
  color: #fff !important;
  font-size: 16px;
  margin-bottom: 20px;
}

.footer a {
  color: #a2acba;
}

.footer li {
  margin-bottom: 5px;
}

.social-media a {
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}

.social-media img {
  filter: invert(1);
  max-height: 20px;
  display: block;
  width: 20px;
}

.footer-content {
  padding: 20px 0;
}

.footer-content p {
  margin-bottom: 15px;
}

.footer-strip {
  background: #15202f;
  padding: 8px 0;
  color: #fff;
}

.map {
  max-width: 800px;
}

.map-image {
  opacity: 0.6;
}

.map-dot {
  top: 0;
  left: 0;
  z-index: 5;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 15px;
  border: 1px #fff solid;
}

.dot-blue {
  background: #4990ef;
  box-shadow: 0 0 0 0 #4990ef;
  animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(73, 144, 239, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(73, 144, 239, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(73, 144, 239, 0);
  }
}

.dot-green {
  background: #8ac735;
  box-shadow: 0 0 0 0 #8ac735;
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(138, 199, 53, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(138, 199, 53, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(138, 199, 53, 0);
  }
}

.dot-red {
  background: #e13d55;
  box-shadow: 0 0 0 0 #e13d55;
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(225, 61, 85, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(225, 61, 85, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(225, 61, 85, 0);
  }
}

.map-dot-1 {
  left: 33.5%;
  top: 5%;
}

.map-dot-2 {
  left: 9%;
  top: 24%;
}

.map-dot-3 {
  left: 51%;
  top: 70%;
}

.map-dot-4 {
  left: 72.5%;
  top: 53.5%;
}

.map-dot-5 {
  left: 13%;
  top: 50%;
}

.map-dot-6 {
  left: 58%;
  top: 32%;
}

.map-dot-7 {
  left: 87%;
  top: 21%;
}

.map-dot-8 {
  left: 85.5%;
  top: 80.5%;
}

.map-dot-9 {
  left: 73%;
  top: 20%;
}

.map-dot-10 {
  left: 28%;
  top: 77%;
}

.service-box {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.54);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.54);
  border-radius: 8px;
  padding: 25px;
}

.check-blue li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  min-height: 42px;
  padding-left: 60px;
  background-image: url(/assets/image/check-blue-icon.svg);
}

.check-list li {
  margin-bottom: 12px;
  padding-left: 30px;
  background: url(/assets/image/check-icon.svg) no-repeat left top 4px !important;
  color: #a2a2a2 !important;
}

/*Comparasion Table Start*/
.comparison {
  /*margin:0 auto;
  max-width:940px;*/
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  padding: 10px;
}

.comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom: 1px solid #ccc;
}

.comparison td,
.comparison th {
  border-right: 1px solid #ccc;
  empty-cells: show;
  padding: 10px;
}

.compare-heading {
  font-size: 18px;
  font-weight: bold !important;
  border-bottom: 0 !important;
  padding-top: 10px !important;
}

.comparison tbody tr:nth-child(odd) {
  display: none;
}

.comparison .compare-row {
  background: #f5f5f5;
}

.comparison .tickblue {
  color: #0078c1;
}

.comparison .tickgreen {
  color: #009e2c;
}

.comparison th {
  font-weight: normal;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.comparison tr td:first-child {
  text-align: left;
}

.comparison .qbse,
.comparison .qbo,
.comparison .tl {
  color: #fff;
  padding: 10px;
  font-size: 13px;
  border-right: 1px solid #ccc;
  border-bottom: 0;
}

.comparison .tl2 {
  border-right: 0;
}

.comparison .qbse {
  background: #0078c1;
  border-top-left-radius: 3px;
  border-left: 0px;
}

.comparison .qbo {
  background: #009e2c;
  border-top-right-radius: 3px;
  border-right: 0px;
}

.comparison .price-info {
  padding: 5px 15px 15px 15px;
}

.comparison .price-was {
  color: #999;
  text-decoration: line-through;
}

.comparison .price-now,
.comparison .price-now span {
  color: #ff5406;
}

.comparison .price-now span {
  font-size: 32px;
}

.comparison .price-small {
  font-size: 18px !important;
  position: relative;
  top: -11px;
  left: 2px;
}

.comparison .price-buy {
  background: #ff5406;
  padding: 10px 20px;
  font-size: 12px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  text-transform: uppercase;
  margin: 5px 0 10px 0;
}

.comparison .price-try {
  font-size: 12px;
}

.comparison .price-try a {
  color: #202020;
}

@media (max-width: 991px) {

  .table-data th,
  .table-data td {
    padding: 1rem;
  }
}

@media (max-width: 767px) {

  .comparison td:first-child,
  .comparison th:first-child {
    display: none;
  }

  .comparison tbody tr:nth-child(odd) {
    display: table-row;
    background: #f7f7f7;
  }

  .comparison .row {
    background: #fff;
  }

  .comparison td,
  .comparison th {
    border: 1px solid #ccc;
  }

  .price-info {
    border-top: 0 !important;
  }
}

@media (max-width: 639px) {
  .comparison .price-buy {
    padding: 5px 10px;
  }

  .comparison td,
  .comparison th {
    padding: 10px 5px;
  }

  .comparison .hide-mobile {
    display: none;
  }

  .comparison .price-now span {
    font-size: 16px;
  }

  .comparison .price-small {
    font-size: 16px !important;
    top: 0;
    left: 0;
  }

  .comparison .qbse,
  .comparison .qbo {
    font-size: 12px;
    padding: 10px 5px;
  }

  .comparison .price-buy {
    margin-top: 10px;
  }

  .compare-heading {
    font-size: 13px;
  }
}

/*Comparasion Table End*/

.btn-secondary {
  background-color: #2c3044;
  border-color: #2c3044;
}

.bg-success {
  color: #fff;
  background-color: #8fd062 !important;
}

.overlay-section {
  position: absolute;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.collapse-area .card-header .btn {
  color: #fff;
  height: 60px;
  border: none;
  font-size: 20px;
  font-weight: 500;
  border-radius: 0;
  padding: 10px 25px;
  background: #6c7189;
  text-decoration: none !important;
}

.collapse-area .card-header .btn .btn-icon {
  max-width: 20px;
  margin-left: auto;
}

.check-list li {
  margin-bottom: 12px;
  padding-left: 30px;
  background: url("/assets/image/check-icon.svg") no-repeat left top 4px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  min-height: 25px;
  color: #5e6e82;
}

.check-blue li {
  color: #fff;
}

.text-dark-gray {
  color: #5e6e82 !important;
}

/*// workaround*/
.intl-tel-input {
  display: table-cell;
}

.intl-tel-input .selected-flag {
  z-index: 4;
}

.intl-tel-input .country-list {
  z-index: 5;
}

.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

.video-col-6 {
  height: 340px;
}

.object-image {
  object-fit: cover;
  object-position: center;
}

.object-right {
  object-position: center right;
}

.btn-svg-arrow svg {
  font-size: 22px;
  margin-left: 5px;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.btn-svg-arrow[aria-expanded="true"] svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media screen and (max-width: 767px) {
  .video-col-6 {
    height: 170px;
  }
}

.banner-text h3 {
  font-size: 36px;
  margin-bottom: 25px;
}

.overlay-section {
  position: absolute;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.icon-sm {
  width: 60px;
}

@media screen and (max-width: 991px) {
  .banner-text h3 {
    font-size: 26px;
  }
}

/*Trading Commodities Start*/
.trade-commodities .service-box img {
  max-height: 70px;
  margin: 0 auto;
}

.trade-commodities .service-box h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

/*Trading Commodities End*/

/*Global Leader Start*/
.info-box img {
  margin-bottom: 10px;
  height: 120px;
}

.global-leader .info-box h4 {
  margin-bottom: 16px;
}

.global-leader .info-box {
  max-width: 300px;
}

/*Global Leader End*/

/* btn group start */
.btn-group-download .btn {
  height: 60px;
  padding: 0 25px;
  line-height: 58px;
  position: relative;
}

.btn-group-download .btn span {
  line-height: normal;
}

.btn-download .d-block {
  font-size: 12px;
}

/* btn group end */

/*Trading Other Devices Start*/
.info-box {
  max-width: 340px;
  display: block;
  margin: auto;
}

.device-icon {
  height: 80px;
}

.info-box h3 {
  min-height: 45px;
  color: #2c3044;
  font-size: 22px;
  font-weight: 600;
}

.info-box p {
  margin-bottom: 25px;
}

/*Trading Other Devices End*/

/*Details Start*/
.detail-box {
  color: #6c7189;
  font-size: 16px;
  background: #fff;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.54);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.54);
}

.detail-box h4 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
  color: #4990ef;
}

.check-list li {
  margin-bottom: 12px;
  padding-left: 30px;
  background: url("/assets/image/check-icon.svg") no-repeat left top 4px;
  font-size: 15px;
}

.check-list li strong {
  color: #081e36;
  font-size: 18px;
}

.r-box {
  background: rgb(239, 243, 249);
  border: 2px solid rgb(207, 207, 207);
  border-radius: 10px;
  padding: 20px;
  visibility: visible;
  animation-name: fadeInRight;
}

/*Details End*/

/*Fixed Spread Brokers Start*/
.table #borderless-cell {
  border-top: 1px solid Transparent !important;
  border-left: 1px solid Transparent !important;
}

.table-data th,
.table-data td {
  padding: 2rem;
  vertical-align: middle !important;
  border-top: 1px solid #dee2e6 !important;
  text-align: center !important;
}

.brand-blue {
  color: #075c8f;
}

/*Fixed Spread Brokers End*/

/*Open Account Start*/
.image {
  min-height: 260px;
}

.check-blue li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  min-height: 42px;
  padding-left: 60px;
  color: #a5a5a3 !important;
}

/*Open Account End*/

/*Comparasion Table Start*/
.comparison {
  /*margin:0 auto;
  max-width:940px;*/
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  padding: 10px;
}

.comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom: 1px solid #ccc;
}

.comparison td,
.comparison th {
  border-right: 1px solid #ccc;
  empty-cells: show;
  padding: 10px;
}

.compare-heading {
  font-size: 18px;
  font-weight: bold !important;
  border-bottom: 0 !important;
  padding-top: 10px !important;
}

.comparison tbody tr:nth-child(odd) {
  display: none;
}

.comparison .compare-row {
  background: #f5f5f5;
}

.comparison .tickblue {
  color: #0078c1;
}

.comparison .tickgreen {
  color: #009e2c;
}

.comparison th {
  font-weight: normal;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.comparison tr td:first-child {
  text-align: left;
}

.comparison .qbse,
.comparison .qbo,
.comparison .tl {
  color: #fff;
  padding: 10px;
  font-size: 13px;
  border-right: 1px solid #ccc;
  border-bottom: 0;
}

.comparison .tl2 {
  border-right: 0;
}

.comparison .qbse {
  background: #0078c1;
  border-top-left-radius: 3px;
  border-left: 0px;
}

.comparison .qbo {
  background: #009e2c;
  border-top-right-radius: 3px;
  border-right: 0px;
}

.comparison .price-info {
  padding: 5px 15px 15px 15px;
}

.comparison .price-was {
  color: #999;
  text-decoration: line-through;
}

.comparison .price-now,
.comparison .price-now span {
  color: #ff5406;
}

.comparison .price-now span {
  font-size: 32px;
}

.comparison .price-small {
  font-size: 18px !important;
  position: relative;
  top: -11px;
  left: 2px;
}

.comparison .price-buy {
  background: #ff5406;
  padding: 10px 20px;
  font-size: 12px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  text-transform: uppercase;
  margin: 5px 0 10px 0;
}

.comparison .price-try {
  font-size: 12px;
}

.comparison .price-try a {
  color: #202020;
}

@media (max-width: 991px) {

  .table-data th,
  .table-data td {
    padding: 1rem;
  }
}

@media (max-width: 767px) {

  .comparison td:first-child,
  .comparison th:first-child {
    display: none;
  }

  .comparison tbody tr:nth-child(odd) {
    display: table-row;
    background: #f7f7f7;
  }

  .comparison .row {
    background: #fff;
  }

  .comparison td,
  .comparison th {
    border: 1px solid #ccc;
  }

  .price-info {
    border-top: 0 !important;
  }
}

@media (max-width: 639px) {
  .comparison .price-buy {
    padding: 5px 10px;
  }

  .comparison td,
  .comparison th {
    padding: 10px 5px;
  }

  .comparison .hide-mobile {
    display: none;
  }

  .comparison .price-now span {
    font-size: 16px;
  }

  .comparison .price-small {
    font-size: 16px !important;
    top: 0;
    left: 0;
  }

  .comparison .qbse,
  .comparison .qbo {
    font-size: 12px;
    padding: 10px 5px;
  }

  .comparison .price-buy {
    margin-top: 10px;
  }

  .compare-heading {
    font-size: 13px;
  }
}

/*Comparasion Table End*/

/* Solution Traders Start */
.service-box {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.54);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.54);
  border-radius: 8px;
  padding: 25px;
}

.service-box-body {
  margin: 0 60px;
  padding-bottom: 20px;
}

/* Solution Traders End */

/*collapse Start*/
.collapse-area .card-header .btn {
  color: #fff;
  height: 60px;
  border: none;
  font-size: 20px;
  font-weight: 500;
  border-radius: 0;
  padding: 10px 25px;
  background: #081e36;
  text-decoration: none !important;
}

.collapse-area .card-header .btn .btn-icon {
  max-width: 20px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .collapse-area .card-header .btn {
    height: auto;
    font-size: 16px;
    padding: 14px 15px;
  }
}

/*collapse End*/
.scheme_item {
  text-align: center;
  position: relative;
}

span.si_title {
  font-weight: 600;
  font-size: 20px;
  display: block;
  color: #ec1e25;
  margin: 8px 0;
}

.scheme_item_top a {
  color: #ec1e25;
}

.scheme_item_top {
  height: 180px;
}

.scheme_list:before {
  position: absolute;
  background: #444;
  margin: auto;
  content: "";
  height: 1px;
  top: 158px;
  width: 90%;
  right: 0;
  left: 0;
}

.scheme_item_top:before {
  left: 0;
  right: 0;
  top: 148px;
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  background: #444;
  position: absolute;
  border-radius: 20px;
}

.w100p {
  width: 100% !important;
}

.mb-60 {
  padding-bottom: 208px !important;
}

.bottom-fixed-banner {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 10px;
  box-shadow: 0px -2px 0px 1px #cccccc70;
  z-index: 9999;
}

#catapult_cookie_bar .ctcc-inner.fixed {
  background: #f9f5ef;
  text-align: justify;
  padding: 10px;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.spread-up {
  color: #009e2c;
}

.spread-down {
  color: #e13d55;
}

.news {
  padding: 40px 0;
  /* height: 720px; */
}

.news-title {
  padding: 20px;
  text-align: center;

}

.news-item-sp {
  overflow: hidden;
  position: relative;
  height: 640px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

.news-item-sp .news-item-body {
  left: 0 !important;
}

.news-item {
  overflow: hidden;
  height: 320px;
  position: relative;
}

.news-item-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 10px;
}

.news-item-body {
  position: absolute;
  left: 10px;
  bottom: 0px;
  z-index: inherit;
  overflow: hidden;
  width: 100%;
  padding: 20px 40px;
  background-color: #2c3044
}

.news-item-title {
  font-size: 16px;
  font-weight: bolder;
  color: #ffffff;
  /* text-overflow: ellipsis; */
  /* max-height: 44px; */
  overflow: hidden;
  /* white-space: nowrap; */
  cursor: pointer;
}

.news-item-body .news-item-date {
  font-size: 14px;
  color: #ffffff;
}

.read-btn {
  padding: 20px 0;
  text-align: center;

}

.navbar {
  padding: 12px 0;
}

.navbar .dropdown-menu {
  border-width: 0;
  border-radius: 0;
  min-width: 250px;
  padding: 24px 20px;
  -webkit-box-shadow: 5px 8px 28px rgba(93, 93, 102, 0.1);
  box-shadow: 5px 8px 28px rgba(93, 93, 102, 0.1);
}

.navbar .dropdown-menu a {
  font-size: .9rem;
  color: #171724;
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 4px 10px;
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navbar .dropdown-menu a:before {
  top: 10%;
  left: 10%;
  padding: 0;
  z-index: -1;
  content: '';
  border-radius: 50%;
  position: absolute;
  background: #393944;
  transition: padding .05s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navbar .dropdown-menu .dropdown-toggle::after {
  background-image: url('/assets/image/arrow-right.svg');
  position: absolute;
  height: 15px;
  margin: auto;
  width: 13px;
  right: 6px;
  bottom: 0;
  top: 0;
}

.navbar .dropdown-menu .dropdown-toggle:hover::after {
  filter: invert(1);
}

.nav-item>.menu-toggle {
  filter: invert(1) brightness(5);
}

.menu-toggle img {
  height: 100%;
  display: block;
  margin: auto;
}

.menu-toggle {
  position: absolute;
  cursor: pointer;
  display: none;
  z-index: 8;
  margin: auto;
  right: 10px;
  bottom: 0;
  width: 18px;
  height: 20px;
  top: 0;
}

.navbar-brand {
  padding: 0;
  max-width: 150px;
}

.navbar-nav .nav-link,
.navbar .btn-link {
  text-decoration: none !important;
  font-weight: 500;
  font-size: 16px;
  color: #5d7e9b;
}

.navbar .btn-link:hover {
  color: #f27072;
}

.navbar .flag {
  width: 28px;
  margin-right: 6px;
  vertical-align: -4px;
}

.inner-banner {
  font-size: 19px;
  line-height: 1.3;
}

.inner-banner h1 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #FFFFFF !important;
}

.inner-banner .btn {
  margin-top: 18px;
}

.categories .dropdown-menu {
  min-width: 620px;
}

.categories .dropdown-menu li {
  -webkit-flex: 0 0 33.33%;
  -moz-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  -o-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  margin-bottom: 3px;
  max-width: 33.33%;
  padding: 2px;
}

.categories .dropdown-menu li a {
  font-weight: 400;
  font-size: 14px;
}

.service_item {
  font-size: 14px;
  background: #fff;
  line-height: 1.6;
  border-radius: 8px;
  padding: 35px 28px;
}

.service_item h4 {
  color: #5E6E82;
  font-size: 18px;
  margin-top: 35px;
  margin-bottom: 20px;
}

.service_item p {
  margin-bottom: 0;
}

.strip-info {
  border-radius: 8px;
  padding: 25px 35px;
}

.strip-info h3 {
  top: 5px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.strip-info .btn {
  font-size: 16px;
  padding: 12px 20px;
}

.strip-info .demo-text {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px;
}

.gutters-section-img h3 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: "Jost", sans-serif;
}

.gutters-section-img ul li {
  /* color: rgba(239, 239, 239, 0.6) !important;
   */
  color: #fff !important;

  margin-bottom: 20px;
  font-size: 18px;
  min-height: auto;
  font-family: "Jost", sans-serif;
  padding-left: 40px;
}

.gutters-section-img .btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

.gutters-section-img .btn:hover {
  background-color: #209dd8;
}

.gutters-section-img img {
  margin: auto;
  width: 100%;
  position: absolute;
  right: 50px;

}

.gutters-section-img {
  background-color: #081e36;
}

.benefit-p {
  font-weight: 700;
  font-size: 15;
  color: #061526;
}

.banner-area-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.banner-area-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.banner-area {
  display: table-cell;
  vertical-align: middle;
}

.banner-info {
  max-width: 590px;
}

.banner-info h1 {
  font-family: 'MyriadProRegular';
  font-size: 71.54px;
  line-height: 82px;
}

.banner-info h1 span {
  color: #39B54A;
}

.banner-info p {
  font-family: 'MyriadProRegular';
  font-size: 27.37px;
  line-height: 35px;
}

.main-area .heading {
  margin-bottom: 75px;
}


.main-area .heading h2 {
  font-family: 'MyriadProRegular';
  font-size: 45.77px;
  line-height: 55px;
  color: #1A1A1A;
}

.main-area .heading h2 span {
  color: #39B54A;
}

.account-info {
  margin-bottom: 45px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.account-info .title {
  background: #081E36;
  padding: 34px 15px 26px 15px;
}

.account-info .title h3 {
  font-family: 'MyriadProRegular';
  font-size: 45.77px;
  line-height: 55px;
  margin-bottom: 11px;
}

.account-info .title p {
  font-family: 'MyriadProRegular';
  font-size: 18px;
  line-height: 21px;
}

.account-info .table-area {
  border: 1px solid #e9e9e9;
  padding: 35px 40px 5px 40px;
  background: #fff;
}

.account-info .table-area table tr th {
  width: 50%;
  font-family: 'MyriadProRegular';
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  border-bottom: 1px solid #707070;
  color: #39495B;
}

.account-info .table-area table tr td {
  font-family: 'MyriadProRegular';
  font-size: 16px;
  line-height: 19px;
  color: #4D4D4D;
  padding: 16px 25px;
}

.account-info .table-area table tr td:nth-of-type(1) {
  white-space: nowrap;
}

.account-info .table-area .table td,
.account-info .table-area .table th {
  border-top: 0;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #eeeeee;
}

.open-account {
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 45px;
}

.open-account .title {
  background: #e43d3d;
  padding: 11px 15px 0 15px;
}

.open-account .title .open-account-link {
  font-family: 'MyriadProRegular';
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 4px;
}

.open-account .title .open-account-link a {
  text-decoration: underline;
}

.open-account .title p {
  font-family: 'MyriadProRegular';
  font-size: 16px;
  line-height: 26px;
}

.open-account-info {
  padding: 23px 40px 32px 40px;
}

.open-account-info ul li {
  font-family: 'MyriadProRegular';
  font-size: 16px;
  line-height: 19px;
  color: #333;
  margin-bottom: 10px;
  padding-left: 55px;
  background: url(/assets/image/mark.png) no-repeat 10px 3px;
}

.open-account-info p {
  font-family: 'MyriadProRegular';
  font-size: 16px;
  line-height: 19px;
  color: #333;
  margin-bottom: 20px;
}



.banner {
  position: relative;
  /* margin-top: 132px; */
}

@media screen and (max-width: 991px) {
  .banner {
    margin-top: 0px !important;
  }
}

.banner>figure {
  overflow: hidden;
}

.banner>figure img {
  width: 100%;
  height: 100%;
}

.deposite-funds {
  position: relative;
  z-index: 999;
  margin-top: -74px;
}

.deposite-funds ul li {
  width: 50%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 58px;
}

.deposite-funds ul li a {
  background-color: #081E36;
  border-radius: 0 !important;
}

.deposite-funds ul li a.active {
  background-color: #39B54A !important;
}

.deposite-funds .main-area {
  background: #E8ECEF;
  padding-bottom: 64px;
}

.deposite-funds .main-area table {
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.deposite-funds .main-area table.default {
  box-shadow: none;
}

.deposite-funds .main-area table tr th {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  background-color: #39B54A;
  border: 0;
  color: #fff;
}

.deposite-funds .main-area table td,
.deposite-funds .main-area table th {
  vertical-align: middle;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #081E36;
}

.deposit-fund-btn {
  height: 45px;
  line-height: 45px;
  border: 1px solid #627A8E;
}

.deposit-fund-btn a {
  display: block;
  padding: 0 15px;
  color: #081E36;
}

.deposite-funds .main-area .withdraw-info-wrap {
  padding: 20px 0;
}

.deposite-funds .main-area .withdraw-info-wrap .withdraw-info {
  margin-bottom: 23px;
}

.deposite-funds .main-area .withdraw-info-wrap .withdraw-info h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #081E36;
}

.deposite-funds .main-area .withdraw-info-wrap .withdraw-info ul li {
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #081E36;
  padding-left: 38px;
  /* background: url(/assets/image/mark-green.png) no-repeat 0 0; */
}

.deposite-funds .main-area .withdraw-info-wrap .withdraw-info p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #081E36;
}


.leavearage-intro {
  padding: 45px 0 30px 0;
}

.leavearage-intro-item {
  margin-bottom: 70px;
}

.leavearage-intro-item h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 43px;
  color: #000;
  margin-bottom: 20px;
}

.leavearage-intro-item p {
  font-size: 18px;
  line-height: 21px;
  color: #000;
  margin-bottom: 16px;
}

.leavarage-margin .main-area .table-wrap {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.leavarage-margin .main-area .table-wrap table {
  box-shadow: none;
}

.leavarage-margin .main-area .table-wrap {
  padding: 40px 30px;
}

.leavarage-margin .main-area table tr th {
  background-color: transparent;
  border: 1px solid #dee2e6;
  color: #000;
}

.leavarage-margin .main-area table tr td {
  border: 1px solid #dee2e6;
}

.leavarage-margin ul.nav-pills li a {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 16px;

}

.leavarage-margin ul.nav-pills li a.active {
  margin-right: 2px;
}

.leavarage-margin ul.nav-pills li {
  width: 25%;
  font-size: 21px;
  line-height: 25px;
}

.leavarage-margin-wrap table {
  box-shadow: none !important;
  margin: 40px 0;
}

.leavarage-margin-wrap table td,
.leavarage-margin-wrap table th {
  vertical-align: middle;
  border: 1px solid #dee2e6;
}

.leavarage-margin-wrap {
  padding: 30px 40px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.leavarage-margin-info {
  margin-bottom: 20px;
}

.leavarage-margin-info h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  color: #000;
  margin-bottom: 8px;
}

.leavarage-margin-info p {
  font-size: 18px;
  line-height: 21px;
  color: #000;
}

.leavarage-margin-info ul li {
  font-size: 18px;
  line-height: 21px;
  color: #000;
}

.banner.leavearage h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 72px;
}

.banner.leavearage p {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}

.balance {
  padding: 66px 0 136px 0;
  background: #152D42;
}

.balance-area h2 {
  font-size: 20px;

}

.balance-area p {
  font-size: 15px;
}

.balance-area figure {
  display: table;
}

.intro {
  padding: 95px 0 65px 0;
}

.intro:nth-child(2n+1) {
  background: #FFFFFF;
}

.intro:nth-child(2n+2) {
  background: #E8ECEF;
}

.intro-area h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
  margin-bottom: 10px;
}

.intro-area p {
  font-size: 24px;
  line-height: 58px;
}


.intro {
  padding: 95px 0 65px 0;
}

.intro:nth-child(2n+2) {
  background: #E8ECEF;
}

.intro-area h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
  margin-bottom: 10px;
}

.intro-area p {
  font-size: 24px;
  line-height: 58px;
}

.introducing-sec {
  background: #EBEFF2;
}

.introducing-wrap {
  position: relative;
  z-index: 999;
  margin-top: -60px;
}

.introducing-area {
  padding: 55px 35px 30px 65px;
  margin-bottom: 23px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.introducing-area figure {
  display: table;
}

.introducing-info {
  display: table;
  width: 100%;
  height: 100%;
  padding-right: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.introducing-info h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
}

.introducing-info p {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 25px;
}

.introducing-info ul {
  margin-bottom: 20px;
}

.introducing-info ul li {
  font-size: 16px;
  line-height: 19px;
  /* background: url(assets/images/mark-green.png) no-repeat 0 0; */
  padding-left: 50px;
}

.become-ib-btn {
  max-width: 360px;
  font-size: 18px;
  font-weight: 700;
  height: 53px;
  line-height: 53px;
  background: #081E36;
}

.become-ib-btn a {
  display: block;
}

.banner.introducing {
  background: #0d263d;
  padding-bottom: 62px !important;
}

.banner.introducing .balance-area h2 {
  margin-bottom: 0;
}

.banner.introducing .balance-area p {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.introducing-info-inner {
  display: table-cell;
  vertical-align: middle;
}

.introducing-info h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: #39B54A;
}

.introducing-area figure {
  display: table;
}

.introducing-wrap .form-area {
  padding: 30px 50px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.introducing-wrap .form-area form {
  margin-top: 16px;
}

.introducing-wrap .form-area form .form-group {
  margin-bottom: 10px;
}

.introducing-wrap .form-area form input {
  font-size: 16px;
  line-height: 36px;
  border: 1px solid #B3B3B3 !important;
}

.introducing-wrap .form-area form input::placeholder {
  color: #B3B3B3;
}

.introducing-wrap .form-area form input:focus {
  outline: 0;
  box-shadow: none;
}

.introducing-wrap .form-area form select {
  font-size: 16px;
  height: calc(3rem + 2px) !important;
  -webkit-appearance: none;
  border: 1px solid #B3B3B3;
  color: #B3B3B3;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.introducing-wrap .form-area form select:focus {
  outline: 0;
  box-shadow: none;
}

.introducing-wrap .form-area form textarea {
  border: 1px solid #B3B3B3 !important;
}

.introducing-wrap .form-area form textarea::placeholder {
  color: #B3B3B3;
}

.introducing-wrap .form-area form textarea:focus {
  outline: 0;
  box-shadow: none;
}

.introducing-wrap .form-area form button {
  font-size: 16px;
  font-weight: 700;
  background: #39B54A;
  border-radius: 3.37px;
  -webkit-border-radius: 3.37px;
  line-height: 38px;
  padding: 0 15px;
  margin-top: 6px;
}

.introducing-wrap .form-area form button:focus {
  box-shadow: none;
  outline: 0;
}

.introducing-wrap .form-area form .form-group.country {
  position: relative;
}

.introducing-wrap .form-area form .dropdown {
  width: 60px;
  border-radius: 0;
  background: none;
  border-right: 1px solid #B3B3B3;
  border: 1px solid #B3B3B3;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.introducing-wrap .form-area form .dropdown button {
  height: 48px;
  width: 60px;
  background: none;
  color: #B3B3B3;
}

.introducing-wrap .work {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  padding: 30px 15px 30px 35px;
  margin-bottom: 20px;
}

.introducing-wrap .work .work-wrap {
  margin: 17px 24px;
}

.introducing-wrap .work .work-wrap .circle {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}

.introducing-wrap .work .work-wrap .circle .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.introducing-wrap .work .work-wrap .circle .inner figure {
  display: table-cell;
  vertical-align: middle;
  padding: 0 9px;
}

.introducing-wrap .work .work-wrap .item {
  position: relative;
  margin-left: -25px;
  margin-bottom: 23px;
}

.introducing-wrap .work .work-wrap .item::before {
  content: '';
  position: absolute;
  top: -100%;
  left: 21px;
  width: 6px;
  height: 100%;
  background: #E6E6E6;
  z-index: 0;
}

.introducing-wrap .work .work-wrap .item:first-child::before {
  display: none;
}

.introducing-wrap .work .work-wrap .circle.green {
  background: #39B54A;
}

.introducing-wrap .work .work-wrap .circle.orange {
  background: #F7931E;
}

.introducing-wrap .work .work-wrap .circle.blue {
  background: #29ABE2;
}

.introducing-wrap .work .work-wrap .circle.violate {
  background: #93278F;
}

.introducing-wrap .work .work-wrap .work-wrap-inner {
  padding-left: 65px;
}

.introducing-wrap .work .work-wrap .work-wrap-inner h5 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 6px;
}

.introducing-wrap .work .work-wrap .work-wrap-inner p {
  font-size: 16px;
  line-height: 21px;
}

.instrument-header h2 {
  margin: 2px 0;
  color: #E13D55;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
}

.py-130-60 {
  padding-top: 130px;
  padding-bottom: 60px;
}

.logo-small {
  display: none;
}

@media screen and (max-width: 767px) {

  .three-steps-box1 .three-jiantou {
    display: none;
  }


  .announce {
    margin-top: 80px !important;
  }

  .top-head-area .user-area ul li.login {
    padding-left: 10px;
    margin-left: 10px !important;
  }

  .header-area nav ul li.dropdown .dropdown-menu .menu-item h4 {
    font-size: 16px !important;
    text-align: center;
  }

  .header-area nav ul li.dropdown .dropdown-menu .row {
    height: 740px !important;
  }

  .open-account-img {
    display: none;
  }

  h2 {
    font-size: 22px !important;
  }

  .logo-big {
    display: none;
  }

  .logo-small {
    display: block;
  }

  .user-area {
    margin-bottom: 10px;
    display: block !important;
  }

  .top-head-area .user-area ul li:first-child {
    margin-left: 0 !important;
  }

  .introducing-info-inner {
    padding-top: 20px;
  }

  .banner.introducing .balance-area p {
    font-size: 16px;
  }

  .introducing-info h3 {
    font-size: 20px;
  }

  .introducing-info p {
    font-size: 16px;
  }

  .introducing-info {
    padding-left: 30px;
  }

  .introducing-info ul li {
    padding-left: 0px;
  }

  .introducing-area {
    padding-left: 10px;
    padding-right: 10px;
  }

  main {
    padding-bottom: 0px !important;
  }

  .btn {
    margin-top: 16px;
  }

  .h2 {
    font-size: 1.25rem;
  }

  .h3 {
    font-size: 1rem;
  }

  h3.hd_link {
    margin-top: 20px;
    text-align: center;
    background-color: #4D4D4D;
    color: #dee2e6;
    padding: 10px 0;
  }

  h3.mb-3 {
    font-size: 20px;
  }

  .inner-banner {
    padding-bottom: 20px !important;

  }

  .inner-banner p {
    font-size: 16px;
  }

  .stock-commition {
    background-size: cover !important;
  }

  .bottom-fixed-banner {
    display: none;
  }

  .mb-60 {
    margin-bottom: 0px !important;
  }
}

.price-header h5 {
  margin-top: 10px;
}

#risking {
  font-size: 11px;
}

#risking p {
  margin-bottom: 4px;
}

.new-term {
  border-top: 1px solid #e9ebf5;
  padding: 10px 20px;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 15px;
  background: none;
  border: none;
  color: #666;
  font-size: 20px;
  cursor: pointer;
  z-index: 10000;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.close-btn:hover {
  color: #333;
  background-color: rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
}

.close-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}