/** Shopify CDN: Minification failed

Line 39:14 Expected ";" but found "{"
Line 1492:0 Unexpected "{"

**/
/*

TemplateMo 563 SEO Dream

https://templatemo.com/tm-563-seo-dream

/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap')
    @font-face{
    font-family: "Acta Display Book";
    src: url("8426a04cc01b52b246b8a8e01d168356.eot");
    src: url("8426a04cc01b52b246b8a8e01d168356.eot?#iefix")format("embedded-opentype"),
        url("8426a04cc01b52b246b8a8e01d168356.woff")format("woff"),
        url("8426a04cc01b52b246b8a8e01d168356.woff2")format("woff2"),
        url("8426a04cc01b52b246b8a8e01d168356.ttf")format("truetype"),
        url("8426a04cc01b52b246b8a8e01d168356.svg#Acta Display Book")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body{
    font-family: 'Satoshi-Regular' !important;
    background-color: #ffffff !important;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none ;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  max-width: 100%;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/


/*::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}*/

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading {
  margin-bottom: 60px;
}

.section-heading h6 {
  font-size: 15px;
  font-weight: 700;
  color: #33ccc5;
  text-transform: uppercase;
  margin-bottom: 15px;

}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 800;
  position: relative;
  z-index: 2;
  line-height: 45px;
}

.section-heading h2 em {
  font-style: normal;
  color: #33ccc5;
}

.section-heading h2 span {
  color: #088ec3;
}

.main-blue-button a {
  display: inline-block;
  background-color: transparent;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: 2px solid #302E2B !important;
  transition: all .3s;
}

.main-blue-button a:hover {
  background-color: #fff!important;
  color: #4771cb!important;
  border: 2px solid #4771cb!important;
}

.main-green-button a {
  display: inline-block;
  background-color: #33ccc5;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: 2px solid #4771cb !important;
  transition: all .3s;
}

.main-green-button a:hover {
  background-color: #4771cb!important;
  color: #fff!important;
  border: 2px solid #33ccc5 !important;
}


.container{
    max-width: 1500px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-right{
    text-align: right;
}
.header-right ul{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 15px;
}
.header-right ul li{
    margin-right: 20px;
}
.header-right ul li .shop{
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  font-weight:bold;
}
.header-right ul li .shop img{
  max-width:30px;
  margin-right: 5px;
}



.background-header {
  background-color: #33ccc5!important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff;
}

.background-header .main-nav .nav li:hover a {
  color: #33ccc5;
}

.background-header .nav li a.active {
  position: relative;
  color: #fff;
}

.background-header .nav li a.active:after {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #4771cb;
  content: '';
  left: 50%;
  bottom: 0px;
  transform: translateX(-10px);
}

.header-area {
  background-color: #f1efef;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  /*height: 100px;*/
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.header-area .container-fluid{
    max-width: 93%;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
    display: flex;
    justify-content: space-between;
}

.header-area .main-nav .logo {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: inherit;
    margin-left: 0px;
    width: 100%;
}

.header-area .main-nav .logo h4 {
    font-size: 30px;
    font-weight: 800;
    text-transform: capitalize;
    color: #fff;
    line-height: 100px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo h4 img {
  max-width: 30px;
  margin-top: -20px;
  margin-left: 5px;
}

.background-header .main-nav .logo h4 {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 35px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}
cart-drawer{display:none !important;}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
    text-align: center;
    position: relative;
    
    font-family: 'Inter', sans-serif;
}
.header-area .main-nav .nav li:nth-child(2){
    max-width: 150px;
}
.header-area .main-nav .nav li:nth-child(3){
    max-width: 140px;
}
.header-area .main-nav .nav li:nth-child(4){
    max-width: 145px;
}
.header-area .main-nav .nav li:nth-child(5){
    max-width: 150px;
}
.header-area .main-nav .nav li:nth-child(6){
    max-width: 185px;
}

/*.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 40px;
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {
  padding: 0px 20px;
  font-weight: 400;
}*/

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
  color: #4771cb !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: #646464;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /*height: 40px;*/
  line-height: 22px;
  border: transparent;
  letter-spacing: 1px;
    padding: 15px 0;
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: center top;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #000!important;
    
}
.header-area .main-nav .nav li:hover a:before,
.header-area .main-nav .nav li.active a:before{
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    content: "";
    width: 150px;
    height: 60px;
    left: 50%;
    margin-left: -75px;
    top: 0;
    z-index: -1;
}
.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #000!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #33ccc5!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 20px;
  width: 32px;
  height: 50px;
  text-indent: -9999em;
  z-index: 99;
  left: 30px;
  display: none;
    background-image: url(/cdn/shop/files/mobile-menu.png);
    background-repeat: no-repeat;
}
.header-area .main-nav .menu-trigger.active{
    background-image: url(/cdn/shop/files/mobile-menu-active.png?v=1717412516);
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}
.header-area .main-nav .menu-trigger span
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: none;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
    display: none;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}
.header-area{
    background-color: #fff;
}
.header-area.header-sticky {
  min-height: 70px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #33ccc5;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
}

@media (max-width: 8400px) {
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #33ccc5!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    padding: 0px 15px;
    height: 90px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
    .header-area .main-nav{
        display: block;
    }
    .header-area .main-nav .logo{
        max-width: inherit;
        margin-left: 0;
        width: 100%;
        padding-left: 0;
      position:relative;
      z-index:2;
    }
    
  
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: right;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    transition: max-height 5.99s ease-out;
    margin-left: 0px;
      /*max-width: 340px;*/
  }
  .background-header .nav {
    margin-top: 80px;
  }
  /*.header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }*/
  .header-area.header-sticky .nav {
    margin-top: 0px;
      background-color: #06B284;
      z-index: 1;
      padding: 80px 25px 30px;
      position: fixed;
    left: 0px;
    top: 0px;
    width:100%;
    height:100vh;
    transition: max-height 0.99s ease-in;
  }
    
  .header-area .main-nav .nav li {
    width: 100%;
    background: #06B284;
   border-bottom: 1px solid rgba(255,255,255,0.8);
    padding-left: 0px !important;
    padding-right: 0px !important;
      max-width: 100% !important;
      text-align: left;
    padding:10px 0;
  }
  .header-area .main-nav .nav li:last-child{
    border:none;
  }
  .header-area .main-nav .nav li a {
    padding: 15px 0 !important;
    border: none !important;
    background: #06B284 !important;
    color: #fff !important;
      text-align: left;
    font-size:24px;
  }
  .header-area .main-nav .nav li a:hover {
    color: #33ccc5!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (max-width: 1300px) {
  .header-area .menu-trigger {
    display: block !important;
  }
  
}

/*@media (min-width: 1299.99px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}*/

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #33ccc5;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #33ccc5;
    border-radius: 50%;
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/


.home-banner .carousel-caption{
    left: 0;
    right: 0;
    text-align: center;
    bottom: auto;
    top: 20%;
}
.home-banner .carousel-caption .banner-content{
    max-width: 700px;
    text-align: left;
}
.home-banner .carousel-caption h2{
    color: #fff;
    font-size: 70px;
    margin-bottom: 40px;
    font-family: 'ClashDisplay-Medium';
    text-transform: inherit;
  font-weight:500;
}
.home-banner .carousel-caption h2 span{
    color: /*#06B284*/#59B19C;
    text-decoration: underline;
    font-family: 'ClashDisplay-Semibold';
  font-weight:600;
}
.home-banner .carousel-caption p{
    color: #fff;
    font-size: 22px;
    margin-bottom: 45px;
    font-family: 'Inter', sans-serif;
    max-width: 600px;
    display: inline-block;
}
.custom-btn{
    background-color: #06B284;
    color: #fff !important;
    padding: 13px 30px;
    font-size: 22px;
    border-radius: 40px;
    font-family: 'Satoshi-Medium';
    border: 1px solid #06B284;
}
.custom-btn .btn-span{
    background-color: #fff;
    color: #06B284;
    width: 30px;
    display: inline-block;
    height: 30px;
    border-radius: 20px;
    font-size: 20px;
    margin-left: 6px;
}
.custom-btn:hover{
    color: #06B284 !important;
    background-color: transparent;
    border-color: #06B284;
}
.custom-btn:hover .btn-span{
    background-color: #06B284;
    color: #fff;
}
.banner-btn .custom-btn{
    margin: 5px;
}

.custom-btnnew{
    background-color: transparent;
    color:  #06B284 !important;
    padding: 13px 30px;
    font-size: 22px;
    border-radius: 40px;
    font-family: 'Satoshi-Medium';
    border: 1px solid #06B284;
}
.custom-btnnew .btn-span{
    background-color:  #06B284;
    color: #fff;
    width: 30px;
    display: inline-block;
    height: 30px;
    border-radius: 20px;
    font-size: 20px;
    margin-left: 6px;
}
.custom-btnnew:hover{
    color: #fff !important;
    background-color:  #06B284;
    border-color: #06B284;
}
.custom-btnnew:hover .btn-span{
    background-color: #ff;
    color: #06B284;
}

.home-banner{
    position: relative;
  margin-top: 85px;
}
.home-banner .carousel{
    z-index: 1;
}
.home-banner .banner-content-row{
    position: absolute;
    z-index: 1;
    bottom: 0px;
    width: 100%;
}
.banner-bottom{
    display: flex;
    justify-content: space-between;
}
.banner-bottom .banner-testimonial{
    position: relative;
    max-width: 450px;
    color: #fff;
    font-family: 'Satoshi-Regular';
  margin-bottom: 30px;
}
.banner-testimonial-header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.namedate{
    color: #fff;
}
.namedate span{
    color: #989898;
}
.banner-bottom .banner-testimonial p{
    color: #fff;
    font-family: 'Satoshi-Regular';
    line-height: 26px;
  font-size:18px;
}
.banner-bottom .arrow-down{
    color: #fff;
  position: relative;
    padding-left: 15px;
}
.banner-bottom .arrow-down p{
    color: #fff;
}
.banner-bottom .arrow-down span{
  color:rgba(255,255,255,0.7);
}
.banner-bottom .arrow-down:before{
    content: "";
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.16);
  position: absolute;
  left: 0px;
  top: 0px;
}
.banner-bottom .arrow-down:after{
    content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%);
		background-position: 0 -95px;
		background-size: 100% 200%;
		animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes scrolldown {
	0%{
		background-position: 0 -95px;
	}
    50% {
		background-position: 0 10px;
	}
	100%{
		background-position: 0 120px;
	}
}


/*====================================*/
.raising-section{
    width: 100%;
    padding: 60px 0 80px;
}
.raising-section .container{
  max-width:1290px;
}
.quality-desp{
    display: flex;
    padding-left: 80px;
    margin-top: 30px;
}
.quality-desp p{
    text-transform: uppercase;
    padding-right: 30px;
    flex-basis: 80%;
}
.quality-desp .down-arrow{
    width: 80px;
    flex-basis: 80px;
}
.raising-row{
    width: 100%;
    padding:0 30px;
}
.raising-details{
    display: flex;
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}
.raising-details .raising-no{
    font-size: 70px;
    font-family: 'Satoshi-Medium';
    line-height: 75px;
  color:#000;
}
.raising-details .raising-text{
    text-align: right;
}
.raising-details .raising-text p{
    font-family: 'Satoshi-Medium';
    font-size: 20px;
  color:#000;
  font-weight: 500;
}
.raising-row .col-btnsec{
    text-align: center;
    margin: 60px 0 10px;
}





