.trade-breadcrumbs {
  background-image: url("../../assets/img/trade/page-title-bg.jpg") !important;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
}
.trade-breadcrumbs::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.55) !important;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.postin {
  position: relative;
}
.dark {
  color: #606060 !important;
}
.mrb-2 {
  margin-bottom: 20px;
}
.mrb-1 {
  margin-bottom: 10px;
}
.feat-img {
  height: 400px;
  width: auto;
}
.ban-title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.step-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}
.steps {
  flex: 1;
  padding: 20px;
}
.steps h3 {
  font-size: 1.6rem;
  color: #253f76;
  text-transform: uppercase;
}
.steps p {
  font-size: 1.5rem;
  margin: 10px 0 20px;
  color: #606060;
}
.steps div {
  border-left: 1px dashed #565656;
  padding-left: 20px;
  margin-bottom: 30px;
  position: relative;
}
.steps div::before {
  content: "⦿";
  position: absolute;
  left: -11px;
  top: -12px;
  width: 15px;
  height: 15px;
  color: #5aa52f;
  font-size: 20px; /* Center fill color */
}

.form-control {
  font-size: 13px;
}
.pdb-80 {
  padding-bottom: 80px;
}
.hd {
  font-size: 30px;
  line-height: 35px;
  font-weight: 800;
}
.investment-account-form {
  padding: 4rem 4rem;
}
.hero-mini-banner p {
  font-size: 1.8rem;
  line-height: 1.5;
}
.text {
  font-size: 15px;
  line-height: 25px;
}
.pr-5 {
  padding-right: 5px;
}
.small-t {
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
}
.site-clr {
  color: #253d73;
}
.site-light-clr {
  color: #8290af;
}
.why-choose .title {
  max-width: 78rem;
  margin: auto;
}
.contest-img {
  height: 300px;
  width: auto;
}

#status-message {
  display: none;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
}
.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
@media (max-width: 575px) {
  .web-trader-widget {
    display: block;
  }
}
.web-trader-widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .web-trader-widget {
    bottom: 15px;
    right: 15px;
  }
}
