

a:hover {
    color: #e8318a;
    text-decoration: none;
}

nav {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
}

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

nav .header-logo img {
    width: 160px;
}

nav h4 {
    color: #fff;
}

section {
    padding: 40px 0 15px;
}

h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 28px;
}

h3 {
    font-size: 28px;
    margin-bottom: 16px;
}

h4 {
    font-size: 24px;
}

p {
    text-align: left;
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
}

ul li {
    font-size: 20px;
}

.p {
    color: #e8318a;
}

a.cta {
    border: none;
    display: block;
    width: 340px;
    margin: 15px auto;
    max-width: 100%;
    border-radius: 32px;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    padding: 12px 24px;
    font-weight: bold;
    background-color: #f49819;
    text-align: center;
    text-decoration: none;
}

a.cta span.sml {
    display: block;
    font-size: 16px;
}

a.cta:hover {
    background-color: #8cb12f;
}

nav h4 {
    font-size: 22px;
}

nav a.cta {
    background-color: #f49819;
    color: #fff;
    width: 240px;
    font-size: 20px;
    margin: 0;
    padding: 8px 20px;
}

nav a.cta:hover {
    color: #fff;
}
.section-1 .my-col {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.section-1 .my-col h1,
.section-1 .my-col h2,
.section-1 .my-col h3 {
    text-align: center;
}

.section-1 .my-col h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 32px;
}

.section-1 .my-col h2 {
    font-weight: 600;
    margin-bottom: 24px;
}

.section-1 .my-col h3 {
    margin-bottom: 16px;
}

.section-1 .my-col a.cta {
    background-color: #f49819;
    width: 320px;
    max-width: 100%;
}

.section-1 .my-col a.cta:hover {
    background-color: #71a100;
}

.section-1,
.section-4,
.section-6,
.section-7,
.footer-sec {
    background-color: #eef8f5;
}

