@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');

.container_fit {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 15px;
}

.container_Slider {
    max-width: 1120px;
    margin: 0 auto;
}

section#headerTop {
    background: #2D6E1E;
    padding: 10px 0;
}

section#headerTop p {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.8px;
}

section#headerTop p a {
    color: #fff;
    text-decoration: none;
}

section#headerTop p a:hover {
    text-decoration: underline;
}

.rightTop p {
    text-align: right;
}

#headerTop img {
    vertical-align: sub;
    margin-right: 5px;
}

.centerText {
    text-align: center;
}

section#mainHeadder {
    padding: 20px 0;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
}

.menu ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #2D6E1E;
    position: relative;
}

.menu {
    margin-top: 36px;
}

.menu ul li.active a {
    color: #61C029;
}

.menu ul li a::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 2px;
    background: #fff;
    bottom: -7px;
    left: 0;
}

.menu ul li a:hover::after {
    background: #61C029;
}

a.ButtonStyle:after {
    display: none;
}

/* .menu ul li:hover a{
    text-decoration: underline;
} */
a.ButtonStyle {
    text-decoration: none !important;
    padding: 10px 25px;
    background: #000;
    border-radius: 25px;
    color: #fff !important;
    transition: all 0.5s;
}

a.ButtonStyle:hover {
    background: rgb(64, 64, 64);
}

.IconSForRight {
    text-align: right;
    margin-top: 36px;
}

.IconSForRight a {
    text-decoration: none;
    margin-left: 15px;
}

a.Shopingbags {
    position: relative;
    border: 1px solid #8E8E93;
    padding: 5px 20px 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    vertical-align: text-bottom;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

a.Shopingbags img {
    height: 18px;
    width: auto;
    flex-shrink: 0;
}

a.Shopingbags span {
    vertical-align: middle;
    color: #8E8E93;
    white-space: nowrap;
    display: inline-block;
}

/*.sliderInside {*/
/*    min-height: 580px;*/
/*    background: url(../img/sliderInside.jpg) no-repeat;*/
/*    background-position: center right;*/
/*    background-size: cover;*/
/*    border-radius: 30px;*/
/*}*/
.sliderInside h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
    font-weight: 500;
    color: #fff;
}

.sliderInside .col-sm-5 {
    margin-left: 50px;
    margin-top: 120px;
}

.sliderInside a {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    transition: all 0.5s;
}

.sliderInside a svg {
    vertical-align: bottom;
    transition: all 0.5s;
}

.sliderInside a:hover svg {
    margin-left: 10px;

}

.sliderInside a:hover svg path {
    stroke: #C4C4C4;
}

.sliderInside a:hover {
    color: #C4C4C4;
    border-color: #C4C4C4;
}

section#whyChoose {
    padding: 80px 0;
}

section#whyChoose h2 {
    text-align: center;
    font-size: 48px;
    color: #61C029;
    font-weight: 500;
    margin-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
}

section#whyChoose h2 span {
    color: #F9A620;
}

#whyChoose .col {
    text-align: center;
}

#whyChoose .col img {
    height: 80px;
    margin-bottom: 20px;
}

#whyChoose .col h6 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    min-height: 40px;
}

#whyChoose .col p {
    color: #2D6E1E;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

section#greenLine {
    background: #61C029;
    padding: 40px 0;
    text-align: center;
}

.flexDiv {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.flexDiv p {
    margin-bottom: .0;
    margin-right: 50px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 24px;
}

section#greenLine h3 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 32px;

}

section#greenLine a {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    transition: all 0.5s;
}

section#greenLine svg {
    vertical-align: bottom;
    transition: all 0.5s;
}

section#greenLine a svg path {
    transition: all 0.5s;
}

section#greenLine a:hover svg path {
    stroke: #C4C4C4;
}

section#greenLine a:hover {
    color: #C4C4C4;
    border-color: #C4C4C4;
}

#Discover {
    padding: 80px 0;
}

#Discover h2 {
    text-align: center;
    font-size: 48px;
    color: #61C029;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

#Discover h2 span {
    color: #F9A620;
}

#Discover h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    text-align: center;
    color: #8E8E93;
    margin-bottom: 50px;
}

.wrapperDiscover img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.wrapperDiscover {
    background: #F5F1F1;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 hsl(0deg 0% 0% / 25%);
}

