/*
Theme Name: Exb
Theme URI: http://demo.com/themes/exbtheme
Author: the exb team
Author URI: http://demo.com/
Description: The Exb theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: exbtheme
*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

/*font-family: 'Josefin Sans', sans-serif;*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.field {
  width: 100%;
  color: #000;
  font-family: "Open Sans";
  font-size: 15px;
  border: 1px solid #d3d3d3;
  padding: 10px 20px;
  margin-bottom: 15px;
}
html,
button,
input,
select,
textarea {
  font-family: "Open Sans";
}

body {
  color: #161616;
  line-height: 1.5;
  margin: 0;
}

a {
  color: #f7f7f7;
  text-decoration: none;
}

a:active,
a:hover {
  color: #000;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.3;
  color: #267581;
  font-family: "Open Sans";
}

h1 {
  font-size: 48px;
  margin: 33px 0;
}

h2 {
  font-size: 30px;
  margin: 25px 0;
}

h3 {
  font-size: 22px;
  margin: 22px 0;
}

h4 {
  font-size: 20px;
  margin: 25px 0;
}

h5 {
  font-size: 18px;
  margin: 30px 0;
}

h6 {
  font-size: 16px;
  margin: 36px 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  color: #161616;
}
.gallery-navigation-carousel .slick-track {
  transform: translate(0px, 0px) !important;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

ul {
  list-style-type: square;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}
.woocommerce
  #reviews
  #comments
  ol.commentlist
  li:last-child
  .comment_container {
  border-bottom: 0px !important;
}
hr {
  background: url(images/dotted-line.png) repeat center top;
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

*:focus {
  outline: none !important;
}

.alignleft {
  float: left;
  margin: 0 10px 5px 0;
  padding: 5px;
}

.alignright {
  float: right;
  margin: 0 0 10px 10px;
  padding: 3px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

/*Header*/
.wrapper {
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  padding: 0 15px;
  overflow: hidden;
}
.current-menu-item a,
.header-left ul li a:hover,
ul.mini-cart li a:hover {
  color: #82bf79 !important;
  /* font-weight: 900; */
  text-decoration: none;
}
.site,
.site-main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.top-bar {
  background: rgb(144, 202, 121);
  padding: 10px 40px;
  background: linear-gradient(
    90deg,
    rgba(144, 202, 121, 1) 0%,
    rgba(39, 117, 129, 1) 83%
  );
  text-align: center;
}
.inner-bar p {
  color: #fff;
  margin: 0;
}

header.site-header {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  z-index: 9999;
}

.home header,
.home .overlay {
  z-index: 99999;
}

header ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.header-top {
  display: flex;
  justify-content: space-between;
  padding: 25px 40px 25px;
  align-items: end;
}

.header-col {
  width: 33%;
}

.admin-bar .header-top {
  padding-top: 40px;
}

.header-left ul li {
  display: inline-block;
  padding-right: 45px;
}
.header-left .menu-icon a {
  color: #267581;
  font-size: 30px;
}
/* 
.header-left .menu-icon {
  padding-right: 40px;
} */

.header-left ul li a {
  color: #267581;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}

.header-left {
  text-align: left;
}

.logo_area {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.mini-cart {
  display: flex;
  justify-content: end;
  align-items: center;
}
ul.mini-cart li {
  position: relative;
  padding-left: 20px;
}
.cart-text, .text-black {
  background: #267581;
  color: #fff !important;
  width: 19px;
  line-height: 19px;
  text-align: center;
  border-radius: 100px;
  height: 19px;
  position: absolute;
  top: -10px;
  right: -2px;
  content: "";
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
ul.mini-cart li:first-child {
  padding-right: 30px;
}
ul.mini-cart li:first-child a img {
  padding-right: 10px;
}
ul.mini-cart li:first-child a {
  color: #267581;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
ul.mini-cart li:first-child a:hover {
  text-decoration: none;
}
.cart-contents {
  padding-right: 15px;
}
ul.mini-cart li a img {
  width: 28px;
}
.header-right {
  text-align: right;
}

.header-top h1 {
  margin: 0px;
}

.header-right a.cart-contents {
  color: #000;
}

.header-right a.cart-contents:hover {
  text-decoration: none;
}

/* search */
/* 
.site-search {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 5%;
  margin: 20px 0;
  top: 0;
  bottom: 0;
  width: 50px;
  outline: none;
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0NC40ODcgMjQ0LjQ4NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQ0LjQ4NyAyNDQuNDg3IiB3aWR0aD0iMTI4cHgiIGhlaWdodD0iMTI4cHgiPgogIDxnPgogICAgPHBhdGggZD0ibTI0MS44NzcsMjMwLjEzMWwtNzIuOTI5LTcyLjkyOWMxMy45NzMtMTYuNjcgMjIuNDY1LTM4LjAwNCAyMi40NjUtNjEuMDYxIDAtNTIuMjA0LTQzLjUwMy05NS43MDctOTUuNzA3LTk1LjcwN3MtOTUuNzA2LDQzLjUwNC05NS43MDYsOTUuNzA4IDQzLjUwMyw5NS43MDcgOTUuNzA3LDk1LjcwN2MyMi42MjEsMCA0My41NzMtOC4xNzkgNjAuMTA0LTIxLjY4Mmw3Mi4xNDUsNzIuMTQ1YzEuNzQsMS43NCAzLjQ4LDEuNzQgNi45NiwxLjc0czUuMjIsMCA2Ljk2LTEuNzRjMy40ODItMy40OCAzLjQ4Mi04LjcgMC4wMDEtMTIuMTgxem0tMTQ2LjE3LTU1LjY4M2MtNDMuNTAzLDAtNzguMzA1LTM0LjgwMi03OC4zMDUtNzguMzA1czM0LjgwMi03OC4zMDUgNzguMzA1LTc4LjMwNSA3OC4zMDUsMzQuODAyIDc4LjMwNSw3OC4zMDUtMzQuODAyLDc4LjMwNS03OC4zMDUsNzguMzA1eiIgZmlsbD0iIzAwMDAwMCIvPgogIDwvZz4KPC9zdmc+Cg==);
} */

.site-header-search {
  background-color: #fff;
  width: 100%;
  padding: 10px 0;
  position: relative;
}

.site-search-input {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background-color: transparent;
  outline: none;
  color: #fff;
}
.site-header-search label {
  display: block;
}
.site-header-search input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 100%;
  height: 46px;
  padding-left: 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Open Sans";
  background: transparent;
  color: #818181;
  border: 0;
  border-bottom: 1px solid #1c6e7b;
}
.site-header-search .search-submit {
  display: none;
}
.site-search-reset {
  outline: none;
  filter: brightness(0.5);
  -webkit-filter: brightness(0.5);

  background-color: transparent;
  border: 0;
  position: absolute;
  right: 1.5%;
  /*margin: 20px 0;
  */
  top: -2px;
  bottom: 0;
  width: 50px;
  background-position: center right;
  background-size: 48%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE5MS40MTQgMTkxLjQxNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTkxLjQxNCAxOTEuNDE0IiB3aWR0aD0iMTI4cHgiIGhlaWdodD0iMTI4cHgiPgogIDxnPgogICAgPHBhdGggZD0iTTEwNy44ODgsOTYuMTQybDgwLjkxNi04MC45MTZjMy40OC0zLjQ4LDMuNDgtOC43MDEsMC0xMi4xODFzLTguNzAxLTMuNDgtMTIuMTgxLDBMOTUuNzA3LDgzLjk2MUwxNC43OTEsMy4wNDUgICBjLTMuNDgtMy40OC04LjcwMS0zLjQ4LTEyLjE4MSwwcy0zLjQ4LDguNzAxLDAsMTIuMTgxbDgwLjkxNSw4MC45MTZMMi42MSwxNzcuMDU3Yy0zLjQ4LDMuNDgtMy40OCw4LjcwMSwwLDEyLjE4MSAgIGMxLjc0LDEuNzQsNS4yMiwxLjc0LDYuOTYsMS43NHM1LjIyLDAsNS4yMi0xLjc0bDgwLjkxNi04MC45MTZsODAuOTE2LDgwLjkxNmMxLjc0LDEuNzQsNS4yMiwxLjc0LDYuOTYsMS43NCAgIGMxLjc0LDAsNS4yMiwwLDUuMjItMS43NGMzLjQ4LTMuNDgsMy40OC04LjcwMSwwLTEyLjE4MUwxMDcuODg4LDk2LjE0MnoiIGZpbGw9IiNGRkZGRkYiLz4KICA8L2c+Cjwvc3ZnPgo=);
}

.hide {
  visibility: hidden;
  display: none;
}
/* 
.header-right a.cart-contents span {
  position: relative;
  top: 8px;
  right: 10px;
} */

#dedicated-mobile {
  display: none;
}

/*nav*/
.overlay-slidedown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(200, 227, 187, 1);
  background: -webkit-linear-gradient(
    top,
    rgba(200, 227, 187, 1),
    rgba(255, 255, 255, 1)
  );
  background: -moz-linear-gradient(
    top,
    rgba(200, 227, 187, 1),
    rgba(255, 255, 255, 1)
  );
  background: linear-gradient(
    to bottom,
    rgba(200, 227, 187, 1),
    rgba(255, 255, 255, 1)
  );
  z-index: 99999;
}

