
body {
    background-color: #ffffff;
}
.bodepro-microbiotics h1,.bodepro-microbiotics h2,
.bodepro-microbiotics h3,.bodepro-microbiotics h4,
.bodepro-microbiotics h5,.bodepro-microbiotics h6{
    font-family:'montserrat',Arial,Helvetica,sans-serif;
    text-align:center;
    margin-bottom: 0;
    font-weight: 400;
    color: #ffffff;
}

.bodepro-microbiotics h1 span + span {
    font-size: 96%;
}

.bodepro-microbiotics h1 {
    font-size: 3vw;
    line-height: 126%;
    text-transform: uppercase !important;
}

.bodepro-microbiotics section:not(#section2) h1,
.bodepro-microbiotics section:not(#section2) h2,
.bodepro-microbiotics section:not(#section2) h3,
.bodepro-microbiotics section:not(#section2) h4,
.bodepro-microbiotics section:not(#section2) h5,
.bodepro-microbiotics section:not(#section2) h6 {
    font-size: 2.4vw;
    color: #6f7277;
}

.bodepro-microbiotics section:not(#section2) h4 {
    font-size: 1.4vw;
}

.bodepro-microbiotics h4 {
    font-size: 1.8vw;

}

.bodepro-microbiotics section {
    padding: 40px 0;
}

.c-white {
    color: #ffffff;
}
.c-green {
    color: #74bc44;
}
.c-orange {
    color: #f2630e;
}
.c-black {
    color: #000000;
}
.c-grey {
    color: #6f7277;
}
.c-purple {
    color: #6133d9 !important;
}
.c-blue {
    color: #1f4899;
}
.c-light-blue {
    color: #12a5e2 !important;
}
.c-lightgrey {
    color: #6f7277;
}
.ripple-container {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 2.5vw;
}

.ripple-image {
    display: block;
    width: 100%;
    transition: transform 0.2s ease-out;
}

/* Create after-images */
.ripple-container::before,
.ripple-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 2.5vw;
    opacity: 0;
    transform: scale(1);
    will-change: transform, opacity;
    pointer-events: none; /* Prevents ghost images from interfering */
    background-image: var(--image-url); /* Use the dynamic background image */
}


/* Hover Trigger */
.ripple-container:hover::before {
    animation: rippleEffect 0.6s ease-out forwards;
}

.ripple-container:hover::after {
    animation: rippleEffect 0.6s ease-out 0.1s forwards; /* Slight delay */
}

/* Keyframe animation */
@keyframes rippleEffect {
    0% {
        opacity: 0.8;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.1) translateX(-5px);
    }
    100% {
        opacity: 0;
        transform: scale(1.2) translateX(5px);
    }
}
.custom-tile.col-4 {
    -ms-flex: 0 0 29.2%;
    flex: 0 0 29.2%;
    max-width: 29.2%;
}
.custom-tile.col-8 {
    -ms-flex: 0 0 70.8%;
    flex: 1 0 70.8%;
    max-width: 70.8%;
}
.custom-tile.col-5 {
    -ms-flex: 0 0 41.75%;
    flex: 0 0 41.75%;
    max-width: 41.75%;
}
.custom-tile.col-7 {
    -ms-flex: 0 0 58.25%;
    flex: 0 0 58.25%;
    max-width: 58.25%;
}
.padw-4 {
    padding: 0 4%;
}
.card.tile {
    overflow: hidden;
    transition: all 0.2s;
}
.card.tile:hover {
    box-shadow: 0px 15px 20px #ababab;
    scale: 1.01;
    transition: all 0.2s;
    border: 1px solid #a6a6a6;
}
.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f2630e;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    box-shadow: 2px 2px 6px #5a5a5a;
    margin: 5px 9px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.btn.btn-secondary.btn-lg {
    border-color: #f2630e;
    color: white !important;
    background-color: #f2630e;
    width: 100%;
    margin: auto;
    max-width: 220px;
    transition: all 0.3s;
    /*text-shadow: 3px 3px 5px rgb(68 69 71 / 72%);*/
    font-weight: 600;
    font-size: 30px !important;
}
.btn.btn-secondary.btn-lg:hover {
    border-color: #fc7b1e;
    color: #fc7b1e !important;
    background-color: white;
    transition: all 0.3s;
    text-shadow: none;
}
strong {
    font-weight: 500 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
p {

}

.semibold {
    font-weight: 600 !important;
}

.centered {
    min-height: calc(46vw);
    display: flex;
    align-items: center;
    justify-content: center;
}

#header {
    box-shadow: 0 2px 10px #6f7277 !important;
}

.top-sale-banner {
    background-color: #ffffff;
    color: #1f4899;
    text-align: center;
    padding: 10px;
}

#headerCarousel .owl-carousel .item {
    min-height: calc(46vw);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 80px;
}

#headerCarousel .owl-carousel .item .item-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    max-width: 54%;
}

#headerCarousel .owl-carousel .item#item-headerSlide3 .item-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 100%;
}

