/*
 Theme Name: Gamma Proteins

-------------------------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

/* font-family: 'Poppins', sans-serif; */

/* font-family: 'Lato', sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */

body {
  margin: 0;
  padding: 0;
  font-family: var(--body-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  color: var(--body-color);
  font-size: 16px;
  line-height: 1.6;
  background-color: #fff;
}

:root {
  scroll-behavior: inherit;
  --body-font: "Poppins", sans-serif;
  --body-color: #586c70;
  --theme-green: #39ec12;
  --theme-blue: #0202db;
  --theme-text-color1: #040e11;
  --theme-text-color2: #030f14;
  --lato-font: "Lato", sans-serif;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  color: var(--theme-text-color1);
  font-weight: 700;
  font-family: var(--body-font);
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.h1-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 1.1;
}

h2,
.h2-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
}

h3,
.h3-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}

h4,
.h4-title {
  font-size: 20px;
  line-height: 1.2;
}

h5,
.h5-title {
  font-size: 18px;
  line-height: 1.2;
}

h6,
.h6-title {
  font-size: 15px;
  line-height: 1.2;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: #1e34ec;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: green;
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: rgba(4, 14, 17, 0.05);
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: #000;
  border: 1px solid transparent;
  height: 60px;
  padding: 0 20px;
  outline: none !important;
  font-weight: 500;
}

textarea {
  background-color: rgba(4, 14, 17, 0.05);
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 25px 20px;
  width: 100%;
  color: #000;
  height: 192px;
  outline: none !important;
  resize: none;
  font-weight: 500;
}

select {
  background-color: rgba(4, 14, 17, 0.05);
  border: 1px solid transparent;
  width: 100%;
  padding: 0 11px;
  background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center
    transparent;
  background-size: 18px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: var(--theme-green);
  color: #030f14;
  height: 60px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding-left: 45px;
  padding-right: 45px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: var(--theme-blue);
  color: #fff;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: var(--body-color);
}

:-ms-input-placeholder {
  opacity: 1;
  color: var(--body-color);
}

::-moz-placeholder {
  opacity: 1;
  color: var(--body-color);
}

:-moz-placeholder {
  opacity: 1;
  color: var(--body-color);
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"] + span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 198px;
  display: inline-block;
  flex-shrink: 0;
}

.navbar-brand img {
  width: 100%;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav > li {
  margin: 0 15px;
  padding: 10px 0;
  position: relative;
}

.navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar-nav > li:first-child {
  margin-left: 0;
}

.navbar-nav > li > a {
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  position: relative;
  font-weight: normal;
}

/* .navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #e9e9e9;
    opacity: 0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */

.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover,
.navbar-nav > li.menu-item-has-children:hover > a,
.navbar-nav > li.current-menu-item > a::before,
.navbar-nav > li.menu-item-has-children:hover > a::before {
  color: var(--theme-green) !important;
}

.navbar-nav > li.current-menu-item > a:after,
.navbar-nav > li > a:hover:after,
.navbar-nav > li.menu-item-has-children:hover > a:after {
  width: 100%;
}

.navbar-nav > li.menu-item-has-children a {
  padding-right: 15px;
}

.navbar-nav > li.menu-item-has-children > a::before {
  content: "+";
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 15px;
  color: #fff;
}

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 277px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 1px 8px 0px rgba(0, 0, 0, 0.2);
}

.sub-menu > li > a {
  color: #000;
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.2;
}

.sub-menu > li {
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sub-menu > li:last-child {
  border-bottom: 0;
}

.sub-menu > li > a:hover,
.sub-menu > li.menu-item-has-children:hover > a,
.sub-menu > li.current-menu-item > a {
  background: var(--theme-green);
  color: var(--theme-text-color1);
}

.navbar-nav > li:last-child > .sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/* for push-menu end*/

figure {
  margin-bottom: 0;
}

.container.lg_container {
  max-width: 100%;
  padding: 0 50px;
}

.main-head {
  position: relative;
  padding: 12px 0;
  width: 100%;
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
  z-index: 9;
}

.home .main-head {
  position: absolute;
  top: 0;
  left: 0;
}

.navbar_form_inner {
  position: relative;
  width: 397px;
}

.navbar_form_inner input[type="text"] {
  height: 44px;
  color: #7b7b7b;
  font-size: 12px;
  font-weight: 400;
  padding-left: 15px;
  border-radius: 50px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding-right: 50px;
}

.navbar_form_inner input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
  color: #7b7b7b;
}

.navbar_form_inner input[type="text"]:-ms-input-placeholder {
  opacity: 1;
  color: #7b7b7b;
}

.navbar_form_inner input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #7b7b7b;
}

.navbar_form_inner input[type="text"]:-moz-placeholder {
  opacity: 1;
  color: #7b7b7b;
}

.navbar_form_inner input[type="submit"] {
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(images/search-icon.svg) no-repeat center center
    var(--theme-blue);
  background-size: 16px;
  padding: 0;
  border: 0;
  position: absolute;
  top: 2px;
  right: 2px;
  transition: all 0.3s ease-in-out;
}

.navbar_form_inner input[type="submit"]:hover {
  background: url(images/search-icon.svg) no-repeat center center
    var(--theme-green);
  background-size: 16px;
}

.navbar_rght {
  display: flex;
  align-items: center;
  padding-left: 22px;
}

.navbar_dropdown {
  margin-left: 30px;
  position: relative;
}

.navbar_dropdown .bootstrap-select > .dropdown-toggle {
  background: transparent;
  border: 0;
  display: inline-block;
  outline: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #fff;
  font-size: 14px;
  padding-right: 16px;
}

.navbar_dropdown
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 157px;
}

.navbar_dropdown .dropdown-menu[data-bs-popper] {
  left: auto;
  right: 0;
}

.navbar_dropdown .dropdown-toggle::after {
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 0;
  background: url(images/select-drop-icon.svg) no-repeat center center;
  background-size: 10px;
  width: 10px;
  height: 10px;
}

.navbar_dropdown .dropdown-item.active,
.dropdown-item:active {
  background: var(--theme-blue);
}

.navbar_dropdown .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  position: relative;
  padding-left: 28px;
}

.navbar_dropdown
  .bootstrap-select
  .dropdown-toggle
  .filter-option-inner-inner
  strong {
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
}

.navbar_dropdown
  .bootstrap-select
  .dropdown-toggle
  .filter-option-inner-inner
  strong
  i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.banner {
  padding-top: 279px;
  padding-bottom: 98px;
  position: relative;
}

.banner-right-shape {
  position: absolute;
  top: 132px;
  right: 40px;
  max-width: 546px;
  width: 100%;
}

.banner-right-shape img {
  width: 100%;
}

.banner_content {
  max-width: 1035px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.banner_content h1 {
  color: #fff;
  margin-bottom: 30px;
}

.banner_txt {
  color: #fff;
  text-shadow: 0px 4px 25px rgba(0, 0, 0, 0.45);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 45px;
}

.green_btn {
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  background: var(--theme-green);
  color: var(--theme-text-color2);
  font-size: 16px;
  padding: 15px 44px;
}

.green_btn:hover {
  background: var(--theme-blue);
  color: #fff;
}

.white_btn {
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  background: #fff;
  color: var(--theme-text-color2);
  font-size: 16px;
  padding: 15px 44px;
}

.white_btn:hover {
  background: var(--theme-blue);
  color: #fff;
}

.banner_btn_list {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0 -10px;
}

.banner_btn_list li {
  padding: 0 10px;
}

.dotted_border {
  line-height: 0;
}

.dotted_border img {
  width: 100%;
}

.products_img img {
  width: 100%;
}

.cmn_gap_sm {
  padding: 50px 0;
}

.product_row {
  padding-bottom: 35px;
}

.product_img_wrap {
  margin-bottom: 60px;
}

.product_img_wrap img {
  width: 100%;
}

.sec_header {
  margin-bottom: 35px;
}

.product_list_item {
  border-radius: 10px;
  border: 1px solid rgba(4, 14, 17, 0.4);
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  padding: 22px 19px 15px;
  margin-bottom: 20px;
}

.product_list_item:last-child {
  margin-bottom: 0;
}

.product_list_item .product_list_label {
  position: absolute;
  top: -10px;
  left: 17px;
  color: rgba(4, 14, 17, 0.6);
  font-size: 12px;
  background-color: #fff;
  padding: 0 5px;
}

.product_list_ul {
  padding-left: 0;
  margin: 0 -7px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.product_list_ul li {
  padding: 5px 7px;
}

.product_list_ul li a {
  display: inline-block;
  border-radius: 10px;
  background: #efefef;
  color: #000;
  padding: 5px 18px;
}

.product_list_ul li.active a {
  background-color: var(--theme-green);
}

.product_list_ul li a:hover {
  background: var(--theme-green);
}

.product_list_table tr th {
  background-color: #0000ff;
  color: #fff;
  font-weight: 500;
  /* white-space: nowrap; */
  padding: 18px 10px;
}

.product_list_table thead tr th:first-child {
  border-top-left-radius: 10px;
  padding-left: 19px;
}

.product_list_table thead tr th:last-child {
  border-top-right-radius: 10px;
  padding-right: 19px;
}

.product_list_table tbody tr td:first-child {
  padding-left: 18px;
  border-left: 1px solid rgba(4, 14, 17, 0.1);
}

.product_list_table tbody tr td:last-child {
  padding-right: 19px;
  border-right: 1px solid rgba(4, 14, 17, 0.1);
}

.product_list_table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.product_list_table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.product_list_table tr td {
  color: var(--theme-text-color1);
  font-size: 15px;
  padding-top: 26px;
  padding-bottom: 26px;
  vertical-align: middle;
  border: 0;
}

.product_list_table tbody tr:nth-child(even) td {
  background: rgba(4, 14, 17, 0.03);
  /* backdrop-filter: blur(7.5px); */
}

.sticky-cont-inner .product_list_wrap .product_list_table_wrap {
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
}

.product_list_table_wrap {
  margin-top: 53px;
}

.cat_no_td {
  width: 8.1%;
}

.product_des_td {
  width: 15.7%;
}

.species_td,
.tag_td,
.conjugate_td,
.purity_activity_td {
  text-align: center;
}

.size_price_td {
  text-align: right;
}

.product_list_table tr .size_price_td select {
  border: 0;
  width: 100%;
  background: url(images/select-drop-icon-black.svg) no-repeat right center
    transparent;
  background-size: 10px;
  padding-right: 15px;
  width: auto;
  height: auto;
  font-weight: 400;
}

.species_td span {
  display: block;
}

.species_td img {
  width: auto;
  height: 29px;
  margin-bottom: 5px;
}

.purity_activity_list {
  padding-left: 0;
  list-style: none;
  margin: 0 -9px;
  display: flex;
  flex-wrap: wrap;
}

.purity_activity_list li {
  padding: 0 9px;
  font-size: 11px;
}

.purity_activity_list li span {
  display: block;
  text-transform: uppercase;
}

.purity_activity_list li img {
  width: 29px;
}

.product_list_table {
  margin-bottom: 0;
  border-collapse: inherit;
  border-spacing: 0;
}

.product_list_bttm_dv {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 72px;
}

.view_all_btn {
  padding: 15px 29px;
}

/* 20/11/2023 dm */

.pipeline-sec {
  padding-bottom: 100px;
  padding-top: 25px;
}

.pipeline-sec h2 {
  margin-bottom: 40px;
}

.product-pipeline-table h2 {
  margin-bottom: 35px;
}

.product-pipeline-table table {
  width: 100%;
}

.product-pipeline-table table tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4px;
}

.product-pipeline-table table thead tr {
  background: #e6e6ff;
  border-radius: 10px;
}

.product-pipeline-table table thead tr th {
  width: 20%;
  padding: 16px;
  color: #00f;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.product-pipeline-table table tr td {
  padding: 22px 20px;
}

.product-pipeline-table table tr td:first-child {
  width: 22%;
}

.product-pipeline-table table tr td {
  width: 78%;
}

.prodcut-sec {
  position: relative;
  padding-left: 45px;
}

.prodcut-sec span {
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.prodcut-sec span img {
  width: 100%;
  height: 100%;
  filter: brightness(0) saturate(100%) invert(13%) sepia(97%) saturate(5575%)
    hue-rotate(234deg) brightness(95%) contrast(104%);
}

.prodcut-sec p {
  font-size: 15px;
  color: var(--theme-text-color1);
  margin-bottom: 16px;
  line-height: 1.2;
}

.prodcut-sec p:last-child {
  margin-bottom: 0;
}

.progress-wrap .progress {
  margin-bottom: 22px;
  height: 12px;
  background: transparent;
}

.progress-wrap .progress:last-child {
  margin-bottom: 0;
}

.progress-wrap .progress .progress-bar {
  background: linear-gradient(90deg, #00f 0%, var(--theme-green) 100%);
  border-radius: 10px;
}

.product-pipeline-table table tbody tr {
  border-radius: 10px;
}

.product-pipeline-table table tbody tr:nth-child(odd) {
  background: rgba(243, 243, 243, 0.5);
}

.product-pipeline-table table tbody tr:nth-child(even) {
  background: #efefef;
}

.product-pipeline-table table tbody tr td:first-child .prodcut-sec {
  position: relative;
  padding-right: 35px;
}

.product-pipeline-table table tbody tr td:first-child .prodcut-sec::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: url(images/Line.svg) no-repeat center center;
  background-size: 100% 100%;
}

.product-pipeline-table table tbody tr td .progress-wrap.mid {
  max-width: 458px;
}

.product-pipeline-table table tbody tr td .progress-wrap.small {
  max-width: 259px;
}

.product-pipeline-table tbody {
  height: 625px;
  overflow-y: auto;
  padding-right: 13px;
  display: block;
}

.nicescroll-rails-vr {
  background: #f3f3f3;
  padding: 0 !important;
  margin-left: 5px;
  width: 5px;
  border-radius: 10px;
}

.nicescroll-cursors {
  padding: 0;
  width: 4px;
}

/* .product-pipeline-table tbody::-webkit-scrollbar-track
{
	background-color: #F3F3F3;
    border-radius: 10px;
}

.product-pipeline-table tbody::-webkit-scrollbar
{
	width: 4px;
	background-color: #F3F3F3;
    border-radius: 10px;
}

.product-pipeline-table tbody::-webkit-scrollbar-thumb
{
	background-color: #0000FF;
    border-radius: 10px;
} */

.footer-sec {
  background-color: var(--theme-text-color1);
  padding: 41px 0;
  position: relative;
  overflow: hidden;
}

.footer-sec .footer-content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer-sec .footer-logo {
  display: inline-block;
  max-width: 192px;
  margin: 0 auto 17px auto;
}

.footer-sec .footer-list {
  max-width: 544px;
  margin: 0 auto 18px auto;
}

.footer-sec ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  margin: 0 -15px;
}

.footer-sec ul li {
  padding: 0 15px;
  margin-bottom: 15px;
}

.footer-sec ul li a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

.footer-sec ul li a:hover,
.footer-sec ul li.current-menu-item a {
  color: var(--theme-green);
}

.footer-sec .copyright {
  font-size: 14px;
  color: #fff;
}

.footer-sec .footer-left-shape {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 534px;
  height: 100%;
  width: 100%;
}

.footer-sec .footer-left-shape img,
.footer-sec .footer-right-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.footer-sec .footer-right-shape {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 660px;
  width: 100%;
  height: 100%;
}

.footer-sec .footer-logo-shape {
  position: absolute;
  right: 40px;
  bottom: -30px;
  max-width: 215px;
}

.main-head {
  background: url(images/heder-bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.home .main-head {
  background: transparent;
}

.breadcrumb {
  padding-top: 28px;
  margin-bottom: 0;
}

.breadcrumb ul {
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  list-style: none;
}

.breadcrumb ul li {
  position: relative;
}

.breadcrumb ul li:not(:last-child) {
  padding-right: 12px;
  margin-right: 5px;
}

.breadcrumb ul li:not(:last-child)::before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 500;
  color: #a6a6a6;
  line-height: 1;
}

.breadcrumb ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #a6a6a6;
}

.breadcrumb ul li span {
  font-size: 15px;
  font-weight: 500;
}

.breadcrumb ul li a:hover {
  color: var(--body-color);
}

.contact-sec {
  padding-bottom: 119px;
}

.contact-content-wrap h1 {
  margin-bottom: 47px;
}

.contact-content-wrap ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.contact-content-wrap ul li:not(:last-child) {
  margin-bottom: 47px;
}

.contact-content-wrap ul li h2 {
  margin-bottom: 13px;
  color: var(--theme-text-color1);
}

.contact-content-wrap ul li p {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
}

.contact-content-wrap .email-address p strong {
  font-weight: 600 !important;
}

.contact-content-wrap .email-address ul li:not(:last-child) {
  margin-bottom: 8px;
}

.contact-content-wrap .email-address ul li p a {
  display: inline-block;
  color: var(--body-color);
}

.contact-content-wrap .email-address ul li p a:hover {
  color: var(--theme-text-color1);
}

.conatct-form {
  padding: 35px 27px;
  border: 1px solid rgba(4, 14, 17, 0.1);
  border-radius: 10px;
}

.conatct-form .form-input:not(:last-child) {
  margin-bottom: 11px;
}

.conatct-form .form-input:nth-last-child(2) {
  margin-bottom: 25px;
}

.cmn-padding-top {
  padding-top: 62px;
}

/* .product-sec{ 
    padding-bottom: 78px;
} */

.product-sec h1 {
  margin-bottom: 35px;
}

.product-sec p {
  margin-bottom: 35px;
  font-size: 15px;
  font-weight: 500;
  color: var(--body-color);
}

.product-sec .modal-image {
  position: relative;
}

.product-sec .modal-image a {
  position: absolute;
  top: -26px;
  right: -18px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-green);
  border-radius: 100%;
}