.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 5);
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overlay ul li a {
  font-size: 41px;
  font-weight: 500;
  display: block;
  color: #267581;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding-bottom: 13px;
}
.overlay ul li a:hover {
  text-decoration: none;
}
.overlay .overlay-close {
  font-size: 35px;
  position: absolute;
  right: 33px;
  top: 30px;
  overflow: hidden;
  border: none;
  color: #267581;
  outline: none;
  z-index: 100;
  cursor: pointer;
}
.overlay-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

/*slider section*/
#primary {
  padding-top: 140px;
}
/* 
.slider_sec:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background-image: url(images/slider_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1342px;
} */
.slider_sec {
  background: #e5eded;
}
.banner-bg {
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 710px;
  display: flex;
}
.slider_sec figure {
  display: none;
}
@media (max-width: 576px) {
  .slider_sec figure {
    display: block;
  }
  .slider_sec .slides img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: 0%;
  }
  .banner-bg {
    flex-direction: column;
    align-items: flex-start;
    background-image: none !important;
  }
  .slider_sec .slides h2,
  .slider_sec .slides h3 {
    font-size: 25px !important;
    line-height: 33px !important;
  }
  .slider_sec .slides .text {
    margin-top: 30px;
  }
}
@media (min-width: 578px) and (max-width: 991px) {
  .banner-bg {
    min-height: 510px;
  }
}
.slider_sec .slides .wrappers {
  /* min-height: 1232px; */
  display: flex;
  justify-content: end;
  -webkit-display: flex;
  -ms-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
}
/* 
.slider_sec .slides img {
  max-width: 100%;
  height: auto;
} */

.slider_sec .slick-arrow {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  z-index: 1;
  opacity: 0;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  font-size: 0;
  line-height: 0;
  background: url(images/slider-arrow.png) no-repeat;
  background-size: 100% 100%;
  width: 42px;
  height: 69px;
  border: 0;
  cursor: pointer;
}

.slider_sec .slick-arrow.slick-next {
  left: auto;
  right: 15px;
  background-image: url(images/slider-arrow-next.png);
}

.slider_sec .slider:hover .slick-arrow {
  opacity: 0.6;
}

.slider_sec .slider .slick-arrow:hover {
  opacity: 100;
}

.slider_sec .slides h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 300;
  color: #1c6e7b;
  margin: 0;
  padding: 0;
  /* font-family: "Avenir LT 35"; */
  text-transform: uppercase;
}

.slider_sec .slides h3 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 900;
  color: #1c6e7b;
  margin: 0;
  padding: 0 0 20px 0;
  /*  font-family: "Open Sans"; */
  text-transform: uppercase;
}
.slider_sec .slides p {
  margin: 0;
}
.slider_sec .slides a {
  /*  font-family: "Open Sans"; */
  margin-top: 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  font: normal normal 600 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  /* color: #267581; */
  border: 1px solid #2a7881;
  /* border-image-source: linear-gradient(to left, #267581, #91cb79);
  border-image-slice: 1; */
  padding: 15px 30px;
  text-transform: uppercase;
}

.slider_sec .slides a:hover {
  background: #2a7881;
  color: #fff;
  text-decoration: none;
}
/* 
.slider_sec .slides .text {
  margin: 150px 150px 0 0px;
  z-index: 9999;
} */
/* 
.slider_sec .slides figure {
  position: absolute;
  top: 85px;
  right: 0px;
} */

.tagline_area {
  position: relative;
}