#headerCarousel .owl-carousel .item#item-headerSlide3 .btn.btn-secondary.btn-lg {
    border-color: #f2630e;
    color: white;
    background-color: #f2630e;
    width: 100%;
    margin: 12% 0% 2% 16% !important;
    max-width: 280px;
    transition: all 0.3s;
    text-shadow: 3px 3px 5px rgb(68 69 71 / 72%);
    font-weight: 600;
    font-size: 30px !important;
}

#headerCarousel .owl-carousel .item:not(#item-headerSlide3) .item-container > :not(:first-child) {
    margin-top: 7%;
}

#headerCarousel .owl-carousel .item#item-headerSlide3 .item-container h1,
#headerCarousel .owl-carousel .item#item-headerSlide3 .item-container .callout {
    margin-top: 9% !important;
    width: 42%;
}

#headerCarousel #item-headerSlide1 h1,
#headerCarousel #item-headerSlide2 h1,
#headerCarousel #item-headerSlide3 h1 {
    font-size: 5.2vw;
    line-height: 100%;
    margin: 17% 0;
    text-transform: uppercase;
    text-shadow: 2px 5px 4px #4b525c;
    text-align: left;
    color: #ffffff;
}
#headerCarousel #item-headerSlide2 h1 {
    text-shadow: 2px 5px 4px #000000;
}

#headerCarousel #item-headerSlide1 {
    background-image: url(/static/front/image/master-microbiotics/section1/3SSTopSlideBG.jpg);
    background-position: bottom;
}
#headerCarousel #item-headerSlide2 {
    background-image: url(/static/front/image/master-microbiotics/section1/StrongOGTopSlideBG.jpg);
    background-position: bottom;
}
#headerCarousel #item-headerSlide3 {
    background-image: url(/static/front/image/master-microbiotics/section1/TENPDRTopSlideBG.jpg);
}

#item-headerSlide2 .callout {
    box-shadow: 2px 6px 18px #000000;
}

.callout {
    padding: 15px 20px;
    background: #ffffff;
    color: #6f7277;
    box-shadow: 2px 6px 18px #4b525c;
    /* max-width: 54%; */
    font-size: 22px;
    text-align: left !important;
    line-height: 28px;
}
.callout span {
    font-weight: 600;
}

#section2 {
    padding: 0 40px;
    background: url(/static/front/image/master-microbiotics/section2/MM-HeaderBG2.jpg) center/cover no-repeat;
}

#section2 h2 {
    font-size: 24px;
    text-align: center;
    max-width: 770px;
    margin: 50px auto 60px;
    color: white;
}

#section2 .background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18%;
    background-color: #ffffff;
    /* background: url(/static/front/image/master-microbiotics/section2/MM-Section2BG.jpg) no-repeat; */
    background-position: 100% -5vw;
    background-size: cover;
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="white" d="M0,160 C480,40 960,220 1440,120 L1440,320 L0,320 Z"></path></svg>');
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="white" d="M0,160 C480,40 960,220 1440,120 L1440,320 L0,320 Z"></path></svg>');
}

#section2 .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    z-index: 1;
}

@media (max-width:991px) {
    #section4 {
        margin-top: -100px;
    }

    #section2 .wave {
        height: 10%;
    }
}
@media (max-width:1199px) {
    #section2 .wave {
        height: 10%;
    }
    #section4 .blue-zone-probiotics {
        padding: 26vw 7vw 6vh 15vw !important;
    }
}

#section2 .btn {
    max-width: 30%;
    font-size: 2vw !important;
    margin: auto;
    display: block;
    box-shadow: 4px 4px 10px #242424;
}

#section2 .btn span {
    text-shadow: none !important;
}

#section2 canvas {
    display: block;
    vertical-align: bottom;
}

#section2 #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.bodepro-microbiotics #section2 h1 {
    font-weight: 600;
}

.bodepro-microbiotics #section2 h1,
.bodepro-microbiotics #section2 h2,
.bodepro-microbiotics #section2 h3,
.bodepro-microbiotics #section2 span {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px #242424;
}

