/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
    font-family: "bookmania",serif !important; 
}

a {
    text-decoration: none;
    font-family: "bookmania",serif !important; 
}

.clr {
    clear: both;
}

input,
textarea,
select {
    border: 0px none;
    background: none;
    outline: none;
    font-size: 14px;
    color: #767676;
    font-family: "bookmania",serif !important;   
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "bookmania",serif !important; 
    margin-bottom:0;
}

p {
    font-family: "bookmania",serif !important; 
    margin-bottom: 0;
}


em {
    font-style: normal;
}

body {
    font-family: "bookmania",serif !important;  
    transition: all 0.4s ease-in-out;
    overflow-x: hidden;
}

b {
  font-weight: 600;
}

/*****************************************/
/* Header CSS Overrides   */
/*****************************************/
.left-header-menu .hs-menu-wrapper ul li, .right-header-menu .atmc-menu-06_menu .hs-menu-wrapper ul li{
  width:auto;
}
.left-header-menu .hs-menu-item a, .right-header-menu .hs-menu-item a{
  padding: 1.5rem;
}
.left-header-menu .hs-menu-wrapper ul, .right-header-menu .atmc-menu-06_menu .hs-menu-wrapper ul{
  margin-top:0px;
}
.right-header-menu .atmc-menu-06_menu .hs-menu-wrapper ul{
  justify-content: flex-end;
}
.row-fluid .span3.cell_1663691043044-vertical-alignment{
  display: none !important;
}
.site-logo{
  z-index: 99;
  transform: translate(-50%, 0%);
  left: 50%;
  top: 20px;
}
.cell_1663690784282-row-0-vertical-alignment{
  height: 100%;
}
.cell_1663690784282-row-0-vertical-alignment>.row-fluid {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.header-icons .atmc-btn.atmc-btn-s.atmc-btn-icon{
  border:none;
  padding: 1.5rem 0!important;
}
.row-fluid .span1.cell_1663690784282-vertical-alignment{
  margin-left:0;
}
.cell_1663691043045-vertical-alignment{
  margin-left: 1.2rem !important;
}
.cell_1663695701900-vertical-alignment, .cell_1663691059671-vertical-alignment{
  margin-left: 2.4rem !important;
}
.header-icons .atmc-btn.atmc-btn-icon.atmc-btn-s .atmc-btn-icon_icon{
  width: 20px;
  border: none;
  position: initial;
}
.header-icons .atmc-btn-outline-primary:hover{
    color: #4fa8b7!important;
    background: transparent!important;
}
.header-icons .atmc-btn-outline-primary.atmc-btn-icon:hover .atmc-btn-icon_icon svg{
    fill: #4fa8b7!important;
}
/* Header responsive */
@media (max-width:1550px){
  .left-header-menu .hs-menu-item a, .right-header-menu .hs-menu-item a {
    padding: 1.5rem 0.7rem !important;
}
}
@media (max-width:1199px){
  .left-header-menu .hs-menu-item a, .right-header-menu .hs-menu-item a {
    padding: 1.5rem 0.7rem;
  }
}
/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  .left-header-menu .active-branch li:nth-last-child(1), .left-header-menu .active-branch li:nth-last-child(2), 
  .left-header-menu .active-branch li:nth-last-child(3), .left-header-menu .active-branch li:nth-last-child(4),.mobile-trigger-close{
    display:none;
  }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}