.slider_sec .tagline {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Avenir LT 35";
  font-size: 15vw;
  font-weight: 300;
  position: absolute;
  left: 0px;
  bottom: -114px;
  /*bottom:310px;*/
}
.slider_sec ul.slick-dots {
  bottom: 25px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

ul.slick-dots li {
  list-style: none;
  display: inline-block;
  padding: 0 7px;
  z-index: 9999;
}

.slider_sec ul.slick-dots li.slick-active button {
  background: #1d707b;
}

.slider_sec ul.slick-dots li button {
  width: 13px;
  height: 13px;
  font-size: 0px;
  border-radius: 100px;
  background: #ffffff;
  border: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.slider_sec .slick-dots li button:before {
  background: none;
}

/*Nature and science*/
.nature-science-section {
  text-align: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 60px;
}

.nature-science-area {
  float: left;
  width: 100%;
  padding-bottom: 45px;
  background-image: url(images/nature_droplets.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.nature-science-section .wrapper {
  margin: 0 auto;
  max-width: 890px;
}

.nature-science-content h2 {
  color: #267581;
  font-size: 60px;
  line-height: 65px;
  font-family: "Avenir LT 35";
  font-weight: 300;
  padding-bottom: 15px;
  margin: 0px;
}
.nature-science-content h3 {
  margin: 10px 0 22px 0;
}
.nature-science-content p {
  color: #161616;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
  padding-bottom: 45px;
}

.exquisite-content {
  float: left;
  width: 100%;
  background-image: url(images/exquisite_droplets.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.exquisite-title-slider {
  display: none;
}

.exquisite-title-slider .slick-arrow {
  position: absolute;
  top: 45%;
  width: 40px;
  height: 40px;
  border: 3px solid;
  border-image-source: linear-gradient(to left, #267581, #91cb79);
  border-image-slice: 1;
  background: none;
  cursor: pointer;
  z-index: 9999;
}

.exquisite-title-slider .slick-prev {
  left: -40px;
}

.exquisite-title-slider .slick-next {
  right: 0;
}

.exquisite-title-slider .slick-arrow i {
  color: #267581;
  font-size: 20px;
}

.nature-science-section .exquisite-content h2 {
  color: #267581;
  font-size: 275px;
  font-family: "Open Sans";
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

.nature-science-section .exquisite-content h5 {
  color: #267581;
  font-size: 36px;
  line-height: 40px;
  font-family: "Open Sans";
  font-weight: 500;
  margin: 0 0 18px 0;
}

.nature-science-section .exquisite-content h5 span {
  font-family: "Open Sans";
  font-weight: 900;
}

/*home product*/
.products-section .wrapper {
  margin: 0 auto;
  max-width: 1160px;
}

.products-header-section {
  text-align: center;
  padding-bottom: 80px;
  max-width: 860px;
  margin: 0 auto;
}
.products-header-section h3 {
  font-size: 31px;
  line-height: 30px;
  font-family: "Open Sans";
  font-weight: 700;
  margin-bottom: 0;
  color: #267581 !important;
}

.products-section {
  width: 100%;
  /* overflow: hidden; */
  padding-top: 50px;
  position: relative;
  float: left;
}

.product-item {
  padding-bottom: 30px;
}
.product-item h3 {
  font-weight: 900;
  padding: 20px 0 4px;
  margin: 0px;
  font-size: 19px;
}
.product-item h3 a {
  color: #267581;
  text-decoration: none;
}
.products-area {
  float: left;
  width: 100%;
  text-align: center;
}
p {
  display: block;
}
.product-over {
  display: none;
}
.product-item:hover .product-over {
  display: block;
}
.product-item:hover .product-image {
  border: 0;
}
.product-item:hover .product-cn-box {
  background: #1c6f7a;
  padding: 26px 15px;
}
.category-name em a {
  color: #484848;
}
.product-item:hover h3 a,
.product-item:hover .product-short-desciption p,
.product-item:hover .category-name em a {
  color: #fff;
}
.product-item:hover h3 a {
  font-size: 20px;
}
.product-item:hover .category-name em a {
  font-size: 19px;
}
.product-item:hover {
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  transform: scale(1) translate(0%, -41%);
  z-index: 10;
  background-color: #fff;
  color: #000;
  padding: 0;
  border: 0.25px solid #c6c6c6;
  -webkit-transform: scale(1) translate(0%, -41%);
  -moz-transform: scale(1) translate(0%, -41%);
  -ms-transform: scale(1) translate(0%, -41%);
  -o-transform: scale(1) translate(0%, -41%);
}
.product-short-desciption {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.product-short-desciption p {
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 16px;
}
.product-item .product-short-desciption p:last-child {
  display: none;
}

.product-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-image {
  height: 300px;
  border: 0.25px solid #c6c6c6;
  width: 300px;
  margin: auto;
  padding: 20px;
}
.product-image img {
  object-fit: contain;
  height: 100%;
}
.product-buttons ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-transform: uppercase;
}

.product-buttons ul li {
  display: inline-block;
}

.product-buttons ul li:last-child {
  padding-left: 15px;
}
.product-buttons a.product_type_simple {
  margin-right: 15px;
  margin-bottom: 10px;
}
.product-buttons a {
  color: #fff !important;
  font-size: 16px !important;
  line-height: 24px !important;
  background: #80bd79 !important;
  border: 1px solid #fff !important;
  padding: 10px 30px !important;
  font-family: "Open Sans" !important;
  font-weight: 900 !important;
  position: relative !important;
  margin-bottom: 10px;
  text-transform: uppercase !important;
  border-radius: 0px !important;
}

.product-buttons a:hover {
  text-decoration: none;
  background: #e2c880;
  color: #fff;
}
.product-buttons a.loading:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 20px;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #267581;
  width: 10px;
  height: 10px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}
.woocommerce-ordering select {
  border: 0px !important;
  color: #000000;
  font-weight: 700;
  font-size: 15px;
  border-bottom: 1px solid #707070 !important;
}
/* action_section */
.action_section {
  display: flex;
  align-items: center;
  width: 100%;
  background: #f6f6f6;
  padding: 100px 0;
  min-height: 598px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  float: left;
}
.action_section h2 {
  font-size: 33px;
  margin-bottom: 10px;
  font-weight: 700;
}
.action_section a,
.product-info-txt a {
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  font: normal normal 600 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  /* color: #267581; */
  border: 1px solid #2a7881;
  /* border-image-source: linear-gradient(to left, #267581, #91cb79);
  border-image-slice: 1; */
  padding: 12px 35px;
  text-transform: uppercase;
}

.action_section a:hover,
.product-info-txt a:hover {
  background: #2a7881;
  color: #fff;
  text-decoration: none;
}
/* feedback content */
.feedback-section {
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.feedback-section h3 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 900;
  text-align: center;
  color: #80bd79;
  font-family: "Open Sans";
}

#in-the-press h3 {
  margin: 50px 0 60px 0;
}

#testimonials-area h3 {
  margin: 50px 0 50px 0;
}

#instagram-area h3 {
  margin: 50px 0 60px 0;
}

.feedback-area {
  padding-bottom: 50px;
  text-align: center;
}

.feedback-slider .slick-slide {
  margin: 0 20px;
}

.feedback-slider .slick-list {
  margin: 0 -20px;
}

.feedback-slider .slick-slide p,
.testimonial-slider .slick-slide p {
  line-height: 24px;
}

.feedback-slider ul.slick-dots li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}

.feedback-slider ul.slick-dots li.slick-active button {
  background: #8fca77;
}

.feedback-slider ul.slick-dots li button {
  width: 20px;
  height: 20px;
  font-size: 0px;
  border-radius: 50%;
  background: #e0c67b;
  border: none;
}

.feedback-section .feedback figure {
  padding-bottom: 40px;
}

.feedback-section .feedback img {
  margin: 0 auto;
  width: 200px;
  height: auto;
}

.feedback-section .feedback span {
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans";
  font-weight: 900;
}

.feedback-section .testimonial span {
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans";
  font-weight: 900;
  color: #1c6f7b;
}
/* subscribe */
.subscribe_section {
  padding: 80px 0;
}
.subscribe_section h2 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 900;
  text-align: center;
  color: #80bd79;
  font-family: "Open Sans";
}
.instagram-feed-area {
  padding-bottom: 50px;
}

.instagram_img {
  width: 100%;
  height: auto;
}

.testimonial_area {
  /* padding-bottom: 100px; */
  text-align: center;
}

.testimonial-slider .slick-slide {
  margin: 0 20px;
}

.testimonial-slider .slick-list {
  margin: 0 -20px;
}

.testimonial-slider ul.slick-dots li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}

.testimonial-slider ul.slick-dots li.slick-active button {
  background: #8fca77;
}

.testimonial-slider ul.slick-dots li button {
  width: 20px;
  height: 20px;
  font-size: 0px;
  border-radius: 50%;
  background: #e0c67b;
  border: none;
}

.testimonial-slider .slick-dots li button:before,
.feedback-slider ul.slick-dots li button:before {
  background: none !important;
}

/*single product image*/
.product-info-section {
  overflow: hidden;
  width: 100%;
  padding: 80px 0 60px 0;
}
/* 
.product-info-section .product-info-area {
  position: relative;
}

.product-info-section .product-info-area img {
  width: 100%;
  height: auto; */

/* 
.product-info-text {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
} */
/* 
.product-info-text h3 {
  font-size: 60px;
  line-height: 70px;
  font-family: "Avenir LT 35";
  font-weight: 300;
} */

/*Footer*/
.border-line {
  width: 100%;
  height: 3px;
}

#sticky1,
#sticky2 {
  position: absolute;

  font-size: 100px;
  letter-spacing: 5px;
  font-weight: 300;
  z-index: 9999;
}

