/*#mobile-nav {
	display: none;
}*/

body #site-header {
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
}

.my-60 {
  margin: 60px 0px;
}

.alm-btn-wrap {
  margin-top: 60px;
}

.mb-30 {
  margin-bottom: 30px;
}

.py-90 {
  padding: 90px 0px 36px 0px;
}

.pb-60 {
  padding-bottom: 60px;
}

.py-59 {
  padding: 59px 0px;
}

.py-40 {
  padding: 40px 0;
}

.py-60 {
  padding: 60px 0px;
}

.py-60-0 {
  padding: 60px 0px 0px 0px;
}

.py-30 {
  padding: 30px 0px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-15 {
  padding-top: 15px;
}

.bg-gray {
  background: #f9f9f9;
}

@media only screen and (max-width: 767px) {
  .mobile-py-30 {
    padding: 30px 0px;
  }
  .py-90 {
    padding: 0px;
  }
  iframe{
    height:1450px !important;
  }
}


body {
  color: #282828 !important;
  font-family: 'Conv_ProximaNova-Regular';
}

.w-100 {
  width: 100%;
}

.award-section .left-section {
  max-width: 90%;
  /* width: 400px !important; */
  /* margin-left: 70px; */
  /* margin-right: 0px !important; */
}

.mission .left-section {
  max-width: 90%;
  /* width: 457px; */
  width: 400px;
  margin-right: 80px;
}

@media only screen and (max-width: 992px) {
  .mission .left-section {
    width: 300px;
  }
}

@media only screen and (max-width: 600px) {
  .mission .left-section {
    width: 100%;
    text-align: center;
  }
  .mission .left-section img {
    width: 220px;
    height: 220px;
  }
  .banner .top-conatiner {
    padding-top: 0 !important;
  }
}

h2.title {
  font-size: 48px;
  line-height: 58px;
  font-family: 'Conv_ProximaNova-Bold';
  padding-left: 30px;
}

h2.title span {
  position: relative;
}

h2.title span.bottom:after {
  top: auto;
  bottom: -30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 5px;
}

h2.title span:after {
  content: '';
  position: absolute;
  background: #66d3e0 !important;
  top: 10px;
  bottom: 10px;
  width: 5px;
  left: -30px;
}

body .footer-signup-container input {
  font-family: 'Conv_ProximaNova-Regular';
}

.main-text p,
.privacy-container,
.terms-container {
  font-size: 18px;
  line-height: 34px;
  font-family: 'Conv_ProximaNova-Regular';
}

.privacy-container h4,
.terms-container h4 {
  font-family: 'Conv_ProximaNova-Bold';
}

.awards_certs__products {
  height: 96px;
  width: 300px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  padding: 15px;
  margin: 10px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .awards_certs__products {
    max-width: 340px;
    width: 100%;
  }
}

.award img {
  width: 70px;
}

.award .text {
  flex: 1;
  font-family: 'Conv_ProximaNova-Bold';
  margin-left: 15px;
  font-size: 18px;
  line-height: 24px;
}

.about-section {
  background: #66d3e0;
}

.text-center {
  text-align: center;
}

h3 {
  font-size: 40px;
  line-height: 58px;
  font-family: 'Conv_ProximaNova-Bold';
}

.text-white {
  color: white;
}

.about-content {
  font-size: 30px;
  line-height: 42px;
  font-family: 'Conv_ProximaNova-Bold';
}

.about-content.main-text p {
  font-size: 30px;
  line-height: 42px;
  font-family: 'Conv_ProximaNova-Bold';
}

.sm-text {
  font-size: 18px;
  line-height: 34px;
}
li {
  font-size: 18px;
}
.about_link {
  height: 228px;
  width: 228px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.15);
  margin: 15px;
  cursor: pointer;
}

.about_link img {
  width: 100%;
  border-radius: 8px 8px 0px 0px;
}

.bold {
  font-family: 'Conv_ProximaNova-Bold';
}

.about_link .sm-text {
  min-height: 60px;
  padding: 0 15px;
  line-height: 22px;
}

@media only screen and (max-width: 992px) {
  .our-team .width-80-per {
    width: auto;
  }
}

.our-team .image-contaner {
  width: 300px;
  max-width: 300px;
  height: 360px;
  position: relative;
}

.team-image-primary {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-image-primary img {
  width: 100px;
  height: 137px;
}

.image-contaner img {
  object-fit: cover;
}

.team-image-secondary {
  position: absolute;
}

.team-image-secondary img {
  width: 55px;
  height: 70px;
}

.team-image-secondary:nth-child(2) {
  left: 30px;
  top: 125px;
}

.team-image-secondary:nth-child(3) {
  left: 30px;
  top: 210px;
}

.team-image-secondary:nth-child(4) {
  right: 98px;
  top: 30px;
}

.team-image-secondary:nth-child(5) {
  left: 98px;
  bottom: 30px;
}

.team-image-secondary:nth-child(6) {
  right: 30px;
  top: 75px;
}

.team-image-secondary:nth-child(7) {
  right: 30px;
  top: 160px;
}

.our-team button {
  height: 61px;
  width: 201px;
  border: 1px solid #282828;
  background: #ffffff;
  border-radius: 8px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 33px;
  font-family: 'Conv_ProximaNova-Bold';
}

#site-navigation-wrap {
  display: block;
}

.footer-signup-container .d-flex {
  width: 457px;
  max-width: 100%;
}

.footer-signup-container input {
  border: none !important;
  flex: 1;
  border-radius: 8px;
  width: 293px !important;
  padding-right: 30px;
}

.footer-signup-container button {
  letter-spacing: 0.75px;
  font-size: 18px;
  border-radius: 8px;
  text-transform: uppercase;
  border: transparent !important;
}

@media only screen and (max-width: 767px) {
  body .footer-signup-container {
    height: auto;
    max-width: 100%;
    background: transparent;
    width: 100%;
    padding-bottom: 0px;
  }
  body .footer-signup-container .d-flex {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
  }
  body .footer-signup-container input {
    border: none !important;
    border-radius: 8px;
    flex: 1;
    width: 100% !important;
    max-width: 100%;
    padding-right: 0px;
    background: #fff !important;
    display: block !important;
    line-height: 62px !important;
  }
  body .oceanwp-mobile-menu-icon {
    display: block;
  }
  #mobile-dropdown {
    display: none;
  }
  π body #mobile-nav {
    display: block;
  }
  #site-navigation-wrap {
    display: none;
  }
  .about_link .sm-text {
    min-height: unset;
    padding: unset;
    line-height: unset;
  }
  .footer-signup-container button {
    letter-spacing: 0.75px;
    font-size: 18px;
    text-transform: uppercase;
    border: transparent !important;
    margin: 20px auto;
  }
  .about-content {
    font-size: 18px;
    line-height: unset;
    font-family: 'Conv_ProximaNova-Bold';
  }
  .about_link {
    height: 140px;
    width: 100%;
    margin: 15px;
  }
  .about_link img {
    height: 100px;
  }
  .related-categories-heading {
    font-size: 22px;
  }
  .related-categories {
    margin-top: 20px;
  }
  .related-categories .categories-list {
    margin-top: 0px;
  }
  .about-link-mobile {
    width: 100%;
  }
  .our-team button {
    width: 100%;
  }
  .banner .leftSection {
    left: 0;
    display: none;
  }
  body .oceanwp-mobile-menu-icon {
    display: block;
  }
  #mobile-dropdown {
    display: none;
  }
  π body #mobile-nav {
    display: block;
  }
  #site-navigation-wrap {
    display: none;
  }
  .privacy-container,
  .terms-container {
    font-size: 14px;
    line-height: 26px;
  }
  .privacy-container h4,
  .terms-container h4 {
    font-weight: 26px !important;
  }
}