/* Shimmer bg */
.scanning {

}

@keyframes imgevento {
    0%,
    100% {
        transform: skew(0deg, 0deg) scale(1.35, 1.35);
        filter: saturate(100%) invert(0%);
    }

    25% {
        filter: saturate(180%) invert(10%);
    }

    50% {
        transform: skew(2deg, 2deg) scale(1.35, 1.35);
        filter: saturate(100%) invert(0%);
    }

    75% {
        filter: saturate(150%) invert(20%);
    }
}

@-webkit-keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px;
    }
}
@-moz-keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px;
    }
}
@-o-keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px;
    }
}
@keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px;
    }
}
@-webkit-keyframes bg-scrolling {
    0% {
        background-position: 50px 50px;
    }
}
@-moz-keyframes bg-scrolling {
    0% {
        background-position: 50px 50px;
    }
}
@-o-keyframes bg-scrolling {
    0% {
        background-position: 50px 50px;
    }
}
@keyframes bg-scrolling {
    0% {
        background-position: 50px 50px;
    }
}

/* Owl Carousel */
.owl-stage {
    overflow: hidden;
}
#headerCarousel .owl-carousel .owl-nav button.owl-prev.disabled, #headerCarousel .owl-carousel .owl-nav button.owl-next.disabled {
    display: none;
}

#headerCarousel.green-arrow .owl-carousel .owl-nav button.owl-prev {
    background-image: url(/static/front/image/master-microbiotics/arrows-icons/NavArrowGrnLeft.png) !important;
    background-position: left center;
    background-repeat: no-repeat;
}
#headerCarousel.green-arrow .owl-carousel .owl-nav button.owl-next {
    background-image: url(/static/front/image/master-microbiotics/arrows-icons/NavArrowGrnRight.png) !important;
    background-position: center;
    background-repeat: no-repeat;
}
#headerCarousel .owl-carousel .owl-nav button.owl-prev, #section3 .allproducts.owl-carousel .owl-nav button.owl-prev, .verveproducts.owl-carousel .owl-nav button.owl-prev {
    background-image: url(/static/front/image/master-microbiotics/arrows-icons/PurpleArrowLeft.png) !important;
    background-size: contain !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
}
#headerCarousel .owl-carousel .owl-nav button.owl-next, #section3 .allproducts.owl-carousel .owl-nav button.owl-next, .verveproducts.owl-carousel .owl-nav button.owl-next {
    background-image: url(/static/front/image/master-microbiotics/arrows-icons/PurpleArrowRight.png) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#section3 .owl-carousel .owl-nav button.owl-prev, #section3 .owl-carousel .owl-nav button.owl-next,
.verveproducts.owl-carousel .owl-nav button.owl-prev, .verveproducts.owl-carousel .owl-nav button.owl-next {
    margin-top: -44px !important;
    line-height: 65px;
    background-size: contain !important;
    height: 50px !important;
}

#section3 {
    background: url(/static/front/image/master-microbiotics/section2/MM-Section2BG.jpg) no-repeat;
    background-position: 100% -5vw !important;
}

.bodepro-microbiotics section#section3 .owl-item h1 {
    font-size: 1.6vw;
    font-weight: 700;
    margin-top: 40px;
}
.bodepro-microbiotics section#section3 .owl-item:nth-child(odd) h1 {
    color: #6133d9 !important;
}
.bodepro-microbiotics section#section3 .owl-item:nth-child(even) h1 {
    color: #12a5e2 !important;
}
.bodepro-microbiotics section#section3 .tile h1 + h4 {
    font-size: 24px;
    color: #6f7277 !important;
}

h4 > span {
    color: #6f7277 !important;
}

#section3 .owl-carousel .owl-nav button.owl-next, .verveproducts.owl-carousel .owl-nav button.owl-next, #headerCarousel .owl-carousel .owl-nav button.owl-next {
    background-size: contain !important;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 1000;
    right: 2%;
    cursor: pointer;
    color: transparent;
    margin-top: -70px;
    background-color: initial !important;
}

#section3 .owl-carousel .owl-nav button.owl-prev, .verveproducts.owl-carousel .owl-nav button.owl-prev, #headerCarousel .owl-carousel .owl-nav button.owl-prev {
    background-size: contain !important;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 1000;
    left: 2%;
    cursor: pointer;
    color: transparent;
    margin-top: -70px;
    background-color: initial !important;
}