#sticky1 {
  top: 4000px;
  left: 0;
  color: #e0c67b;
}

#sticky2 {
  top: 2500px;
  right: 0;
  color: #8fca77;
}

.site-header {
  background: #fff;
}

.site-header.stickyheader .header-top {
  padding: 10px 25px;
  align-items: center;
}

.site-header.stickyheader .site_logo img {
  width: 200px;
}

.site-header .site_logo img {
  width: 250px;
}
.site-header.stickyheader .header-top {
  padding: 10px 40px;
  align-items: center;
}

.site-header.stickyheader {
  top: 0;
  position: fixed;
  background-color: #f1f2f3;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-animation: stickyhead ease-in-out 0.5s 0.1s both;
  -moz-animation: stickyhead ease-in-out 0.5s 0.1s both;
  animation: stickyhead ease-in-out 0.5s 0.1s both;
}

.inner-page .site-main {
  padding-top: 135px;
}

.full {
  padding-bottom: 100px;
}

.inner-page a {
  color: #267581;
}
.inner-page .full ul li {
  margin-bottom: 20px;
  list-style-type: disc;
}

/*woocommerce*/
.woocommerce form {
  font-family: "Open Sans", sans-serif;
}

.woocommerce ul li {
  list-style: none !important;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
#coupon_code {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  border: 1px solid #2a7881;
  /* border-image-source: linear-gradient(to left, #267581, #91cb79);
  border-image-slice: 1; */
  padding: 15px 20px;
  font-family: "Open Sans";
  font-weight: 900;
  background-color: #fff;
  min-width: 180px;
}

#coupon_code::-webkit-input-placeholder {
  color: #267581;
  text-align: center;
}

#coupon_code:-ms-input-placeholder {
  color: #267581;
  text-align: center;
}

#coupon_code::placeholder {
  color: #267581;
  text-align: center;
}
.video_container p {
  font-size: 14px;
  color: #484848;
  line-height: 25px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: none !important;
}
section.related.products {
  display: none;
}
/* 
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: #267581 !important;
} */

/* checkout page*/
.woocommerce h2 {
  font-weight: 400;
}

.woocommerce .form-row {
  display: block;
}
.checkout-button {
  background: #1d6f7b !important;
  border-radius: 0px !important;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: normal !important;
}
.woocommerce form .form-row label {
  text-align: left;
  padding-bottom: 3px;
  display: block;
}

.woocommerce-checkout .woocommerce {
  background: #fff;
  padding: 0px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  min-height: 42px;
  border: solid 1px #959595;
  padding: 11px 10px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0px;
}

.woocommerce form .form-row label {
  text-align: left;
  padding-bottom: 3px;
  display: block;
}

.woocommerce form .form-row {
  text-align: left;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  min-height: 42px;
  border: solid 1px #959595;
  padding: 11px 10px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0px;
}

.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  border: 2px solid;
  padding: 10px;
}

.woocommerce .select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: solid 1px #959595;
}
.product-buttons .wc-forward {
  display: block;
  /* margin-top: 25px; */
  margin-bottom: 10px;
}

.slider_sec .slider,
.feedback-slider,
.testimonial-slider {
  display: none;
}

.product-details-popup .product-buttons .wc-forward {
  position: relative;
  right: 70px;
  text-align: center;
}

.woocommerce ul.products li.product .button {
  text-align: center;
}

.single-product .wpgs-for {
  border: 2px solid#e6e6e6;
}

.single-product div.product div.images img {
  width: auto;
  margin: 0 auto;
  padding: 20px 0;
}

.product-detail-page {
  padding: 40px 0;
}

.product-detail-page h1 {
  margin: 0 0 15px 0;
  font-size: 30px;
  font-weight: 700;
}
.product-detail-page form.cart .button {
  border: 1px solid #2a7881;
  text-transform: uppercase;
  background: #fff;
  color: #000;
  border-radius: 0;
  font: normal normal 600 14px/19px Open Sans;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.qty-label {
  position: absolute;
  top: -32px;
}
.product-detail-page form.cart {
  margin-top: 3rem;
  margin-bottom: 2em;
  position: relative;
}
.product-detail-page form.cart .button:hover {
  border: 1px solid #2a7881;
  background: #2a7881;
  color: #fff !important;
}
.single-product .qty {
  padding: 14px;
  border: 1px solid #2a7881;
  color: #267581 !important;
  font-family: "Open Sans";
  font-weight: 900;
  height: 51px;
  border-right: 0;
  border-left: 0;
}
.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0px !important;
}
button.minus {
  height: 51px;
  float: left;
  padding: 8px 5px 8px 20px;
  background: #fff;
  border: 1px solid #2a7881;
  font-size: 20px;
  font-weight: bold;
  border-right: 0px;
}
button.plus {
  float: left;
  height: 51px;
  font-size: 20px;
  font-weight: bold;
  border-left: 0px !important;
  padding: 11px 20px 11px 5px;
  background: #fff;
  margin-right: 15px;
  border: 1px solid #2a7881;
}
/* .woocommerce div.product form.cart .button:hover {
  color: #515151 !important;
} */

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.post-navigation .nav-links a {
  font-family: "Open Sans";
  font-weight: 900;
}

.woocommerce-Reviews {
  font-family: "Avenir LT 35";
  font-weight: 300;
}

.pswp {
  z-index: 9999;
}
.product-item .read-more {
  display: none;
}
.product-over h2 {
  display: none;
}
.wpgs-nav .slick-current {
  border-color: #e6e6e6 !important;
}
.wpgs-nav .slick-slide {
  width: 115px !important;
}
#wpgs-gallery .slick-slide.wcgs-thumb img {
  width: 100px !important;
  height: 100px !important;
  object-fit: contain;
  padding: 8px 0 !important;
}
#wpgs-gallery .gallery-navigation-carousel .slick-slide {
  width: auto !important;
}
.wcgs-carousel .wcgs-slider-image {
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
}

.wcgs-lightbox.top_right {
  display: none;
}
#wpgs-gallery .slick-slide.wcgs-thumb.slick-current.wcgs-thumb img {
  border-color: #e6e6e6 !important;
}
/* .gallery-navigation-carousel.horizontal.always.slick-initialized.slick-slider .slick-track{
  width: 100%!important;
} */
.product-Ingredients h2,
.woocommerce-product-details__short-description h2,
.full_list h2 {
  color: #1c6f7b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.product-Ingredients p,
.woocommerce-product-details__short-description p,
.full_list p {
  margin: 0 0 11px;
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  color: #161616;
}
.product-Ingredients p strong {
  color: #80be79;
}
/* The Modal (background) */
.product-item .modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding: 50px 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: none;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
}

.product-item .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0px 20px 20px;
  border: 1px solid #888;
  width: 85%;
  /*max-height: 500px;
overflow: scroll;*/
}

.product-item .close {
  color: #267581;
  float: right;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  right: -15px;
  top: -10px;
}