.insideConts {
    padding: 0 20px 20px;
}

.insideConts h4 {
    text-align: center;
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.wrapperDiscover ul li span {
    display: block;
    position: relative;
    top: -3px;
}

span.greenSounds {
    display: block;
    text-align: center;
    font-size: 14px;
    min-height: 45px;
    color: #61C029;
    font-family: 'Montserrat', sans-serif;
}

.wrapperDiscover a.ButtonStyle {
    line-height: 1;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: fit-content;
    margin: 20px auto 10px;
    font-family: 'Montserrat', sans-serif;
}

.wrapperDiscover ul {
    padding-left: 20px;
    list-style-image: url(../img/check-square.png);
    min-height: 220px;
    margin-top: 20px;
}

.wrapperDiscover ul li {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

section#howItworks {
    padding: 80px 0;
    background: #F5F1F1;
    text-align: center;
}

section#howItworks h2 {
    text-align: center;
    font-size: 48px;
    color: #61C029;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-bottom: 50px;
}

section#howItworks h2 span {
    color: #F9A620;
}

#howItworks img {
    height: 150px;
    width: auto;
}

#howItworks p {
    font-size: 24px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 600;
    padding: 0 20px;
}

section#howItworks .col-sm-3 {
    position: relative;
}

#howItworks span:not(#howItworks h2 span) {
    background: url(../img/arrow-right.png) no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}

section#coustomerFavorits {
    padding: 80px 0;
}

section#coustomerFavorits h2 {
    text-align: center;
    font-size: 48px;
    color: #61C029;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

section#coustomerFavorits h5 {
    font-size: 36px;
    color: #8E8E93;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 50px;
    font-weight: 500;
}

section#coustomerFavorits h2 span {
    color: #F9A620;
}

.FavItems {
    height: auto;
    text-align: center;
    border: none !important;
    outline: none !important;
}

.FavItems img {
    margin: 0 auto 20px;
    width: 80%;
}

.FavItems h4 {
    color: #8E8E93;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 5px;
}

button.slick-arrow {
    transition: all 0.5s;
}

button.slick-prev.slick-arrow {
    font-size: 0;
    border: none;
    background: url(../img/chevron-left.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 140px;
    left: -50px;
}

button.slick-prev.slick-arrow:hover {
    left: -60px;
}

button.slick-next.slick-arrow {
    font-size: 0;
    border: none;
    background: url(../img/chevron-right.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 140px;
    right: -50px;
}

button.slick-next.slick-arrow:hover {
    right: -60px;
}

.textCol {
    width: 70%;
    float: left;
}

img.Quat {
    margin: 0 0 10px !important;
}

.FavItems p {
    font-size: 16px;
    color: #C4C4C4;
    font-family: 'Montserrat', sans-serif;
}

section#healthyBanner img {
    width: 100%;
}

section#healthyBanner a {
    display: block;
    width: fit-content;
    margin: -80px auto 0;
    color: #F9A620;
    text-decoration: none;
    border: 1px solid #F9A620 !important;
    position: relative;
    z-index: 1;
    padding: 8px 20px;
    border-radius: 40px;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    box-shadow: 3px 4px 5px 0px rgb(0 0 0 / 18%);
    font-size: 16px;
}

section#healthyBanner a svg path {
    stroke: #F9A620;
}

section#healthyBanner a svg {
    transition: all 0.5s;
}

section#healthyBanner a:hover svg {
    margin-left: 10px;
}

.imageCol img {
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 100%;
}

.imageCol {
    width: 30%;
    float: left;
    padding-right: 50px;
}

.textCol p {
    font-size: 16px;
    font-weight: 500;
    color: #8E8E93;
    font-family: 'Montserrat', sans-serif;
}

.textCol img {
    margin-top: 40px;
}

.textCol h6 {
    color: #2D6E1E;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    margin-top: 10px;
}

.textCol span {
    color: #F5C396;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

section#textamonialSlider {
    background: #F5F1F1;
    margin-top: 50px;
    padding: 80px 0;
}

section#textamonialSlider h3 {
    text-align: center;
    margin-bottom: 50px;
    color: #61C029;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.itemTestimonials {
    height: auto;
}

#blogSec h3 {
    color: #61C029;
    font-size: 48px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
}

section#blogSec {
    padding: 80px 0;
}

