@media only screen and (min-width: 1200px){
  .container {padding: 0;}
  .container-fluid{padding: 0;}
}
@media only screen and (max-width: 1200px){
	.navigation > li > a {
      margin: 0 32px;
  }
  .blog-section .container{
	padding: 0 15px;
  }
}
@media only screen and (max-width: 1199px){
  	.blog-section .post-area:before{
    	display: none;
  	}
	.blog-section .post-area.sec-padd{
		padding-bottom: 0px;
	}
	.blog-section .blog-sidebar.sec-padd{
		padding-top: 0px;
	}
	.blog-sidebar {
	  margin-left:0px;
	}	
}
@media only screen and (min-width: 991px){
  	.mobile-menu {
    	display: none;
  	}	
}
@media only screen and (max-width: 991px){
    
/*========== mobile-menu ============*/
  .navigation {
    display: none;
  } 
  .main-menu .collapse {
    border: 0px;
    max-height: 300px;
    display: none !important;
    overflow: auto !important;
  } 
  .main-menu .collapse.show, 
  .main-menu .collapsing {
    display: block !important;
  } 
  .main-menu .navbar-header{
    padding: 14px 0px;
    float: none;
  }  
  .main-menu .navbar-toggle {
    float: none;
    margin: 0;
    display: block;
  }  
  .main-menu .navbar-toggle .icon-bar {
    background: #a0c715;
    width: 30px;
  }  
/*=============== end menu=================*/
  .main-header .logo-outer {
      width: 100%;
      float: inherit !important;
      text-align: center;
      margin-bottom: 20px;
  }
  .main-header .header-upper .upper-right {width: 100%;float: inherit !important;}

  .main-header .info-box {
      float: inherit;
      display: inline-block;
      margin-left: 0;
      margin-right: 19px;
  }
  .main-header .outer-box2 {top: -12px;}
	.contact-information .column {
		padding: 10px 0px;
	}
}

  
@media only screen and (max-width: 767px){
    .about-us .img-box {
      width: 100%;
      margin-bottom: 30px;
    }  
    .about-us .content {
      width: 100%;
    }
    .main-header .outer-box2 {
      top: 0;
    }
    .main-header .header-upper .upper-right {text-align: center;
    } 
    .footer-bottom .copy-text {
        width: 100%;
    }
    .footer-bottom .get-text {
        width: 100%;
    }
    .single-service .post-column .img-box {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .single-service .post-column .content {
        width: 100%;
    }

    .single-service .tabs-style-one.tabs-box {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .single-service .request-quote {
        width: 100%;
        margin-left: 0;
    }
	.classic-blog-news{
		margin-bottom: 30px;
	}
	.blog-section .blog-sidebar.sec-padd{
		padding-bottom: 0px;
	}
	.classic-blog-news .lower-content h2 {
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 32px;
	}	
}