.product-item .close:hover,
.product-item .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.product-details-popup {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.product-details-popup .pupup-left-area {
  width: 47%;
  padding-right: 3%;
}

.product-details-popup .pupup-right-area {
  width: 50%;
  text-align: left;
  padding-bottom: 50px;
}

.product-details-popup .pupup-right-area .content_area {
  max-height: 380px;
  overflow: auto;
  width: 100%;
  margin-bottom: 20px;
}

.product-details-popup .pupup-right-area p {
  margin-bottom: 10px;
}

.product-details-popup .product-buttons .quantity .qty {
  float: left;
  text-align: center;
  max-width: 90px;
  border: 3px solid;
  border-image-source: linear-gradient(to left, #267581, #91cb79);
  border-image-slice: 1;
  padding: 10px 20px;
  font-family: "Open Sans";
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
}
.popup-product-price,
.price {
  margin: 0;
  color: #80bd79 !important;
  font-size: 18px !important;
  font-weight: 700;
  display: block;
}

.product-details-popup .slider-for {
  border: 2px solid#267581;
  padding: 10px;
  margin-bottom: 10px;
}

.product-details-popup .slider-for .slick-prev {
  left: 0px;
}

.product-details-popup .slider-for .slick-next {
  right: 10px;
}

.product-details-popup .slider-for figure img {
  height: 300px;
  margin: 0 auto;
}

.product-details-popup .product-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.product-details-popup .product-thumbs-img {
  padding: 0 10px;
}

.product-details-popup .product-thumbs img {
  width: 80px;
  height: 80px;
}

.product-details-popup .slider-nav .slick-current .product-thumbs-img img {
  border: 2px solid#267581;
  padding: 2px;
}

.product-details-popup .qty ::-webkit-input-placeholder {
  color: #267581;
}

.product-details-popup .qty :-ms-input-placeholder {
  color: #267581;
}

.product-details-popup .qty ::placeholder {
  color: #267581;
}

.product-details-popup .product-buttons ul {
  padding-top: 13px;
  float: left;
  margin-left: 5px;
}

.product-details-popup .product-buttons ul li:last-child {
  padding-left: 0px;
}

.product-details-popup .product-buttons ul li a {
  padding: 10px 20px;
}

.vbox-overlay {
  z-index: 9999;
}

.woocommerce .star-rating::before,
.products-area .star-rating::before {
  content: "\73\73\73\73\73";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.woocommerce .star-rating span,
.products-area .star-rating span {
  color: #e2c982;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.woocommerce .star-rating,
.products-area .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}

.woocommerce .star-rating span::before,
.products-area .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

.products-area .star-rating {
  font-size: 2em;
}

.products-area .woocommerce-product-rating {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 30px 0 0 0;
}

.product-reviews {
  float: left;
  width: 100%;
  text-align: center;
  color: #267581;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 20px;
}

.testimonial-slider .testimonial {
  padding-top: 20px;
}

.testimonial-slider .testimonial .blue-star {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

p.in-stock {
  display: none;
}

footer {
  position: relative;
  overflow: hidden;
}

.contact-us-bg {
  background: #c8e3bb;
  background: -webkit-linear-gradient(top, #c8e3bb, #ffffff);
  background: -moz-linear-gradient(top, #c8e3bb, #ffffff);
  background: linear-gradient(to bottom, #c8e3bb, #ffffff);
  width: 100%;
  overflow: hidden;
  /* padding:0 0 400px 0; */
  position: relative;
}

footer .tagline {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Avenir LT 35";
  font-size: 15vw;
  font-weight: 300;
  position: absolute;
  left: 0px;
  top: -60px;
}

footer .contact-form {
  padding-bottom: 80px;
  width: 100%;
  overflow: hidden;
}

footer .contact-form h3 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  padding: 90px 0 60px 0;
  font-family: "Avenir LT 35";
  font-weight: 300;
  margin: 0px;
}

footer .contact-form .wrapper {
  margin: 0 auto;
  max-width: 700px;
}

footer .contact-form span {
  display: block;
  padding: 0 0 10px;
}

footer .contact-form .field,
footer .contact-form textarea {
  background-color: #fff;
  width: 100% !important;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  font-family: "Avenir LT Std";
  padding: 15px 20px;
  border: none;
}

footer .contact-form textarea {
  resize: none;
  height: 155px !important;
}

footer .contact-form .btn {
  float: left;
  border: 3px solid#267581;
  text-transform: uppercase;
  color: #267581;
  background-color: #f3f9f1;
  font-size: 18px;
  padding: 10px 40px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 200px;
  font-family: "Open Sans";
  font-weight: 900;
}

footer .contact-form .btn:hover {
  background-color: #267581;
  border: 3px solid#fff;
  color: #fff;
}

footer ::-webkit-input-placeholder {
  color: #121212;
  text-transform: uppercase;
}

footer :-ms-input-placeholder {
  color: #121212;
  text-transform: uppercase;
}

footer ::placeholder {
  color: #121212;
  text-transform: uppercase;
}

footer .contact-form p {
  margin: 0px;
}
.footer-menu ul li {
  display: inline-block;
}
.footer-menu ul li a {
  color: #267581;
  padding: 0px 10px;
  font-size: 15px;
  position: relative;
  border-right: 1px solid #e2c880;
  text-decoration: underline;
}
.footer-menu ul li a:hover {
  color: #e2c880;
}
.footer-menu {
  margin-top: 40px;
}
.footer-info {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 50px 0 40px;
  z-index: 9999;
  background-color: #fff;
}

/* .footer-info:before {
  content: "";
  background-image: url(images/footer_droplets.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 800px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
} */

.footer-info .site_logo {
  display: inline-block;
  padding-bottom: 20px;
}

footer p {
  color: #161616;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 0 20px 0;
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

footer .copyright p {
  font-family: "Open Sans", sans-serif;
  color: #7a7a7a;
}
.wrapper hr {
  background-image: none;
  border-top: 1px solid #8ec976;
}
.inner-page footer p a {
  color: #161616;
}

footer p a {
  color: #161616;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

footer p a:hover {
  text-decoration: none;
}

footer ul.footer_social {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul.footer_social li {
  display: inline;
}

footer ul.footer_social li a {
  color: #267581;
  padding-right: 15px;
  font-size: 25px;
}

.single-product .post-navigation a:last-child {
  float: right;
}

.return-to-shop .button {
  text-align: center;
}
/* 
.slider_sec .slide-item-1 figure {
  right: 95px;
}

.slider_sec .slide-item-3 figure {
  top: 250px;
  right: 10px;
} */

.coupon .button,
#coupon_code {
  height: 50px;
}

.mobile-buttons {
  display: none;
}

.desktop-buttons {
  display: block;
}
.video_container {
  margin: 0 auto;
  max-width: 700px;
}

/*keyframes*/
@-webkit-keyframes stickyhead {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes stickyhead {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@keyframes stickyhead {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/* 
* Safari  @-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
} */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1440px) {
  .wrapper {
    max-width: 1160px;
  }

  .nature-science-section .exquisite-content h2 {
    font-size: 150px;
  }

  .nature-science-section .exquisite-title h2 {
    font-size: 113px;
  }

  .testimonial_area {
    padding-bottom: 75px;
  }

  .product-info-section {
    padding-top: 75px;
  }

  .feedback-section .wrapper {
    margin: 0 auto;
    max-width: 1160px;
  }

  .product-info-section .wrapper {
    margin: 0 auto;
    max-width: 1000px;
  }

  .product-info-text h3 {
    font-size: 40px;
    line-height: 50px;
  }

  footer {
    padding-bottom: 100px;
  }

  #sticky2 {
    top: 1750px;
  }

  #sticky1 {
    top: 2700px;
  }

  #sticky1 img,
  #sticky2 img {
    width: 120px;
    height: auto;
  }
}
.page-id-839 .full {
  border-top: 0px !important;
}
@media (max-width: 1199px) {
  .product-image {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .inner-banner {
    padding: 46px 0 !important;
    background-position: center;
  }
  .inner-banner h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .slider_sec .slides .text {
    margin-left: 0px;
  }

  .slider_sec .slides .wrappers {
    padding: 0 15px;
  }

  .slider_sec .tagline {
    bottom: -33px;
    /*bottom: 0px;*/
  }

  .mac .slider_sec .tagline {
    bottom: -90px;
  }
  /* 
  .slider_sec .slides img {
    height: auto;
  } */

  /* .slider_sec .slide-item-1 figure {
    right: 0px;
  }

  .slider_sec .slide-item-3 figure {
    right: 0px;
  } */

  .nature-science-section .exquisite-content h2 {
    font-size: 75px;
  }

  .product-info-text h3 {
    font-size: 40px;
    line-height: 50px;
  }

  footer {
    padding-bottom: 50px;
  }

  footer .contact-form {
    padding-bottom: 40px;
  }

  .footer-info {
    padding-bottom: 30px;
  }

  footer .tagline {
    top: -40px;
  }

  .payment_method_stripe .form-row {
    float: none !important;
    width: 100% !important;
  }

  #sticky1 img,
  #sticky2 img {
    width: 75px;
  }
}

@media (max-width: 991px) {
  ul.mini-cart li:first-child a img {
    padding-right: 0px;
  }
  ul.mini-cart li:first-child a span {
    display: none;
  }
  ul.mini-cart li:first-child {
    padding-right: 0px;
  }
  .product-image {
    width: 100%;
  }
  .product-item:hover{
    margin-bottom: 30px !important;
  }
  .product-item:hover, .product-item{
    position: relative !important;
    transform: translate(0%, 0%) !important;
  }
  .product-over {
    display: block !important;
  }
  .product-item .product-cn-box {
    background: #1c6f7a !important;
    padding: 20px 10px !important;
  }
  .product-over .product-short-desciption {
    min-height: 112px;
  }
  .product-over .product-short-desciption .excerpt {
    color: #fff !important;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 14px;
    /* min-height: 90px; */
  }

  .product-item h3 a{
    font-size: 20px !important;
    color: #fff !important;
  }
}

@media (max-width: 767px) {
  .action_section {
    padding: 40px 0;
    min-height: 400px;
  }
  .product-over .product-short-desciption {
    min-height: auto !important;
  }
  .nature-science-content h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .nature-science-section .exquisite-content h5 {
    font-size: 26px;
    line-height: 28px;
  }

  .testimonial_area {
    padding: 20px 0;
  }

  .product-info-section {
    padding-bottom: 50px;
  }

  .product-info-text h3 {
    font-size: 30px;
    line-height: 35px;
  }

  .product-item .product-details-popup {
    flex-wrap: wrap;
  }

  .product-details-popup .pupup-left-area,
  .product-details-popup .pupup-right-area {
    width: 100%;
  }

  footer .tagline {
    top: 0px;
  }

  footer .contact-form .wrapper {
    max-width: 500px;
  }

  #sticky1,
  #sticky2 {
    display: none;
  }

  .full .woocommerce .col2-set .col-1,
  .full .woocommerce-page .col2-set .col-2 {
    width: 100% !important;
  }

  .product-item .modal-content {
    overflow-y: scroll;
    position: relative;
    height: 100vh;
  }
}
.woo-product-gallery-slider .slick-track {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .checkout-two-column-layout {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 576px) {
  #post-798 h3 small {
    font-size: 15px !important;
  }
  #post-798 h3 {
    font-size: 36px !important;
  }
  .site-search-reset {
    right: 3.5%;
  }
  .full,
  .about-feedback {
    padding-bottom: 20px !important;
  }
  .inner-page .site-main {
    padding-top: 111px;
  }
  .single-product h1 {
    font-size: 27px;
  }
  .footer-info img {
    width: 200px;
  }
  .top-bar p {
    font-size: 14px;
  }
  .feedback-section h3,
  .about-feedback h3 {
    font-size: 24px !important;
    line-height: 27px !important;
    margin-bottom: 0px;
  }
  .subscribe_section h2 {
    font-size: 24px;
    line-height: 27px;
  }
  .slider_sec .slides figure {
    width: 100%;
  }
  .header-top {
    padding: 25px 20px 25px;
  }
  .site-header.stickyheader .site_logo img {
    width: 140px;
  }
  #primary {
    padding-top: 114px;
  }
  .top-bar {
    padding: 10px 15px;
  }
  .site-header.stickyheader .header-top {
    padding: 10px 20px;
  }
  .site-header .site_logo img {
    width: 160px;
  }
  .slider_sec .slides h2 br,
  .slider_sec .slides h3 br {
    display: none;
  }
}
span.out-stock,
.woocommerce div.product .out-of-stock {
  color: red;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  /* .site_logo img {
    width: 200px;
  } */

  .overlay ul li a {
    font-size: 32px;
  }

  .mac .slider_sec .tagline {
    bottom: 240px;
    font-size: 50px;
    font-family: "Open Sans", sans-serif;
    left: 35px;
  }

  .product-buttons a.wc-forward {
    margin: 10px 0;
  }

  .product-details-popup .product-buttons .wc-forward {
    top: 30px;
  }

  .products-section {
    padding-top: 0px;
  }

  .product-info-text {
    top: -80px;
  }

  .nature-science-content h2 {
    font-size: 38px;
    line-height: 45px;
    padding-bottom: 25px;
  }

  footer .contact-form .wrapper {
    max-width: 300px;
  }

  footer .contact-form h3 {
    padding: 30px 0;
  }

  footer .wpcf7-form {
    padding-top: 50px;
  }

  footer .contact-form .field,
  footer .contact-form textarea {
    width: 90%;
  }

  .product-details-popup .product-buttons {
    margin-bottom: 60px;
  }

  .product-details-popup .product-buttons a {
    width: auto;
  }

  .product-details-popup .product-buttons .wc-forward {
    position: relative;
    right: 0px;
  }

  .related.products ul li,
  .woocommerce ul.products li {
    width: 100% !important;
    text-align: center;
  }

  .woocommerce ul.products li.product .star-rating {
    display: inline-block;
  }

  .coupon #coupon_code {
    width: 100%;
    margin-bottom: 5px;
    padding: 0.618em 1em;
  }

  .coupon .button {
    width: 100% !important;
    float: none !important;
    padding: 0.618em 1em !important;
  }

  .product-buttons .wc-forward {
    margin-top: 0px;
  }

  .woocommerce ul.products li.product a.added_to_cart {
    padding-left: 2em;
  }

  .slider_sec {
    height: 700px;
  }

  .slider_sec:before {
    min-height: 800px;
  }

  .slider_sec .tagline {
    bottom: 160px;
  }
}

@media (max-width: 440px) {
  .product-buttons ul {
    display: block;
  }

  .product-buttons ul li:last-child {
    margin: 18px 0 0 0;
    padding-left: 0px;
  }

  .product-buttons ul li:last-child a {
    padding: 15px 35px;
  }

  /* .product-buttons a.add_to_cart_button {
    margin: 10px 0 0 0;
  } */

  .product-info-text br {
    display: none;
  }
}

@media (max-width: 425px) {
  /* #in-the-press h3,
  #testimonials-area h3,
  #instagram-area h3 {
    margin: 20px 0 30px 0;
  } */

  .product-details-popup .product-buttons ul {
    padding-top: 0px;
    margin-left: 25px;
  }

  .product-details-popup .product-buttons .quantity .qty {
    padding: 15px 35px;
  }

  .product-details-popup .product-buttons ul li:last-child a {
    padding: 15px 20px;
  }

  .product-details-popup .product-buttons .wc-forward {
    right: 90px;
  }

  .product-info-section .product-info-area img {
    padding-top: 110px;
  }

  .slider_sec .slides figure {
    position: initial;
  }
  /* 
  .slider_sec .slides .text {
    margin: 0px;
  } */

  .mobile-buttons {
    display: block;
  }

  .desktop-buttons {
    display: none;
  }

  .product-info-section {
    padding-bottom: 10px;
  }

  .product-details-popup .product-buttons {
    margin-bottom: 15px;
  }
  .product-details-popup .pupup-right-area .content_area {
    max-height: initial;
    overflow: initial;
  }
}

@media (max-width: 424px) {
  .product-details-popup .product-buttons ul {
    padding-top: 20px;
    margin-left: 0px;
  }

  .product-details-popup .product-buttons ul li a {
    padding: 15px 30px;
    padding-left: 0px;
  }

  .product-details-popup .product-buttons ul li:last-child a {
    padding: 15px 30px;
  }

  .product-details-popup .product-buttons .quantity .qty {
    max-width: 150px;
    padding: 15px 17px;
  }

  .product-details-popup .product-buttons .wc-forward {
    right: 0px;
    margin-bottom: 20px;
  }

  .mobile-buttons {
    margin: 0 auto;
    max-width: 189px;
  }

  .product-info-section .product-info-area img {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 1023px) {
  .single-product.woocommerce ul.products {
    display: flex;
    align-items: baseline;
  }
}

@media only screen and (min-width: 1600px) {
  .slider_sec .tagline {
    bottom: -80px;
  }

  .mac .slider_sec .tagline {
    bottom: -150px;
  }
}

@media only screen and (min-width: 1920px) {
  .slider_sec .tagline {
    bottom: -88px;
  }

  .mac .slider_sec .tagline {
    bottom: -190px;
  }
}

.bottom-para-subscribe p {
  color: #777;
  font-size: 12px;
  max-width: 796px;
  line-height: 20px;
  margin: 20px auto 0;
}

.full {
  padding-bottom: 100px;
  border-top: 11px solid #f0f0f0;
}
#post-100 {
  text-align: center;
}
#cclw_order_details_table h3 {
  font-size: 16px !important;
  color: #000;
  padding-left: 10px;
}
.total .amount {
  color: #81be79;
  font-size: 20px;
}
#post-100 h1,
#post-3 h1,
#post-802 h1,
.feedback-section h1,
#post-565 h1,
#post-798 h1,
#post-839 h1,
#post-814 h1,
#post-13 h1,
.cart_totals h2,
#post-14 h1 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}
.cart_totals h2 {
  text-align: left !important;
}
#post-3 .entry-content p:first-child,
#post-798 p,
#post-802 .entry-content p:first-child,
.feedback-section p:first-child,
#post-565 .entry-content p:first-child,
#post-839 .entry-content p:first-child,
#post-814 .entry-content p:first-child {
  text-align: center;
}
#post-798 h3 {
  color: #7fbd79;
  font-size: 58px;
  font-family: "Open Sans";
  text-align: center;
  font-weight: 500;
}
.ask-ctx h2 {
  color: #80bd79;
  font-size: 29px;
  font-weight: 600;
  margin-top: 0;
  font-family: "Open Sans";
}
#post-798 h3 small {
  color: #000;
  display: block;
  font-size: 19px;
  line-height: 12px;
  font-family: "Open Sans";
  font-weight: 700;
}
#post-3 .entry-content h2,
#post-565 .entry-content h2 {
  font-size: 21px;
  margin: 25px 0 0;
  color: #000;
  font-weight: 900;
}
#post-802 img,
#post-798 img {
  max-width: 100%;
  width: 100%;
}
.about-bx {
  background: #fcf9f2;
}
.about-ct h2 {
  color: #267581;
  font-size: 25px;
  font-family: "Open Sans";
  font-weight: 700;
}
.about-ct p {
  font-size: 16px;
  font-family: "Open Sans";
  color: #484848;
  line-height: 28px;
}
.wpcf7-form-control-wrap input::placeholder,
.wpcf7-form-control-wrap textarea::placeholder {
  color: #000;
}
.wpcf7-form-control-wrap input {
  width: 100%;
  color: #000;
  font-family: "Open Sans";
  font-size: 15px;
  border: 1px solid #d3d3d3;
  padding: 10px 20px;
  margin-bottom: 15px;
}

.wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 10px 20px;
  color: #000;
  font-family: "Open Sans";
  font-size: 15px;
  border: 1px solid #d3d3d3;
  margin-bottom: 15x;
}
.wpcf7-submit,
.btn-submit,
.addMoreList button {
  margin-top: 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  font: normal normal 600 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  border: 1px solid #000000;
  padding: 15px 40px;
  border-radius: 0px;
  text-transform: uppercase;
}

.addMoreList button {
  width: fit-content;
  margin: auto;
  background: #fff;
}
.wpcf7-submit:hover,
.addMoreList button:hover {
  background: #2a7881;
  border: 1px solid #2a7881;
  color: #fff;
}
.entry-content .row {
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  form.wpcf7-form.init {
    margin-left: 40px;
  }
}
.about-feedback {
  padding-bottom: 100px;
  padding-top: 30px;
}
.about-feedback h3 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 900;
  text-align: center;
  color: #80bd79;
  font-family: "Open Sans";
}
.inner-banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.inner-banner h1 {
  color: #fff;
  font-size: 55px;
  line-height: 60px;
}
.cellulose {
  padding: 60px 0 60px;
}
.cellulose .main_title {
  text-align: center;
}
.cellulose .main_title h2 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}
.bio-content h4,
.bio-with-content h4 {
  color: #1d6f7b;
  font-weight: 600;
  font-size: 20px;
}
.bio-content ul,
.bio-with-content ul {
  display: block;
  list-style-type: disc;
  padding-left: 19px;
  margin: 0;
}
.bio-content ul li {
  margin-bottom: 20px;
}
.bio-with-content ul li {
  margin-bottom: 10px;
}
.bio-content ul li,
.bio-with-content ul li {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  font-family: "Open Sans";
}

