/* 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 .header_top a {
    color: #ffffff
}

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: linear-gradient(45deg, #171a40, #1c5c9a);
}

.top_band ul {
    display: flex;
    justify-content: center;
    gap: 23px;
    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 {
    width: 16px;
}

.to_ba_feature .icon.star_text {
width: max-content;
}

.to_ba_feature .icon img {
    max-width: 100%;
filter: brightness(0) invert(1);
}

.to_ba_feature .txt {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0;
}

.to_ba_feature .txt span {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    color: #ffffff;
    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: 43px;
    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: 32px;
    margin-bottom: 10px;
}

.check_ul li::before {
    position: absolute;
    content: '';
    background: url(../images/check.webp);
    background-position: center;
    background-size: contain;
    transform: translate(-50%, -50%);
    top: 15px;
    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;
    margin-left: auto;
    margin-right: auto;
}

.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: 15px;
}

.section_two .sub_hd {
    margin-top: 0;
    margin-bottom: 35px;
    text-align: center;
}

/* 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;
    position: relative;
}

.arrows_wrap {

    position: absolute;
    width: 20px;
    height: 63%;
    top: 50%;
    left: calc(100% - 34px);
    transform: translate(-50%, -50%);
}

.prostate-card img {
    width: 100%;
    height: auto;
}

.arrows {
    position: relative;
}

.arrow_show {
    position: absolute;
    top: 10px;
    left: 0;
}

.arrow1 {}

.arrow1 .the_arrow {
    position: relative;
}

.arrow2 .the_arrow {
    position: relative;
}

.arrow3 .the_arrow {
    position: relative;
}

.arrow4 .the_arrow {
    position: relative;
}

.arrow1 .the_arrow::after {
    content: '';
    position: absolute;
    background-color: #ff0000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 35px;
    left: 1px;
}

.arrow1 .the_arrow::before {
    content: '';
    position: absolute;
    background-color: #ff0000;
    width: 59px;
    height: 2px;
    border-radius: 50%;
    top: 64px;
    left: 1px;
    transform: rotate(45deg);
}

.arrow2 .the_arrow::after {
    content: '';
    position: absolute;
    background-color: #ff0000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 162px;
    left: 0;
}

.arrow2 .the_arrow::before {
    content: '';
    position: absolute;
    background-color: #ff0000;
    width: 44px;
    height: 2px;
    border-radius: 50%;
    top: 170px;
    left: 1px;
    transform: rotate(11deg);
}

.arrow3 .the_arrow::after {
    content: '';
    position: absolute;
    background-color: #ff0000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 260px;
    left: 0;
}

.arrow3 .the_arrow::before {
    content: '';
    position: absolute;
    background-color: #ff0000;
    width: 45px;
    height: 2px;
    border-radius: 50%;
    top: 267px;
    left: 1px;
    transform: rotate(6deg);
}

.arrow4 .the_arrow::after {
    content: '';
    position: absolute;
    background-color: #ff0000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 344px;
    left: 0;
}

.arrow4 .the_arrow::before {
    content: '';
    position: absolute;
    background-color: #ff0000;
    width: 37px;
    height: 2px;
    border-radius: 50%;
    top: 348px;
    left: 9px;
    transform: rotate(180deg);
}

/* 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;
    font-style: italic;
    font-weight: 600;
}

.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 .icon img {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}

.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;
    border-radius: 10px;
    overflow: hidden;
}

.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 .hd span {
    font-size: 24px;
    margin-top: -27px;
}

.section_four_3_feature_container .card .content_box .extra_txt {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    max-width: 300px;
}

.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 .icon img {
    width: 70%;
    height: auto;
}

.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: 11px;
    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;

}

.sec_seven .main_sub {
    font-size: 24px;
    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: 632px;
    position: relative;
    padding-left: 48px;
}

.right {
    width: 485px;
}

.sec_seven_inner {
    width: 1327px;
    max-width: 100%;
    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;
}

.stage_hd {
    font-size: 24px;
    color: #1f2932;
    margin-bottom: 21px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

.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;

}

.exparts_behind_finessa {}

.exparts_behind_finessa p:first-child {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #1f2932;
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.exparts_behind_finessa p:last-child {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #1a487f;
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.outer_img {
    margin-top: -38%;
    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(7, 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 */
