@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    color: #272727;
}

.prodentim-review {
    margin: 20px;
    font-weight: bolder;
}
.nav-PaddingSection {
    padding: 0.6% 6%;
    /* background: linear-gradient(0deg, rgba(61, 40, 99, 1) 25%, rgba(96, 60, 115, 1) 100%); */
}

.navSection {
    display: flex;
    padding: 0.5%;
    justify-content: space-between;
    align-items: center;
}

.leftNav li {
    list-style: none;
}
.leftNav li a img{
    width: 150px;
}

.leftNav li a {
   text-decoration: none;
   font-size: 20px;
   color: #000;
   font-weight: 700;
}
.leftNav li a span{

    font-size: 32px !important;
   color: #143f81;
   font-weight: 750;
}

.rightNav {
    display: flex;
    align-items: center;
    gap: 40px;
}

.rightNav li {
    list-style: none;
}

.rightNav li:hover {
    border-bottom: 1px solid #56a77c;
}

.rightNav li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 17px;
}

.rightNav button {
    background: #143f81;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    font-size: 15px;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 650;
}

.rightNav button:hover {
    background-color: #143f81ca;
}

.rightNav button:active {
    background-color: rgba(0, 0, 0, 0.336);
}

.rightNav button i {
    background: transparent;
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
}

.Menu {
    position: absolute;
    right: 30px;
    top: 15px;
    display: none;
}

.Menu i {
    color: #000;
    font-size: 22px;
}

@media only screen and (max-width: 992px) {
    .navSection {
        flex-direction: column;
    }
    .Menu {
        display: block;
    }
    .leftNav {
        justify-content: start;
        width: 100%;
    }
    .rightNav {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
        width: 100%;
        display: none;
    }
}

.active {
    display: flex;
}

/* nav close */

.paddingSection {
    padding: 1% 10%;
}

.mainPadding {
    padding: 2% 10%;
}

/* .main-section {
  background: #0b2f6f;
} */

.hero-Section {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

.hero-Section .image-wrapper {
    display: flex;
    flex-direction: column;
    /* gap: 00px; */
    align-items: center;
    width: 40%;
}

.hero-Section .image-wrapper img {
    width: 100%;
}
.hero-Section .image-wrapper img:nth-of-type(1) {
    width: 70%;
}

.hero-Section-Content {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-h1-heading{
    text-align: center;
    font-size: 35px;
    color: #152e24;
    margin-top: 1.5%;
}
.hero-Section-Content h2 {
    font-size: 30px;
    line-height: 44px;
    color: #000;
}

.hero-Section-Content p {
    font-size: 19px;
    margin: 10px 0px;
    line-height: 30px !important;
    line-height: 27px;
    color: #000;
}

.section-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
    width: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
    cursor: pointer;
    padding: 15px 20px;
    background: #143f81;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    font-weight: 650;
}

.section-btn a:hover {
    background-color: #143f81d3;
}

.section-btn a:active {
    background-color: rgba(0, 0, 0, 0.336);
}

.section-btn a i {
    color: #fff;
}


.h2heading {
    background: #143f81;
    padding: 30px;
    text-align: center;
}

.h2heading h2 strong {
    color: #fff;
    font-size: 33px !important;
}

.user-card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    margin: 10px;
    gap: 30px;
    width: 400px;
    height: 650px;
}

.card-section {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
}

.powerbite-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    width: 250px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    height: 400px;
    padding: 40px 20px;
}