.review {
  float: left;
  width: 100%;
  position: relative;
}
.review h3 {
  margin: 0;
  font-size: 25px;
  font-family: "Open Sans";
  font-weight: 700;
  color: #80bd79;
}
.comment-form-rating label,
.comment-form-comment label {
  font-weight: 700;
  color: #000;
}
.comment-form-rating a {
  color: #e4ce8d;
  margin-right: 0px;
  font-size: 40px;
}
.modal {
  --bs-modal-zindex: 10550;
}
.commentlist img {
  display: none;
}
.comment_container {
  border-bottom: 1px dotted rgb(61 61 61 / 25%);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0px !important;
  padding: 0 !important;
}
.modal-backdrop {
  --bs-backdrop-zindex: 10500;
}
.woocommerce #review_form #respond p {
  margin: 10px 0 10px !important;
}
.woocommerce #reviews #comment {
  height: 97px !important;
  border: 1px solid rgb(61 61 61 / 25%);
}
.review-modal {
  border-radius: 0px !important;
  border: 0px !important;
}
#review_form .submit {
  border-radius: 0px !important;
}
#review_form .submit:hover {
  background: #2a7881 !important;
  color: #fff !important;
}
.review-modal h2 {
  color: #80bd79;
  font-size: 25px;
  font-family: "Open Sans";
  font-weight: 700;
  margin: 0;
}