.product-sec .modal-image a:hover {
  background-color: var(--theme-blue);
}

.product-sec .modal-image a img {
  width: 18px;
  height: 18px;
}

.product-details-section {
  border-radius: 10px;
  border: 1px solid rgba(4, 14, 17, 0.1);
  background: #fff;
}

.product-cont-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product-cont-wrap .product-table-left {
  width: 45%;
}

.product-cont-wrap .product-table-middle {
  width: 37%;
  padding: 30px 37px;
}

.product-cont-wrap .product-table-last {
  width: 18%;
}

.product-table-left table {
  width: 100%;
}

.product-table-left table tr td {
  width: 33.33%;
  padding: 30px 34px;
  font-weight: 500;
  font-size: 15px;
}

.product-table-left table tr td:last-child {
  border-right: 0.5px solid rgba(4, 14, 17, 0.1);
}

.product-table-left table tr td img {
  max-width: 178px;
}

.product-table-left table tr:not(:last-child) td {
  border-bottom: 0.5px solid rgba(4, 14, 17, 0.1);
}

.product-table-left table tr td:first-child {
  color: var(--theme-text-color1);
}

.product-table-middle h2 {
  margin-bottom: 16px;
  font-weight: 500;
}

.d-btn-wrap {
  max-width: 608px;
}

.d-btn-wrap ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.d-btn-wrap ul li {
  width: 25%;
  padding: 0 10px;
  line-height: 0;
  margin-bottom: 0;
}

.d-btn-wrap ul li a {
  display: inline-block;
  position: relative;
  color: var(--body-color);
  font-weight: 500;
  font-size: 15px;
  padding: 10px 11px;
  border-radius: 5px;
  background: rgba(4, 14, 17, 0.05);
  width: 100%;
  position: relative;
  line-height: 1;
  overflow: hidden;
  padding-left: 40px;
  text-align: center;
}

.d-btn-wrap ul li a span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 34px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(4, 14, 17, 0.1);
}

.d-btn-wrap ul li a span img {
  width: 14px;
  height: 14px;
}

.d-btn-wrap ul li a:hover span {
  background: #00f;
}

.d-btn-wrap ul li a:hover span img {
  filter: brightness(0) saturate(100%) invert(56%) sepia(66%) saturate(2194%)
    hue-rotate(70deg) brightness(121%) contrast(91%);
  -webkit-filter: brightness(0) saturate(100%) invert(56%) sepia(66%)
    saturate(2194%) hue-rotate(70deg) brightness(121%) contrast(91%);
}

.inque-btns {
  margin-top: 33px;
  display: flex;
  align-items: center;
}

.inque-btns .green_btn {
  padding: 15px 15px;
  line-height: 1;
  margin-right: 7px;
  font-size: 15px;
}

.outline-btn {
  display: inline-block;
  padding: 14px 15px;
  line-height: 1;
  border: 1px solid #030f14;
  color: #030f14;
  border-radius: 50px;
  font-size: 15px;
}

.outline-btn:hover {
  background: var(--theme-blue);
  color: #fff;
}

.product-table-last figure {
  padding: 26px 17px;
  margin: 0;
}

.product-table-last figure img {
  width: 100%;
}

.by-now-btn-wrap .green_btn {
  line-height: 1;
  text-align: center;
  max-width: 188px;
  width: 100%;
  padding: 14px;
}

.by-now-btn-wrap {
  margin-top: 42px;
  text-align: center;
}

/* 20/11/2023 dm */

/* 20/11/2023 pappu */

.about_header {
  margin-bottom: 45px;
}

.our-mission-col2 .our-mission-logo {
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
}

.our-mission-row {
  align-items: center;
}

.our-mission-item:not(:last-child) {
  margin-bottom: 35px;
}

.our-mission-item h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.our-mission-item .our-mission-icon {
  height: 24px;
  margin-bottom: 10px;
}

.our-mission-item .our-mission-icon img {
  height: 100%;
  width: auto;
}

.our-mission-item p {
  font-size: 15px;
  font-weight: 500;
}

.our-mission-header_txt {
  color: var(--theme-text-color1);
  font-size: 18px;
  font-weight: 700;
}

.our-mission-header {
  text-align: center;
  margin-bottom: 40px;
}

.cmn_gap_lg {
  padding: 80px 0;
}

/* .our-mission-col1 {
    padding-right: 0;
}
.our-mission-col3 {
    padding-left: 0;
} */
.about_header p {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}

.about_header h1 {
  margin-bottom: 35px;
}

.cmn_inner_ban_gap {
  padding-top: 60px;
  padding-bottom: 120px;
}

.country {
  position: relative;
  margin: 0 auto;
  width: 150px;
}

.country .select {
  position: relative;
  padding: 0;
  border: none;
  background: transparent;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  padding-right: 10px;
  background: url(images/select-drop-icon.svg) no-repeat center right 0px;
  background-size: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.country .select .flagstrap-icon {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-image: url("https://zinee91.dothome.co.kr/codepen/flags.png");
  background-repeat: no-repeat;
  background-color: #e3e5e7;
}

.country .select i {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  line-height: 0;
  background-size: cover;
  margin-right: 6px;
}

.country .select .fi.flagstrap-gb {
  background-position: center;
}

.country .select .fi.flagstrap-nz {
  background-position: center;
}

.country .select:after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 20px;
  width: 8px;
  height: 5px;
  background: url("https://zinee91.dothome.co.kr/codepen/ico_updown3.png")
    no-repeat;
}

.country .select.open:after {
  background-position: 0 -5px;
}

.country .dropdown {
  display: none;
  position: absolute;
  top: 39px;
  left: 0;
  height: 99px;
  width: 171px;
  border: 1px solid #cfcfcf;
  border-top: 1px solid #a6a6a6;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  z-index: 1;
}

.country .dropdown ul {
  padding-left: 0;
  list-style: none;
}

.country .dropdown .flagstrap-icon {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 11px;
  background-image: url("https://zinee91.dothome.co.kr/codepen/flags.png");
  background-repeat: no-repeat;
  background-color: #e3e5e7;
}

.country .dropdown .flagstrap-icon {
  vertical-align: middle;
}

.country .dropdown li {
  padding: 0 10px;
  line-height: 34px;
  font-size: 13px;
  font-weight: 400;
  color: #828282;
  cursor: pointer;
}

.country .dropdown li i {
  margin-right: 10px;
}

.country .dropdown li:first-child {
  margin-top: 12px;
}

.country .dropdown li:last-child {
  margin-bottom: 12px;
}

.country .dropdown li:hover {
  background: #dedede;
  color: #454545;
}

.country .dropdown li.open {
  display: block;
}

.sticky-sec .sticky-nav-wrap ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.sticky-sec .sticky-nav-wrap ul li {
  width: 25%;
  overflow: hidden;
}

.sticky-sec .sticky-nav-wrap ul li a {
  display: inline-block;
  width: 100%;
  padding: 18px 25px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--body-color);
  background: #f7f7f7;
  position: relative;
  border-right: 1px solid rgba(88, 108, 112, 0.15);
}

.sticky-sec .sticky-nav-wrap ul li:last-child a {
  border-right: 0;
}

.sticky-sec .sticky-nav-wrap ul li a:hover,
.sticky-sec .sticky-nav-wrap ul li.current-menu-item a {
  background: var(--theme-green);
  color: var(--theme-text-color1);
  border-color: transparent;
}