/*New Section guarantee Start */
.guarantee .common-wrapper {
    max-width: 1048px;
    margin: 0 auto;
}

.grt-box {
    background: linear-gradient(45deg, #171a40, #1c5c9a);
    padding: 10px;
    position: relative;
}

.inner-grt-box {
    padding: 20px;
    background: #ffffff;
}

.satisfaction-txt {
    padding: 10px;
    background: #ffffff;
    margin: -9% 20% 0;
    border-radius: 10px 10px 0 0;
}

.satisfaction-txt p {
    color: #193b6d;
}

.inner-grt-box-1 {
    display: flex;
}

.days {
    margin-right: 45px;
}

p.money-bac-txt {
    font-family: 'UniformCondensedBlack';
    color: #e4c201;
    font-size: 120px;
    line-height: 90%;
    margin-bottom: 0;
}

.grt-p {
    padding: 30px 20px 20px;
}

.grt-p p {
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 25px;
    font-family: 'UniformCondensed';
    color: #fff;
    text-align: left;
}

.mr-0 {
    margin-bottom: 0 !important;
}

/*New 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;
    font-size: 35px;
}

.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(1, 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 */

/* New Section section_bonus Start */
.order_sec .order_sec_band p .icon {
    display: inline-block;
    width: 24px;
}

.order_sec .order_sec_band p .icon img {
    width: 100%;
    height: auto;
}

.three_odr_optn {
    padding-top: 50px;
}

.new_bonus_sec {
    padding: 60px 0 80px;
    background: linear-gradient(45deg, #171a40, #1c5c9a);
    background-size: cover;
    background-repeat: no-repeat;
}

p.bonus-hd {
    color: #fff;
    font-size: 50px;
    line-height: 1.3;
    font-family: 'UniformCondensedBold';
    text-align: center;
    margin-bottom: 10px;
}

.bonus-box {
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    padding-top: 15px;
    margin-top: 40px;
}

.bonus-price-dv {
    background: linear-gradient(45deg, #0613b0, #1176d8);
}

p.bonus-headline {
    color: #0a35be;
    font-size: 40px;
    line-height: 1.3;
    font-family: 'UniformCondensedBold';
    margin-bottom: 10px;
    margin-left: 32%;
    padding-top: 30px;
}

p.bonus-price {
    color: #ffffff;
    font-size: 26px;
    line-height: 1.3;
    font-family: 'UniformCondensedBold';
    margin-left: 32%;
}

.yellow-text {
    color: #fef500;
}


.amount {
    text-decoration: none;
    position: relative;
}

.amount:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid #da1333;
    height: 12px;
    position: absolute;
    bottom: 3px;
    left: 2px;
    transform: rotate(345deg);
}

.bonus-dv {
    margin-left: 30%;
    padding-bottom: 8px;
    padding-right: 10px;
}

.bonus-1 {
    position: absolute;
    margin-left: 30px;
    margin-top: 10px;
}

.new_bonus_sec .bonus-box .bonus-dv p {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 25px;
    font-family: 'UniformCondensed';
    color: #000;
}

/* New Section  section_bonus end */
/* New order section start */


.order_sec .pro-box {
    border: 1px solid #c9c9e1;
    border-radius: 20px;
    background: #fff;
    padding: 0;
}

.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;
}

.pro-head {
    background: #175fae;
    padding: 15px 10px;
    border-radius: 18px 18px 0 0;
}

p.sample-pack {
    font-size: 24px;
    line-height: 110%;
    font-family: 'UniformCondensed';
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
}

p.btn-qnty {
    font-family: 'UniformCondensedBold';
    font-size: 38px;
    line-height: 110%;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.pro-bottom {
    padding: 10px 20px;
}

p.supply-txt {
    font-size: 23px;
    font-family: 'UniformCondensedMedium';
    color: #4b4b4b;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.3;
}

.pro-1 {
    margin-top: 10px;
}

.pro-3 {
    margin-top: 0;
    width: 293px;
}

.list-pro {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 10px;
}

.grey-tick-list {
    padding-left: 0;
    margin-top: -10px;
}

.grey-tick-list li {
    padding-right: 20px;
    background-image: url(../images/right-tik.png);
    background-repeat: no-repeat;
    background-position: 5px 9px;
    list-style-type: none !important;
    padding-left: 35px;
    font-family: 'UniformCondensedMedium';
    padding-bottom: 0px;
    font-size: 20px;
    color: #e7e7e7;
}

p.bonus-pro {
    font-family: 'UniformCondensedMedium';
    font-size: 18px;
    line-height: 1.3;
    background: #e7e7e7;
    width: 32%;
    text-align: center;
    border-radius: 20px;
    padding: 2px 0;
    margin-top: -25px;
}

.price-per-bottle {
    font-family: 'UniformCondensedBold';
    padding-top: 18px;
    color: rgb(6, 64, 114);
    line-height: 45px;
    margin-top: 10px;
    text-align: center;
}

.price-large {
    font-family: 'UniformCondensedBold';
    font-size: 74px;
    padding-right: 0;
    color: #0a36be;
}

.per-bottle-span {
    font-family: 'UniformCondensed';
    font-size: 17px;
    line-height: 30px;
    text-align: left;
    display: inline-block;
    color: #2d2d2d;
    margin-left: -6px;
}

.doller-pro {
    font-family: 'UniformCondensedBold';
    font-size: 42px;
    color: #0a36be;
}

p.save-txt {
    font-family: 'UniformCondensedMedium';
    font-size: 21px;
    color: #ff0000;
    text-align: center;
    margin-bottom: 0;
}

.pro-btn {
    margin-top: 5px;
}

.price-data {
    padding-top: 10px;
    max-width: 460px;
    margin: 0 auto;
    font-family: 'UniformCondensed';
    font-size: 28px;
    color: #4f4f4f;
    text-align: center;
}

.total-pri {
    font-family: 'UniformCondensedBold';
    font-size: 28px;
    color: #000000;
}

.ship-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shipping-txt {
    font-family: 'UniformCondensedMedium';
    font-size: 17px;
    color: #000000;
    margin-left: 8px;
}

.stripe_price {
    text-decoration: none;
    position: relative;
    font-size: 58px;
    font-family: 'UniformCondensed';
    color: #0a36be;
    padding-right: 6px;
}

.stripe_price:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 3px solid rgba(255, 0, 0, 0.9);
    height: 12px;
    width: 68px;
    position: absolute;
    bottom: 25px;
    left: 17px;
    transform: rotate(-31deg);
}

.price-large {
    font-family: 'UniformCondensedBold';
    font-size: 58px;
    padding-right: 0;
    color: #0a36be;
}

.deep-green {
    background: linear-gradient(45deg, #171a40, #1c5c9a);
}

.grey-tick-list li {
    padding-right: 20px;
    background-image: url(../images/right-tik.png);
    background-repeat: no-repeat;
    background-position: 5px 9px;
    list-style-type: none !important;
    padding-left: 35px;
    font-family: 'UniformCondensedMedium';
    padding-bottom: 0px;
    font-size: 20px;
    color: #e7e7e7;
    text-align: left;
}

.blk-list li {
    color: #262626 !important;
    background-image: url(../images/green-right-tik.png);
}

/* New Section order 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;
}

.faq-sec .faq_qstn_hdr .content {
    padding: 0px 21px;
}

.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;
    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 43px;
}

.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 0 20px 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 */


/* Extra css start */

.tirf_btn:focus {
    color: #fff2be;
    border: 1px dashed #c6ca2f;
    text-decoration: none;
}

.tirf_btn:focus {}

.order_sec .three_odr_optn .pro-box,
.order_sec .three_odr_optn .pro-box#pro-6 {
    background: #ffffff;
}

@media(max-width: 767px) {
    .section_one .hero_bottle {
        margin-left: 0;
    }

    .nav_flex_box {
        display: block;
    }

    .section_one .check_ul li::before {
        width: 18px;
        height: 18px;
    }

    .section_one .check_ul li {}

    .m-0 {
        margin: 0
    }

    .timeline_container {
        position: relative;
    }

    .timeline_container::after {
        position: absolute;
        left: 7%;
    }
}



/* Extra css 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;
    }

    .arrows_wrap{
        display: none;
    }

    /* 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  */


    /* New order section start */

    .product-row {
        display: grid;
    }

    .product-col-1 {
        padding: 0 15px;
        order: 3;
    }

    .product-col-6 {
        padding: 0 15px;
        order: 1;
    }

    .product-col-3 {
        padding: 0 15px;
        order: 2;
    }

    .pro-box {
        margin-bottom: 30px;
    }

    .pro-hide-mob {
        display: none;
    }

    p.supply-txt {
        margin-bottom: 23px;
    }

    .grey-tick-list {
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .pro-mobile-right-box {
        width: 55%;
        float: left;
        position: relative;
        padding-left: 2px;
    }

    .pro-mobile-left-box {
        width: 45%;
        float: left;
        display: block;
        margin-top: 10px;
    }

    .lite-yellow {
        padding: 10px 5px 25px;
    }

    p.bonus-pro {
        font-size: 15px;
        width: 44%;
        position: absolute;
        left: 10px;
    }

    .pro-head {
        padding: 10px;
    }

    .pro-btn {
        margin-top: 10px;
    }

    .pro-mob-price {
        display: flex;
        align-items: center;
        margin-top: 11px;
        justify-content: center;
    }

    .price-data {
        order: 2;
        font-size: 18px;
        padding-top: 0;
        margin: 0;
    }

    .ship-flex {
        order: 1;
        max-width: max-content;
        margin-right: 15px;
    }

    .total-pri {
        font-size: 18px;
    }

    .grey-tick-list li {
        font-size: 13px;
        background-size: 11px;
        padding-left: 27px;
        padding-right: 0;
    }

    .price-mt {
        margin-bottom: 7px;
    }

    .pro-bottom {
        padding: 10px 5px 25px;
    }


    .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;
    }

    .nw-bor {
        margin-top: 30px;
    }

    /* New order section end */

}