.blogWrapper {
    background: #fff;
    box-shadow: 0px 6px 20px 0 rgb(0 0 0 / 10%);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s, box-shadow 0.25s;
    margin-bottom: 28px;
}

.blogWrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0px 12px 30px 0 rgb(0 0 0 / 15%);
}

.blogImage {
    position: relative;
    overflow: hidden;
}

.blogImage img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.blogWrapper:hover .blogImage img {
    transform: scale(1.04);
}

.blogCardCategory {
    display: inline-block;
    background: #FFF3DC;
    color: #F9A620;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.textCin {
    padding: 20px 24px 14px;
    flex: 1;
}

.textCin h4 {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.4;
}

.textCin p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #777;
    font-weight: 400;
    text-align: left;
    line-height: 1.7;
    margin: 0;
}

.blogCardFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px 18px;
    border-top: 1px solid #f0f0f0;
}

.dateWraps {
    display: flex;
    align-items: center;
}

.dateWraps img {
    vertical-align: middle;
    margin-right: 5px;
    width: 14px;
    height: 14px;
}

.dateWraps span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #aaa;
}

.readMoreButto {
    padding: 80px 0 0;
    TEXT-ALIGN: center;
}

.readMoreButto a {
    text-decoration: none !important;
    padding: 12px 40px 12PX;
    background: #000;
    border-radius: 40px;
    color: #fff !important;
    transition: all 0.5s;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    display: inline-block;
    box-shadow: 0px 4px 4px 0 rgb(0 0 0 / 25%);
}

.blogReadMore {
    padding: 0;
}

.blogReadMore a {
    text-decoration: none !important;
    padding: 7px 18px;
    background: transparent;
    border: 1.5px solid #61C029;
    border-radius: 30px;
    color: #61C029 !important;
    transition: all 0.25s;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 0.3px;
}

.blogReadMore a:hover {
    background: #61C029;
    color: #fff !important;
    text-decoration: none !important;
}

/* Blog Show Page */
#blogShowHero {
    width: 100%;
}

.blogShowHeroImg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
}

.blogShowHeroPlain {
    background: #f5f7f0;
    padding: 70px 0 50px;
}

.blogShowHeroOverlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.15) 60%, transparent 100%);
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.blogShowHeroContent {
    padding: 40px 20px;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

.blogShowCategory {
    display: inline-block;
    background: #F9A620;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.blogShowHeroTitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1.25;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.blogShowHeroPlain .blogShowHeroTitle {
    color: #1a1a1a;
    text-shadow: none;
}

.blogShowHeroDate {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}

.blogShowHeroPlain .blogShowHeroDate {
    color: #888;
}

.blogShowHeroDate img {
    width: 15px;
    height: 15px;
    filter: brightness(10);
}

.blogShowHeroPlain .blogShowHeroDate img {
    filter: none;
}

#blogShowSection {
    padding: 55px 0 70px;
    background: #fff;
}

.blogShowArticle {
    max-width: 780px;
    margin: 0 auto;
}

.blogShowBody {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.95;
    color: #3d3d3d;
    margin-bottom: 48px;
}

.blogShowBody h2,
.blogShowBody h3 {
    color: #1a1a1a;
    font-weight: 700;
    margin-top: 36px;
    margin-bottom: 14px;
}

.blogShowBody img {
    max-width: 100%;
    border-radius: 12px;
    margin: 20px 0;
}

.blogShowDivider {
    height: 1px;
    background: #eee;
    margin-bottom: 32px;
}

.blogShowBack a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: transparent;
    border: 1.5px solid #61C029;
    border-radius: 30px;
    color: #61C029 !important;
    padding: 10px 24px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none !important;
    transition: all 0.25s;
    letter-spacing: 0.2px;
}

.blogShowBack a:hover {
    background: #61C029;
    color: #fff !important;
}

.whatsappWrapper {
    background: #61C029;
    padding: 30px 20px;
    border-radius: 30px;
}

.whatsappWrapper .col-sm-1 img {
    margin-top: -60px;
}

section#Whatsapp {
    padding: 20px 0;
    background: #F5F1F1;
}

.whatsappWrapper h4 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.whatsappWrapper p {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
}

