/** Shopify CDN: Minification failed

Line 2021:0 Unexpected "}"

**/
/* -------------------------------------------------------------------------- */
/*                                Custom style                                */
/* -------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,500;9..144,600;9..144,700;9..144,800&family=Inter:wght@400;600;700&family=Krona+One&display=swap');

@font-face {
    font-family: "Inter";
    src: url('/cdn/shop/files/Inter-Regular.ttf?v=1703172270') format("opentype");
    font-weight:400;
}
@font-face {
    font-family: "Inter";
    src: url('/cdn/shop/files/Inter-Medium.ttf?v=1703172270') format("opentype");
    font-weight:500;
}
@font-face {
    font-family: "Inter";
    src: url('/cdn/shop/files/Inter-Bold.ttf?v=1703172270') format("opentype");
    font-weight:600;
}
@font-face {
    font-family: "Inter";
    src: url('/cdn/shop/files/Inter-SemiBold.ttf?v=1703172270') format("opentype");
    font-weight:700;
}
:root {
    --wt-primary-color: #25215A;
    --wt-secondary-color: #E9EC90;
    --wt-text-color: #5C5983;
    --wt-blue-color:#1f1a5b;
    --wt-black-color: #000000;
    --wt-white-color: #FFFFFF;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
  color: var(--wt-primary-color);
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
  letter-spacing: 0;
}

a:hover {
    color: var(--wt-text-color);
}

p:last-of-type {
    margin-bottom: 0;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: var(--wt-text-color);
  background: var(--wt-white-color);
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Fraunces', serif;
    margin: 0;
    color: var(--wt-primary-color);
    font-weight: 600;
}

p {
    font-size: 18px;
    line-height: 1.5;
}

.section_title h2 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 15px;
}

.modal.show {
    visibility: visible;
}

.sitebtn {
    min-width: 200px;
    border: 1px solid var(--wt-primary-color);
    font-weight: 700;
    line-height: 24px;
    border-radius: 100px;
    font-size: 15px;
    color: var(--wt-primary-color);
    background: var(--wt-secondary-color);
    padding: 15px 25px;
    text-align: center;
  cursor:pointer;
}

.sitebtn img,.sitebtn svg {
    width: 16px;
    margin-left: 4px;
}

.sitebtn:hover {
    background: #FDECCE;
    color: var(--wt-primary-color);
}

.button-container {
    min-width: 200px;
    max-width: 100%;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}


/*Banner CSS*/
.banner-sec {
    background: #FDECCE;
    background-image: url(../images/banner-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    flex-direction: column;
    gap: 50px;
    min-height: 100vh;
    padding: 40px 0 24px;
}

.banner_content {
    max-width: 648px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.title_block {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.banner_content .banner_title {
    font-size: 56px;
    line-height: 69.05px;
    max-width: 558px;
}

.banner_content .subtitle {
    font-size: 13px;
    font-weight: 600;
    line-height: 15.73px;
    letter-spacing: 1.3px;
}

.banner_content p {
    font-size: 20px;
    line-height: 30px;
}

.sitebtn {
    min-width: 200px;
    border: 1px solid var(--wt-primary-color);
    font-weight: 700;
    line-height: 24px;
    border-radius: 100px;
    font-size: 15px;
    color: var(--wt-primary-color);
    background: var(--wt-secondary-color);
    padding: 15px 25px;
    text-align: center;
}

.sitebtn img {
    width: 16px;
    margin-left: 4px;
}

.sitebtn:hover {
    background: #FDECCE;
    color: var(--wt-primary-color);
}

.button-container {
    min-width: 200px;
    max-width: 100%;
}

.custom_container {
    max-width: 1728px;
}

.banner_icon_box {
    background: #FFFFFFD9;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 30px 30px 60px 0px #1A22270D;
    height: 100%;
/*    min-height: 170px; */
}

.box_title {
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.banner_icon_box p {
    font-size: 13px;
    line-height: 19px;
}

.banner_icon_box .box_title h3 {
    font-size: 18px;
    line-height: 20px;
}

.keypointslider .slick-slide {
    padding: 0px 12px;
}
.keypointslider .slick-track {
    display: flex;
}

.keypointslider .slick-slide {
    height: inherit !important;
}

.keypointslider .slick-slide > div {height: 100%;}

/*As Seen As Section*/
.as-seen-as_sec {
    background: #fff;
    padding: 48px 0;
}

.logo_row .logobox {
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
}

.logobox img {
    max-width: 100%;
    max-height: 43px;
}

/* seeking sec style */

.seeking_section {
    padding: 100px 0px;
}

.seeking_section .section_title {
    max-width: 590px;
    margin-bottom: 48px;
}

.contain-box:last-child {
    margin-bottom: 0px;
}

.contain-box {
    box-shadow: 0px 20px 40px 0px rgba(46, 42, 57, 0.05);
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #ffff;
    margin-bottom: 10px;

}

.contain-box:hover {
    border: 1px solid var(--wt-primary-color);
    transition: all 0.8s ease;
}

.box_section {
    display: inline-flex;
}

.titel_box h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 28px;
  color: var(--wt-primary-color);
  letter-spacing: 0;
}

.titel_box p {
    color: var(--wt-text-color);
}

.check_img {
    width: 27px;
    height: 27px;
}

.check_icone {
    margin-right: 12px;
}


/* about sec style */
.about_section {
    padding: 96px 20px;
    background-color: #e1e1f0;
}

.about_image img {
    max-width: 515px;
    margin: 0px auto;
}

.about_section .section_title {
    margin-bottom: 10px;
}


/* excellence sec style */

.excellence_sec {
    padding: 100px 0px;
    background: var(--wt-primary-color)
}

.excellence_sec .section_title,
.excellence_sec .section_title h2,
.science_team_sec .section_title h2 {
    color: var(--wt-white-color);
}

.excellence_sec .section_title p {
    color: #BDBAE1;
}

.social_link li a {
    color: #BDBAE1;
    font-size: 32px;
}

.excellence_sec .social_media_handles a {
    color: var(--wt-secondary-color);
    font-weight: 500;
    text-decoration: none;
}

.excellence_sec .social_media_handles a:hover {
    opacity: 0.7;
}
.excellence_sec .list li a,.excellence_sec .list li{font-size:0;line-height:0;}
.excellence_sec ul.list {display: flex;margin: 21px 0;gap: 15px;}
.excellence_sec ul.list li a .icon {width: 32px;height: 32px;}
/* Product section */
.product_sec {
    padding: 100px 0px;
    background: #E1E1F0;
}

.product_wrapper {
    background-color: var(--wt-white-color);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s;
    box-shadow: 0px 30px 60px 0px rgba(37, 33, 90, 0.10);
}

.product_wrapper .product_img_wrapper {
    max-height: 600px;
}

.product_wrapper .product_img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_wrapper .product_info {
    padding: 20px 48px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.product_wrapper .product_info .meta {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7C7A9C;
    font-size: 11px;
    line-height: 13px;
}

.product_info .product_title {
    font-size: 32px;
    line-height: 40px;
}

.product_info .product_price {
    color: var(--wt-primary-color);
    font-weight: 700;
}

.product_info .product_text {
    color: var(--wt-text-color);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product_key_point {
    margin-top: 12px;
    margin-bottom: 12px;
}

.product_key_point .kry_point_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 24px 12px;
    border-radius: 12px;
    background: rgba(225, 225, 240, 0.50);
}

.product_key_point .kry_point_box img {
    width: 100%;
    max-width: 45px;
}

.product_key_point .kry_point_box span {
    color: var(--wt-primary-color);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.product_info .sitebtn {
    font-size: 15px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.product_info .sitebtn img {
    width: 24px;
}



/* Blog section */
.blog_sec {
    padding: 100px 0px;
}

.blog_sec .section_title {
    max-width: 590px;
}

.posts_wrapper,
.blog_sec .section_title {
    margin-bottom: 50px;
}

.blog_wrapper {
    border: 1px solid #7C7A9C;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
}

.blog_wrapper .post_img {
    max-height: 220px;
}

.blog_wrapper .post_img img {
    width: 100%;
    object-fit: cover;
}

.blog_wrapper .post_info {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.blog_wrapper .post_info .meta {
    color: #7C7A9C;
    font-size: 11px;
    margin-bottom: 4px;
}

.post_info .post_title {
    text-overflow: ellipsis;
    font-size: 20px;
}

.post_info .post_text {
    color: var(--wt-primary-color);
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post_info .read_more {
    color: var(--wt-text-color);
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-decoration-line: underline;
    text-underline-offset: 5px;
    transition: all 0.3s;
    width: fit-content;
    margin-top: auto;
}

.post_info .read_more:hover {
    color: var(--wt-primary-color);
}

.mian_box_sec {
    background-color: var(--wt-primary-color);
    padding: 95px 0;
}

.box_content_body {
    padding: 28px;
    height: 100%;
}

.box_card_title {
    padding: 32px 0 18px 0;
}

.box_card_content {
    color: var(--wt-text-color);
    line-height: 24px;
}

.box_card_col .card {
    height: 100%;
    border-radius: 24px;
}

/* -------------------------------------------------------------------------- */
/*                             product page style                             */
/* -------------------------------------------------------------------------- */


/* Multivitamin sec style */
.multivitamin_sec {
    background: var(--wt-primary-color);
    padding: 90px 0 45px;
}

.multivitamin_box {
    margin-bottom: 48px;
}

.multivitamin_title h2 {
    color: var(--wt-white-color);
    font-size: 48px;
    max-width: 310px;
}

.multivitamin_img {
    width: 100px;
    min-width: 100px;
    margin-right: 24px;
}

.multivitamin_text h3 {
    color: var(--wt-white-color);
    font-size: 24px;
    margin-bottom: 20px;
}

.multivitamin_text p {
    color: #BDBAE1;
    line-height: 24px;
    ;
}

/* Backed by science sec style */
.science_sec {
    padding: 100px 0px;
}

.science_sec .section_title {
    margin-bottom: 33px;
}

.science_img_wrapper {
    width: 100%;
    max-width: 188px;
    margin: 0px auto;
}

.science_img_wrapper::after {
    content: "";
    width: 78px;
    height: 2px;
    background: var(--wt-primary-color);
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, 0%);
}

.science_sec_img_right .science_img_wrapper::after {
    left: 0;
    right: auto;
}

.science_img_wrapper img {
    border-radius: 100%;
    z-index: 1;
}

.science_info_text {
    padding-left: 24px;
    border-left: 2px solid var(--wt-primary-color);
}

.science_info_text p {
    font-size: 17px;
    line-height: 23px;
}

.science_sec_img_right .science_info_text {
    padding-left: 0px;
    padding-right: 24px;
    border: 0;
    border-right: 2px solid var(--wt-primary-color);
}

.science_info_text h3 {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 18px;
}

/* ingredients sec style */
.ingredients-section {
    padding: 100px 0;
}

.ingredients-section .section_title {
    gap: 48px;
    margin-bottom: 48px;
}

.ingredients-box {
    width: calc(20% - 20px);
    margin: 10px;
    padding: 24px;
    border: 1px solid var(--wt-white-color);
    transition: all 0.5s;
    /* cursor: pointer; */
    border-radius: 12px;
    background-color: var(--wt-white-color);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* .ingredients-box:hover {
    border: 1px solid var(--wt-primary-color);
}
 */
.ingredients-box img {
    max-width: 160px;
    border-radius: 100%;
}

.ingredients-box h6 {
    color: var(--wt-primary-color);
    font-family: "Fraunces";
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    word-break: break-word;
}

.modal_width {
    max-width: 1000px;
    margin: 0px auto;
}

.popup_content h5 {
    margin-bottom: 30px;
}

button.btn-close {
    position: absolute;
    right: 0;
}

.popup {
    background-color: var(--wt-white-color);
    overflow: hidden;
}

.popup_content {
    padding: 30px 30px;
}

.ingredients-section .modal .btn-close {
    top: 10px !important;
    right: 10px !important;
}

.ingredients-popup-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.digestive_section {
    padding: 100px 0;
    background-color: var(--wt-primary-color);
}

.normal_content {
    color: #bdbae1;
    line-height: 24px;
}

.digestive_section .section_title {
    margin-right: 24px;
    width: 31%;
}

.image_box {
    width: 66%;
}

.info-box img {
    max-width: 100px;
}

.info-box p {
    font-size: 16px !important;
    line-height: 20px !important;
    color: #bdbae1;
    margin-top: 24px;
    font-weight: 700 !important;
}


/* FAQS sec style */

.faq_section {
    padding: 100px 0;
}

.faq_section .section_title span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    line-height: 20px;
}

.faq {
    margin-top: 48px;
}

.faq-btn h4 {
    font-family: "Inter", sans-serif;
    line-height: 36px;
}

.faq-btn {
    border-top: 1px solid var(--wt-primary-color);
    padding: 20px 0px;
}

.faq-btn:focus,
.faq-btn:active,
.faq-btn.accordion-button:not(.collapsed) {
    background-color: var(--wt-white-color) !important;
    border-color: unset;
    box-shadow: none;
}

.faq_section .accordion-item:last-child {
    border-bottom: 1px solid #000;
}

.faq-content {
    padding: 0px 0px 20px 0px;
}
.faq .accordion{background-color:transparent;}
.accordion-flush .faq-btn:after {
    content: "";
    background-image: url(/cdn/shop/files/Frame_1000006704.png?v=1703781677);
}

.accordion-flush .faq-btn[aria-expanded="true"]::after {
    transform: rotate(135deg) !important;
}


/*Review Sec*/
.review_sec {
    padding: 100px 0;
    overflow-x: hidden;
}

.reviewslider .slick-list {
    overflow: unset;
}

.reviewslider .slick-track {
    display: flex;
    gap: 24px;
}

.reviewslide {
    gap: 24px;
    padding: 24px;
    border: 1px solid #7C7A9C;
    flex-direction: column;
    border-radius: 12px;
    display: flex !important;
}

.reviewslide img {
    width: 120px;
}

.customername {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--wt-primary-color);
    letter-spacing: 1.4px;
    font-weight: 500;
    margin-top: auto;
}

.reviewslider .slick-track .slick-slide {
    opacity: 0.1;
}

.reviewslider .slick-track .slick-slide.slick-active {
    opacity: 1;
}

.slick-slider .slick-arrow {
    border: 1px solid var(--wt-primary-color);
    width: 56px;
    background: var(--wt-secondary-color);
    color: var(--wt-primary-color);
    height: 56px;
    border-radius: 100%;
    z-index: 1;
}

.slick-slider .slick-arrow:hover {
    background: #E1E1F0;
}

.slick-slider .slick-arrow:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--wt-primary-color);
    opacity: 1;
}

.slick-slider .slick-prev:before {
    content: "\f104";
}

.slick-slider .slick-next:before {
    content: "\f105";
}

/* -------------------------------------------------------------------------- */
/*                              About Us page CSS                             */
/* -------------------------------------------------------------------------- */
.about_top_banner {
    padding: 100px 0;
    background: #FCEADA;
}

.about_banner {
    background: #FDECCE;
    background-image: url(../images/about-top-banner-desktop.jpg);
    background-position: center;
}

.bg_white {
    background: #FFFFFF;
}

.about_key_point .kry_point_box {
    background: #E1E1F0;
    text-align: center;
    padding: 35px 12px;
}

.abouttag_line {
    background: #E9EC90;
    border: 1px solid #25215A;
    font-weight: 900;
    color: #25215A;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 15px;
    border-radius: 30px;
    padding: 5px 10px;
    margin-bottom: 24px;
    display: inline-block;
}

.science_team_sec {
    padding: 95px 0;
    background: var(--wt-primary-color);
}

.science_team_sec .section_title p {
    color: #BDBAE1;
}

.team_profile_img img {
    max-width: 180px;
    border-radius: 100%;
}

.team_name {
    padding: 32px 0;
    row-gap: 12px;
    display: flex;
    flex-direction: column;
}

.team_name h3 {
    color: var(--wt-white-color);
    font-size: 32px;
    font-weight: 300;
}

.team_name p {
    color: #BDBAE1;
    font-size: 13px;
    font-weight: 600;
}

.team_detail p {
    color: #BDBAE1;
    font-size: 15px;

}

.team_detail {
    padding-bottom: 60px;
}

.science_team_sec .section_title {
    margin-bottom: 45px;
}

.science_team_sec .sitebtn {
    background: transparent;
    color: #BDBAE1;
    border-color: #BDBAE1;
}

.science_team_sec .sitebtn svg {
    fill: #BDBAE1;
    max-width: 18px;
    margin-left: 5px;
}

.science_team_sec .sitebtn:hover {
    background: #E9EC90;
    color: #25215A;
}

.science_team_sec .sitebtn:hover svg {
    fill: #25215A;
}

.science_team_box {
    padding: 0 32px;
    height: 100%;
}

.science_border_box {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.our_story_info {
    max-width: 750px;
    margin: 0 auto;
    padding: 30px;
}

.counter_sec {
    background: #E1E1F0;
    padding: 95px 0;
}

.counter_box {
    max-width: 360px;
    margin: 0 auto;
    border: 1px solid #7C7A9C;
    height: 360px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 100%;
}

.counter_box h2 {
    font-size: 56px;
    font-weight: 300;
}

.counter_box .count-text {
    color: #5C5983;
    font-size: 18px;
}

/* -------------------------------------------------------------------------- */
/*                           ingredients page style                           */
/* -------------------------------------------------------------------------- */
.ingredients_banner {
    background: var(--wt-white-color);
}

.ingredients_banner .banner_content .banner_title {
    font-size: 54px;
    line-height: 64px;
    max-width: 558px;
}

.natures_symbiotic_sec,
.essentials_ingredients {
    padding: 100px 0;
}

.essentials_ingredients .section_title {
    max-width: 600px;
    margin-bottom: 48px;
}

.ingredients_details_wrapper {
    padding: 48px;
    border-radius: 15px;
    border: 1px solid var(--wt-black-color);
}

.ingredients_details_wrapper hr {
    margin: 48px 0px;
    border-color: var(--wt-primary-color);
    opacity: 1;
}

.ingredients_number {
    background-color: var(--wt-secondary-color);
    border-radius: 100%;
    width: 80px;
    height: 80px;
    border: 1px solid var(--wt-primary-color);
    text-align: center;
}

.ingredients_number span {
    font-size: 32px;
    line-height: 80px;
    letter-spacing: 0;
    color: var(--wt-primary-color);
}

.ingredients_img {
    border-radius: 12px;
    overflow: hidden;
}

.ingredients_title h4 {
    color: var(--wt-primary-color);
    font-size: 32px;
    font-weight: 600;
}

.ingredients_text .second_text {
    font-size: 16PX;
}

.country_list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.country_list ul li {
    color: var(--wt-text-color);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-right: 8px;
    margin-bottom: 5px;
}

.country_list ul .list-title {
    color: #7C7A9C;
    position: relative;
    margin-right: 20px;
}

.country_list ul .list-title:after {
    content: "";
    background-color: #7C7A9C;
    width: 1px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(0%, -50%);
    display: block;

}

.country_list ul li:not(.list-title) {
    padding: 3px 10px;
    border-radius: 100px;
    background-color: #E1E1F0;
}


@media screen and (max-width:1199px) {

    .blog_sec,
    .product_sec,
    .seeking_section,
    .excellence_sec,
    .science_sec,
    .review_sec,
    .about_section,
    .ingredients-section,
    .digestive_section,
    .faq_section,
    .natures_symbiotic_sec,
    .essentials_ingredients {
        padding: 70px 0px;
    }

    .product_wrapper .product_info {
        padding: 30px 15px;
    }

    .product_key_point .kry_point_box img {
        max-width: 40px;
    }

    .product_key_point .kry_point_box span {
        letter-spacing: 0.5px;
    }

    .science_img_wrapper::after {
        width: 38px;
    }

    .modal_width {
        margin: 0px 20px;
    }

    .ingredients_number {
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }

    .ingredients_number span {
        font-size: 26px;
        line-height: 60px;
    }

    .counter_box {
        max-width: 250px;
        height: 250px;
    }

    .counter_box h2 {
        font-size: 46px;
    }

    .story_img {
        position: sticky;
        top: 0;
    }
}

@media screen and (max-width:991px) {

    p,
    .science_info_text p {
        font-size: 16px;
    }

    .section_title h2 {
        font-size: 32px;
    }

    .contain-box {
        padding: 13px;
    }

    .titel_box h3 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
    }

    .check_img {
        width: 22px;
        height: 22px;
    }

    .as-seen-as_sec {
        padding: 25px 0;
    }

    .logo_row .logobox {
        padding: 15px 10px;
    }

    .logobox img {
        max-height: 30px;
    }

    .blog_sec,
    .product_sec,
    .seeking_section,
    .excellence_sec,
    .science_sec,
    .review_sec,
    .about_section,
    .ingredients-section,
    .digestive_section,
    .faq_section,
    .natures_symbiotic_sec,
    .essentials_ingredients,
    .science_team_sec,
    .counter_sec {
        padding: 50px 0px;
    }

    .blog_wrapper {
        border-radius: 14px;
    }

    .blog_wrapper .post_info {
        padding: 20px;
    }

    .blog_wrapper .post_info .meta {
        margin-bottom: 0;
    }

    .product_info .product_title {
        font-size: 28px;
        line-height: 36px;
    }

    .product_wrapper .product_info {
        gap: 15px;
        padding: 30px 20px;
    }

    .product_wrapper .product_info .meta {
        flex-wrap: wrap;
    }

    .product_key_point {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .product_key_point .kry_point_box {
        gap: 10px;
        padding: 15px 6px;
    }

    .product_key_point .kry_point_box span {
        letter-spacing: 0;
        font-size: 12px;
    }

    .box_card_col .card {
        border-radius: 12px;
    }

    .contain-box {
        padding: 13px;
    }

    .titel_box h3 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
    }

    .seeking_section {
        padding: 50px 0px;
    }

    .check_img {
        width: 22px;
        height: 22px;
    }

    .mian_box_sec {
        padding: 70px 0;
    }

    img.card_box_img {
        width: 75px;
    }

    .box_card_title {
        font-size: 20px;
        padding: 22px 0 18px 0;
    }

    .row.box_card_col {
        row-gap: 30px;
    }

    .social_link li a {
        font-size: 26px;
    }

    .science_main_row {
        margin-bottom: 60px;
    }

    .science_info_text {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .science_img_wrapper {
        max-width: 170px;
        margin: 0;
    }

    .science_sec_img_right .science_img_wrapper {
        max-width: 170px;
        margin-left: auto;
    }

    .science_info_text h3 {
        font-size: 28px;
    }

    .multivitamin_title h2 {
        max-width: 450px;
        margin: 0 auto 40px;
        text-align: center;
    }

    .multivitamin_img {
        width: 72px;
        min-width: 72px;
    }

    .ingredients-box {
        width: calc(30% - 20px);
    }

    .digestive_section .section_title {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .image_box {
        width: 100%;
    }

    .faq_section .faq-btn h4 {
        font-size: 22px;
    }

    .ingredients_details_wrapper {
        padding: 30px;
    }

    .ingredients_text .second_text {
        font-size: 14px;
    }

    .ingredients_number {
        width: 64px;
        height: 64px;
        margin-right: 20px;
    }

    .ingredients_number span {
        font-size: 24px;
        line-height: 64px;
    }

    .team_profile_img img {
        max-width: 140px;
    }

    .team_name h3 {
        font-size: 20px;
    }

    .science_team_box {
        padding: 0 20px;
    }

    .team_name {
        padding: 22px 0;
        row-gap: 8px;
    }

    .counter_box {
        max-width: 200px;
        height: 200px;
    }

    .counter_box h2 {
        font-size: 38px;
    }
    .ingredients_banner .banner_content .banner_title {
        font-size: 42px;
        line-height: 50px;
    }
    .banner_icon_box {
        min-height: 100%;
    }

}

@media screen and (max-width:767px) {
   .container{padding:0 16px;}
    p,
    .science_info_text p {
        font-size: 13px;
        line-height: 18px;
    }

    .blog_sec,
    .product_sec,
    .seeking_section,
    .excellence_sec,
    .science_sec,
    .review_sec,
    .about_section,
    .ingredients-section,
    .digestive_section,
    .faq_section,
    .natures_symbiotic_sec,
    .essentials_ingredients,
    .science_team_sec,
    .counter_sec {
        padding: 48px 0px;
    }

    .banner-sec {
        padding-top: 0;
        gap: 30px;
    }

    .banner_content .banner_title {
        font-size: 35px;
        line-height: 42px;
    }

    .banner_content p {
        font-size: 14px;
        line-height: 22px;
    }

    .banner_content .subtitle {
        font-size: 11px;
        line-height: 13px;
        width: 100%;
    }

    .banner_content {
        gap: 20px;
        padding-bottom: 30px;
        text-align: center;
        justify-content: center;
    }

    .title_block {
        gap: 13px;
    }

    .sitebtn {
        min-width: 141px;
        line-height: 20px;
        padding: 11px 15px;
        font-size: 13px;
    }

    .science_team_sec .sitebtn svg {
        max-width: 14px;
    }

    .banner_icon_box {
        padding: 12px;
    }

    .box_title {
        margin-bottom: 4px;
        gap: 4px;
    }

    .banner_icon_box .box_title h3 {
        font-size: 12px;
        line-height: 14px;
    }

    .banner_icon_box p {
        font-size: 9px;
        line-height: 12px;
    }

    .banner_icon_box img {
        width: 16px;
    }

    .keypointslider {
        margin-left: -12px;
        margin-right: -12px;
    }

    .keypointslider .slick-slide {
        padding: 0px 2px;
    }

    /* .logo_row .logobox {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    } */

    .box_content_body {
        padding: 24px 18px;
    }

    .about_image img {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .box_card_content {
        color: var(--wt-text-color);
        line-height: 18px;
    }

    .section_title h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .product_sec .row {
        gap: 0px;
    }

    .product_wrapper {
        margin-left: 0;
        margin-right: 0;
        border-radius: 15px;
    }

    .product_wrapper .product_info {
        padding: 40px 30px;
    }

    .posts_wrapper {
        display: flex;
        gap: 20px;
    }

    .posts_wrapper {
        margin-bottom: 40px;
    }

    .blog_sec .section_title {
        margin-bottom: 25px;
    }

    .product_info .product_title {
        font-size: 28px;
        line-height: 36px;
    }

    .product_wrapper {
        gap: 0;
    }

    .product_wrapper>div.col-md-6 {
        padding: 0;
    }

    .seeking_box {
        margin-right: 0px;

    }

    .perfect_blend_img {
        margin-top: 30px;
    }

    .mian_box_sec {
        padding: 50px 0;
    }

    img.card_box_img {
        width: 50px;
    }

    .box_card_title {
        padding: 14px 0 14px 0;
    }

    .row.box_card_col {
        row-gap: 12px;
    }

    .seeking_box .check_img {
        width: 18px;
        height: 18px;
    }

    .social_link {
        justify-content: center;
    }

    .social_link li a {
        font-size: 20px;
    }

    .excellence_sec .social_media_handles a {
        font-size: 14px;
    }

    .science_info_text h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .science_img_wrapper,
    .science_sec_img_right .science_img_wrapper {
        max-width: 140px;
        margin: 0;
    }

    .science_sec_img_right .science_img_wrapper {
        margin-left: auto;
    }

    .science_info_text {
        padding-left: 15px;
    }

    .science_main_row {
        margin-bottom: 40px;
    }

    .science_main_row:last-child {
        margin-bottom: 0;
    }

    .slick-slider .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .slick-slider .slick-arrow:before {
        font-size: 14px;
    }

    .slick-slider .slick-next.slick-arrow {
        right: 0;
    }

    .slick-slider .slick-prev.slick-arrow {
        left: 0;
    }

    .reviewslider .slick-track {
        gap: 16px;
    }

    .multivitamin_title h2 {
        max-width: 450px;
        margin: 0 0 24px;
        text-align: left;
    }

    .multivitamin_img {
        margin-right: 12px;
    }

    .multivitamin_title h2 {
        font-size: 32px;
        max-width: 300px;
    }

    .multivitamin_text h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .multivitamin_text p {
        line-height: 18px;
    }

    .multivitamin_box {
        margin-bottom: 30px;
    }

    .multivitamin_sec {
        padding: 50px 0 20px;
    }

    .ingredients-box {
        padding: 20px 15px;
    }

    .ingredients-section .section_title {
        gap: 38px;
        margin-bottom: 38px;
    }

    .digestive_section .section_title {
        margin-bottom: 0px;
    }

    .digestive_section .info-box p {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .digestive_section .info-box {
        padding: 0 5px;
    }

    .digestive_section .info-box img {
        max-width: 80px;
    }

    .faq_section .faq-btn h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .popup_content {
        padding: 20px 15px;
    }

    .popup_content h5 {
        margin-bottom: 20px;
    }

    .ingredients_text {
        margin-top: 20px;
    }

    .ingredients_details_wrapper {
        padding: 30px 20px;
        border: 0;
        border-radius: 0;
    }

    .ingredients_title h4 {
        font-size: 20px;
    }

    .ingredients_text .second_text {
        font-size: 12px;
    }

    .country_list ul,
    .ingredients_text p {
        margin-bottom: 10px;
    }

    .country_list ul li {
        font-size: 8px;
    }

    .country_list ul li {
        margin-right: 5px;
    }

    .ingredients_details_wrapper hr {
        margin: 24px 0px;
    }

    .science_border_box {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-left: 0;
        border-right: 0;
    }

    .science_team_box {
        padding: 25px 20px;
    }

    .our_story_info {
        padding: 50px 0;
        text-align: center;
    }

    .counter_box {
        max-width: 215px;
        height: 215px;
    }

    .counter_box h2 {
        font-size: 32px;
    }

    .counter_box .count-text {
        font-size: 12px;
    }

    .about_top_banner {
        padding: 64px 0 30px;
    }

    .about_section .section_title {
        text-align: center;
    }

    .abouttag_line {
        margin-bottom: 10px;
        font-size: 8px;
        letter-spacing: 0.8px;
        padding: 3px 10px;
        line-height: 10px;
    }

    .team_name p {
        font-size: 9px;
    }

    .team_detail p {
        font-size: 13px;
    }
   .excellence_sec ul.list {justify-content: center;}

}

@media screen and (max-width:575px) {
    /* .logo_row .logobox {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 10px;
    }
 */
    .as-seen-as_sec {
        padding: 15px 0;
    }

    .posts_wrapper,
    .blog_sec.section_title {
        margin-bottom: 30px;
    }

    .product_wrapper .product_info {
        padding: 30px 15px;
    }

    .product_key_point .kry_point_box img {
        max-width: 35px;
    }

    .product_key_point .kry_point_box span {
        font-size: 9px;
    }

    .science_img_wrapper {
        padding-bottom: 36px;
    }

    .science_info_text {
        padding: 0;
        padding-top: 15px;
        border: 0px;
        border-top: 2px solid var(--wt-primary-color);
        text-align: center;
    }

    .science_img_wrapper::after {
        width: 2px;
        left: 50%;
        top: calc(100% - 24px);
        height: 24px;
    }

    .science_sec_img_right .science_info_text {
        padding: 0;
        padding-top: 15px;
        border: 0;
        border-top: 2px solid var(--wt-primary-color);
        text-align: center;
    }

    .science_sec_img_right .science_img_wrapper::after {
        left: 50%;
        right: auto;
    }

    .science_sec_img_right .science_img_wrapper {
        margin-left: 0;
    }

    .faq_section .section_title span {
        font-size: 9px;
    }

    .faq_section .section_title h2 {
        margin-top: 5px;
    }

    .ingredients-box {
        align-items: center;
        width: calc(50% - 15px);
        padding: 20px 15px;
        margin: 5px;
    }

    .ingredients-box h6 {
        font-size: 14px;
    }

    .faq-btn {
        padding: 18px 0px;
    }

    .faq_section .faq-btn h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .accordion-flush .faq-btn:after {
        width: 15px;
        height: 15px;
        background-size: contain;
    }

    .counter_box {
        margin: 15px auto;
    }

    .team_detail {
        padding-bottom: 30px;
    }

    .counter_sec {
        background: var(--wt-white-color);
    }
}

.jdgm-rev__prod-link-prefix {
  display: none !important;
}

.product-page-wrapper {
  margin-top: -20px;
}
}