/** Shopify CDN: Minification failed

Line 37:14 Expected identifier but found "."
Line 2461:0 Unexpected "}"

**/
footer a.button.button--primary,
body a.button.button--primary {
    text-align: center;
    color: #fff;
    background: #c40158;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 40px;
    font-size: 18px;
    font-weight: 500;
    min-width: 280px;
    border-radius: 5px;
    overflow: hidden;
    transition: all .15s ease;
}

@media (min-width: 768px) {
    footer a.button.button--primary,
    body a.button.button--primary {
        padding: 15px 40px;
        font-size: 18px;
        min-width: 220px;
    }
}

footer a.button.button--primary:hover,
body a.button.button--primary:hover {
    transform: scale(1.1);
    background: #92c83e;
}
product-form ..bold-ro__product {
    margin-bottom: 1.5rem;
}
product-form .bold-ro__recurring-title {
    display: none;
}
.product-main .ro_widget .bold-ro__radio-div {
    border: 1px solid rgb(84, 84, 84);
    margin-bottom: 10px;
    border-radius: 5px;
    background: none;
    font-size: 1.25em;
    text-transform: uppercase;
    line-height: 1.25;
    padding: 15px;
}
.product-main .bold-ro__radio-div .bold-ro__initial-discounted-amount {
    font-weight: bold;
}
.product-main .ro_widget .bold-ro__radio-div label {
    display: inline-flex;
    align-items: center;
}

.product-main .ro_widget .bold-ro__radio-div input[type=radio] {
    height: 25px;
    width: 25px;
    margin-right: 15px;
    margin-top: 0px;
    flex: 25px;
    max-width: 25px;
}
.product-main .ro_widget .bold-ro__radio-div .bold-ro__recurring-text {
    flex: calc(100% - 45px);
    max-width: calc(100% - 45px);
}
.product-main .bold-ro__radio-div.bold-ro__bold-active .bold-ro__frequency-label {
    margin-top: 5px;
    margin-left: 45px;
}
.product-main .bold-ro__radio-div.bold-ro__bold-active .bold-ro__frequency-label span {
    font-weight: 600;
}
.product-main .ro_widget .bold-ro__radio-div .bold-ro__frequency-label {
    padding-top: 0;
}

.benefit_one_item_four_content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
}
.client-info .infowoMain {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    margin: 40px 0 40px;
    flex-wrap: wrap;
}

.clr1, .clr2 {
    width: 100%;
}
.clr1 {
    text-align:center;
}
.clr1 img {
    max-width: 150px;
    margin: 0 0 5%;
}
.clr2 img {
    max-width: min(350px,80%);
    margin: 0 auto 20px auto;
    display: block;
}
.clr2 .section_heading {
    margin-bottom: 10px;
}
.clr2 p {
    font-size: 1.125em;
}
@media (min-width: 768px) {
    .client-info .infowoMain {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 70px;
        margin: 5% auto 4%;
        flex-wrap: wrap;
    }
    .clr1 {
        width: 20%;
    }
    .clr1 img {
        max-width: 100%;
        border-radius: 50%;
    }
    .clr2 {
        width: 70%;
        padding: 0;
    }
    .clr2 p {
        font-size: 1.5em;
    }
}
@media (min-width: 992px) {
    .clr2 img {
        margin: 0 auto 25px 0;
    }
}

.cus_quotes_left {
    text-align: right;
    width: 100%;
}
@media (max-width: 749.9px) {
   .cus_quotes_left {
        order: -1;
        margin: 0 0 2em !important;
    }
}

.benefit1_bdy .multicolumn-card__info img {
    margin: 4% 0;
}
nav.header__inline-menu.cstnav ul li header-menu details:hover ul.header__submenu {
    animation: unset;
    animation-fill-mode: unset;
    z-index: 1;
    opacity: 1;
    transform: unset;
}

button#myBtn {
    font-size: 22px;
    margin: 0 auto;
    font-weight: 700;
    font-style: italic;
    text-decoration: underline;
    border: none;
    background: transparent;
    color: #545454;
    cursor: pointer;
    transition: color 0.15s ease-in;
}
button#myBtn:hover {
    color: #92c83e;
}


/************************/
body {
    display: block;
}

a:hover {
    cursor: pointer;
}
/************************Fonts**********************/
html,
body,
div,
span,
applet,
object,
iframe,
p,
button,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

img {
    max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/****************/

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000bf;
}
.modal.team-modal {
    padding-bottom: 80px;
}
.modal.team-modal .modal-content .modal_cpt_content {
    padding: 0 15px 15px;
}
@media(min-width:768px) {
    .modal.team-modal .modal-content .modal_cpt_content {
        padding: 0 30px 40px;
    }
}
.modal-content p span a {
    font-weight: bold;
    color: #454545;
}