.inputwhatsapp {
    background: #D9D9D9;
    padding: 10px 60px 10px 10px;
    box-shadow: 0px 4px 4px 0 rgb(0 0 0 / 25%);
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.inputwhatsapp input[type="tel"] {
    width: 350px;
    margin-left: 10px;
    background: none;
    border: none;
    outline: none;
    height: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.button a {
    background: #F9A620;
    display: block;
    padding: 5px 50px;
    font-size: 34px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
}

footer {
    padding: 10px 20px 0;
    background: #F5F1F1;
}

section#FooterBody {
    background: url(../img/FooterBc.png);
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    overflow: hidden;
}

section#FooterBody p {
    color: #8E8E93;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

#FooterBody h4 {
    font-size: 24px;
    color: #61C029;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1;
}

ul.SocIcons {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}

ul.SocIcons li {
    margin-right: 15px;
}

.TextLeft h4 {
    margin-top: 50px;
}

#FooterBody .col-sm-2 h4 {
    margin-top: 30px;
    margin-bottom: 44px;
}

#FooterBody .col-sm-2 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

#FooterBody .col-sm-2 ul li a {
    font-size: 16px;
    color: #8E8E93;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-decoration: none;
}

#FooterBody .col-sm-2 ul li {
    margin-bottom: 8px;
}

.col-sm-4.TextLeft {
    padding-right: 50px;
}

.mPsFixes h4 {
    margin-left: 50px;
}

.mPsFixes ul {
    padding-left: 50px !important;
}

#FooterBody h6 {
    text-align: center;
    font-size: 16px;
    color: #8E8E93;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 100px;
    margin-bottom: 10px;
}

.InstaAndButtonFix h4 {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.InstaAndButtonFix .m0image {
    margin: 0 auto;
    display: block;
}

.ButtonWrap {
    display: flex;
    justify-content: space-around;
    margin-top: 32px;
    padding: 0 20px;
}

.ButtonWrap a {
    padding: 8px 20px 10px 12px;
    border: 1px solid #8E8E93;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #DEF4C6;
    border-radius: 10px;
    letter-spacing: .5px;
}

.ButtonWrap a img {
    vertical-align: sub;
    margin-right: 5px;
}

section#FooterBody .container_fit {
    padding: 40px 40px;
}

.footerCopyRight p {
    margin: 0 !important;
}

.footerCopyRight {
    padding: 15px 0;
    text-align: center;
    background: rgb(30 34 40 / 58%);
}

.footerCopyRight span {
    color: #61C029;
}

section#mealPlan h1 {
    text-align: center;
    font-size: 48px;
    color: #61C029;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
}

section#mealPlan h1 span {
    color: #F9A620;
}

section#mealPlan {
    padding: 20px 0 60px;
}

.TopNavigation {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 12px 40px;
    border: 2px solid #F3F3F3;
    border-radius: 40px;
}

span.itemNumber {
    width: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    background: #F3F3F3;
    border-radius: 100%;
}

.item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.item.active .itemNumber {
    background: #000;
    color: #fff;
}

.tabsContainer {
    max-width: 1200px;
    margin: 0 auto;
}

.tabsContainer {
    max-width: 1200px;
    margin: 0 auto;
}

.tabsection ul.mainTabs {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.wrapperDate {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
    background: #000000;
    padding: 15px 20px;
    border-radius: 10px;
    transition: all 0.5s;
}

.wrapperNumber {
    width: 50px;
    text-align: right;
}

.tabsection {
    margin-top: 20px;
}

.tabsection .tabsContainer {
    margin-top: 20px !important;
    padding-top: 25;
    border-top: 1px solid #8E8E93;
}

.wraperText h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.tabsection ul.mainTabs a {
    text-decoration: none;
}

.wraperText p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #fff;
}

span.numberT {
    width: 30px;
    line-height: 28px;
    height: 30px;
    color: #fff;
    display: inline-block;
    background: #2D6E1E;
    text-align: center;
    border-radius: 100%;
}

.tabsection ul.mainTabs li.active .wrapperDate {
    background: #F9A620;
}

.tabsinsideWrapper {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
    background: #C9D8B9;
    padding: 30px 50px 50px;
    border-radius: 30px;
}

