@media only screen and (max-width:900px) {
    .navbar-toggler{
        background: var(--white);
    }
    .mobile-flex{
        display: flex;
        flex-wrap: wrap;
    }
    .trade-card {
        padding: 20px;
        width: 45%;
        height: 100%;
        background-position: bottom;
        background-size: 100%;
        background-repeat: no-repeat;
        background-color: var(--black);
        margin-left: 10px;
        position: relative;
    }
    
    .trade-block img {
        width: 38px;
        height: auto;
    }
    .trade-card h5 {
        font-size: var(--h4);
    }
    .mobile-app-screen{
        margin-top:30px;
    }
    .explore-magic-content{
        padding-left: 0px;
        padding-right: 0px;
        padding-top:30px;
        padding-bottom: 30px;
    }
    .testimonail-card {
        padding: 20px;
        text-align: center;
    }
    .testimonail-content {
        padding-left: 0px;
        padding-top: 20px;
    }
    .testimonail-content h4 {
        font-size: var(--h3);
    }
    .ready-to-trade,.blog,.why-choose,.testimonails{
        padding-top:60px;
        padding-bottom: 60px;
    }
    .testimonail-content h6{
        font-size: var(--p);
    }
    .footer-logo .w-100{
        width: 200px !important;
    }
    .border-left-color{
        border-left: none !important;
    }
    .footer-content {
        padding-left: 0px;
        padding-top: 20px;
    }
    .footer{
        padding-top:60px;
    }
    .animate-left,.animate-right{
        display: flex;
        justify-content: center;
        width: 100%;
        opacity: 0;
    }
    .mobile-app-screen{
        display: flex;
        justify-content: center;
    }
    .trade-space-right{
        margin-right: 0px;
    }
     .right-section-aboutus{
        margin-top:30px;
    }
    .aboutus-block .aboutus-content h5 {
        font-size: 20px;
    }
    .more-card {
        margin: 20px;
        padding-left: 10px;
    padding-right: 10px;
    }
    .more-card p {
        font-size: 20px;
    }
    .subscribe-actions{
        display:flex;
        flex-wrap: wrap;
        
    }
    .subscribe-actions img{
        width:130px;
    }
    .form-subscribe .form-control{
        width:100%;
    }
    .offerings img{
        margin-top:20px;
    }
}