@media only screen and (max-width: 600px) {
  .connect-section .footer-bg h3 p {
    font-size: 36px;
    line-height: 36px;
    font-family: 'Conv_ProximaNova-Bold';
  }
}

.single-product {
  border-radius: 7.06px;
  background-color: #ffffff;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.05);
  height: 297px;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 1px;
  cursor: pointer;
}

/* .owl-carousel .owl-stage-outer {
	padding: 33px 0px 40px 0px;
} */

.single-product img {
  /*margin: auto;*/
  height: 126px;
}

h4 {
  font-size: 30px !important;
}

.products.owl-carousel .single-product {
  text-align: center;
}

.single-product .text {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 24px;
  text-align: center;
  height: 42px;
}

.single-product .sm-text {
  opacity: 0.3;
  font-size: 13px;
  line-height: 19px;
  margin-top: 7px;
}

.pt-10 {
  padding-top: 5px;
}

.link-text {
  color: #66d3e0;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.products.owl-carousel .owl-nav {
  position: absolute;
  top: -60px;
  right: 0px;
  display: flex;
}

@media screen and (max-width: 767px) {
  body nav .sub-menu li.menu-item-type-custom {
    display: block;
    width: 100%;
    margin-top: 0px;
  }
}

@media screen and (max-width: 600px) {
  .products.owl-carousel .owl-nav {
    width: 100%;
    justify-content: center;
  }
  .new-product-heading {
    /* text-align: center; */
    font-size: 24px !important;
  }
}

.new-product-heading {
  margin: auto;
}

.new-product-heading {
  font-size: 30px;
  line-height: 74px;
}

.new-product-card {
  width: 100% !important;
  margin: 0 auto;
  margin-left: -15px;
}

.new-product-card .single-product {
  margin-left: 20px;
}

.new-news-item-container {
  /* width: 70%; */
  margin: auto;
}

.products.slick-slider {
  position: relative;
}

.products.slick-slider i.slick-arrow {
  height: 40px;
  width: 40px;
  background-color: #fff;
  -webkit-text-stroke: 3px #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  color: #3f3d3d;
  -webkit-text-stroke: 3px #fff;
  font-size: 22px;
  position: absolute;
  top: -50px;
  cursor: pointer;
}

.products.slick-slider i.slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.2;
}

.products.slick-slider i.fa-chevron-right {
  right: 7px;
}

.products.slick-slider i.fa-chevron-left {
  right: 62px;
}

.products.slick-slider i.slick-arrow:hover {
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  color: #282828;
  -webkit-text-stroke: 3px #fff;
  opacity: 1;
}

/* .products.owl-carousel .owl-nav button i {
	color: #3F3D3D;
	-webkit-text-stroke: 3px #f9f9f9;
	font-size: 22px;
	left:-1.5px;
	position: relative;
} */

/* .products.owl-carousel .owl-nav button i.fa-chevron-right {
right: -1.5px;
left: auto;
}
.owl-prev, .owl-next {
	background: white !important;
}
.products.owl-carousel .owl-nav button:hover {
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);


}
.products.owl-carousel .owl-nav button:hover i {
	color: #282828;
	-webkit-text-stroke: 3px #fff;
} */

.our-team .right-section {
  padding-left: 70px;
}

.our-team .right-section p {
  font-size: 18px;
  line-height: 30px;
}

.news-conatiner {
  border-top: 1px solid #e3e3e3;
  display: none;
}

.display-none {
  display: none !important;
}

.news-conatiner .details {
  flex: 1;
  margin-right: 30px;
  margin-top: 60px;
}

.news-date {
  color: #66d3e0;
  font-size: 18px;
  text-transform: uppercase;
  flex: none;
}

.bg-white {
  background: #fff !important;
}

.label {
  height: 41px;
  opacity: 0.8;
  color: #282828;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin-left: 15px;
  width: auto;
  padding: 0 17px;
  border-radius: 23px;
  font-family: 'Conv_ProximaNova-Bold';
}

.news-title {
  padding: 18px 0px;
  font-size: 28px;
  line-height: 38px;
  opacity: 0.8;
  padding-right: 50px;
}

.news-item .load-more {
  height: 61px;
  width: 100%;
  border: 1px solid #282828;
  border-radius: 8px;
  background: none;
  text-transform: uppercase;
  font-family: 'Conv_ProximaNova-Bold';
  font-size: 18px;
}

.news-thumbnail-image img {
  height: 140px;
  border-radius: 8px;
}

.footer-bg {
  background-size: cover !important;
  position: relative;
  background-repeat: no-repeat !important;
}

.footer-bg:after {
  content: '';
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#copyright {
  font-size: 18px;
}

#menu-footer li a {
  font-size: 14px;
  font-family: 'Conv_ProximaNova-Bold';
  text-transform: uppercase;
}

.footer-bg .container {
  position: relative;
  z-index: 9;
}

.footer-bg .email {
  font-size: 18px;
}

.footer-bg h3 {
  margin-bottom: 20px;
}

.footer-bg h3 p {
  font-size: 36px;
  line-height: 36px;
  font-family: 'Conv_ProximaNova-Bold';
}

.footer-bg p {
  margin: 0;
  padding: 0;
}

.footer-bg h3 span {
  color: #66d3e0;
  font-family: 'Conv_ProximaNova-Bold';
}

.social-links img {
  width: 30px;
  height: auto;
}

/* #mobile-slide-navigation {
    position: absolute;
    top: 67px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999999999;
    width: 100%;
    background: #fff;
    max-height: 0;
    height: 1000px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: max-height .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
    overflow: hidden;
}

#mobile-slide-navigation.show-menu {
    /* right: 0;
	box-shadow: 0 0 20px 20px rgba(0,0,0,0.2); */

/* max-height: 500px;

} */

#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: #f4f7f6;
  z-index: 2;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

#main {
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  opacity: 1;
}

.show-menu #main {
  opacity: 0.8;
}

.show-menu #wrap {
  position: fixed;
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
  top: 0;
}

#mobile-slide-navigation #mobile-nav li a {
  padding: 24px 36px;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #e6eaea;
}

