@media only screen and (min-width: 991px) and (max-width: 1170px) {
  .navbar-light .navbar-nav .nav-link {
    margin-left: 8px;
  }
  .lab-info {
    overflow: hidden;
    width: 60%;
    float: left;
  }
  .lab-img img {
    width: 130px;
    height: 130px;
    object-fit: contain;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1170px) {
  .search-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 945px){
  .header-email a {
    font-size: 14px;
  }
  .get-quote-btn {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 877px){
  .lab-img img {
    width: 130px;
    height: 130px;
    object-fit: contain;
  }
}

@media only screen and (min-width: 576px) and (max-width: 768px){
  .lab-info {
    overflow: hidden;
    width: 100%;
    float: inherit;
  }
  .lab-img {
    padding-top: 0px;
  }
  .lab-info .collections {
    height: 96px;
  }
}

@media only screen and (max-width: 1400px) {
  .category-info {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1256px) {
  .menu-navigation {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
}
}

@media only screen and (max-width: 1170px) {
  .search-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}
/************
1. 991px
************/

@media only screen and (max-width: 991px) {
  /* Header Responsive */

  .header {
    /* box-shadow: 0 0 16px rgba(0, 0, 0, 0.15); */
    position: relative;
  }
  .main_nav_container {
    padding: 5px 0;
  }
  .header-bottom{
    padding: 5px 0;
  }
  
  .dropdown,
  .lab-banner {
    display: none;
  }
  .content1,
  .section-title p {
    display: none;
  }

  .section-title h1,
  .section-title h2,
  .section-title h3,
  .section-title h4,
  .section-title h5,
  .section-title h6 {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  .section-title h1::after,
  .section-title h2::after,
  .section-title h3::after,
  .section-title h4::after,
  .section-title h5::after,
  .section-title h6::after {
    display: none;
  }
  .product-image img {
    width: 160px;
    height: 160px;
    object-fit: contain;
  }
  .lab-content, .categories-list {
    display: none;
  }

  .main-image {
    height: 300px;
    width: 80%;
    margin: 0 auto;
  }
  .more-images-slider {
    width: 80%;
    margin: 15px auto;
  }
  .product-about {
    margin-top: 16px;
    margin-bottom: 10px;
  }
  section.chromatograph-section {
    padding: 10px 0 10px;
  }
  section {
    padding: 10px 0 20px;
    margin-top: 25px;
  }
  .page-content p {
    display: none;
  }
  .page-content {
    padding: 0px 0;
  }

}


@media only screen and (max-width: 767px) {
  .cont-cw {
    padding: 0 35px;
  }
  .logo_container .logo {
    width: 220px;
  }
  .section-title h1,
  .section-title h2,
  .section-title h3,
  .section-title h4,
  .section-title h5,
  .section-title h6 {
    font-size: 26px;
  }

  .get-quote{
    position: absolute;
    top: 53px;
    right: 78px;
    z-index: 99;
   }
  .get-quote-btn {
    box-shadow: 0 4px 10px 0 #1c242826;
  }
  .page-content h1, .page-content h2 {
    font-size: 24px;
  }
  .sitemap-header h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 576px) {
  .cont-cw {
    padding: 0 25px;
  }

  .main_nav_container {
    padding: 8px 0;
  }
  button.navbar-toggler.btn-header {
    position: absolute;
    right: 0;
    top: auto;
  }

  .lab-categories .col-sm-6 {
    width: 50%;
  }
  .category-image img {
    width: 130px;
  }
  .product-image img {
    width: 135px;
    height: 135px;
    object-fit: contain;
  }
  .pql{
    width: 50%;
  }
  .lab-content {
    display: none;
  }
  .download-text h1 {
    font-size: 20px;
  }
  .cat-logo img {
    width: 190px;
  }
  .page-content h1, .page-content h2 {
    font-size: 24px;
  }
  .lab-equipment .col-sm-6, .catalog-section .col-sm-6{
    width: 50%;
  }
  .lab-info {
    overflow: hidden;
    width: 100%;
    float: inherit;
  }
  .lab-img {
    padding-top: 0px;
  }
  .header-bottom .col-xl-3, .header-bottom .col-xl-9{
    width: 50%;
  }

  .header-email {
    display: none;
  }
  .get-quote {
    position: absolute;
    top: 56px;
    right: 78px;
  }
  .page-content h1, .page-content h2 {
    font-size: 22px;
  }
  .section-title h1,
  .section-title h2,
  .section-title h3,
  .section-title h4,
  .section-title h5,
  .section-title h6 {
    font-size: 24px;
  }
  .sitemap-header h1 {
    font-size: 26px;
  }
  .breadcrumbs {
    display: none !important;
  }
}

@media only screen and (max-width: 450px){
  .get-quote{
    display: none;
  }
  .main_nav_container .col-sm-8{
    width: 100%;
  }
}

@media only screen and (max-width: 440px) {
  .header .menu {
      width: 75%;
  }
  .lab-equipment .col-sm-6, .catalog-section .col-sm-6{
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  .logo_container .logo {
    width: 200px;
  }
  .lab-categories .col-sm-6 {
    width: 100%;
  }
  .featured-item {
    display: block;
  }
  .featured-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .ftr-logo img {
    width: 230px;
  }
  .page-content h1, .page-content h2 {
    font-size: 22px;
  }
  .categories-item .categories-img img {
    width: 150px;
    height: 150px;
    object-fit: contain;
  }
}

@media only screen and (max-width: 300px){
  .pql{
    width: 100%;
  }
}