.sticky-sec .sticky-nav-wrap ul li a::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  transform: rotate(-45deg);
  margin: 0 auto;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.sticky-sec .sticky-nav-wrap ul li a:hover::before,
.sticky-sec .sticky-nav-wrap ul li.current-menu-item a::before {
  opacity: 1;
}

.sticky-sec .sticky-nav-wrap ul li:first-child a {
  border-top-left-radius: 10px;
}

.sticky-sec .sticky-nav-wrap ul li:last-child a {
  border-top-right-radius: 10px;
}

.sticky-cont-inner {
  /* border-left: 1px solid rgba(4, 14, 17, 0.10);
    border-right: 1px solid rgba(4, 14, 17, 0.10);
    border-bottom: 1px solid rgba(4, 14, 17, 0.10); */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sticky-cont-inner .description-sec .introduction-cont-wrap,
.sticky-cont-inner .product_list_sec,
.sticky-cont-inner .advantage-sec,
.sticky-cont-inner .background-sec,
.order-sec {
  padding: 46px 0 68px;
}

.introduction-cont-wrap p {
  margin-bottom: 42px;
}

.introduction-cont-wrap p:last-child {
  margin-bottom: 0;
}

.introduction-cont-wrap figure {
  margin-bottom: 42px;
}

.introduction-cont-wrap figure img {
  width: 100%;
}

.description-item h3 {
  margin-bottom: 5px;
}

.description-sec p {
  font-weight: 500;
  font-size: 15px;
}

.description-wrap {
  padding-bottom: 40px;
}

.qc-images-sec {
  padding: 30px;
}

.qc-images-sec h2 {
  margin-bottom: 30px;
}

.qc-images-sec p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--body-color);
}

.qc-images-sec .qc-images-head-sec {
  margin-bottom: 31px;
}

.qc-item-wrap .qc-item {
  margin-bottom: 33px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.qc-item-wrap .qc-item-image {
  max-width: 257px;
  border: 1px solid rgba(4, 14, 17, 0.1);
  padding: 8px;
  width: 100%;
  height: 171px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.qc-item-wrap .qc-item-image a {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--theme-green);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.qc-item-wrap .qc-item-image a:hover {
  background: var(--theme-blue);
}

.qc-item-wrap .qc-item-image a img {
  max-width: 10px;
}

.qc-item-wrap .qc-item-image img {
  height: auto;
  width: 100%;
}

.qc-item-wrap .qc-item:first-child .qc-item-image img {
  height: 100%;
  width: auto;
}

.qc-item-wrap .qc-item:last-child {
  margin-bottom: 0;
}

.qc-item-wrap .qc-item-cont {
  max-width: calc(100% - 257px);
  width: 100%;
  padding-left: 40px;
}

.qc-item-wrap .qc-item-cont h3 {
  margin-bottom: 5px;
}

.qc-item-wrap .qc-item-cont p {
  font-size: 15px;
  font-weight: 500;
}

.backgrond-head h2 {
  margin-bottom: 26px;
}

.backgrond-head p {
  font-size: 15px;
  font-weight: 500;
}

.background-sec .backgrond-head {
  margin-bottom: 49px;
}

.backgrond-table-wrap {
  width: 100%;
}

.backgrond-table-wrap > table {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(4, 14, 17, 0.1);
  border-collapse: inherit;
  border-spacing: 0;
}

.backgrond-table-wrap > table > thead > tr > th {
  text-align: center;
}

.backgrond-table-wrap > table > thead > tr > th,
.backgrond-table-wrap > table > tbody > tr > td {
  padding: 11px;
  border-bottom: 1px solid rgba(4, 14, 17, 0.1);
  border-right: 1px solid rgba(4, 14, 17, 0.1);
}

.backgrond-table-wrap > table > tbody > tr > td.bb-0 {
  border-bottom: 0;
  text-align: center;
}

.backgrond-table-wrap > table > tbody > tr:last-child td:not(:first-child) {
  border-top: 1px solid rgba(4, 14, 17, 0.1);
  text-align: center;
}

.backgrond-table-wrap > table > tbody > tr:last-child td:last-child {
  text-align: left;
}

.backgrond-table-wrap > table > tbody > tr:last-child td p {
  font-weight: 600;
}

.backgrond-table-wrap > table > tbody > tr:last-child td:not(:first-child) p {
  color: var(--body-color);
}

.backgrond-table-wrap
  > table
  > tbody
  > tr:last-child
  td
  .backgrond-table-wrap
  > table
  > thead
  > tr
  > th {
  text-align: center;
}

.backgrond-table-wrap > table > thead > tr > th:last-child,
.backgrond-table-wrap > table > tbody > tr > td:last-child {
  border-right: 0;
}

.backgrond-table-wrap > table > thead > tr > th span,
.backgrond-table-wrap > table > tbody > tr > td span {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

.backgrond-table-wrap > table > thead > tr > th p,
.backgrond-table-wrap > table > tbody > tr > td p {
  font-size: 15px;
  color: var(--theme-text-color1);
  margin-bottom: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.backgrond-table-wrap > table > tbody > tr > td:first-child span.bottom-head {
  font-size: 12px;
  font-weight: 500;
}

.backgrond-table-wrap > table > tbody > tr > td table {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 0;
}

.backgrond-table-wrap > table > tbody > tr > td table tbody tr td {
  padding: 20px;
  border-right: 1px solid rgba(4, 14, 17, 0.1);
}

.backgrond-table-wrap > table > tbody > tr > td table tbody tr td:last-child {
  border-right: 0;
}

.backgrond-table-wrap > table > tbody > tr > td figure {
  text-align: center;
}

.backgrond-table-wrap > table > tbody > tr > td figure img {
  height: 137px;
  width: auto;
}

.backgrond-table-wrap > table > tbody > tr > td .cont-wrap {
  margin-bottom: 29px;
  max-width: 83px;
}

.backgrond-table-wrap > table > tbody > tr > td .cont-wrap:last-child {
  margin-bottom: 0;
}

/* .backgrond-table-wrap > table > tbody > tr:last-child > td{
    padding: 0;
} */

.backgrond-table-wrap > table > tbody > tr > td .verticle-text {
  writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  margin-bottom: 0;
  position: relative;
  transform: rotate(-180deg);
  line-height: 0.8;
  margin: 0 auto;
}

.backgrond-table-wrap
  > table
  > tbody
  > tr:last-child
  > td
  > table
  > tbody
  > tr
  > td {
  padding: 0;
}

.backgrond-table-wrap
  > table
  > tbody
  > tr:last-child
  > td
  > table
  > tbody
  > tr
  > td:last-child
  > table
  > tbody
  > tr
  > td {
  padding: 10px;
}

.backgrond-table-wrap > table > tbody > tr:last-child > td {
  border-bottom: 0;
}

.backgrond-table-wrap > table > tbody > tr:last-child > td p {
  margin-bottom: 0;
}

.sticky-cont-inner .background-sec {
  padding-bottom: 0;
}

.sticky-sec {
  padding-bottom: 89px;
}

.sticky-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 8;
  background: #fff;
}

.sticky-cont-inner .product-list-item-wrap {
  margin-bottom: 53px;
}

.sticky-cont-inner .product_list_table thead tr th:first-child {
  padding-left: 13px;
}

.sticky-cont-inner .product_list_table tbody tr td:first-child {
  padding-left: 13px;
}

.sticky-cont-inner .product_list_table thead tr th:last-child,
.sticky-cont-inner .product_list_table tbody tr td:last-child {
  padding-right: 13px;
}

.sticky-cont-inner .product_list_table thead tr th {
  font-size: 14px;
}

.sticky-cont-inner .product_list_table tbody tr td {
  font-size: 14px;
}

.sticky-cont-inner .purity_activity_list li span {
  margin-top: 5px;
}

.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
}

.pagination-wrapper .total-result {
  font-size: 14px;
  color: var(--theme-text-color1);
  margin-bottom: 0;
}

.pagination {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.pagination li:not(:last-child) {
  margin-right: 9px;
}

.pagination li a,
.pagination li span {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(4, 14, 17, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #000;
}

.pagination li a:hover,
.pagination li .current-menu-item {
  background: var(--theme-blue);
  color: #fff;
  border-color: transparent;
}

.pagination li .pagination-btn {
  background: var(--theme-green);
  border-color: transparent;
}

.pagination li .pagination-btn:hover img {
  filter: brightness(0) invert(1);
}

.sticky-cont-inner .advantage-sec h2 {
  margin-bottom: 20px;
}

.sticky-cont-inner .advantage-sec h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}

.advantage-cont-list ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.advantage-cont-list ul li {
  position: relative;
  padding-left: 50px;
}

.advantage-cont-list ul li:not(:last-child) {
  margin-bottom: 30px;
}

.advantage-cont-list .head-sec {
  position: relative;
  padding-left: 45px;
  margin-bottom: 10px;
}

.advantage-cont-list ul li figure {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translateY(-50%); */
  display: flex;
  align-items: center;
  justify-content: center;
}

.advantage-cont-list ul li figure img {
  width: 100%;
  height: 100%;
}

.advantage-cont-list ul li .adv-cont-wrap p {
  margin-bottom: 5px;
  /* text-transform: capitalize; */
}

.advantage-cont-list ul li .adv-cont-wrap p:last-child {
  margin-bottom: 0;
}

.advantage-cont-list ul li .adv-cont-wrap {
  display: flex;
}

.advantage-cont-list ul li p {
  font-size: 15px;
  font-weight: 500;
}

.advantage-cont-list ul li p strong {
  color: var(--theme-text-color1);
  font-weight: 500;
}

.advantage-col figure img {
  width: 100%;
}

.advantage-col figure {
  max-width: 317px;
  margin: 0 auto;
}

.advantage-sec advantange-row {
  align-items: center;
}

.product-sec .product-cont {
  margin-top: 63px;
  margin-bottom: 65px;
}

.product-cont ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -15px;
}

.product-cont ul li {
  width: 33.33%;
  padding: 0 15px;
  text-align: center;
}

.product-cont ul li a {
  display: block;
}

/* .product-cont ul li figure{
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid rgba(4, 14, 17, 0.30);
    margin-bottom: 28px;
} */

.product-cont ul li p {
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-text-color1);
  margin-bottom: 0;
}

.product-page .product_list_bttm_dv {
  padding-bottom: 50px;
}

.product-card .card-head {
  padding: 22px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.product-card.green .card-head {
  background-color: #39ec12;
}

.product-card.green .card-head h2 {
  font-weight: 600;
}

.product-card .card-body {
  padding: 27px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 0;
  background: #fff;
}

.product-card.green .card-body {
  border: 1px solid #39ec12;
}

.product-card.blue .card-head {
  background-color: #00f;
}

.product-card.blue .card-head h2 {
  color: #fff;
}

.product-card.blue .card-body {
  border: 1px solid #00f;
}

.company-sec {
  position: relative;
}

.company-sec h2 {
  margin-bottom: 50px;
}

.value-cont ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.value-cont ul li:not(:last-child) {
  margin-bottom: 38px;
}

.value-cont ul li figure {
  height: 24px;
  width: 100%;
  margin-bottom: 15px;
}

.value-cont ul li figure img {
  height: 100%;
  width: auto;
}

.value-cont ul li p {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}

.value-cont ul li p:last-child {
  margin-bottom: 0;
}

.value-cont ul li p strong {
  color: var(--theme-text-color1);
  font-weight: 500;
}

.value-sec .value-row {
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 26px 0;
  margin-bottom: 87px;
}

.value-sec .value-col-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  height: 356px;
}

.value-image-sec {
  position: relative;
  height: 100%;
}

.value-image-sec figure {
  height: 100%;
  width: 100%;
  text-align: center;
}

.value-image-sec figure img {
  width: auto;
}

.value-image-sec .center-image-cont {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

.value-image-sec .center-image-cont h3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}

.value-sec .value-cont {
  max-width: 360px;
}

.value-sec .value-col-right .value-cont {
  margin-left: auto;
}

.manf-qua-sec .manf-qua-row {
  align-items: center;
}

.manf-qua-sec .manf-qua-cont {
  max-width: 552px;
}

.manf-qua-sec .manf-qua-cont h2 {
  color: var(--theme-text-color1);
  margin-bottom: 33px;
  line-height: 1.3;
}

.manf-qua-sec .manf-qua-cont p {
  font-size: 15px;
  font-weight: 500;
}

.manf-qua-sec .manf-content-wrapper .dots {
  margin: 52px 0;
}

.manf-qua-sec .manf-content-wrapper:nth-child(even) .manf-qua-row {
  flex-direction: row-reverse;
}

.manf-qua-sec .manf-content-wrapper:nth-child(even) .manf-qua-cont {
  margin-left: auto;
}

.manf-qua-sec .manf-content-wrapper .dots img {
  width: 100%;
}

.qua-content-wrapper .manf-qua-cont {
  margin-left: auto;
}

.qua-content-wrapper .manf-qua-left figure {
  max-width: 336px;
  margin: 0 auto;
  border-radius: 100%;
  /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
}

.manf-content-wrapper .manf-qua-right figure {
  width: 225px;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #39ec12;
  overflow: hidden;
  margin: 0 auto;
}

.manf-content-wrapper .manf-qua-right figure img {
  max-width: 205px;
}

.order-table table {
  width: 100%;
}

.order-table table th,
.order-table table td {
  padding: 22px 34px;
}

.order-table table th {
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-text-color1);
}