#section3 .master-microbiotics {
    background: url(/static/front/image/master-microbiotics/section3/MMSection3BG.png) center/cover no-repeat;
    padding: 25vw 7vw 25vh 15vw !important;
    margin-top: 120px !important;
    z-index: 2;
    position: relative;
}

#section3 .master-microbiotics p {
    color: #ffffff !important;
    font-size: 24px;
    line-height: normal;
}

#section3 .master-microbiotics p.prehead {
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
}

#section3 .master-microbiotics p.head {
    font-size: 60px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 80px;

}

#section3 .master-microbiotics p.subhead {
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
}

#section3 .master-microbiotics .btn {
    max-width: 400px;
}

.allproducts.owl-carousel h1 {
    font-size: 2.4vw;
    text-transform: uppercase;
    z-index: 9;
    font-weight: 600;
}
.allproducts.owl-carousel h1.smaller {
    font-size: 1.3vw;
}

.allproducts.owl-carousel h4 {
    text-transform: capitalize;
    font-size: 1.2vw;
    line-height: 130%;
    margin-top: 15px;
    z-index: 9;
}

.allproducts.owl-carousel h4.smaller {
    font-size: 1vw;
}

.allproducts.owl-carousel span {
    font-weight: 600;
}

.allproducts.owl-carousel .tile {
    min-height: 410px;
    padding: 0;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.allproducts.owl-carousel .owl-stage {
    padding: 5px 0;
}
.allproducts.owl-carousel .owl-dots,
.verveproducts.owl-carousel .owl-dots {
    display: none;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    opacity: 0.8;
}

/* Owl Carousel */
.owl-item h2 {
    line-height: 35px;
    min-height: 70px;
}
#section3 .owl-item:not(.active) {
    opacity: 0.4;
}
#section3 .owl-item .item img {
    max-width: none;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.abs-bg {
    position: absolute;
    top: -440px;
    z-index: 0;
    width: 100%;
}

.abs-bg2 {
    position: absolute;
    top: 80vw;
    z-index: 0;
    width: 100%;
}

#section4 {
    /* background: url(/static/front/image/master-microbiotics/section4/MM-seciton4BG.jpg) no-repeat; */
    background-size: cover;
    background-position: bottom;
}

#section4 div > div > div h1:not(.title) {
    font-size: 1.5vw !important;
    text-transform: capitalize !important;
    font-weight: 600;
    margin-bottom: 20px;
}
#section4 div > div > div h4:not(.title) {
    font-size: 1vw !important;
}

#section4 div > div > img {
    max-width: 90%;
    margin: auto;
    padding-bottom: 20px !important;
}

#section4 div > div > div:nth-child(even) img {
    margin-top: 14vw;
}

#section4 div > div > div:nth-child(even) h1:not(.title) {
    font-size: 1.5vw !important;
    text-transform: capitalize !important;
    font-weight: 600;
}

#section4 .blue-zone-probiotics {
    background: url(/static/front/image/master-microbiotics/section4/MM-BlueZoneBG.png) center/cover no-repeat;
    padding: 16vw 7vw 16vh 15vw !important;
    min-height: 75.5vw;
    z-index: 2;
    position: relative;
    margin-top: 0 !important;
}

#section4 .blue-zone-probiotics p {
    color: #ffffff !important;
    font-size: 24px;
    line-height: normal;
}

#section4 .blue-zone-probiotics p.prehead {
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
}

#section4 .blue-zone-probiotics p.head {
    font-size: 60px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 80px;

}

#section4 .blue-zone-probiotics p.subhead {
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
}

#section4 .blue-zone-probiotics .btn {
    max-width: 400px;
}

#section4 .btn {
    max-width: fit-content;
    padding: 60px;
    margin: 60px auto 120px !important;
    position:relative;
}

#section4 .ingreds {
    margin: auto;
    display: flex;
    flex-flow: row;  /* Keep the image and text horizontally aligned */
    align-items: flex-start; /* Align all items to the top */
    min-height: 200px;
}

#section4 .ingreds br {
    display: none;
}

#section4 .ingreds .text-wrapper {
    display: flex;
    flex-direction: column;  /* Stack h1 and p vertically */
    align-items: baseline;  /* Align h1 and p to the left */
}

#section4 .ingreds h1 {
    color: #6133d9 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#section4 .ingreds p {
    color: #6f7277 !important;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

#section4 .ingreds img {
    margin: 0 20px 0 0 !important;
}

.mw-70 {
    max-width: 70%;
}