.woocommerce #reviews #comments h2 {
  clear: none;
  display: none;
}
.info-rev button {
  color: #1c6e7b;
  border: 0;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  background: transparent;
  padding: 0;
}
.comment-text .description p {
  line-height: 25px;
  font-size: 14px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 16px;
  color: #484848;
  font-weight: 700;
  margin-bottom: 5px;
}
.product-item:hover .product-over .product-short-desciption .excerpt {
  color: #fff;
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 16px;
}
#customer_address_details h3#ship-to-different-address {
  font-size: 17px;
  color: #000;
}
#braintree-cc-form {
  border: 0px !important;
  padding: 0px !important;
}
#braintree-cc-form .form-row {
  padding: 1em 0px 0px 0px !important;
}
.place-order {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#place_order,
.form-row button {
  background: #1d6f7b !important;
  font-weight: normal;
  text-transform: uppercase;
  width: 100% !important;
  border-radius: 0px !important;
  color: #fff !important;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #fff !important;
  border-radius: 0px !important;
}
.wc_payment_methods,
.wc_payment_method {
  padding: 0 !important;
}
.view-list {
  font-size: 15px;
  color: #1c6f7b !important;
  font-weight: normal;
  text-decoration: underline;
  margin-top: 17px;
  display: block;
  cursor: pointer;
}
#menu-footer-menu {
  padding: 0;
}
#menu-footer-menu li:last-child a {
  border: 0 !important;
}
/* .jobs_table {
  max-height: 580px;
  overflow-y: scroll;
} */
/* .jobs_table::-webkit-scrollbar {
  display: none;
} */

@media screen and (max-width: 1380px) {
  .product-item:hover .product-cn-box {
    padding: 20px 10px;
  }
  .product-item:hover h3 a {
    font-size: 20px;
  }
  .product-item:hover .product-over .product-short-desciption .excerpt {
    color: #fff;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 14px;
  }
  .product-buttons a {
    font-size: 14px !important;
    padding: 6px 20px !important;
  }
  .product-short-desciption {
    margin-bottom: 24px;
  }
  .popup-product-price,
  .price {
    font-size: 15px !important;
  }
  .product-item:hover {
    transform: scale(1) translate(0%, -34%);
  }
}
.slide-read-more {
  margin-bottom: 15px;
  overflow: hidden;
}
.slide-read-more-button {
  display: none;
}
li.addMoreList {
  color: #1c6f7b;
  font-weight: 900;
  font-size: 17px;
  text-decoration: underline;
  cursor: pointer;
  float: left;
  font-family: "Open Sans";
}
div#comments {
  float: left;
  width: 100%;
}
div#comments a {
  display: inline-block;
}
.site-header.stickyheader .header-top {
    padding: 45px 40px 10px;
}
header .top-btns {
    position: absolute;
    right: calc(5% - 10px);
    top: 10px;
    width: 100%;
    left: 0;
    padding: 0 40px;
}
header .header-bage{
    display: inline-block;
    text-transform: uppercase;
    background-color: #8ec979;
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 30px;
    text-decoration:none;
}
.header-bage.header-bage-2 {
    background-color: #21737B;
}
header .header-bage:hover{
    text-decoration:none;
}
/*header.stickyheader .header-bage{*/
/*    display:none;*/
/*}*/
header .cart-contents{
    padding-right: 0;
}

.logo-carousel{
    width: 100%;
    float: left;
    overflow: hidden;
}
.logo-carousel .slick-track {
    display: flex;
    align-items: center;
    gap: 80px;
}
.logo-carousel img {
  display: block;
  width: 100%;
  height: auto;
}

.logo-carousel .slick-slide {
  width: 250px !important; /* fixed width per item */
}



@media(max-width:767px){
    /*header .header-bage{*/
    /*    right: unset;*/
    /*    left: calc(5% - 10px);*/
    /*    top: 3px;*/
    /*    font-size: 14px;*/
    /*}*/
    .header-top, .site-header.stickyheader .header-top{
        padding: 35px 20px 25px !important;
    }

    header .top-btns{
        right: unset;
        top: 3px;
        font-size: 14px;
        padding: 0 15px;
    }
    .logo-carousel .slick-slide {
      width: 175px !important; /* fixed width per item */
    }
}

@media (min-width: 992px){
    .slider_sec {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

.woocommerce div.product form.cart .group_table td:first-child{
	width: 10em;
    display: flex
;
}

.header-text {
    padding: 30px 0 15px;
}
.header-text p {
    text-align: center;
    font-size: 32px;
    color: #267581;
    font-weight: 600;
    font-family: 'Open Sans';
    line-height: 1.25em;
    margin: 0;
}
.acf-certifications{
    padding-top: 50px;
    padding-bottom: 50px;
}
.acf-certifications .certifications-slider.is-centered{
    position: relative;
    display: flex;
    justify-content: center;
    gap: 80px;
}
.acf-certifications .certifications-slider.is-centered:before, .acf-certifications .certifications-slider.is-centered:after{
    content: '';
    display: inline-block;
    width: 180px;
    height: 1px;
    background-color: #95cc7f;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.acf-certifications .certifications-slider.is-centered:before{
    left: 0;
}
.acf-certifications .certifications-slider.is-centered:after{
    right: 0;
}
.acf-certifications .certifications-slider .slick-track .slick-slide > div{
    display: flex;
    justify-content: center;
}

.acf-certifications .certifications-slider .certification-item{
    width: 150px !important;
    height: 150px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.acf-certifications .certifications-slider .certification-item img{
    width: 100%;
}
.acf-certifications .certifications-slider .slick-arrow{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}
.acf-certifications .certifications-slider .slick-prev:before, .acf-certifications .certifications-slider .slick-next:before{
    content: '';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
}
.acf-certifications .certifications-slider .slick-prev:before{
    background-image: url(../exb/images/prev-arrow.svg);
}
.acf-certifications .certifications-slider .slick-next:before{
    background-image: url(../exb/images/next-arrow.svg);
}
.acf-certifications .certifications-slider .slick-dots{
    position: relative;
    bottom: unset;
    margin-top: 30px;
}
.acf-certifications .certifications-slider .slick-dots li button:before{
    font-size: 16px;
}
.acf-certifications .certifications-slider .slick-dots li.slick-active button:before{
    color: #267581;
}
@media (min-width: 1024px){
    
}
@media (max-width: 767px){
 .header-text p {
     font-size: 24px;
 }
}

.woocommerce form .show-password-input, .woocommerce-page form .form-row button.show-password-input {
    background: transparent !important;
    width: auto !important;
}