/* Modal Content */
.modal-content {
    border: 1px solid #888;
    margin: auto;
    width: 100%;
    max-width: calc(100% - 25px);
    text-align: center;
    background-color: #fff;
}
.modal-content header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
@media(min-width:768px) {
   .modal-content {
        max-width: 900px;
    }
    .modal-content .modal_cpt_content h3 {
        margin: 30px 0 20px !important;
    }
}
.custom-home-modal .modal-content header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #B2D235;
    padding: 15px;
}
.custom-home-modal .modal-content header h3 {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.custom-home-modal .modal-content header {
    justify-content: space-between;
    background: #B2D235;
}
span.modal-close {
    cursor: pointer;
    font-size: 2em;
    font-weight: 700;
    line-height: 1;
}
.custom-home-modal span.modal-close {
    color: #fff;
}
.custom-home-modal .modal-content p {
    padding: 32px 50px;
}
.custom-home-modal .modal-content p span {
    display: block;
    margin: 20px 0 0;
    padding: 0 16%;
}
.modal-content p {
    font-size: 1.125em;
}
.modal-content p:nth-last-child(1) {
    margin-bottom: 0;
}
@media(min-width:768px) {
   .modal-content p {
        font-size: 1.325em;
    }
}
@media(min-width:1200px) {
   .modal-content p {
        font-size: 1.625em;
    }
}
/* The Close Button */
.close {
    color: #545454;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

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

/******03-07-2022*****/
.header__icons svg {
    color: black;
}

.cstnav>ul>li>a,
.cstnav>ul>li summary.list-menu__item {
    text-align: center;
    letter-spacing: 1.4px;
    color: #92c83e;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 16px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.cstnav ul.list-menu>li:last-child>a.Buy {
    background: #c40158 0% 0% no-repeat padding-box;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    font-size: 18px;
    margin-left: 30px;
}

/************************ Header Css***************/

@media (min-width: 980px) {
    header.header.header--middle-left {
        display: flex;
        flex-wrap: wrap;
        column-gap: inherit;
        align-items: flex-end;
        padding-left: 40px;
        padding-right: 40px;
    }

    ul.list-menu.list-menu--inline {
        position: relative;
        top: 6px;
    }

    header.header .header__heading,
    header.header .header__icons,
    header.header .header__heading-link {
        flex: 0 0 15%;
        max-width: 15%;
    }

    header.header .header__icons {
        justify-content: flex-end;
    }

    nav.header__inline-menu.cstnav {
        flex: 0 0 70%;
        max-width: 70%;
    }
}

header.header {
    padding-top: 0px;
    padding-bottom: 0px;
}

.cstnav ul.list-menu>li:last-child>a.cstbynw.Buy {
    position: relative;
    top: 0;
    z-index: 444;
}

.header__menu-item .icon-caret {
    display: none;
}

.header__menu-item span:hover {
    color: #c40158;
}

.header__menu-item:hover * {
    text-decoration: none !important;
    outline: 0;
}

.cstnav ul.list-menu>li:last-child>a.cstbynw.Buy span {
    font-weight: normal;
    color: inherit;
}

.cstnav ul.list-menu>li:last-child>a.cstbynw.Buy:hover {
    background: #92c83e;
    font-weight: 400;
}
#shopify-section-header {
    position: sticky;
    top: 0;
    z-index: 999
}
div#shopify-section-header .header-wrapper--border-bottom {
    box-shadow: 0 5px 5px #00000021;
    position: relative;
    z-index: 99;
}

.header-wrapper--border-bottom {
    border: 0;
}

body .header__active-menu-item {
    text-decoration: none;
    color: #c40158;
}

.header__menu-item span {
    font-size: 18px;
    letter-spacing: inherit;
    font-weight: 500;
}
a.header__icon.header__icon--account,
summary.header__icon.header__icon--search {
    width: 3.4rem;
}

.header__submenu.list-menu {
    padding: 10px 15px;
    border-left: 4px solid #c40158 !important;
    border: 0;
}

.header__submenu.list-menu a.header__menu-item {
    padding: 5px 0;
    transition: .5s ease;
    font-size: 17px;
    text-transform: uppercase;
    transition: 0.5s ease;
    margin: 0 0 10px;
}
.menu-drawer__navigation > ul > li:last-child a {
    background: #c40158 0% 0% no-repeat padding-box;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    font-size: 18px;
    max-width: 122px;
    margin-left: 20px;
    text-align: center;
    justify-content: center;
}
.header__submenu li a:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 17px;
    background: #c40158;
    border-radius: 100%;
    transition: 0.5s ease;
    opacity: 0;
}

.header__submenu li:hover a:before {
    opacity: 1;
}

.header__submenu li:hover a {
    color: #c40158;
    padding-left: 20px !important;
    transition: 0.5s ease;
}

/******Slideshow*****/
.slideshow .banner__content.banner__content--bottom-right {
    padding-top: 0;
    padding-bottom: 0;
}
.section-template--15460791877679__16569387250240bf59-padding {
    padding-bottom: 0px!important;
}
.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role="button"]:before,
.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
    display: none;
}

.bottom-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10rem;
    margin-top: -55px;
    z-index: 8;
}
.index slideshow-component .bottom-part {
    flex-wrap: nowrap;
    padding: 0 5rem;
}
.index slideshow-component .bottom-part .image-icon {

}
.index slideshow-component .bottom-part .button-right {
    text-align: center;
}
.index slideshow-component .bottom-part .image-icon,
.index slideshow-component .bottom-part .button-right {

}

.button-right {
    text-align: right;
}
.slideshow .banner--desktop-transparent .banner__box {
    max-width: 680px;
}
.index slideshow-component .bottom-part .button-right {
    width: 680px;
}
.slideshow .banner--desktop-transparent .banner__box {

    padding: 0;
    min-width: unset;
}
.slideshow__text h2.banner__heading {
    color: #006fba;
    font-weight: 800;
    line-height: 1.1;
    max-width: 620px;
}
.slideshow .banner--desktop-transparent .banner__box .banner__text {
    max-width: 100%;
}

.slideshow__text .banner__text p {
    font-size: 40px;
    color: #545454;
}
.slideshow__text .banner__text button#myBtn {
    font-size: 40px;
    margin: 0 auto;
    font-weight: 500;
    font-style: italic;
    text-decoration: underline;
    border: none;
    background: transparent;
    color: #545454;
    cursor: pointer;
}
.multicolumn .title-wrapper-with-link {
    justify-content: center;
    margin: 2% 0 8% !important;
}

.main-first-image img:hover {
    transition: .5s ease;
    transform: scale(1.01);
}

/******70% People*****/

.people-top-header h2.home-title,
h2.home-title,
h2.image-with-text__heading.h1 {
    color: #545454;
}
.image_icon_right1 h2,
.people-top-header h2.home-title{
    text-align: center;
}
@media (min-width:768px) {
   .image_icon_right1 h2,
   .people-top-header h2.home-title{
        margin-bottom: 60px;
    }
}
@media (min-width:1200px) {
   .image_icon_right1 h2,
   .people-top-header h2.home-title{
        margin-bottom: 80px;
    }
}

/* Section Title Special Highlight */
.section__title h2 b,
.section__subtitle .h2 b {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    white-space: nowrap;
}

.section__title h2 b:after,
.section__subtitle .h2 b:after {
    content: "";
    background: #cde27c;
    position: absolute;
    top: -2px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    z-index: -1;
    border-radius: 5px;
}
@media (min-width:768px) {
    .section__title h2,
    .section__subtitle .h2 {
        line-height: 1.2;
    }
    .section__title h2 b:after,
    .section__subtitle .h2 b:after {
        left: -7.5px;
        right: -7.5px;
        top: 0;
        bottom: -5px;
    }
}
.image_with_icons,
.inner-row-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 35px 20px;
    margin-top: -10px;
    margin-bottom: -20px;
}
.inner-row-icons {
    max-width: 1000px;
    margin: auto;
}
@media (min-width:768px) {
   .inner-row-icons {
        padding: 30px 0;
    }
    .image_with_icons {
        padding: 60px 0;
    }
}

