@media screen and (max-width: 1199px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
      padding: 10px 13px;
    }
}
 
@media only screen and (max-width: 992px){
    .navbar-header {
        float: none; 
        text-align: center;
    }
    .navbar-right {
        float: none !important; 
        text-align: center;
    }


    .services-box{
    margin-bottom: 15px;
    }
  .our-services h1{

    margin: 60px 0 30px;
  }
  .home_post_content {
      padding: 20px 0 25px;
  }

  .three-box-home {
      padding: 38px 0;
  }

  .three-box-home p {
      min-height: auto;
  }

  .post_content .col-md-6{
        margin-bottom: 20px;
  }

  .page-default-border {    
    background-image: none;
   }

}


@media only screen and (max-width: 767px){
  .navbar-toggle {
    float: none !important; 
    position: relative;
    margin: 16px auto;
    display: block;

    }
    .our-services > .row{
        margin :0;
    } 
    .navbar-nav{
        margin-left:0;
        margin-right:0;
    }
    .navbar-collapse{
        max-height:none;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .footer-bar,.footer-bar .text-right,.footer-contactus-bar{
        text-align:center !important;
    }

}
@media only screen and (max-width: 767px){
    .three-box-home .col-md-4{
        margin-bottom:33px;
    }

    .services-box {
      margin-bottom: 5px;
      padding: 15px 0;
    }

    .pic {
        max-height: 297px;
    }

    .dropdown-menu {
        position: relative;
        min-width: auto !important;    
        width: 100% !important;
    }

    .navbar-collapse {        
        padding: 0;        
    }

    .bcums h1 {
        padding: 17px;
        text-align: left;
        padding-left: 0;
    }
    .bcums .pull-right{
        float: left !important;
    }

    ul#breadcrumbs {
        margin: 0 auto;
        text-align: center;
    }

    #main article img {
        max-width: 100% !important;
    }
    #main h3 {
        margin: 10px;
    }

}

@media only screen and (min-width: 767px) and (max-width:992px){
  .navbar-collapse.collapse{
    margin-top:10px;
    text-align:center;
    }
    .navbar-collapse.collapse ul li{
        text-align:left;
    }
    .navbar-nav {
        display: inline-block;
        float: none !important;
        margin: 0 auto;
        width: auto;
    }

    .pic {
      max-height: 130px;
    }


}


@media only screen and (max-width: 549px){
    .gform_wrapper textarea.large, .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]){
        width:  97% !important;
    }
}
@media only screen and (max-width: 549px){
    .pic {
        max-height: 239px;
    }
    .dropdown-menu > li > a {
        font-size: 14px;
    }

}

@media only screen and (max-width: 370px){
    .pic {
        max-height: 166px;
    }
    .logo img {
        width: 100%;
    }
    .home_post_content h2{
        font-size: 27px;
    }   


}