.tabsinsideWrapper ul.horizontal {
    padding: 0;
    list-style: none;
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.tabsinsideWrapper ul.horizontal a {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #2D6E1E;
    text-decoration: none;
    padding: 8px 25px;
    border-radius: 40px;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.tabsinsideWrapper ul.horizontal li.active a {
    background: #F3F5ED;
    border-color: #F9A620;
}

.itemInside {
    background: #F3F3F3;
    padding: 30px;
    border-radius: 30px;
    position: relative;
}

.innerTabs ul {
    margin-bottom: 30px !important;
}

.imageandDetails {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.wraPtext {
    text-align: center;
}

.divItemAding {
    position: absolute;
    right: 20px;
    top: 10px;
}

.divItemAding span.wishlist {
    display: inline-block;
    position: relative;
    margin-left: 8px;
}

.divItemAding img.acive {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
}

.wraPtext h6 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    color: #000;
}

.wraPtext span.cal {
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    display: block;
    font-weight: 600;
    color: #1F1F1F;
}

.wraPtext span.cal img {
    vertical-align: sub;
    margin-right: 2px;
}

.More {
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #8E8E93;
    margin-top: 7px;
}

.insidetext h3 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

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

.proteanselact span {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.priceandAddtocart {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: self-end;
    margin-top: 30PX;
}

.proteanselact select {
    padding: 7px 20px 8px 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    border: none;
    border-radius: 40px;
    font-weight: 600;
    outline: none;
    color: #8E8E93;
    -webkit-appearance: none;
    background: url(../img/chevron-down.png) no-repeat #D9D9D9;
    background-position: calc(100% - 12px) center;
}

.pluSmin.openQut {
    z-index: 5;
}

.pluSmin {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    background: #000;
    color: #fff;
    border-radius: 40px;
    z-index: -1;
    transition: all 0.5s;
}

.pluSmin input.TextQut {
    text-align: center;
    background: none;
    border: none;
    width: 85px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #8E8E93;
    outline: none !important;
}

.price h5 {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-weight: 600;
}

span.AddtoCart {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 20px;
    display: block;
    background: #000;
    color: #fff;
    border-radius: 40px;
    cursor: pointer;
}

.buttonSection {
    position: relative;
}

.price h5 span {
    font-size: 26px;
    font-weight: 600;
}

.pluSmin button {
    border: none;
    background: no-repeat;
    outline: none;
    color: #8E8E93;
    font-size: 20px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

button.plus {
    position: relative;
    left: -5px;
}

button.min {
    position: relative;
    left: 10px;
}

span.wishlist.active img.acive {
    opacity: 1;
}

.wrapperDate:after {
    content: '';
    position: absolute;
    background: url(../img/pci.png) no-repeat;
    display: block;
    width: 44px;
    height: 30px;
    background-position: center;
    bottom: -34px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s;
}

.wrapperDate {
    position: relative;
}

.tabsection ul.mainTabs li.active .wrapperDate:after {
    opacity: 1;
    transform: translateY(0);
}

#mealPlan_register h2 {
    font-size: 48px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    margin: 20px 0 10px 0;
}

#mealPlan_register h3 {
    font-size: 24px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 40px;
}

#mealPlan_register h3 a {
    color: #21A7D1;
    margin-left: 10px;
}

.formInputWrapper input {
    background: no-repeat;
    border: none;
    border-bottom: 1px solid #8E8E93;
    width: 100%;
    padding: 10px 0px 10px 20px;
    outline: none;
    position: relative;
    z-index: 1;
}

.formInputWrapper {
    position: relative;
}

span.lableSpan {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 16px;
    color: #8E8E93;
    transition: all 0.5s;
    font-family: 'Montserrat', sans-serif;
}

.formInputWrapper input:focus+span {
    top: -10px;
    font-size: 12px;
}

.row.addSpace {
    margin-top: 20px;
}

#mealPlan_register .col-sm-7 h4 {
    font-size: 20px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0;
}

.formInputWrapper input:not(:placeholder-shown)+span {
    top: -10px;
    font-size: 12px;
}

.formInputWrapper input::-webkit-input-placeholder {
    /* Edge */
    color: transparent;
}

.formInputWrapper input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: transparent;
}

.formInputWrapper input::placeholder {
    color: transparent;
}

#mealPlan_register .col-sm-7 .col-sm-12 {
    margin-top: 10px;
}

.mgFix {
    margin-top: 10px;
}

.InputChackBox {
    margin-top: 10px;
    color: #8E8E93;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.InputChackBox span {
    vertical-align: baseline;
    margin-left: 5px;
}