.image_icon_items,
.inner-row-icons .single-items {
    flex: 0 0 47.5%;
    max-width: 47.5%;
    margin: 10px 0 20px;
}

@media (max-width:991px) {

}
@media (min-width:992px) {
   .image_icon_items,
   .inner-row-icons .single-items {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 min(10px, 2.85vw);
    }
}

.inner-row-icons .single-items span.icon-svg {
    display: block;
    margin-bottom: 10px;
}

.image_icon_items img,
.inner-row-icons .single-items span.icon-svg img {
    width: 121px;
    height: 71px;
    object-fit: contain;
}

.product_safety_item h3,
.single-items h3.text-in,
.image_icon_items h3 {
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px
}
.inner-row-icons span.text-in {
    font-size: 20px;
    color: #545454;
    line-height: 1.2;
}


/******image with text*****/

h2.top_heading.home-title {
    margin: 4% 10px 6%;
}

.image-with-text__content .heading-wrap {
    flex-wrap: nowrap;
    align-items: flex-start;
}
.image-with-text__content .heading-wrap img {
    margin-top: 5px;
    margin-right: 20px;
    max-width: 29px;
}

.index .home-image-block-4.custom-image-with-text .heading-wrap img {
    max-width: 38px;
}
@media only screen and (min-width:1700px){
   .image-with-text__content .heading-wrap img {
        margin-top: 7px;
        max-width: 42px;
    }
   .index .home-image-block-4.custom-image-with-text .heading-wrap img {
        max-width: 54px;
        margin-right: 23px;
    }
}
@media only screen and (max-width:749.9px){
   .image-with-text__content .heading-wrap img {
        margin-top: 2px;
        margin-right: 17px;
    }
   .index .home-image-block-4.custom-image-with-text .heading-wrap img {
        margin-right: 20px;
    }
}

.title-wrapper-with-link a {
    color: inherit;
}

.testimonials-to .title-wrapper-with-link {
    text-align: center;
    justify-content: center;
}

.multicolumn .title-wrapper-with-link a {
    font-style: italic;
}
.multicolumn .title-wrapper-with-link a:hover {
    color: #92C83E;
}
.testimonials-top li .multicolumn-card.content-container,
.b-quote .multicolumn-card.content-container {
    max-width: 350px;
    margin: auto;
}

.b-quote li {
    margin-bottom: 30px;
}

.sec-overlay-text h2.home-title {
    background: #fff;
}

.testimonials-top li .multicolumn-card.content-container {
    max-width: 350px;
    margin: auto;
}
.testimonials-top {
    padding-top: 0%;
}

.testimonials-top .background-none .multicolumn-card__image-wrapper,
.b-quote .background-none .multicolumn-card__image-wrapper {
    max-width: 239px;
    margin: auto;
}

.testimonials-top .multicolumn-card__info img {
    max-width: 50px;
}

.spicl-info {
    text-align: left;
    max-width: 500px;
    margin-top: 40px;
    font-size: 18px;
}
.icon-wraper-text {
    max-width: 800px;
}

.b-quote p.dd-info {
    text-align: center;
    font-size: 20px;
    max-width: 700px;
    margin: auto;
    display: block;
    width: 100%;
}

p.dd-info b,
p.dd-info strong {
    font-weight: bold;
}

p.cus_positions {
    display: block !important;
    margin: 0 30px 5% 30px !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    font-style: italic;

}
.b-quote .multicolumn,
.testimonials-top .multicolumn {
    max-width: 1500px;
    margin: auto;
}
@media screen and (max-width: 767px) {
    .b-quote .multicolumn,
    .testimonials-top .multicolumn {
        padding: 35px 0;   
    }
}
.testimonials-top .multicolumn {
    max-width: 100%;
}
.page-natural-relief .testimonials-top li .multicolumn-card.content-container .media {

}
.page-natural-relief .testimonials-top li .multicolumn-card.content-container .media img {
    border-radius: 50%;
}

.page-natural-relief .testimonials-top li .multicolumn-card.content-container {
    max-width: 100%;
    background: none;
}
.page-natural-relief .multicolumn-card__info {
    padding: 2.5rem;
    padding-top: 60px;
}
.page-natural-relief .testimonials-top .rte {
    margin-bottom: 20px;
    margin-top: 30px;
}
.b-quote h2.title.home-title {
    text-align: center;
}
.multicolumn .title {
    text-align: center;
}

.how-does-in .rich-text__blocks {
    max-width: 100%;
}

.how-does-in .rich-text__blocks .image-with-text-in {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 35px 0 0;
}
@media screen and (min-width: 992px) {
    .how-does-in .rich-text__blocks .image-with-text-in {
        margin: 60px 0;
    }
}

.how-does-in .rich-text__blocks .image-with-text-in .image-col-ect {
    flex: 0 0 47.5%;
    max-width: 47.5%;
    padding: 0 0;
}
.how-does-in .right-cions-colun {
    flex: 0 0 52.5%;
    max-width: 52.5%;
    padding: 0 0;
}
.how-does-in .right-cions-colun a {
    text-decoration: none;
}
.how-does-in .right-cions-colun a:hover span.wht-info {
    color: #a6a2a2!important;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.how-does-in .right-cions-colun a span.wht-info {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.how-does-in .rich-text__blocks .image-with-text-in img {
    max-width: 100%;
}

.how-does-in .rich-text__blocks .right-cions-colun .single-icon-col svg {
    width: 150px;
    height: 150px;
    padding: 20px;
    background: #6acff62e;
    border-radius: 100%;
    margin-bottom: 10px;
}

.how-does-in .rich-text__blocks {
    max-width: 100%;
}


.how-does-in .rich-text__blocks .image-with-text-in img {
    max-width: 100%;
}
.how-does-in .rich-text__blocks .right-cions-colun {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    padding: 35px 25px 0;
    margin-top: -25px;
    margin-bottom: -25px;
}

@media screen and (min-width: 992px) {
    .how-does-in .rich-text__blocks .right-cions-colun {
        padding: 0 60px;
    }
}

