body {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: #2D304A;
}

.min-vh {
    min-height: 67vh;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
}

button {
    outline: none !important;
    box-shadow: none !important;
}

.container {
    max-width: 1140px;
}

h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 12px;
    font-weight: 700;
}

h2 {
    font-size: 31px;
    line-height: 1.2;
    margin-bottom: 12px;
}

h4 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
    color: #2D304A;
}

h6 {
    font-size: 20px;
    line-height: 1.2;
}

ul.styled sup {
    top: 0.5em;
}

ul.styled {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.styled>li {
    position: relative;
    display: flex;
    padding-bottom: 4px;
}

ul.styled>li:last-child {
    padding-bottom: 4px;
}

ul.styled>li:before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #161C88;
    border-radius: 50%;
    flex: 0 0 9px;
    margin-right: 15px;
    margin-top: 12px;
}

.button {
    background-color: #fcd833;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    height: 50px;
    min-width: 300px;
    color: #2e304a !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    text-decoration: none !important;
}

.button.blue {
    background-color: #161C88;
    color: #FFFFFF !important;
}

.button.wshadow {
    box-shadow: 0px 5px 20px rgba(45, 48, 74, 0.3) !important;
}

.section {
    padding: 40px 0;
}

#main-header {
    background-color: #2D304A;
    padding: 19px 0;
    position: relative;
}

#main-header .header-burger {
    display: none;
}

#main-header .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main-header .header-content .header-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

#main-header .header-content .header-menu li {
    padding-left: 25px;
}

#main-header .header-content .header-menu a {
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
}

#main-header .header-content .header-menu a.active {
    border-bottom: solid 3px #4AE1D9;
}

#main-footer {
    background-color: #F9F9F9;
}

#main-footer .bottom-container {
    text-align: center;
    color: #818181;
    font-size: 15px;
}

#main-footer .bottom-container .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

#main-footer .bottom-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding-bottom: 7px;
}

#main-footer .bottom-container ul>li {
    padding: 0 6px;
    border-right: solid 1px #818181;
}

#main-footer .bottom-container ul>li:last-child {
    border-right: 0;
    line-height: 1;
}

#main-footer .bottom-container a {
    color: #818181;
    line-height: 1;
    text-decoration: none;
}

#main-footer .bottom-container .content-container {
    margin-bottom: 20px;
}

#main-footer .bottom-container p {
    margin-bottom: 0;
    line-height: 1.1;
}

#main-footer .top-container .row {
    margin: 0 -30px;
}

#main-footer .top-container .container {
    border-bottom: solid 1px #E5E5E5;
    padding-top: 39px;
    padding-bottom: 47px;
}

#main-footer .top-container div[class^=col-lg-6] {
    padding: 0 30px;
}

#main-footer .top-container form {
    position: relative;
}

#main-footer .top-container #subscribe {
    border: solid 1px #0F0F0F;
    border-radius: 5px;
    height: 50px;
    padding: 0 270px 0 20px;
    font-size: 20px;
    color: #818181;
}

#main-footer .top-container button {
    width: 250px;
    height: 49px;
    font-size: 20px;
    background-color: #161C88;
    color: #FFFFFF;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.product-banner {
    background-color: #A4F0EC;
}

.product-banner p {
    margin-bottom: 15px;
}

.product-banner .banner-content {
    display: flex;
    align-items: center;
}

.product-banner .product-image {
    width: 100%;
    max-width: 444px;
}

.product-banner .product-details {
    padding-left: 66px;
}

.intro-content .content-row {
    display: flex;
}

.intro-content .content-list {
    width: 100%;
    max-width: 320px;
}

.intro-content .content-desc {
    padding-right: 75px;
}

.cards-section {
    padding-top: 0;
}

.cards-section .info-card {
    box-shadow: 0px 0px 20px rgba(45, 48, 74, 0.12);
}

.cards-section .card-desc {
    padding: 22px 20px 26px;
}

.simple-content-layout h4 {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
}