.order-table table thead th {
  background: #cdcdff;
}

.order-table table thead th:first-child {
  border-top-left-radius: 10px;
}

.order-table table thead th:last-child {
  border-top-right-radius: 10px;
}

.order-table table tbody {
  height: 467px;
  overflow-y: auto;
  padding-right: 8px;
  display: block;
  border: 1px solid rgba(4, 14, 17, 0.3);
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.order-table table tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.order-table table tr:nth-child(even) {
  background-color: #f7f7f7;
}

.order-table table td,
.order-table table th {
  width: 33.33%;
}

.order-table table td {
  font-size: 15px;
  font-weight: 500;
}

.order-table table td a {
  display: inline-block;
  color: var(--body-color);
}

.order-table table td a:hover {
  color: var(--theme-green);
}

/* .order-table table tbody::-webkit-scrollbar-track
{
	background-color: #D9D9D9;
    border-radius: 10px;
}

.order-table table tbody::-webkit-scrollbar
{
	width: 6px;
	background-color: #D9D9D9;
    border-radius: 10px;
}

.order-table table tbody::-webkit-scrollbar-thumb
{
	background-color: #586C70;
    border-radius: 10px;
}

.order-table table tbody tr:nth-child(even){ 
    background: #F7F7F7;
} */

.shipping-sec h2 {
  margin-bottom: 18px;
}

.shipping-sec p {
  font-size: 15px;
  font-weight: 500;
}

.shipping-sec {
  padding: 67px 0;
}

.faq-sec {
  padding: 67px 0;
}

.faq-sec h2 {
  margin-bottom: 40px;
}

.faq-sec .resp-tabs-container > h2 {
  display: none;
}

.faq-sec .tab-content {
  display: none;
}

.faq-sec .resp-tabs-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}

.faq-sec .resp-tabs-list li {
  background: #f7f7f7;
  padding: 21px;
  font-weight: 500;
  color: var(--body-color);
  line-height: 1.2;
  max-width: 285px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.faq-sec .resp-tabs-list li::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  transform: rotate(-45deg);
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}

.faq-sec .resp-tabs-list li:first-child {
  border-top-left-radius: 10px;
}

.faq-sec .resp-tabs-list li:last-child {
  border-top-right-radius: 10px;
}

.faq-sec .resp-tabs-list li.resp-tab-active {
  background-color: var(--theme-green) !important;
  color: var(--theme-text-color1) !important;
}

.faq-sec .resp-tabs-list li.resp-tab-active::before {
  opacity: 1;
  visibility: visible;
}

.faq-sec .accordion-item {
  border: 0;
  margin-bottom: 7px;
}

.faq-sec .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-sec .accordion-item h2 {
  margin-bottom: 0;
}

.faq-sec .accordion-item button {
  box-shadow: none;
  outline: none;
  background: transparent;
  border-radius: 10px !important;
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-text-color1);
  padding: 16px 34px;
  padding-right: 150px;
}

.faq-sec .accordion-item button::after {
  content: "+";
  position: absolute;
  top: 22px;
  right: 25px;
  color: var(--theme-text-color1);
  background: none;
  font-size: 24px;
  line-height: 1;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-sec .accordion-item .accordion-button:not(.collapsed)::after {
  content: "-";
}

.faq-sec .accordion-item .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.faq-sec .accordion-item .accordion-body {
  padding: 30px 34px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid rgba(4, 14, 17, 0.1);
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.serch-function .form-input {
  position: relative;
}

.serch-function .form-input input[type="text"] {
  border-radius: 50px;
  border: 1px solid #d9d9d9;
  background: #fff;
  height: 54px;
  padding-left: 15px;
  padding-right: 55px;
}

.serch-function .form-input input[type="text"]::placeholder {
  color: #7b7b7b;
}

.serch-function .form-input input[type="text"]::-moz-placeholder {
  color: #7b7b7b;
}

.serch-function .form-input input[type="text"]::-webkit-input-placeholder {
  color: #7b7b7b;
}

.serch-function .form-input input[type="submit"] {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 100%;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  background: url(images/search-icon.svg) no-repeat center center
    var(--theme-blue);
  background-size: 16px;
}

.serch-function .form-input input[type="submit"]:hover {
  background: url(images/search-icon.svg) no-repeat center center
    var(--theme-green);
  background-size: 16px;
}

.serch-function {
  margin-bottom: 22px;
}

.leave-message-sec {
  padding: 28px 24px;
  border-radius: 10px;
  border: 1px solid rgba(4, 14, 17, 0.1);
}

.leave-message-sec h2 {
  font-size: 24px;
  margin-bottom: 27px;
}

.leave-message-sec .form-input:not(:last-child) {
  margin-bottom: 11px;
}

.leave-message-sec .form-input input[type="text"],
.leave-message-sec .form-input input[type="email"],
.leave-message-sec .form-input input[type="tel"] {
  border-radius: 50px;
  padding: 0 20px;
}

.leave-message-sec .form-input:last-child {
  margin-top: 25px;
}

.leave-message-sec {
  margin-bottom: 35px;
}

.contact-info h2 {
  margin-bottom: 27px;
}

.contact-info ul {
  padding-left: 0;
  list-style: none;
}

.contact-info ul li:not(:last-child) {
  margin-bottom: 30px;
}

.contact-info ul li h3 {
  margin-bottom: 13px;
}

.address-info p {
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}

.email-info p {
  font-size: 15px;
  margin-bottom: 26px;
}

.email-info p:last-child {
  margin-bottom: 0;
}

.email-info p strong {
  font-weight: 600 !important;
}

.email-info p a {
  display: inline-block;
  color: var(--body-color);
  font-size: 15px;
  font-weight: 500;
}

.email-info p a:hover {
  color: var(--theme-green);
}

.adopter-program-sec {
  padding-bottom: 100px;
}

.adopter-program-sec .left-cont {
  max-width: 581px;
}

.adopter-program-sec .adopter-program-right figure {
  text-align: center;
}

/* .adopter-program-sec .adopter-program-right figure{
    width: 324px;
    height: 324px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 100%;
    background: rgba(57, 236, 18, 0.10);
} */

.adopter-program-sec .adopter-program-right figure img {
  width: 191px;
  height: 191px;
}

.adopter-program-sec .adopter-program-row {
  align-items: center;
}

.adopter-program-sec .left-cont p {
  font-size: 15px;
  font-weight: 500;
}

.product-sec .faq-sec {
  padding: 0;
}

.product-sec .faq-sec .accordion-item .accordion-body {
  padding: 0;
}

.product-sec .content-wrap .content-item {
  padding: 30px;
  background: #fff;
}

.product-sec .content-wrap .content-item:nth-child(even) {
  background: #f7f7f7;
}

.product-sec .content-wrap .content-item h3 {
  margin-bottom: 0;
  font-weight: 500;
  margin-bottom: 10px;
}

.product-sec .content-wrap .content-item p {
  font-size: 15px;
  color: var(--body-color);
  font-weight: 500;
  margin: 0;
}

.product-sec .content-wrap .content-item .cont-item-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: space-between;
}

.product-sec .content-wrap .content-item .content-item-head {
  width: 55%;
  padding: 0 10px;
}

.product-sec .content-wrap .content-item .cont-image-wrap {
  width: 43%;
  padding: 0 10px;
}

.cont-image-wrap ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 -10px;
}

.cont-image-wrap ul li {
  width: 33.33%;
  padding: 0 10px;
  text-align: center;
}

.cont-image-wrap ul li figure {
  width: 80px;
  height: 80px;
  border: 1px solid #d9d9d9;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 6px;
  margin: 0 auto 10px auto;
}

.cont-image-wrap ul li figure a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.product-sec .cont-image-wrap ul li a {
  color: var(--theme-text-color1);
  text-transform: uppercase;
}

.product-sec .cont-image-wrap ul li a:hover {
  color: var(--theme-green);
}

.cont-image-wrap .cont-image-wrap-inner {
  max-width: 280px;
  margin-left: auto;
}

.product-sec .content-wrap .content-item ul li p {
  font-size: 11px;
  font-weight: 500;
  color: var(--theme-text-color1);
}

.cont-image-wrap ul li figure img {
  width: 100%;
  height: auto;
}

.cont-image-wrap ul li:first-child figure img {
  height: 100%;
  width: auto;
}

.product-sec .product-row {
  display: flex;
  flex-wrap: wrap;
}

.product-sec .product-col-left {
  max-width: 750px;
  width: 100%;
}

.product-sec .product-col-right {
  max-width: calc(100% - 750px);
  padding-left: 30px;
  width: 100%;
}

.product-sec .faq-sec .accordion-item {
  margin-bottom: 54px;
}

.backgrond-accordion-sec {
  padding: 30px;
}

.coa-product-sec {
  padding-bottom: 60px;
  min-height: 100vh;
}

.coa-product-sec h1 {
  margin-bottom: 35px;
}

.coa-product-sec p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
}

.small-form .form-input input[type="text"] {
  margin-bottom: 40px;
  border-radius: 50px;
  background: transparent;
  border: 1px solid #d9d9d9;
  font-weight: 400;
}

.small-form .form-input input[type="submit"] {
  padding: 0 37px;
}

.event-sec {
  padding-bottom: 75px;
}

.event-sec h1 {
  margin-bottom: 47px;
}

.blog-card .blog-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.blog-card .blog-image a {
  display: inline-block;
  width: 100%;
}

.blog-card .blog-image img {
  width: 100%;
  height: 100%;
}

.blog-card .blog-cont {
  padding: 30px 34px;
  border: 1px solid rgba(4, 14, 17, 0.1);
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.blog-card .date {
  position: relative;
  display: inline-block;
  background: rgba(4, 14, 17, 0.05);
  padding: 5px 10px;
  border-radius: 5px;
  padding-left: 36px;
  margin-bottom: 20px;
}

.blog-card .date figure {
  position: absolute;
  top: 9px;
  left: 10px;
  width: 15px;
  height: 15px;
  line-height: 0;
}

.blog-card .date span {
  display: inline-block;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 500;
}

.blog-card h2 {
  margin-bottom: 10px;
  font-weight: 600;
}

.blog-card p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.blog-card .blog-cont > a {
  display: inline-block;
  color: var(--theme-green);
  font-family: var(--lato-font);
  text-transform: capitalize;
}

.blog-card a:hover {
  color: var(--theme-blue);
}

.blog-card h2 a {
  color: var(--theme-text-color1);
  text-transform: inherit;
}

.event-sec .event-row .event-col {
  margin-bottom: 35px;
}

.event-sec .event-row {
  --bs-gutter-x: 30px;
}

.event-sec .btn-wrap-sec {
  text-align: center;
  margin-top: 30px;
}

.event-sec .btn-wrap-sec a {
  padding: 15px 18px;
}

.resource-sec {
  padding-bottom: 95px;
}

.resource-row {
  display: flex;
  flex-wrap: wrap;
}

.resource-row .resource-left {
  max-width: 750px;
}

.resource-row .resource-right {
  max-width: calc(100% - 750px);
  padding-left: 30px;
  width: 100%;
}

.resource-icon-list ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}

.resource-icon-list ul li {
  width: 25%;
  padding: 0 18px;
  margin-bottom: 36px;
}

.resource-icon-list ul li a {
  display: block;
  height: 100%;
}

.resource-row .resource-left p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 13px;
  transition: 0.5s ease-in-out;
}

.resource-row .resource-icon-list ul li a:hover p {
  color: var(--theme-green);
}

.resource-row .resource-left .resource-icon-list {
  margin-top: 59px;
}

.resource-card {
  border-radius: 10px;
  border: 1px solid rgba(4, 14, 17, 0.2);
  background: #fff;
  padding: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
}

.resource-card figure {
  height: 57px;
  width: auto;
  margin: 0 auto 19px auto;
}