#mobile-slide-navigation #mobile-nav .close {
  padding: 24px 30px;
  font-size: 13px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-transform: uppercase;
  border-bottom: 1px solid #e6eaea;
}

#mobile-slide-navigation #mobile-nav .close .fa {
  font-size: 32px;
  margin-left: 5px;
  -webkit-text-stroke: 4px #f4f7f6;
}

#mobile-slide-navigation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 320px;
  height: 100vh;
  background: #f4f7f6;
  overflow-y: auto;
  z-index: 301;
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
  transition: background 0.3s ease-in-out;
}

#mobile-slide-navigation ul li {
  list-style: none;
  font-size: 16px;
}

#mobile-slide-navigation nav {
  clear: both;
}

.close-menu {
  line-height: 24px;
  font-size: 32px;
  -webkit-text-stroke: 4px #fff;
  float: right;
}

.admin-bar #mobile-slide-navigation {
  top: 65px;
}

@media only screen and (max-width: 1080px) {
  /* #mobile-slide-navigation {
		display: block;
	} */
  .slick-track {
    margin-left: -45px;
  }
  #site-header,
  #site-logo #site-logo-inner,
  .oceanwp-social-menu .social-menu-inner,
  #site-header.full_screen-header .menu-bar-inner,
  .after-header-content .after-header-content-inner {
    height: 65px !important;
  }
  .menu-item-815,
  .menu-item-971,
  .menu-item-970,
  .menu-item-968 {
    display: inline-block;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  body .product-categary-wrap {
    justify-content: center;
  }
  .related-categories {
    margin: 0 auto;
    width: 90%;
  }
  #brand-news-items .brand-news {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #brand-news-items .brand-news-date {
    text-align: center;
    margin-bottom: 10px;
  }
  #brand-news-items .brand-news-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
    text-align: center;
  }
  .about_link img {
    height: 100px;
    object-fit: cover;
  }
  /* body .label {
		margin-left: 0;
		margin-bottom: 15px;
	} */
  body .news-conatiner .details {
    margin-right: 0px;
    margin-top: 37px;
  }
  body .signup-button {
    width: 100%;
  }
  #site-header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-right {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    float: right;
    position: ABSOLUTE;
    right: 0;
    /* top: -22px; */
  }
  .mobile-menu {
    height: 65px !important;
  }
  #mobile-dropdown {
    display: block;
    position: ABSOLUTE;
    right: 0;
    background: #fff;
    padding: 0 30px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  }
  #mobile-dropdown li {
    list-style: none;
  }
  .banner .rightSection {
    text-align: center;
    padding-top: 40px;
    /* padding-bottom: 60px; */
  }
  body .mission .left-section {
    margin: 0 auto;
  }
  body h2.title {
    font-size: 36px;
    line-height: 56px;
    padding-left: 0;
    text-align: center;
    margin-top: 15px;
  }
  body h2.title span:after {
    top: auto;
    bottom: -20px;
    height: 5px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
  }
  body h2.title span.bottom:after {
    top: auto;
    bottom: -10px;
    height: 5px;
    left: 0;
    right: 0;
    /* margin-left: 50%;
		margin-right: 50%; */
  }
  .award h2 {
    line-height: 40px !important;
    margin-bottom: 40px;
  }
  .award .flex-wrap {
    justify-content: center;
  }
  body .awards_certs__products {
    margin: 15px 0px;
  }
  .our-team .image-contaner {
    margin: 0 auto;
  }
  body .our-team .right-section {
    width: 100%;
    flex: none !important;
    text-align: center;
  }
  body .our-team .right-section {
    padding-left: 0;
  }
  .news-title {
    font-size: 18px;
    line-height: unset;
  }
  .news-thumbnail-image img {
    display: none;
  }
  .news-title {
    /* padding: 0px 0px 30px 0px; */
    padding: 0;
  }
  .label {
    margin: 5px;
  }
  .news-thumbnail-image {
    display: none;
  }
  .owl-dots {
    text-align: center;
  }
  .new-product-heading {
    width: unset;
  }
  .new-product-card {
    width: unset !important;
  }
  .new-news-item-container {
    width: unset;
  }
  #copyright,
  .copy-right {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  body .banner .top-conatiner {
    flex-direction: column;
    padding-top: 30px;
  }
  body .banner .leftSection img {
    left: 0;
  }
  body .our-team .right-section {
    padding-left: 0;
  }
}

.video-container {
  height: 560px;
  position: relative;
  /*display: none;*/
}

#home-video {
  min-width: 100%;
  opacity: 0.7;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  border-width: 0;
}

.video-container:after {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* border-radius: 10px; */
}

.video-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
}

.video-text h5 {
  font-size: 36px;
  line-height: 58px;
}

.model-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.model-video video {
  width: auto !important;
  border: 5px solid #66d3e0;
  border-radius: 5px;
  height: 400px !important;
}

.video-btn {
  height: 99px;
  width: 99px;
  background-color: #66d3e0;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.5);
  border-radius: 99px;
  font-size: 32px;
  color: #fff;
}

#vidBox {
  background: rgba(0, 0, 0, 0.7) !important;
  display: none;
  z-index: 99999999;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  text-align: center;
}

#closer_videopopup {
  position: ABSOLUTE;
  top: 15px;
  right: 30px;
  border: 2px solid #66d3e0;
  width: 30px;
  height: 30px;
  z-index: 9999;
  color: #66d3e0;
  border-radius: 30px;
}

#vidBox {
  background: rgba(0, 0, 0, 0.7) !important;
}

#closer_videopopup {
  position: ABSOLUTE;
  top: 15px;
  right: 30px;
  border: 2px solid #66d3e0;
  width: 30px;
  height: 30px;
  z-index: 9999;
  color: #66d3e0;
  border-radius: 30px;
  cursor: pointer;
}

.transparency-banner {
  padding: 80px 0px;

  width: 100%;
}

.transparency-banner h2 p {
  font-size: 36px;
  line-height: 52px;
  margin-bottom: 13px;
}

@media screen and (max-width: 600px) {
  .transparency-banner {
    min-height: 750px;
  }
  .transparency-banner h2 p {
    font-size: 24px;
    line-height: 34px;
  }
  .transparency-page-header-right {
    max-width: 287px;
  }
  .transparency-page-header-right .video-container,
  .transparency-page-header-right video {
    height: 180px !important;
  }
  .transparency-page-header-right .video-container .video-btn {
    height: 62px;
    width: 62px;
  }
  .transparency-page-header-right .video-container .video-btn .fa {
    font-size: 20px;
  }
  /* .brand-awards .brand-awards-box{
		justify-content: center;
	} */
  .transparency-product-detail .py-60 {
    padding: 40px 0 20px 0;
  }
}

.transparency-page-header-right {
  width: 480px;
  height: 300px;
  position: relative;
  max-width: 100%;
}

/* .transparency-page-header-right .video-container {
    width: 100%;
    height: 300px;
    background-image: url(../img/sample-img.png);
    border-radius: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
    background-position: center;
} */

