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

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

    .navbar .navbar-nav>li>a {
        padding: 15px 15px;
        margin: 25px 0px;
    }

    .top_phone_mail li {
        padding-right: 25px !important;
    }
    .banner_bottom_box{
        padding-top: 20px;
    }
    .bb_box{
        margin-top: 40px;
    }

}

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

    #top_bar {
        display: block;
    }

    .top_phone_mail {
        display: none !important;
    }

    .pull-right {
        text-align: center;
        float: none !important;
    }
    #logo{
        height: 80px;
    }
    .navbar-toggle {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .navbar {
        background: #ffffff;
        padding: 0 !important;
    }

}

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

    .carousel-control i {
        font-size: 26px;
    }
    .carousel-control{
        width: 7% !important;
    }    

}