/*===========================================
==============================================*/
.drink-rise-section{
    width: 100%;
    padding: 110px 0;
    background-color: rgba(242,242,242,0.4);
}
.drink-rise-section .container{
  max-width:1290px;
}
.text-right{
    text-align: right;
}
.drink-rise-section2{
    width: 100%;
    padding:60px 0;
}
.drink-rise-section2 .container{
  max-width:1290px;
}

.drink-rise-section2 .col-btnsec{
    text-align: center;
    margin: 40px 0 0;
}

.video-card{
    position: relative;
    z-index: 1;
    width: 100%;
}
.video-card .video-thumb{
    width: 100%;
    overflow: hidden;
    border-radius: 60px;
    position: relative;
    z-index: 1;
}
.video-card .video-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-card .video-desp{
    position: absolute;
    z-index: 2;
    background-color: #fff;
    bottom: 25px;
    left: 5%;
    width: 90%;
    border-radius:20px 20px 40px 40px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
.video-card .video-desp p{
    line-height: 26px;
    margin: 0 0 5px;
    color: #505050;
}
.video-card .video-desp h4{
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

/*=============================================*/

.future-nutrition-section{
    width: 100%;
    padding: 60px 0 80px;
    overflow: hidden;
}
.future-nutrition-thumb{
    position: relative;
    background-color: rgba(242,242,242,0.4);
    padding: 20px 0 0 10px;
    border-radius: 300px 0 0 300px;
}
.future-nutrition-section .contentsec p{
    margin-bottom: 30px;
}
.future-nutrition-thumb:before{
    position: absolute;
    content: "";
    background-color: rgba(242,242,242,0.4);
    height: 100%;
    width: 3702px;
    right: -3700px;
    top: 0;
}
.future-nutrition-section .contentsec p{
  margin-bottom:40px;
  font-size:20px;
}

.people-section{
    width: 100%;
    padding: 80px 0;
    background-image: url(/cdn/shop/files/bg4.png);
    background-size: cover;
}
.people-section .row{
    align-items: center;
}
.people-section .contentsec h2{
    margin-bottom: 30px;
}
.people-section .owl-nav{
    text-align: right;
  position: absolute;
  right: -110px;
  bottom: 80px;
}
.people-section .owl-nav button{
    background-color: #DDDDDD ;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 5px;
}
.people-section .owl-nav button span{
    font-size: 26px;
    line-height: 24px;
    display: none;
}
.people-section .owl-nav button.owl-prev{
    background-image: url(/cdn/shop/files/parrow.png?v=1713006243) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}
.people-section .owl-nav button.owl-next{
    background-image: url(/cdn/shop/files/narrow.png?v=1713006243) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.video-row{
    width: 100%;
    position: relative;
}
.drink-slider{
    position: relative;
    width: 100%;
}
.drink-thumb{
    position: relative;
    width: 100%;
    z-index: 1;
}
.drink-slider .drink-top{
    position: absolute;
    background-color: #fff;
    border-radius: 26px;
    padding: 10px 25px;
    z-index: 3;
    top: 40px;
    left: 40px;
}
.drink-slider .drink-quote{
    position: absolute;
    background-color: #fff;
    border-radius: 26px;
    padding: 15px 25px;
    z-index: 3;
    bottom: 40px;
    right: 40px;
    max-width: 690px;
}
.video-row .drink-slider .drink-quote img{
    width: 15px;
    margin-bottom: 10px;
}
.video-row .drink-slider .drink-quote p{
  line-height:26px;
}
.video-row .drink-slider .drink-quote p em{
    font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.video-row .drink-slider .drink-quote p.emdl{
  text-transform:uppercase;
}
.video-row .owl-dots{
    display: none;
}
.video-row .owl-nav{
    position: absolute;
    right: 0;
    top: -100px;
}
.video-row .owl-nav button{
    background-color: #DDDDDD ;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 5px;
}
.video-row .owl-nav button span{
    font-size: 26px;
    line-height: 24px;
    display: none;
}
.video-row .owl-nav button.owl-prev{
    background-image: url(/cdn/shop/files/parrow.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}
.video-row .owl-nav button.owl-next{
    background-image: url(/cdn/shop/files/narrow.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}


/*==============================================
brand
======================================================*/
#shopify-section-template--22038475768122__custom_liquid_MVT3KT .section--padding{
    padding-top: 2px;
}
.brand-section{
    padding: 0px 0;
}

.inner-title{
    text-align: center;
    margin-bottom: 30px;
}
.inner-title h2{
    font-size: 35px;
    margin-bottom: 10px;
    color: #002F5F;
    font-family: "Acta Display Book";
    text-transform: inherit;
}
.inner-title p{
    font-size: 20px;
    margin-bottom: 15px;
    font-family: "Inter", sans-serif;
}
.title-wrapper .title{
    font-family: "Acta Display Book";
    text-transform: inherit;
    color: #002F5F;
    font-size: 35px;
}

.custom-grid{
    display: flex;
}
.gridcol{
    position: relative;
    flex-basis: 25%;
    padding: 2px;
    height: 100%;
    align-items: stretch;
}
/*.custom-grid .gridcol:nth-child(1){
    padding-left: 0;
}
.custom-grid .gridcol:nth-child(4){
    padding-right: 0;
}*/
.effect-lily{
    position: relative;
    height: 100%;
}
.custom-grid figure figcaption,
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.custom-grid figure figcaption  a {
	font-family: "Inter", sans-serif;
    font-size: 16px;
}
.custom-grid figure figcaption  a img{
    width: auto;
    height: auto;
}
.custom-grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.custom-grid figure h2 span {
	font-weight: 800;
}

.custom-grid figure h2,
.custom-grid figure p {
	margin: 0;
}

.custom-grid figure p {
	font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    font-family: "Inter", sans-serif;
}
figure.effect-lily .product-thumb img {
	max-width: none;
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0px,0, 0);
	transform: translate3d(0px,0,0);
}

figure.effect-lily figcaption {
	text-align: center;
}
figure.effect-lily figcaption img {
	max-width: none;
	width: auto;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0px,0, 0);
	transform: translate3d(0px,0,0);
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	width: 100%;
	height: 48%;
}
/*figure.effect-lily:hover figcaption > div {
    height: auto;
}*/

figure.effect-lily h2{
	-webkit-transform: translate3d(0,100px,0);
	transform: translate3d(0,100px,0);
}

figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p,
.custom-grid figure figcaption  a{
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p,
.custom-grid figure.effect-lily:hover figcaption  a{
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p,
.custom-grid figure.effect-lily:hover figcaption  a{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p ,
.custom-grid figure.effect-lily:hover figcaption  a{
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}




.product-sec{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.product-sec .brand-product{
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 20px;
}
.product-sec .brand-product .product-thumb{
    width: 100%;
}
.product-sec .brand-product .product-thumb img{
    width: 100%;
}
.product-sec .brand-product .brand-name{
    position: absolute;
    z-index: 2;
    bottom: 25px;
}
.product-sec .product-description{}
.product-sec .product-description .shopnowbtn{
    color: #002f5f;
    text-transform: uppercase;
    text-decoration: underline;
}

.btnsection{
    text-align: center;
    padding: 20px 0;
}
.nutrition-section{
    padding:130px 0 30px 0 ;
}
.nutrition-section .contentsec p{
  text-transform:uppercase;
}


.essentials-section{
    padding: 30px 0 110px;
    overflow: hidden;
    position: relative;
}

/*.essentials-section .row{
    align-items: center;
}*/
.contentsec h4{
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 3px;
    font-family: "Inter", sans-serif;
}
.contentsec h2{
    font-size: 65px;
    color: #000;
    margin-bottom: 15px;
    font-family: 'ClashDisplay-Medium';
    text-transform: inherit;
    line-height: 72px;
  font-weight: 500;
}
.contentsec h2 span{
    font-family: 'ClashDisplay-Semibold';
    color: #59B19C;
  font-weight: 600;
}
.contentsec  p{
    font-size: 18px;
    margin-bottom: 15px;
    font-family: 'Satoshi-Medium';
}
.customlink{
    color: #002F5F;
    letter-spacing: 3px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Satoshi-Regular';
}

.contentsec-accordion{
    width: 100%;
}
.contentsec-accordion .accordion-item{
    border-bottom: 2px solid #DDDDDD;
    padding: 4px 0;
}
.contentsec-accordion .accordion-header{
    border: none;
    font-family: 'ClashDisplay-Medium';
    font-size: 25px;
}
.contentsec-accordion .accordion-header .accordion-button{
    border: none;
    font-size: 25px;
    padding:12px 0;
  font-family: 'ClashDisplay-Medium';
}

.contentsec-accordion .accordion-header .accordion-button::after{
    background-image: url(/cdn/shop/files/arrow-right.png);
    background-size: 25px;
    width: 30px;
    height: 30px;
}
.contentsec-accordion .accordion-header .accordion-button:not(.collapsed)::after{
    transform: rotate(90deg)
}

.contentsec-accordion .accordion-collapse{
    border: none;
    padding: 0;
}
.contentsec-accordion .accordion-collapse .accordion-body{
    padding:10px 0 15px 0;
}
.contentsec-accordion .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
}
.contentsec-accordion .accordion-collapse p{
    font-size: 20px;
    font-family: 'Satoshi-Regular';
}
.contentsec-accordion .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0em rgba(13, 110, 253, 0.25);
}

.right-thumb{
    position: relative;
}
.right-thumb:before{
    position: absolute;
    content: "";
    background-color: rgba(89,177,156,0.10);
    width: 5000px;
    height: 300px;
    z-index: 1;
    top: 50%;
    left: 20px;
    margin-top: -150px;
    border-radius: 180px 0 0 180px;
}
.thumb-col{
    position: relative;
    z-index: 2;
    padding-left: 10px;
  text-align:center;
}
.left-thumb{
    position: relative;
}
.left-thumb:before{
    position: absolute;
    content: "";
    background-color:rgba(89,177,156,0.10);
    width: 5000px;
    height: 300px;
    z-index: 1;
    top: 40px;
    right: 20px;
    /*margin-top: -150px;*/
    border-radius: 0 180px 180px 0;
}




/*=====================================*/
.product-category{
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}
.category-product{
    width: 100%;
    position: relative;
}
.category-product .category-thumb{
    position: relative;
    z-index: 1;
}
.category-product .category-thumb img{
    width: 100%;
}
.category-product .category-name{
    position: absolute;
    z-index: 2;
    left: 0px;
    color: #fff;
    font-size: 18px;
    height: 100%;
    top: 0;
    width: 100%;
    display: flex;
    background-color: rgba(72,60,49,0.52);
    align-items: center;
    justify-content: center;
    padding: 25px;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 12px;
    transition: all 0.3s ease-in-out;
    font-family: "Inter", sans-serif;
}
.category-product:hover .category-name{
    background-color: rgba(72,60,49,0.72);
}
.feature-sec{
    margin-bottom: 20px;
    text-align: center;
}
.feature-sec .icon{
    margin-bottom: 10px;
}
.feature-sec h4{
    font-size: 20px;
    margin-bottom: 8px;
    font-family: "Inter", sans-serif;
}
.feature-sec p{
    font-family: "Inter", sans-serif;
}


.testimonial__preview .typeset2 p{
    font-size: 40px;
  line-height: 45px;
}
.testimonial__preview .testimonial__author{
    font-size: 18px;
    font-family: "Inter", sans-serif;
}

.slider-mobile-gutter .product-grid.grid{
    max-width: 100%;
}
.slider-mobile-gutter .product-grid.grid .card-information{
    font-family: "Inter", sans-serif;
}
.slider-mobile-gutter .product-grid.grid .card-information .card-information__text{
    font-family: "Inter", sans-serif;
    letter-spacing: 0;
    font-size: 18px;
}
.slider-mobile-gutter .product-grid.grid .card-information .price{
    font-family: "Inter", sans-serif;
}



/*===========================================*/
.product-details-section{
    position: relative;
    padding: 50px 0 100px;
}
.product-details-section:after{
    position: absolute;
    content: "";
    background-color: rgba(242,242,242,0.4);
    z-index: 0;
    left: 3%;
    top: 120px;
    width: 94%;
    height: 76%;
    border: 1px solid #DDDDDD;
    border-radius: 350px;
    
}
.product-details-section .container{
    position: relative;
    z-index: 2;
}
.title-section{
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 40px;
}
.left-title{
    max-width: 750px;
}
.left-title h2{
    font-size: 40px;
    font-family: 'ClashDisplay-Medium';
    color: #000;
  font-weight:500;
}
.title-section .pthumb{
    margin-right: -50px;
}
.product-desp{
    width: 100%;
}
.product-desp ul{
    display: flex;
    flex-wrap: wrap;
}
.product-desp ul li{
    flex-basis: 33%;
    padding: 10px;
}
.product-desp ul li .desp-box{
    display: flex;
    border: 1px solid #DDDDDD;
    padding: 20px 30px;
    height: 100%;
    align-items: center;
    border-radius: 80px;
    background-color: #fff;
}
.product-desp ul li .desp-box .icon-thumb{
    flex-basis: 65px;
}
.product-desp ul li .desp-box .desp-text{
    padding: 0 0 0 15px;
    font-size: 20px;
    color: #000;
}
.product-desp ul li .desp-box .desp-text p{
    font-size: 22px;
    color: #000;
}



/*===============================================*/
.product-section{
    width: 100%;
    padding:100px 0 50px 0;
}
.describe-product{
    width: 100%;
    max-width: 420px;
}
.describe-product h2{
    font-size: 65px;
    font-family: 'ClashDisplay-Medium';
    color: #000;
    margin-bottom: 25px;
  font-weight:500;
  line-height: 70px;
}
.describe-product h2 span{
    font-family: 'ClashDisplay-Semibold';
    color: #59B19C;
  line-height: 70px;
  font-weight:600;
}
.describe-product p{
    font-size: 18px;
    font-family: 'Satoshi-Regular';
    text-transform: uppercase;
    margin-bottom: 35px;
}
.btn-crl{
    max-width: 80px;
    display: inline-block;
}


.product-box{
    position: relative;
    width: 100%;
    background-color: #eeebe5;
    border-radius: 35px;
    overflow: hidden;
}
.product-box .product-thumb{
    width: 100%;
}
.product-box .product-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-box .prono{
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 30px;
    line-height: 60px;
    color: #000;
    text-align: center;
    font-family: 'Satoshi-Bold';
}

.product-box .product-title{
    position: absolute;
    right: 0;
    bottom: 40px;
}
.product-box .product-title a{
    display: flex;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 40px 0 0 40px;
    align-items: center;
    color: #000;
    min-height: 70px;
    min-width: 280px
}
.product-box .product-title .btn-span{
    background-color: #D9D9D9;
    color: #000;
    width: 30px;
    display: inline-block;
    height: 30px;
    border-radius: 20px;
    font-size: 20px;
    margin-left: 6px;
    text-align: center;
}
.product-box .product-title .product-name{
    font-size: 18px;
    font-family: 'Satoshi-Bold';
    color: #000;
    padding: 0 10px;
    max-width: 100%;
    line-height: 24px;
}

.custom-mb{
    margin-bottom: 50px;
}




/*=====================================================
==============================================================*/
.benefits-section{
    padding: 60px 0;
    width: 100%;
    background-color: rgba(242,242,242,0.4);
}
.benefits-section .contentsec p{
  text-transform:uppercase;
}
.benefits-section .contentsec h2{
  max-width: 800px;
}


.benefits-accordion{
    width: 100%;
  max-width:1290px;
  margin: 0 auto;
}

.benefits-accordion .accordion-item{
    border: 1px solid #D9D9D9;
    padding: 25px;
    background-color: #fff;
    margin-bottom: 40px;
    border-radius: 90px;
}
.benefits-accordion .accordion-header{
    border: none;
    font-family: 'ClashDisplay-Medium';
    font-size: 25px;
}
.benefits-accordion .accordion-header .accordion-button{
    border: none;
    font-size: 25px;
    padding: 0;
}
.benefits-accordion .accordion-collapse{
    border: none;
    padding: 0;
}
.benefits-accordion .accordion-collapse .accordion-body{
    padding: 15px 0;
}
.benefits-accordion .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
}
.benefits-accordion .accordion-collapse p{
    font-size: 20px;
    font-family: 'Satoshi-Regular';
}
.benefits-accordion .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0em rgba(13, 110, 253, 0.25);
}

.benefits-accordion .accordion-header .accordion-button::after{
    background-image: url(/cdn/shop/files/arrow-right.png);
    background-size: 35px;
    width: 40px;
    height: 40px;
}
.benefits-accordion .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(/cdn/shop/files/arrow-down.png);
  transform: rotate(0deg);
}



.benefits-accordion .benefits-details{
    display: flex;
    align-items: center;
}
.benefits-accordion .benefits-details .benefits-thumb{
    flex-basis: 30%;
    border-radius: 150px;
    overflow: hidden;
}
.benefits-accordion .benefits-details .benefits-title{
    flex-basis: 70%;
    padding: 0 5% 0 15px;
}
.benefits-details .benefits-title h3{
    font-family: 'ClashDisplay-Medium';
    font-size: 30px;
    color: #000;
    margin-bottom: 10px;
  font-weight:500;
}
.benefits-details .benefits-title p{
    font-size: 18px;
    font-family: 'Satoshi-Regular';
}

.benefits-despc{
    display: flex;
}
.benefits-despc .left-cont{
    flex-basis: 30%;
  display: block;
}
.benefits-despc .benefits-right-content{
    flex-basis: 70%;
    padding: 0 5% 0 15px;
}

.benefits-right-content .inner-row{
    background-color: #F2F2F2;
    border-radius: 30px;
    padding: 25px;
}
.benefits-right-content .inner-row .benefits-testm{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.inner-row .benefits-testm .benname{
    font-size: 22px;
    font-family: 'Satoshi-Medium';
    color: #000;
}
.benefits-right-content .inner-row p{
    margin-bottom: 12px;
    font-size: 18px;
    color: #000;
}
.inner-row .post-date{
    color: #505050;
    text-transform: uppercase;
    font-family: 'Satoshi-Medium';
    font-size: 12px;
}



/*===================================================
=====================================================*/
.get-started-section{
    width: 100%;
    background-size: cover;
    padding: 90px 0;
}
.get-started-section .container{
  max-width:1290px;
}
.get-started-section .contentsec h2{
    font-size: 53px;
}
.get-started-section .contentsec h2 span{
  color:#06B284;
  font-size:65px;
}
.circle-thumb{
    text-align: right;
    position: relative;
    margin-top: 60px;
}
.circle-thumb img{
    max-width: 80px;
}

.rise-box{
    position: relative;
    width: 100%;
    margin-top: 0px;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    /*box-shadow: 0 5px 15px rgba(82,198,133,0.60);*/
    border-radius: 20px;
    padding: 20px;
}
.rise-box p{
  line-height:26px;
}
.rise-header{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    /*background-color: #f3f7e6;
    border: 1px solid #ffaf7a;*/
    border-radius: 10px;
    justify-content: space-between;
    padding: 0px;
}
.rise-header .rise-header-left{
    flex-basis: 60%;
}
.rise-header .rise-header-left h3{
    font-size: 25px;
    font-family: 'Satoshi-Bold';
    color: #000;
  margin-bottom:10px;
  font-weight:600;
}
.total-price{
    font-size: 22px;
    font-family: 'Satoshi-Bold';
    color: #000;
}
.rise-body{
    margin-bottom: 15px;
}
.rise-body h4{
    font-family: 'Satoshi-Regular';
    font-size: 18px;
    margin-bottom: 15px;
  color:#000;
}
.rise-body h5{
    font-family: 'Satoshi-Regular';
    font-size: 18px;
    margin-bottom: 10px;
  color:#000;
  font-weight: normal;
  margin-top:30px;
}
.rise-body .table tr td{
    border: none;
}
.rise-body .table tr td:nth-child(1){
    padding-left: 0;
}
.rise-body .table tr td:nth-child(2), .rise-body .table tr td:nth-child(3){
    text-align: right;
}
.rise-body .table tr td:nth-child(3){
    font-size: 20px;
}
.rise-body .table tr td h4{
    margin-bottom: 10px;
    font-family: 'Satoshi-Medium';
    font-size: 22px;
}
.rise-body .table tr td p{
    font-family: 'Satoshi-Regular';
    font-size: 18px;
}
.rise-body .table tr td .price{
    font-size: 25px;
    font-family: 'Satoshi-Regular';
    color: #BFBFBF;
}
.rise-body .table tr td hr{
    margin: 0;
}
.rise-btnsec{
    width: 100%;
    margin-bottom: 15px;
}
.rise-btnsec .custom-btn{
    width: 100%;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.policy-section{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.back-update{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: 'Satoshi-Regular';
  color:#000;
}
.back-update .icon{
    margin-right: 10px;
}
.started-thumb{
    margin-top: 0px;
}

.rise-list{
    width: 100%;
    background-color: #fff;
    border-radius: 25px;
    padding: 5px;
    margin: 60px auto;
  max-width: 1060px;
}
.rise-list ul{
    display: flex;
    list-style: none;
    justify-content: space-around;
}
.rise-list ul li{
    background-image: url(/cdn/shop/files/Vector-Stroke.png?v=1713006585);
    background-repeat: no-repeat;
    background-position: left top 3px;
    list-style: none;
    padding-left: 26px;
    color: #06B284;
    font-family: 'Satoshi-Medium';
    margin: 3px;
  font-size:16px;
}




/*==========================================
====================================================*/
.researched-section{
    padding: 90px 0;
    background-color: rgba(89,177,156,0.10);
    overflow: hidden;
}
.researched-section .contentsec{
  margin-bottom:25px;
}
.researched-section .contentsec h2{
    margin-bottom: 0;
}
.researched-section .contentsec p{
    text-transform: uppercase;
    margin: 25px 0;
    font-family: 'Satoshi-Regular';
    font-size: 20px;
}

.improved-sec{
    position: relative;
    display: flex;
    align-items: center;
    padding: 50px;
    overflow: hidden;
}
.improved-sec .improved-text{
    width: 380px;
    padding: 15px 25px;;
}
.improved-sec .improved-text p{
    font-size: 24px;
    font-family: 'Satoshi-Bold';
}
.improved-sec .improved-no{
    background-color: #F2F2F2;
    position: relative;
    padding: 20px 40px;
    border-radius: 100px;
    font-size: 100px;
    font-family: 'Satoshi-Medium';
    line-height: 100px;
}
.improved-sec .improved-no sub{
    font-size: 50px;
}
.improved-sec .improved-no .arrow-up{
    position: absolute;
    background-color: #fff;
    border: 1px solid #06B284;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    top: 0;
  right: 2px;
}
.improved-left-content{
    background-color: #fff;
    border-radius: 0 150px 150px 0;
    width: 96%;
    justify-content: end;
    margin-left: -20px;
}
.improved-right-content{
    background-color: #fff;
    border-radius:  150px 0 0 150px ;
    width: 97%;
    justify-content: flex-start;
    margin-left: 5%;
}

.improved-desp{
    text-align: center;
    margin-bottom: 20px;
}
.improved-thumb{
    margin-top: -40px;
}
.improved-desp p{
    font-size: 20px;
    font-family: 'Satoshi-Medium';
    margin-bottom: 30px;
  color:#7C7C7C;
}
.col-btnsec .custom-btn .btn-span{
    margin-left: 25px;
}


.desktop-hide{
    display: none;
}

/*============================*/
/*=======================================*/
.faq-section{
    width: 100%;
    padding: 50px 0;
}
.faq-section .container{
  max-width:1290px;
}
.faq-section .contentsec{
    margin-bottom: 50px;
}
.faq-section .accordion-item{
    border: 1px solid #DDDDDD;
    padding: 13px 20px;
    border-radius: 35px;
    margin-bottom: 20px;
}
.faq-section .accordion-header{
    border: none;
    /*font-family: 'ClashDisplay-Medium';*/
  font-family: 'Satoshi-Medium';
    font-size: 22px;
    padding: 0;
}
.faq-section .accordion-header .accordion-button{
    border: none;
    font-size: 22px;
    padding:7px 0;
}

.faq-section .accordion-header .accordion-button::after{
    background-image: url(/cdn/shop/files/arrow-right.png);
    background-size: 25px;
    width: 30px;
    height: 30px;
}
.faq-section .accordion-header .accordion-button:not(.collapsed)::after{
    transform: rotate(0deg);
    background-image: url(/cdn/shop/files/arrow-down.png?v=1713006899);
}

.faq-section .accordion-collapse{
    border: none;
    padding: 0;
}
.faq-section .accordion-collapse .accordion-body{
    padding: 15px 0;
}
.faq-section .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
}
.faq-section .accordion-collapse p{
    font-size: 20px;
    font-family: 'Satoshi-Regular';
}
.faq-section .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0em rgba(13, 110, 253, 0.25);
}



.instagram-section{
    width: 100%;
    padding: 60px 0 80px;
}
.instagram-section .container{
  max-width:1290px;
}
.contentsec2{
    margin-bottom: 40px;
}
.contentsec2 h2{
    font-family: 'Satoshi-Medium';
    font-size: 60px;
  color:#000;
  font-weight:500;
}






/*=========================================*/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
	background-color: #17819c;
}

figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.effect-ruby h2 {
	margin-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.clhover-effect figure.effect-ruby .info-details h3 {
	/*margin: 1em 0 0;
	padding: 3em;
	border: 1px solid #fff;*/
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.clhover-effect:hover figure.effect-ruby .info-details h3 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}




/*=====================================================
===================================================================================*/
.step-section{
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
}
.progress-row{
    position: relative;
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.progress-sec{
    position: relative;
    background-color: #F2F2F2;
    height: 5px;
    border-radius: 5px;
    overflow: hidden;
    width: 80%;
}
.progress-sec span{
    background-color: #FFAF7A;
    display: inline-block;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
}



.radio-buttons {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.radio-buttons .custom-radio{
    display: inline-block;
    width: 100%;
    position: relative;
}
.custom-radio input {
  display: none;
}

.radio-buttons .radio-btn {
  margin: 10px 0;
  width: 100%;
  /*min-height: 250px;*/
  border: 1px solid #DDDDDD;
  display: inline-block;
  border-radius: 20px;
  position: relative;
  text-align: left;
  /*box-shadow: 0 0 20px #c3c3c367;*/
  cursor: pointer;
    padding:0px;
    overflow: hidden;
}

.radio-btn > i {
  color: #ffffff;
  /*background-color: #FFDAE9;*/
  font-size: 20px;
  position: absolute;
  top: 15px;
    right: 15px;
  /*transform: translateX(-50%) scale(2);*/
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 1;
    background-image: url(/cdn/shop/files/checkactive.png);
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    z-index: 1;
}

.radio-btn .hobbies-icon {
  /*width: 150px;
  height: 150px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);*/
    position: relative;
}
.radio-btn .hobbies-icon .headingtext{
    background-color: #F2F2F2;
    padding: 10px 25px;
}
.subscription-detl{
    padding: 15px 25px;
}
.price-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.price-row .subscription-text{
    font-size: 22px;
  font-family: 'ClashDisplay-Medium';
  color: #000;
}

.radio-btn .hobbies-icon img{
  display:block;
  width:100%;
  margin-bottom:20px;
  
}
.radio-btn .hobbies-icon i {
  color: #FFDAE9;
  line-height: 80px;
  font-size: 60px;
}

.radio-buttons .radio-btn h3{
    font-size: 40px;
    font-family: 'ClashDisplay-Medium';
    color: #000;
    margin-bottom: 5px;
}
.radio-buttons .radio-btn .usd-price{
    font-size: 22px;
    font-family: 'Satoshi-Medium';
    margin-bottom: 0px;
}
.radio-buttons .radio-btn .usd-price .regular-price{
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #DDDDDD;
}
.radio-buttons .radio-btn p{
    font-size: 18px;
    font-family: 'Satoshi-Medium';
    margin-bottom: 5px;
}
.subscription-detl .subscription-list li{
    background-image: url(/cdn/shop/files/check2.png?v=1713360915);
    background-repeat: no-repeat;
    background-position: left top 3px;
    font-size: 16px;
    padding: 2px 0 2px 32px;
    margin-bottom: 6px;
}

.custom-radio input:checked + .radio-btn 
{
  border: 1px solid #06B284;
    /*background-color: rgba(89,177,156,0.10);*/
}
.custom-radio input:checked + .radio-btn .hobbies-icon .headingtext{
    background-color: rgba(89,177,156,0.10);
}
.custom-radio input:checked + .radio-btn > i 
{
  opacity: 1;
  /*transform: translateX(-50%) scale(1);*/
    background-image: url(/cdn/shop/files/checkactive2.png);
}
.step-section .col-btnsec{
    margin: 10px 0;
    width: 100%;
}
.step-section .col-btnsec .custom-btn{
    width: 100%;
    justify-content: space-between;
    display: flex;
}





/*.custom-radio .check{
  display: block;
  position: absolute;
  border: 2px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30px;
  right: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.custom-radio:hover .check {
  border: 5px solid #FF6600;
}

.custom-radio .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
	left: 5px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.custom-radio input[type=radio]:checked ~ .check {
  border: 2px solid #FF6600;
}

.custom-radio input[type=radio]:checked ~ .check::before{
  background: #FF6600;
}

.custom-radio input[type=radio]:checked ~ label{
  color: #FF6600;
}
*/

.vjs-hubspot .vjs-big-play-button{
    width: 80px !important;
    height: 80px !important;
    padding: 0 !important;
}




/*==================================
footer
==========================================*/
.footer-section{
    width: 100%;
    padding: 70px 0 50px;
    background-image: url(/cdn/shop/files/footer-bg.png);
    background-size: cover;
}
.footer-section .container{
  max-width:1290px;
}
.footer-text{
    width: 100%;
  margin-bottom:20px;
}
.footer-text p{
    color: #fff;
    font-family: 'Satoshi-Regular';
    font-size: 20px;
}

.footer-section hr{
    border-top: 1px solid #fff;
    margin: 30px 0;
}
.footer-newsletter{
    width: 100%;
    margin-bottom: 20px;
}
.footer-newsletter h4{
    color: #fff;
    font-family: 'Satoshi-Regular';
    font-size: 22px;
    margin-bottom: 15px;
}
.footer-newsletter p{
    font-family: 'Satoshi-Regular';
    color: #B3B3B3;
    margin-bottom: 20px;
    line-height: 24px;
}
.form-sec{
    border: 2px solid #303032;
    display: flex;
    align-items: center;
    border-radius: 20px;
  background-color:#fff;
}
.form-sec .form-control{
    border: none;
    background-color: transparent;
    color: #000;
    font-size: 18px;
    font-family: 'Satoshi-Regular';
    padding: 14px 15px;
}
.form-sec .form-control:focus{
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.form-sec .btn{
    display: flex;
    color: #000;
    font-size: 18px;
    font-family: 'Satoshi-Regular';
}
.footer-menu{
    width: 100%;
    margin-bottom: 20px;
}
.footer-menu h4{
    color: #fff;
    font-family: 'Satoshi-Regular';
    font-size: 22px;
    margin-bottom: 15px;
}
.footer-menu ul{
    list-style: none;
}
.footer-menu ul li{
    margin-bottom: 6px;
    font-family: 'Satoshi-Regular';
    font-size: 18px;
}
.footer-menu ul li a{
    color: #B3B3B3;
    display: block;
    padding: 2px 0;
}
.copy-text p{
    color: #B3B3B3;
    font-size: 16px;
}
.social-section{
    display: flex;
    justify-content: flex-end;
}
.social-section li{
    margin: 4px 7px;
    font-size: 20px;
}
.social-section li a{
    color: #B3B3B3;
}

.mobile-footer{
    display: none;
}
.ricetext{
  font-size:40px;
  color:#000;
  font-family: 'Satoshi-Medium';
}
#pay-button-container .QT4by{
  background-color: #06B284;
  color: #fff;
  padding: 15px 30px;
  font-size: 20px;
  border-radius: 40px;
  font-family: 'Satoshi-Medium';
  border: 1px solid #06B284;
}


.about-nutrition-section{
    padding: 80px 0;
    overflow: hidden;
}
.graybg{
    background-color: #f9f9f9;
}
.about-nutrition-col-right{
    padding-left: 80px;
    position: relative;
    z-index: 2;
}
.about-nutrition-col-left{
    padding-right: 80px;
    position: relative;
    z-index: 2;
}
.about-nutrition-thumb{
    border-radius: 100px 0;
    overflow: hidden;
    box-shadow: 5px 5px 0 #036355;
  background-color:#fff;
}
/*.ingsec3 .future-nutrition-thumb::before {
  position: absolute;
  content: "";
  background-color: rgba(242,242,242,0.4);
  height: 100%;
  width: 3702px;
  left: -3700px;
  top: 0;
  right:auto;
}*/
.about-nutrition-section .left-thumb::before{
    top: 50%;
    margin-top: -150px;
}
.about-nutrition-section .col-btnsec{
    padding-top: 15px;
}
.inner-banner{
    width: 100%;
    position: relative;
    overflow: hidden;
  margin-top: 60px;
}
.banner-carousel-inner{
    overflow: hidden;
    height: 400px;
}
.banner-carousel-inner .carousel-item2{
  height:100%;
}

.banner-carousel-inner img{
    border-radius:0 !important;
    object-fit: cover;
}
.banner-carousel-inner .carousel-caption{
    top: 25%;
    bottom: auto;
  left:0;
  right:0;
}
.banner-carousel-inner .carousel-caption h2{
    color: #fff;
  font-size: 65px;
  margin-bottom: 20px;
  font-family: 'ClashDisplay-Medium';
  text-transform: inherit;
}
.banner-carousel-inner .carousel-caption h2 span{
    color: #06B284;
}
.sticky_footer{
  display:none;
}



/*=====================================================================
5-24
=============================================================================*/
.ingredients-nutrition-section{
    width: 100%;
    padding: 70px 0;
    font-family: 'Satoshi-Medium';
}
.ingredients-nutrition-section .container{
    max-width: 1500px;
}
.ingredients-nutrition-section .grid {
  max-width: 1460px;
  margin: 40px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.ingredients-nutrition-section .grid > li {
  width: calc(100% / 5 - 30px);
  margin: 0px 0px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 15px;
}

.filters {
  margin-top: 40px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.grid li img {
  max-width: 100%;
  border-radius: 10px;
}
.filters button {
  padding: 10px 25px;
  margin: 0px 5px;
  background-color: #06B284;
  border: none;
  border-radius: 30px;
  transition: 150ms;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  position: relative;
  outline: none;
  cursor: pointer;
    border: 1px solid #06B284;
}
.filters button.is-checked {
  background-color: #fff;
  color: #121212;
}
.element-item > div {
  padding: 0px;
  background-color: rgba(89,177,156,0.10);
  color: #06B284;
}
.element-item > div  a{
    color: #06B284;
}
.element-item > div h4{
    font-family: 'ClashDisplay-Medium';
    padding: 10px;
    font-size: 20px;
}
.element-item p {
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .filters button {
    padding: 5px 10px;
    margin: 5px;
  }
  .grid > li {
    width: calc(100% - 30px);
  }
  .element-item p {
    font-size: 16px;
    line-height: 22px;
  }
}
.mfp-content .mfp-title{
    margin-bottom: 10px;
}
.mfp-content .mfp-title .intitle{
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: 'ClashDisplay-Medium';
    margin-bottom: 5px;
}
.mfp-content .mfp-title .indesp{
    display: block;
    width: 100%;
    font-size: 15px;
    font-family: 'Satoshi-Medium';
}



.research-started-section{
    padding: 80px 0;
}
.research-started-section .contentsec{
    display: flex;
    align-items: center;
}
.ssicon {
    margin-bottom: 15px;
    padding-right: 20px;
}
.ssicon img{
    max-width: 100px;
}
.ssicon h3{
    font-family: 'Satoshi-Medium';
    font-size: 25px;
}

.research-nutrition-section{
    padding: 80px 0;
    background-color: rgba(242,242,242,0.4);
}
.research-nutrition-section .contentsec h2{
    font-size: 40px;
}
.researchcol{
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    height: 100%;
    padding: 15px;
    border-radius: 15px;
    background-color: #fff;
}
.researchcol h2{
    font-size: 40px;
    font-family: 'ClashDisplay-Medium';
    font-weight: 500;
}
.researchcol p{
    font-family: 'Satoshi-Medium';
    font-size: 20px;
    margin-bottom: 15px;
    min-height: 60px;
}
.whyrow{
    display: flex;
    background-color: #06B284;
    width: calc(100% + 30px);
    margin-left: -15px;
    align-items: center;
    padding: 10px 15px;
    margin-bottom: 15px;
    min-height: 150px;
}
.whthumb{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.whthumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.whyrow .whcont{
    flex-basis: 80%;
    padding-left: 15px;
}
.whyrow .whcont h4{
     font-family: 'ClashDisplay-Medium';
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
}
.whyrow .whcont p{
    color: #fff;
    font-size: 16px;
    margin: 0;
    line-height: 24px;
    font-family: 'Satoshi-Medium';
}
.researchcol .note{
    font-size: 14px;
    font-style: italic;
}
.svgsec{
    min-height: 270px;
    margin-bottom: 10px;
}

.researchsect2 .pslcontentsec p{
    font-size: 24px;
    margin-bottom: 25px;
    font-style: italic;
}
.researchsect2 .pslcontentsec h4{
    font-size: 20px;
    caret-color: #000;
    margin-bottom: 10px;
}
.round-thumb{
    border-radius: 200px;
    margin: 15px 15px 25px 40px;
    overflow: hidden;
    height: 350px;
    width: auto;
    display: inline-block;
}
.round-thumb img{
  object-fit:cover;
  height:100% !important;
}

.dayssect{
    width: 100%;
    margin-bottom: 15px;
}
.dayssect .titlecl{
    background-color: #06B284;
    color: #fff;
    padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 15px;
}
.partirow{
    display: flex;
}
.partirow .colcl{
    flex-basis: 48%;
    margin: 1%;
    box-shadow: 2px 3px 3px rgba(0,0,0,0.1);
  padding: 15px;
    text-align: center;
    background-color: #fff;
}
.partirow .colcl .nopers{
    font-size: 90px;
    font-family: 'Satoshi-Medium';
}
.partirow .colcl p{
    font-size: 20px;
}
.note {
  font-size: 14px;
  font-style: italic;
  margin-bottom:15px
}

.research-nutrition-section2{
    padding: 80px 0;
    background-color: rgba(242,242,242,0.4);
}
.research-nutrition-section2 .whyrow{
    width: calc(100% + 0px);
  margin-left: -0px;
}
.researchcol-thumb{
    margin-bottom: 30px;
}

/*==============*/
.team-section{
    padding: 80px 0;
    width: 100%;
}
.team-section .mb-4 {
    margin-bottom: 30px !important;
}
.team-slider{
    width: 100%;
    position: relative;
}
.team-card{
    width: 100%;
    position: relative;
}
.team-card .teamthumb{
    width: 100%;
    position: relative;
    z-index: 1;
}
.team-card .teamthumb img{
    width: 100%;
}
.team-card .team-desp{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    background-color: #036355;
    color: #fff;
    padding: 10px 20px 10px 15px;
    min-width: 80%;
    border-radius: 0 80px 0 0;
}
.team-card .team-desp h3{
    font-size: 20px;
    font-family: 'ClashDisplay-Medium';
    color: #fff;
}
.team-card .team-desp p{
    color: #fff;
    font-size: 16px;
    font-style: italic;
}
.team-slider .owl-carousel .owl-nav button.owl-prev, .team-slider .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 46%;
    font-size: 20px;
    background-color: rgba(0,0,0,0.6);
    padding: 5px 10px !important;
}
.team-slider .owl-carousel .owl-nav button.owl-prev{
    left: 0;
}
.team-slider .owl-carousel .owl-nav button.owl-next{
    right: 0;
}
.team-slider .owl-carousel .owl-nav button.owl-prev span, .team-slider .owl-carousel .owl-nav button.owl-next span{
    color: #fff;
    font-size: 20px;
}
.peersec{
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 20px 20px 80px 20px;
    box-shadow: 3px 5px 0px #06B284;
    margin-bottom: 30px;
    display: inline-block;
    border-radius: 20px 60px;
    border: 1px solid #06B284;
    position: relative;
}
.peersec h4{
    font-size: 16px;
    margin-bottom: 12px;
    color: #000;
}
.peersec h3{
    font-size: 20px;
    margin-bottom: 12px;
    color: #000;
    font-family: 'ClashDisplay-Medium';
}
.peersec p{
    font-size: 18px;
}
.peersec .custom-btn{
    padding: 12px 25px;
    position: absolute;
    right: 20px;
    bottom: 15px;
  color:#fff;
}

.pstep-thumb{
    display: none;
}




/*=====================================================
===================================================================================*/
.step-section{
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
}
.progress-row{
    position: relative;
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.progress-sec{
    position: relative;
    background-color: #F2F2F2;
    height: 5px;
    border-radius: 5px;
    overflow: hidden;
    width: 80%;
}
.progress-sec span{
    background-color: #FFAF7A;
    display: inline-block;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

#shopify-section-template--22387223298328__related-products{display:none;}
.research .page-width{max-width:100% !important; padding:0}

/*.page-title{display:none;}*/
.research-started-section .contentsec h3{
    font-size:18px;
    font-family: 'Satoshi-Medium';
  }

.step-section{
  padding-top:120px;
}
.ezrv-widget-container .ezrv-widget_header h2, .ezrv-widget_review_submit_form h2{
  font-size: 35px;
  font-family: 'ClashDisplay-Medium';
  color: #000;
  margin-bottom: 15px;
}
.ezrv-widget_btn_write_review_container .ezrv-widget_summary_btn_write_review{
  white-space:nowrap;
  background-color: #06B284;
  color: #fff !important;
  padding: 13px 30px;
  font-size: 22px;
  border-radius: 40px;
  font-family: 'Satoshi-Medium';
  border: 1px solid #06B284;
  width: auto;
}
.ezrv-widget_btn_cancel_review_container .ezrv-widget_summary_btn_cancel_review{
  white-space:nowrap;
  background-color: #06B284;
  color: #fff !important;
  padding: 13px 30px;
  font-size: 22px;
  border-radius: 40px;
  font-family: 'Satoshi-Medium';
  border: 1px solid #06B284;
  width: auto;
}
#shopify-section-template--22387223298328__17164709941e6a073a #shopify-block-easyreviews_product_review_JBXXmy{
  border-top: 1px solid #808080;
  padding-top: 30px;
}
.ezrv-widget_form_submit_wrapper .ezrv-widget_btn_submit{
   white-space:nowrap;
  background-color: #06B284;
  color: #fff !important;
  padding: 13px 30px;
  font-size: 22px;
  border-radius: 40px;
  font-family: 'Satoshi-Medium';
  border: 1px solid #06B284;
  width: auto;
}
.ezrv-widget_form_submit_wrapper .ezrv-widget_btn_cancel_review{
  border-color:#000;
  color:#000;
  padding: 13px 30px;
  font-size: 22px;
  border-radius: 40px;
  font-family: 'Satoshi-Medium';
  width:auto;
  white-space:nowrap;
}
.ezrv-widget-container{
  font-family: 'Satoshi-Regular';
}

/*========================================QZ======================================*/

.quiz #shopify-section-template--22387223232792__main{
  padding:50px 0 80px;
  background-color:#fff;
}
.quiz #shopify-section-template--22387223232792__main .page-width{
  max-width:100%;
}
.quiz #shopify-section-template--22387223232792__main .page-width .main-page-title{
  background-image: url(https://drinkrise.ca/cdn/shop/files/bg5.png?v=1713006400);
  padding: 30px 19% 50px;
}
.quiz #shopify-section-template--22387223232792__main .rte.scroll-trigger{
  margin:0 auto;
  max-width:750px;
}

#inputgroup .lq-input::placeholder, #shopify-section-template--22387223232792__main .widget ::placeholder {
  color: #000;
}
#shopify-section-template--22387223200024__main{
  margin-top: 70px;
}

#shopify-section-template--22387222970648__main{
  margin-top: 140px;
}



/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
  .amaing-content {
    bottom: -16px;
  }
  .get-btn {
    padding: 13px 50px;
  }
}

@media only screen and (min-width:1500px) and (max-width:1699.99px){
  .container {
    max-width: 1380px;
  }
  .product-details-section .container{
     max-width: 1200px;
  }

  
}
@media only screen and (min-width:1300px) and (max-width:1499.99px){
  .container {
    max-width: 1280px;
  }
  .product-details-section .container {
    max-width: 1170px;
  }
    .header-area .container-fluid {
        max-width: 1300px;
    }
    .header-area .main-nav .logo{
        
        margin-left: 0;
    }
    .main-title h1{
        font-size: 60px;
    }
    .main-title p{
        font-size: 26px;
    }
    .main-banner .container {
      max-width: 1290px;
    }
    .dbcolumn2 {
        margin-bottom: 24px;
    }
    .info-details .info-cont h3{
        font-size: 35px;
    }
    .amaing-content {
      bottom: -10px;
    }
    figure.effect-lily figcaption > div {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        height: auto;
    }
    
    
    .header-right{
        margin-right: 0px;
    }
    .home-banner .carousel-caption{
        top: 5%;
    }
    .home-banner .carousel-caption h2{
        font-size: 55px;
    }
    
    .product-details-section::after {
        left: 2%;
          top: 120px;
          width: 96%;
    }
    .title-section .pthumb {
      margin-right: 0;
    }
    
    
    
}
@media only screen and (min-width:1024px) and (max-width:1299.99px){
    .main-title h1{
        font-size: 52px;
    }
    .main-title p{
        font-size: 22px;
    }
    .info-details .info-cont h3{
        font-size: 30px;
    }
    .dbcolumn2 {
        margin-bottom: 20px;
    }
    .container-section2 .container{
        max-width: 86%;
    }
    .inner-title h2{
        font-size: 50px;
    }
    .inner-title p{
        font-size: 22px;
    }
    figure.effect-lily figcaption > div {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        height: auto;
    }
    
    .header-right{
        margin-right: 0px;
    }
    .home-banner .carousel-caption{
        top: 5%;
    }
    .home-banner .carousel-caption h2{
        font-size: 50px;
    }
    .home-banner .banner-content-row{
    }
    .product-details-section::after {
        left: 2%;
          top: 120px;
          width: 96%;
    }
    .title-section .pthumb {
      margin-right: 0;
    }
     .home-banner .carousel-inner .carousel-item .d-block {
        min-height: 550px;
        object-fit: cover;
      }
    .custom-btn{
        padding: 12px 26px;
        font-size: 18px;
    }
    .arrow-down{
       
    }
  .header-right ul li .shop{
    font-size:14px;
  }
  .header-right ul li .custom-btn{
    font-size:14px;
  }
    .contentsec h2{
        font-size: 48px;
        line-height: 55px;
    }
    .left-title h2{
        font-size: 35px;
    }
    .product-details-section .container{
        padding: 100px 100px 50px 100px;
    }
    .describe-product h2{
        font-size: 50px;
        line-height: 60px;
    }
    .improved-sec .improved-no{
        padding: 15px 30px;
          border-radius: 100px;
          font-size: 60px;
    }
    .improved-sec .improved-no sub{
        font-size: 30px;
    }
    .improved-sec .improved-text{
        padding: 10px 15px;
    }
    .improved-sec .improved-text p{
        font-size: 18px;
        line-height: 26px;
    }
    .raising-details .raising-no{
        font-size: 50px;
        line-height: 55px;
    }
    .contentsec2 h2{
        font-size: 45px;
    }
    .get-started-section .contentsec h2{
      font-size:45px;
    }
  .get-started-section .contentsec h2 span{
    font-size:48px;
  }
  .describe-product h2 span{
    line-height: 56px;
  }
  .product-desp ul li .desp-box .desp-text p {
    font-size: 17px;
    color: #000;
    line-height: 24px;
  }
  .future-nutrition-section .contentsec p{
    font-size: 18px;
  }
    
    
    
}


@media only screen and (min-width:768px) and (max-width:1023.99px){
    .main-title h1{
        font-size: 52px;
    }
    .main-title p{
        font-size: 22px;
    }
    .info-details .info-cont h3{
        font-size: 30px;
    }
    .dbcolumn2 {
        margin-bottom: 20px;
    }
    .container-section2 .container{
        max-width: 86%;
    }
    .inner-title h2{
        font-size: 50px;
    }
    .inner-title p{
        font-size: 22px;
    }
    figure.effect-lily figcaption > div {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        height: auto;
    }
    
    .header-right{
        margin-right: 0px;
      
    }
    .home-banner .carousel-caption{
        top: 5%;
    }
    .home-banner .carousel-caption h2{
        font-size: 50px;
    }
    .home-banner .banner-content-row{
    }
    .product-details-section::after {
        left: 2%;
          top: 60px;
          width: 96%;
        border-radius: 80px;
    }
    .title-section .pthumb {
      margin-right: 0;
    }
     .home-banner .carousel-inner .carousel-item .d-block {
        min-height: 550px;
        object-fit: cover;
      }
    .custom-btn{
        padding: 12px 26px;
        font-size: 18px;
    }
    .get-started-section .contentsec h2 {
    font-size: 32px;
      line-height: 40px;
  }
  .banner-bottom .arrow-down{
    max-width:auto;
  }
  .contentsec-accordion .accordion-header .accordion-button{
    font-size:20px;
    padding: 10px 0;
  }
  .contentsec-accordion .accordion-collapse p{
    font-size:17px;
  }
  .benefits-details .benefits-title h3{
    font-size: 22px;
  }
    .contentsec h2{
        font-size: 36px;
        line-height: 40px;
    }
    .left-title h2{
        font-size: 35px;
    }
    .product-details-section .container{
        padding: 50px;
    }
    .describe-product h2{
        font-size: 36px;
        line-height: 40px;
    }
  .describe-product p{
    font-size:16px;
  }
    .improved-sec .improved-no{
        padding: 15px 30px;
          border-radius: 100px;
          font-size: 60px;
    }
    .improved-sec .improved-no sub{
        font-size: 30px;
    }
    .improved-sec .improved-text{
        padding: 10px 15px;
    }
    .improved-sec .improved-text p{
        font-size: 18px;
        line-height: 26px;
    }
    .raising-details .raising-no{
        font-size: 50px;
        line-height: 55px;
    }
    .contentsec2 h2{
        font-size: 45px;
    }
    .contentsec-accordion .accordion-item{
        padding: 12px 0;
    }
    .product-desp ul li {
      flex-basis: 50%;
      padding: 10px;
    }
    .rise-box{
        margin-top: 0px;
    }
    .started-thumb{
        margin-top: 0;
    }
    .rise-list ul{
        flex-wrap: wrap;
    }
    .rise-list{
        margin-bottom: 10px;
    }
    .improved-sec{
        padding: 20px;
    }
    .improved-sec .improved-no .arrow-up{
        width: 40px;
        height: 40px;
    }
    .quality-desp{
        padding-left: 40px;
    }
    .footer-text p{
        font-size: 16px;
        line-height: 26px;
    }
    .footer-newsletter h4{
        font-size: 18px;
    }
    .form-sec .form-control{
        font-size: 16px;
    }
    .form-sec .btn{
        font-size: 16px;
    }
    .footer-menu h4{
        font-size: 18px;
    }
    .footer-menu ul li{
        font-size: 16px;
    }
    .faq-section .accordion-header .accordion-button{
        font-size: 18px;
    }
    .faq-section .accordion-collapse p{
        font-size: 16px;
    }
    .header-right{
        position: absolute;
    top: 10px;
      right:10px;
    }
  .header-right ul li .shop{
    text-indent:-999999px;
        width: 32px;
    color: #fff;
  }
  .header-right ul li .shop img{
    position:relative;
    z-index:2;
  }
  .header-right ul li:nth-child(2){
    display:none;
  }
    .contentsec p{
      font-size:15px;
    }
  .get-started-section .contentsec h2 span{
    font-size: 40px;
  }
  .describe-product h2 span{
    line-height: 40px;
  }
  .product-box .product-title .product-name{
    font-size:15px;
  }
  .left-title h2 {
    font-size: 26px;
  }
  .product-desp ul li .desp-box .desp-text p{
    font-size: 18px;
    line-height: 26px;
  }
  .drink-rise-section2 {
    width: 100%;
    padding: 10px 0 40px;
  }
  .future-nutrition-section .contentsec p{
    font-size:16px;
  }

  /*==============================*/
    .banner-carousel-inner{
        height: auto;
    }
    .banner-carousel-inner img{
        min-height: 250px;
    }
    .banner-carousel-inner .carousel-caption h2{
        font-size: 40px;
    }
    .banner-carousel-inner .carousel-caption{
        top: 0;
        left: 0;
        right: 0;
    }
    .ingredients-nutrition-section{
        padding: 40px0;
    }
    .filters button{
        font-size: 14px;
        margin-bottom: 6px;
    }
    .ingredients-nutrition-section .grid > li{
        width: calc(100% / 3 - 30px);
    }
    .element-item > div h4{
        font-size: 16px;
    }
  
    
}


@media (max-width: 1023.99px) {
    .header-area{
        height: auto;
    }
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
  }
  .main-banner:before {
    display: none;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  .features-item {
    margin-bottom: 45px;
  }
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
    margin-bottom: 30px;
  }
  .service-item {
    text-align: center;
  }
  .service-item .icon {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  .our-portfolio .owl-nav {
    display: none !important;
  }
  .contact-info {
    margin-top: 60px;
  }
  form#contact {
    padding: 45px;
  }
    .header-social-icon{
        display: block;
        margin: 10px 0;
    }
    .header-area .main-nav .header-social-icon ul li{
        width: auto !important;
        padding-right: 10px !important
    }
    .header-social-icon ul li img{
        max-width: 45px;
    }
    .main-title h1{
        font-size: 45px;
    }
    .main-title p{
        font-size: 20px;
    }
    .dbcolumn2 {
      margin-bottom: 18px;
    }
    .info-details .info-cont{
        padding: 20px;
    }
    .info-details .info-cont h3{
        font-size: 20px;
        line-height: 24px;
    }
    .info-details .info-cont .more-btn{
        bottom: 10px;
        font-size: 16px;
    }
    .inner-title h2{
        font-size: 45px;
    }
    .inner-title p{
        font-size: 20px;
    }
    .inner-title p .learn-btn{
        font-size: 16px;
    }
    .info-details .info-cont h3{
        font-size: 30px;
    }
    .container {
        max-width: 880px;
      }
    .main-title p a{
        font-size: 16px;
    }
    figure.effect-lily figcaption > div {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        height: auto;
    }
  .radio-buttons .radio-btn h3{
    font-size: 30px;
  }
  
    
}