.how-does-in .rich-text__blocks .right-cions-colun span {
    display: block;
}

.how-does-in .rich-text__blocks .right-cions-colun .single-icon-col {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 25px 0;
}
@media screen and (min-width: 992px) {
    .how-does-in .rich-text__blocks .right-cions-colun .single-icon-col {
        margin-bottom: 60px;
    }
}
    


.how-does-in .rich-text__blocks .right-cions-colun .single-icon-col svg {
    width: 150px;
    height: 150px;
    padding: 20px;
    background: #6acff62e;
    border-radius: 100%;
    margin-bottom: 10px;
}
.how-does-in .rich-text__blocks .right-cions-colun .single-icon-col span.wht-info {
    font-size: 18px;
    color: #545454;
    margin: auto;
    display: block;
    max-width: 180px;
    font-weight: 500;
}

/****4-7-22********/
.footer-block--newsletter {
    display: none !important;
}

.footer-block-image .button__wrapper {
    display: block;
    margin: 45px auto;
}


.footer .list-social__link {
    padding: 0 0 0 10px;
    color: #006fba;
}

.footer-block__details-content p a {
    color: #006fba;
    text-decoration: none;
}

.cst_ftrcopyryt {
    padding: 0 8.5%;
}
.cst-ftr-txt p {
    font-size: 13px;
}

.cst_ftrcopyryt .footer__copyright {
    text-align: center;
    font-size: 0.750em;
    line-height: 1;
}

.cst_ftrcopyryt small.copyright__content {
    font-size: 14px;
    color: #545454;
}

.footer__content-top.page-width {
    padding-bottom: 10px;
}

.backtop {
    text-align: right;
    margin: 15% 0 0;
}

.backtop img {
    max-width: 100px;
}
nav.header__inline-menu.cstnav {
    display: flex;
    justify-content: center;
}

/**********benefit-2************/
.benefit_page_contents_wrappers {
    padding: 5rem;
}
.benefit_page_contents_wrappers h1 {
    text-align: center;
    padding: 0 0 20px;
    font-size: 38px;
    font-weight: bold;
}
.benefits_number_content {
    align-items: center;
    width: 100%;
    text-align: left;
    display: flex;
    padding: 2%;
}
span.benefits_numbers_items {
    font-size: 48px;
    line-height: 38px;
    font-weight: 700;
    padding: 0 5% 0 0;
}
span.benefits_numbers_conotent {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    font-size: 20px;
    letter-spacing: normal;
}

.benefit_two_section_two {
    padding: 0rem 0;
    display: flex;
    position: relative;
}
.benefit_two_section_two .benefit_one_section_five_right {
    width: 35%;
    background: #fff;
    box-shadow: 1px 1px 15px 4px #ccc;
    border-radius: 5px;
    padding: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-20%, -50%);
}
.benefit_two_section_two .benefit_one_section_five_right img {
    width: 100%;
    max-width: 600px;
    padding: 4%;
}
.benefit_one_section_five_right h1 {
    font-weight: 700;
    font-size: 28px;
    margin: 0 0 4%;
}
.benefit_one_section_five_left img {
    width: 100%;
}
.banner__media.media img {
    object-fit: contain;
}
.banner.banner--content-align-center {
    min-height: auto;
}
span.wht-icon img {
    width: 30px;
    height: 40px;
    object-fit: contain;
}
.benefit_one_section_five_right a {
    background: #c40158 0% 0% no-repeat padding-box;
    text-align: center;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 40px;
    font-size: 20px;
    min-width: 300px;
    z-index: 9999999;
    border-radius: 5px;
    transition: .5s ease;
    overflow: hidden;
    top: auto;
    min-height: inherit;
}





/********************/

.product__info-wrapper .product__title {
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: 800;
}
.product__info-wrapper .price__regular {
    font-weight: bold;
    letter-spacing: normal;
}
.price__sale {
    font-weight: bold;
    letter-spacing: normal;
}
.product-form__input.product-form__quantity {
    display: flex;
    align-items: center;
}
.product-form__input.product-form__quantity label.form__label {
    margin: 0 20px 0 0;
}
.product-form__input.product-form__quantity button, .product-form__input.product-form__quantity input {
    height: auto;
    padding: 10px 0;
}
.product-form__input.product-form__quantity quantity-input.quantity {
    min-height: auto;
}

.product-form__buttons button.product-form__submit {
    background: #c40158;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 40px;
    font-size: 18px;
    min-height: auto;
    transition: all 0.15s ease-in-out;
}
.product-form__buttons button.product-form__submit:hover {
    background: #92c83e;
    font-weight: bold;
}

.product__info-wrapper button.shopify-payment-button__more-options {
    margin: 0;
    padding: 0;
}

.recommeded_product_wrapper {
    padding: 10px 40px 5%;
    text-align: center;
}
.recommeded-top-header p {
    max-width: 790px;
    margin: 30px auto 70px;
    font-size: 18px;
}
.recommeded-top-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.recommeded-left-section {
    width: 20%;
}
.recommeded-left-section img {
    width: 100%;
}
.recommeded-right-section {
    width: 80%;
    text-align: left;
    padding-left: 5%;
}
.recommeded-right-section img {
    max-width: 100%;
}
.recommeded-right-section h1 {
    font-weight: 600;
    font-size: 20px;
    margin: 18px 0 2px;
}
.recommeded-right-section p {
    font-size: 18px;
}
.product_safety_wrapper {
    padding: 80px 40px;
}
.product_safety-top-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.product_safety-top-header h2.home-title {
    margin: 0 0 20px;
}
.product_safety-top-header p {
    font-size: 1.250em;
    margin-left: auto;
    margin-right: auto;
}
.product_safety-top-content {
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: center;
    text-align: center;
    padding: 40px 0 0;
}
.product_safety_item {
    padding: 0 20px;
    max-width: 100%;
    flex: 1 1 100%;
}
@media only screen and (min-width:992px) and (max-width:1399.9px) {
    .product_safety_item {
        max-width: 25%;
        flex: 1 1 25%;
    }
}
@media only screen and (min-width:1400px) {
    .product_safety_item {
        max-width: 17.5%;
        flex: 1 1 17.5%;
    }
    .product_safety-top-header p {
        font-size: 1.625em;
        max-width: 70%;
    }
}
.product_safety_item h3 {
    text-align: center;
}
.product_safety_item img {
    max-width: 150px;
    max-height: 100px;
    height: auto;
    object-fit: contain;
    margin: 0 0 10px;
}

