.landing-form-overlay {
    bottom: auto;
    width: 350px;
    background-color: rgba(0,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: 45px;
    word-break: break-word;
}
#show-password {
    height: 34px;
}

.services-container {
    background-image: url('../../images/custom/bg_services.jpg');
    background-size: cover;
    color: #fff !important;
}
.services-container-overlay {
    background: rgba(0,0,0,0.7);
    padding: 60px 0;
}

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

.stock-card {
    /*border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);*/
    box-shadow: 0 1px 20px #ddd;
    margin: 0 15px;
    padding: 0;
}
.stock-card-content {
    padding: 15px;
}
.stock-card-image {
    border-radius: 50%;
    border: 3px solid #777;
    overflow: hidden;
    height: 70px;
    width: 70px;
    background: #fff;
    margin-right: 10px;
    /*padding: 5px;*/
}
.stock-card-image img {
    width: 100%;
}
.stock-card-name {
    font-weight: bold;
    margin-top: 5px;
    min-height: 45px;
}
.stock-card-symbol {
    font-size: 25px;
    font-weight: bolder;
    display: inline;
}
.stock-card-curr-price {
    display: inline;
    font-size: 20px;
}
.stock-card-change {
    font-weight: bold;
}

.service_icon {
    display: inline-block;
    padding: 10px;
}
.services_block{
    border: 1px solid #ccc;
    box-shadow: 1px 2px 4px 0px #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 0;
}
.services_block p{
    display: block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 25px;
    margin: 0px 0px 10px 0px;
    font-style: normal;
    white-space: normal;
}
.services_block h4{
    font-size: 18px;
    line-height: 31.88px;
    letter-spacing: -0.0045em;
    -webkit-text-stroke-width: 0.24px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.icon{
    margin-right: 6px;
    margin-left: 15px;
}
#slider{
    /*top: -100px;
    margin-bottom: -100px;*/
}
.heading_titles{
    background: url('../../images/landing/heading-bg.png') 0 0 ;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
}
.heading_titles h2{
    display: inline-block;
    background: white;
    padding: 0 20px;
    font-weight: 600;
    font-size: 44px;
}
.margin-bottom-60{
    margin-bottom: 60px;
}
.service_icon + h3{
    margin-top: 15px;
}
.support_icon{
    border: 1px solid #e8e8e8;
    padding: 10px 10px;
    border-radius: 4px;
    box-shadow: 2px 2px 15px 0px #eaeaea;
    height: 100%;
}

.iframe__ iframe{
    width: 100%;
    height: auto;
    max-height: 90vh;
    min-height: 90vh;
}
.iframe__marketSummary iframe{
    width: 100%;
    height: 300px;
}

@media (max-width: 991px) {
    .landing-form-overlay {
        display: none;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
   .support_icon{
       height: 320px;
   }
   .services_block{
       height: 150px;
   }
}
@media only screen and (max-width: 992px) and (min-width: 480px){ 
    .swiper_wrapper .swiper-slide {
        background-position: top center;
        background-size: contain;
    }
}

@media only screen and (min-width: 1500px){ 
    .swiper_wrapper .swiper-slide {
        background-position: top center;
        background-size: cover;
    }
}