.transparency-page-header-right .video-container > video {
  display: none;
}

.transparency-page-header-right .video-container .video-btn {
  display: none !important;
}

.transparency-page-header-right .video-container:after {
  display: none;
}

.transparency-page-header-right .video-container.puori {
  margin-left: auto;
  max-width: 480px;
  width: 90%;
  height: 250px;
}

.transparency-page-header-right video {
  height: 300px;
  width: 100%;
}

.transparency-page-header-right .video-container:after {
  border-radius: 10px;
}

/* .transparency-page-header-right .video-container .video-btn{
	background-color: #282828;
} */

@media only screen and (max-width: 992px) {
  .transparency-banner .inner-container {
    flex-direction: column;
  }
  .transparency-page-header-right {
    margin: 0 auto;
    height: auto;
  }
}

.transparency-product-detail .product-image img {
  height: auto;
  width: 235px;
  margin-right: 30px;
}

.transparency-product-detail .product-details {
  flex: 1;
}

@media only screen and (max-width: 767px) {
  .transparency-product-detail .d-flex {
    flex-direction: column;
  }
  .transparency-product-detail .product-image {
    margin-bottom: 30px;
  }
  .partner-wrap .d-flex{
    flex-direction: column;
    align-items:center
   
  }
  .partner-wrap .d-flex .partner-des{
    order:2;
    margin-left:0px !important;
    margin-right:0px !important;
  }
  .partner-wrap .d-flex .partner-img{
    order:1;
    margin-left:0px !important;
    margin-right:0px !important;
    margin-bottom:15px;
  }
}

@media only screen and (max-width: 600px) {
  .transparency-product-detail .product-image img {
    height: auto;
    width: 141px;
    margin-right: 0;
  }
  /* .transparency-product-detail .product-details{
		text-align: center;
	} */
  .transparency-product-detail .product-details h3 {
    font-size: 24px;
    line-height: 34px;
  }
  /* .test-results-container{
		text-align: center;
	} */
  .test-results-container h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .test-results-container .table-striped th,
  .test-results-container .table-striped td {
    font-size: 14px;
    line-height: 18px;
  }
  .test-results-container table {
    margin-bottom: 0;
  }
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-striped th {
  font-size: 22px;
  padding: 7px 15px !important;
  text-transform: capitalize;
}

.table-striped td {
  font-size: 18px;
  padding: 7px 15px !important;
  font-family: 'Conv_ProximaNova-Regular';
  border: none !important;
}

.table-striped td:first-child {
  font-family: 'Conv_ProximaNova-Bold';
}

.table-striped td:last-child {
  color: #66d3e0;
}

.table-responsive {
  width: 100%;
  overflow: auto;
}

.ais-RefinementList-item {
  list-style-type: none;
}

.borderTop {
  border-top: 1px solid #ddd;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 480px;
}

ul.tabs li {
  background: none;
  padding: 30px;
  cursor: pointer;
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
}

ul.tabs li:hover {
  background: #f4f4f4;
  color: #1cc68d;
}

ul.tabs li:hover i {
  -webkit-text-stroke: 3px #f4f4f4;
  text-stroke: 3px #f4f4f4;
  -moz-text-stroke: 3px #f4f4f4;
}

ul.tabs i {
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
  -moz-text-stroke: 3px #fff;
}

ul.tabs li:last-child {
  border: none;
}

ul.tabs li.current {
  color: #1cc68d;
}

.tab-content {
  display: none;
  background: #1cc68d;
  padding: 30px;
  color: #fff;
}

.tab-content.current {
  display: inherit;
  height: 100%;
}

.tab-content-wrap {
  flex: 1;
}

.tab-container {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  margin-top: -170px;
  background: #fff;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-32 {
  padding-top: 32px;
}

.p-t-40 {
  padding-top: 40px;
}

.inner-banner {
  padding-top: 80px;
  margin-bottom: 80px;
  padding-bottom: 50px;
}

.inner-banner.inner-banner-sm {
  padding-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 40px;
}

.m-b-27 {
  margin-bottom: 27px;
}

@media only screen and (min-width: 1081px) {
  nav li ul {
    position: absolute;
    left: 0;
    top: 85px;
    min-width: 0px;
    width: 0;
    display: block !important;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    display: block !important;
    transform: translateX(-50px);
    opacity: 0;
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25),
      0 30px 60px -30px rgba(0, 0, 0, 0.3),
      0 -18px 60px -10px rgba(0, 0, 0, 0.025);
    overflow: hidden;
    height: 0 !important;
  }
  .dropdown-menu ul li {
  }
  .dropdown-menu ul li a.menu-link {
    font-size: 14px !important;
    padding: 22px 15px !important;
  }
  nav li ul:before {
    content: '';
    position: absolute;
    background-color: white;
    box-shadow: -3px -3px 4px rgba(0, 0, 0, 0.025);
    width: 30px;
    height: 30px;
    -webkit-transform: translateX(-15px) rotate(45deg);
    left: 34px;
    top: -5px;
    z-index: -9;
    /* right: 0;
	  margin-left: auto;
	  margin-right: auto; */
  }
  nav ul > li:hover ul li {
    position: relative;
    z-index: 99;
    background: #fff;
  }
  nav ul > li:hover ul.sub-menues {
    max-height: 1000px;
    background: #fff;
    border-radius: 4px;
    /* -webkit-box-shadow: 0 50px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3), 0 -18px 60px -10px rgba(0,0,0,.025); */
    /* box-shadow: 0 50px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3), 0 -18px 60px -10px rgba(0,0,0,.025); */
    transform: translateX(0px);
    opacity: 1;
    min-width: 270px;
    overflow: visible;
    height: auto !important;
    width: Auto;
  }
  nav ul > li:hover ul.sub-menues .sub-menues:before {
    display: none;
  }
  nav ul > li ul.sub-menues li .sub-menues {
    display: none !important;
  }
  nav ul > li:hover ul.sub-menues .sub-menues {
    position: absolute;
    left: 256px;
    top: 0;
    min-width:200px;
    width:200px;
  }
  nav ul > li ul.sub-menues li:hover > .sub-menues {
    display: block !important;
  }
}