.rating-wrapper {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.customer-rating {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 150px;
}
.rating-text {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.price-text {
    font-size: 18px;
}

.price-wrapper {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 24px 0;
    display: flex;
    /* margin-bottom: 28px; */
}

.old-price {
    color: red;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    line-height: 30px;
    text-decoration: line-through;
}

.new-price {
    color: #009924;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 35px;
}

.discount-price {
    color: #fff;
    text-align: center;
    background-color: #71a100;
    border-radius: 20px;
    padding: 10px 14px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.section-1 {
    padding: 40px 24px 0;
}

.section-1 .my-col a.cta {
    margin-bottom: 0;
}

.section-2 {
    padding: 24px 0;
}

.review .customer-img {
    margin-bottom: 16px;
}

.benefits-wrapper {
    display: flex;
    justify-content: space-around;

    border-radius: 20px;
    align-items: stretch;
    margin: 20px 10px;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    top: auto;
    bottom: -200px;
    left: 0%;
    right: 0%;
    /* box-shadow: 0 3px 0 5px #71a100; */
}

.benefits-item {
    width: 30%;
    background-color: #eef8f5;
    padding: 40px 20px;
    border-radius: 50px;
}

.benefits-icon {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.benefits-text {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

img.art-img {
    display: block;
    margin: 0 auto;
    width: 768px;
}

img.art-img.sml {
    margin: 25px auto;
    width: 480px;
}

.ingredients h4 {
    margin: 15px 0;
    font-weight: bold;
}

img.ing {
    border-radius: 10px;
}

.section-3 {
    padding: 10px 0 30px;
}

.section-3 h2,
.section-3 h4 {
    text-align: center;
}

.section-3 h1.disc {
    font-size: 44px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 24px;
}

.section-3 .banner {
    width: 100%;
    background-color: #fff;
    background-image: linear-gradient(rgba(140, 177, 47, 0.27), rgba(140, 177, 47, 0.27)), url("../images/2_1.png");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    border-radius: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    margin: 15px 0;
}

.section-3 .banner h3 {
    font-weight: 500;
    text-align: center;
}

.review {
    margin-bottom: 30px;
}

.section-4 h4 {
    font-weight: bold;
}

.section-4 h4 {
    margin-bottom: 15px;
    padding-bottom: 0;
}

.section-4 h2,
.section-4 h4 {
    text-align: center;
}

.section-4 h1.disc {
    font-size: 44px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 24px;
}

.col-nr {
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 40px;
    position: relative;
    box-shadow: 0 6px #71a100;
}

.col-nr span {
    font-weight: bold;
    color: #71a100;
}

.item-number-s3 {
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    background-color: #71a100;
    border: 6px solid #436100;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: -10%;
    bottom: auto;
    left: auto;
    right: 9%;
}

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

.review .customer-img img {
    /* height: 240px; */
}

.review .rating .stars {
    display: inline-flex;
    max-width: 100%;
}

.review .rating .stars span {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-right: 12px;
}

.review .rating a {
    font-weight: 500;
}

.orange {
    color: #f49819;
}

.section-5 .banner {
    background-color: #f49819;
    border-radius: 20px;
    padding: 20px;
}

.section-5 .banner img {
    margin: 0 auto;
    display: block;
    padding-bottom: 10px;
}

.section-5 .banner p {
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
}

.section-5 .price-wrapper {
    margin: 0 auto;
    width: 480px;
    max-width: 100%;
}

.review .rating .stars img {
    width: 150px;
    margin-bottom: 20px;
}

.review .rating .customer-name p.name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.discount {
    font-size: 30px;
    padding: 5px 12px 5px 0;
    font-weight: bold;
}

.stepss {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 480px;
    text-align: center;
}

.stepss p {
    text-align: center;
}

.stepss h4 {
    font-weight: bold;
}

.step-img {
    width: 60px;
}

.section-7 h2 {
    text-align: center;
}

.form-wrapper {
    max-width: 760px;
    margin: 0 auto;
    background-color: #eef8f5;
}

.form-wrapper .form-header {
    padding: 24px 20px;
    background-color: #ff9110;
}
.form-wrapper .form-header h5 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}

.form-wrapper .form-steps {
    padding: 24px 20px;
}

.form-wrapper .form-steps h4 {
    margin-bottom: 15px;
}

.form-wrapper .form-steps .price {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dcdcdc;
}

.form-wrapper .form-steps .price p {
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 0;
}

.form-wrapper .form-ic {
    padding: 0 20px 0 20px;
    margin-bottom: 0;
}

.section-6 h2 {
    text-align: center;
}

.section-6 .rate {
    margin-bottom: 24px;
}

.section-6 .rate .customer-rating {
    display: block;
    margin: 0 auto;
    width: 420px;
}

.section-6 .rate .rating-text {
    text-align: center;
    font-size: 24px;
}

section.form-section {
    padding: 40px 0;
}

section.form-section h2 {
    text-align: center;
}

.section-8 h1,
.section-8 h3,
.section-8 h4 {
    text-align: center;
}

.section-8 h1 {
    font-weight: bold;
}

.section-8 h.disc {
    font-size: 44px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 24px;
}

ul.form-ic {
    padding-left: 0;
}

ul.form-ic li {
    display: flex;
    margin-bottom: 6px;
}

ul.form-ic li .icon {
    display: flex;
    align-items: center;
}

ul.form-ic li .ic-img {
    width: 24px;
    margin-right: 20px;
}

ul.form-ic li p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

form {
    width: 100%;
    font-family: "Roboto", sans-serif;
    padding: 20px;
}

form label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 16px;
    margin-bottom: 10px;
}

form .from-group {
    margin-bottom: 10px;
}
form .form-input {
    font-size: 16px;
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 12px 16px;
    transition: all 0.3s;
}
form .my-button {
    display: block;
    margin: 0 auto;
    width: 600px;
    max-width: 100%;
    padding: 16px 20px;
    font-size: 24px;
    background-color: #e8318a;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    border: none;
}

form .my-button:hover {
    background-color: #8cb12f;
    cursor: pointer;
}

form .my-button span.sml {
    display: block;
    font-size: 16px;
}

.form-wrapper .form-steps .price p.r-p {
    font-size: 22px;
    color: #ff9110;
}

.section-9 h2 {
    text-align: center;
}

.section-9 .accordion {
    display: block;
    margin: 0 auto;
    width: 760px;
    max-width: 100%;
    margin-bottom: 20px;
}

.btn.btn-link.btn-block.text-left {
    font-weight: bold;
    color: #000;
}

.footer-sec img.logo {
    display: block;
    margin: 0 auto;
}

.db-md {
    display: none;
}

.iti {
    font-size: 15px;
}

.iti__country {
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    nav .container {
        /* flex-direction: column; */
    }
    nav h4 {
        /* text-align: center; */
    }
}

@media screen and (max-width: 991px) {
    nav .container {
        flex-direction: column;
    }
    nav h4 {
        font-size: 18px;
        text-align: center;
    }
    nav a.cta {
        /* width: 160px; */
        font-size: 15px;
        line-height: 18px;
    }
    .h-md {
        display: none;
    }
    .db-md {
        display: block;
    }
    .my-col {
        text-align: center;
    }
    .my-col p {
        text-align: center;
    }
    .my-col p br {
        display: none;
    }
    .my-col h4 {
        margin-bottom: 15px;
    }
    h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 16px;
    }
    .section-5 .ingredients {
        width: 480px;
        margin: 0 auto;
        max-width: 100%;
    }
    img.ing {
        width: 480px;
        max-width: 100%;
    }
    .ingredients h4 {
        margin: 12px 0;
    }
    .section-6 .rating-wrapper {
        flex-direction: column;
        justify-content: left;
        align-items: baseline;
    }
    .review .customer-img {
        /* width: 240px; */
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    section {
        padding: 25px 0 15px;
    }
    nav {
        padding: 10px 0;
    }
    .my-col h3,
    .my-col h2 {
        margin-bottom: 10px;
    }
    .my-col h4 br {
        display: none;
    }
    .benefits-wrapper {
        flex-direction: column;
    }
    .benefits-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .banner {
        margin-bottom: 20px;
    }
    .review .customer-img {
        width: 240px;
    }
}

@media screen and (max-width: 576px) {
    h2 {
        font-size: 28px;
        line-height: 1.15;
    }
    h3 {
        font-size: 22px;
        line-height: 1.1;
    }
    p {
        line-height: 1.2;
    }
    nav h4 {
        font-size: 16px;
        text-align: center;
    }
    nav a.cta {
        font-size: 15px;
        line-height: 1;
    }
    a.cta {
        padding: 12px;
    }
    .section-1 {
        padding: 24px 0;
    }
    .my-col a.cta {
        width: 80%;
    }
    .my-col h4 {
        line-height: 1.1;
    }
    .price-wrapper {
        justify-content: space-between;
    }
    .old-price {
        /* font-size: 28px; */
    }
    .new-price {
        /* font-size: 32px; */
    }

    .rating-wrapper {
        flex-direction: column;
    }

    .benefits-item {
        padding: 10px 16px;
    }
    a.cta span.sml {
        line-height: 1.2;
    }

    .section-4 ul li {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 20px;
    }
    .section-5 .ingredients p {
        font-size: 17px;
        line-height: 19px;
    }
    .section-6 .rating-wrapper .rating-text {
        text-align: left;
        line-height: 1.15;
    }
    .review .rating .stars img {
        margin-bottom: 12px;
    }
    .review .rating .comment p {
        line-height: 1.2;
        margin-bottom: 8px;
    }
    .form-wrapper .form-header,
    .form-wrapper .form-steps {
        padding: 16px 12px;
    }
    .form-wrapper .form-header h5 {
        font-size: 20px;
    }
    .form-wrapper .form-steps h4 {
        margin-bottom: 10px;
    }
    .form-steps .old-price,
    .form-steps .new-price {
        font-size: 34px;
    }
    .form-wrapper .form-steps .price p.r-p {
        font-size: 20px;
    }
    ul.form-ic li {
        margin-bottom: 0;
    }
    ul.form-ic li p {
        font-size: 15px;
        line-height: 1.2;
    }
    ul.form-ic li .icon {
        align-items: flex-start;
    }
    form .my-button {
        font-size: 22px;
        line-height: 1.2;
    }
    form .my-button span.sml {
        line-height: 1.1;
    }
    img.art-img {
        margin: 16px 0;
    }
    .card-header .btn {
        line-height: 1.25;
    }
    .footer-sec img.logo {
        width: 160px;
    }
    .section-3 h1.disc,
    .section-4 h1.disc,
    .section-4 h1.disc,
    .section-8 h1.disc {
        font-size: 28px;
    }
    .section-6 .rate .customer-rating {
        width: 240px;
        margin-bottom: 20px;
    }
    .section-6 .rate .rating-text {
        font-size: 20px;
        line-height: 1.2;
    }
    .review .customer-img img {
        width: 160px;
        height: 160px;
    }
    img.art-img.sml {
        margin: 15px auto;
    }
}