.callout {
    background: url(/static/front/image/master-microbiotics/section5/MMSection8HighlightBG.png) center/cover no-repeat;
    min-height: 26.5vw;
    color: #ffffff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none !important;
    background-color: transparent !important;
    padding: 30px !important;
}

.callout h1 {
    color: #ffffff !important;
}

.callout h1 span {
    color: #ffffff !important;
}

#biolimitless-state.featuredDocsArea table span {
    color: #6133d9 !important;
    font-weight: 700;
}

#biolimitless-state.featuredDocsArea ul {
    list-style-type: none;
}

#biolimitless-state.featuredDocsArea h2 {
    color: #6133d9 !important;
    text-align: left;
    font-weight: 600;
    font-size: 30px !important;
    line-height: normal;
    max-width: none !important;
    margin-bottom: 20px;
}

#biolimitless-state.featuredDocsArea .btn {
    max-width: 270px;
}

@media (min-width: 2000px) {
    .allproducts.owl-carousel h1 {
        font-size: 1.7vw;
    }
    .allproducts.owl-carousel h4 {
        text-transform: capitalize;
        font-size: 1vw;
        line-height: 130%;
        margin-top: 15px;
        z-index: 9;
    }
    .allproducts.owl-carousel .tile {
        min-height: 40vw;
    }

    .custom-tile.col-5 {
        -ms-flex: 0 0 41.75%;
        flex: 0 0 41.5%;
        max-width: 43.75%;
    }
    .fsvw {
        font-size: 1vw;
    }
    .abs-bg img,
    .abs-bg2 img {
        width: 100%;
    }
}

@media (max-width: 1999px) and (min-width: 1600px) {
    .custom-tile.col-5 {
        -ms-flex: 0 0 41.75%;
        flex: 0 0 41.5%;
        max-width: 43.75%;
    }
    .fsvw {
        font-size: 1vw;
    }
    #section2 .background {
        height: 9vw;
    }
    .abs-bg img,
    .abs-bg2 img {
        width: 100%;
    }
}

@media (max-width: 1600px) {
    .bodepro-microbiotics h1 {
        font-size: 3.8vw;
    }
    .bodepro-microbiotics section#section3 .owl-item h1 {
        font-size: 2rem;
        font-weight: 700;
        margin-top: 40px;
    }
    .bodepro-microbiotics section#section3 .tile h1 + h4 {
        font-size: 16px;
        color: #6f7277 !important;
    }
    #section4 .card.tile#left-tile .btn,
    #section4 .card.tile#right-tile .btn {
        min-width: initial;
        font-size: 2.2vw !important;
    }
    #section4 .card.tile#left-tile .btn {
        right: 6%;
    }
    #section4 .card.tile h1 {
        margin-bottom: 20%;
    }
    #section4 .ingreds p {
        color: #6f7277 !important;
        font-size: 16px;
    }
}

@media (max-width: 1500px) {
    .allproducts.owl-carousel h1.smaller {
        font-size: 2vw;
    }
    .bodepro-microbiotics section:not(#section2) h1, .bodepro-microbiotics section:not(#section2) h2, .bodepro-microbiotics section:not(#section2) h3, .bodepro-microbiotics section:not(#section2) h4, .bodepro-microbiotics section:not(#section2) h5, .bodepro-microbiotics section:not(#section2) h6 {
        font-size: 40px;
    }
    .bodepro-microbiotics section:not(#section2) h4 {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .allproducts.owl-carousel h4 {
        text-transform: capitalize;
        font-size: 1.7vw;
        line-height: 130%;
        margin-top: 15px;
        z-index: 9;
    }
    .allproducts.owl-carousel h1 {
        font-size: 2.6vw;
        text-transform: uppercase;
        z-index: 9;
        font-weight: 600;
        line-height: 96%;
    }
    #section3 .master-microbiotics p,
    #section4 .blue-zone-probiotics p {
        color: #ffffff !important;
        font-size: 18px;
        line-height: 26px;
    }
    #section2 .background {
        height: 11vw;
    }
    #section2 h2 {
        font-size: 20px;
    }
    #section4 div > div > div:nth-child(even) h1:not(.title) {
        font-size: 24px !important;
    }
    #section4 div > div > div h4:not(.title) {
        font-size: 14px !important;
    }
    #section4 div > div:nth-child(even) > img {
        margin-top: 100px;
        padding: 30px !important;
    }
    #section4 div > div:nth-child(odd) > img {
        padding: 30px !important;
    }
    #section4 div > div.ingreds > img {
        padding: 0 30px 30px !important;
    }
    br {
        display: none;
    }
    .callout h1 {
        font-size: 24px !important;
    }
    br {
        display: none;
    }
}

