/*responsive break point*/
/* for-mobile-devices */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/* desktop devices (large desktops, 1400px and up) */
/*flex box mixins*/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fw {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nfw {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.ait-cen {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ait-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ait-cen {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ait-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.jc-cen {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dire-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.dire-row-initial {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
  -ms-flex-direction: initial;
  flex-direction: initial;
}
.dire-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/*transition mixins*/
.category-landing-page .cms_category_submenu_new {
  margin-bottom: 30px;
}
.category-landing-page .page-title-wrapper {
  display: none;
}
.category-landing-page #contentarea {
  display: none;
}
.category-landing-page .page-main {
  max-width: 100% !important;
}
@media (min-width: 1280px) {
  .category-landing-page .page-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.category-landing-page [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
.category-landing-page .vc_column_container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .category-landing-page .vc_column_container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .category-landing-page .vc_column_container {
    max-width: 1160px;
  }
}
@media (min-width: 1400px) {
  .category-landing-page .vc_column_container {
    max-width: 1330px;
  }
}
@media (min-width: 1600px) {
  .category-landing-page .vc_column_container {
    max-width: 1464px;
  }
}
.category-landing-page .category_banner_top {
  padding: 50px 0;
  margin-bottom: 20px;
}
.category-landing-page .main-section-cat {
  margin-bottom: 0 !important;
}
.category-landing-page .main-cat-section h1 {
  color: #ffffff;
  margin-bottom: 10px;
}
.category-landing-page .main-cat-section p {
  color: #ffffff;
}
.category-landing-page a:visited {
  background: #f47321;
  color: #ffffff;
  border-color: #f47321;
}
.category-landing-page a:visited:hover {
  color: #f47321;
}
.category-landing-page .my-account .dropdown li a:visited {
  color: #f47321;
}
.category-landing-page ol {
  padding-left: 15px;
}
.category-landing-page ol li {
  list-style-type: decimal;
  margin-bottom: 8px;
}
.category-landing-page ol li:last-of-type {
  margin-bottom: 0;
}
.category-landing-page .minicart-wrapper .actions a:visited {
  color: #f47321;
}
.category-landing-page .minicart-items-wrapper ol {
  padding-left: 0;
}
.category-landing-page .minicart-items-wrapper ol li {
  list-style-type: none;
}
.category-landing-page .minicart-items-wrapper .product-item-name a:visited {
  color: #4f5360;
}
.category-landing-page .minicart-items-wrapper .product-item-name a:hover {
  color: #418393;
}
.h-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.h-view .newcat {
  border: 2px solid #E0EDEE;
  float: left;
  margin-right: 16px;
  margin-bottom: 10px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .h-view .newcat {
    width: 100%;
    margin-bottom: 15px;
  }
}
.h-view .newcat .list_right {
  display: flex;
  align-items: center;
}
.h-view .newcat .category_image_sction {
  background: #B7D4DB;
  padding: 20px;
}
.h-view .newcat .category_image_sction .category_icon {
  max-width: 30px;
  display: block;
}
.h-view .desc {
  min-width: 215px;
  float: left;
  padding: 13px 26px 13px 24px;
  color: #418393;
}
.h-view .desc .cat_icon {
  margin-left: 10px;
}
.column-layout {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 !important;
}
@media (min-width: 769px) {
  .column-layout {
    padding: 50px 0 !important;
  }
}
@media (max-width: 767px) {
  .column-layout > div:first-of-type {
    margin-bottom: 20px;
  }
}
.column-layout .vc_col-sm-3 {
  width: 100%;
}
@media (min-width: 769px) {
  .column-layout .vc_col-sm-3 {
    width: 25%;
  }
}
.column-layout .vc_col-sm-4 {
  max-width: 100%;
}
@media (min-width: 769px) {
  .column-layout .vc_col-sm-4 {
    max-width: 33.333333%;
  }
}
.column-layout .vc_col-sm-6 {
  max-width: 100%;
}
@media (min-width: 769px) {
  .column-layout .vc_col-sm-6 {
    max-width: 50%;
  }
}
.column-layout .vc_col-sm-8 {
  max-width: 100%;
}
@media (min-width: 769px) {
  .column-layout .vc_col-sm-8 {
    max-width: 66.666667%;
  }
}
.column-layout .vc_col-sm-9 {
  width: 100%;
}
@media (min-width: 769px) {
  .column-layout .vc_col-sm-9 {
    width: 75%;
  }
}
.column-layout.supplier_row1 {
  margin-bottom: 30px;
}
.antibody_supplier_section_main {
  padding-top: 50px;
}
.category_research_seaction.assay_two_box {
  margin-top: 50px;
}
.category_research_seaction.assay_two_box .column-layout {
  padding: 15px 0 !important;
}
.single-banner-image {
  margin-bottom: 30px;
}
.text-center {
  text-align: center;
}
@media (max-width: 767px) {
  .text-sm-center {
    text-align: center;
  }
}
.margin-top-15 {
  margin-top: 15px;
}
.padding-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.aside-layout {
  display: flex;
  flex-wrap: wrap;
}
.aside-layout .cms_category_submenu {
  width: 100%;
  padding: 0;
}
@media (min-width: 769px) {
  .aside-layout .cms_category_submenu {
    width: 250px;
    padding: 0 10px;
  }
}
.aside-layout .cms_category_submenu a:visited {
  background: transparent;
  color: #f47321;
  border-color: transparent;
}
.aside-layout .cms_category_content_section {
  width: calc(100% - 0px);
  padding-left: 0;
}
@media (min-width: 769px) {
  .aside-layout .cms_category_content_section {
    width: calc(100% - 250px);
    padding-left: 15px;
  }
}
.aside-layout .cms_category_content_section h2 {
  font-size: 42px !important;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .aside-layout .cms_category_content_section h2 {
    font-size: 32px !important;
    line-height: 32px !important;
    margin-top: 10px;
  }
}
.browse_all_category_product_button {
  border-radius: 5px;
  text-decoration: none;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #f47321;
  background-color: #f47321;
  color: #fefeff;
  line-height: 26px;
  display: inline-block;
  margin-bottom: 13px;
}
@media (min-width: 769px) {
  .browse_all_category_product_button {
    padding: 10px 30px;
    font-size: 16px;
  }
}
.browse_all_category_product_button:hover {
  background-color: transparent;
  color: #f47321;
  border-color: #f47321;
}
.browse_all_category_product_button:focus {
  background-color: transparent;
  color: #f47321;
  border-color: #f47321;
}
.vc_btn3-style-modern {
  color: #ffffff;
  border: 1px solid #f47321;
  background-color: #f47321;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 5px;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .vc_btn3-style-modern {
    padding: 10px 15px;
  }
}
.vc_btn3-style-modern:hover {
  background-color: transparent;
  color: #f47321;
  border-color: #f47321;
}
.vc_btn3-style-modern:focus {
  background-color: transparent;
  color: #f47321;
  border-color: #f47321;
}
.vc_btn3-style-modern:visited {
  background-color: transparent;
  color: #f47321;
  border-color: #f47321;
}
@media (max-width: 767px) {
  .column-reverse-sm {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .column-reverse-sm > div:nth-of-type(2) {
    margin-bottom: 20px;
  }
}
h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0px;
}
.category_subheading {
  color: #696969;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  margin-top: 10px;
}
.header-banner {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 150px;
}
@media (min-width: 576px) {
  .header-banner {
    min-height: 180px;
  }
}
@media (min-width: 769px) {
  .header-banner {
    min-height: 270px;
  }
}
.header-banner .banner-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 769px) {
  .header-banner .banner-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.banner-title {
  font-size: 26px;
  line-height: 32px;
  margin: 0;
  color: #ffffff;
}
@media (min-width: 769px) {
  .banner-title {
    font-size: 40px;
    line-height: 40px;
  }
}
.circle {
  background-color: #f2f2f2;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.section-title {
  font-size: 24px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 35px;
}
@media (min-width: 769px) {
  .section-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 50px;
  }
}
.medium-title {
  margin-bottom: 0;
  font-weight: 500;
}
.content {
  margin-bottom: 30px;
}
.content .medium-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #418393;
}
@media (min-width: 769px) {
  .content .medium-title {
    font-size: 28px;
  }
}
.content .paragraph {
  font-size: 18px;
}
.btn-style-radius {
  font-weight: 700;
  font-size: 16px;
  padding: 10px 30px;
  border: 1px solid #f47321;
  background-color: #f47321;
  color: #fefeff;
  line-height: 26px;
  border-radius: 30px;
  display: inline-block;
}
.btn-style-radius:hover {
  border: 1px solid #418393;
  background-color: #418393;
  color: #ffffff;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 769px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.justify-center {
  justify-content: center;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.column-one > * {
  flex: 0 0 auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.pcr-methods-col {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .pcr-methods-col {
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) {
  .column-sm-two > * {
    flex: 0 0 auto;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 769px) {
  .column-md-four > * {
    flex: 0 0 auto;
    width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .column-lg-four > * {
    flex: 0 0 auto;
    width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .column-xl-three > * {
    flex: 0 0 auto;
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.w-100 {
  width: 100%;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.feature-title {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
}
.order-list,
.dots-list {
  padding-left: 15px;
}
.order-list li,
.dots-list li {
  list-style-type: disc;
}
.dots-list li {
  font-weight: 600;
}
@media (min-width: 769px) {
  .category-anti-aav-products .column-layout {
    padding: 25px 0 !important;
  }
}
@media (max-width: 768px) {
  .column-layout .vc_col-sm-4 {
    margin-bottom: 20px;
  }
}
body a.action.submit.primary.txt-cnt-btn {
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 210px;
}
.category-landing-page .link-color a:visited {
  color: #f47321;
}