@media only screen and (max-width: 1080px) {
  .puori-header-mobile.flex-row {
    flex-direction: column !important;
  }
  .transparency-banner {
    min-height: 600px;
  }
  #mobile-dropdown {
    height: calc(100vh - 65px);
    overflow: scroll;
  }
  body #mobile-dropdown li {
    font-size: 18px;
  }
  body #mobile-dropdown .sub-menu {
    padding-left: 15px;
  }
  body #mobile-dropdown .sub-menu li {
    font-size: 16px;
    margin: 2px 0;
  }
  body nav ul {
    margin: 0;
    padding: 0;
  }
  body nav ul.sub-menu {
    padding-left: 20px;
  }
  body nav li a {
    display: block;
    padding: 10px;
  }
  body nav li.menu-item-type-custom {
    display: inline-block;
    width: 30%;
    margin-top: 20px;
  }
  .model-video video {
    height: 350px !important;
  }
  #mobile-dropdown {
    display: block;
    position: ABSOLUTE;
    right: 0;
    background: #fff;
    padding: 0 30px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  }
  #mobile-dropdown ul {
    margin-left: 0 !important;
  }
  #mobile-dropdown li {
    list-style: none;
  }
  #site-logo #site-logo-inner a img,
  #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
    max-width: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .transparency-page-header-right .video-container.puori {
    width: 100%;
  }
  body .sub-menu {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    position: static;
    box-shadow: none;
  }
  body .sub-menu:before {
    display: none;
  }
  .new-product-card .owl-nav {
    display: none !important;
  }
  .inner-banner {
    padding-top: 45px;
    padding-bottom: 45px !important;
    margin-bottom: 50px !important;
  }
  .inner-banner.inner-banner-sm {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .inner-banner h2 p {
    font-size: 18px;
    line-height: 28px;
  }
  /* body #mobile-dropdown li{
		font-size: 18px;
	}
	body  #mobile-dropdown .sub-menu  li{
		font-size:16px;
	}
	.model-video video{
		height:350px !important;
	} */
}

@media only screen and (max-width: 600px) {
  .model-video video {
    height: 250px !important;
  }
}

@media only screen and (max-width: 450px) {
  .model-video video {
    height: 200px !important;
  }
}

.product-category-menu {
  height: 175px;
}

.product-category-menu .slick-track {
  margin-top: 10px;
}

.product-category-menu .category-img {
  display: inline-block;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  background-position: -0px -0px;
  width: 50px;
  height: 50px;
  background-position: center top;
  background-size: 100%;
}

.product-category-menu .product-category-card.active {
  border: 3px solid #66d3e0;
}

.product-category-menu .product-category-card:hover .category-img,
.product-category-menu .product-category-card.active .category-img {
  background-position: center bottom;
}

#product-category-menu.owl-carousel .owl-nav button i {
  color: #c2c2c2;
  -webkit-text-stroke: 3px #ffffff;
  font-size: 17px;
  position: relative;
  top: 2px;
}

#product-category-menu.owl-carousel .owl-nav button {
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  margin-left: 15px;
  display: inline-block;
}

#product-category-menu.owl-carousel .owl-nav {
  position: absolute;
  bottom: 10px;
  right: 0px;
}

#mobile-dropdown #mobile-nav {
  display: block !important;
}

#mobile-dropdown {
  display: none;
}

.owl-dots {
  width: auto !important;
}

.ais-SearchBox {
  margin: 0 !important;
}

.ais-SearchBox-form {
  position: relative;
}

.ais-SearchBox-form .ais-SearchBox-submit {
  background: none;
  display: block !important;
  position: absolute;
  left: 15px;
  top: 18px;
  width: 30px;
  padding: 0;
}

.ais-SearchBox-form .ais-SearchBox-submit:hover {
  background: none;
}

.ais-SearchBox-form .ais-SearchBox-submit svg {
  width: 19px;
  height: 19px;
  color: #282828;
}

.ais-SearchBox-form .ais-SearchBox-input {
  padding-left: 50px !important;
}

.product .product-filters .filter-type {
  margin-bottom: 30px;
}

.product .product-filters .filter-type .ais-RefinementList-list {
  margin-left: 0;
}

.product .product-filters .filter-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  clear: both;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Conv_ProximaNova-Bold';
}

.product .product-filters .filter-title i {
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  position: relative;
  z-index: -9;
}

.product .product-filters .filter-title.up .fa-chevron-up:before {
  content: '\f078';
}

#brand-card-section {
  padding-left: 50px;
}

.owl-carousel .owl-nav button.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.page-template-transparency-product .table-striped th {
  border-bottom: none;
}

table {
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-top: -10px;
  /* correct offset on first border spacing if desired */
}

td {
  border: solid 1px #fff;
  border-style: solid none;
  padding: 10px;
}

td:first-child {
  border-left-style: solid;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

td:last-child {
  border-right-style: solid;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.page-template-transparency-product .product-details h3 {
  margin: 0;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
  .owl-carousel {
    overflow: hidden;
  }
  .owl-carousel2 .owl-stage-outer,
  .owl-carousel3 .owl-stage-outer,
  .owl-carousel .owl-stage-outer {
    margin-left: -50px !important;
  }
}

.new-product-homepage-conatainer {
  overflow: hidden;
}

.brand-productss .owl-stage-outer {
  margin-left: -50px;
}

@media only screen and (max-width: 1080px) {
  .award-section > .d-flex {
    flex-direction: column;
  }
  .award-section .left-section {
    width: 100%;
  }
  .product-category-card {
    width: 163px;
  }
  .product .award-banner .product-category-menu .product-category-card {
    width: 104px !important;
  }
  .product .award-banner .product-category-menu .category-img {
    width: 30px;
    height: 30px;
  }
}

.award-banner .product-category-menu {
  height: auto;
}

.award-howork-section {
  background: #66d3e0;
  padding: 60px;
}

.award-howork-section .left-section,
.award-howork-section .right-section {
  width: 50%;
}

.award-howork-section .right-section {
  align-items: flex-end;
  margin-right: 15%;
}

.award-howork-section .left-section p {
  font-size: 18px;
  line-height: 34px;
}

.collapse {
  max-width: 380px;
}

.wrapper-dropdown-2 {
  /* Size and position */
  position: relative;
  /* Enable absolute positionning for children and pseudo elements */
  width: 380px;
  margin: 11px auto;
  padding: 25px 17px;
  font-size: 16px;
  line-height: 14px;
  background: #fff;
  border-radius: 6.5px;
  cursor: pointer;
  outline: none;
}

.wrapper-dropdown-2 p {
  margin: 0;
  display: inline-block;
  font-family: 'Conv_ProximaNova-Bold';
}

.wrapper-dropdown-2 p::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  border: 0.3px solid #ccc;
  right: 55px;
}

.wrapper-dropdown-2 span {
  color: #66d3e0;
  font-family: 'Conv_ProximaNova-Bold';
  margin-right: 10px;
  text-transform: uppercase;
}

.wrapper-dropdown-2:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: 25px;
  border: 0.57px solid grey;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.wrapper-dropdown-2.up:after {
  transform: rotate(-134deg);
  -webkit-transform: rotate(-134deg);
}

.collapse .dropdown {
  margin: -10px 0 0 0;
  background: white;
  list-style: none;
  pointer-events: none;
  z-index: 99;
  border-radius: 0 0 6.5px 6.5px;
  margin: -16px 0 0 0;
  max-height: 0;
  overflow: hidden;
  -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;
}

.collapse .dropdown.opentab {
  max-height: 500px;
}

.collapse .dropdown .wrap {
  padding: 25px 15px 0px 15px;
  position: relative;
}

.collapse .dropdown .wrap:after {
  content: '';
  position: absolute;
  border: 0.3px solid #ccc;
  top: 5px;
  left: 0;
  right: 0;
}

.wrapper-dropdown-2 .dropdown li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* Hover state */

.wrapper-dropdown-2 .dropdown li:hover a {
  color: grey;
}

/* Active state */

.wrapper-dropdown-2.active:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}