@media (max-width:991px) {
    #section2 h2 {
        font-size: 20px;

    }

    #section2 .btn {
        max-width: 400px;
    }

    #particles-js + .container-fluid {
        padding-bottom: 70px !important;
    }

    #section2 #particles-js canvas {
        height: 70vh !important;
    }

    #section3 .master-microbiotics {
        padding: 18vw 4vw !important;
        margin-top: 80px !important;
    }

    #section3 .blue-zone-probiotics {
        padding: 18vw 4vw !important;
        margin-top: 80px !important;
    }

    #section3 img {
        max-width: 80%;
        margin: 50px auto 20px;
    }

    #headerCarousel .owl-carousel .item {
        min-height: calc(46vw);
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 20px 80px;
    }

    #headerCarousel .owl-carousel .item .item-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-around;
        max-width: 54%;
    }

    #headerCarousel .owl-carousel .item#item-headerSlide3 .item-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        max-width: 100%;
    }

    #headerCarousel .owl-carousel .item#item-headerSlide3 .btn.btn-secondary.btn-lg {
        border-color: #f2630e;
        color: white;
        background-color: #f2630e;
        width: 100%;
        margin: 5% auto 0 !important;
        max-width: 280px;
        transition: all 0.3s;
        text-shadow: 3px 3px 5px rgb(68 69 71 / 72%);
        font-weight: 600;
        font-size: 30px !important;
    }

    #headerCarousel .owl-carousel .item:not(#item-headerSlide3) .item-container :not(:first-child) {
        margin-top: 10%;
    }

    #headerCarousel .owl-carousel .item#item-headerSlide3 .item-container h1 {
        margin-top: 8% !important;
        text-align: center !important;
    }

    #headerCarousel .owl-carousel .item#item-headerSlide3 .item-container .callout {
        background: none;
        color: #ffffff;
        box-shadow: none;
        text-shadow: 2px 3px 3px #575656;
        text-align: left !important;
        width: 100%;
        font-size: 3.3vw;
        max-width: 66%;
        line-height: 115%;
        align-self: flex-start;
    }

    #headerCarousel #item-headerSlide1 h1, #headerCarousel #item-headerSlide2 h1, #headerCarousel #item-headerSlide3 h1 {
        font-size: 8vw;
        line-height: 100%;
        margin: 7% 0 0;
        text-transform: uppercase;
        text-shadow: 2px 5px 4px #4b525c;
        text-align: left;
        color: #ffffff;
        width: 100% !important;
        text-align: center;
    }
    #headerCarousel #item-headerSlide2 h1 {
        text-shadow: 2px 5px 4px #000000;
    }

    #headerCarousel #item-headerSlide1 {
        background-image: url(/static/front/image/master-microbiotics/section1/3SSTopSlideBG-mobile.png);
        background-position: bottom;
        min-height: 133vw;
    }
    #headerCarousel #item-headerSlide2 {
        background-image: url(/static/front/image/master-microbiotics/section1/StrongOGTopSlideBG-mobile.png);
        background-position: bottom;
        min-height: 133vw;
    }
    #headerCarousel #item-headerSlide3 {
        background-image: url(/static/front/image/master-microbiotics/section1/TENPDRTopSlideBG-mobile.jpg);
        min-height: 133vw;
        background-position: 0px 90%;
    }

    #item-headerSlide1 .callout {
        font-size: 2.5vw;
        line-height: 140% !important;
        text-align: center !important;
    }
    #item-headerSlide2 .callout {
        padding: 15px 20px;
        background: none;
        color: #ffffff;
        box-shadow: none;
        text-shadow: 2px 5px 4px #000000;
        text-align: left !important;
        line-height: 28px;
        width: 100%;
        font-size: 4vw;
        max-width: 37%;
        line-height: 115%;
        align-self: flex-start;
    }

    #item-headerSlide2 .callout.d-block.d-lg-none#cleared-callout {
        margin-top: 40% !important;
    }

    #headerCarousel .owl-carousel .item .item-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        max-width: 100%;
    }

    #headerCarousel .owl-carousel .item > a {
        position: absolute;
        bottom: 8%;
        left: 0;
        right: 0;
    }

    .owl-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 1%;
    }

    #section2 #ss-tile .btn {
        top: 40%;
        right: initial;
        left: 10%;
    }

    #section3 .owl-carousel .owl-nav button.owl-next, #headerCarousel .owl-carousel .owl-nav button.owl-next {
        top: 35%;
    }

    #section3 .owl-carousel .owl-nav button.owl-prev, #headerCarousel .owl-carousel .owl-nav button.owl-prev {
        top: 35%;
    }

    #section4 .card.tile#left-tile .btn {
        position: absolute;
        bottom: 26%;
        left: initial;
        right: 6%;
        max-width: 40%;
        min-width: initial;
        font-size: 2vw !important;
    }

    .allproducts.owl-carousel h1.smaller {
        font-size: 2vw;
    }
    .allproducts.owl-carousel .tile {
        min-height: 34vw;
        padding: 0;
    }
    .allproducts.owl-carousel h4 {
        font-size: 1.3vw;
    }
    #section4 div > div > img:not(.agingBrain) {
        max-width: 300px;
    }

    #section4 div > div > div:nth-child(even) h1:not(.title) {
        font-size: 4.5vw !important;
    }
    #section4 div > div > div:nth-child(odd) h1:not(.title) {
        font-size: 4.5vw !important;
    }
    #section4 div > div.ingreds > div.text-wrapper h1 {
        font-size: 3vw !important;
    }

    #section4 div > div > div h4:not(.title) {
        font-size: 2.6vw !important;
    }
    #section4 div > div:nth-child(even):not(.ingreds) > img:not(.agingBrain) {
        margin-top: 30px;
        padding: 30px !important;
    }
    #section4 div > div:nth-child(odd) > img {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 30px 40px !important;
    }

    #section4 div > div.ingreds > img {
        margin-top: 30px;
        padding: 0 !important;
    }
    .abs-bg,
    .abs-bg2 img {
        top: -240px;
    }
    .abs-bg2 {
        top: 300vw;
    }
}