.cus_pro_accordion {
    width: 100%;
}
.cus_pro_accordion .accordion {

}
.cus_pro_accordion .panel {
    padding: 10px 0!important;
    font-size: 18px!important;
}
.cus_pro_accordion .active, .cus_pro_accordion .accordion:hover {
    background-color: transparent !important;
}
.cus_pro_accordion button.accordion {
    position: relative;
    margin-top: 0;
}

.cus_pro_accordion button.accordion:after {
    content: "+";
    padding-right: 0.25em;
    color: #becbd2;
    font-size: 1.5em;
    font-weight: 500;
    font-family: Lucida Console,Monaco,monospace;
    position: absolute;
    right: 0;
}
.cus_pro_accordion button.accordion.active:after {
    content: "-";
}
.product_faq_section.container h2 {
    text-align: center;
    text-transform: uppercase;
}

.nested-accordion h3{
    margin-bottom: 0;
}
.nested-accordion .nested-accordion h3 {
    font-size: 1.0875em;
    font-weight: 500;
}
.nested-accordion h3,
body.product .image-with-accordian .cus_pro_accordion button {
    font-size: 1.125em;
    font-family: IBM Plex Sans,sans-serif !important;
    font-weight: 700;
    background: transparent !important;
    border-top: 0;
    border-bottom: 1px solid #333;
    padding: 20px 35px 20px 0;
    position: relative;
    letter-spacing: calc(var(--font-heading-scale) * 0.06rem) !important;
}
@media(min-width:992px) {
   .nested-accordion h3,
    body.product .image-with-accordian .cus_pro_accordion button {
        font-size: 1.375em;
    }
   .nested-accordion .nested-accordion h3 {
        font-size: 1.325em;
    }
}
@media(min-width:1200px) {
   .nested-accordion h3,
    body.product .image-with-accordian .cus_pro_accordion button {
        font-size: 1.875em;
    }
   .nested-accordion .nested-accordion h3 {
        font-size: 1.625em;
    }
}
body.product .cus_pro_accordion button.accordion::after {
    content: "\f107 ";
    padding-right: 0.5em;
    color: #444;
    font-size: 30px;
    font-weight: normal;
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    line-height: 20px;
}
body.product .cus_pro_accordion button.accordion.active::after {
    content: "\f106 ";
}
.take-iso .cus_heading a {
    color: #545454;
}

.image-with-text__media img {
    object-fit: contain;
    object-position: top;
}


/****benifit-1*********/

.benefit_one_section_three4 {
    background: url(/cdn/shop/files/Group-331.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 16%;
}

.benefit_one_section_bottom-part .bottom-part {
    padding: 0 5rem;
}
.benefit_one_item_content {
    font-size: 1.75em;
    display: flex;
    flex-flow: row wrap;
    justify-content:center;
}
.benefit_one_item {
    width: 25%;
    max-width: 25%;
    text-align: center;
    padding: 0 30px;
}
.benefit_one_item p {
    margin: 15px 0 0;
}
.benefit_one_section_two {
    padding: 4rem 5rem;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}
.benefit_one_item img {
    height: 100px;
    width: 100px;
    object-fit: contain;
}
.people-top-header {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
.benefit_one_section_three {
    text-align: center;
    padding: 4% 2% 8%;
}
.benefit_one_section_three .section_heading span {
    background: #B2D235;
    padding: 0 5px;
}
.benefit_one_section_three p {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 1.75em;
}

.benefit_one_section_four {
    padding: 0 5rem;
}
.benefit_one_section_four .section_heading {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 30px;
}
@media only screen and (min-width:750px) {
   .benefit_one_section_four .section_heading {
        margin: 0 auto 70px;
    }
}
.benefit_one_item_four_contentMain {
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}
.benefit_one_four_item {
    width: 100%;
    text-align: left;
    display: flex;
    padding: 0 25px;
    margin-bottom: 40px;
}
span.benefit_one_item_number {
    font-size: 5em;
    line-height: 1;
    font-weight: 700;
    padding: 0 30px 0 0;
    font-family: ProximaNova;
    width: 80px;
    min-width: 80px;
}
.benefit_one_section_five_left1 h2 button#myBtn {
    border: none;
    background: transparent;
    text-decoration: underline;
    font-size: 40px;
    font-weight: 700;
    cursor: pointer;
    color: #545454;
    margin-left: 8px;
}
.benefit_one_section_five_left1 h2 button#myBtn:hover {
    color: #B2D235;
}
.benefit_one_section_five {
    padding: 5rem 0;
    display: flex;
    position: relative;
}
.benefit_one_section_five_left1 {
    width: 32%;
    background: #fff;
    box-shadow: 1px 1px 15px 4px #ccc;
    border-radius: 5px;
    padding: 3% 3% 4% 3%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(20%,-50%);
}
.benefit_one_section_five_left1 h2 button#myBtn {
    font-size: 1em;
}
.benefit_one_section_five_left1 img {
    width: 100%;
    max-width: 300px;
    padding: 6% 4%;
}
.benefit_one_section_five_right img {
    height: 950px;
    object-fit: cover;
}
.benefit_one_section_five_right {
    width: 100%;
}

.benefit_one_section_five_right img {
    width: 100%;
}
.benefit_one_section_five a.button.button--primary {
    min-width: 300px;
}

.benefit_one_section_five_left1 .banner__buttons, .benefit_one_section_five_right a {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -20px;
}

.image_icon_right {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width:991px){
   .image_icon_right {
        justify-content: space-between;
    }
}

h2.home-title a {
    color: #545454;
    font-style: italic;
}
@media only screen and (min-width:992px) {
    h2.home-title a {
        transition: color 0.15s ease-in;
    }
}
h2.home-title a:hover {
    color: #cde27c;
}

/*******science_page_container********/

.science_page_container.page-width {
    padding: 35px 25px;
}
.science_page_container h1 {
    text-align: center;
    padding: 35px 0;
    color: #006FBA;
}
@media only screen and (min-width:992px) {
    .science_page_container h1 {
        padding: 75px 0;
    }
    .science_page_container {
        padding: 0 100px 0;
    }
}
.science_page_container img {
    width: 100%;
}

