.smart-banner-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--ifc-gray-100);
    border: solid 1px var(--ifc-gray-200);
    padding: 20px 30px;
    width: 100%;
}
.smart-banner-bottom h2 {
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    display: flex;
    align-self: center;
    font-family: var(--bs-body-font-family);
    padding: 0;
    background: transparent;
}
.smart-banner-bottom div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.smart-banner-bottom .btn-success {
    font-weight: 300;
    margin-right: 10px;
    width: 240px;
}
.smart-banner-bottom .btn-primary{
    font-weight: 300;
    width: 240px;
}
.smart-banner-bottom div{
    display: flex;
    align-items: center;
    justify-content: center;
}

body[dir=rtl] .smart-banner-bottom .btn-success{
    margin-left: 10px;
    margin-right: 0;
}

.last_element .container.smart-banner-bottom{
    margin-bottom: 0;
}
/*When has left menu*/
.main-with-left .smart-banner-bottom{
    flex-direction: column;
}

.main-with-left .smart-banner-bottom h2 {
    text-align: center;
    margin-bottom: 20px;
}
/*END When has left menu*/
@media (max-width: 992px) {
    .smart-banner-bottom{
        flex-direction: column;
    }
    .trade_forex_steps .account_practice_bottom{
        text-align: center;
    }

    .smart-banner-bottom h2 {
        text-align: center;
        margin-bottom: 20px;
    }
}
@media (max-width: 550px){
    .smart-banner-bottom .btn-primary,
    .smart-banner-bottom .btn-success{
        text-transform: unset;
    }
    .smart-banner-bottom:not(.demo){padding: 0;}
    .smart-banner-bottom:not(.demo){
        border: none;
        background: none;
    }
    .smart-banner-bottom:not(.demo) div{
        width: 100%;
        justify-content: space-between;
    }


}

@media (max-width: 550px) and (min-width: 400px){
    .smart-banner-bottom .btn-primary,
    .smart-banner-bottom .btn-success {
        width: auto;
        min-width: 180px;
        justify-content: center;
        display: flex;
        align-items: center;
        line-height: 1;
    }
}

@media (max-width: 399px){
    .smart-banner-bottom .btn-primary,
    .smart-banner-bottom .btn-success{
        line-height: 1;
        display: flex;
        min-width: auto;
        align-items: center;
        justify-content: center;
    }
}


@media (max-width: 350px){
    .smart-banner-bottom div{
        flex-direction: column;
        align-items: initial;
    }
    .smart-banner-bottom div>a:first-child{
        margin: 0 0 10px;
    }
    .smart-banner-bottom .btn-primary,
    .smart-banner-bottom .btn-success{
        justify-content: center;
    }
    .smart-banner-bottom div{
        width: auto;
    }
    body[dir=rtl] .smart-banner-bottom .btn-success{
        margin-left: 0;
    }
}

/*----------- for old phon -----------*/
@media (max-width: 360px){
    .smart-banner-bottom:not(.demo) div{
        display: block;
    }
    .smart-banner-bottom div>a:first-child{
        margin: 0 auto 10px
    }
    .smart-banner-bottom .btn-primary,
    .smart-banner-bottom .btn-success{
        margin: 0 auto;
    }

}
/*----------- END for old phon -----------*/