.resource-card figure img {
  height: 100%;
  width: auto;
}

.resource-row .resource-left .resource-card p {
  margin-bottom: 0;
  color: var(--theme-text-color1);
  font-weight: 400;
}

.right-card {
  padding: 30px 24px;
  background: rgba(4, 14, 17, 0.05);
  border-radius: 10px;
  margin-bottom: 28px;
}

.right-card:last-child {
  margin-bottom: 0;
}

.right-card h2 {
  margin-bottom: 20px;
  font-weight: 500;
}

.right-card .accordion .accordion-item {
  margin-bottom: 7px;
  border: 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.right-card .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.right-card .accordion .accordion-header {
  margin-bottom: 0;
}

.right-card .accordion .accordion-header .accordion-button {
  padding: 12px 30px 12px 18px;
  border: 0;
  box-shadow: none;
  outline: none;
  border-radius: inherit !important;
  font-size: 15px;
  color: var(--theme-text-color1);
  font-weight: 500;
}

.right-card .accordion .accordion-header .accordion-button::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 17px;
  background: url(images/plus.svg) no-repeat center center;
  background-size: 100% 100%;
  width: 13px;
  height: 13px;
}

.right-card
  .accordion
  .accordion-header
  .accordion-button:not(.collapsed)::after {
  background: url(images/minus.svg) no-repeat center center;
  background-size: 100% 100%;
  width: 13px;
  height: 13px;
}

.right-card .accordion .accordion-button:not(.collapsed) {
  background: transparent;
}

.right-card .accordion .accordion-body {
  padding: 0 18px 12px 18px;
}

.right-card .accordion .accordion-body .accordion-body-cont {
  border-top: 1px solid rgba(88, 108, 112, 0.1);
  padding-top: 12px;
  padding-left: 10px;
}

.right-card .accordion .accordion-body ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.right-card .accordion .accordion-body ul li {
  line-height: 0;
  margin-bottom: 8px;
}

.right-card .accordion .accordion-body ul li:last-child {
  margin-bottom: 0;
}

.right-card .accordion .accordion-body ul li a {
  display: inline-block;
  color: var(--body-color);
  font-size: 14px;
  line-height: 1.2;
}

.right-card .accordion .accordion-body ul li a:hover {
  color: var(--theme-green);
}

.product-quick-links ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
  margin-bottom: -31px;
}

.product-quick-links ul li {
  width: 33.33%;
  padding: 0 18px;
  text-align: center;
  margin-bottom: 31px;
}

.p-quick-link-card figure {
  padding: 7px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  overflow: hidden;
}

.p-quick-link-card figure a {
  display: inline-block;
  width: 100%;
}

.p-quick-link-card:hover figure img {
  transform: scale(1.1);
}

.p-quick-link-card figure img {
  height: 56px;
  width: auto;
  transition: 0.5s ease-in-out;
}

.p-quick-link-card p a {
  font-size: 14px;
  color: var(--body-color);
}

.p-quick-link-card:hover p a {
  color: var(--theme-green);
}

.assays-cont {
  margin-top: 35px;
}

.resource-row .resource-left p {
  margin-bottom: 13px;
}

.resource-row .resource-left p:last-child {
  margin-bottom: 0;
}

.assays-cont h2 {
  font-weight: 500;
  margin-bottom: 12px;
}

.assays-cont figure {
  width: 100%;
  margin: 30px 0;
}

.footer-social ul {
  margin: 0;
  display: block;
}

.footer-social ul li {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.footer-social ul li p {
  margin-bottom: 0;
  color: #fff;
  margin-right: 12px;
}

.footer-sec .footer-social {
  margin-bottom: 30px;
}

.footer-social ul li a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 0;
}

.footer-social ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(81%) sepia(19%) saturate(6679%)
    hue-rotate(58deg) brightness(98%) contrast(104%);
}

.banner .ban-follow-btn {
  margin-top: 80px;
  max-width: 241px;
}

.banner .ban-follow-btn p {
  margin-bottom: 26px;
  color: #fff;
}

.banner .ban-follow-btn a {
  display: inline-block;
  width: 34px;
  height: 34px;
}

.banner .ban-follow-btn a img {
  width: 100%;
}

.banner .ban-follow-btn a:hover img {
  filter: brightness(0) saturate(100%) invert(81%) sepia(19%) saturate(6679%)
    hue-rotate(58deg) brightness(98%) contrast(104%);
}

.backgrond-accordion-sec h3 {
  margin-bottom: 15px;
}

.backgrond-accordion-sec p:last-child {
  margin-bottom: 0;
}

.backgrond-accordion-sec p {
  margin-bottom: 30px;
}

.product-image-sec {
  border-radius: 10px;
  border: 1px solid rgba(205, 205, 255, 0.6);
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 54px;
}

.product-image-sec figure {
  margin: 0;
  width: 100%;
}

.product-image-sec figure img {
  width: 100%;
}

.code-card-list {
  margin-bottom: 20px;
}

.code-card {
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 7px;
}

.code-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.code-card ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.code-card ul li:last-child {
  margin-bottom: 0;
}

.code-card ul li p {
  margin: 0;
  color: var(--theme-text-color1);
}

.code-card ul li span {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
}

.code-card ul li .instock {
  color: #39ec12;
  position: relative;
  padding-right: 26px;
}

.code-card ul li .out-of-stock {
  position: relative;
  color: #f00;
  padding-right: 26px;
}

.code-card ul li .instock i,
.code-card ul li .out-of-stock i {
  position: absolute;
  top: 3px;
  right: 0;
  width: 16px;
  height: 16px;
  line-height: 0;
}

.code-card ul li .instock i img,
.code-card ul li .out-of-stock i img {
  width: 100%;
  height: 100%;
}

.code-card-list .code-card:last-child {
  margin-bottom: 0;
}

.distributor-card {
  border-radius: 10px;
  border: 1px solid #39ec12;
  background: #fff;
  padding: 8px;
  margin-bottom: 25px;
}

.distributor-card .green_btn {
  padding-left: 14px;
  padding-right: 14px;
  width: 100%;
}

.distributor-card figure {
  width: 100%;
  max-width: 240px;
  margin: 10px auto 0 auto;
}

.distributor-card figure img {
  width: 100%;
}

.out-line-btn-wrap a {
  margin-bottom: 16px;
  width: 100%;
}

.out-line-btn-wrap a:last-child {
  margin-bottom: 0;
}

.green-outline-btn {
  display: inline-block;
  padding: 17px 30px;
  border-radius: 50px;
  border: 1px solid #39ec12;
  background: #fff;
  color: #030f14;
  line-height: 1.2;
  text-align: center;
  font-size: 15px;
}

.green-outline-btn:hover {
  background: #39ec12;
  color: #030f14;
}

.product-col-right .right-card {
  margin-bottom: 52px;
}

.product-col-right .right-card:last-child {
  margin-bottom: 0;
}

.white-card {
  border-radius: 10px;
  background: #fff;
  padding: 13px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  color: var(--body-color);
  display: block;
}

.addi-format .white-card:hover {
  background: var(--theme-green);
  color: #030f14;
}

.white-card:last-child {
  margin-bottom: 0;
}

.white-card p:last-child {
  margin-bottom: 0;
}

.white-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.white-card ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.white-card ul li p {
  font-size: 15px;
  font-weight: 500;
  color: var(--theme-text-color1);
}

.white-card ul li:first-child {
  margin-bottom: 10px;
}

.white-card ul li span {
  font-size: 15px;
  font-weight: 500;
}

.human-fc-wap ul li .currencyCls {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #756e70;
}

.white-card ul li:not(:last-child) {
  margin-bottom: 5px;
}

.addi-species ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 30px -20px 0 -20px;
}

.addi-species ul li {
  padding: 0 20px;
  text-align: center;
}

.addi-species ul li p {
  margin-bottom: 0;
  text-align: center;
}

.addi-species ul li figure {
  height: 40px;
  width: auto;
  margin-bottom: 16px;
}

.addi-species ul li figure a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.addi-species ul li:hover p a {
  color: var(--theme-green);
}

.addi-species ul li:hover figure a img {
  transform: scale(1.1);
}

.addi-species ul li figure img {
  height: 100%;
  width: auto;
  transition: 0.5s ease-in-out;
}

.addi-species ul li p a {
  font-size: 15px;
  font-weight: 500;
  color: var(--theme-text-color1);
  margin: 0;
}

.addi-species ul li p a:hover {
  color: var(--theme-green);
}

.p-quick-link-card p {
  margin-bottom: 0;
}

.adopter-program figure {
  width: 191px;
  height: 191px;
  margin: 0 auto 37px auto;
}

.adopter-program figure a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.adopter-program figure img {
  width: 100%;
  height: 100%;
}

.adopter-program .white-card p {
  margin-bottom: 18px;
}

.adopter-program .white-card a {
  display: inline-block;
  max-width: 147px;
}

.product-sec {
  padding-bottom: 105px;
}

.company-advantage .dot-border {
  margin-top: 60px;
}

.leadership-sec {
  padding-bottom: 117px;
}

.leadership-sec h2 {
  margin-bottom: 65px;
}

.col-head h3 {
  margin-bottom: 5px;
  font-weight: 500;
}

.col-head p {
  font-size: 20px;
  color: var(--theme-text-color1);
}

.left-cont .col-head {
  margin-bottom: 15px;
}

.left-cont > p {
  font-size: 15px;
  font-weight: 500;
}

.right-image {
  max-width: 252px;
  position: relative;
  margin: 0 auto;
}

.right-image figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid var(--theme-green);
}

.right-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  justify-content: center;
}

.right-image > a {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 36px;
  height: 36px;
  display: inline-block;
}

.right-image > a:hover img {
  filter: brightness(0) saturate(100%) invert(76%) sepia(17%) saturate(4229%)
    hue-rotate(58deg) brightness(98%) contrast(104%);
}

.right-image > a img {
  width: 100%;
  height: 100%;
}

.leadership-row {
  align-items: center;
  margin-bottom: 90px;
}

.leadership-row:last-child {
  margin-bottom: 0;
}

.product-sec.cmn-padding-top {
  padding-bottom: 0;
}

.introduction-card {
  border-radius: 10px;
  border: 1px solid rgba(4, 14, 17, 0.5);
  padding: 50px;
}

.introduction-card figure {
  max-width: 623px;
  margin: 0 auto 58px auto;
}

.background-sec .introduction-card figure {
  max-width: 100%;
}

.product-col-left .faq-sec > .accordion-item .accordion-button::after,
.product-full-width .faq-sec .accordion-item .accordion-button::after {
  display: none;
}

.product-full-width .faq-sec .accordion-item .accordion-button,
.product-col-left .faq-sec > .accordion-item .accordion-button {
  padding-right: 21px;
  cursor: unset;
}

.product-sec .content-wrap .content-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.product-sec .faq-sec .accordion-item:last-child {
  margin-bottom: 0;
}

.receptor-product-sec .product-row:not(:last-child) {
  margin-bottom: 30px;
}

.receptor-product-sec .accordion-inn-cont {
  padding: 30px;
}

.receptor-product-sec .products ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px -30px auto;
}

.receptor-product-sec .products ul li {
  width: 20%;
  padding: 0 9px;
  text-align: center;
  margin-bottom: 33px;
}

.receptor-product-sec .products ul li figure {
  max-width: 120px;
  width: 100%;
  margin: 0 auto 5px auto;
}

.receptor-product-sec .products ul li figure a {
  display: inline-block;
  width: 100%;
}

.receptor-product-sec .products ul li figure img {
  width: 100%;
}

.receptor-product-sec .products ul li p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.receptor-product-sec .products ul li p a {
  color: var(--theme-text-color1);
}

.receptor-product-sec .products ul li p a:hover {
  color: var(--theme-green);
}

.receptor-product-sec .products ul li span {
  display: inline-block;
  color: var(--body-color);
}

.receptor-product-sec .accordion-inn-cont h3 {
  margin-bottom: 7px;
}

.receptor-product-sec .faq-sec .accordion-item {
  margin-bottom: 28px;
}

.mobile-serach-toggle {
  display: none;
}

.product-sec .faq-sec > .accordion-item .accordion-inn-cont {
  padding: 0;
}

.accordion-wrapper .accordion-item {
  margin-bottom: 7px;
}

.accordion-wrapper .accordion-item {
  padding: 8px 18px;
  border-radius: 10px;
  background: #fff;
}

.accordion-wrapper .accordion-item .accordion-head-button {
  position: relative;
  padding-right: 30px;
}

.accordion-wrapper .accordion-item .accordion-head-button .plus {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  line-height: 0;
  cursor: pointer;
  background: url(images/plus.svg) no-repeat center center;
  background-size: 100% 100%;
}