.simple-content-layout .content-section {
    margin-bottom: 20px;
}

.simple-content-layout .content-section:last-child {
    margin-bottom: 0;
}

.faqs .faqs-header {
    padding-bottom: 12px;
}

.faqs .faqs-container {
    border: solid 1px #C2C2C2;
    border-radius: 5px;
}

.faqs .accordion {
    border-bottom: 1px solid #C2C2C2;
}

.faqs .accordion:last-child {
    border-bottom: 0;
}

.faqs button {
    width: 100%;
    text-align: left;
    padding-top: 19px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.faqs .toggle-body {
    padding: 16px 19px 0;
    font-size: 20px;
}

.faqs h6 {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
}

.faqs .svg-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #4AE1D9;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
}

.faqs button.collapsed .svg-icon {
    background: transparent;
    transform: rotate(0);
}

.bottles-section {
    padding-bottom: 0;
}

.product-listing {
    display: flex;
    align-items: center;
}

.product-listing .product-container {
    width: 33.33%;
    border: 1px solid #F0F0F0;
    border-radius: 5px;
    overflow: hidden;
}

.product-listing .product-details {
    padding: 12px 23px 17px;
}

.product-listing .product-container-header {
    background-color: #F0F0F0;
}

.product-listing .product-container-header h4 {
    margin-bottom: 0;
    padding: 10px;
}

.product-listing .product-image {
    margin-bottom: 27px;
}

.product-listing .bottle-number {
    margin-bottom: 27px;
}

.product-listing h3 {
    font-size: 35px;
    color: #161C88;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-listing h3 span {
    font-size: 20px;
    font-weight: 400;
}

.product-listing .product-price-info {
    /* border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5; */
    padding: 12px 10px;
    margin-bottom: 11px;
}

.product-listing .bbs-logo {
    margin-bottom: 29px;
}

.product-listing .btn-bg {
    background: url(../images/btnbg.png);
    background-size: 100% 100%;
    width: 229px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    box-shadow: 0px 5px 20px rgba(45, 48, 74, 0.3);
    text-decoration: none;
}

.product-listing .product-container.product-6 {
    background-color: #E3FFFE;
    min-width: 420px;
    border-color: #4AE1D9;
}

.product-listing .product-container.product-6 .product-container-header {
    background-color: #4AE1D9;
}

.product-listing .product-container.product-6 h3 {
    font-size: 50px;
    margin-bottom: 12px;
}

.product-listing .product-container.product-6 .product-image {
    margin-bottom: 0;
}

.product-listing .product-container.product-6 .bottle-number {
    margin-bottom: 0;
}

.product-listing .product-container.product-6 .product-price-info {
    border-color: #4AE1D9;
}

.product-listing .product-container.product-6 .btn-bg {
    width: 300px;
    height: 70px;
    font-size: 31px;
}

.product-listing .product-container.product-1 {
    min-height: 718px;
}

.product-listing .product-container.product-1 .product-price-info {
    border-bottom: 0;
    margin-bottom: 28px;
}

#contact-page input {
    height: 60px;
    font-size: 20px;
    color: #818181;
    padding: 0 20px;
}

#contact-page textarea {
    height: 200px;
    font-size: 20px;
    color: #818181;
    resize: none;
    padding: 15px 20px;
}

#contact-page button {
    width: 100%;
    margin-top: 20px;
    height: 60px;
}

#contact-page .form-group {
    margin-bottom: 20px;
}

#contact-page .bordered-image {
    background-color: #A4F0EC;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    margin-bottom: 20px;
}

#contact-page .row {
    margin: 0 -25px;
}

#contact-page div[class^=col-] {
    padding: 0 25px;
}

.supplement-section .supplement-content {
    max-width: 700px;
    margin: auto;
}

.supplement-section .supplement-header {
    border-bottom: 3px solid #4AE1D9;
    padding-bottom: 15px;
}

.supplement-section .supplement-theader {
    border-bottom: 3px solid #4AE1D9;
    font-weight: 500;
}

