@media (max-width:1300px) {
    .bullance-nav-container{
        width: 100%;
    }
    
    .bullance-exchange .bullance-exchange-container{
    box-shadow: 0 0 2px #ff00373b;
}
.bullance-exchange .bullance-exchange-container{
    flex-wrap: wrap;
}
.bullance-exchange-container .bullance-exchange-left{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ff000038;
}

.bullance-exchange-container .bullance-exchange-left,.bullance-exchange-container .bullance-exchange-right{
    width:100%;
    margin-right: 0;
}
.bullance-exchange-right .bullance-exchange-btn {
   
    width: 100%;
    text-align: center;
}

}

@media (max-width:950px) {

    .bullance-nav-container,
    .bullance-herro-contaner {
        width: 100%;
        padding: 0 10px;
    }
    .bullance-nav-menu.active{
        display: block !important;
        transition: 0.4s;
    }

    .bullance-nav-menu {
        display: none;
        position: absolute;
        background: #fff;
        z-index: 99;
        top: 97px;
        margin-left: -20px;
        width: 100%;
        padding: 20px 10px;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 0 3px #ff000073;
    }

    .bullance-nav-menu ul {
        flex-direction: column;
        width: 100%;
    }

    .bullance-nav-menu ul li {
        width: 100%;
        text-align: center;
        margin: 5px;
    }

    .bullance-nav-menu ul li .bullance-nav-link.btn {
        line-height: 70px;
    }







    .bullance-ham-menu {
        display: block;
    }

    .bullance-herro .bullance-hero-title {
        font-size: 2.2rem;
    }

    .bullance-herro .bullance-hero-skill {
        flex-wrap: wrap;
    }

    .bullance-hero-skill .bullance-herro-tagline.learn {
        width: 40%;
    }

    .bullance-hero-skill .bullance-herro-tagline.trade {
        width: 40%;
    }

    .bullance-hero-skill .bullance-herro-tagline.earn {
        width: 100%;
    }

    .bullance-herro-tagline .skil-text {
        font-size: 1rem;
    }

    /*.bullance-hero-circle:after {*/
    /*    margin-top: 115px;*/
    /*    margin-left: -220px;*/

    /*}*/

    .bullance-hero-circle:before {
           margin-top: 135px;
    margin-left: 144px;


    }

    .bullance-section-title {
        font-size: 2rem;
    }

    .bullance-section-title.bull-do {
        margin-top: 100px;
    }

    .bullance-do-container .bullance-do-content {
        width: 100%;
    }

    .bullance-do-container .bullance-do-content {
        flex-wrap: wrap;
    }

    .bullance-do-content .bullance-do-img,
    .bullance-do-content .bullance-do-text-container {
        width: 100%;
    }
    .bullance-do-content .bullance-do-img {
       margin-right:0;
    }

    .bullance-do-text-container .bullance-do-title {
        font-size: 1.4rem;
    }

    .bullance-about-container {
        flex-wrap: wrap;
    }

    .bullance-about-container .bullance-about-left,
    .bullance-about-container .bullance-about-right {
        width: 100%;
    }

    .bullance-about-left .bullance-about-title {
        font-size: 1.5rem;
    }

    .bullance-about-container .bullance-about-right img {
        height: auto;
    }

    .bullance-contact-container {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .bullance-contact-container .bullance-contact-left,
    .bullance-contact-container .bullance-contact-right {
        width: 100%;
    }

    .bullance-contact-left .bullance-contact-title,
    .bullance-contact-right .bullance-contact-title {
        font-size: 1.5rem;
    }


    .from-contoler label {
        font-size: 1rem;
    }

    .from-contoler .smt-btn {
        font-size: 1.3rem;
    }

    .bullance-contact-left .bullance-contact-link {

        flex-direction: column;
        box-shadow: 0 0 3px #f91d1d57;
        padding: 5px;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .bullance-contact-link {
        font-size: 1rem;
    }

    .bullance-footer-box {
        flex-wrap: wrap;
    }

    .bullance-footer-box .bullance-fotter-container {
        margin-bottom: 20px;
    }

    .bullance-section-contaner {
        width: 90%;
        margin-bottom: 100px;
    }


    .bullannce-tradingview-container{
        width: 100%;
    }


/*---exchange---*/

.bullance-exchange .bullance-exchange-container{
    box-shadow: 0 0 2px #ff00373b;
}
.bullance-exchange .bullance-exchange-container{
    flex-wrap: wrap;
}
.bullance-exchange-container .bullance-exchange-left{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ff000038;
}

.bullance-exchange-container .bullance-exchange-left,.bullance-exchange-container .bullance-exchange-right{
    width:100%;
    margin-right: 0;
}


.bullance-exchange-right .bullance-exchange-title {
    font-size: 1.4rem;
}
.bullance-exchange-description {
    font-size: 1rem;
}
.bullance-exchange-right .bullance-exchange-btn {
    font-size: 1rem;
    width: 100%;
    text-align: center;
}




}