.InputChackBox input {
    vertical-align: middle;
}

#mealPlan_register .col-sm-7 {
    padding-right: 70px;
}

.summaryInner {
    background: #F3F3F3;
    border-radius: 30px;
}

.summaryInner h4 {
    text-align: center;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1;
    padding: 30px 0 20px;
    border-bottom: 1px solid #fff;
    margin: 0;
}

.summaryInner h5 {
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}

.ProductSummary {
    padding: 10px 20px;
}

.ItemsProduct {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #8E8E93;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 0 20px;
}

span.ProductCount {
    width: 50px;
}

.product_Day h6 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

.item_Summary {
    display: flex;
    justify-content: space-between;
    padding: 10px 70px;
    border-top: 1px solid #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.item_Summary.SubTotal {
    font-weight: 600;
    font-size: 20px;
}

span.Price_summ {
    font-size: 16px;
    color: #2D6E1E;
}

span.Price_summ span {
    font-size: 20px;
}

p.Greentext {
    margin: 0;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #2D6E1E;
    font-weight: 500;
    margin-bottom: 5px;
}

p.trsDi {
    margin: 0;
    text-align: center;
    color: #8E8E93;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

p.Normalp {
    text-align: center;
    color: #8E8E93;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 30px;
}

a.checkout {
    text-decoration: none !important;
    padding: 14px 60px;
    background: #000;
    border-radius: 25px;
    color: #fff !important;
    transition: all 0.5s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
    margin: 50px auto 30;
    width: fit-content;
}

.loginForm .col-sm-6:nth-child(1) {
    padding-right: 30px;
    border-right: 1px solid #8E8E93;
    position: relative;
    padding-top: 30px;
}

.loginForm .col-sm-6:nth-child(1) .formInputWrapper {
    margin-bottom: 15px;
}

.loginForm .col-sm-6:nth-child(2) {
    padding-left: 30px;
}

a.facbook {
    display: block;
    background: #3C5A99;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    margin-top: 50px;
}

.row.align-middle.loginForm button {
    text-decoration: none !important;
    padding: 10px 60px;
    background: #000;
    border-radius: 25px;
    color: #fff !important;
    transition: all 0.5s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
    margin: 50px auto 20px;
    width: fit-content;
}

img.orTag {
    position: absolute;
    right: -10px;
    top: 95px;
}

a.facbook img {
    margin-right: 10px;
}

.loginForm button {
    display: block;
    margin: 30px auto 0;
}

a.google {
    display: block;
    background: #DC4937;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    margin-top: 20px;
}

a.google img {
    margin-right: 10px;
}

.DetailHeddings {
    padding: 0 20px 14px;
}

section#mealPlan_Checkout .ProductCount {
    width: 200px;
}

.DetailHeddings strong {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    width: 70px;
    text-align: center;
}

section#mealPlan_Checkout .item_Summary {
    justify-content: space-between;
    padding: 10px 40px;
}

.InputChackBox.BlackText {
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

#mealPlan_Checkout h3 {
    font-size: 20px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

#mealPlan_Checkout .col-sm-7 {
    padding-right: 60px;
}

#mealPlan_Checkout .col-sm-7 h5 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.selactStyle select {
    background: no-repeat;
    border: none;
    border-bottom: 1px solid #8E8E93;
    width: 100%;
    padding: 10px 0px 10px 20px;
    outline: none;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    color: #000000;
    transition: all 0.5s;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    font-weight: 600;
}

.mbfx {
    margin-bottom: 20px;
}

textarea#DeliveryInstructions {
    display: block;
    width: 100%;
    margin-top: 10px;
    background: #F3F3F3;
    border: none;
    box-shadow: inset 1px 1px 1px 0 rgb(0 0 0 / 25%);
    outline: none;
    min-height: 120px;
    padding: 20px;
}

#mealPlan_Checkout .col-sm-7 label {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.wrapperSelactBts {
    margin-right: 20px;
    padding: 15px 20px;
    border: 1px solid #F9A620;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    position: relative;
}

.ButtonSectionChakout.d-flex {
    margin-top: 30px;
}

.wrapperSelactBts span {
    margin-right: 10px;
}

.wrapperSelactBts input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wrapperSelactBts.active {
    background: #F3F3F3;
}

.wrapperSelactBts input {
    opacity: 0;
    cursor: pointer;
}