.what-is {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.how-work p {
    font-size: 19px;
    line-height: 30px;
}

.how-work h2 {
    font-size: 40px;
    color: #100f0f;
    font-weight: 600;
}

.how-work h4 {
    font-size: 20px;
    margin: 5px;
    font-weight: 600;
}

.how-work h4 i {
    font-size: 19px;
}

.how-work-btn a {
    text-decoration: none;
    color: red;
}

.what-is-content {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.whatspara img {
    float: right;
    width: 40%;
    padding: 1%;
}

.sub-heading {
    padding: 10px;
    text-align: center;
    color: #fff !important;
    background: #143f81;
    font-weight: 700 !important;
    margin: 20px 0px;
    /* border: 2px solid #143f81; */
    font-size: 33px !important;
}

.moneyback-guarantee {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* background-color: #03030347; */
    background: #35353524;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
    padding: 30px;
    gap: 30px;
}

.moneyback-image img {
    width: 220px;
}

.moneyback-content p {
    font-size: 19px;
    margin: 5px;
    line-height: 30px;
}

.moneyback-content h3 {
    font-size: 35px;
    font-weight: 700;
}

.moneyback-content h3 span {
    text-decoration: underline;
    color: #dc3545;
}

.review-section .review-heading h2 {
    font-weight: 500;
}

.review-section p {
    font-size: 19px;
    line-height: 30px;
}

.review-about {
    border: 1px solid #143f81;
    background-color: white;
    padding: 20px;
    min-height: 250px;
    border-radius: 20px;
    margin: 4% 0%;
    display: flex;
    gap: 50px;
}

.user-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.about-user {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.user-image img {
    width: 200px;
    border-radius: 20%;
    background-color: white;
}

.user-image h2 {
    font-size: 18px;
    width: 300px;
    text-align: center;
}

.about-user h3 {
    font-weight: 400;
    background-color: white;
    margin-bottom: 20px;
}

.about-user p {
    line-height: 30px;
    background-color: white;
}

.flexi-Choose {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3% 6%;
    background-color: #272727;
}

.flexi-Choose img {
    width: 60%;
    background-color: #272727;
}

.faqs {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Section11th {
    padding: 20px;
}

.Section11th .box {
    border: 1px solid #1f4f45;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px 40px;
}

.Section11th .box .ans {
    background-color: white;
    width: 800px;
}

.Section11th .question {
    background-color: white;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    padding: 10px 0px;
}

.Section11th .question h3 {
    font-size: 22px;
    background-color: white;
}

.Section11th .question i {
    font-size: 22px;
    width: 30px;
    /* height: 40px; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Section11th .ans {
    line-height: 28px;
    margin-top: 10px;
    color: rgb(9, 6, 1);
    padding-left: 10px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.8s;
}

.Section11th .ans p {
    font-size: 17px;
    background-color: white;
    line-height: 28px;
}

.ans.active {
    max-height: 300px;
    overflow-y: scroll;
}

.refrence {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.refrence h3 {
    font-size: 30px;
}

.refrence img {
    width: 70%;
}

.footer-section {
    background-color: #000000d2;
}

.footer-section p {
    font-size: 16px;
    text-align: center;
    color: white;
}

.footer-conditions a {
    text-decoration: none;
    color: white;
}

.footer-conditions a span {
    color: orange;
}

.privacy-term-disclaimer {
    padding: 2% 6%;
}

.privacy-term-disclaimer h2 {
    font-size: 35px;
    text-align: center;
}

.privacy-term-disclaimer p {
    font-size: 19px;
    line-height: 30px;
}

.discount-bottle-now {
    background-color: #22335c !important;
}

.highlight {
    text-decoration: none;
    font-weight: 600;
}

.highlight strong {
    color: #dc3545 !important;
}

.buy-bottles {
    background: #ffffff;
}

.buy-Section {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 2% 6%;
}

.pricing-Card {
    width: 100%;
    margin: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    transition: 0.2s ease-in-out;
}

.buy-Section a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing-Card img {
    width: 100%;
    border-radius: 10px;
}

.pricing-Card:hover {
    transform: scale(1.02);
    transition: 0.3s ease;
}

.pricing-Card:nth-of-type(2) {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 3px solid #00806e;
}

.img-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-section img {
    width: 500px;
}

.about-order {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-order h6 {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 400;
}

.about-order h4 {
    font-size: 45px;
}

.about-order a {
    text-decoration: none;
}

.about-order button {
    outline: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    border-radius: 0px;
    cursor: pointer;
    padding: 15px 40px;
    background: #143f81;
    font-size: 20px;
    color: #fff;
    font-weight: 650;
    border-radius: 10px;
}

.about-order button i {
    color: #fff;
}

.about-order button:hover i {
    color: black;
}

.about-order button:hover {
    background-color: #143f81ca;
}

.bonus-section {
    /* background-color: #eef9f6; */
    background: #0b2f6f;
    padding: 4%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bonus-left {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.bonus-left h2 {
    font-size: 33px;
    color: #fff;
}

.bonus-left button {
    text-transform: uppercase;
    background-color: #143f81;
    border: none;
    outline: none;
    border-radius: 30px;
    padding: 15px 30px;
    cursor: pointer;
    font-size: 19px;
}

.bonus-right {
    width: 500px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about-bonus {
    background-color: white;
    display: flex;
    border-radius: 10px;
    align-items: center;
    gap: 30px;
    padding: 2%;
}

.bonus-img {
    width: 25%;
}

.bonus-img img {
    width: 100%;
    border-radius: 10px;
}

.bonus-dis h6 {
    font-size: 20px;
}

.bonus-dis p {
    font-size: 19px;
    margin: 10px 0px;
    line-height: 30px ;
}

.bonus-dis p:nth-of-type(2) {
    font-size: 16px;
}

@media only screen and (max-width: 1200px) {
    .paddingSection {
        padding: 2% 6%;
    }
    .mainPadding {
        padding: 2% 3%;
    }
    .hero-Section .image-wrapper img {
        width: 100%;
    }
    .hero-Section-Content h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 992px) {
    .paddingSection {
        padding: 2% 6%;
    }
    .mainPadding {
        padding: 2%;
    }
    .hero-Section {
        flex-direction: column;
    }
    .hero-Section .image-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .hero-Section-Content h2 {
        font-size: 35px;
    }
    .hero-Section-Content {
        width: 100%;
    }
    .user-card {
        margin: 2%;
        gap: 0px;
    }
    .Section11th .box {
        width: 100%;
    }
    .discount-Section div img {
        width: 100%;
    }
    .bonus-section {
        flex-direction: column;
        gap: 40px;
    }
    .bonus-right {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .h2heading {
        font-size: 25px;
    }
    .paddingSection {
        padding: 2%;
    }
    .buy-Section {
        padding: 2%;
        flex-wrap: wrap;
    }
    .mainPadding {
        padding: 2%;
    }
    .hero-Section .image-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
    }
    .hero-Section .image-wrapper img {
        width: 400px;
    }
    .moneyback-guarantee {
        flex-direction: column;
        gap: 10px;
    }
    .Section11th .box .ans {
        width: 100%;
    }
    .Section11th .box {
        padding: 10px;
    }
    .Section11th .box .question h3 {
        font-size: 20px;
    }
    .Section11th .question i {
        font-size: 20px;
        width: 30px;
        height: 30px;
    }
    .mainfaqsHeading {
        padding: 10px;
    }
    .hero-Section {
        gap: 10px;
    }
    .moneyback-image img {
        width: 300px;
    }
    .Discount h2 {
        font-size: 25px;
    }
    .review-about {
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }
    .moneyback-content h3 {
        font-size: 30px;
    }
    .hero-Section .image-wrapper img:nth-of-type(1) {
        width: 100%;
        height: 100%;
    }
    .what-is-content {
        flex-direction: column;
    }
    .bonus-left h2 {
        font-size: 30px;
    }
    .bonus-right {
        flex-direction: column;
        gap: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .h2heading {
        font-size: 16px;
    }
    p {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    .hero-Section-Content p {
        line-height: 25px !important;
    }
    .pricing-Card {
        width: 80%;
        margin: 10px 0px;
    }
    .pricing-Card h3 {
        font-size: 30px;
    }
    .pricing-Card h4:nth-of-type(2) {
        font-size: 20px;
    }
    .pricing-Card img {
        width: 100%;
    }
    .hero-Section .image-wrapper img {
        width: 80% !important;
    }
    .hero-Section .image-wrapper img:nth-of-type(1) {
        width: 70% !important;
    }
    .moneyback-image img {
        width: 250px;
    }
    .section-btn a {
        width: 74%;
        margin: 10px auto;
        box-sizing: border-box;
        font-size: 15px !important;
    }
    .Section11th .box .question h3 {
        font-size: 18px;
    }
    .what-is-image img {
        width: 250px;
    }
    .box .question i {
        color: black;
        background-color: white;
    }
    .user-card {
        width: 300px;
    }
    .how-work h2 {
        font-size: 25px;
    }
    .how-work h4 {
        font-size: 20px;
    }
    .moneyback-guarantee {
        padding: 10px;
    }
    .moneyback-content {
        text-align: center;
    }
    .moneyback-content h3 {
        font-size: 30px;
    }
    .refrence h3 {
        font-size: 25px;
    }
    .hero-Section-Content h2 {
        font-size: 26px;
        text-align: center;
        line-height: 30px;
        padding: 10px 0px;
    }
    .img-section img {
        width: 70%;
    }
    .about-order h6 {
        font-size: 25px;
    }
    .about-order h4 {
        font-size: 30px;
    }
    .user-image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .user-image h2 {
        text-align: center;
    }
    .about-user p {
        text-align: center;
    }
    .about-order button {
        width: 80%;
        font-size: 15px;
    }
    .about-order h4 {
        font-size: 25px;
    }
    .about-order h6 {
        font-size: 20px;
    }
    .Section11th .ans p {
        font-size: 18px;
    }
    .leftNav li a img {
        width: 250px;
    }
    .section-btn i {
        display: none;
    }
    .sub-heading {
        font-size: 26px !important;
        padding: 5px 10px;
    }
    .h2heading h2 strong {
        font-size: 27px !important;
    }
    .h2heading {
        padding: 10px 0px !important;
        margin-top: 20px;
    }
    .about-order button i {
        display: none;
    }
    .about-order button {
        padding: 10px 20px !important;
        width: 90%;
    }
    .box-bene h3 {
        font-size: 15px;
    }
    .Section11th {
        padding: 0px;
    }
    .mainfaqsHeading {
        padding: 0px 10px;
    }
    .review-about {
        gap: 0px;
    }
    .user-image h2 {
        width: 300px;
    }
    .whatspara img {
        width: 100%;
    }
    .review-about{
        flex-direction: column-reverse;
    }
    .bonus-left {
        gap: 23px;
    }
    .bonus-left h2 {
        font-size: 22px;
    }
    .leftNav img {
        width: 100px !important;
        padding: 15px 0px;
    }
    .footer-section p {
        font-size: 13px !important;
        line-height: 20px !important;
    }
    .main-h1-heading {
        font-size: 28px;
        padding: 5%;
    }
}