.wrapper-dropdown-2.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}

.wrapper-dropdown-2:focus .dropdown {
  opacity: 1;
  pointer-events: auto;
}

.wrapper-dropdown-2:focus:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}

/* No CSS3 support */

.no-opacity .wrapper-dropdown-2 .dropdown,
.no-pointerevents .wrapper-dropdown-2 .dropdown {
  display: none;
  opacity: 1;
  /* If opacity support but no pointer-events support */
  pointer-events: auto;
  /* If pointer-events support but no pointer-events support */
}

.no-opacity .wrapper-dropdown-2.active .dropdown,
.no-pointerevents .wrapper-dropdown-2.active .dropdown {
  display: block;
}

@media only screen and (max-width: 992px) {
  .award-howork-section .container {
    flex-direction: column;
  }
  .award-howork-section .left-section,
  .award-howork-section .right-section {
    width: 100%;
  }
  .award-howork-section .left-section {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 787px) {
  .award-howork-section {
    padding: 30px;
  }
  .award-howork-section .left-section {
    padding-bottom: 20px;
    text-align: center;
  }
  .award-howork-section .left-section p {
    margin-bottom: 0;
  }
  .award-howork-section .left-section h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 7px;
  }
  .award-howork-section .left-section p {
    font-size: 18px;
    line-height: 30px;
  }
  .wrapper-dropdown-2 {
    width: 342px;
    font-size: 14px;
    line-height: 16px;
    padding: 20px 17px;
  }
  .product .award-banner .product-category-menu .product-category-card {
    width: 94px !important;
    margin: 10px 5px;
  }
}

@media only screen and (max-width: 1300px) {
  .award-howork-section .container {
    flex-direction: column;
  }
  .award-howork-section .left-section,
  .award-howork-section .right-section {
    width: 100%;
  }
  .collapse {
    max-width: 450px;
    width: 100%;
  }
  .wrapper-dropdown-2 {
    max-width: 100%;
    width: 100%;
  }
  .award-howork-section .right-section {
    padding: 0;
    margin-right: 0px;
  }
  .award-howork-section .right-section {
    align-items: center;
  }
}

@media only screen and (max-width: 576px) {
  .award-howork-section .right-section p {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .award-howork-section .right-section p::after {
    border: 0.5px solid #ccc;
  }
}

.our-advisory-container h2 p {
  font-size: 36px !important;
  line-height: 44px;
}

.our-advisory-container .main-text p {
  font-size: 19px;
  line-height: 34px;
}

/* css for loader */

.ais-SearchBox-loadingIndicator {
  position: absolute;
  top: 18px;
  right: 10px;
}

.show-more {
  display: none;
  padding: 8px 20px;
  color: red;
  border: 1px solid #282828;
  font-size: 15px;
  border-radius: 4px;
  color: #282828;
  font-weight: bold;
  background-color: #fff;
  margin-top: 20px;
}

.show-more:after {
  content: 'Show more';
}

.short-description {
  margin-bottom: 15px;
}

.filter-icon,
.close-filter {
  margin-left: auto;
  display: none;
  padding: 5px;
  font-size: 22px;
}

.close-filter {
  line-height: 24px;
  font-size: 32px;
  -webkit-text-stroke: 4px #fff;
}

.mobile-filter {
  display: none !important;
  margin-bottom: 10px;
}

.mobile-filter h4 {
  font-size: 22px !important;
}

@media only screen and (max-width: 768px) {
  .show-all-news-button {
    font-size: 16px;
  }
  .transparency-product-detail {
    text-align: center;
  }
  .transparency-product-detail #award-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .short-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
    transition: all 0.2s ease-in-out;
  }
  .advisory-content .long-description {
    overflow: hidden;
    max-height: 0;
    transition: all 0.2s ease-in-out;
  }
  .show-more {
    display: inline-block;
  }
  .advisory-content .short-description p {
    margin: 0;
  }
  .advisory-content.show-data .short-description {
    -webkit-line-clamp: 30;
    display: block;
  }
  .advisory-content.show-data .show-more:after {
    content: 'Show less';
  }
  .advisory-content.show-data .long-description {
    max-height: 500px;
  }
  .product .product-filters {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
    padding: 20px;
    overflow: auto;
    display: none !important;
  }
  .filter-icon,
  .close-filter {
    display: inline-block;
  }
  .mobile-filter {
    display: flex !important;
  }
  body.filter-open {
    overflow: hidden;
  }
  body.filter-open .product .product-filters {
    display: block !important;
  }
}

.showAllItems.brand-productss .slick-list {
  padding: 0 !important;
}

.showAllItems.brand-productss .slick-track {
  width: 100% !important;
  transform: none !important;
  margin: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
}

.showAllItems.brand-productss.slick-initialized .slick-slide {
  width: 200px !important;
  margin: 10px !important;
}

.showAllItems.brand-productss.slick-initialized .slick-arrow {
  display: none;
}

.slick-slide {
  /* margin-right: 20px !important; */
}

.page-template-about-us,
.page-id-193 {
  background-color: #f9f9f9;
}

.page-template-transparency-project-certification
  .award-brand-product.more-related-product {
  cursor: pointer;
}

/* the slides */

.slick-slide {
  margin: 0 10px;
}

/* the parent */

.slick-list {
  margin: 0 -10px;
}

@media only screen and (max-width: 1024px) {
  /* .oceanwp-mobile-menu-icon a{
	  line-height:65px !important;
	} */
  .oceanwp-mobile-menu-icon {
    width: 40px;
    height: 65px;
    display: flex;
  }
  .mobile-right {
    left: 0;
    right: auto !important;
  }
  body .oceanwp-mobile-menu-icon a {
    line-height: unset !important;
  }
  .oceanwp-mobile-menu-icon .fa {
    display: none;
  }
  /* .mobile-menu.opened {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: .12s;
        -o-transition-delay: .12s;
        transition-delay: .12s;
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    .mobile-menu.opened:before {
        top: 0;
        opacity: 0;
        -webkit-transition: top 75ms ease, opacity 75ms ease .12s;
        -o-transition: top 75ms ease, opacity 75ms .12s ease;
        transition: top 75ms ease, opacity 75ms ease .12s;
    }
    .mobile-menu.opened:after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
        transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
        -o-transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
        transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
        transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    } */
  .mobile-menu {
    position: relative;
    top: 50%;
    margin-top: -2px;
    height: 3px !important;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 75ms;
    -o-transition-duration: 75ms;
    transition-duration: 75ms;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675);
    line-height: unset !important;
  }
  .mobile-menu:before {
    top: -6px;
    -webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
    -o-transition: top 75ms 0.12s ease, opacity 75ms ease;
    transition: top 75ms ease 0.12s, opacity 75ms ease;
  }
  .mobile-menu:after {
    bottom: -6px;
    -webkit-transition: bottom 75ms ease 0.12s,
      -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s,
      -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 75ms 0.12s ease,
      transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s,
      transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s,
      transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
      -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .mobile-menu,
  .mobile-menu:after,
  .mobile-menu:before {
    width: 16px;
    background-color: #000000;
    border-radius: 4px;
    position: absolute;
  }
  .mobile-menu:after,
  .mobile-menu:before {
    height: 3px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    content: '';
  }
}