@media (max-width: 640px) {
    .footer-logo {
        font-size: 24px;
    }

}

@media (max-width: 480px) {
    #slider {
        width: 100%;
        height: 30px;
        padding: 5px 0;
        box-shadow: none;
        position: relative;
    }

    .slide {
        list-style: none;
    }

    #slider>li {
        display: flex;
        justify-content: center;
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;

    }

    .grt-box .days {
        width: 26%;
        margin-right: 15px;
    }

    .satisfaction-txt {
        margin: -20% 5% 0;
    }

    .satisfaction-txt p {
        font-size: 25px;
    }

    p.money-bac-txt {
        font-size: 32px;
        margin-top: 0;
    }

    .product-sec-mob {
        padding: 50px 0 30px;
    }

    .pro-box {
        border: 1px solid #c9c9e1;
        border-radius: 20px;
        background: #fff;
        margin-bottom: 30px;
        padding: 0;
    }

    .pro-head {
        padding: 10px;
    }

    .nw-bor {
        border: 2px solid #0f68d2;
        box-shadow: rgb(4 26 114 / 81%) 0px 3px 8px;
        margin-top: -22px;
    }

    .exparts_behind_finessa p:first-child{
        font-size: 19px;
    }
    .exparts_behind_finessa p:last-child{
        font-size: 22px;
    }

    .prostate-card img{
        margin-bottom: 25px;
    }

    /* Bonus sec mob start */

    p.bonus-hd {
        font-size: 30px;
    }
    .bonus-1-m {
        width: 70%;
    }
    .bonus-1-m {
        margin-bottom: 20px;
    }
    p.bonus-headline{
        margin-left: 0;
        padding: 0 10px;
    }
    .bonus-dv{
        padding: 0 10px 10px;
        margin-left: 0;
    }
    .bonus-dv p {
        font-size: 20px;
    }
    p.bonus-headline {
        font-size: 26px;
        padding-top: 0;
    }

    /* Bonus sec mob end */
    .to_ba_feature .txt {
font-size: 12px;
    }
    .sec_testimonials h2 span{
        font-size: 31px;
    }
    .section_one .main_hd {
        font-size: 31px;
    }
    .section_two h2 {
        font-size: 31px;
    }

}

@media only screen and (max-width: 390px) {
    .price-large {
        font-size: 35px;
    }

    .stripe_price {
        font-size: 35px;
    }

    .stripe_price:before {
        left: 15px;
        width: 41px;
        bottom: 9px;
    }

    .doller-pro {
        font-size: 28px;
    }
}