.supplement-section .amount-serving {
    margin-right: 45px;
    width: 179px
}

.supplement-section .dv {
    margin-right: 15px;
    width: 51px
}

.supplement-section .supplement-label {
    max-width: 370px;
}

.supplement-section .supplement-tbody {
    border-bottom: 3px solid #4AE1D9;
}

.supplement-section .supplement-row {
    border-bottom: 1px solid #4AE1D9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.supplement-section .supplement-amount {
    display: flex;
    align-items: center;
    text-align: center;
}

.supplement-section .supplement-row:last-child {
    border-bottom: 0;
}

.supplement-section .supplement-table {
    margin-bottom: 15px;
}

.supplement-section strong {
    font-weight: 500;
}

.contact-content-main {
    margin-bottom: 20px;
}

#page-container {
    overflow: hidden;
}

.bottles-section .for-mobile {
    display: none;
}

.cards-section .card-image {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.image-container {
    margin-bottom: 20px;
}

.supplement-footer {
    font-size: 16px;
    line-height: 1.6;
}

#lp-page-content {
    padding-bottom: 40px;
    padding-top: 20px;
}

.smaller-main-header {
    padding: 12px 0 !important;
}

.smaller-header-logo {
    width: 115px;
    object-fit: contain;
}

.smaller-header-container {
    max-width: 780px !important;
    padding: 0;
}

.footer-payment-logos-container {
    gap: 10px;
}

.footer-payment-logo {
    object-fit: contain;
    width: 37px;
}

.float-left-image {
    float: left;
    margin-right: 20px;
}

.rounded-face-image {
    border-radius: 100%;
    box-shadow: 0px 0px 8px -1px rgba(156,156,156,0.83);
}

.reference-text {
    font-size: 12px;
    opacity: 0.85;
}

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

