/* Inter Regular – 400 */
@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/Inter-Regular.woff2") format("woff2"),
        url("../fonts/inter/Inter-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Inter Medium – 500 */
@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/Inter-Medium.woff2") format("woff2"),
        url("../fonts/inter/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Inter SemiBold – 600 */
@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/Inter-SemiBold.woff2") format("woff2"),
        url("../fonts/inter/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Inter Bold – 700 */
@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/Inter-Bold.woff2") format("woff2"),
        url("../fonts/inter/Inter-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Inter ExtraBold – 800 */
@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/Inter-ExtraBold.woff2") format("woff2"),
        url("../fonts/inter/Inter-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Inter Black – 900 */
@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/Inter-Black.woff2") format("woff2"),
        url("../fonts/inter/Inter-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

body {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

li {
    list-style: none;
}

h1 {
    font-weight: 900;
    /* Black */
}

h2 {
    font-size: 42px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-align: center;
    /* ExtraBold */
}

p {
    font-weight: 400;
    /* Regular */
}

.button {
    font-weight: 600;
    /* SemiBold */
}

  .faq-sec a{
    font-family: "Inter", sans-serif;
    font-size: 16px;
  }


@media (min-width: 1200px) {
    .container {
        width: 1172px;
    }
}

.container {
    padding: 0;
}

.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

header .header_top {
    background: #000;
    text-align: center;
    padding: 11px;
}

header .header_top p {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0;
}

header nav.navbar.navbar-default {
    background-color: #ffffff;
    border: none;
    padding: 11px 0;
}

.navbar-brand {
    padding: 0;
    line-height: 1;
    height: auto;
}

.navbar-brand>img {
    display: block;
    line-height: 1;
}

.top-menu li:not(:last-child) {
    border: none;
}

.top-bar {
    padding-bottom: 0;
}

.top-bar .navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 14px;
    padding: 0 15px 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.glu-logo {
    width: 221px;
    max-width: 100%;
}

#od-btn-top a {
    font-family: "Inter", sans-serif;
    background: #25c442;
    font-weight: 700;
    padding: 11px 24px;
    border-radius: 50px;
}

.nav_flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-collapse.collapse {
    float: none !important;
}

.top-bar .navbar-right.top-menu {
    margin-top: 0;
}

.top-bar .navbar-default .navbar-nav>li {
    margin-top: 0;
}


/* Section top_band Start */

.top_band {
    background-color: #b9f8ff;
}

.top_band ul {
    display: flex;
    justify-content: space-between;
    gap: 82px;
    margin: 13px 0;
}

.top_band ul li {}

.to_ba_feature {
    display: flex;
    justify-content: space-between;
    gap: 9px;
    align-items: center;
}

.to_ba_feature .icon {}

.to_ba_feature .icon img {
    max-width: 100%;
}

.to_ba_feature .txt {
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
}

.to_ba_feature .txt span {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}



/* Section top_band End */

/* Section section_one Start */

.section_one {
    background-color: #f1f6fa;
    padding: 34px 0;
}

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

.left_content_box {
    width: 53.9%;
}

.right_content_box {
    width: 46%;
}

.sub_hd {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #ff0000;
    margin-top: 20px;
}

.main_hd {
    font-size: 46px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #1f2932;
    margin-top: 13px;
    margin-bottom: 15px;
}

.main_hd span {
    color: #00adee;
}

.section_one p {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #142124;

}

.section_one p span {
    font-weight: 600;
}

.check_ul {
    padding-left: 31px;
    margin-bottom: 20px;
}

.check_ul li {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #142124;
    position: relative;
    line-height: 38px;
}

.check_ul li::before {
    position: absolute;
    content: '';
    background: url(../images/check.webp);
    background-position: center;
    background-size: contain;
    transform: translate(-50%, -50%);
    top: 50%;
    left: -19px;
    width: 21px;
    height: 21px;
}

.button_top p {
    display: inline-block;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #142124;
    position: relative;
    margin-bottom: 0;
}

.button_top p::before {
    position: absolute;
    content: '';
    background: url(../images/usa.webp);
    background-position: center;
    background-size: contain;
    transform: translate(-50%, -50%);
    top: 50%;
    left: -19px;
    width: 24px;
    height: 18px;
}

.button_top p::after {
    position: absolute;
    content: '';
    background: url(../images/usa.webp);
    background-position: center;
    background-size: contain;
    transform: translate(-50%, -50%);
    top: 50%;
    left: calc(100% + 19px);
    width: 24px;
    height: 18px;

}


.button_bottom p {
    display: inline-block;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #142124;
    position: relative;
    margin-bottom: 0;
}

.tirf_btn {
    display: flex;
    background-color: #24aa2f;
    width: 578px;
    font-size: 22px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    justify-content: space-between;
    align-items: center;
    text-decoration: none !important;
    height: 60px;
    padding: 4px;
    border-radius: 86px;
    margin: 7px 0;
    box-shadow: 0px 6px 4px #0000004f;
    transition: ease-in-out 0.3s;
}

.tirf_btn:hover {
    color: #ffffff;
    background-color: #1c9f27;
    box-shadow: 0px 4px 4px #00000067;
}


.btn_dsc_badge {
    background-color: #1f7126;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn_dsc_badge .numb {
    font-size: 22px;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    line-height: 1;
}

.btn_dsc_badge .txt {
    font-size: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    line-height: 1;
}

.tirf_btn .icon {
    width: 24px;
    height: 18px;
    line-height: 18px;
    transition: ease-in-out 0.3s;
    transform: translateX(-26px);
}

.tirf_btn:hover .icon {
    transform: translateX(-20px);
}

.tirf_btn .icon img {
    width: 100%;
    height: auto;
}

@keyframes sale-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 244, 118, 0.6);
    }

    100% {
        box-shadow: 0 0 7px 7px rgba(0, 244, 118, 0);
    }
}

.sale-pulse {
    display: inline-block;
    background: #42b74d;
    width: 8px;
    height: 8px;
    animation: sale-pulse 1.5s infinite;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: -8px;
}

.stock_status {
    display: inline-flex;
    gap: 3px;
}

.stst {
    width: 8px;
    height: 8px;
    background: #fff;
    border: 1px solid #000;
    position: relative;
    transition: background-color 0.6s ease, opacity 0.6s ease;
}

/* INITIAL: all red */
.full .stst {
    background: #ef2000;
}

/* FINAL: solid red */
.final .stst1,
.final .stst2,
.final .stst3 {
    background: #ef2000;
}

/* Smooth fade-out for stst5 */
.final .stst5 {
    background: #ffffff;
}

/* Blinking warning (smooth pulse) */
.final .stst4::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #ef2000;
    animation: batterypulse 1s ease-in-out infinite;
}

/* Softer pulse */
@keyframes batterypulse {
    0% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}




.buttonwrap {
    text-align: center;
}

.right_content_box {
    padding-left: 30px;
}

.dr_profile {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}

.dr_profile .txt_box {
    border-top: 1px solid #1f2932;
    border-bottom: 1px solid #1f2932;
    height: 100%;
    padding: 10px 0 10px 18px;
}

.dr_profile .txt_box .hd {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #000000;
    margin-bottom: 7px;
}

.dr_profile .txt_box p {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #676767;
    margin-bottom: 0;
}

.hero_bottle {
    width: 508px;
    margin-left: -25px;
}

.hero_bottle img {
    width: 100%;
}


/* Section section_one End */

/* Section section_two Start */
.section_two {
    padding: 48px 0 60px;
}

.section_two_inner {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 0;
    align-items: center;
    max-width: 1070px;
    margin: auto;
    padding: 0;
    margin-bottom: 38px;
}

.section_two h2 {
    color: #1f2932;
    margin-bottom: 35px;
}

/* LEFT SIDE */
.left {
    width: 579px;
    position: relative;
}

.left img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

/* Floating prostate card */
.prostate-card {
    width: 100%;
    text-align: center;
}

.prostate-card img {
    width: 100%;
    height: auto;
}

/* RIGHT SIDE */
.right {
    width: 485px;
}

.intro {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
    color: #000000;
    line-height: 27px;
}

.issues {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.issues li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    margin-bottom: 10px;
    border: 1px solid #ff4d4d;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    height: 70px;
}

.issues span {
    width: 26px;
    height: 26px;
    background: #ff0000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
}

.intro strong {
    color: #000000;
    font-weight: 700;
}

.gnb_wrap {
    text-align: center;
}

.good_news_box {
    width: 313px;
    background-color: #1f2932;
    text-align: center;
    padding: 4px 19px;
    border-radius: 13px;
    margin: 0 auto;
    margin-bottom: 17px;
}

.good_news_box p {
    font-size: 29.81px;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.good_news_para {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #1f2932;
}

/* Section section_two End */

/* Section section_three Start */

.section_three {
    background-color: #f1f6fa;
    padding: 60px 0;
    position: relative;
}

.section_three::before {
    background-color: #00adee;
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 99px;
}

.section_three p.sub {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    color: #00adee;
    text-align: center;
}

.section_three h2 {
    font-size: 45px;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    color: #1f2932;
    text-align: left;

}

.section_three p {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000000;
    text-align: left;
}

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

.section_three_inner_flex .left_content_box {
    width: 600px
}

.progress_feature_boxes {
    width: 490px;
    margin: 20px 0;
}

.progress_feature_boxes .pfb_top {

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.progress_feature_boxes .pfb_top .frnt {
    display: flex;
    align-items: center;
}

.progress_feature_boxes .number {
    font-size: 40px;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    color: #142124;
}

.progress_feature_boxes .name {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
    margin-left: 19px;
    width: max-content;
}

.pro_fe_bo_badge {
    background-color: #e4f9ee;
    border-radius: 50px;
    border: 0.083rem dashed #142124;
    width: 117px;
    height: 27px;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.pro_fe_bo_badge .icon {
    width: 16px;
    height: auto;
    line-height: 1;
}

.pro_fe_bo_badge .icon>img {
    width: 100%;
    height: auto;
}


.pro_fe_bo_badge p {
    display: inline-block;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}

.progress_bar {
    background-color: #e1e1e1;
    width: 100%;
    height: 9px;
    overflow: hidden;
    border-radius: 50px;
}

.progress_bar .progress_bar_fill {
    height: 100%;
    border-radius: 50px;
    transition: width 1.5s ease;
    background-color: #00a3e0;
    width: 0
}


.main_img_wrap {
    width: 550px;
}

.main_img_wrap>img {
    max-width: 588px;
    margin-bottom: 0;
    margin-top: 17px;

}

/* Section section_three End */


/* Section section_four Start */
.section_four {
    padding: 43px 0 60px;
}

.section_four .section_inner_wrap {
    width: 1052px;
}

.section_four h2 {
    font-size: 45px;
    color: #1f2932;
    margin-bottom: 21px;
}

.section_four h2 span {
    color: #00adee;
}

.section_four p {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-bottom: 45px;
}

.section_four_feature_container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 46px;
}

.section_four_feature_container .card {
    background: #fff;
    text-align: center;
    width: 125px;
    cursor: pointer;
}

.section_four_feature_container .icon {
    width: 74px;
    height: 52px;
    font-size: 40px;
    margin-bottom: 10px;
    transition: color 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.section_four_feature_container .text {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.section_four_3_feature_container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.section_four_3_feature_container .card .img_container {
    width: 302px;
}

.section_four_3_feature_container .card .content_box {
    padding-top: 30px;
}

.section_four_3_feature_container .card .content_box .hd {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.section_four_3_feature_container .card .content_box .hd p {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 0;
}

.section_four_3_feature_container .card .content_box .extra_txt {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.section_four .buttonwrap .tirf_btn {
    margin: 7px auto;
}

.section_four .button_top p {
    margin-bottom: 0;
}

.section_four .button_bottom p {
    margin-bottom: 0;
}

/* Section section_four end */

/* Section section_five Start */
.section_five {
    background-color: #f1f6fa;
    padding: 60px 0 60px;
}

.section_five h2 {
    font-size: 45px;
    color: #1f2932;
    margin-bottom: 21px;
}

.section_five h2 span {
    color: #00adee;
}

.section_five p {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-bottom: 45px;

}

.section_five .main_img_wrap {
    width: 849px;
    margin: 0 auto;
    margin-bottom: 28px;
}

.section_five .main_img_wrap>img {
    max-width: 100%;
}

.section_five .ing_table_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.section_five .ing_table_container .ing_sngl_tbl {
    width: 367px;
    border-radius: 9px;
    overflow: hidden;
    background-color: #ffffff;
}

.section_five .ing_table_container .ing_sngl_tbl .ist_top_header {
    background-color: #bbecff;
    padding: 19px 23px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.section_five .ing_table_container .ing_sngl_tbl .ist_top_header .icon {
    width: 52px;
    height: 52px;
    background-color: #ffffff;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.section_five .ing_table_container .ing_sngl_tbl .ist_top_header .txt {
    width: 224px;
}

.section_five .ing_table_container .ing_sngl_tbl .ist_top_header .txt p {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #000000;
    text-align: left;
    margin-bottom: 0;
    line-height: 29px;
}

.section_five .ing_table_container .ing_sngl_tbl .ist_ing_container {
    padding: 8px;
}

.section_five .ing_table_container .ing_sngl_tbl .ist_ing_container .sngl_ing {
    display: flex;
    gap: 7px;
    padding: 10px 0;
}

.section_five .ing_table_container .ing_sngl_tbl .ist_ing_container .sngl_ing .img_container {
    width: 83px;
}

.section_five .ing_table_container .ing_sngl_tbl .ist_ing_container .sngl_ing .img_container img {}

.section_five .ing_table_container .ing_sngl_tbl .ist_ing_container .sngl_ing .txt_container {
    width: 259px;
}

.section_five .ing_table_container .ing_sngl_tbl .ist_ing_container .sngl_ing .txt_container .hd {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #000000;
    margin-bottom: 4px;
    text-align: left;
}

.section_five .ing_table_container .ing_sngl_tbl .ist_ing_container .sngl_ing .txt_container .desc {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
    text-align: left;
}

.section_five .ing_table_container .ing_sngl_tbl .ist_ing_container hr {
    border-top: 1px solid #1f293233;
    margin: 5px 0;
}

.section_five .honest_transparent_box .hd {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.section_five .honest_transparent_box .trust-badges {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0px;
    max-width: 628px;
    margin: 26px auto;
    padding: 0;
}

.trust-badges .badge {
    background-color: transparent;
    text-align: center;
}

.buttonwrap {
    text-align: center;
}

.section_five .buttonwrap .tirf_btn {
    margin: 7px auto;
}

.section_five .button_top p {
    margin-bottom: 0;
}

.section_five .button_bottom p {
    margin-bottom: 0;
}

/* Section section_five end */

/* Section section_six Start */
.section_six {
    background-color: #ffffff;
    padding: 46px 0 60px;
}

.section_six h2 {
    font-size: 45px;
    color: #1f2932;
    margin-bottom: 21px;
}

.section_six h2 span {
    color: #00adee;
}

.timeline_container {
    width: 977px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

.timeline_container::before {
    position: absolute;
    top: 35px;
    left: 28%;
    content: '';
    width: 5px;
    height: calc(100% - 417px);
    border-left: 3px dotted #00adee;
}

.timeline_container .entry {
    margin: 30px 10px;
    position: relative;
}

.timeline_container .indicator {
    position: absolute;
    top: 35px;
    left: calc(28% - 19px);
    width: 31px;
    height: 31px;
    background-color: #00adee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline_container .indicator span {
    position: relative;
    width: 17px;
    height: 17px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50%;
}

.timeline_container .content {
    width: 200px;
    margin: 0 auto;
    transform: translate(26%, 0px);
    text-align: left;
}

.timeline_container .entry:nth-child(odd) .content {
    text-align: left;
    transform: translate(26%, 0px);
}

.timeline_container .content {
    width: 629px;
    background-color: #f5fcff;
    border: 3px solid #00adee;
    border-radius: 9px;
    position: relative;
    padding: 21px 25px 27px;
}

.timeline_container .content::after {
    position: absolute;
    content: '';
    background: url(../images/shape1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate(-50%, -50%);
    top: 48px;
    left: -9px;
    width: 12px;
    height: 25px;
}

.timeline_container .content .hd {
    font-size: 30px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #000000;
    margin-bottom: 9px;
    text-align: left;
}

.timeline_container .content ul {
    padding-left: 22px;
    margin-bottom: 23px;
}

.timeline_container .content ul li {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000000;
    position: relative;
}

.timeline_container .content ul li::before {
    width: 9px;
    height: 9px;
    position: absolute;
    content: '';
    background: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate(-50%, -50%);
    top: 50%;
    left: -15px;
    border-radius: 50%;
}

.timeline_container .content span {
    font-weight: 500;
    font-size: 16px;
    display: block;
    color: rgb(250, 112, 49);
}

.timeline_container .tstm_box {
    background: #ffffff;
    padding: 19px 16px 24px;
    border-radius: 9px;
    display: flex;
    gap: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.timeline_container .tstm_box .pro_pic {
    width: 67px;
    height: auto;
}

.timeline_container .tstm_box .pro_pic img {
    width: 100%;
}

.timeline_container .tstm_box .tstm_content {
    width: calc(100% - 83px);
}

.timeline_container .tstm_box .tstm_content .rtng {
    width: 78px;
    margin-bottom: 10px;
}

.timeline_container .tstm_box .tstm_content .rtng img {}

.timeline_container .tstm_box .tstm_content .quote p {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000000;
    text-align: left;
    font-style: italic;
    margin-bottom: 8px;
}

.timeline_container .tstm_box .tstm_content .pro_name p {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #000000;
    text-align: left;
    margin-bottom: 0;
}

.timeline_container .time {
    width: 212px;
    position: absolute;
    top: 52px;
    left: 26%;
    transform: translate(-130%, -48%);
    font-size: 14px;
    padding: 5px 0;
    border-radius: 25px;
    display: flex;
    gap: 17px;
    align-items: flex-start;

}

.timeline_container .entry:nth-child(even) .time {
    transform: translate(-130%, -48%);
}

.timeline_container .entry .time .icon {
    width: 36px;
    height: auto;
}

.timeline_container .entry .time .icon img {
    width: 100%;
    height: auto;
    margin-top: 6px;
}

.timeline_container .entry .time p {
    width: calc(100% - (36px + 17px));
    font-size: 30px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #00adee;
    margin-bottom: 0;
    text-align: left;
}

.section_six .buttonwrap {
    text-align: center;
}

.section_six .buttonwrap .tirf_btn {
    margin: 7px auto;
}

.section_six .button_top p {
    margin-bottom: 0;
}

.section_six .button_bottom p {
    margin-bottom: 0;
}




@media only screen and (max-width: 600px) {
    .timeline_container {
        margin: 0;
    }

    .timeline_container .entry:nth-child(even) .content,
    .entry:nth-child(odd) .content {
        text-align: left;
        transform: translate(60%, -9px);
    }

    .timeline_container .entry:nth-child(even) .time,
    .entry:nth-child(odd) .time {
        transform: translate(-130%, -48%);
    }
}


/* Section section_six End */

/* Section sec_seven start */
.sec_seven {
    background: url(../images/six_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 47px;
}

.hd_txt {
    font-size: 45px;
    color: #1f2932;
    margin-bottom: 21px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;

}

.hd_txt span {
    color: #00adee;
}

.icon_list_outr {
    width: 587px;
}

.left1 {
    width: 618px;
    position: relative;
    padding-left: 48px;
}

.right {
    width: 485px;
}

.sec_seven_inner {
    width: 1327px;
    margin: 0 auto;
}

.sub_txt {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000000;
    margin-bottom: 45px;
}

.bg_white {
    background: #fff;

}

.bg_flx {
    display: flex;
    gap: 50px;
    padding: 40px 0;
}

.icon_list {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
    max-width: 587px;
    width: 100%;
}

.stg {
    font-size: 22px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
}

.hlp {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}

.tirf_btn.btn_nw {
    width: 530px;
}

.man_img {
    width: 100%;
}

.content_img {
    background: #00adee;
    padding: 30px;
}

.hd_txt {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 25px;
}

.hd_txt span {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}

.doc_name {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
}

.doc_deg {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 17.42px;
    line-height: 1.3;
    margin-bottom: 0;

}

.outer_img {
    margin-top: -28%;
    width: 514px;
}

.hd_txt_nw {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #1f2932;
    font-size: 45px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.hd_txt_nw span {
    color: #00adee;
}

.comparison-wrapper {
    max-width: 1100px;
    margin: auto;
}

.comparison-table {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1fr 1fr;
    border-top: 1px solid rgba(221, 221, 221, 0);
}

.col {
    border-left: 1px solid #ddd;
}

.features {
    border-left: none;
}

.cell {
    height: 64px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    color: #222;
}

.features .cell {
    justify-content: flex-start;
    font-weight: 500;
}

.header {
    height: 180px;
    flex-direction: column;
    gap: 8px;
    font-weight: 700;
}

.header img {
    max-width: 110px;
}

.header h3 {
    margin: 0;
    font-size: 15px;
}

.highlight {
    border: 2px solid #00aaff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    background: #fff;
}

.highlight .cell {
    border-color: transparent;
}

.check {
    color: #17b45b;
    font-size: 22px;
    font-weight: bold;
}

.cross {
    color: #e53935;
    font-size: 22px;
    font-weight: bold;
}

/* Section sec_seven end */


/* Comperison section start */

.comparison {
    padding: 0px 20px 60px;
    text-align: center;
    font-family: "Inter", sans-serif;

    line-height: 1.1;
}

.comparison h2 {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 78px;
}

.comparison h2 span {
    color: #00a3ff;
}

.comparison-table {
    display: grid;
    grid-template-columns: 318px 1fr 1fr 1fr;
    max-width: 915px;
    margin: auto;
    border-top: 1px solid rgba(221, 221, 221, 0);
}

.features,
.product {
    display: grid;
    grid-template-rows: 174px repeat(6, 60px);
    border-left: 1px solid #ddd;
}

.features {
    border-left: none;
}

.feature,
.cell {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid #000000;
    padding: 0 10px;
}

.features .feature {
    justify-content: flex-start;
    font-weight: 500;
}

.product-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-header.second_product_header {
    justify-content: flex-start;
}

.product-header.three_product_header {
    justify-content: flex-end;
    margin-bottom: 10px;
}

/* .product-header img {
    width: 158px;
    height: auto;
    margin-bottom: 10px;
  } */

.product-header.second_product_header img.Generic-img {
    width: 81px;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
}

.product-header.first_product_header img {
    width: 158px;
    height: auto;
    margin-bottom: 10px;
    margin-top: -58px;
}

.product-header.three_product_header img {
    width: 131px;
    height: auto;
}


.product-header h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.product-header h3 span {
    font-weight: 400;
}

.highlight {
    border: 2px solid #00a3ff;
    border-radius: 8px;
}

.check {
    color: #1fbf3f;
    font-size: 20px;
}

.cell.check img.check_icon {
    width: 34px;
    height: 34px;
}

.cross {
    color: #ff3b3b;
}

.cross .times_icon {
    width: 23px;
    height: 23px;
}


/* Comperison section End */

/* Section guarantee Start */

.guarantee {
    padding: 80px 20px;
}

.guarantee h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-align: left;
}

.guarantee .guarantee-box {
    max-width: 973px;
    margin: auto;
    background: #f5fcff;
    border: 2px solid #00a3ff;
    border-radius: 24px;
    display: grid;
    grid-template-columns: 1fr 546px;
    gap: 30px;
    padding: 44px 30px 30px 0px;
}

.guarantee .guarantee-left {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.guarantee .product-img {
    max-width: 363px;
}

.guarantee .badge {
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(circle at center, #ffd54f, #f4b400);
    color: #000;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    text-align: center;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: rotate(-12deg);
}

.guarantee .badge span {
    font-size: 32px;
    line-height: 1;
}

.guarantee .badge small {
    font-size: 14px;
}

.guarantee .badge p {
    font-size: 10px;
    margin-top: 4px;
    font-weight: 600;
}

.guarantee .guarantee-right h2 {
    font-size: 45px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 20px;
}

.guarantee .guarantee-right h2 span {
    color: #00a3ff;
}

.guarantee .guarantee-right p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #142124;
    margin-bottom: 16px;
}

.guarantee .shipping {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.guarantee .guarantee-right .buttonwrap {
    margin-top: 30px;
}

.guarantee .guarantee-right .buttonwrap .button_top p {
    margin-bottom: 0;
}

.guarantee .guarantee-right .buttonwrap .button_bottom p {
    margin-bottom: 0;
}


/* Section guarantee end */

/* Section sec_testimonials Start */
.sec_testimonials {
    background: #f5f9fc;
    padding: 45px 0 60px;
}

.sec_testimonials h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 45px;
    color: #1f2932;
    margin-bottom: 21px;
}

.sec_testimonials h2 span {
    color: #00adee;
}

.sec_testimonials .sub {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #1f2932;
    margin-bottom: 21px;
    text-align: center;
}


.sec_testimonials .testimonials {

    max-width: 1200px;
    margin: 60px auto 40px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sec_testimonials .testimonial-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px 19px;
    box-shadow: 0 0 0 1px #e5e7eb;
}

.sec_testimonials .card-header {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
}

.sec_testimonials .avatar {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    object-fit: cover;
}

.sec_testimonials .card-header h4 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #1f2932;
    margin-bottom: 4px;
    text-align: left;
}

.sec_testimonials .verified {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #1f2932;
    margin-bottom: 0;
    text-align: left;
    position: relative;
    padding-left: 20px;
}

.sec_testimonials .verified::before {
    position: absolute;
    content: '';
    background: url(../images/Verified-Buyer-icon.png);
    background-size: contain;
    background-position: center;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 6px;
}

.sec_testimonials .dot {
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
}

.sec_testimonials .testimonial-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 12px 0 6px;
}

.sec_testimonials .stars {
    color: #facc15;
    font-size: 16px;
    margin-bottom: 10px;
}

.sec_testimonials .review {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}

.sec_testimonials .buttonwrap {
    text-align: center;
}

.sec_testimonials .buttonwrap .button_top {
    margin-bottom: 5px;
}

.sec_testimonials .buttonwrap .button_bottom {
    margin-top: 8px;
}

.sec_testimonials .buttonwrap .tirf_btn.btn_nw {
    margin: 0 auto;
}

/* Responsive */
@media (max-width: 900px) {
    .sec_testimonials .testimonials {
        grid-template-columns: 1fr;
    }
}


/* Section sec_testimonials End */

/* Section section_bonus Start */

.section_bonus {
    padding: 60px 0;
}

.section_bonus h2 {
    font-size: 45px;
    color: #1f2932;
    margin-bottom: 21px;
}

.section_bonus h2 span {
    color: #00adee;
}

.section_bonus .bonus-box {
    background-color: #dff6ff;
    border: 3px solid #00adee;
}

.bonus_box_top {
    background: #00adee;
    padding: 18px 33px;
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
    gap: 17px;
}

.bonus_box_top p {
    font-size: 32px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

.bonus_hd_box {
    width: 261px;
    background-color: #dff6ff;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 9px;
    border-radius: 9px;
}

.bonus_hd_box .icon {
    width: 28px;
}

.bonus_hd_box .icon img {
    width: 100%;
    height: auto;
}

.bonus_hd_box p {
    font-size: 32px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-align: left;
    color: #1f2932;
}

.section_bonus .bonus-box .bonus_content {
    display: flex;
    gap: 31px;
}

.section_bonus .bonus-box .bonus-dv {

    width: 755px;
    padding: 24px 0 24px 34px;
    margin-left: 0;
}

.bonus-box .bonus-dv p {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-align: left;
    color: #1f2932;
    margin-bottom: 20px;
    line-height: 29px;
}

.bonus-box .bonus-dv p:last-child {
    margin-bottom: 0;
}

.bonus-box .bonus-dv .bonus-price-dv {
    background: transparent;
    margin-bottom: 34px;
}

.bonus-box .bonus-dv .bonus-price-dv .bonus-price {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-align: left;
    color: #1f2932;
    margin-left: 0;
}

.bonus-price-dv .bonus-price .yellow-text {
    color: #00adee;
}

.section_bonus .bonus-box .bonus-1 {
    width: 327px;
    margin-top: -61px;
}

.section_bonus .bonus-box .bonus-1 img {
    width: 100%;
    height: auto;
}


.section_bonus .buttonwrap {
    text-align: center;
}

.section_bonus .buttonwrap .tirf_btn {
    margin: 7px auto;
}

.section_bonus .button_top p {
    margin-bottom: 0;
}

.section_bonus .button_bottom p {
    margin-bottom: 0;
}

.bonus-box-2 {
    margin-bottom: 44px;
}

/* Section section_bonus End */

/* Section order_sec Satrt */
.order_sec .order_sec_top {
    padding: 50px 0 40px;
    background: #1f2932;
}

.order_sec .order_sec_top h2 {
    font-size: 45px;
    color: #ffffff;
    margin-bottom: 21px;
}

.order_sec .order_sec_top h2 span {
    color: #00adee;
}

.order_sec .order_sec_band {
    padding: 13px 0;
    background: #00adee;
    border-bottom: 1px solid #1f2932;
}

.order_sec .order_sec_band p {
    font-size: 22px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}

.order_sec .order_sec_band p .icon {
    display: inline-block;
    width: 24px;
}

.order_sec .order_sec_band p .icon img {
    width: 100%;
    margin: 2px 0;
}

/* --3 order box css start-- */
.order_sec .three_odr_optn {
    padding: 38px 0;
    background-color: #f1f6fa;
}

.order_sec .three_odr_optn .pro-box {
    background: none;
    border: 3px solid #1f2932;
    padding: 0;
}

.order_sec .three_odr_optn .pro-head {
    background: #1f2932;
    padding: 19px 0;
    border-radius: 0;
}

.order_sec .three_odr_optn .pro_inner_container {
    padding: 0 20px 20px 20px;
}

.order_sec .three_odr_optn .pro_inner_container h5.bottle-quantity {
    font-size: 36px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    color: #1f2932;
}

.order_sec .three_odr_optn .pro_inner_container h6.pro-save {
    font-family: "Inter", sans-serif;
    text-align: left;
    font-weight: 900;
    font-size: 20px;
    color: #00adee;
    text-transform: uppercase;
    text-align: center;
    visibility: visible !important;
}

.order_sec .three_odr_optn .pro-bottle {
    margin: 0 auto;
}

.order_sec .three_odr_optn #pro-6 {
    background: none;
}

.order_sec .three_odr_optn .pro-box#pro-6 {
    background: none;
    border: 3px solid #00adee;
    padding: 0;
}

.order_sec .three_odr_optn #pro-6 .pro-head {
    background: #00adee;
    padding: 19px 0;
    border-radius: 0;
}

.order_sec .three_odr_optn .pro-head h4 {
    font-size: 22px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    margin: 0;
}

.order_sec .three_odr_optn .pro_6_inner_container h5.bottle-quantity {
    font-size: 36px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    color: #1f2932;
}

.order_sec .three_odr_optn h6.bottle-duration {
    font-family: "Inter", sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #1f2932;
}


.order_sec .three_odr_optn .flex-con {
    align-items: center;
    gap: 5px;
}


.order_sec .three_odr_optn .flex-con .pro-price {
    font-family: "Inter", sans-serif;
    text-align: left;
    font-weight: 700;
    font-size: 50px;
    color: #1f2932;
}

.order_sec .three_odr_optn .flex-con .per-bottle {
    font-family: "Inter", sans-serif;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    color: #525252;
    text-transform: capitalize;
    line-height: 20px;
}


.order_sec .three_odr_optn .pro_6_inner_container h6.pro-save {
    font-family: "Inter", sans-serif;
    text-align: left;
    font-weight: 900;
    font-size: 20px;
    color: #00adee;
    text-transform: uppercase;
    text-align: center;
}

.order_sec .three_odr_optn .shipping_bonous_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    font-family: "Inter", sans-serif;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
}

.order_sec .three_odr_optn .shipping_bonous_box img {
    width: 16px;
    height: 11px;
}

.order_sec .three_odr_optn .odr_grnty {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 5px;
}

.order_sec .three_odr_optn .odr_grnty .icon {
    width: 8px;
}

.order_sec .three_odr_optn .odr_grnty .icon img {
    width: 100%;
    height: auto;
}

.order_sec .three_odr_optn .odr_grnty p {
    font-family: "Inter", sans-serif;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
}

.order_sec .three_odr_optn .odr_grnty p {
    font-family: "Inter", sans-serif;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
}

.order_sec .three_odr_optn .retail_price_wrap {
    font-family: "Inter", sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
    color: #1f2932;
}

.order_sec .three_odr_optn .retail_price_wrap .retail_price {
    font-family: "Inter", sans-serif;
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    color: #787878;
    margin-bottom: 0;
}

.order_sec .three_odr_optn .pro-add-cart {
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/* --3 order box css end-- */

/* Section order_sec End */



/* Section faq_sec Start */
.faq-sec {
    padding: 50px 0;
}

.faq-sec h2 {
    font-size: 45px;
    color: #1f2932;
    margin-bottom: 21px;
}

.faq-sec h2 span {
    color: #00adee;
}

.faq-sec ul {
    width: 664px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 42px;
}

.faq-sec li {
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}

.faq-sec .faq_qstn_hdr {
    display: flex;
    align-items: flex-start;
    gap: 23px;
}

.content .content_top {
    margin-bottom: -6px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 18px;
    color: #000000;
}

.content .content_btm {
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-align: left;
    font-size: 18px;
    color: #000000;
    max-width: 504px;
}

.content p strong {}

.faq-sec .question-icon {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 0;
}

.faq-sec .accordion-trigger {
    border-radius: 10px;
}

.faq-sec .accordion-trigger.expanded {
    background: none;
    color: #000000;
    border-top-left-radius: ;
    border-top-right-radius: ;
    box-shadow: none;
}

.faq-sec .accordion-content.expanded {
    height: auto;
    box-shadow: none;
    border-radius: 0 0 10px 10px;
}

.faq-sec .accordion-content.expanded .box-faq {
    position: relative;
    padding: 18px 43px 23px 85px;
}

.faq-sec .accordion-content.expanded .box-faq p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    color: #000000;
    margin: 0;
}

.faq-sec .accordion-content.expanded .box-faq::before {
    position: absolute;
    content: '';
    background: #cccccc;
    width: calc(100% - 34px);
    height: 1px;
    transform: translate(-50%, -50%);
    top: 0;
    left: 50%;
}

.faq-sec .buttonwrap {
    text-align: center;
}

.faq-sec .buttonwrap .tirf_btn {
    margin: 7px auto;
}

.faq-sec .button_top p {
    margin-bottom: 0;
}

.faq-sec .button_bottom p {
    margin-bottom: 0;
}

.faq-sec .buttonwrap .tirf_btn {
    font-family: "Inter", sans-serif;
    color: #ffffff
}

/* Section faq_sec End */
/* Section footer Start */

.footer {
    border-top: 1px solid #e5e7eb;
    padding: 32px 16px;
    text-align: center;
    font-family: Inter, Arial, sans-serif;
    background: #fff;
  }
  
  .footer-logo {
    width: 208px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .footer-logo img{
    width: 100%;
  }
  
  .footer-logo .prosta {
  }
  
  .footer-logo .cleanse {
    color: #111827; /* black */
  }
  
  .footer-links {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .footer-links a {
    color: #374151;
    text-decoration: none;
    margin: 0 6px;
  }
  
  .footer-links a:hover {
    text-decoration: underline;
  }
  
  .footer-links span {
    color: #9ca3af;
  }
  
  .footer-copy {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
  }
  

/* Section footer End */


@media screen and (min-width: 768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin: 0;
    }
}


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

    /* For 380px resolution start  */
    .sec_seven_inner {
        width: 100%;
    }

    .sec_seven {
        padding: 40px 16px;
        background: url(../images/sixmob_bg.jpg);
        background-position: top;
        background-repeat: no-repeat;
    }

    .left1 {
        width: 100%;
        padding-left: 0;
    }

    .right {
        width: 100%;
    }

    .bg_flx {
        flex-direction: column-reverse;
        gap: 45px;
        padding: 0;
    }

    .outer_img {
        width: 311px;
        margin: 0 auto;
    }

    .hd_txt_nw {
        font-size: 28px;
        text-align: center;
        color: #1f2932;
    }

    .hd_txt_nw span {
        color: #1f2932;
    }

    .sub_txt {
        font-size: 17px;
        text-align: center;
    }

    .bg_white {
        background: none;
    }

    .icon_list {
        max-width: 100%;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .icon_list_outr {
        width: 100%;
    }

    .tirf_btn.btn_nw {
        width: 100%;
    }

    .sub_txt {
        margin-bottom: 30px;
        padding: 0 10px
    }

    .icon_list img {
        width: 71px;
        align-items: flex-start;

    }

    .stg {
        font-size: 20px;
        margin-bottom: 5px;
        line-height: 1.3;
    }

    .hlp {
        font-size: 16px;
    }

    .hd_txt {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .content_img {
        padding: 20px 15px;
    }

    .doc_name {
        font-size: 20px;
    }

    .doc_deg {
        font-size: 15px;
    }

    .hd_txt span {
        font-size: 16px;
    }

    .container {
        padding: 0 7px;
    }

    /* Header Start */

    header .header_top p {
        font-size: 13px;
    }

    /* Header End */


    /* Section top_band Start */
    /* .top_band {
        overflow: hidden;
    } */

    /* Base layout (desktop stays normal) */
.top_band ul {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  /* Feature item */
  .top_band li {
    flex: 0 0 auto;
  }
  
  /* ===========================
     MOBILE AUTO SLIDER
     =========================== */
  @media (max-width: 768px) {
  
    /*.top_band {
      overflow: hidden;
    }
  
    .top_band ul {
      display: flex;
      width: max-content;
      animation: topBandSlide 16s infinite linear;
    }
  
    .top_band li {
      width: 100vw; 
      display: flex;
      justify-content: center;
    }*/
  }
  
  /* ===========================
     SLIDE ANIMATION
     =========================== */
  @keyframes topBandSlide {
    0%   { transform: translateX(0); }
    20%  { transform: translateX(0); }
  
    25%  { transform: translateX(-100vw); }
    45%  { transform: translateX(-100vw); }
  
    50%  { transform: translateX(-200vw); }
    70%  { transform: translateX(-200vw); }
  
    75%  { transform: translateX(-300vw); }
    95%  { transform: translateX(-300vw); }
  
    100% { transform: translateX(0); }
  }

    /* Section top_band End */

    /* Section section_one Start */
    .section_one .sec_inr_flx_wrap {
        flex-direction: column;
    }

    .section_one .left_content_box {
        width: 100%;
        order: 2;
    }

    .section_one .right_content_box {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .section_one .right_content_box .dr_profile .img_wrap {
        width: 70px;
    }

    .section_one .right_content_box .dr_profile .img_wrap img {
        width: 100%;
        height: auto;
    }

    .section_one .right_content_box .dr_profile {
        order: 2;
    }

    .section_one .hero_bottle {
        width: 100%;
    }

    .section_one .sub_hd {
        font-size: 18px;
    }

    .section_one .txt_box .hd {
        font-size: 15px;
    }

    .section_one .dr_profile .txt_box p {
        font-size: 12px;
    }

    .section_one .main_hd {
        font-size: 34px;
    }


    .section_one p {
        font-size: 16px;
    }

    .tirf_btn {
        width: 100%;
    }

    .button_top p {
        font-size: 13px;
    }

    /* Section section_one End */

    /* Section section_two Start */
    .section_two h2 {
        font-size: 28px;
    }

    .section_two_inner {
        grid-template-columns: 100%;
    }

    .section_two_inner .left {
        width: 100%;
    }

    .intro {
        text-align: center;
    }

    .issues li {
        font-size: 18px;
    }

    .good_news_para {
        font-size: 21px;
    }

    /* Section section_two End */

    /* Section section_three Start */

    .section_three p.sub {
        font-size: 20px;
    }

    .section_three_inner_flex {}

    .section_three_inner_flex .left_content_box {
        width: 100%;
    }

    .section_three h2 {
        font-size: 28px;
        text-align: center;
    }

    .section_three p.main_sub_para {
        text-align: center;
    }

    .progress_feature_boxes {
        width: 100%;
    }

    .progress_feature_boxes .pfb_top {
        flex-direction: column;
        align-items: flex-start;
    }

    .progress_feature_boxes .number {
        font-size: 36px;
    }

    .progress_feature_boxes .name {
        font-size: 18px;
    }

    .pro_fe_bo_badge {
        margin-left: 98px;
    }

    .right_content_box {
        width: 100%;
        padding-left: 0;
    }

    .section_three .main_img_wrap {
        width: 100%;
    }

    .section_three .main_img_wrap>img {
        width: 100%;
    }


    .section_three .button_top p {
        font-size: 12px;
    }

    .section_three .button_bottom p {
        font-size: 12px;
    }

    /* Section section_three End */

    /* Section section_four Start */

    .section_four .section_inner_wrap {
        width: 100%;
    }

    .section_four h2 {
        font-size: 28px;
    }

    .section_four_feature_container {
        flex-wrap: wrap;
    }

    .section_four_feature_container .card {
        width: 106px;
    }

    .section_four_3_feature_container {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .section_four_3_feature_container .card .img_container {
        margin: 0 auto;
    }

    .section_four_3_feature_container .card {
        margin-bottom: 20px;
    }

    .section_four_3_feature_container .card .content_box {
        padding-top: 17px;
    }

    .section_four_3_feature_container .card .content_box .hd {
        margin-bottom: 7px;
    }

    .section_four_3_feature_container .card .content_box .extra_txt {
        font-size: 17px;
        margin-bottom: 12px;
    }

    .section_four .button_top p {
        font-size: 12px;
    }

    .section_four .button_bottom p {
        font-size: 12px;
    }

    /* Section section_four end */

    /* Section section_five Start */
    .section_five h2 {
        font-size: 28px;
    }

    .section_five p {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .section_five .main_img_wrap {
        width: 100%;
    }

    .section_five .ing_table_container {
        flex-wrap: wrap;
        gap: 20px;
    }

    .section_five .ing_table_container .ing_sngl_tbl {
        width: 100%;
    }

    .section_five .ing_table_container .ing_sngl_tbl .ist_ing_container .sngl_ing .img_container {
        width: 78px;
    }

    .section_five .ing_table_container .ing_sngl_tbl .ist_top_header .txt p {
        font-size: 22px;
    }

    .section_five .honest_transparent_box .trust-badges {
        grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
    }

    .section_five .honest_transparent_box .trust-badges .badge {
        width: 100%;
    }

    .section_five .honest_transparent_box .trust-badges .badge img {
        width: 100%;
    }


    .section_five .button_top p {
        font-size: 12px;
    }

    .section_five .button_bottom p {
        font-size: 12px;
    }

    /* Section section_five end */

    /* Section section_six Start */
    .section_six h2 {
        font-size: 28px;
    }

    .timeline_container {
        width: 100%;
    }

    .timeline_container::before {
        left: 7%;
    }

    .timeline_container .entry .indicator {
        top: 0;
        left: calc(7% - 22px);
    }

    .timeline_container .content {
        width: 305px;
    }

    .timeline_container .content .hd {
        font-size: 22px;
    }

    .timeline_container .content ul li {
        font-size: 16px;
    }


    .timeline_container .tstm_box .pro_pic {
        display: flex;
        width: 100%;
        gap: 10px;
        align-items: center;
    }

    .timeline_container .tstm_box .pro_pic>img {
        width: 45px;
        height: 45px;
    }

    .timeline_container .tstm_box .tstm_content {
        width: 100%;
    }

    .timeline_container .tstm_box .tstm_content .quote {
        width: 100%;
    }

    .timeline_container .tstm_box .tstm_content .quote p {
        font-size: 15px;
        width: 100%;
    }

    .timeline_container .tstm_box .tstm_content .pro_name p {
        font-size: 16px;
    }

    .timeline_container .tstm_box {
        flex-direction: column;
        gap: 10px;
    }

    .timeline_container .entry:nth-child(even) .content,
    .timeline_container .entry:nth-child(odd) .content {
        transform: translate(8%, 47px);
    }

    .timeline_container .entry:nth-child(even) .time,
    .entry:nth-child(odd) .time {
        transform: translate(-42px, -66px);
    }

    .timeline_container .time {
        width: 285px;
    }

    .timeline_container .entry .time p {
        font-size: 24px;
    }

    .timeline_container .entry:nth-child(2),
    .timeline_container .entry:nth-child(3),
    .timeline_container .entry:nth-child(4) {
        margin-top: 73px;
    }

    .timeline_container .entry:nth-child(5) {
        margin-top: 73px;
        margin-bottom: 117px;
    }

    .timeline_container::after {
        position: absolute;
        content: '';
        background: url(../images/timeline-Shape-mob.png);
        background-position: center;
        background-size: 163px 546px;
        width: 163px;
        height: 546px;
        bottom: -113px;
        left: 25px;
    }


    /* Section section_six End */

    /* Section sec_seven start */

    /* Section sec_seven end */

    /* Comperison section start */
    .comparison {
        padding: 0 0 28px;
    }

    .comparison h2 {
        font-size: 28px;

    }

    .comparison-table {
        max-width: 100%;
        grid-template-columns: 114px 1fr 1fr 1fr;
    }

    .feature,
    .cell {
        font-size: 14px;
        padding: 0;
    }

    .mob_text_left {
        text-align: left;
    }

    .product-header.first_product_header img {
        width: 91px;
        margin-top: 0;
    }

    .product-header.second_product_header img.Generic-img {
        width: 39px;
    }

    .product-header.three_product_header img {
        width: 62px;
    }

    .cell.check img.check_icon {
        width: 30px;
        height: 30px;
    }

    .product-header h3 {
        font-size: 12px;
    }

    .features,
    .product {
        grid-template-rows: 91px repeat(6, 60px);
    }

    /* Comperison section End */

    /* Section guarantee Start */
    .guarantee {
        padding: 35px 0 40px;
    }

    .guarantee .guarantee-box {
        width: 100%;
        max-width: 100%;
        grid-template-columns: 100%;
        padding: 20px 9px;
    }

    .guarantee .guarantee-left {
        flex-wrap: wrap;
    }

    .guarantee .product-img {
        max-width: 100%;

    }

    .guarantee .guarantee-right h2 {
        font-size: 27px;
    }

    .guarantee .guarantee-right p {
        font-size: 17px;
    }

    .guarantee .button_top p {
        font-size: 13px;
    }

    .guarantee .button_bottom p {
        font-size: 13px;
    }

    /* Section guarantee end */

    /* Section sec_testimonials Start */

    .sec_testimonials h2 {
        font-size: 28px;
    }

    .sec_testimonials {
        padding: 24px 0 45px;
    }

    .sec_testimonials .testimonial-card {
        padding: 17px 13px;
    }

    .sec_testimonials .testimonial-card h3 {}

    .sec_testimonials .avatar {
        width: 65px;
        height: 65px;
    }

    .sec_testimonials .review {
        font-size: 17px;
        margin-bottom: 0;
    }

    /* Section sec_testimonials End */

    /* Section section_bonus Start */
    .section_bonus {
        padding: 40px 0;
    }

    .section_bonus h2 {
        font-size: 30px;
    }

    .bonus_box_top {
        flex-direction: column;
        padding: 10px 33px;
    }

    .bonus_hd_box {
        width: 218px;
        padding: 3px 11px;
        gap: 8px;
    }

    .bonus_hd_box p {
        font-size: 22px;
    }

    .bonus_box_top p {
        font-size: 25px;
        line-height: 1;
    }


    .section_bonus .bonus-box .bonus-dv {
        width: 100%;
        padding: 23px 15px;
    }

    .bonus-box .bonus-dv p {
        font-size: 17px;
    }

    .bonus-box .bonus-dv .bonus-price-dv {
        margin-bottom: 9px;
    }

    .bonus-box .bonus-dv .bonus-price-dv .bonus-price {
        text-align: center;
    }

    .section_bonus .bonus-box .bonus_content {
        flex-wrap: wrap;
    }

    .section_bonus .bonus-box .bonus-1 {
        width: 222px;
        margin: 0 auto;
        float: none;
        margin-bottom: -20px;
    }



    /* Section section_bonus End */

    /* Section order_sec Satrt */
    .order_sec .order_sec_top h2 {
        font-size: 28px;
    }

    .order_sec .order_sec_band p {
        font-size: 21px;
        line-height: 1.2;
    }

    /* --3 order box css start-- */
    .pro_6_inner_container{
        display: block;
    }
    .order_sec .three_odr_optn .pro-bottle{
        margin-bottom: 30px
    }

    /* --3 order box css end-- */
    /* Section order_sec End */

    /* Section faq_sec Start */
    .faq-sec h2{
        font-size: 28px;
    }

    .content .content_top{
        font-size: 17px;
    }
    .content .content_btm{
        font-size: 17px;
    }

    .faq-sec .faq_qstn_hdr{
        gap: 10px;
    }

    .faq-sec .accordion-content.expanded .box-faq{
        padding: 18px 7px 23px 16px;
    }
    /* Section faq_sec End */
    .footer{
        padding-left: 0;
        padding-right: 0;
    }
    .footer-links {
        font-size: 15px;
    }
    .footer-copy{
        font-size: 15px;
    }

    /* For 380px resolution End  */

}

@media (max-width: 640px) {
    .footer-logo {
      font-size: 24px;
    }

  }