.project-enlisted {
  width: 281px;
  border-radius: 4px;
  background-color: #f6f6f6;
  margin-top: 5px;
  padding: 15px 12px;
  max-height: 64px;
}

.project-enlisted p {
  font-size: 16px;
  font-family: 'Conv_ProximaNova-Bold';
  margin-bottom: 0;
  line-height: 16px;
}

@media only screen and (max-width: 767px) {
  /* Visibility */
  .sm-flex-column {
    flex-direction: column;
  }
  .project-enlisted {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .showAllItems.brand-productss.slick-initialized .slick-slide {
    max-width: 100%;
    width: 100% !important;
  }
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/wp-content/uploads/loader2.gif) center no-repeat #fff;
}

.donation-banner {
  background-size: cover !important;
  padding: 100px 0px;
}

.donation-banner ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: auto;
  display: flex;
}

.donation-banner ul.tabs li {
  background: none;
  color: rgba(40, 40, 40, 0.8);
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  width: 50%;
  font-size: 18px;
  text-align: center;
  font-family: 'Conv_ProximaNova-Regular';
  border-bottom: 1px solid #e5e5e5;
}

.donation-banner ul.tabs li:first-child {
  border-radius: 6px 0 0 0;
}

.donation-banner ul.tabs li:last-child {
  border-radius: 0px 6px 0 0px;
}

.donation-banner ul.tabs li.current {
  background: #66d3e0;
  color: #fff;
  border-bottom: 1px solid #66d3e0;
}

.donation-banner .tab-content {
  display: none;
  background: #fff;
  padding: 45px;
}

.donation-banner .tab-content.current {
  display: flex;
}

.donation-banner .tab-content h5 {
  font-size: 18px;
  font-family: 'Conv_ProximaNova-Bold';
  line-height: 30px;
  color: #282828;
}

.donation-banner .tab-content .honor {
  color: #66d3e0;
  font-size: 16px;
  font-family: 'Conv_ProximaNova-Bold';
  line-height: 30px;
  margin-bottom: 15px;
}

.donation-banner .tab-content .honor i {
  margin-right: 5px;
}

.donation-banner .card {
  width: 494px;
  max-width: 100%;
  border-radius: 6px;
  background-color: #ffffff;
}

.radio-toolbar input[type='radio'],
.radio-toolbar2 input[type='radio'] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label,
.radio-toolbar2 label {
  display: inline-block;
  background-color: #fff;
  padding: 10px 32px;
  font-family: sans-serif, Arial;
  font-size: 16px;
  color: rgba(40, 40, 40, 0.8);
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  text-align: center;
  min-width: 124px;
}

.radio-toolbar label:last-child,
.radio-toolbar2 label:last-child {
  flex: 1;
}

.radio-toolbar input[type='radio']:checked + label,
.radio-toolbar2 input[type='radio']:checked + label {
  background-color: #66d3e0;
  border-color: #66d3e0;
  color: #fff;
  font-family: 'Conv_ProximaNova-Bold';
}

.donate-button {
  width: 100%;
  background: #66d3e0;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Conv_ProximaNova-Bold';
  border-radius: 4px;
  border: 1px solid #66d3e0;
  padding: 8px;
}

.donation-banner .right-section {
  color: #fff;
}

.donation-banner .right-section h2 {
  font-size: 36px;
  line-height: 48px;
  font-family: 'Conv_ProximaNova-Bold';
}

.donation-banner .right-section p {
  font-size: 18px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.8);
}

.donate-money {
  background: #66d3e0;
  padding: 100px 0px;
  text-align: center;
}

.donate-money h1 {
  font-size: 42px;
  line-height: 48px;
  font-family: 'Conv_ProximaNova-Bold';
  text-align: center;
}

.donate-money p {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}

.donate-money .default-btn {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 8px;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Conv_ProximaNova-Bold';
  width: 217px;
  color: #282828;
}

@media only screen and (max-width: 767px) {
  .donation-banner .container > .d-flex {
    flex-wrap: wrap;
  }
  .donation-banner .card {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .award-fh {
    padding-top: 490px;
  }
}

@media only screen and (max-width: 920px) {
  .donation > .container > .d-flex {
    flex-direction: column;
    align-items: center;
  }
  .donation > .container > .d-flex .left-section {
    order: 2;
  }
}

.info {
  margin: auto;
  font-size: 18px;
}

.ais-Pagination .ais-Pagination-list {
  margin: 0 5px;
}

.ais-Pagination .ais-Pagination-list .ais-Pagination-item {
  margin-left: 15px;
}

.ais-Pagination .ais-Pagination-list .ais-Pagination-item span {
}

.mt-30 {
  margin-top: 30px;
}
.ais-Pagination-item--nextPage {
  margin-left: 20px;
}

.btn-primary {
  padding: 10px 15px;
  border-radius: 20px;
}

.mt-80 {
  margin-top: 80px;
}

.partner-img {
  width: 308px;
  height: auto;
}
.partner-des {
  flex: 1;
  margin-right: 50px;
  margin-bottom: 100px;
}
.partner-des a {
  color: #66d3e0;
}

.partner-wrap .d-flex:nth-child(odd) .partner-img {
  order: 1;
}

.partner-wrap .d-flex:nth-child(odd) .partner-des {
  order: 2;
  margin-right: 0px !important;
  margin-left: 50px;
}

.d-none {
  display: none;
}
.home .d-none,
.page-template-awards_certs .d-none,
.page-template-transparency-project-list .d-none {
  display: block !important;
}

.pointer {
  cursor: pointer;
}

.advocay-banner {
  background-size: cover !important;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center !important;
  position: relative;
}
.advocay-banner:after{
  content:'';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background:rgba(0,0,0,0.5);

}
.advocay-banner h2{
  position: relative;
  z-index:9;
  color:rgba(255,255,255,0.8);
}
.blog_post-template-default .content-area{
  width:100%;
  border:none;
}

.blog_post-template-default #right-sidebar{
  display:none;
}
.blog_post-template-default .thumbnail{
  display:none;

}

.blog_post-template-default .entry-header{
  display:none;
}

