
@media only screen and (max-width: 1200px) {

    
    
}

@media only screen and (max-width: 991px) {

    .banner_h {
        padding-top: 35px !important;
    }

}

@media only screen and (max-width: 767px) {

    #top_bar{
        display: none;
    }
    #logo{
        height: 55px;
        margin: 10px 0;
    }
    .navbar-toggle{
     margin-top: 15px;   
     margin-bottom: 15px;   
    }

}

@media only screen and (max-width: 665px) {

    #main_slider {
        background: rgba(0, 0, 0, 0.5);
        border-left: 3px solid #ff9600;
        width: 85%;
        bottom: 0%;
        left: 0%;
        padding: 5px 10px;
    }
    .slider_h {
        letter-spacing: 0.65px;
        font-weight: 600;
        font-size: 16px;
    }
    .slider_p {
        font-size: 15px;
        letter-spacing: 0.5px;
    }

}


@media only screen and (max-width: 400px) {

    #logo{
        height: 48px;
    }

}