a.SubmitOrder {
    text-decoration: none !important;
    padding: 14px 60px;
    background: #000;
    border-radius: 25px;
    color: #fff !important;
    transition: all 0.5s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
    margin: 120px auto 30px;
    width: fit-content;
}

#mealPlan_Checkout {
    padding-bottom: 30px;
}

.ThankYouFitContainer {
    max-width: 1120px;
    margin: 0 auto;
}

#ThankYouPage h2 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

#ThankYouPage p:not(.InsideDEtails p) {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 30px;
}

#ThankYouPage h2 span {
    color: #175085;
}

.deliveryInfo {
    padding: 60px 40px 67px;
    background: #F3F3F3;
    border-radius: 30px;
    margin-right: 20px;
}

span.LinkOrder {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}

span.LinkOrder a {
    color: #175085
}

.deliveryInfo h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
}

.deliveryInfo h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.deliveryInfo p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000;
}

.InsideDEtails span.ProductCount {
    width: 200px;
}

.InsideDEtails .item_Summary.SubTotal {
    padding: 10px 40px;
}

.row.InsideDEtails .summaryInner h4 {
    padding-bottom: 10px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    padding-top: 20px;
}

.row.InsideDEtails .summaryInner h6 {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    font-family: 'Montserrat', sans-serif;
    color: #2D6E1E;
    font-weight: 600;
}

.myaccount {
    text-decoration: none !important;
    padding: 14px 60px;
    background: #000;
    border-radius: 25px;
    color: #fff !important;
    transition: all 0.5s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
    margin: 30px auto 30px;
    width: fit-content;
}

h3.h3textFixing {
    text-align: center;
    margin-top: 30px;
    font-size: 34;
    color: #61C029;
    font-family: 'Montserrat', sans-serif;
}

.wraperOurstory h2 {
    text-align: center;
    font-size: 48px;
    color: #61C029;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.wraperOurstory h2 span {
    color: #F9A620;
    margin-left: 10px;
}

.wraperOurstory {
    padding: 20px;
    background: #F3F3F3;
    border-radius: 30px;
}

.wraperOurstory p {
    color: #000;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    padding-right: 30px;
}

.wraperOurstory img {
    width: 100%;
}

section#about_our_story {
    margin-bottom: 60px;
}

section#WhatWho .col-sm-10 {
    padding: 30px;
    background: url(../img/bcWho.jpg) no-repeat;
    background-size: cover;
    border-radius: 30px;
}

section#WhatWho h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

section#WhatWho p {
    color: #000;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.tabsLi li {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 12px 0;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #DEF4C6;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 500;
}

.tabsLi {
    list-style: none;
    padding: 0 20px 0 0;
}

.tabsLi li a {
    color: #2D6E1E;
    text-decoration: none;
    display: inline-block;
}

.tabsLi li a:after {
    content: '';
    display: block;
    height: 1px;
    margin-top: 2px;
    width: 100%;
    background: transparent;
}

.tabsLi li.active a:after {
    background: #61C029 !important;
}

.tabsLi li.active a {
    color: #61C029 !important;
}

section#WhatWho {
    padding-bottom: 60px;
}

#CounterSection {
    background: url(../img/bcCounter.jpg) no-repeat;
    background-size: cover;
    padding: 20px 0;
}

#CounterSection h2 {
    text-align: center;
    font-size: 48px;
    color: #61C029;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

#CounterSection h2 span {
    color: #F9A620;
}

.counter_nums {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 64px;
    color: #2D6E1E;
    line-height: 1.2;
}

.counter_nums p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

span.number {
    color: #fff;
}

#CounterSection h4 {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 600;
}

.wraperCeoMassage {
    padding: 40px;
    background: #F3F3F3;
    border-radius: 30px;
    margin: 50px 0;
}

.wraperCeoMassage h2 {
    text-align: center;
    font-size: 48px;
    color: #61C029;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.wraperCeoMassage h2 span {
    color: #F9A620;
    margin-left: 10px;
}

.wraperCeoMassage p {
    color: #000;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

section#TextwrapperButton {
    padding: 50px 0;
    background: #61C029;
}

#TextwrapperButton h3 {
    color: #fff;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1;
    font-size: 32px;
}

#TextwrapperButton a {
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    border-radius: 50px;
}

#Policy {
    margin: 50px 0;
}