@media (min-width: 768px) {
    .custom-tile a:not(#strong-tile) {
        height: calc(49.7vw *.5);
    }
}

@media (max-width: 767px) {
    .btn.btn-secondary.btn-lg {
        font-size: 30px !important;
        max-width: 400px !important;
        width: 100% !important;
    }

    .ripple-container,
    .ripple-container::before,
    .ripple-container::after {
        border-radius: 4.5vw;
    }
    br {
        display: none;
    }
    h1.title {
        font-size: 6vw;
    }
    h4.title {
        font-size: 3.5vw;
    }
    .allproducts.owl-carousel h1 {
        font-size: 5vw;
    }
    .allproducts.owl-carousel h1.smaller {
        font-size: 4vw;
    }
    .allproducts.owl-carousel .tile {
        min-height: 64vw;
    }
    .allproducts.owl-carousel h4 {
        font-size: 2.7vw;
    }
    .bodepro-microbiotics h1 {
        font-size: 6vw;
    }
    .custom-tile {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .custom-tile h1 {
        font-size: 6vw !important;
    }
    .custom-tile h4 {
        font-size: 3.4vw !important;
    }
    .custom-tile img {
        bottom: 0;
    }
    #section2 .card.tile#ten-tile h4 {
        font-size: 3.6vw !important;
    }
    #section2 #strong-tile {
        height: initial;
        display: flex;
        justify-content: end;
    }
    #section2 .btn {
        font-size: 20px !important;
    }
    #section2 .background {
        height: 25vw;
    }
    .titlebox {
        top: 2%;
    }
    #section2 #ten-tile .titlebox {
        left: 5%;
        max-width: 41%;
    }
    #section2 #ten-tile .btn {
        top: 52%;
        right: initial;
        left: 5%;
    }
    #section2 #ss-tile .titlebox h1,
    #section2 #ss-tile .titlebox h4 {
        text-align: center;
    }
    #section2 #ss-tile .titlebox {
        right: 0;
        left: 0;
        text-align: center;
    }
    #section2 #ss-tile .btn {
        top: 40%;
        right: 10%;
        left: initial;
    }
    #section3 h4:not(.title) {
        font-size: 5vw;
    }
    #section2 .card.tile h1 {
        margin-bottom: 4px;
    }

    #particles-js + .container-fluid {
        padding-bottom: 40px !important;
    }

    .bodepro-microbiotics section:not(#section2) h4 {
        font-size: 22px;
    }

    #section3 .master-microbiotics {
        background: url(/static/front/image/master-microbiotics/section3/MMSection3BG.png) center / cover no-repeat;
        padding: 18vw 4vw 22vw !important;
        margin-top: 80px !important;
    }

    #section4 .blue-zone-probiotics {
        padding: 16vh 4vw 6vh !important;
    }

    #section3 .master-microbiotics p,
    #section4 .blue-zone-probiotics p {
        color: #ffffff !important;
        font-size: 20px;
        line-height: normal;
    }

    #section3 .master-microbiotics p.prehead,
    #section4 .blue-zone-probiotics p.prehead {
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
    }

    #section3 .master-microbiotics p.head,
    #section4 .blue-zone-probiotics p.head {
        font-size: 50px;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 40px;

    }

    #section3 .master-microbiotics p.subhead,
    #section4 .blue-zone-probiotics p.subhead {
        font-size: 24px;
        font-weight: 500;
        line-height: normal;
    }

    #section3 .master-microbiotics .btn,
    #section4 .blue-zone-probiotics .btn {
        max-width: 400px;
    }
    #biolimitless-state.featuredDocsArea h2 {
        margin-top: 20px;
    }
    .mw-70 {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .custom-tile > #happy-tile {
        min-height: 330px;
    }
    .custom-tile > #happy-tile img {
        margin: auto;
    }
    .bodepro-microbiotics section#section3 .owl-item h1 {
        font-size: 1.3rem;
        font-weight: 700;
        margin-top: 40px;
    }
    .bodepro-microbiotics section#section3 .tile h1 + h4 {
        font-size: 14px;
        color: #6f7277 !important;
    }

    #section3 .owl-carousel .owl-nav button.owl-next, #headerCarousel .owl-carousel .owl-nav button.owl-next {
        top: 32%;
    }

    #section3 .owl-carousel .owl-nav button.owl-prev, #headerCarousel .owl-carousel .owl-nav button.owl-prev {
        top: 32%;
    }

    #section3 .master-microbiotics {
        background: url(/static/front/image/master-microbiotics/section3/MMSection3BG.png) center / cover no-repeat;
        padding: 18vw 4vw 30vw !important;
        margin-top: 80px !important;
    }

    #section4 .blue-zone-probiotics {
        background: url(/static/front/image/master-microbiotics/section4/MM-BlueZoneBG.png) center / cover no-repeat;
        padding: 38vw 4vw 5vw !important;
        margin-top: 0px !important;
    }

    #section3 .master-microbiotics p,
    #section4 .blue-zone-probiotics p {
        color: #ffffff !important;
        font-size: 14px;
        line-height: inherit;
    }

    #section3 .master-microbiotics p.prehead,
    #section4 .blue-zone-probiotics p.prehead {
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
    }

    #section3 .master-microbiotics p.head,
    #section4 .blue-zone-probiotics p.head {
        font-size: 40px;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 40px;

    }

    #section3 .master-microbiotics p.subhead,
    #section4 .blue-zone-probiotics p.subhead {
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
    }

    #section3 .master-microbiotics .btn,
    #section4 .blue-zone-probiotics .btn {
        max-width: 400px;
    }
    .mw-70 {
        max-width: 100%;
    }
    #section4 div > div > div:nth-child(even) h1:not(.title) {
        font-size: 5vw !important;
    }
    #section4 div > div > div:nth-child(odd) h1:not(.title) {
        font-size: 5vw !important;
    }
    #section4 div > div > div h4:not(.title) {
        font-size: 4vw !important;
    }
    #section4 div > div > img {
        max-width: 260px;
    }
    #section4 div > div > img:not(.agingBrain) {
        max-width: 260px;
    }
    .callout h1 {
        font-size: 20px !important;
    }
    .abs-bg2 {
        top: 420vw;
    }
}

@media (max-width: 450px) {
    #section2 #ten-tile .btn {
        top: 46%;
    }
    .custom-tile > #happy-tile {
        min-height: 300px;
    }
}
.custom-tile #ten-tile {
    min-height: 175px;
}
@media (max-width: 400px) {
    .allproducts.owl-carousel .tile {
        min-height: 71vw;
    }
    .custom-tile #ten-tile .btn,
    .custom-tile #ten-tile .titlebox {
        z-index: 9;
    }
    .custom-tile #ten-tile img {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media (min-width: 992px) and (max-width:1600px) {
    .custom-tile.col-4 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .custom-tile.col-8 {
        -ms-flex: 0 0 70%;
        flex: 1 0 70%;
        max-width: 70%;
    }
    .custom-tile.col-5 {
        -ms-flex: 0 0 41.7%;
        flex: 0 0 41.7%;
        max-width: 41.75%;
    }
    .custom-tile.col-7 {
        -ms-flex: 0 0 58%;
        flex: 0 0 58%;
        max-width: 58%;
    }
}