.accordion-wrapper .accordion-item.active .accordion-head-button .plus {
  background: url(images/minus.svg) no-repeat center center;
  background-size: 100% 100%;
}

.accordion-wrapper .accordion-item a {
  display: inline-block;
  line-height: 1.2;
  font-size: 15px;
  color: var(--theme-text-color1);
  font-weight: 500;
}

.accordion-wrapper .accordion-item.active .accordion-head-button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-wrapper .accordion-body {
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(88, 108, 112, 0.1);
  padding-bottom: 5px;
}

.accordion-body-cont ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.accordion-body-cont ul li {
  margin-bottom: 10px;
  line-height: 0;
}

.accordion-body-cont ul li:last-child {
  margin-bottom: 0;
}

.accordion-wrapper .accordion-item .accordion-body-cont ul li a {
  display: inline-block;
  color: var(--body-color);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

.accordion-wrapper .accordion-item .accordion-body-cont ul li a:hover {
  color: var(--theme-green);
}

.intro-card {
  padding: 22px;
  border-radius: 10px;
  border: 1px solid rgba(4, 14, 17, 0.5);
}

.intro-card figure {
  margin-bottom: 44px;
}

#parentHorizontalTab .accordion-item .accordion-button {
  font-size: 20px;
}

.content-wrapper h2 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: 600;
}

.content-wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}

.content-wrapper h3:first-child {
  margin-top: 0;
}

.content-wrapper h4 {
  font-size: 18px;
  font-weight: 600;
}

.content-wrapper p,
.content-wrapper li {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.content-wrapper p a {
  display: inline-block;
  color: var(--theme-blue);
  word-break: break-all;
}

.content-wrapper p a:hover {
  color: var(--theme-green);
}

.content-wrapper li {
  margin-bottom: 10px;
}

.content-wrapper li:last-child {
  margin-bottom: 0;
}

.content-sec h2 {
  font-size: 30px;
}

.content-sec .privacy-left ul {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 10px;
  position: sticky;
  position: -webkit-sticky;
  top: 10px;
}

.privacy-right .content-wrapper {
  padding-top: 15px;
}

.privacy-right .privacy-cont-item {
  padding-top: 30px;
}

.privacy-right .privacy-cont-item p:last-child {
  margin-bottom: 0;
}

.toc {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.toc li:not(:last-child) {
  margin-bottom: 10px;
}

.toc li a {
  display: inline-block;
  color: var(--body-color);
  font-size: 15px;
  font-weight: 500;
}

.toc li a:hover,
.toc li.current-menu-item a {
  color: var(--theme-green);
}

.product-sec p a {
  display: inline-block;
  color: var(--theme-blue);
}

.product-sec p a:hover {
  color: var(--theme-green);
}

/* 20/11/2023 pappu */

.product-code-sec.right-card .h4-title {
  font-weight: 500;
}

.addi-format.right-card .h4-title {
  font-weight: 500;
}

.fc-receptors-sec.right-card .h4-title {
  font-weight: 500;
}

.addi-species.right-card .h4-title {
  font-weight: 500;
}

.product-quick-links.right-card .h4-title {
  font-weight: 500;
}

.adopter-program.right-card .h4-title {
  font-weight: 500;
}

.p-quick-link-card.link-card-2 p a {
  color: #000;
  font-weight: 600;
}

.product-code-sec.right-card.coupon-code-mble {
  display: none;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
  height: 143px !important;
}

.gform_wrapper.gravity-theme .gfield_label {
  display: none !important;
}

.backgrond-table-wrap .tablepress tbody tr:first-child td:first-child,
.backgrond-table-wrap .tablepress tbody tr:last-child td:first-child {
  font-weight: 600;
}

.backgrond-table-wrap .tablepress .row-6 td {
  vertical-align: middle;
}

/* 21.12.23 css */
.filtercheckbox label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.filtercheckbox label {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.filtercheckbox label span {
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  background: #efefef;
  color: #000000;
  line-height: 1;
  padding: 10px 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.filtercheckbox label span:hover {
  background: var(--theme-green);
}

.filtercheckbox label input[type="checkbox"]:checked + span {
  background: var(--theme-green);
}

/* 21.12.23 css */

/*22.12.23 */

.loadingsection {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: rgba(143, 143, 143, 0.3);
  z-index: 9999;
}
.loadingsection-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.loadingsection img {
  max-width: 55px;
}
/*26.12.2023*/
.product_list_table tr td.cat_no_td,
.product_list_table tr td.cat_no_td a {
  color: #040e11;
  font-size: 14px;
}

/* 27/12/23 work start */
.backgrond-table-wrap {
  overflow: auto;
}

.addi-species ul li {
  width: 33.33333% !important;
  padding: 10px !important;
  line-height: 1.3;
}

.addi-species ul {
  margin: -10px;
}

.addi-species ul li p a {
  font-size: 13px;
}

.addi-species ul li {
  word-break: break-word;
}

/*NewMark(6:10pm)*/
.purity_activity_list {
  justify-content: space-between;
  column-gap: 10px;
  row-gap: 5px;
  flex-wrap: nowrap;
}
.purity_activity_list li {
  padding: 0;
}
.purity_activity_list .icon-wrap {
  width: 28px;
  height: 28px;
  margin: 0 auto 5px auto;
}
.purity_activity_list .icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_list_table tr .size_price_td select {
  width: 100%;
}

/* 27/12/23 work end */

/* support start 28/12/23 */
.product_list_table tr td.cat_no_td a {
  color: var(--theme-blue);
}
.product_list_table tr td.cat_no_td a:hover {
  color: var(--theme-text-color2);
}
.woocommerce-Reviews .woocommerce-Reviews-title {
  display: none;
}
.woocommerce-Reviews .comment_container .avatar {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 0;
  border: 0;
  border-bottom: 1px solid #e1dde7;
  border-radius: 0;
  padding: 0;
  margin-bottom: 16px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:last-child {
  margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0;
}
.woocommerce .star-rating span::before {
  color: #fac702;
  font-size: 13px;
}
.woocommerce p.stars a::before {
  color: #fac702;
  font-size: 13px;
}
.woocommerce .star-rating {
  float: none;
  margin-bottom: 20px;
}
.woocommerce .star-rating::before {
  font-size: 13px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  font-weight: normal;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin-bottom: 0;
  line-height: 1;
}
.comment-text .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}
.comment-text .woocommerce-review__dash {
  display: none;
}
.comment-form input[type="text"],
.comment-form input[type="tel"],
.comment-form input[type="password"],
.comment-form input[type="email"],
.comment-form select {
  height: 46px;
}
.woocommerce-Reviews .comment-reply-title,
.woocommerce-Reviews .comment-form-rating label {
  margin-bottom: 14px;
  display: block;
  line-height: 1;
}
.woocommerce-Reviews .comment-form-rating {
  margin-top: 20px;
}
.comment-form input[type="submit"] {
  text-align: center;
  border-radius: 50px !important;
  background: var(--theme-green) !important;
  color: var(--theme-text-color2) !important;
  font-size: 16px !important;
  padding: 0 20px !important;
  min-width: 120px;
  height: 36px;
  font-weight: normal !important;
}
.comment-form input[type="submit"]:hover {
  background: var(--theme-text-color2) !important;
  color: #ffffff !important;
}
.woocommerce-Reviews .comment-form-cookies-consent {
  display: flex;
}
.woocommerce-Reviews .comment-form-cookies-consent label {
  padding-left: 10px;
}
.woocommerce-Reviews .comment-form-comment label,
.woocommerce-Reviews .comment-form-author label,
.woocommerce-Reviews .comment-form-email label {
  margin-bottom: 7px;
}
.comment-form .comment-form-author {
  margin-bottom: 16px;
}
/* support end 28/12/23 */

/*support pp.c 29/12/2023*/
.blogdetlsimgbox {
  border-radius: 10px;
  overflow: hidden;
  height: 430px;
  width: 100%;
  background-color: #efefef;
  padding: 15px;
}
.blogdetlsimgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.bloghdarea {
  text-align: center;
  margin-top: 30px;
}

.blogdtlsdate.date {
  position: relative;
  display: inline-block;
  background: rgba(4, 14, 17, 0.05);
  padding: 5px 10px;
  border-radius: 5px;
  padding-left: 36px;
  margin-bottom: 20px;
}
.blogdtlsdate.date figure {
  position: absolute;
  top: 9px;
  left: 10px;
  width: 15px;
  height: 15px;
  line-height: 0;
}
.blogdtlsdate.date span {
  display: inline-block;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 500;
}
.blogdtls-contwrap {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(4, 14, 17, 0.3);
  margin-top: 40px;
}
.bloghdarea h1.h2-title {
  margin-bottom: 20px;
}
.blogdtls-contwrap h2,
.blogdtls-contwrap h3,
.blogdtls-contwrap h4,
.blogdtls-contwrap h5,
.blogdtls-contwrap h6 {
  font-weight: 600;
  margin-bottom: 22px;
}
.blogdtls-contwrap h2 {
  font-size: 32px;
  font-weight: 700;
}
.blogdtls-contwrap h3 {
  font-size: 27px;
}
.blogdtls-contwrap h4 {
  font-size: 22px;
}
.blogdtls-contwrap h5 {
  font-size: 18px;
}
.blogdtls-contwrap h6 {
  font-size: 16px;
}
.blogdtls-contwrap ul {
  padding-left: 0;
}
.blogdtls-contwrap p a {
  color: var(--theme-green);
}
.blogdtls-contwrap p a:hover {
  color: var(--theme-blue);
}
.blogdtls-contwrap ul li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  margin-top: 12px;
}
.blogdtls-contwrap ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #0000ff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
/*support pp.c 29/12/2023*/

/* support start 29/12/23 */
#sdsform .form-select {
  height: 50px;
}
#sdsmodal .modal-header {
  border-bottom: 0;
}
#sdsmodal .btn-close:focus {
  box-shadow: none;
}
#sdsform .form-select:focus {
  box-shadow: none;
  border-color: #dee2e6;
  /* outline: 0 !important; */
}
.downloadsec {
  text-align: center;
  margin-top: 20px;
}
.downloadsec a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
  background: var(--theme-green);
  color: var(--theme-text-color2);
  font-size: 16px;
  padding: 15px 30px;
  line-height: 1;
}
.downloadsec a:hover {
  background: var(--theme-blue);
  color: #ffffff;
}
.downloadsec a span img{
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.downloadsec a:hover span img {
  filter: brightness(0) invert(1);
}
.downloadsec a span {
  margin-right: 12px;
}
.downloadsec .errot span {
  font-weight: 500;
  color: #ff0000;
}
.conatct-form .gform_confirmation_wrapper {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: var(--theme-green);
}

/* support end 29/12/23 */
/*support start 02/01/2024*/
.product_img_wrap svg{
  width: 100%
}
.intro-card svg{
  width: 100%
}
.molecule-wrap{cursor: pointer;}
/*.molecule-wrap:hover{
  stroke: #D4d4d4;
}*/
/*support end 02/01/2024*/
.fancybox-inner .fancybox-stage .tablepress span{
  display: block;
}
#table-modal{width: 90%}

/* CSS Modification 10.01.24 */
.image_hover .tooltip-inner{
  background: var(--theme-blue);
}
.tooltip.image_hover .tooltip-arrow::before{
  border-bottom-color:var(--theme-blue)!important;
}
.tooltip.image_hover.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{
  border-left-color: var(--theme-blue)!important;
}
.tooltip.image_hover.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{
  border-right-color: var(--theme-blue)!important;
}
.image_hover{
  text-align: center;
}
.image_hover .tooltip-inner img{
  max-height: 220px;
  object-fit: contain;
}
/* CSS Modification 10.01.24 */

/* CSS Modification 29.01.24 */

.code-card ul li span.currencyCls{
      font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #756e70;
}

/* CSS Modification 29.01.24 */

.altdist-wrap{
  display: flex;
align-items: center;
gap: 3px 10px;
flex-wrap: wrap;
margin-top: 15px;
} 
.distcountries-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.distcountries-wrap figure{
    width: 40px;
    height: 25px;
    margin: 0;
}
.distcountries-wrap figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* ========== responsive css =========== */

@media (min-width: 1600px) {
  .coa-product-sec {
    display: flex;
    /* align-items: center; */
    min-height: 100vh;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1164px;
  }
}

@media (min-width: 1025px) {
  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }

  .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

@media (max-width: 1599px) {
  .navbar_form_inner {
    position: relative;
    width: 320px;
  }

  .navbar_dropdown {
    margin-left: 20px;
  }

  .navbar-nav > li {
    margin: 0 10px;
  }
}

@media (max-width: 1399px) {
  .container.lg_container {
    padding: 0 30px;
  }

  .navbar-brand {
    max-width: 170px;
    width: 100%;
  }

  .navbar_rght {
    padding-left: 15px;
  }
}

@media (max-width: 1299px) {
  .navbar-brand {
    max-width: 126px;
  }

  .navbar_dropdown {
    margin-left: 10px;
  }

  .navbar_dropdown select {
    width: 137px;
    font-size: 12px;
  }

  .navbar-nav > li {
    margin: 0 8px;
  }

  .navbar-nav > li > a {
    font-size: 14px;
  }

  .banner {
    padding-top: 180px;
    padding-bottom: 70px;
  }

  .banner .ban-follow-btn {
    margin-top: 45px;
  }

  .banner-right-shape {
    max-width: 480px;
  }
}

@media (max-width: 1199px) {
  .container.lg_container {
    padding: 0 15px;
  }

  .navbar_dropdown
    .bootstrap-select
    .dropdown-toggle
    .filter-option-inner-inner
    span {
    font-size: 0;
    line-height: 0;
  }

  .navbar_dropdown
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
      .input-group-btn
    ) {
    width: 37px;
  }

  .bootstrap-select .dropdown-menu li .text span {
    font-size: 0;
    line-height: 0;
  }

  .navbar_form_inner {
    width: 300px;
  }

  .product_list_table tr th,
  .product_list_table tr td {
    padding: 10px 5px;
    font-size: 13px;
  }

  .product_list_table thead tr th:first-child,
  .product_list_table tbody tr td:first-child {
    padding-left: 10px;
  }

  .product_list_table thead tr th:last-child,
  .product_list_table tbody tr td:last-child {
    padding-right: 10px;
  }

  .species_td img {
    height: 25px;
  }

  .product-pipeline-table table tbody tr td:first-child .prodcut-sec {
    padding-left: 35px;
    padding-right: 20px;
  }

  .product-sec .product-col-left {
    max-width: 650px;
  }

  .product-sec .product-col-right {
    max-width: calc(100% - 650px);
  }

  .cont-image-wrap ul li figure {
    width: 65px;
    height: 65px;
  }

  .product-image-sec {
    margin-bottom: 30px;
  }

  .product-image-sec {
    padding: 15px;
  }

  .product-col-right .right-card {
    padding: 15px;
  }

  .product-col-right .right-card {
    margin-bottom: 30px;
  }

  h4,
  .h4-title {
    font-size: 16px;
  }

  .product-col-right .right-card h3 {
    margin-bottom: 15px;
  }

  .product-sec p,
  .code-card ul li span,
  .white-card ul li p,
  .white-card ul li span,
  .addi-species ul li p {
    font-size: 13px;
  }

  .code-card ul li .instock i,
  .code-card ul li .out-of-stock i {
    width: 13px;
    height: 13px;
  }

  .code-card ul li .instock,
  .code-card ul li .out-of-stock {
    padding-right: 18px;
  }

  .distributor-card .green_btn {
    padding: 10px;
    font-size: 11px;
    width: 100%;
  }

  .product-sec .product-col-right {
    padding-left: 20px;
  }

  .green-outline-btn {
    padding: 10px 20px;
    font-size: 12px;
  }

  .addi-species ul {
    margin: 20px -12px 0 -12px;
  }

  .addi-species ul li {
    padding: 0 12px;
    width: 25%;
  }

  .addi-species ul li figure {
    height: 30px;
    margin-bottom: 10px;
  }

  .product-quick-links ul {
    margin: 0 -12px;
  }

  .product-quick-links ul li {
    padding: 0 12px;
  }

  .product-quick-links ul li {
    width: 50%;
  }

  .adopter-program figure {
    width: 150px;
    height: 150px;
    margin: 0 auto 17px auto;
  }

  .navbar_rght {
    padding-left: 8px;
  }

  .navbar_form_inner input[type="text"] {
    padding-right: 45px;
  }

  .navbar_form_inner {
    width: 248px;
  }

  .resource-row .resource-left {
    max-width: 650px;
  }

  .resource-row .resource-right {
    max-width: calc(100% - 650px);
    padding-left: 20px;
  }

  .right-card {
    padding: 20px 15px;
  }

  .resource-icon-list ul li {
    width: 33.33%;
  }
}