.iamge_logo_sections {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 10px;
    padding: 0 25px;
    justify-content: center;
}
.iamge_logo-items {
    margin-top: 25px;
    margin-bottom: 25px;
    display: inherit;
    align-items: center;
    justify-content: center;
    width: 90%;
    padding: 0 20px;
    text-align: center;
}
.iamge_logo-items img {
    max-height: 90px;
    max-width: 350px;
    width: 100%;
    height: auto;
    max-height: 75px;
    object-fit: contain;
}
@media(min-width:768px) {
    .iamge_logo_sections {
        max-width: 90%;
        margin: -20px auto 50px;
    }
    .iamge_logo-items {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 47.5%;
        text-align: center;
    }
    .iamge_logo-items img {
        max-height: 800px;
    }
}
@media(min-width:1200px) {
    .iamge_logo-items {
        width: 33%;
    }
    .iamge_logo_sections {
        padding: 0 100px;
    }
}
.science_content_heading {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 40px;
}
.science_content_heading span {
    background: #cde27c;
    padding-left: 5px;
    padding-right: 5px;
}
.benefit_page_contents {
    max-width: 1400px;
    margin: 0 auto;
}
div#Banner-template--15206291570735__16570496534119d09d {
    min-height: unset;
    width: 100%;
    display: block;
}
section#shopify-section-template--15206291570735__16570496534119d09d .banner__media.media {
    height: auto;
    position: unset;
}
section#shopify-section-template--15206291570735__16570496534119d09d .banner__media.media img {
    position: unset;
}

.how-does-in .rich-text__blocks .right-cions-colun .single-icon-col span.wht-icon img {
    background: #6acff638;
    height: 130px;
    width: 130px;
    object-fit: contain;
    border-radius: 70px;
    padding: 20px;
}

.icon-with-text {
    max-width: 730px;
    margin: 0 auto;
}
.image-with-text__media.media {
    border: none;
}

.spicl-info p {
    font-size: 24px;
}

/********************************/
header.header .header__icons details-modal.header__search {
    display: none;
}
.image-with-text {
    padding-left: 0;
    padding-right: 0;
}

.how-does-in .rich-text__wrapper {
    padding-left: 0;
    padding-right: 0;
}
.b-quote .page-width.isolate {
    padding: 0 0 6%;
}
footer.footer {
    border-top: 1px solid rgba(84, 84, 84, 0.25);
}
a.gastro-rec {
    position: relative;
    display: inline-block;
}
@media only screen and (min-width:750px){
    footer.footer {
        border: none;
    }
    a.gastro-rec:hover:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: -35px;
        top: 15px;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 30px solid #d71d78;
    }
}
.people-section .isolate .icon-with-text {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .multicolumn slider-component.slider-mobile-gutter {
        padding: 0 4%;
    }
}
@media (min-width: 1300px) {
   .multicolumn slider-component.slider-mobile-gutter {
       padding: 0 6%;
    }
}

img.icon.cscart {
    object-fit: contain;
}
.header__icons svg:hover {
    /* color: #c40158; */
}

s.price-item.price-item--regular {
    font-size: 20px !important;
    color: #AAAAAA;
}

@media only screen and (min-width:1200px){
   .multicolumn-card__info .rte {
        min-height: 120px;
    }

   .image-with-text.space-right .image-with-text__media-item {
        padding-right: 50px;
    }
}
.cstscience_1 .image-with-text .grid {
    align-items: center;
}
.benefit1_bdy
.image_icon_left {
    width: 30%;
}
.image_icon_right1 {
    width: 60%;
}

body .back-to-top {
    right: 130px;
}
/************@@media***********/
/************@@media**********/



@media (max-width: 1800px) {
   .bottom-part {
        padding: 0 5rem;
    }
}

@media (max-width: 1600px) {


}


@media (max-width: 1500px) {

   .people-top-header h2.home-title {
        max-width: 600px;
        margin: 0 auto;
        padding: 2% 0 10%;
    }
   .slideshow__text .banner__text button#myBtn {
        font-size: 22px;
    }
   .slideshow .banner--desktop-transparent .banner__box {
        min-width: unset;
        padding: 0px 20px;
    }
   .slideshow .banner--desktop-transparent .banner__box {
        max-width: 500px;
    }
   .index slideshow-component .bottom-part .button-right {
        width: 500px;
    }
   .slideshow__text .banner__text p {
        font-size: 22px;
    }
   .cstnav>ul>li>a,
   .cstnav>ul>li summary.list-menu__item {
        font-size: 14px;
        padding: 12px;
    }

   .inner-row-icons span.text-in {
        font-size: 18px;
    }

   .slideshow__text h2.banner__heading {
        max-width: 400px;
    }

}



@media (max-width: 1200px) {
   .benefit_one_section_bottom-part .bottom-part {
        margin-top: -6%;
    }

   .header__menu-item span {
        font-size: 14px;
    }

    a.header__icon.header__icon--account, summary.header__icon.header__icon--search {
        width: 2.4rem;
    }
   .bottom-part a.button.button--primary {
        min-width: 250px;
    }
   .slideshow__text .banner__text p {
        font-size: 18px;
    }
   .bottom-part img.f-image {
        max-width: 280px;
    }

    body .slideshow__text-wrapper.banner__content {
        padding: 2rem;
    }
    nav.header__inline-menu.cstnav {
        display: flex;
        justify-content: center;
    }
    header.header.header--middle-left {
        padding-left: 20px;
        padding-right: 20px;
    }
   .header__icon .icon {
        height: 1.6rem;
        width: 1.6rem;
        fill: none;
        vertical-align: middle;
    }
   .cstnav>ul>li>a, .cstnav>ul>li summary.list-menu__item {
        font-size: 14px;
        padding: 6px;
    }
   .slideshow .banner--desktop-transparent .banner__box {
        max-width: 350px;
        min-width: unset;
    }
}