.blog_post-template-default p{
  font-size:16px;
}
.blog-inner-wrap-view .blog-author{
  display:none;

}
.blog_post-template-default .post-tags{
  display:none;
}
.blog_post-template-default #comments{
  display:none; 
}
.blog-content-excerpt a{
  background:#67d3e0 !important;

}
.blog_post-template-default #content{
  margin-top:120px;
}
.blog-inner-wrap-view {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#site-navigation-wrap .dropdown-menu > li.last-nav{
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
#site-navigation-wrap .dropdown-menu > li.last-nav a{
  background-color: #f47b20;
    border-color: #f47b20;
    color: #fff !important;
    display: flex;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    
    line-height: 1.25;
    border-radius: 2rem;
    padding: 7px 30px 7px 30px;
    margin-left: 20px;
}

#mc4wp-form-1 input[type='button'], #mc4wp-form-1 input[type='reset'], #mc4wp-form-1 input[type='submit'], #mc4wp-form-1 button[type='submit']{
  background:#67d3e0 !important;

}

.current-menu-item > a > span, .current-menu-parent > a > span{
  color:#67d3e0 !important;
}

.yikes-easy-mc-form label{
height: 62px;
}
.yikes-easy-mc-form label.EMAIL-label span{
  display:none !important;
}

.yikes-easy-mc-form {
  display: flex !important;
  width: 100%;
}
.yikes-easy-mc-form .yikes-easy-mc-submit-button.signup-button{
font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.75px;
    text-align: center;
    background-color: #66d3e0;
    line-height: 37px;
    height: 62px;
    width: 167px;
    border-radius: 8px;
    color: white;
    margin-left: -6px;
    z-index: 1;
    color:#fff !important;
    margin-top: 0 !important;
    text-transform: capitalize;

}
.empty-form-inline-label.submit-button-inline-label span.empty-label{
  display:none;
}

.empty-form-inline-label.submit-button-inline-label{
  width:auto !important;
}

.yikes-easy-mc-form input[type=email] {
  padding: 0;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  border: none !important;
  background: #ffff !important;
  height: 62px;
  width: 293px !important;
  padding: 6px 12px !important;
  border-radius: 10px !important;

}
.yikes-easy-mc-form input[type=email]:focus{
  border:none !important;
  outline: none !important;
}

.yikes-easy-mc-form label.label-inline {
  float: none !important;
  width: auto !important;
  height: 62px !important;
  border-radius: 3px !important;
}
.yikes-mailchimp-container{
  position:relative;
}
.yikes-easy-mc-error-message, .yikes-easy-mc-success-message{
  position: ABSOLUTE !important;
    bottom: 12px !important;
    text-align: center;
    left: 0;
    right: 0;

}
.banner .about-section p{
  color:#fff;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {


  .mobile-py-30 .margin-left-inverse-10{
    justify-content:center;
  }
  .footer-signup-container{
    margin:auto
  }
 
  }

  @media only screen and (min-width: 320px) and (max-width: 1023px) {
    .mission .d-flex{
      flex-direction: column !important;
    }
    .mission.award .d-flex{
      flex-direction: row;
      align-items: center;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 767px) {


  .yikes-easy-mc-form {
    display: flex !important;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
body .yikes-easy-mc-form label.label-inline{
  width:100% !important;
}
body .yikes-easy-mc-form input[type=email]{
  width:100% !important;
}
body .empty-form-inline-label.submit-button-inline-label {
  width: 100% !important;
  margin-top: 15px;
}
body .yikes-easy-mc-form .yikes-easy-mc-submit-button.signup-button{
  width:100% !important;
}
  }


.nooz-posts--nooz_coverage .nooz-post{
  display:flex;
  align-items:center;
}
.nooz-posts--nooz_coverage .nooz-datetime{
  display:none;
}
.nooz-posts--nooz_coverage .nooz-image{
  width: 200px;
  height: auto;
}
.nooz-posts--nooz_coverage .nooz-title{
  margin-left:30px;
  color:#67d3e0 !important;
}
.nooz-posts--nooz_coverage .nooz-title a{
  color:#67d3e0 !important;
  font-weight: bold;
    font-size: 28px;
}

@media only screen and (min-width: 320px) and (max-width: 786px) {
  .nooz-posts--nooz_coverage .nooz-post{
    flex-direction: column;
    align-items: flex-start !important;
  }
  .nooz-title{
    text-align:left !important;
  }
 .nooz-post p{
    text-align:left !important;

  }


}
.nooz-posts--nooz_release li{
  list-style: none;
}
.nooz-posts--nooz_release .nooz-title a{
  color:#67d3e0 !important;
  font-weight: bold;
  font-size:18px;
}
.single-nooz_release  #content{
  margin-top:80px;

}
.single-nooz_release .content-area{
  width:100%;
}
.single-nooz_release #right-sidebar{
  display:none;
}
.transparancy-search{
  text-align: right;
}
.transparancy-search a{

    color: #333;
    font-size: 16px;
    /* text-decoration: underline; */
    background: #E7E7E7;
    padding: 8px 12px;
    border-radius: 4px;
}
.puori-difference{
  background: #66d3e0;
  padding: 80px;
  text-align: center;
  color: #fff;
}
.puori-difference h2{

  font-size: 32px;
  color: #fff;
  font-weight: 700;

}
.puori-difference p{
  font-size:22px;
  font-style: italic;
}
.fa-info-circle{
  color:#66d3e0;
}
/* .hover-btn{
  position: relative;
}
.hover-text{
  display:none;
}
.hover-btn:hover .hover-text{
  display:block;
  background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    position: absolute;
    width: 150px;
    height: 40px;
    right: -161px;
    top: -5px;

}
.hover-text:before{
  content:'';
  position: absolute;
  left:-10px;
  top:6px;
  width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(0,0,0,0.8);

} */

/* .tooltip {
  display: inline;
  position: relative;
}
.tooltip:hover:after{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background: #444;
  border-radius: 8px;
  color: #fff;
  content: attr(title);
  margin: -82px auto 0;
  font-size: 16px;
  padding: 13px;
  width: 220px;
  content: "";
}
.tooltip:hover:before{
  border: solid;
  border-color: #444 transparent;
  border-width: 12px 6px 0 6px;
  content: "";
  left: 45%;
  bottom: 30px;
  position: absolute;
} */

[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#template1-container .control-label{
  clear: both;
  float: left;
  text-align: left;

}

.page-template-templatesdonation-php .form-horizontal .control-label{
  clear: both;
  float: left;
  text-align: left;

}
.donate-text p{
  font-size:19px !important;
  line-height:32px;
  text-align: center;
}


.banner.inner-banner.contact-us:after {
  content: '';
  position: absolute;
  background: rgba(0,0,0,0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner.inner-banner.contact-us .container{
  position: relative;
  z-index:9;
}
.banner.inner-banner.contact-us{
  position:relative;
}

.table-striped th{
  text-align:center;
}

.table-striped th:first-child{
  text-align: left;
}

.table-striped td{
  text-align:center;
}

.table-striped td:first-child{
  text-align: left;
}
.m-r-10{
  margin-right:10px;
}
a.link-coa {
	color:#66D3E0;
}

.PB-styles .bisphenols-section, .PB-styles .antibiotics-section {
	display: none;
}
.blog_post-template-default a {
	color: #66d3e0;
}