@media (max-width: 991px) {
.amaing-content {
  bottom: 35%;
  text-align: center;
}

}
/*991*/
@media only screen and (min-width:300px) and (max-width:767.99px){
    .header-right{
        position: absolute;
    top: 20px;
      right:10px;
    }
  .header-right .shop-text{
    display:none;
  }
  .header-right ul li .shop{
        width: 32px;
    color: #fff;
    display:black;
  }
  .header-right ul li .shop img{
    position:relative;
    z-index:2;
  }
  .header-right ul li:nth-child(2){
    display:none;
  }
    .header-right ul{
        margin: 0;
    }
    .header-area .main-nav{
        min-height: 70px;
    }
    .header-area{
        padding: 0;
        padding-bottom: 6px;
    }
    .header-area .main-nav .logo{
        margin-top: 10px;
    }
    .header-area .container-fluid {
      max-width: 100%;
    }
    .header-right .custom-btn{
        padding: 10px 24px;
        font-size: 18px;
    }
    .header-right ul li .shop{
        
    }
    .header-area .main-nav .menu-trigger{
        right: auto;
    }
    .home-banner .carousel-inner .carousel-item .d-block{
        min-height: 280px;
        object-fit: cover;
    }
    .home-banner .carousel-caption{
        top: 0px;
        position: relative;
        background-color: rgba(89,177,156,0.10);
        text-align: center;
    }
    .home-banner .carousel-caption .banner-content{
        text-align: center;
        padding: 0 20px;
    }
    .home-banner .carousel-caption h2{
        font-size: 34px;
        margin-bottom: 10px;
        color: #000;
    }
    .home-banner .carousel-caption p{
        font-size: 15px;
        margin-bottom: 15px;
        line-height: 24px;
        color: #000;
    }
    .nutrition-section .contentsec p{
        font-size: 14px;
      line-height:24px;
    }
    .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm{
      padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    }
    .home-banner .custom-btn{
        font-size: 18px;
        padding: 13px 20px 13px 25px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .home-banner .custom-btn .btn-span{
        width: 25px;
        height: 25px;
        font-size: 18px;
        line-height: 24px;
    }
  .custom-btnnew{
    font-size: 18px;
        padding: 13px 20px 13px 25px;
    width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
  }
  .custom-btnnew .btn-span{
        width: 25px;
        height: 25px;
        font-size: 18px;
        line-height: 24px;
    }
    .home-banner .banner-content-row{
        bottom: 0px;
        display: none;
    }
    .home-banner .carousel-indicators{
        display: none;
    }
    .nutrition-section {
        padding: 40px 0 0px 0;
    }
    .essentials-section{
        padding: 0 0 30px;
    }
    .essentials-section .row{
        align-items: flex-end;
    }
    .essentials-section .row .col-sm-8{
        max-width: 68%;
    }
    .essentials-section .row .col-sm-4{
        max-width: 32%;
    }
    .contentsec-accordion .accordion-header{
        font-size: 18px;
    }
    .thumb-col{
        padding: 0;
    }
    
    .contentsec h2{
        font-size: 32px;
        line-height: 36px;
    }
    .contentsec-accordion .accordion-header .accordion-button{
        font-size: 18px;
      padding: 0;
    }
    .contentsec-accordion .accordion-collapse p{
        font-size: 14px;
        line-height: 22px;
    }
    .video-row .drink-slider .drink-quote p em{
      font-size:18px;
    }
    .contentsec-accordion .accordion-collapse .accordion-body {
        padding: 5px 0;
    }
    
    .contentsec-accordion .accordion-item{
        padding: 4px 0;
        border: none;
    }
    .right-thumb::before{
        height: 100px;
        margin-top: -50px;
    }
    .product-details-section::after {
      position: absolute;
      content: "";
      background-color: #fffbf8;
      z-index: 0;
      left: 3%;
      top: 0;
      width: 94%;
      height: 100%;
      border: 1px solid #FFAF7A;
      border-radius: 350px;
      box-shadow: 0 3px 6px rgba(0,0,0,0.3);
        display: none;
    }
    .product-details-section{
        background-color: rgba(242,242,242,0.4);
        border: 1px solid #DDDDDD;
        padding: 30px 0;
        border-radius: 10px;
    }
    .title-section{
        flex-wrap: wrap;
    }
    .title-section .pthumb {
      margin-right: 0;
    }
    .drink-rise-section{
        padding: 30px 0;
    }
    .drink-rise-section .contentsec h2 {
        font-size: 32px;
        line-height: 36px;
      }
    .drink-slider .drink-quote{
        position: relative;
        bottom: 0;
        right: 0;
    }
    
    .drink-slider .drink-top{
        top: 140px;
        left: 20px;
    }
    .video-row .owl-nav{
        top: -60px;
    }
    .researched-section{
        padding: 30px 0;
    }
    .customsection-row .col-sm-6{
        width: 50%;
    }
    .customsection-row .col-sm-6:nth-child(1){
        padding-left: 0;
    }
    .customsection-row .col-sm-6:nth-child(2){
        padding-right: 0;
    }
    
    
    .researched-section .contentsec h2 {
        font-size: 32px;
        line-height: 36px;
      }
    .researched-section .contentsec h2 span {
        padding: 0 20px;
      }
    .researched-section .contentsec p{
        font-size: 16px;
        margin: 15px 0;
    }
    
    .product-details-section .title-section .pthumb {
        display: none;
    }
    .product-details-section .title-section{
        margin-bottom: 20px;
    }
    .product-details-section .container{
        padding: 10px;
    }
    .product-details-section .left-title h2{
        text-align: left;
        font-size: 24px;
    }
    .product-desp ul li {
      flex-basis: 100%;
      padding: 10px;
    }
    .describe-product h2{
        font-size: 52px;
    }
    .btn-crl{
        margin-bottom: 20px;
    }
    .circle-thumb{
        margin: 10px 0;
        text-align: center;
    }
    .started-thumb{
        margin-top: 0;
    }
    .rise-box{
        margin-top: 40px;
        padding: 15px;
    }
    .rise-list ul{
        flex-wrap: wrap;
    }
    .improved-left-content {
      background-color: #fff;
      border-radius:0 10px 10px 0;
      width: 100%;
      justify-content: end;
      margin-left: 0;
        margin-bottom: 20px;
        padding: 15px;
        flex-direction: column;
    }
    .improved-sec .improved-no {
      position: relative;
      padding: 16px 30px;
      border-radius: 100px;
      font-size: 35px;
      font-family: 'Satoshi-Medium';
      line-height: 40px;
    }
    .improved-sec .improved-no sub {
      font-size: 20px;
    }
    .improved-sec .improved-text {
      width: auto;
      padding: 10px 10px;
    }
    .improved-sec .improved-text p{
        font-size: 15px;
        line-height: 24px;
    }
    .improved-right-content{
        background-color: #fff;
      border-radius: 10px 0 0 10px;
      width: 100%;
      justify-content: end;
      margin-left: 0;
        margin-bottom: 20px;
        padding: 15px;
        flex-direction: column-reverse;
    }
    .improved-sec .improved-no .arrow-up{
        width: 35px;
        height: 35px;
        line-height: 34px;
        font-size: 20px;
    }
    .improved-thumb{
        margin: 0;
    }
    .quality-desp{
        padding-left: 0;
    }
    .raising-details .raising-no{
        font-size: 35px;
        line-height: 40px;
    }
    .raising-details .raising-text p{
        font-size: 16px;
    }
    .raising-row .col-btnsec{
        margin: 30px 0 10px;
    }
    .raising-row .custom-btn{
        display: flex;
        justify-content: space-between;
    }
    .raising-row {
      width: 100%;
      padding: 0 10px;
    }
    .video-row{
        margin-bottom: 20px;
    }
    
    .faq-section .accordion-header .accordion-button{
        font-size: 16px;
    }
    .faq-section .accordion-collapse p{
        font-size: 14px;
        line-height: 26px;
    }
    .contentsec2 h2{
        font-size: 32px;
    }
  .ricetext{
    font-size:25px;
  }
    .improved-desp{
        text-align: left;
    }
    .improved-desp .improved-thumb{
        width: 30%;
        display: inline-block;
        vertical-align: top;
    }
    .improved-desp p{
        width: 68%;
        display: inline-block;
        font-size: 14px;
        padding-left: 10px;
      line-height:24px;
    }
    .improved-desp .custom-btn{
      width: 100%;
      display: flex;
      justify-content: space-between;
      }
    .benefits-section .contentsec p{
      font-size:14px;
      line-height:24px;
    }
    .benefits-section .custom-mb {
      margin-bottom: 30px;
    }
    .benefits-section{
        padding: 40px 0 10px;
    }
    .benefits-accordion .accordion-item{
        border-radius: 20px;
        padding: 0;
    }
    .benefits-accordion .benefits-details{
        flex-direction: column;
    }
    .benefits-accordion .benefits-details .benefits-thumb{
        border-radius: 20px 20px 0 0;
        margin-bottom: 10px;
    }
    .benefits-accordion .accordion-header .accordion-button::after{
        position: absolute;
          right: 0;
          top: 10px;
    }
    .benefits-accordion .benefits-details .benefits-title{
        padding: 15px;
    }
    .benefits-details .benefits-title h3{
        font-size: 20px;
    }
    .benefits-details .benefits-title p{
        font-size: 14px;
        line-height: 25px;
    }
    .benefits-despc .left-cont{
        display: none;
    }
    .benefits-right-content .inner-row{
        padding: 18px;
    }
    .benefits-despc .benefits-right-content {
      flex-basis: 100%;
      padding: 0 15px;
    }
    .benefits-right-content .inner-row p{
        font-size: 14px;
        line-height: 25px;
    }
    .benefits-right-content .inner-row .benefits-testm{
        margin-bottom: 10px;
    }
  .get-started-section .contentsec{
      max-width: 230px;
    }
  .get-started-section .contentsec h2{
        font-size: 32px;
    }
    .get-started-section .contentsec h2 span{
      font-size: 32px;
    }
  .rise-body h5{
    font-size:12px;
    margin-top: 15px;
  }
  .rise-header{
    border-bottom: 1px solid #DDDDDD;
    border-radius:0;
    margin-bottom:6px;
    padding-bottom:10px;
  }
    .rise-btnsec .custom-btn{
      font-size:20px;
    }
  .back-update{
    font-size:15px;
  }
  .back-update .icon{
    width:18px;
  }
    .get-started-section{
        padding: 40px 0 0;
    }
    .get-started-section .row .col-sm-4{
        width: 70%;
    }
    .get-started-section .row .col-sm-2{
        width: 22%;
    }
    
    .get-started-section .row .col-sm-6{
        padding: 0;
    }
    .product-section .custom-mb {
      margin-bottom: 20px;
    }
    .describe-product h2 span{
      line-height:35px;
    }
    .rise-box{
        margin-top: 30px;
        border-radius: 0;
    }
    .rise-header .rise-header-left h3, .rise-header  h3, .total-price, .rise-body .table tr td .price{
        font-size:  15px;
      margin-bottom:5px;
    }
  .rise-header .rise-header-left {
    flex-basis: 65%;
  }
    .rise-box p, .rise-body .table tr td p{
        font-size: 12px;
        line-height: 20px;
    }
    .rise-body h4{
        font-size: 13px;
    }
    .rise-body .table tr td h4{
        font-size: 15px;
    }
  .rise-body .table tr td:nth-child(3) {
    font-size: 15px;
  }
    .policy-section{
        flex-direction: column;
    }
    .rise-list{
        margin: 0;
        border-radius: 0;
        width: calc(100% + 30px);
        margin-left: -15px;
        border-bottom: 1px solid #DDDDDD;
    }
    .rise-list ul{
        padding: 10px;
      justify-content: center;
    }
    .rise-list ul li{
        flex-basis: 48%;
        font-size: 14px;
      max-width: 140px;
    }
    
    .product-section{
        padding: 40px 0;
    }
    .describe-product h2{
        font-size: 32px;
        margin-bottom: 15px;
    }
    .describe-product p{
        font-size: 14px;
      line-height:24px;
    }
    
    .mobile-hide{
        display: none;
    }
    .desktop-hide{
        display: block;
    }
    .desktop-hide .col-md-4{
        max-width: 50%;
    }
    .product-box{
        border-radius: 15px;
        background-color: transparent;
        padding-bottom: 10px;
    }
    .product-box .product-thumb{
        border-radius: 15px;
        overflow: hidden;
        background-color: #eeebe5;
        height: 250px;
    }
    .product-box .product-title{
        bottom: 0;
        width: 100%;
      position:relative;
    }
    .product-box .product-title a {
      display: flex;
      background-color: #fff;
      padding: 0;
      border-radius: 0;
      align-items: center;
      color: #000;
      min-height: auto;
      min-width: 100%;
    }
    .product-box .product-title .product-name {
      font-size: 13px;
      font-family: 'Satoshi-Bold';
      color: #000;
      padding: 5px 0px;
      max-width: 100%;
      line-height: 24px;
    }
    .product-box .prono{
        width: 40px;
      height: 40px;
      border-radius: 50%;
      font-size: 20px;
      line-height: 40px;
    }
    .drink-rise-section2{
        padding: 30px 0;
    }
    .drink-rise-section2 .text-right {
      text-align: left;
    }
        
    .drink-rise-section2 .custom-mb {
      margin-bottom: 20px;
    }
    .drink-rise-section2 .custom-mb p{
        margin-bottom: 0;
    }
    .product-desp ul li .desp-box .desp-text p{
      font-size:18px;
      line-height:25px;
    }
    .rowscol2 .col-sm-6{
        max-width: 50%;
    }
    .video-card .video-thumb{
        border-radius: 15px;
        margin-bottom: 10px;
    }
    .video-card .video-desp{
        position: relative;
        flex-direction: column;
        padding: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
    }
    .drink-rise-section2 .col-btnsec{
        margin-top: 30px;
    }
    .drink-rise-section2 .col-btnsec .custom-btn{
        width: 100%;
        justify-content: space-between;
        display: flex;
        font-size: 18px;
    }
    .faq-section{
        padding:20px 0 30px 0;
    }
    .faq-section .contentsec{
        margin-bottom: 20px;
    }
    .faq-section .accordion{
        border: 1px solid #DDDDDD;
        border-radius: 10px;
        overflow: hidden;
    }
    .faq-section .accordion-item {
        border: none;
        border-bottom: 1px solid #DDDDDD;
        padding: 10px 20px;
        border-radius: 0px;
        margin-bottom: 0px;
    }
    
    .future-nutrition-section{
        padding: 30px 0 20px;
    }
    .future-nutrition-thumb{
        margin-top: 20px;
    }
    .future-nutrition-section .row{
        flex-direction: column-reverse;
    }
    .future-nutrition-section .contentsec h2{
        margin-top: 15px;
    }
    .custom-btn{
        font-size: 15px;
    padding: 12px 20px;
    line-height: 26px;
    }
    
    .raising-section{
        padding: 30px 0;
    }
    .raising-section .custom-mb{
        position: relative;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    .raising-section .custom-mb .col-sm-5{
        max-width: 40%;
    }
    .raising-section .custom-mb .col-sm-7{
        max-width: 60%;
    }
  .raising-section .contentsec h2{
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 25px;
  }
    .raising-section .quality-desp{
        position: relative;
    top: 0;
        left: -150px;
        width: 360px;
        margin-top: 0;
    }
    .raising-section .quality-desp p{
        text-transform: uppercase;
      padding-right: 0;
      flex-basis: 100%;
        font-size: 14px;
        line-height: 26px;
    }
    .people-section{
        padding: 30px 0;
    }
    .people-thumb{
        margin-bottom: 15px;
    }
    .people-section .item .text-right{
        text-align: left;
    }
    .people-section .contentsec h2{
        margin-bottom: 15px;
        text-align: center;
    }
    .people-section .owl-nav {
      text-align: center;
    }
    
    
    .mobile-footer{
        display: block;
      margin-bottom:30px;
    }
    
    .mobile-footer .accordion{
        border: 1px solid rgba(255,255,255,0.5);
        padding: 0px;
        border-radius: 10px;
        overflow: hidden;
    }
    .mobile-footer .accordion .accordion-item{
        border-bottom: 1px solid rgba(255,255,255,0.5);
        padding: 10px;
    }
    .mobile-footer .accordion-header{
        border: none;
        font-family: 'ClashDisplay-Medium';
        font-size: 20px;
        padding: 0;
        color: #fff;
    }
    .mobile-footer .accordion-header .accordion-button{
        border: none;
        font-size: 20px;
        padding:5px 0;
        color: #fff;
        background-color: transparent;
    }
    .mobile-footer .accordion-header .accordion-button:focus{
        background-color: transparent;
        box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    }

    .mobile-footer .accordion-header .accordion-button::after{
        background-image: url(/cdn/shop/files/arrowmb.png?v=1713527658);
        background-size: 25px;
        width: 30px;
        height: 30px;
    }
    .mobile-footer .accordion-header .accordion-button:not(.collapsed)::after{
        transform: rotate(0deg);
        background-image: url(/cdn/shop/files/arrowmbd.png);
    }
    .mobile-footer .accordion-body{
        padding: 10px 0;
    }
    .mobile-footer .accordion-body ul li{
        margin-bottom: 3px;
    }
    .mobile-footer .accordion-body ul li a{
        color: #fff;
        padding: 5px 0;
    }
    .step-section{
      padding:85px 0 50px 0;
    }
    .radio-buttons .radio-btn h3{
      font-size: 30px;
    }
    .footer-section hr{
      display:none;
    }

  /*========================================================*/
    
    .about-nutrition-section .order1{
        order: 1;
        margin-bottom: 30px;
    }
    .about-nutrition-section .order2{
        order: 2;
    }
    .about-nutrition-col-right{
        padding: 0 10px;
    }
    .about-nutrition-col-left{
        padding: 0 10px;
    }
  .banner-carousel-inner img{
    height:100%;
  }
  .banner-carousel-inner .carousel-caption h2{
    font-size:30px;
  }
  .banner-carousel-inner .carousel-caption{
    top:20px;
  }
  .banner-carousel-inner{
    height:250px;
  }
  .footer-section{
    padding: 50px 0 110px;
  }
  .header-area.header-sticky{
    position: fixed;
        height: 75px;
    min-height:auto;
  }
  .home-banner{
    margin-top: 60px;
  }
  .describe-product p{
    margin-bottom: 15px;
  }
  .sticky_footer{
    display:none;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background-color:#fff;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
    padding: 10px;
    z-index:99999;
  }
  .sticky_footer .sticky1{
    display: flex;
  }
  .sticky_footer .sticky1 .sticky_h2{
    font-family: 'Satoshi-Regular';
    font-size:13px;
    color:#000;
  }
  .sticky_footer .sticky1 .stick_p{
    font-family: 'Satoshi-Regular';
    font-size:13px;
    color:#000;
    line-height:22px;
    flex-basis: 120px;
    padding: 0 0 0 5px;
    text-align: right;
    font-size: 14px;
  }
  .sticky_footer .sticky1 .stick_p p{
    line-height:22px;
    font-size: 14px;
  }
  .sticky_footer .sticky1 .stick_p .sticky_price{
    color:#CECECE;
  }
  .sticky_link{
    background-color: #06B284;
  color: #fff;
  padding: 6px 30px;
  font-size: 13px;
  border-radius: 40px;
  font-family: 'Satoshi-Medium';
  border: 1px solid #06B284;
    text-transform:uppercase;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .people-section .text-right{
    text-align:left;
  }
  .footer-logo{
    text-align:center;
  }
.footer-text, .copy-text{
  text-align:center;
}
  .footer-text p{
    font-size:14px;
    line-height:24px;
  }
  .social-section {
    display: flex;
    justify-content: center;
  }
  .future-nutrition-section .contentsec p{
    font-size:15px;
    line-height:26px;
  }
  .banner-btn .custom-btn{
    margin:7px 0;
  }
  .raising-section .contentsec img{
    max-width: 110px;
  }

  /*========================================================*/
    
    .about-nutrition-section .order1{
        order: 1;
        margin-bottom: 30px;
    }
    .about-nutrition-section .order2{
        order: 2;
    }
    .about-nutrition-col-right{
        padding: 0 10px;
    }
    .about-nutrition-col-left{
        padding: 0 10px;
    }
    
    .banner-carousel-inner{
        height: auto;
    }
    .banner-carousel-inner img{
        min-height: 250px;
    }
  .inner-banner .banner-carousel-inner img{
    height:auto;
    max-height:350px;
  }
    .banner-carousel-inner .carousel-caption h2{
        font-size: 30px;
      line-height: 34px;
    }
    .banner-carousel-inner .carousel-caption{
        top: 0;
        left: 0;
        right: 0;
      height:100%;
    }
  .banner-carousel-inner .carousel-caption .container{
    height: 100%;
  display: flex;
  align-items: center;
  }
    .ingredients-nutrition-section{
        padding: 40px 0;
    }
    .filters button{
        font-size: 12px;
    }
    .ingredients-nutrition-section .grid > li{
        width: calc(100% / 2 - 30px);
    }
    .element-item > div h4{
        font-size: 16px;
    }
  .partirow{
        flex-direction: column;
    }
  .partirow .colcl{
    margin-bottom:15px;
  }
    .partirow .colcl .nopers{
        font-size: 60px;
    }
  .team-section {
    padding: 50px 0 20px;
    width: 100%;
  }
  .inner-banner{
    margin-top:75px !important;
  }
  .banner-carousel-inner .carousel-caption .banner-content{
    width:100%;
  }
  .about-nutrition-section{
    padding: 40px 0;
  }
  .research-started-section {
      padding: 50px 0;
  }
  .research-started-section .contentsec h3{
    font-size:16px;
    font-family: 'Satoshi-Medium';
  }
  .research-nutrition-section{
    padding:50px 0;
  }
  .research-nutrition-section .contentsec h2 {
      font-size: 30px;
  }
  .research-nutrition-section .row .col-sm-4{
    margin-bottom:20px;
  }

  /*======================================================================*/
    .radio-buttons .radio-btn{
      margin:5px 0;
    }
    .mobile-hidden{
        display: none;
    }
    .step-section .custom-mb {
      margin-bottom: 0px;
    }
    .radio-btn > i{
        top: 7px;
    }
    .radio-btn .hobbies-icon .headingtext{
        padding: 8px 25px;
    }
    .radio-buttons .radio-btn h3{
        font-size: 24px;
    }
    .prow{
        display: flex;
    }
    .prow .pstep-thumb{
        display: block;
        flex-basis: 26%;
        padding-left: 10px;
    }
    .prow .subscription-detl{
        flex-basis: 74%;
        padding:10px 15px;
    }
    .price-row .subscription-text{
        font-size: 16px;
        line-height: 22px;
    }
    .subscription-detl .subscription-list li{
        background-size: 15px;
        background-position: left top 5px;
        font-size: 13px;
        padding: 2px 0 2px 22px;
        margin: 0;
          line-height: 18px;
    }
  .price-row{
    flex-direction: column;
  }
  .radio-buttons .radio-btn .usd-price{
    font-size: 18px;
  }
  .researchsect2 .pslcontentsec p {
      font-size: 16px;
      margin-bottom: 25px;
      font-style: italic;
      padding-top: 15px;
  }
  .research-nutrition-section2 {
    padding: 50px 0;
  }
  #shopify-section-template--22387223200024__main{
        padding: 20px 0 30px !important;
    margin-top: 75px;
  }
    
    
}
@media (max-width: 767px) {
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  .service-item {
    text-align: center;
    padding: 30px;
  }
  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .service-item .right-content {
    display: inline-block;
  }
  
  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .about-us .about-item {
    margin-top: 15px;
  }
  form#contact {
    padding: 30px;
  }
    
    .main-title h1{
        font-size: 40px;
    }
    .main-title p{
        font-size: 20px;
    }
    .custom-info-row{
        margin-bottom: 24px;
    }
    .inner-title h2{
        font-size: 40px;
    }
    .inner-title p{
        font-size: 20px;
    }
    .inner-title p .learn-btn{
        font-size: 16px;
    }
    .footer-nav ul li{
        width: 100%;
        max-width: 100%;
    }
    .footer-section .footer-logo{
        margin-bottom: 20px;
    }
    .footer-section .footer-logo img {
      max-width:100%;
    }
    .form-row{
        flex-direction: column;
        align-items: inherit;
    }
    .form-row .form-label{
        text-align: left;
        padding-right: 0;
        margin-bottom: 6px;
    }
    .main-title p a{
        position: relative;
        display: inline-block;
    }
    .contactform-section .form-row p{
      display: block;
    }
    .amaing-content {
      bottom: 28%;
    }
    
    
}


.header__inline-menu{
  width: 100%;
    margin-left: 0 !important;
  text-align:left;
  margin-top: 18px;
}
.header__inline-menu .list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
}
.header__inline-menu .list-menu--inline li a{
  padding:10px 15px;
  display:flex;
  font-size: 18px;
  color: #000;
}
.header__inline-menu .list-menu--inline li.active a, .header__inline-menu .list-menu--inline li a:hover{
  color:#06B284;
}
@media only screen and (min-width:300px) and (max-width:1299.99px){ 
  .header__inline-menu {
    display: none !important;
  }
  
}


.header-area.header-sticky{position:fixed;}