@media (max-width: 980px) {
   .benefit_one_item_four_content {
        width: 100%;
    }
   .benefit_one_item_content br {
        display: none;
    }

    a.gastro-rec:hover:after {
        right: -22px;
        top: 8px;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 18px solid #d71d78;
    }

   .benefit_one_section_five_right h1 {
        font-size: 18px;
    }
   .testimonials-top .multicolumn {
        padding-top: 10%;
    }
   .recommeded_product_wrapper {
        padding: 10px 20px 10%;
    }
   .benefit_one_section_five_left img {
        width: 100%;
        height: 820px;
        object-fit: cover;
    }
   .benefit_two_section_two .benefit_one_section_five_right {
        left: 0;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        padding: 20px;
    }
   .benefit_two_section_two .benefit_one_section_five_right img {
        height: auto;
        max-width: 300px;
    }
   .benefit_one_section_five_right img {
        height: 800px;
        object-fit: cover;
    }
   .benefit_one_section_five_left1 img {
        max-width: 100%;
        width: 100%;
    }
   .benefit_one_section_five_left1 {
        width: 50%;
        left: 50%;
        padding: 3% 3% 7%;
        transform: translate(-50%, -50%);
    }

    nav.header__inline-menu.cstnav {
        display: none;
    }

   .what-special-for .icon-wraper-text {
        max-width: 500px;
    }
   .inner-row-icons span.text-in {
        font-size: 15px;
    }
   .slideshow__text .banner__text p {
        font-size: 15px;
    }

   .bottom-part img.f-image {
        max-width: 210px;
    }
   .testimonials-top .grid--1-col-tablet-down.grid--peek .grid__item, .b-quote .grid--1-col-tablet-down.grid--peek .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
        max-width: 50%;
    }
   .b-quote ul {
        justify-content: center;
    }
   .testimonials-top .background-none .multicolumn-card__image-wrapper, .b-quote .background-none .multicolumn-card__image-wrapper {
        max-width: 180px;
        margin: auto;
    }
   .what-special-for .color-background-2 {
        background-size: 500px !important;
        padding: 35px 0;
    }
   .testimonials-top .multicolumn-list {
        justify-content: center;
    }
   .how-does-in .rich-text__blocks .image-with-text-in .image-col-ect, .how-does-in .right-cions-colun {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
   .right-cions-colun {
        margin-top: 3px;
    }

   .heading-wrap + .image-with-text__text.rte.body {
        margin-top: 20px;
    }
   .bottom-part {
        margin-top: -28px;
    }
   .menu-drawer__menu-item {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
   .icon-arrow {
        width: 1rem;
    }
}

@media (max-width: 991px) {
   .page-width, body .bottom-part {
        padding: 0 25px;
    }
}

@media (max-width: 767px) {
   .cstscience_1 .image-with-text__text.rte.body p {
        font-size: 18px;
    }

    a.gastro-rec:hover:after {
        right: -18px;
        top: 7px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #d71d78;
    }

   .spicl-info p {
        font-size: 18px;
    }
   .benefit_one_section_five_left1 {
        width: calc(100% - 50px);
        left: 52%;
        padding-bottom: 50px;
    }
   .image_with_icons {
        padding: 2rem;
    }
   .image_icon_right1 {
        width: 100%;
    }

   .product-form__input.product-form__quantity {
        flex-wrap: wrap;
    }
   .product-form__input.product-form__quantity label.form__label {
        margin: 0 20px 10px 0;
    }
   .benefit_one_item {
        width: 50%;
        max-width: 50%;
        padding: 0;
    }
   .image-with-text.image-with-text--no-overlap {
        padding-bottom: 0px !important;
    }
   .image-with-text.image-with-text--no-overlap {
        padding: 0;
    }
   .menu-drawer .list-menu__item {
        font-size: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
   .cst_ftrcopyryt .footer__copyright {
        margin-top: 0;
    }
   .menu-drawer__utility-links * {
        font-size: 16px;
    }
   .bottom-part img.f-image {
        max-width: 168px;
    }
   .slideshow__text .banner__text p {
        font-size: 14px;
    }
   .banner--mobile-bottom .slideshow__text.banner__box {
        padding: 20px;
    }
   .rich-text__wrapper {
        width: 100% !important;
    }
   .header__heading-link {
        padding-top: 6px;
        padding-bottom: 6px;
    }

   .header__heading-link img.header__heading-logo {
        max-width: 101px;
    }
    body .banner--mobile-bottom .slideshow__text.banner__box {
        padding: 20px;
    }
    body .slideshow__text-wrapper.banner__content {
        padding: 0;
    }
   .people-section .rich-text {
        padding-bottom: 0;
    }
    h2.top_heading.home-title {
        margin-bottom: 30px;
    }

   .rich-text__wrapper {
        width: 100%;
    }
    body .image-with-text__content .image-with-text__text+.button {
        margin-top: 1.5rem;
        font-size: 16px;
    }
   .testimonials-top .multicolumn-list {
        justify-content: flex-start;
    }
   .testimonials-top .grid--1-col-tablet-down.grid--peek .grid__item, .b-quote .grid--1-col-tablet-down.grid--peek .grid__item {
        width: calc(80% - var(--grid-desktop-horizontal-spacing) - 3rem);
        max-width: 80%;
    }
   .footer__content-top.page-width {
        padding-left: 1.4rem;
        padding-right: 1.4rem;
    }
   .footer-block.grid__item .footer-block__details-content.rte {
        margin-bottom: 20px;
        text-align: center;
    }
   .spicl-info {
        font-size: 15px;
        margin-top: 20px;
    }
   .what-special-for .single-icon-col span.wht-info,
   .b-quote p.dd-info, .how-does-in .rich-text__blocks .right-cions-colun .single-icon-col span.wht-info {
        font-size: 18px;
    }
    h2.home-title br, .inner-row-icons .single-items br {
        display: none;
    }
    a.header__icon.header__icon--account, summary.header__icon.header__icon--search {
        width: 2rem;
    }
   .testimonials-top .background-none .multicolumn-card__image-wrapper, .b-quote .background-none .multicolumn-card__image-wrapper {
        max-width: 150px;
        margin: auto;
    }
   .testimonials-top .background-none .slider .multicolumn-card__info, .b-quote .background-none .slider .multicolumn-card__info {
        padding: 20px 10px !important;
    }
    body .footer-block.grid__item {
        padding: 0;
        margin: 1rem 0;
        width: 100%;
    }
    body .b-quote ul {
        justify-content: flex-start;
    }
   .how-does-in .rich-text__blocks .right-cions-colun .single-icon-col svg {
        width: 100px;
        height: 100px;
        padding: 10px;
    }
   .backtop {
        margin-top: 10px;
    }
    body .button__wrapper {
        display: block;
        margin: 20px auto;
    }
}

@media (max-width: 480px) {

   .benefit_one_section_five_right img {
        height: 800px;
        object-fit: cover;
    }
   .benefit_two_section_two .benefit_one_section_five_right img {
        height: auto;
    }

   .science_content_heading {
        padding: 20px;
    }

    /*****************/

    span.benefits_numbers_items {
        font-size: 38px;
    }
    span.benefits_numbers_conotent {
        font-size: 18px;
    }
   .benefit_one_section_two {
        padding: 40px 15px;
        text-align: center;
    }
   .benefit_two_section_two .benefit_one_section_five_right {
        left: 0;
        top: 50%;
        width: 100%;
        transform: translate(0, -50%);
        padding: 20px;
    }
   .benefit_one_section_five_left img {
        width: 100%;
        height: 820px;
        object-fit: cover;
    }

   .benefit_page_contents_wrappers {
        padding: 2rem 1rem;
    }
   .benefit_one_section_two {
        padding: 2rem 1rem;
        text-align: center;
    }
   .benefit_one_section_three {
        text-align: center;
        padding: 3rem 1rem;
    }
   .benefit_one_section_four {
        padding: 0 1rem;
    }

   .benefit_one_item img {
        height: 60px;
        width: 60px;
        object-fit: contain;
    }
   .benefit_one_item p {
        font-size: 1.125em;
        margin: 0 0 30px;
    }

   .benefit_one_section_three p {
        font-size: 1.125em;

    }
    span.benefit_one_item_content {
        font-size: 1.125em;
    }
   .benefit_one_four_item {
        width: 100%;

    }

   .benefit_one_section_two {
        padding: 40px 15px;
        text-align: center;
    }

   .benefit_one_section_five_left img {
        width: 100%;
        height: 820px;
        object-fit: cover;
    }

   .benefit_page_contents_wrappers {
        padding: 2rem 1rem;
    }
   .benefit_one_section_two {
        padding: 2rem 1rem;
        text-align: center;
    }
   .benefit_one_section_three {
        text-align: center;
        padding: 3rem 1rem;
    }
   .benefit_one_section_four {
        padding: 0 1rem;
    }
}


/* FAQ SECTION & PRODUCT FAQ SECTION */
.faq_section {
    padding: 35px 25px;
}
@media only screen and (min-width:990px) {
   .faq_section {
        padding: 50px max(50px, 6vw);
    }
}

.faq_section .nested-accordion {
    margin-top: 0.5em;
    cursor: pointer;
}
.faq_section .nested-accordion .nested-accordion {
    padding: 0 0 0 30px;
}
.faq_section .nested-accordion h3:before {
    display:none;
}
.faq_section .nested-accordion h3:after {
    content: "+";
    padding-right: 0.25em;
    color: #becbd2;
    font-size: 1.5em;
    font-weight: 500;
    font-family: "Lucida Console", Monaco, monospace;
    position: absolute;
    right: 0;
}
.faq_section .nested-accordion h3:after {
    content: "\f107 ";
    padding-right: .25em;
    color: #444;
    font-size: 30px;
    font-weight: normal;
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    line-height: 20px;
}
.faq_section .nested-accordion h3.selected::after {
    content: "\f106 ";
}
.faq_section .nested-accordion h3.selected {
    border-bottom: 1px solid #333;
}
.faq_section .nested-accordion .comment {
    border: none;
    padding: 0 15px;
}
@media only screen and (min-width: 768px) {
    .faq_section .nested-accordion .comment {
        padding: 0 30px;
    } 
} 
.faq_section .nested-accordion .comment .nested-accordion {
    border: none;
}

.faq_section .nested-accordion .comment p {
    margin: 1em 0;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}
.faq_section .nested-accordion .comment a {
    text-decoration: none;
    color: #47a3da;
}

@media only screen and (max-width:991px) {
    .faq_section.container {
        padding: 35px 25px;
    }
}

/* PAGE TITLE SECTION */
.page-title__section {
    margin: 40px 0;
}
.page-title__section h1 {
    color: var(--gradient-base-accent-1);
    text-align: center;
    /*text-transform: uppercase;*/
    letter-spacing: 0.25px;
}
}
.page-title__section .rich-text__text {
    font-size: 1.125em;
}
@media (min-width: 768px) {
    .page-title__section .rich-text__text {
        font-size: 1.325em;
    }
}
@media (min-width: 992px) {
    .page-title__section {
        margin: 100px 0 140px;
    }
    .page-title__section h1 {
        text-align: center;
    }
    .page-title__section .rich-text__text {
        font-size: 2em;
        text-align: center;
        margin-top: 25px;
        max-width: 1200px;
        margin: auto;
    }
}

/* TAKE ISO SECTION */
.take-iso-product .sec-overlay-text {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.take-iso-product .home-title {
    max-width: 400px;
    margin: auto;
}
@media only screen and (min-width:1200px){
    .take-iso-product .home-title {
        max-width: 600px;
    }
}
.take-iso-product .bg-image img {
    width: 550px;
}
.take-iso-product .take-iso-section {
    position: relative;
    text-align: center;
}

.take-iso-product .sec-icon {
    position: relative;
    z-index: 1;
    margin: 0;
    text-align: center;
}
@media only screen and (min-width:992px){
    .take-iso-product .sec-icon {
        margin-top: -60px;
    }
}

.take-iso-product .sec-icon .custom-logo-image {
    max-width: 250px;
}
@media only screen and (min-width:992px){
    .take-iso-product .sec-icon .custom-logo-image {
        max-width: 350px;
    }
}

.take-iso-product .static-pro-image {
    margin: 70px 0;
}

.take-iso-product .section__subtitle  {
    margin: 40px 0 0 0;
    text-align: center;
}
@media (min-width: 992px) {
    .take-iso-product .section__subtitle  {
        margin: 100px 0 0 0;
    }
}
.take-iso-product .section__subtitle a {
    font-style:italic; 
    text-decoration:underline;

    white-space: nowrap;
}
.take-iso-product .static-pro-image img {
    max-width: 300px;
}
@media (min-width: 992px) {
    .take-iso-product span.bg-image img {
        max-width: min(max(300px,35vw),500px);
    }
    /*
   .take-iso-product a.button.button--primary {
        padding: 10px 20px;
        font-size: 16px;
        min-width: 200px;
    }
    */
}