@media (max-width: 1024px) {
  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 20px;
    /* background: url(images/sort-down.svg) center center no-repeat; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 10px;
    cursor: pointer;
  }

  .navbar-nav > li.menu-item-has-children a::before {
    display: none;
  }

  .navbar-nav > li.menu-item-has-children a {
    padding-right: 0;
  }

  .navbar-nav .clickD::before {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
  }

  .navbar-nav > li > a:after {
    display: none;
  }

  /* .navbar-nav .clickD.toggled{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    } */

  .navbar-nav .clickD.toggled::before {
    content: "-";
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu > li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 13px;
  }

  .sub-menu > li.menu-item-has-children > a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:after,
  .navbar-nav > li.menu-item-has-children > a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:hover:after,
  .navbar-nav > li.menu-item-has-children:hover > a:after {
    width: 100%;
    opacity: 1;
  }

  /* navbar end*/
}

@media (max-width: 991px) {
  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: 0;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    order: 2;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: auto;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-collapse .navbar-toggler .stick,
  .navbar-collapse .navbar-toggler .stick:after,
  .navbar-collapse .navbar-toggler .stick:before {
    background: #000;
  }

  .navbar-collapse .navbar-toggler {
    overflow: hidden;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  /* .navbar-nav .clickD.toggled{
        -webkit-transform: rotate(180deg) ;
        transform: rotate(180deg) ;
    } */

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .sub-menu,
  .navbar-nav > li > .sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
    box-shadow: none;
    border-radius: 0;
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav > li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav > li > a {
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
  }

  .navbar-nav li.menu-item-has-children > a {
    padding-right: 30px;
  }

  .sub-menu > li > a {
    padding-left: 40px;
  }

  .sub-menu .sub-menu > li > a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu > li > a {
    padding-left: 80px;
  }

  .navbar-nav > li > a:after {
    bottom: 0;
  }

  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0;
    padding: 0 0 40px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden;
  }

  /* push nav end */

  .navbar-toggler-icon {
    display: none;
  }

  .navbar-nav > li > a {
    color: var(--theme-text-color1);
  }

  .navbar-nav .clickD::before {
    color: var(--theme-text-color1);
  }

  .sub-menu > li > a {
    font-size: 13px;
  }

  .navbar-nav > li a,
  .sub-menu > li a {
    border-bottom: 1px solid rgba(4, 14, 17, 0.2);
  }

  .sub-menu > li {
    border-bottom: 0;
  }

  /* .navbar-nav > li:last-child,
.sub-menu>li:last-child{ 
    border: 0;
} */

  .navbar-nav > li.current-menu-item > a,
  .navbar-nav > li > a:hover,
  .navbar-nav > li.menu-item-has-children:hover > a {
    color: var(--theme-green);
  }

  .navbar-nav .clickD.toggled::before {
    color: var(--theme-green);
  }

  .navbar_rght {
    margin-left: auto;
    padding-left: 0;
    margin-right: 15px;
  }

  .navbar_form_inner {
    width: 325px;
  }

  h1,
  .h1-title {
    font-size: 40px;
  }

  .banner {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .banner_content h1 {
    margin-bottom: 18px;
  }

  .banner_txt {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .banner .ban-follow-btn {
    margin-top: 25px;
  }

  .banner-right-shape {
    max-width: 330px;
  }

  .banner .ban-follow-btn p {
    margin-bottom: 15px;
  }

  .banner .ban-follow-btn a {
    width: 25px;
    height: 25px;
  }

  .product_list_bttm_dv {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .product_list_table {
    min-width: 1000px;
  }

  .product_list_table_wrap {
    overflow-x: auto;
  }

  .product_list_ul li a {
    padding: 5px 10px;
    font-size: 13px;
  }

  .product_list_item {
    padding: 14px 12px 10px;
  }

  .product_list_table_wrap {
    margin-top: 30px;
  }

  .cmn_gap_sm {
    padding: 40px 0;
  }

  h2,
  .h2-title {
    font-size: 30px;
  }

  .pipeline-sec h2 {
    margin-bottom: 24px;
  }

  .pipeline-sec {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .product-pipeline-table table tr td {
    padding: 10px;
  }

  .product-pipeline-table table tr td:first-child {
    width: 26%;
  }

  .product-pipeline-table table tr td {
    width: 74%;
  }

  .prodcut-sec p {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .prodcut-sec span {
    width: 22px;
    height: 22px;
  }

  .product-pipeline-table table thead tr th {
    padding: 10px;
  }

  .product-pipeline-table table thead tr th {
    font-size: 14px;
  }

  .product-pipeline-table tbody {
    height: 417px;
  }

  .adopter-program-sec {
    padding-bottom: 40px;
  }

  .sec_header {
    margin-bottom: 10px;
  }

  .cmn-padding-top {
    padding-top: 40px;
  }

  .contact-sec {
    padding-bottom: 50px;
  }

  .conatct-form {
    padding: 20px 15px;
  }

  .manf-qua-sec .manf-content-wrapper .dots {
    margin: 30px 0;
  }

  .leadership-sec h2 {
    margin-bottom: 25px;
  }

  .col-head h3 {
    font-size: 20px;
  }

  .col-head p {
    font-size: 16px;
  }

  .leadership-row {
    margin-bottom: 50px;
  }

  .value-image-sec {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .value-image-sec figure {
    height: auto;
  }

  .value-image-sec .center-image-cont h3 {
    font-size: 22px;
  }

  .value-cont ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .value-sec .value-row {
    margin-bottom: 15px;
  }

  .advantage-cont-list ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .company-sec h2 {
    margin-bottom: 20px;
  }

  .leadership-sec {
    padding-bottom: 50px;
  }

  .coa-product-sec h1 {
    margin-bottom: 20px;
  }

  .coa-product-sec p {
    margin-bottom: 15px;
  }

  .small-form .form-input input[type="text"] {
    margin-bottom: 20px;
  }

  .event-sec h1 {
    margin-bottom: 30px;
  }

  .event-sec .btn-wrap-sec {
    margin-top: 0;
  }

  .event-sec {
    padding-bottom: 50px;
  }

  .sticky-sec {
    padding-bottom: 40px;
  }

  .order-table table th {
    font-size: 20px;
  }

  .order-table table th,
  .order-table table td {
    padding: 10px 20px;
  }

  .shipping-sec {
    padding: 35px 0;
  }

  .faq-sec {
    padding: 40px 0;
  }

  .order-table table {
    min-width: 600px;
  }

  .order-table {
    overflow-x: auto;
  }

  .order-table table td {
    font-size: 13px;
  }

  .backgrond-table-wrap > table > thead > tr > th,
  .backgrond-table-wrap > table > tbody > tr > td {
    padding: 8px;
  }

  .backgrond-table-wrap > table > thead > tr > th p,
  .backgrond-table-wrap > table > tbody > tr > td p,
  .backgrond-table-wrap > table > thead > tr > th span,
  .backgrond-table-wrap > table > tbody > tr > td span {
    font-size: 13px;
  }

  .backgrond-table-wrap > table > tbody > tr > td figure img {
    height: 60px;
  }

  .background-sec .backgrond-head {
    margin-bottom: 30px;
  }

  .backgrond-table-wrap > table {
    min-width: 700px;
  }

  .backgrond-table-wrap {
    overflow-x: auto;
  }

  .sticky-cont-inner .description-sec .introduction-cont-wrap,
  .sticky-cont-inner .product_list_sec,
  .sticky-cont-inner .advantage-sec,
  .sticky-cont-inner .background-sec,
  .order-sec {
    padding: 35px 0;
  }

  .product-sec h1 {
    margin-bottom: 25px;
  }

  .product-sec .product-col-left {
    margin-bottom: 30px;
  }

  .product-sec .product-col-right,
  .product-sec .product-col-left {
    max-width: 100%;
  }

  .product-sec .product-col-right,
  .product-sec .product-col-left {
    padding-left: 0;
  }

  .product-sec .content-wrap .content-item,
  .qc-images-sec,
  .backgrond-accordion-sec,
  .receptor-product-sec .accordion-inn-cont {
    padding: 15px;
  }

  .qc-item-wrap .qc-item-cont {
    padding-left: 20px;
  }

  .qc-item-wrap .qc-item-cont p {
    font-size: 13px;
  }

  .product-sec .faq-sec .accordion-item {
    margin-bottom: 30px;
  }

  .product-sec {
    padding-bottom: 40px;
  }

  .product-sec .content-wrap .content-item p {
    font-size: 13px;
  }

  .product-sec .product-cont {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .product-page .product_list_bttm_dv {
    padding-bottom: 0;
  }

  /* .product-pipeline-table table tr td:first-child{ 
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
} */

  .product-pipeline-table table {
    width: 696px;
  }

  .product-pipeline-table {
    overflow-x: auto;
  }

  .product-pipeline-table tbody {
    height: auto;
    overflow: inherit !important;
  }

  .resource-row .resource-right,
  .resource-row .resource-left {
    max-width: 100%;
  }

  /* .resource-row .resource-left{ 
    margin-bottom: 30px;
} */

  .resource-icon-list ul {
    margin: 0 -12px;
  }

  .resource-icon-list ul li {
    padding: 0 12px;
  }

  .resource-row .resource-left .resource-icon-list {
    margin-top: 30px;
  }

  .resource-row .resource-right {
    padding-left: 0;
  }

  .product-quick-links ul li {
    width: 20%;
  }

  .resource-sec {
    padding-bottom: 50px;
  }

  .assays-cont {
    margin-top: 23px;
  }

  .assays-cont figure {
    margin: 20px 0;
  }

  .resource-left .assays-cont {
    margin-bottom: 30px;
  }

  .event-sec .event-row {
    --bs-gutter-x: 1.5rem;
  }

  .order-table table tbody {
    height: auto;
    overflow: inherit !important;
  }

  .content-sec .privacy-left ul {
    position: static;
  }

  .content-sec .privacy-left {
    margin-bottom: 30px;
  }

  .product-code-sec.right-card.coupon-code-mble {
    display: block;
  }

  .product-code-sec.right-card.rgt-card-dsk-only {
    display: none;
  }

  /* 21.12.23 css */

  .filtercheckbox label span {
    padding: 8px 10px;
    font-size: 13px;
  }

  /* 21.12.23 css */
  /*support pp.c 29/12/2023*/
  .blogdtls-contwrap h2 {
    font-size: 28px;
  }
  .blogdtls-contwrap h3 {
    font-size: 24px;
  }
  .blogdtls-contwrap h4 {
    font-size: 20px;
  }
  .blogdtls-contwrap h5 {
    font-size: 18px;
  }
  .blogdtls-contwrap h6 {
    font-size: 16px;
  }
  /*support pp.c 29/12/2023*/
  /* CSS Modification 10.01.24 */
.tble_outr_box table tbody tr {
  overflow: hidden;
}

  /* CSS Modification 10.01.24 */
}

@media (max-width: 767px) {
  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  .mobile-serach-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: var(--theme-blue);
    border-radius: 100%;
  }

  .mobile-serach-toggle img {
    filter: brightness(0) invert(1);
    max-width: 18px;
  }

  .navbar_rght .navbar_form_wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    display: none;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 8px 0px rgba(0, 0, 0, 0.2);
  }

  .navbar_rght .navbar_form_wrapper.open {
    display: block;
  }

  .navbar_form_inner {
    width: 100%;
  }

  h1,
  .h1-title {
    font-size: 30px;
  }

  .green_btn,
  .white_btn {
    font-size: 15px;
    padding: 10px 30px;
  }

  .banner .ban-follow-btn {
    margin-top: 16px;
  }

  .banner_txt {
    font-size: 15px;
  }

  .banner .ban-follow-btn p {
    font-size: 15px;
  }

  .banner-right-shape {
    max-width: 273px;
  }

  h2,
  .h2-title {
    font-size: 25px;
  }

  .product_sec p {
    font-size: 15px;
  }

  .product_img_wrap {
    margin-bottom: 40px;
  }

  .product-pipeline-table table tbody tr td:first-child .prodcut-sec {
    padding-right: 0;
  }

  /* .product-pipeline-table table tbody tr td:first-child .prodcut-sec::after{
    display: none;
} */

  /* .product-pipeline-table table tr td{ 
    width: 100%;
} */

  .adopter-program-sec .adopter-program-right figure img {
    width: 150px;
    height: 150px;
  }

  .footer-sec .footer-social {
    margin-bottom: 13px;
  }

  .footer-sec ul li {
    margin-bottom: 10px;
  }

  .footer-sec {
    padding: 30px 0;
  }

  .footer-sec .footer-list {
    margin: 0 auto 10px auto;
  }

  h3,
  .h3-title {
    font-size: 20px;
  }

  h2,
  .h2-title {
    font-size: 23px;
  }

  .product_list_ul li {
    margin-bottom: 10px;
  }

  .product_list_ul {
    margin-bottom: -10px;
  }

  .contact-content-wrap h1 {
    margin-bottom: 20px;
  }

  .contact-content-wrap ul li h2 {
    margin-bottom: 5px;
  }

  .contact-content-wrap ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .contact-sec .contact-col-left {
    margin-top: 30px;
    order: 2;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select {
    height: 50px;
    padding: 0 15px;
  }

  textarea {
    height: 150px;
    padding: 20px 15px;
  }

  .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 143px !important;
  }

  .conatct-form .form-input:nth-last-child(2) {
    margin-bottom: 10px;
  }

  input[type="submit"] {
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .breadcrumb ul li a,
  .breadcrumb ul li span {
    font-size: 13px;
  }

  .contact-content-wrap ul li p {
    font-size: 13px;
  }

  .value-sec .value-col-center {
    position: static;
    transform: inherit;
    margin: 30px 0;
  }

  .value-sec .value-cont {
    max-width: 100%;
  }

  .value-image-sec figure {
    height: 100%;
  }

  .advantage-col figure {
    margin-top: 30px;
  }

  .manf-qua-sec .manf-qua-row .manf-qua-left {
    margin-top: 30px;
    order: 2;
  }

  .leadership-row {
    margin-bottom: 30px;
  }

  .leadership-row .leadership-col-left {
    order: 2;
    margin-top: 30px;
  }

  .company-advantage .dot-border {
    margin-top: 35px;
  }

  .manf-qua-sec .manf-qua-cont {
    max-width: 100%;
  }

  .advantage-cont-list ul li figure {
    margin-top: 0;
  }

  .event-sec h1 {
    margin-bottom: 20px;
  }

  .blog-card .blog-cont {
    padding: 15px;
  }

  .blog-card .date span {
    font-size: 13px;
  }

  .blog-card .date {
    margin-bottom: 15px;
  }

  .event-sec .btn-wrap-sec a {
    padding: 10px 18px;
  }

  .blog-card p {
    font-size: 14px;
  }

  .sticky-sec .sticky-nav-wrap ul li a {
    padding: 10px;
    font-size: 14px;
  }

  .sticky-cont-inner .description-sec .introduction-cont-wrap,
  .sticky-cont-inner .product_list_sec,
  .sticky-cont-inner .advantage-sec,
  .sticky-cont-inner .background-sec,
  .order-sec {
    padding: 35px 0 40px;
  }

  .sticky-sec .sticky-nav-wrap ul li a::before {
    width: 10px;
    height: 10px;
    bottom: -5px;
  }

  .introduction-card {
    padding: 20px;
  }

  .introduction-card p {
    font-size: 14px;
  }

  .backgrond-head h2 {
    margin-bottom: 13px;
  }

  .faq-sec .accordion-item button {
    font-size: 16px;
  }

  .faq-sec .accordion-item .accordion-body {
    padding: 15px 20px;
  }

  .faq-sec .accordion-item .accordion-body {
    font-size: 14px;
  }

  .faq-sec .accordion-item button {
    padding-right: 44px;
  }

  .faq-sec .accordion-item button::after {
    top: 14px;
    right: 17px;
  }

  .faq-sec h2 {
    margin-bottom: 30px;
  }

  .order-table table th {
    font-size: 18px;
  }

  .sticky-sec {
    padding-bottom: 0px;
  }

  .description-sec p,
  .backgrond-head p {
    font-size: 14px;
  }

  .d-btn-wrap ul {
    margin-bottom: -10px;
  }

  .d-btn-wrap ul li {
    width: 33.33%;
    margin-bottom: 10px;
  }

  .d-btn-wrap ul li a {
    font-size: 13px;
  }

  .product-sec p {
    margin-bottom: 15px;
  }

  .receptor-product-sec .products ul li {
    width: 25%;
    margin-bottom: 15px;
  }

  .receptor-product-sec .products ul {
    margin: 0 -9px -15px auto;
  }

  .product-cont ul li {
    width: 50%;
  }

  .product-card .card-head {
    padding: 18px;
  }

  .product-card .card-body {
    padding: 18px;
  }

  .adopter-program-sec .left-cont {
    margin-bottom: 30px;
  }

  .product-quick-links ul li {
    width: 25%;
    margin-bottom: 20px;
  }

  .product-quick-links ul {
    margin-bottom: -20px;
  }

  .resource-icon-list ul li {
    width: 50%;
  }

  .assays-cont figure {
    margin: 15px 0;
  }

  .resource-row .resource-left p {
    font-size: 14px;
  }

  .product-cont ul {
    margin: 0 -12px;
  }

  .product-cont ul li {
    padding: 0 12px;
  }

  .qc-item-wrap .qc-item-cont {
    max-width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  .qc-item-wrap .qc-item-image {
    margin: 0 auto;
  }

  .product-sec .modal-image a {
    top: -25px;
    right: -6px;
    width: 35px;
    height: 35px;
  }

  .product-sec .content-wrap .content-item .content-item-head,
  .product-sec .content-wrap .content-item .cont-image-wrap {
    width: 100%;
  }

  .product-sec .content-wrap .content-item .content-item-head {
    margin-bottom: 20px;
  }

  .advantage-col figure {
    max-width: 280px;
  }

  .faq-sec .accordion-item button {
    padding: 13px 20px;
    padding-right: 38px;
  }

  #parentHorizontalTab .accordion-item .accordion-button {
    font-size: 16px;
  }

  .content-wrapper h2 {
    margin: 14px 0;
    font-size: 17px;
  }

  .content-wrapper p,
  .content-wrapper li {
    font-size: 14px;
    margin-bottom: 11px;
  }

  .content-sec h2 {
    font-size: 25px;
  }
  /*support pp.c 29/12/2023*/
  .blogdtls-contwrap h2 {
    font-size: 25px;
  }
  .blogdtls-contwrap h3 {
    font-size: 22px;
  }
  .blogdtls-contwrap {
    padding: 15px;
    margin-top: 25px;
    /*support pp.c 29/12/2023*/
  }
}

@media (max-width: 575px) {
}

@media (max-width: 479px) {
  .footer-sec ul li a {
    font-size: 13px;
  }

  .footer-sec .copyright {
    font-size: 12px;
  }

  .col-head h3 {
    font-size: 18px;
  }

  .right-image > a {
    left: 95%;
  }

  .sticky-nav-wrap {
    position: relative;
    z-index: 1;
  }

  .sticky-sec .sticky-nav-wrap ul {
    margin: 0 -10px;
  }

  .sticky-sec .sticky-nav-wrap ul li {
    width: 50%;
    padding: 0 10px;
  }

  .sticky-sec .sticky-nav-wrap ul li a {
    border: 0;
    border-radius: 10px;
  }

  .sticky-sec .sticky-nav-wrap ul li {
    margin-bottom: 10px;
  }

  .advantage-cont-list ul li p,
  .shipping-sec p {
    font-size: 14px;
  }

  .shipping-sec {
    padding: 25px 0;
  }

  .faq-sec .resp-tabs-list li {
    padding: 13px;
    max-width: 50%;
  }

  .breadcrumb ul {
    flex-wrap: wrap;
  }

  .d-btn-wrap ul li {
    width: 50%;
  }

  .receptor-product-sec .products ul li {
    width: 33.33%;
  }

  .product-cont ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .product-cont ul li:last-child {
    margin-bottom: 0;
  }

  .product-cont ul {
    flex-wrap: wrap;
  }

  .product-sec .product-cont {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .resource-card {
    padding: 15px;
  }

  .resource-icon-list ul li a .resource-card p {
    font-size: 14px;
  }

  .product-quick-links ul li {
    width: 33.33%;
  }

  .p-quick-link-card figure img {
    height: 40px;
  }

  .cmn_gap_sm {
    padding: 30px 0;
  }

  body {
    font-size: 14px;
  }

  .advantage-col figure {
    max-width: 175px;
  }
  /*support pp.c 29/12/2023*/
  .blogdetlsimgbox {
    height: 320px;
    padding: 10px;
  }
  /*support pp.c 29/12/2023*/
}


.purity_activity_list{position:relative;}

.hover{ position:absolute; top:-200px; left:0px; width:100px; z-index:99; }