@media (min-width: 768px) and (max-width:991px){
  .cell_1663690784282-row-0-vertical-alignment>.row-fluid{
     top: 3px;
  }
}
@media (max-width: 991px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */
  
  .right-header-menu{
        display: none;
  }
  .cell_1663690784282-row-0-vertical-alignment>.row-fluid{
    display: flex;
    position: absolute;
    right: 0;
    justify-content: flex-end;
    margin-right: 20px;
    z-index: 0;
    width: 200px;
  }
  .cell_1663690784282-row-0-vertical-alignment>.row-fluid .dnd-column{
    margin-left: 15px !important;
  }
  .atmc-logo-04{
    width: 90px;
    height: 100px;
  }
  .header-global-row-1-padding{
    height: 70px;
    display:none;
  }

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 16px;          /* Position Button at right of screen  */
    right: auto;        /*******************************************/
    width: 35px; /* Button width */
    height: 35px; /* Button height */   
    background: #4fa8b7; /* Background color */
    border: 1px solid #4fa8b7;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff; 
    z-index: 999;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #4fa8b7; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    background-color: #4fa8b7;
    border: 1px solid #4fa8b7;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: 0px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #ffffff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    display:block;
    transition:all 0.3s ease-in-out; 
    left:-100%;
    position: fixed;
    width: 320px;
    z-index: 999;
    height:100vh;
    padding-top: 100px;
    top: 0;
  }
  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  .mobile-trigger-close{
    position: absolute;
    right: 20px;
    top: 30px;
    cursor: pointer;
  }
  .mobile-trigger-close i{
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-style: inherit;
    font-size: 2rem;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper.open_menu{
    left:0px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#4fa8b7; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}
@media (max-width:767px){
  .cell_1663690784282-row-0-vertical-alignment>.row-fluid{
        top: -8px;
  }
}

/*****************************************/
/* Footer CSS Overrides   */
/*****************************************/

.atmc-site-footer .atmc-site-footer_heading{
  font-size: 2rem;
  letter-spacing: normal;
  text-transform: uppercase;
  font-weight: 100;
  font-style: italic;
}
.atmc-sitefooter_menu a:hover{
      opacity: 0.5;
  color:#fff !important;
}
.atmc-site-footer .atmc-site-footer_heading + p{
  font-size: 1.2rem;
  margin: 50px 0px 40px;
  max-width: 365px;
}
.newsletter-cta{
  border-radius: 50px !important;
  width: 400px !important;
  height: 50px !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
.newsletter-cta::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border: 4px solid rgba(255,255,255,0.2);
    top: 15px;
    left: 15px;
    transition: 0.3s ease;
}
.newsletter-cta:hover::after{
  top: 0px;
  left: 0px;
}
.atmc-site-footer .span5 + .span3{
  border-left: 3px solid #fff;
    margin-left: 0;
    padding-left: 100px;
}
.atmc-site-footer .span3 .atmc-site-footer_heading{
  text-transform: lowercase;
  font-size: 1.5rem;
  font-style: inherit;
  font-weight: 600;
}
.atmc-site-footer .atmc-social-links-01{
  margin-top: 30px;
}
.atmc-site-footer .atmc-social svg{
  height: 2rem;
}
.atmc-site-footer .atmc-social{
  height: 3rem;
  width: 3rem;
}
.atmc-site-footer .span5 + .span3 + .span3{
  padding-left: 50px;
}
.atmc-site-footer .atmc-sitefooter_logos-01{
  padding: 0;
  margin-left: 50px;
  margin-top: 100px;
}
.atmc-footer{
    padding: 1.3rem 0 !important;
      background: #fff;
}
.atmc-footer .footer__copyright{
  line-height: normal;
}
.atmc-footer .footer__copyright span + a{
    display: none;
}
.footer.atmc-parallax{
  margin-top: -35px;
  background-attachment:initial !important;
}
/* Footer responsive */
@media (max-width:1199px){
  .newsletter-cta{
    width: 300px !important;
  }
  .atmc-site-footer .span5 + .span3{
    padding-left:20px;
  }
  .atmc-site-footer .span5 + .span3 + .span3 {
    padding-left: 0;
  }
}
@media (max-width:991px){
  .footer .span5, .atmc-site-footer .span5+.span3, .atmc-site-footer .span5+.span3+.span3{
    width: 100%;
  }
  .atmc-site-footer .span5+.span3{
    border: none;
    order: 3;
    padding:0;
  }
  .atmc-site-footer .span5+.span3+.span3{
     margin: 40px 0px;
  }
  .atmc-site-footer .span5+.span3+.span3+.span3{
    position: absolute;
    right: 0;
    bottom: 50px;
  }
  .footer.atmc-parallax{
    margin-top: 0;
    background-color: rgb(79,168,183);
  }
  .atmc-site-footer .atmc-container>.row-fluid{
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width:767px){
  .newsletter-cta {
    width: 240px!important;
    margin: auto;
  }
  .atmc-site-footer .atmc-site-footer_heading+p{
    margin: 50px auto 40px;
  }
  .atmc-site-footer .span5+.span3+.span3+.span3 {
    bottom: 0px;
    right: -33px;
  }
  .atmc-site-footer .atmc-sitefooter_logos-01 {
    margin-left: 0;
    margin-top: 0;
    padding: 0;
  }
}
/*****************************************/
/* Banner CSS Overrides   */
/*****************************************/

.atmc-scroll-to{
  z-index: 99;
}
#hs_cos_wrapper_widget_1663774760728{
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  margin: 0;
  z-index: 9;
  height: 100%;
  display: flex;
  align-items: center;
  background: transparent linear-gradient(90deg, #FFFFFF00 0%, #FFFFFF 45%, #FFFFFF 65%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}
.banner-content, .banner-content-test-b{
  max-width: 804px;
  margin: auto;
}
.banner-content .atmc-cap, .testimonials .atmc-testimonial-02_text, .banner-content-test-b .atmc-cap {
  font-size: 3.2rem;
  font-weight: 600;
  text-transform: lowercase;
  opacity: 1;
  max-width: 600px;
  margin: auto;
  letter-spacing: inherit;
  display: block;
}

.banner-content-test-b {
Margin-top: 120px
}

@media screen and (max-width: 800px) {
  .banner-content-test-b {margin-top: 50px !important;}
}


.banner-content .atmc-headline-default, .banner-content-test-b .atmc-headline-default{
  font-size: 2rem;
  margin: 20px 0px 20px;
  font-weight: 200;
}
.banner-content .atmc-intro, .banner-content-test-b .atmc-intro {
  font-size: 1.2rem;
  line-height: 30px;
  margin-bottom: 60px;
}
.banner-cta, .hs-button {
  font-size: 1.2rem !important ;
  width: 450px!important ;
  height: 40px!important ;
  display: inline-flex!important ;
  align-items: center;
  justify-content: center;
  border-radius: 50px!important ;
  font-weight: 600!important ;
}
.banner-small-img{
  width: 100px;
  height: 160px;
  display: block;
  position: absolute;
  bottom: 60px;
  right: 100px;
  z-index: 99;
  margin: 0;
}
.atmc-hero-01.atmc-hero{
  min-height: calc(100vh - 135px);
}
/* Banner responsive */
@media (max-width:767px){
  .banner-content, .banner-content-test-b{
    padding: 0px 20px;
  }
  .banner-content .atmc-cap, .testimonials .atmc-testimonial-02_text, .banner-content-test-b .atmc-cap{
    font-size: 2.2rem;
  }
  .banner-content .atmc-headline-default, .banner-content-test-b .atmc-headline-default{
    font-size: 1.5rem;
  }
  .banner-content .atmc-intro, .banner-content-test-b .atmc-intro {
    font-size: 1rem;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .banner-small-img{
    bottom: 90px;
    right: 30px;
    width: 50px;
    height: 60px;
  }
  .atmc-hero-01.atmc-hero {
    min-height: calc(100vh - 30vh);
  }
}


/*****************************************/
/* Image with Text CSS Overrides   */
/*****************************************/

.iwt_img{
  background-position: initial;
}
.iwt-text{
  max-width: 550px;
}
.iwt-text .atmc-headline-default{
  font-style: italic;
  margin: 15px 0px 0px;
}
.iwt-text .atmc-intro{
  margin: 40px 0px;
}

/*****************************************/
/* Testimonials CSS Overrides   */
/*****************************************/

.dnd_area-row-4-background-image{
  background-position: inherit !important;
}
.testimonials{
  padding: 0px 200px;
  margin: 0!Important;
  opacity:1;
}
.testimonials .atmc-testimonial-02_text{
  max-width: 100%;
  line-height:80px;
  margin-bottom: 150px;
}
.testimonials .atmc-testimonial-02_img{
  margin-bottom: 80px;
  width: 15rem;
  height: 3rem;
  background-size: contain;
}
.testimonials .atmc-testimonial-02_name strong{
  font-size: 1.4rem;
  font-weight: 500;
  line-height: initial;
}
.testimonials .atmc-testimonial-02_name span{
  font-size: 0.8rem;
  display: block;
  font-weight: 500;
}
.hs-button {
  border: 3px solid #fff !important;
  height: 50px!important;
  background:#fff !important;
  color:#4fa8b7!important;
}
.cell_16638632554862-vertical-alignment{
  justify-content: flex-start !important;
  flex-direction: initial !important;
}
.cell_1663861803522-row-1-padding .span6{
   width:450px !important;
}
#hs-button_widget_1663863255103{
  background:transparent !important;
  color:#fff!important;
}
.hs-button:hover{
  background: inherit !important;
  color: inherit !important;
}
.testimonials .slick-next, .slick-prev{
   top:100%!important;
}
.testimonials.slick-slider .slick-arrow.slick-prev {
    right: 400px;
}
.testimonials.slick-slider .slick-arrow:before{
  background: transparent;
  border: 2px solid #fff;
}
.testimonials.slick-slider .slick-arrow.slick-next {
    right: 300px;
    left: auto;
}
/* Testimonial Section responsive */
@media (max-width:1199px){
  .testimonials{    
    padding: 0 0px;
  }
  .dnd_area-row-5-background-image .cell_1663861803522-row-1-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .banner-cta, .hs-button{
    width: 350px!important;
  }
}
@media (max-width:991px){
  .banner-cta, .hs-button{
    width: 250px!important;
  }
}
@media (max-width:767px){
  .testimonials .atmc-testimonial-02_text{
    line-height: 30px;
    margin-bottom: 50px;
    font-size: 1.2rem;
  }
  .cell_1663861803522-row-1-padding .span6 {
    width: auto !important;
  }
  #hs_cos_wrapper_widget_1663863244948{
    text-align: center;
  }

}


/*****************************************/
/* Plant derived Section CSS Overrides   */
/*****************************************/
.earth-made-block{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 9px #77777740;
  border-radius: 49px;
  padding: 40px 35px 50px;
  width:350px;
  margin: auto;
  margin-bottom: 20px;
}
.earth-made-block h4{
  font-size: 28px;
  color: #4EA8B7;
  margin-top:20px;
}
.emb-heading h4{
  max-width: 270px;
  margin: auto;
  margin-top:20px;
}
.derived-heading .atmc-cap{
  font-size: 60px;
  max-width: 325px;
  text-transform: lowercase;
}
.derived-heading .sr-invisible{
  font-size: 60px;
  max-width: 300px;
}
.derived-heading{
  margin-bottom: 150px;
}
.derive-text{
  margin-left: 0px;
  font-size: 30px;
  font-weight: 100;
  font-style: italic;
}
.earth-made-block2{
  margin-top:70px;
}
.earth-made-block3{
  margin-top:-70px;
}
.derived-heading{
   padding-top:200px;
}
/* Plant derived Section responsive */
@media (max-width:1199px){
  .earth-made-block{
    width:100%;
    padding: 30px 25px 40px;
  }
  .earth-made-block img{
    max-width: 100px !important;
  }
  .earth-made-block h4{
    font-size: 1.2rem;
  }
  .emb-heading h4{
    max-width: 180px;
  }
  .derive-text{
    margin-left:10px;
  }
  .derived-heading{
    padding-top:50px;
  }
}
@media (max-width:991px){
  .earth-made-block{
    padding:20px;
  }
}
@media (max-width:767px){
  .derived-heading .sr-invisible{
    font-size: 3rem;
  }
  .derived-heading {
    margin-bottom: 50px;
  }
  .earth-made-block {
    padding: 40px;
  }
  .earth-made-block2 {
    margin-top: 0px;
  }
  .earth-made-block3 {
    margin-top: -20px; 
  }
  .derived-heading{
    padding-top:0px;
    margin-top:0px;
  }
}
/* cta btns */
.cta_button.shop-nowBtn{
  border-radius: 42px !important;
  width: 315px !important;
  height: 70px !important;
  color: #4fa8b7 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 2rem !important;
  font-family: 'bookmania' !important;
  font-weight: 800 !important;
  margin: auto;
}
.cta_icon{
  position: absolute;
  left: 50%;
  transform: translate(50px, 0px);
  top: 15px;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  justify-content: center;
  border-radius: 50%;
  width:22px;
  height:22px;
}
.cta_icon span{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.cta_icon svg{
  width: 0.4rem;
  fill: #fff;
}
/* cta responsive */
@media (max-width:1199px){
  .cta_button.shop-nowBtn{
    font-size: 1.5rem!important;
    height: 50px!important;
    width: 90% !important;
  }

}

/*****************************************/
/* PDP CSS Overrides   */
/*****************************************/

.oembed_custom-thumbnail .oembed_custom-thumbnail_icon{
  width: 65px;
  height: 65px;
  background: #fff;
  border-radius: 50%;
}
.oembed_custom-thumbnail .oembed_custom-thumbnail_icon svg{
  width:14px;
}

/* accordion */
.cutom-accordion{
  box-shadow: none;
  border-radius: 12px;
  border: 2px solid;
}
.cutom-accordion .atmc-accordion-01_trigger{
  font-size: 50px;
  font-weight: 600;
  line-height: normal;
}
.cutom-accordion .atmc-accordion-01_trigger_active .atmc-accordion-01_icon{
      transform: rotate(90deg);
}

/* eco program */
.eco-banner::before{
  content: "";
  display: block;
  background: transparent linear-gradient(90deg, #FFFFFF00 0%, #FFFFFF 45%, #FFFFFF 65%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}
.eco-banner>.row-fluid {
  z-index: 9;
  position: relative;
}
.combating .span6:nth-child(1) h2{
  font-size: 60px;
/*   max-width: 400px; */
}
.combating .span6:nth-child(1) .hs_cos_wrapper_type_header h4{
  text-transform: uppercase;
  font-style: italic;
  font-weight: 200 !important;
}
.combating .span6:nth-child(1) .hs_cos_wrapper_type_rich_text{
  font-size:20px;
}
.combating .span6:nth-child(2){
  height: 525px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 60px;
  flex-direction: column;
}
.combating .span6:nth-child(2) h1{
  font-size: 185px;
  line-height: 70px;
  margin-top: 120px;
}
.combating .span6:nth-child(2) h3{
  color: #4fa8b7;
  font-size: 40px;
  margin-top:20px;
}
.eco-contact .span6:nth-child(2) h2{
  color: #fff;
  font-size: 50px;
}

.eco-video .row-fluid {
  position: relative;
}
.eco-video .row-fluid .span12 .row-fluid-wrapper{
  margin:0px;
}
.eco-video .row-fluid .span12 .row-fluid-wrapper:nth-child(2), .eco-video .row-fluid .span12 .row-fluid-wrapper:nth-child(3),
.eco-video .row-fluid .span12 .row-fluid-wrapper:nth-child(4){
  position: absolute;
  margin: 0;
  z-index: 99;
}
.eco-video.eco-video-hide .row-fluid .span12 .row-fluid-wrapper:nth-child(2), .eco-video.eco-video-hide .row-fluid .span12 .row-fluid-wrapper:nth-child(3),
.eco-video.eco-video-hide .row-fluid .span12 .row-fluid-wrapper:nth-child(4){
  z-index: 0;
}
.eco-video .row-fluid .span12 .row-fluid-wrapper:nth-child(2){
  top: 70px;
  left: 60px;
}
.eco-video .row-fluid .span12 .row-fluid-wrapper:nth-child(2) .icon{
  background: transparent !important;
}
.eco-video .row-fluid .span12 .row-fluid-wrapper:nth-child(2) .icon svg{
  width: 60px;
  height: 60px;
}
.eco-video .row-fluid .span12 .row-fluid-wrapper:nth-child(3){
  top: 80px;
  left: 160px;
}
.eco-video .row-fluid .span12 .row-fluid-wrapper:nth-child(4){
  top: 124px;
  left: 160px;
}
.eco-video .oembed_custom-thumbnail_icon{
  display:none !important;
}
.eco-video .row-fluid .span12 .row-fluid-wrapper:nth-child(4) h5{
  letter-spacing: 4px;
  margin-top: 8px;
}
.eco-video .oembed_custom-thumbnail, .eco-video .oembed_custom-thumbnail:active,
.eco-video .oembed_custom-thumbnail:focus, .eco-video .oembed_custom-thumbnail:hover{
  border-radius:30px;
}

.eco-accordion .atmc-accordion-01{
  box-shadow: none !important ;
  border: 2px solid #4FA8B7;
  border-radius: 12px;
}
.eco-accordion .atmc-accordion-01_trigger{
  padding: 35px 100px;
  font-size: 55px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eco-accordion .atmc-accordion-01_icon{
  position: initial;
  transform: rotate(90deg) !important;
  display: flex;
  border: 2px solid #4FA8B7;
  width: 33px;
  height: 35px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.eco-accordion .atmc-accordion-01_icon svg{
  height: 15px;
}
.eco-accordion .atmc-accordion-01_answer{
      padding: 0px 100px 70px;
}
.eco-accordion .atmc-accordion-01_answer p{
  border-top: 1px solid;
  padding-top: 50px;
  font-size: 20px;
}

.ocean-bond .span6:nth-child(1){
  height: 565px;
  border-radius: 20px;
  overflow: hidden;
}
.ocean-bond .span6:nth-child(1) .row-fluid-wrapper + .row-fluid-wrapper{
  height: 100%;
}
.ocean-bond .span6:nth-child(1) .row-fluid-wrapper + .row-fluid-wrapper .row-fluid {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.ocean-bond .span6:nth-child(1) .row-fluid-wrapper + .row-fluid-wrapper .row-fluid .span3:nth-child(2){
  margin-left: -100px;
  margin-top: 60px;
}
.ocean-bond .span6:nth-child(1) .row-fluid-wrapper + .row-fluid-wrapper .row-fluid .span3:nth-child(2) img{
 height: 220px;
}
.ocean-bond .span6:nth-child(1) .row-fluid-wrapper + .row-fluid-wrapper .row-fluid .span3:nth-child(3){
          margin-left: -68px;
    margin-top: 65px;
}
.ocean-bond .span6:nth-child(1) .row-fluid-wrapper + .row-fluid-wrapper .row-fluid .span3:nth-child(3) img{
     height: 255px !important;
}
.ocean-bond .span6:nth-child(1) .row-fluid-wrapper + .row-fluid-wrapper .row-fluid .span3:nth-child(4){
  position: absolute;
  width: 350px;
  height: 350px;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  margin-left: 0;
}

.ocean-bond .span6:nth-child(2){
  height: 565px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 230px;
  border-radius: 20px;
}
.ocean-bond .span6:nth-child(2) h2{
  color: #FFFFFF;
  font-size: 50px;
  max-width: 350px;
}
.ocean-bond .span6:nth-child(2) p{
  font-size: 48px;
  color: #fff;
  max-width: 410px;
  line-height: 50px;
}
.ocean-bond .span6:nth-child(2) .row-fluid-wrapper:nth-child(2){
  position: absolute;
  right: -210px;
  top: 44%;
}

/* eco responsive */
@media (max-width:1199px){
  .combating .span6, .eco-contact .span6, .ocean-bond .span6{
    width:100%;
    margin-left:0px !important;
  }
  .ocean-bond .span6:first-child .row-fluid-wrapper+.row-fluid-wrapper .row-fluid .span3:nth-child(4){
    height: 250px;
    width: 250px;
  }
  .ocean-bond .span6:nth-child(2){
    margin-top:50px;
  }
  .eco-accordion .atmc-accordion-01_trigger{
    font-size: 30px;
    padding: 35px 35px;
  }
}


@media (max-width:767px){
  .eco-banner .hs_cos_wrapper_type_rich_text span{
    font-size: 24px !important;
  }
  .ocean-bond .span6:first-child .row-fluid-wrapper+.row-fluid-wrapper{
    margin-top: 0;
  }
  .ocean-bond .span6:first-child{
    border-radius: 20px;
    height: 275px;
  }
  .ocean-bond .span6:first-child .row-fluid {
    display: flex;
  }
  .ocean-bond .span6:first-child .row-fluid-wrapper+.row-fluid-wrapper .row-fluid .span3:nth-child(2){
    margin-left: -45px;
    margin-top: 1.5rem;
  }
  .ocean-bond .span6:first-child .row-fluid-wrapper+.row-fluid-wrapper .row-fluid .span3:nth-child(2) img, 
  .ocean-bond .span6:first-child .row-fluid-wrapper+.row-fluid-wrapper .row-fluid .span3:nth-child(3) img{
    height: auto !important;
  }
  .ocean-bond .span6:first-child .row-fluid-wrapper+.row-fluid-wrapper .row-fluid .span3:nth-child(3){
    margin-left: -25px;
    margin-left: -25px;
  }
  .ocean-bond .span6:nth-child(2) h2{
    font-size: 35px;
  }
  .ocean-bond .span6:nth-child(2) p{
    font-size: 25px !important;
    line-height: 30px;
  }
  .ocean-bond .span6:nth-child(2){
    height:275px;
    padding-left:20px;
  }
  .ocean-bond .row-fluid .span3{
    width:30% !important;
  }
  .ocean-bond .span6:first-child .row-fluid-wrapper+.row-fluid-wrapper .row-fluid .span3:nth-child(4){
    height: 150px;
    width: 150px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ocean-bond .span6:first-child .row-fluid-wrapper+.row-fluid-wrapper .row-fluid .span3:nth-child(4) img{
    width: 100px;
  }
  .eco-accordion .atmc-accordion-01_trigger {
    font-size: 18px;
    padding: 20px;
    padding-right: 50px;
  }
  .eco-accordion .atmc-accordion-01_icon{
    position: absolute;
    right: 16px;
    top: 25px;
  }
  .eco-accordion .atmc-accordion-01_answer {
    padding: 20px;
  }
  .eco-accordion .atmc-accordion-01_answer p{
    font-size:16px;
  }
  .eco-video .row-fluid .span12 .row-fluid-wrapper:nth-child(2) .icon svg {
    height: 30px;
    width: 30px;
  }
  .eco-video .row-fluid .span12 .row-fluid-wrapper:nth-child(2) {
    left: 5px;
    top: 10px;
  }
  .eco-video .row-fluid .span12 .row-fluid-wrapper:nth-child(3) {
    left: 50px;
    top: 16px;
  }
  .eco-video .row-fluid .span12 .row-fluid-wrapper:nth-child(3) #hs_cos_wrapper_widget_1667334407807 h1{
    font-size: 20px !important;
  }
  .eco-video .row-fluid .span12 .row-fluid-wrapper:nth-child(4) {
    left: 50px;
    top: 65px;
  }
   .eco-video .row-fluid .span12 .row-fluid-wrapper:nth-child(4) #hs_cos_wrapper_widget_1667334414807 h5{
    font-size: 14px !important;
  }
  .combating .span6:first-child h2 {
    font-size: 40px;
  }
 .combating .review-cta, .eco-contact .eco-contact-cta {
    width: 100% !important;
    height: 45px !important;
  }
  .combating .span6:nth-child(2) h3{
    font-size: 20px;
  }
  .combating .span6:nth-child(2) h1 {
    font-size: 100px;
    line-height: 70px;
    margin-top: 80px;
  }
  .combating .span6:nth-child(2){
    background-size: contain !important;
    height: 375px;
    padding-right: 44px;
  }
  .eco-contact .span6:nth-child(2){
    padding-right: 0px !important;
  }
  .eco-contact .span6:nth-child(2) h2{
    font-size: 42px;
  }
  .eco-contact .span6:nth-child(2) .row-fluid-wrapper:nth-child(2) .span12{
    align-items:center !important;
  }
}

/* Sample page */

.sample-banner{
  margin: 0px 20px;
  border-radius: 20px;
}
.sample-banner h1{
  font-size: 60px;
}
.sample-banner .hs_cos_wrapper_type_rich_text{
  text-align: center;
  font-size: 20px;
  max-width: 875px;
  margin: auto;
  display: block;
  line-height: 30px;
}


.free-sample-banner {
    overflow: hidden;
}
.free-sample-banner .atmc-overlay-module{
  margin: 0px 20px;
  width: calc(100% - 40px);
  border-radius: 20px;
}
.free-sample-banner .span3{
  width: 31.623931624%;
}
.free-sample-banner .span3:nth-child(1){
  padding-left:100px;
}
.free-sample-banner .span3:nth-child(1) img{
  box-shadow: -24px 24px 7px rgb(165 162 85);
  display: block;
}
.free-sample-banner .span3:nth-child(1) .row-fluid-wrapper:nth-child(2) .span6:nth-child(2), .free-sample-banner .span3:nth-child(1) .row-fluid-wrapper:nth-child(3) .span6:nth-child(2){
  margin-top: -50px;
  margin-left: 25px;
}
.free-sample-banner .span3:nth-child(1) .row-fluid-wrapper:nth-child(3){
  margin-top:20px;
}
.free-sample-banner .span3:nth-child(4){
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -120px;
  z-index: -1;
  margin: 0;
}
.free-sample-banner .span3:nth-child(2){
  max-width: 450px;
  margin-left: auto;
}
.free-sample-banner .span3:nth-child(2) h1{
      font-size: 60px;
}
.free-sample-banner .span3:nth-child(2) h4{
  font-size: 55px;
  font-weight: 100;
  margin-top: -26px;
}
.free-sample-banner .span3:nth-child(3){
      position: relative;
}
.free-sample-banner .span3:nth-child(3) img{
  position: absolute;
  right: 0;
  bottom: -10px;
}
.sample-shop .span12 .row-fluid-wrapper:nth-child(2){
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  z-index: -1;
  right: -275px;
}
/* sample responsive */
@media(max-width:1199px){
  .free-sample-banner .span3:nth-child(2){
        max-width: inherit;
    padding-left:50px;
  }
  .free-sample-banner .span3:first-child {
    padding-left: 0;
  }
  .free-sample-banner>.row-fluid {
    flex-wrap: wrap;
  }
  .free-sample-banner .span3 {
    width: 49.623931624%;
  }
  .free-sample-banner .span3:nth-child(3) img{
    position: initial;
  }
  .shipping{
    width: 350px !important;
  }
}
@media(max-width:991px){
   .free-sample-banner .span3 {
    width: 100%;
  }
  .free-sample-banner .span3:nth-child(2){
    margin:50px 0px;
  }
}
@media(max-width:767px){
  .sample-banner .hs_cos_wrapper_type_rich_text{
    font-size: 16px;
    line-height: 20px;
  }
  .sample-banner h1 {
    font-size: 35px;
  }
  .sample-banner img{
    width: 100px;
  }
  .free-sample-banner .span3:first-child img{
    box-shadow: -10px 10px 7px #a5a255;
    max-width: 90% !important;
    margin: 10px auto;
  }
  .free-sample-banner .span3:first-child .row-fluid-wrapper:nth-child(2) .span6:nth-child(2), .free-sample-banner .span3:first-child .row-fluid-wrapper:nth-child(3) .span6:nth-child(2) {
    margin-left: 0;
    margin-top: 0;
  }
  .free-sample-banner .span3:nth-child(2){
        padding: 0px 20px;
  }
  .free-sample-banner .span3:nth-child(2) h1 {
    font-size: 35px;
  }
  .free-sample-banner .span3:nth-child(2) h4 {
    font-size: 30px;
  }
  .shipping{
    width: 100%!important;
    height: 68px!important;
    font-size: 20px!important;
    margin-top: 30px!important;
  }
  .free-sample-banner .span3:nth-child(2) .row-fluid-wrapper div{
    width:100%; 
  }
}

/* sample main */
.sample-contact h1{
  font-size: 35px;
  line-height: 57px;
}
.sample-contact .row-fluid-wrapper.dnd-row{
  margin: 0px;
}
.sample-contact h2{
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}
.sample-contact h4{
  font-size: 20px;
  font-weight: 100;
}
.sample-contact h3{
  font-size: 20px;
  margin-top:10px;
}
.sample-contact .sample-list ul{
  display: flex;
  justify-content: center;
  line-height: 56px;
  margin: 20px 0px 20px 0px;
}
.sample-contact .sample-list ul li{
  color: #FFB735;
  margin: 0px 15px;
  font-size: 13px;
}
.sample-contact .sample-list svg{
  height: 13px;
  fill: #FFB735;
}
.sample-contact .row-fluid-wrapper:nth-child(7) .row-fluid {
  justify-content: center;
  margin-top: 20px;
}
.sample-contact .row-fluid-wrapper:nth-child(7) .row-fluid .span3{
  width: 164px;
  height: 220px;
  margin: 0px 25px;
  cursor: pointer;
}
.sample-contact .row-fluid-wrapper:nth-child(7) .row-fluid .span3:nth-child(1), .sample-contact .row-fluid-wrapper:nth-child(7) .row-fluid .span3:nth-child(2){
    cursor: not-allowed;
}
.sample-contact .row-fluid-wrapper:nth-child(7) .row-fluid .span3 .row-fluid-wrapper + .row-fluid-wrapper{
  position: relative;
  margin-bottom: -40px;
  text-align: center;
}
.sample-contact .row-fluid-wrapper:nth-child(7) .row-fluid .span3 img{
  box-shadow: -6px 6px 7px #a2cfd7;
}
.sample-contact .free-sample-form .inputs-list.multi-container{
  display: flex;
  justify-content: center;
}
.sample-contact .free-sample-form .hs-fieldtype-phonenumber + .hs-form-field .inputs-list.multi-container{
      display: flex;
    justify-content: flex-start;
      align-items: center;
}

.sample-contact  .free-sample-form .inputs-list.multi-container li{
  margin: 0px 25px;
  width: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sample-contact .free-sample-form .hs-fieldtype-phonenumber + .hs-form-field .inputs-list.multi-container li{
  display: block;
    margin: 0px 20px 0px 0px;
  width: auto;
  padding-top:0px !important;
}
.sample-contact .free-sample-form .hs-fieldtype-phonenumber + .hs-form-field .inputs-list.multi-container li label{
  display:flex;
  align-items: center;
}
.sample-contact  .free-sample-form .inputs-list.multi-container li:nth-child(1),
.sample-contact  .free-sample-form .inputs-list.multi-container li:nth-child(2){
  opacity:0;
}
.sample-contact .free-sample-form .hs-fieldtype-phonenumber + .hs-form-field .inputs-list.multi-container li:nth-child(1),
.sample-contact .free-sample-form .hs-fieldtype-phonenumber + .hs-form-field .inputs-list.multi-container li:nth-child(2){
  opacity:1;
}
.sample-contact .free-sample-form .inputs-list.multi-container li input{
  margin: 24px 0px 0px 0 !important;
  border: 2px solid;
  background: transparent;
}
.sample-contact .free-sample-form .hs-fieldtype-phonenumber + .hs-form-field .inputs-list.multi-container li input{
  margin: 0 !important;
}
.sample-contact .free-sample-form .inputs-list.multi-container li label span{
  display: none;
}
.sample-contact .free-sample-form .hs-fieldtype-phonenumber + .hs-form-field .inputs-list.multi-container li label span{
  display: block;
  margin-top: 4px;
  margin-left: 5px;
}
.free-sample-form form{
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.free-sample-form .hs-fieldtype-text,.free-sample-form .hs-fieldtype-phonenumber, .free-sample-form .hs-fieldtype-select{
  margin: 0px 10px 35px;
}
.free-sample-form label{
  font-family: bookmania !important;
}
.free-sample-form .hs-fieldtype-text input,
.free-sample-form input[type='tel'],
.free-sample-form .hs-form-field select{
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #4fa8b7 !important;
  border-radius: 0px !important;
  padding: 0px 0px 5px !important;
  font-family: bookmania !important;
  color: #126C75 !important;
  font-size: 16px;
}
.free-sample-form .hs-form-field select{
  appearance: none;
  background-image:url(//22615510.fs1.hubspotusercontent-na1.net/hubfs/22615510/raw_assets/public/Zyfe-Lica/Zyfe-images/drop.png) !Important ; 
  background-repeat: no-repeat !important;
  background-position: 0px 6px !important;
  padding-left: 10px !important;
}
.free-sample-form .hs-form-field.hs_firstname{
  width: 244px;
}

.free-sample-form .hs-fieldtype-radio{
  width:100%;
  margin:0px 0px 40px 0px;
}
.free-sample-form .hs-fieldtype-phonenumber + .hs-form-field.hs-fieldtype-radio{
  width:auto;
}
.free-sample-form .hs_email{
  width: 335px;
}
.free-sample-form .hs_address {
  width: 285px;
}
.free-sample-form .hs_city  {
  width: 100px;
}
.free-sample-form .hs_city + .field  {
  width: 36px;
}
.free-sample-form .hs_city + .field + .field  {
  width: 45px;
}
.hs-dependent-field{
  width: 430px;
}
.free-sample-form .hs-fieldtype-booleancheckbox{
  width: 565px;
  border-bottom: 1px solid;
  padding-left: 50px;
  line-height: normal;
  height: 52px;
  margin-left: 12px;
}
.free-sample-form .hs-fieldtype-booleancheckbox .inputs-list{
  padding: 0;
  margin: 0;
}
.free-sample-form .hs-fieldtype-booleancheckbox .inputs-list li{
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.free-sample-form .hs-fieldtype-booleancheckbox .inputs-list li label{
  margin: 0;
  font-size: 10px;
}
.free-sample-form .hs-fieldtype-booleancheckbox .inputs-list li input{
  width: 12px !important;
  height: 12px !important;
  border-radius: 0px !important;
  border: 1px solid;
}
.free-sample-form .hs-fieldtype-booleancheckbox .inputs-list li span{
  max-width: 465px;
  display: inline-block;
  margin-left: 20px;
  font-family: 'bookmania';
}
.free-sample-form .hs-submit{
  width: 100%;
  text-align: center;
  margin-bottom: -40px;
}
.free-sample-form .hs-submit .hs-button{
  width: 550px !important;
  height: 90px !important;
  font-size: 27px !important;
  border: 3px solid #FFFFFF !important;
  border-radius: 40px !important;

}
.sample-contact>.row-fluid>.span12{
  border-radius: 20px;
}

.sample-testimonial>.row-fluid {
  max-width: 1300px;
}
.sample-testimonial h1{
  font-size: 60px;
  max-width: 740px;
  margin-bottom: 80px;
}
.sample-slider.slick-slider .slick-arrow.slick-prev{
  top: -50% !important;
  right: 50px;
  transform: translate(0px, -50%);
}
.sample-slider.slick-slider .slick-arrow:before{
  box-shadow: none;
  border: 3px solid #fff;
  -webkit-box-shadow:none;
  background: transparent;
  background: transparent;
}
.sample-slider.slick-slider .slick-arrow.slick-next{
  top: -50%;
  transform: translate(0px, -50%);
}
.sample-slider.slick-slider .slick-dots{
  display:none !Important;
}
.sample-slider .atmc-testimonial-02_img{
  width: 8rem;
  height: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 5px;
}
.sample-slider .atmc-testimonial-02_text{
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 20px;
}
.sample-slider .atmc-testimonial-02_name stronge{
  font-size: 24px;
  font-weight: 400;
}
.sample-slider .atmc-testimonial-02_detail{
  font-size: 16px;
}
.sample-testimonial .slick-slide{
  padding: 0 !important;
  width: 400px;
  margin-right: 80px;
}
.sample-contact h2 strong{
   position:relative;
}
.sample-contact h2 em{
  font-style:italic;
}
.sample-contact h2 strong::after{
  content:'';
  position:absolute;
  background:url(//22615510.fs1.hubspotusercontent-na1.net/hubfs/22615510/raw_assets/public/Zyfe-Lica/Zyfe-images/free.png);
  width: 100%;
  left: 0;
  display: none;
  z-index: 99;
  height: 5px;
  top: 70%;
  background-size: cover;
}
/*  */
@media (max-width:1199px){
  .sample-slider.slick-slider .slick-arrow.slick-next{
    left: calc(100% - 15px);
  }
}
@media (max-width:991px){
  .sample-testimonial h1 {
    font-size: 40px;
    max-width: 540px;
  }
  .sample-slider.slick-slider .slick-arrow.slick-next {
    left: calc(100% - 50px);
  }
  .sample-slider.slick-slider .slick-arrow.slick-prev {
    right: 72px;
  }
}
@media (max-width:767px){
  .sample-contact h1 {
    font-size: 26px;
  }
  .sample-contact h4 {
    font-size: 20px !important;
    font-weight: 100;
    padding: 10px !important;
}
  .sample-contact h2 {
    font-size: 22px;
    line-height: 30px;
    padding: 20px 20px 0px;
  }
  .sample-contact .sample-list ul{
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 36px;
  }
  .sample-contact .row-fluid-wrapper:nth-child(7) .row-fluid .span3 {
    height: auto;
    margin: 0 5px;
    width: 75px;
  }
  .sample-contact .row-fluid-wrapper:nth-child(7) .row-fluid{
    display: flex;
  }
  .sample-contact .free-sample-form .inputs-list.multi-container li{
    margin: 0 5px;
  }
  .sample-contact .free-sample-form .inputs-list.multi-container li input{
    margin:0px !important;
  }
  .free-sample-form .hs-fieldtype-booleancheckbox{
    height: auto;
    line-height: normal;
    margin-left: 12px;
    padding-left: 0px;
    width: 100%;
    margin-right: 12px;
    padding-bottom: 10px;
  }
  .free-sample-form .hs-fieldtype-booleancheckbox .inputs-list li span{
        max-width: 80%;
        margin-left: 0px;
  }
  .free-sample-form .hs-fieldtype-booleancheckbox .inputs-list li label{
    display:flex;
  }
  .free-sample-form .hs-submit .hs-button {
    border: 3px solid #fff!important;
    border-radius: 40px!important;
    font-size: 18px!important;
    height: 70px!important;
    width: 100%!important;
    margin-bottom: 40px;
  }
  .eco-video .row-fluid .span12 .row-fluid-wrapper:nth-child(3) h1 {
    font-size: 20px!important;
  }
  .eco-video .row-fluid .span12 .row-fluid-wrapper:nth-child(4) h5 {
    font-size: 14px!important;
  }
  .sample-slider.slick-slider .slick-arrow.slick-prev,
  .sample-slider.slick-slider .slick-arrow.slick-next{
    top: -25%!important;
    transform: translateY(0%);
  }
  .sample-testimonial .slick-slide{
    width:300px;
  }
}

/* vitamin hand soap */
.vitamin-hand>.row-fluid {
  display: flex;
  flex-wrap:wrap;
}
.vitamin-hand>.row-fluid .span6{
  border-radius: 20px;
  overflow: hidden;
}
.vitamin-hand>.row-fluid .span6:nth-child(1){
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.vitamin-hand>.row-fluid .span6:nth-child(2){
  align-items: flex-end;
  display: flex;
  
}
.vitamin-hand>.row-fluid .span6:nth-child(2) *{
  height:100%;
}
.vitamin-hand>.row-fluid .span6:nth-child(2) img{
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
.vitamin-hand>.row-fluid .span6 h1{
    font-size: 3rem;
    margin: auto;
    max-width: 250px;
    text-align: center;
}
.vitamin-hand>.row-fluid .span6 p{
  margin-top: 30px;
}
.vitamin-hand>.row-fluid .span6:nth-child(1) .row-fluid-wrapper:nth-child(4){
  margin-top: 70px;
}
.vitamin-head h1{
  width: 80%;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
}
@media (max-width:767px){
  .vitamin-hand>.row-fluid .span6:first-child{
    width:100%;
  }
  .client-says .row-fluid .span12 .row-fluid-wrapper:nth-child(4) .row-fluid .span6:nth-child(2){
    text-align: center !important;
  }
}
/* faq css */
.custom-faq{
  max-width: 1200px;
  margin: auto;
}
.custom-faq .atmc-accordion-01_trigger{
  padding: 20px 50px;
  font-size: 2.5rem;
  font-weight:700;
}
.custom-faq .atmc-accordion-01_icon{
  right: 20px;
  top: 20px;
  transform:none;
}
.custom-faq .atmc-accordion-01_icon svg{
  transform: rotate(180deg);
  transition: 0.2s ease;
}
.custom-faq .atmc-accordion-01_trigger_active svg{
  transform: rotate(0deg);
}
.custom-faq .atmc-accordion-01{
  border: 2px solid;
  box-shadow: none !important;
}
.custom-faq .atmc-accordion-01_answer{
  border-top: 1px solid;
  padding-top: 2rem;
}
@media (max-width:767px){
  .custom-faq .atmc-accordion-01_trigger{
    font-size: 1.5rem;
    font-weight: 700;
    padding: 20px 45px 20px 20px;
    word-break: break-word;
  }
}


.atmc-sitefooter_menu li.hs-menu-item.active a{
  color:#fff !important; 
}
.atmc-sitefooter_logos-01{
      cursor: pointer;
}

/* About page override */
.eco-banner h2{
   font-size: 3.0rem;
    font-style: normal;
    font-weight: 700;
   color: #4fa8b7;
}

.about-heading h2{
  font-size: 3.0rem;
    font-style: normal;
    font-weight: 700;
    color: #4fa8b7;
}
/* blog */
.zyfe_blog{
    max-width: 1500px;
    margin: auto;
    height: 700px;
}
.atmc-blog-post_image{
    position: relative;
    overflow: hidden;
}
.blog_detailsText{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.blog_detailsText h1, .blog_detailsText h2, .atmc-blog-psot_timestamp, .atmc-blog-post_meta a{
  color:#fff;
}
.blog_detailsText h2{
      margin-top: 50px;
}
.atmc-blog-post_meta{
  
    justify-content: center;
  opacity:1;
}
.atmc-blog-post a.cta_button.add-to-bag{
    width: 200px !important;
    margin: 20px auto !important;
}

.atmc-blog-post_meta a{
  margin-left: 0.75rem;
  margin-right:0px;
}
.atmc-blog-recent-posts_list .atmc-h4, .atmc-blog-recent-posts_list .atmc-cap{
  color:#4fa8b7;
}
.atmc-blog-template-01 .atmc-container{
    max-width: 1640px;
}
.atmc-blog-index_post-content .atmc-h4 a{
  color:#4fa8b7 !important;
}
.atmc-site-footer .span5 div + .mt-8 + .mt-8{
  text-align: right;
  margin-right: 100px;
}
.atmc-site-footer .span5 div + .mt-8 + .mt-8 p{
    margin-right: 25px;
}
.atmc-site-footer .span5 div + .mt-8 + .mt-8 p + p{
    margin-right: 0px;
}

@media (max-width:767px){
  .about-heading h2, .eco-banner h2{
      font-size: 24px;
}
  .header-global-row-1-padding{
    display:none;
  }
  .blog_detailsText{
        width: 100%;
    top: 20px;
    transform: translate(-50%,0%);
  }
  .blog_detailsText h1{
        font-size: 18px;
  }
  .blog_detailsText h2{
      margin-top: 10px;
    font-size:16px;
}
  .atmc-blog-post_meta{
    font-size: 0.8rem;
  }
  .atmc-container2{
    padding:0px;
  }
  .atmc-site-footer .span5 div+.mt-8+.mt-8 {
    margin-right: 0;
    text-align: center;
}
  .atmc-intro.sr-invisible.fadeInBottom p{
    font-size:16px !important;
  }
  .atmc-cap + h1.mb-4{
    font-size:16px !important;
        max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form .hs-form label span {
    font-size: 16px !important;
}
  .span12 #hs_cos_wrapper_module_16800284874328 h2{
    font-size:22px !important;
  }
  .span12 #hs_cos_wrapper_module_16800284874329 h5{
        font-size: 12px !important;
  }
  .iwt-text.banner-content{
        padding: 0;
  }
 .atmc-site-footer .span5 div + .mt-8 + .mt-8 p{
   margin-right: 0 !important;
   margin-top:20px !important;
  }
  .atmc-site-footer .span5 div + .mt-8 + .mt-8 p img{
        float: none !important;
    margin: auto;
    display: block;
  }
  .atmc-site-footer .span5+.span3+.span3+.span3 {
    bottom: -30px;!important
}
  .vitamin-hand>.row-fluid .span6 h1 {
    font-size: 2rem;
  }
  .free-sample-form form{
        padding: 20px;
  }
  .cta_button.add-to-bag{
        width: 250px!important;
  }
  .navbar__select{
    display:block !important;
  }
  .hs-dependent-field {
    width: 100% !important;
}
  
}