@media (max-width: 991px) {
    .container {
        padding: 0 30px;
    }

    .smaller-header-container {
        padding: 0 18px;
    }

    .smaller-main-header {
        height: fit-content !important;
    }

    #main-header {
        position: relative;
        width: 100%;
        z-index: 10;
        height: 71px;
    }

    #main-header .header-content .header-menu-container {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #FFF;
        height: 0;
        overflow: hidden;
        transition: all .2s ease-in-out;
        z-index: 2;
        box-shadow: 0px 0px 20px rgba(45, 48, 74, 0.12);
    }

    #main-header .header-content .header-menu {
        display: block;
        padding: 30px 60px 35px;
    }

    #main-header .header-content .header-menu li {
        padding-left: 0;
        padding-bottom: 10px;
    }

    #main-header .header-content .header-menu li:last-child {
        padding-bottom: 0;
    }

    #main-header .header-content .header-menu a {
        color: #2D304A;
        font-size: 25px;
        font-weight: 400;
        text-transform: initial !important;
    }

    #main-header .header-burger {
        display: block;
        padding-right: 5px;
    }

    #main-header .header-burger a .closed {
        display: none;
    }

    #main-header .header-burger a.active .closed {
        display: block;
    }

    #main-header .header-burger a.active .open {
        display: none;
    }

    .product-banner .banner-content {
        display: block;
        text-align: center;
    }

    .product-banner .product-image {
        margin: 0 auto 20px;
    }

    .product-banner .product-details {
        padding-left: 0;
    }

    .product-banner .product-details br {
        display: none;
    }

    .product-banner .product-details .button {
        width: 100%;
    }

    .product-banner p {
        margin-bottom: 20px;
    }

    .intro-content .content-list {
        max-width: 223px;
        flex: 0 0 223px;
    }

    .intro-content .content-desc {
        padding-right: 23px;
    }

    .cards-section .info-card {
        margin-bottom: 25px;
    }

    .subscribe-container.right-content {
        margin-bottom: 40px;
    }

    .contact-image {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .contact-image .bordered-image,
    .contact-image .contact-content {
        width: 100%;
    }

    .contact-image .contact-content {
        padding: 45px 0;
    }

    .contact-content-row {
        display: flex;
        justify-content: space-between;
    }

    .contact-content-main {
        padding-right: 30px;
    }

    .contact-postal {
        padding-left: 30px;
        max-width: 300px;
        width: 100%;
    }

    /* #main-content {
        padding-top: 71px;
    } */

    .bottles-section .for-desktop {
        display: none;
    }

    .bottles-section .for-mobile {
        display: block;
    }

    .product-listing {
        flex-wrap: wrap;
        margin: -5px -8px;
        align-items: flex-start;
    }

    .product-listing .product-container.product-6 {
        width: 100%;
    }

    .product-listing .product-container {
        width: 100%;
    }

    .product-listing .product-container-col {
        padding: 5px 8px;
        width: 50%;
    }

    .product-listing .product-container-col.fullwidth {
        width: 100%;
    }

    .product-listing h3 {
        font-size: 48px !important;
    }

    .product-listing .btn-bg {
        font-size: 25px !important;
        height: 56px !important;
    }

    .product-listing .product-image {
        min-height: 248px;
    }

    .image-container {
        display: none;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 18px;
        line-height: 1.4;
    }

    .for-desktop {
        display: none;
    }

    .for-mobile {
        display: flex !important;
    }

    #main-footer .bottom-container ul>li:nth-child(3) {
        border-right: 0;
        line-height: 1;
    }

    h1 {
        font-size: 35px;
    }

    h1 br {
        display: none;
    }

    h2 {
        font-size: 28px;
    }

    h4 {
        font-size: 22px;
    }

    h6 {
        font-size: 18px;
    }

    .container {
        padding: 0 15px;
    }

    .footer-payment-logo {
        width: 32px;
    }


    .float-left-image {
        float: unset;
        margin-right: 0px;
        margin-bottom: 10px;
        width: 100%;
        object-fit: contain;
    }

    #main-header .header-content .header-menu-container .header-menu {
        padding-left: 40px;
        padding-right: 40px;
    }

    #main-header .header-content .header-menu a {
        font-size: 20px;
    }

    .intro-content .content-row {
        display: block;
    }

    .intro-content .content-desc {
        padding-right: 0;
        padding-bottom: 10px;
    }

    .intro-content .content-list {
        max-width: none;
    }

    #main-footer .top-container button {
        position: relative;
        width: 100%;
    }

    #main-footer .top-container #subscribe {
        padding-right: 20px;
        margin-bottom: 20px;
    }

    #main-footer .bottom-container {
        font-size: 13px;
    }

    #main-footer .bottom-container p {
        line-height: 1.2;
    }

    .supplement-section .amount-serving {
        margin-right: 14px;
        width: 96px;
    }

    .faqs .svg-icon {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        margin-left: 15px;
    }

    .faqs .svg-icon svg {
        width: 12px;
        height: 12px;
    }

    .faqs button {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-image .bordered-image {
        display: none !important;
    }

    .contact-content-row {
        display: block;
    }

    .contact-content-main {
        padding-right: 0;
    }

    .contact-postal {
        padding-left: 0;
        max-width: none;
    }

    .contact-image .contact-content {
        padding: 40px 0 0;
    }

    .product-listing .product-container {
        min-width: 0 !important;
    }

    .product-listing .product-container-col {
        width: 100% !important;
    }

    .product-listing .product-container-col {
        padding: 10px 8px;
    }

    .product-listing .product-container.product-6 .btn-bg {
        width: 229px;
    }

    .product-listing .product-image {
        min-height: 0;
        margin-bottom: 10px;
    }

    .product-listing .product-container.product-6 .product-image {
        margin-bottom: 10px;
    }

    .faqs .toggle-body {
        font-size: 18px;
    }

    .section {
        padding: 20px 0;
    }

    .product-banner .product-image {
        max-width: 230px;
    }
}

@media screen and (min-width: 2500px) {
    .min-vh {
        min-height: 87vh;
    }
}