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

    .ts_h {
        font-size: 20px;
    }

    .tret_b_h {
        font-size: 15px;
    }

    .tret_br_h {
        font-size: 15px;
    }

    .top_bar_li li {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1200px) {
    .top_bar_li li {
        font-size: 11.5px;
    }

    .top_icon {
        font-size: 17px;
        margin-right: 0px;
    }
}


@media only screen and (max-width: 991px) {
    #top_bar {
        display: none;
    }
    .navbar-brand{
        height: auto;
        width: 300px;
    }
    .navbar .navbar-nav>li>a {
        padding: 15px 5px !important;
        letter-spacing: 0.2px;
        margin: 15px 5px;
        font-size: 14px;
        font-weight: 500;
    }
    #nav_logo{
        height: 55px;
        margin-top: 5px;
    }
    .logo{
        font-size: 18px;
        line-height: 27px;
    }
    #about {
        padding: 50px 0;
    }

    #services {
        padding: 50px 20px;
    }

    #gallery {
        padding: 50px 0;
    }

    #contact {
        padding: 50px 0;
    }

    .gallery_h {
        font-size: 25px;
    }
    .responsive-reverse{
        display: flex;
        flex-direction: column-reverse;
    }
    .top_inner{
        border: none !important;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 767px) {
    #collapse{
        width: 100%;
        background: #ffffff;
        position: absolute;
    }

    #slider_desktop{
        display: none;
    }
    #slider_mobile{
        display: block;
    }

    .sec_box{
        border-right: none;
    }
    .abt_h{
        font-size: 28px;
        line-height: 40px;
    }

    
    #nav_logo {
        margin-top: 1px;
    }

    .sec_box {
        margin-top: 20px;
    }
    .navbar-toggle{
        margin-top: 20px !important;
    }
    .navbar-brand{
        padding-left: 5px !important;
    }
    .app_form{
        border: 2px solid #f1f5fa;
    }

}


@media only screen and (max-width: 550px) {
    
    #signature{
        margin-bottom: 20px;
    }
    .footer_h{
        margin-top: 10px !important;
    }
    #app_box{
        padding: 35px 25px;
    }
    .owl-nav{
        display: none;
    }
    .logo{
        font-size: 18px;
        line-height: 28px;
    }
    .navbar-toggle{
        margin-right: 10px !important;
    }
    .navbar-brand{
        padding-left: 5px !important;
    }
}

@media only screen and (max-width: 420px) {
    .logo{
        font-size: 16px;
        line-height: 27px;
    }
    .navbar-brand{
        width: 280px;
    }
    #nav_logo{
        height: 55px;
    }
}