.landing-form-overlay {
  bottom: auto;
  width: 350px;
  background-color: rgba(0, 0, 0, .7);
  border-radius: 0 0 3px 3px;
  margin-top: 1px;
}

.slider-caption:not(.dark),
.slider-caption:not(.dark) h2 {
  color: #fff;
}

.slider-caption h2 {
  font-size: 55px;
  word-break: break-word;
}

#show-password {
  height: 34px;
}

.slider-feature {
  position: relative;
  transform: translateY(0%);
  z-index: 4;
  margin-bottom: 15px;
}

.card-body {
  background: #25b863;
  padding: 20px 30px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  color: #f7d02b;
  transition: all .3s ease;
  border-radius: 5px;
}

.card-body:hover {
  background: #f7d02b;
  color: #25b863;
}

.services-container-overlay {
  padding: 60px 0;
}

.researchPortalBg {
  background: url(/images/custom/parallax.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.mobile-investing-sub {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.stock-card {
  box-shadow: 0 1px 20px #ddd;
  margin: 0 15px;
  padding: 0;
}

.stock-card-content {
  padding: 15px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.stock-card-image {
  border-radius: 50%;
  border: 3px solid #777;
  overflow: hidden;
  height: 70px;
  width: 70px;
  background: #fff;
  margin-right: 10px;
}

.stock-card-image img {
  width: 100%;
}

.stock-card-name {
  font-weight: bold;
  margin-top: 5px;
}

.stock-card-symbol {
  font-size: 18px;
  font-weight: bold;
  display: inline;
}

.stock-card-curr-price {
  display: inline;
  font-size: 20px;
}

.stock-card-change {
  font-weight: bold;
  font-size: 18px;
}

.fbox-effect .fbox-icon i:hover,
.fbox-effect:hover .fbox-icon i {
  background-color: #f7d02b;
  color: #fff;
}

.btn:focus {
  color: #fff;
}

.freeDemoButton {
  background: #25b863;
  color: #f7d02b;
}

.freeDemoButton:hover {
  background: #f7d02b;
  color: #25b863;
}

@media (max-width: 991px) {
  .landing-form-overlay {
    display: none;
  }
}

@media (min-width: 992px) {
  .slider-feature {
    transform: translateY(0%);
  }
}
