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

body {
    font-size: 13px;
    color: black;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;

}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button:focus,
.btn:focus {
    outline: 0;
    box-shadow: 0;
}

ul,
li {
    list-style-type: none;
}

#carouselExampleIndicators .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-item:after {
    content: '';
    position: absolute;
    background: #00000059;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    border: 0;
}

.carousel-item img {
    height: 80vh;
    object-fit: cover;
    object-position: bottom;
    position: relative;
}

.custom-btn {
    display: inline-flex;
    background: #67bd45;
    color: #fff;
    border: 1px solid #67bd45;
    padding: 14px 40px;
    /*width: 120px;*/
    text-align: center;
    text-decoration: none;
    justify-content: center;
    transition: 0.5s ease;
    font-weight: 500;
    border-radius: 5px;
    align-items: center;
}

.custom-btn i {
    margin-left: 10px;
}

.custom-btn:hover {
    border: 1px solid white;
    color: #67bd45;
    background: white;
    transition: 0.5s ease;
    border: 1px solid #67bd45;
}

.custom-btn-white {
    background: #fff;
    color: #67bd45;
    border: 1px solid #67bd45;
    padding: 14px 40px;
    width: 120px;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    transition: 0.5s ease;
    font-weight: 400 !important;
    border-radius: 10px;
}

.custom-btn-white:hover {
    border: 1px solid #67bd45;
    color: #fff;
    background: #67bd45;
    transition: 0.5s ease;
}

.video-main-bgg {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 62vh;
    border-radius: 20px;
    overflow: hidden;
}

div#vimeoWrap {
    height: 62vh;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.play-video-popup {
    position: absolute;
    top: 38%;
    background: #4caf505e;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.play-video-popup img {
    width: 40px;
    margin: 0 auto;
}

iframe.showifm {
    width: 100%;
    height: 100%;
}

section.first-section-badnii-Navm {
    height: 80vh;
    position: relative;
}

.banner-section-content {

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-self: center;
}

.banner-content-box h1 span {
    color: #67bd45;
}

.owl-carousel.off {
    display: flex;
}

.second-section-homepage-content h2 {
    font-size: 2.875em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 16px;
}

.second-section-homepage-content p.tagline-aorange {
    color: #67bd45;
    font-size: 1.25em;
}

.banner-content-box h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
}

.banner-content-box p {
    color: #fff;
    font-weight: 400;
    padding: 0.5rem 0 1.5rem;
    font-size: 20px;
    line-height: 35px;
}

section.second-section-badnii-Navm {
    padding: 80px 0;
}

.heading-title h2 {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
}

.heading-title {
    text-align: center;
    padding-bottom: 1rem;
}

p.tagline {
    margin: 0;
    color: #67bd45;
    font-weight: 500;
    margin-bottom: 10px;
}

a.video {
    text-decoration: none;
    color: #fff;
    font-size: 30px;
}

.video-box-Navm {
    position: relative;
}

.video-box-Navm:after {
    content: '';
    background-image: url(../../assets/image/dot.png);
    width: 140px;
    height: 120px;
    position: absolute;
    right: -8%;
    top: -8%;
    z-index: -1;
}

section.third-section-badnii-Navm {
    padding: 80px 0;
    background: #64b84317;
}

.content-middle {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.third-inner-image img {
    width: 100%;
    border-radius: 15px;
}

p.tagline-aorange {
    color: #f8952e;
    font-weight: 500;
    margin: 0;
    padding: 0 0 10px 0 !important;
}

.how-it-icon-box img {
    width: 100%;

}

.howWorkImgCont {
    width: 30px;
    margin: 0 auto;
    align-self: center;
}

.how-it-icon-box {
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
}

.startBtn {
    margin-top: 50px;
    padding: 0;
    width: 220px;
    height: 55px;
}

.startBtn:hover {
    border: 1px solid #5aaf38
}

.prpl .how-it-icon-box {
    background: #976FE8;
    box-shadow: 0px 25px 28px rgba(151, 111, 232, 0.3);
}

.fuchsia .how-it-icon-box {
    background: #52C0BC;
    box-shadow: 0px 25px 28px rgba(82, 192, 188, 0.3);
}

.blue .how-it-icon-box {
    background: #2F80ED;
    box-shadow: 0px 25px 28px rgba(47, 128, 237, 0.3)
}

.dulyellow .how-it-icon-box {
    background: #FAB56D;
    box-shadow: 0px 25px 28px rgba(250, 181, 109, 0.3)
}

.how-it-work-content h3 {
    font-size: 1.5em;
    color: #242424;
    font-weight: 600;
    margin-bottom: 14px;
}

section.forth-section-badnii-navm {
    padding: 80px 0;
}

.how-it-work-content {
    text-align: center;
    padding: 2.2rem 3rem 2rem;
}

.how-it-work-content p {
    font-size: 15px;
    padding-top: 5px;
    margin: 0;
}

.howwork-serv {
    position: relative;
}

.how-it-work-mainbox {
    position: relative;
}

.how-it-work-mainbox:after {
    content: '';
    width: 180px;
    background-repeat: no-repeat;
    position: absolute;
    top: 36px;
    right: 75%;
    background-size: cover;
    height: 8px;
}

.prpl:after {
    background-image: url(../../assets/image/line1.png);
}

.fuchsia:after {

    background-image: url(../../assets/image/line2.png);

}

.blue:after {
    background-image: url(../../assets/image/line3.png);

}

.third-inner-content-badnii p {
    padding-bottom: 2.2rem;
    padding-top: 10px;
    padding-left: 8rem;
}

section.choose-plan-section {
    padding-bottom: 80px;
    position: relative;
}

.choosePlanDes {
    margin-top: 10px;
    text-align: center;
    font-size: 1.25em;
    color: #242424;
    margin-bottom: 32px;
}

.program-tab .nav-link.active {
    background-color: transparent;
    color: #5aaf38;
    border-bottom: 2px solid #5aaf38;
}

.program-tab .nav-link {
    font-size: 1.25em;
    padding: 12px 5px;
    color: #606161;
    border-radius: 0;
}

.program-tab .nav-item {
    margin-left: 30px
}

.program-tab {
    border-bottom: 1px solid #DDDDDD;
}

.mobil-owl.owl-carousel.owl-drag .owl-item {
    width: auto !important;
}

.tab-content {
    padding-top: 60px
}

.price-information-tablemainaveenmbox {
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    transition: all .3s;
    border: 2px solid #DDDDDD
}

.price-information-tablemainaveenmbox:hover {
    margin-top: -5px;
    transition: all .3s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;

}

.price-information-tablemainaveenmbox h5 {
    font-weight: 600;
    font-size: 1.5em;
    color: #212E44;
    margin-bottom: 12px;
}

.price-information-tablemainaveenmbox p strike {
    color: #606161;
    margin-bottom: 8px;
    font-weight: 500;
}

.price-information-tablemainaveenmbox h3 small {
    font-size: 14px;
    color: #606161;
    font-weight: 500;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text] {
    padding-right: 35% !important
}

.price-information-tablemainaveenmbox h3 {
    color: #F8952E;
    font-size: 2.25em;
    font-weight: 600;
    margin-bottom: 8px;
}

p.bgmarkprice {
    background: #FEF4EA;
    padding: 5px;
    margin: 0;
    margin-bottom: 18px;
    font-size: 1em;
    color: #606161;
    display: inline-block;

}

.bgmarkprice strong {
    color: #242424;
    font-weight: 600;
}

.plan-feature {
    padding-top: 1.5rem;
    border-top: 2px solid #ddd;
}

.plan-feature h4 {
    font-size: 0.9375em;
    color: #000;
    padding-bottom: 1rem;
    font-weight: 600;
}

.plan-feature ul {
    padding-bottom: 1.875;
    margin: 0;
}

.plan-feature ul li {
    margin-bottom: 12px;
    color: #606161;
    font-size: .9375em;
    font-weight: 400;
}

.plan-feature ul li i {
    color: #67bd45;
    font-weight: 900;
    font-size: 20px;
}

.custom-btn-gray {
    background: #FBFBFB;
    border: 2px solid #DDDDDD;
}

.price-information-tablemainaveenmbox a {
    float: left;
    width: 100%;
    border-radius: 32px;
    margin-top: 11px;
}

.price-information-tablemainaveenmbox a:hover {
    background-color: #5aaf38;
    color: white
}

.price-information-tablemainaveenmbox a.custom-btn:hover {
    background-color: white;
    color: #5aaf38;
    border: 1px solid #5aaf38
}

.price-information-tablemainaveenmbox {
    position: relative;
}

.price-information-tablemainaveenmbox .btn {
    font-weight: 500;
}

.badgee p {
    margin: 0;
    color: #fff;
}

.badgee {
    position: absolute;
    top: -25px;
    background: #95D17D;
    color: #fff;
    padding: 10px 35px 10px 10px;
    font-size: 1em;
    font-weight: 500;
}

.badgee:after {
    content: '';
    background: #fff;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    position: absolute;
    width: 12%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(180deg);
}

section.choose-plan-section:after {
    content: '';
    background: #f5f5f5;
    width: 100%;
    height: 280px;
    position: absolute;
    top: 45%;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: -1;
}

.blog-content h3 {
    font-size: 1.5em;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-content {
    padding: 15px 0;
    padding-bottom: 0;
}

.blog-content ul.blogBtns {
    margin-bottom: 0;
}

.blog-main-box a {
    text-decoration: none;
    color: #363636;
}

.blog-main-box .custom-btn {
    background-color: transparent;
    border: 1px solid #5aaf38;
    color: #5aaf38
}

.blog-main-box {
    background: rgba(240, 248, 236, .7);
    padding: 1rem;
    border-radius: 20px;
}

.blog-content h3 span {
    font-size: 15px;
    color: #999999;
    font-weight: 300;
}

.blog-content h3 span i {
    margin-left: 5px;
}

.blogBtns li {
    display: inline-block;
}

.blogBtns li:last-child {
    margin-right: 10px;
}

.blog-main-box:hover .blogBtns .btn {
    background-color: white;
    color: #5aaf38;
    border-radius: 8px;
}

.seeAllBtn {
    width: 250px;
    border-radius: 12px;
    height: 55px;
}

.seeAllBtn:hover {
    border: 1px solid #5aaf38;
}

.blog-main-box:hover {
    background: #67bd45;
}

.blog-main-box:hover a {
    text-decoration: none;
    color: #fff;
}

.blog-content:hover h3 span {
    color: #fff;
}

.blog-content:hover p {
    color: #fff;
}

section.featured-blog-section {
    padding-bottom: 80px;
}

button.owl-prev, button.owl-next {
    position: absolute;
    top: -25%;
    /*background: #fff !important;*/
    /*width: 40px;*/
    /*height: 40px;*/
    right: -10px;
    /*border: 1px solid #67bd45 !important;*/
    display: block;
    border-radius: 50px;
    box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px, rgb(0 0 0 / 30%) 0px 18px 36px -18px;
    color: #67bd45 !important;
    font-weight: 900;
    font-size: 45px !important;
}

button.owl-next {
    right: auto;
    left: -10px;

}

.keep-in-touch-content .custom-btn {
    width: auto;

}

.home-subscribe-btn {
    position: absolute;
    height: 100%;
    right: auto;
    left: 0;
    top: 0
}

.keep-in-touch-content .custom-btn:hover {
    border: 1px solid #5aaf38;
}

.keep-in-touch-content p {
    padding-bottom: 1rem;
    font-size: 1.5em;
    font-weight: 400;
    color: #242424;
}

.keep-in-touch-content h2 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
}

.foot-info img {
    width: 130px;
}

.disablereload {
    color: #999999 !important
}

footer {
    padding: 80px 0;
    background: #242424;
}

footer li a:hover {
    color: #f8952e;
}

.foot-info h5 {
    font-size: 1.5em;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
}

.foot-info p {
    font-size: 14px;
}

.foot-info h6 {
    font-size: 12px;
    color: #000;
    font-weight: 550;
}

.foot-info a {
    text-decoration: none;
    color: #939090;
    font-size: 14px;
}

ul.list-inline.social-mediacionsfooter li {
    padding-left: 1rem;
}

ul.list-inline.social-mediacionsfooter {
    display: flex;
}

.foot-bottom {
    display: flex;
    border-top: 1px solid #ddd;
    padding: 15px;
    margin-top: 2.5rem;
    justify-content: space-between;
}

.keep-in-touch-content {
    text-align: center;
    padding-bottom: 80px;
}

.foot-logo {
    padding-bottom: 50px;
}

.pagination-nav ul li a {
    border-radius: 50px !important;
}

.pagination-nav ul li {
    margin: 0 10px;
    border-radius: 50px;
}

.pagination-nav {
    padding-top: 2rem;
}

.pagination-nav ul li a {
    width: 35px;
    height: 35px;
    text-align: center;
    color: #242424;
    line-height: normal;
    font-size: 14px;
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: none;
}


.product-detail-content-NM {
    display: flex;
    justify-content: space-between;
}

.product-detail-sliderimage .carousel-item img {
    height: 420px;
    object-fit: cover;
    object-position: bottom;
    position: relative;
    border-radius: 15px;
}

.carousel-item {
    position: relative;
}

.carousel-item button.whishlist-button {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 22;
    font-size: 15px;
    padding: 10px
}

.product-detail-content a {
    text-decoration: none;
}

.product-detail-sliderimage .carousel-inner {
    border-radius: 15px;
}

.product-detail-sliderimage .carousel-item:after {
    display: none;
}

.bradcamp {
    padding: 0
}

.bradcamp li {
    display: inline-block;
    padding-left: 25px;
}

.bradcamp li p,
.bradcamp li a {
    font-weight: 400;
    font-size: 1.125em;
    color: #999999;
}

.bradcamp li a {
    color: black;
}

.bradcamp li a:hover {
    color: #5aaf38
}

.bradcamp li span {
    background-color: #F1F1F1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
}

.bradcamp li span i {
    align-self: center;
    color: #606161;
    transform: scaleX(-1);

    font-size: 9px;
}


.heading-title-subpage h2 {
    color: #000;
    font-weight: 700;
    font-size: 2.625em;
    margin-bottom: 10px;

}

.heading-title-subpage {
    margin-bottom: 32px;
}

.heading-title-subpage span {
    color: #999999;
    font-size: 1.125em;
    font-weight: 400;
}

.product-heading-sect {
    padding-bottom: 2rem;
    padding-top: 1rem;
}

.seeMoreReviewsLink {
    font-weight: 500;
    font-size: 1.125em;
    color: #67BD45;
}

.seeMoreReviewsLink i {
    margin-left: 14px;
}

.product-detail-content ul li {
    display: flex;
    justify-content: space-between;
    width: 60%;
    font-size: 1em;
    color: #606161;
    margin-bottom: 10px;
}

.product-detail-content ul li strong {
    color: #242424;
}

.product-detail-content ul li p {
    color: #606161;
    margin-bottom: 0;
}

.choose-flavour {
    padding: 2.5rem 0 0;
}

.choose-flavour h6 {
    font-size: 1.375em;
    font-weight: 700;
    color: #242424;
    margin-bottom: 15px;
}

.choose-flavour ul li {
    display: inline-block;
}

.choose-flavour ul label {
    display: inline-block;
    background: #f5f5f5;
    padding: 8px 30px;
    border-radius: 6px;
    font-size: 14px;
    border: 2px solid #f5f5f5;
}

.choose-flavour input {
    opacity: 0;
    width: 0;
}

.choose-flavour ul li input:checked ~ label {
    border: 2px solid #67bd45;
    background: #ffffff !important;
}

.number span {
    cursor: pointer;
}

.minus,
.plus {
    width: 30px;
    height: 30px;
    background: #F0F8EC;
    border-radius: 8px;

    display: inline-flex;
    justify-content: center;
    text-align: center;
    color: #67BD45;
    font-weight: 900;
}

.minus i,
.plus i {
    align-self: center;
}

.number input {
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 1.25em;
    color: #F8952E;
    border: 0 !important;
    border-radius: 4px;
    font-weight: 600;
    display: inline-flex;

}

.number input:focus {
    border: 0;
    outline: none;
    box-shadow: none;
}

.side-cart p strong {
    font-size: 18px !important;
    color: #242424;
}

.side-cart p {
    display: flex;
    justify-content: space-between;
    margin: 0;
    align-self: center;
}

.side-cart {
    padding: 1.5rem;
    border-radius: 20px;
    background-color: white;
    border: 1px solid #DDDDDD
}

.side-cart .custom-btn {
    box-shadow: 0 4px 20px rgba(36, 36, 36, 0.08)
}

.product-detail-content h3 {
    font-weight: 600;
    color: #242424;
    padding-bottom: 10px;
}

.product-detail-content {
    padding-right: 1rem;
}

.product-detail-content a {
    text-decoration: none;
    color: #2F80ED;
    font-weight: 550;
}

.side-cart button {
    width: 100%;
}

.qty-box {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
    border-top: 1px solid #ddd;
}

.number i {
    color: #67bd45;
    font-weight: 800;
    font-size: 14px;
}

.review-heading {
    padding: 1.5rem 0;
    border-top: 1px solid #ddd;
    display: flex;
}

.review-heading h2 {
    font-size: 28px;
    color: #242424;
    padding-left: 12px;
    font-weight: 700;
}

.review-heading a {
    text-decoration: none;
    color: #5aaf38;
    font-weight: 550;
    padding: 8px;
}

.supliment-fact-box {
    padding: 25px;
    border-radius: 15px;
    background-color: white;
    border: 1px solid #DDDDDD
}

.recips-tabs {
    display: inline-flex;
    margin-top: 32px;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 30px;
}

.recips-tabs .nav-link {
    font-size: 1em;
    font-weight: 500;
    border: 0;
    color: #606161
}

.recips-tabs .nav-link:focus,
.recips-tabs .nav-link.active {
    border-bottom: 1px solid #5aaf38;
    color: #5aaf38
}

.recips-tabs-content {
    padding-top: 0
}

.borderless td,
.borderless th {
    border: none;
}

.supliment-fact-box .table > :not(:first-child) {
    border-top: 0;
}

.star-rating p {
    padding-bottom: 25px;
    /* margin-top: -1rem; */
    margin-bottom: 0;
}

.product-conent .star-rating p {
    padding: 0;
}

.instock {
    color: #67BD45;
    font-size: 1.125em;
    margin-left: 10px;
    font-weight: 500;
}

.outofstock {
    color: #EF3434;
    font-size: 1.125em;
    margin-left: 10px;
    font-weight: 500;
}

.star-rating p span {
    font-size: 1em;
    font-weight: 400;
    color: #242424;
    margin-left: 8px;
}

.about-expert .star-rating p span {
    color: #999999
}

.about-expert p {
    font-size: 1.125em;
    color: #999999;
    text-align: justify;
}

.about-star-rating {
    display: flex;
}

.about-star-rating .star-rating {
    margin-left: 30px;
}

.about-star-rating .prog-num {
    color: #999999;
    display: flex;
    align-self: center;
}

.about-star-rating .prog-num i {
    align-self: center;
    margin-left: 10px;
}

.innerPageBody {
    background-color: #FBFBFB;
    padding-top: 32px;
}

.programs-details-text,
.goal-and-other-content p,
.goal-and-other-content ul li {
    font-size: 1.125em;
    font-weight: 400;
    color: #999999;
    text-align: justify;
}

.goal-and-other-content h4,
.reviews-box h4 {
    font-weight: 600;
    font-size: 1.5em;
    color: #242424;
    margin-bottom: 10px;
}

.star-rating p span.rating-text {
    font-size: 1.125em;
    color: #242424
}

.goal-and-other-content ul {
    padding-right: 15px
}

.goal-and-other-content ul li {
    list-style-type: circle;
    margin-bottom: 12px;
}

.related-product-heading h2 {
    color: #000;
    font-weight: 600;
    font-size: 32px;
    padding: 3rem 0 1.5rem;
    border-top: 1px solid #ddd;
    margin-top: 1rem;
}

.related-section {
    padding-bottom: 60px;
}

div#accordionExample {
    column-count: 2;
    column-gap: 30px;
}

.accordion-item {
    display: inline-block;
    width: 100%;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.modal-content {
    box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
    border-radius: 15px;
    padding: 1.5rem;
}

button.btn-close {
    width: 10px;
    height: 15px;
    padding: 3px;
    position: relative;
    top: 2px;
}


/* .nutri-list { */
/* margin-top: 28px; */
/* } */

.nutri-list ul li {
    background: #FFFFFF;
    /* Other/light grey 1 */
    border: 1px solid #DDDDDD;
    border-radius: 32px;
    list-style: none;
    padding: 28px 40px;
    margin-bottom: 8px;
}

.nutri-list ul {
    padding: 0;
}

.nutri-list ul li .nutri-list-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nutri-list-inner-left ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

li {
}

.nutri-list-inner-left ul li {
    border: 0;
    box-shadow: 0 0 0 transparent;
    padding: 0 20px;
    position: relative;
}

.nutri-list-inner-left ul li:last-child:after {
    position: absolute;
    content: '';
    background: #ddd;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
}

.nutri-list-inner-left ul li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 1em;

    color: #999999;
}

.nutri-list-inner-left ul li:first-child a {
    color: #2F80ED;
}


.nutri-list-inner-left ul li:first-child a i {
    color: #2F80ED;
}

.nutri-list-inner-right h4 {
    font-weight: 600;
    font-size: 1.125em;
    /* identical to box height */


    /* Other/Dark blue */
    color: #212E44;
    margin-bottom: 16px;
}

.back_collection_head .nutri-list-inner-right h4 {
    margin-bottom: 8px;
}

.nutri-list-inner-right p {
    font-weight: 400;
    font-size: 1em;
    line-height: 24px;
    /* identical to box height */


    /* Other/Dark grey 1 */
    color: #606161;
    margin: 0;
}

.calendly-modal-content.expert-modal-content h2 {
    margin-bottom: 32px;
    margin-top: 20px;
}

.calendly-modal-content.expert-modal-content p {
    margin-bottom: 50px;
}


/* REMOVEABLE CSS HERE ON PROGRAM PAGE DASHBOARD */
.program-second-tab-boxmain {
    padding: 40px 0;
}

.programs-nm-newProgbox {
    border: 1px solid #DDDDDD;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.programs-nm-newProgbox .programs-image-navm {
    height: 200px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}

.programs-nm-newProgbox .programs-image-navm img {
    object-fit: cover;
    width: 100%;
    height: 100%;

}

.newprogramImg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 12px;
}

.newProgram-NameImg {
    display: flex;
    margin-bottom: 16px;
}

.newprogramImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.badge-overla {
    z-index: 9999;
}

.newProgram-NameImg h6 {
    font-size: 1.125em;
    font-weight: 600;
    color: #212E44;
    align-self: center;
}

.programs-conent-edit h4 {
    font-size: 1.25em;
    font-weight: 600;
    color: #242424;
    margin-bottom: 12px;
}

.programs-conent-edit .star-rating p {
    padding: 0;
    color: #67BD45;
}

.prog-edit-start.star-rating p span {
    color: #999999;
    margin-right: 12px
}

.programs-conent-edit .prog-edit-start.star-rating i {
    color: #67BD45;
    font-size: 1.5em;
}

.program-detail-content-NM .star-rating p {
    color: #F2C94C;
    padding: 0;
}

.offerPrice {
    display: flex;
    margin: 17px 0;

}

.offerPrice p {
    font-size: 1.5em;
    color: #242424;
    font-weight: 700;
    margin: 0;
}

.offerPrice span {
    font-size: 1em;
    font-weight: 400;
    color: #999999;
    margin-right: 12px;
    text-decoration: line-through;
    align-self: center;
}

.prog-reg-btn {
    width: 100%;
    background-color: white;
    border: 1px solid #67BD45;
    color: #5aaf38;
}

.programs-nm-newProgbox:hover .prog-reg-btn {
    background-color: #5aaf38;
    color: white;
}

.programs-nm-newProgbox {
    margin-bottom: 40px;
}

.selectric-prog-select.selectric-wrapper {
    float: left;
    width: 190px !important;
}

.prog-search-box .input-group {
    float: right;
    width: 480px;
}

.expert-review-box {
    background-color: white;;
    border-radius: 20px;
    border: 1px solid #DDDDDD;
    padding: 24px;
    margin-top: 70px;
}

.review-box-header,
.review-box-header .expertTotalRating {
    display: flex;
}

.review-box-header {
    margin-bottom: 15px;
    justify-content: space-between;
}

.review-box-header h4 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
    margin-left: 24px;
    align-self: center;

}

.review-box-header .expertTotalRating {
    font-size: 1.5em;
}

.review-box-header .expertTotalRating span {
    color: #999999;
    margin-right: 5px;
    align-self: center;

}

.review-box-header .expertTotalRating p {
    color: #F2C94C;
    margin: 0;
}

.seeMoreReviewsLink {
    display: block;
    margin-top: 16px;
}

.write-comment-revirew {
    color: #5aaf38;
    font-size: 1.125em;
    align-self: center;
}

.lefft-side-header-review {
    display: flex;
}

.send-Expert-Message {
    width: 100%;
    border: 1px solid #67BD45;
    color: #67BD45;
    font-size: 1.125em;
    background-color: white;
}

.send-Expert-Message:hover {
    background-color: #67BD45;
    color: white
}

.outer-resturnt-Box,
.select-program-resturant-box {
    background-color: white;
    padding: 28px;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
}

.outer-resturnt-Box h4 {
    font-size: 1.5em;
    color: #242424;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.outer-resturnt-Box .programs-nm-newProgbox {
    margin-bottom: 0;
}

.select-program-resturant-box h6 {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 16px;
}

.select-program-resturant-box p {
    font-size: 1em;
    color: #606161
}

.select-resturant-box {
    border: 1px solid #DDDDDD;
    padding: 12px 20px;
    border-radius: 16px;
    margin-bottom: 20px
}

.choose-resturant-img {
    width: 84px;
    border-radius: 12px;
    overflow: hidden;
    height: 70px;
    margin-left: 16px;
}

.choose-resturant-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resturant-details h5 {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 8px;
}

.resturant-details {
    display: flex;
    flex-direction: column;
}

.resturant-details .star-rating p {
    color: #5aaf38
}

.resturant-details .star-rating i {
    color: #5aaf38
}

.inner-resturant-details {
    align-items: center;
}

.select-program-resturant-box label {
    width: 100%;
    display: block;
}

.leftSide {
    margin-right: auto;
    align-self: center;
    margin-left: 24px;
    display: flex;
}

.leftSide h6 {
    font-size: 1.125em;
    font-weight: 700;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
    align-self: center;
}

.choose-rest {
    opacity: 0;
    position: absolute;;
}

.choose-rest-checkmark {
    width: 28px;
    height: 28px;
    border: 2px solid #999999;
    display: inline-block;
    position: relative;
    border-radius: 50%;;
}

.choose-rest-checkmark:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #67BD45;
    border-radius: 50%;
    top: 6px;
    right: 5px;
    display: none;
}

.choose-rest:checked ~ .choose-rest-checkmark:before {
    display: block;
}

.choose-rest:checked ~ .choose-rest-checkmark {
    border: 2px solid #67BD45 !important
}

.border-green {
    border: 1px solid #67BD45 !important
}

.side-selected-box {
    padding-top: 20px
}

.checkout-rest-rate {
    display: block;
}

.side-checkout-prog .programs-image-navm {
    width: 60px;
    height: 50px;
    margin-left: 18px;
    border-radius: 12px;
    overflow: hidden;
}

.side-selected-box .choose-resturant-img {
    width: 60px;
    height: 50px;
}

.side-checkout-prog {
    padding-top: 20px;
}

.side-checkout-prog .programs-image-navm:after {
    display: none;
}

.side-checkout-prog .programs-image-navm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side-prog-name-cont h4 {
    font-size: 1.125em;
    font-weight: 500;
    color: #242424;
    margin-bottom: 8px;
}

.side-selected-box .leftSide {
    margin-left: 0
}

.side-prog-name-cont .newprogramImg {
    width: 28px;
    height: 28px;
    margin-left: 8px;
}

.side-checkout-prog .offerPrice {
    align-self: center;
    display: flex;
    margin-right: auto;

}

.side-checkout-prog .offerPrice p,
.side-selected-box .leftSide h6 {
    font-size: 1.125em;
    font-weight: 600;
    margin: 0;
}

.side-checkout-prog .newProgram-NameImg h6 {
    font-size: 1em;
    font-weight: 400;
}

.side-selected-box .resturant-details h5 {
    font-size: 1.125em;
    font-weight: 500;
}

.choose-meal-prog-text {
    font-size: 1.2em;
    font-weight: 500;
    color: #242424;
    padding-top: 32px;
    padding-bottom: 20px;
    border-top: 1px solid #F1F1F1
}

.select-plan-side-title a {
    margin-right: auto;
    font-size: 1.125em;
    color: #67BD45;
    font-weight: 500;
}

.select-plane-prog-side-box {
    margin-top: 20px;
}

.select-plane-prog-side-box ul {
    padding: 0
}

.choose-plane-edit {
    opacity: 0;
    width: 0;
}

.select-plane-prog-side-box .NumberofmealsForm {
    border: 0
}

.select-plane-prog-side-box .price-information-tablemainaveenmbox {
    padding: 28px;
    border-radius: 32px;
    border: 2px solid #DDDDDD;

}

.choose-plane-edit-label {
    width: 100%;
    border-radius: 32px;
}

.select-group {
    padding: 16px 0;
    border-bottom: 1px solid #DDDDDD;
}

.select-plane-prog-side-box .plan-feature {
    border: 0;
}

.select-plane-prog-side-box .NumberofmealsForm {
    padding: 0;
}

.choosePlan-price {
    padding: 16px 0;
    border-bottom: 1px solid #DDDDDD;
}

.choosePlan-price p.bgmarkprice {
    margin-bottom: 0;
}

.plan-feature {
    padding-top: 16px
}

.plan-feature ul li i {
    font-size: 15px;
    margin-left: 4px
}

.edited-select-plan .NumberofmealsForm {
    padding: 0;
    border: 0;
}

.edited-select-plan .plan-feature {
    border: 0
}

.edited-select-plan {
    padding: 28px;
}

.available-prod-text {
    margin: 0;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 16px;
    margin-top: 12px;
    margin-bottom: 16px;
}

.available-prod-text .outofstockq {
    font-size: 1em;
    margin-right: 8px;
}

.editeproduct-detail-content {
    max-width: 60%;;
}

.editeproduct-detail-content ul li {
    width: 100%;
}

.product-details-table {
    border-top: 1px solid #DDDDDD
}

.edit-qty-box {
    padding: 22px
}

.carousel-inner {
    position: relative;
}

.carousel-inner .whishlist-button {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 99;
}

.cart-sidebar .edited-select-plan {
    padding: 0;
    margin: 0 !important;
    padding-top: 20px;
    border: 0
}

.cart-sidebar .edited-select-plan:hover {
    box-shadow: none;
}

.cart-sidebar .select-group:last-child {
    border-bottom: 0;
}

.apply-cubon {
    background-color: #F0F8EC;
    color: #67BD45;
    font-size: 1.125em;
    border: 1px solid #F0F8EC
}

.total-coupa-div {
    background-color: white;
    border: 1px solid #DDDDDD;
    padding: 30px;
    margin-bottom: 24px;
    border-radius: 20px;
}

.cart-resturant-selected {
    margin-bottom: 24px;
}

.side-bar-cart-header {
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
}

.cart-sidebar .side-bar-cart-header h3 {
    border: 0;

    padding: 0
}

#choose-resturant-modal .select-program-resturant-box {
    border: 0;
    padding: 0;
}

#choose-resturant-modal .modal-dialog {
    max-width: 800px;
}

.done-rest-btn {
    width: 100%;
    background-color: #67BD45;
    height: 55px;
}

.chooseimage-pgrm-start span {
    color: #999999;
    font-size: .875em;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    display: none;
    transition: all .5s;
}

.chooseimage-pgrm-start:hover span {
    display: block;
    transition: all .5s;
}

.chooseimage-pgrm-start:hover img {
    padding: 5px 1.5rem;
    height: 110px;
    transition: all .5s;
}

a.edit-selecte-btn {
    width: 100%;
    background-color: transparent;
    border: 1px solid #67BD45;
    color: #67BD45;
    float: none;
    border-radius: 12px;
    margin-top: 20px;
}

.edit-selecte-btn:hover {
    background-color: #67BD45;
    color: white;
    position: relative;

}

.cart-sidebar .choosePlan-price h3 {
    border-bottom: 0 !important;
    font-size: 2em;
}

.selected-rest-img {
    width: 60px;
    height: 50px;
    overflow: hidden;
    border-radius: 8px;
    margin-left: 12px;
}

.selected-rest-img img {
    width: 100%;;
    height: 100%;
    object-fit: cover;

}

.selected-rest-details p {
    font-size: 1em;
    font-weight: 500;
    color: #242424;
    margin-bottom: 5px;
}

.plan-cart-table .cart-productt p {
    padding: 5px;
}

.form-control.selected-side-box {
    padding: 5px
}

.selected-side-box .star-rating p {
    padding-bottom: 0;
}

.selected-side-box .star-rating p i {
    color: #67BD45
}

.plan-cart-table .cart-productt p strong {
    font-size: 1.11em;

}

.plan-cart-table .number input {
    width: 20px;
}

.total-coupa-div.choose-expert-cart-box {
    margin-top: 24px;
    display: block;
}

.choose-expert-cart-box p {
    margin-bottom: 12px;
}

.item-in-cart-count {
    margin: 22px 0
}

.programs-image-navm:after {
    background: linear-gradient(180deg, rgba(36, 36, 36, 0.00) 0%, rgba(36, 36, 36, 0.60) 100%) !important;

}

.about-expert-expertPage .expert img {
    padding: 0;
    margin: auto;
    margin-bottom: 17px;
}

.about-expert-expertPage .expert {
    display: block;
    text-align: center;
}

.about-expert-expertPage .expert-ct p {
    text-align: center;
    margin-bottom: 13px;
}

.expert-page-star-rating {
    justify-content: space-between;

}

.border-box-expert-page {
    border-radius: 8px;
    border: 1px solid var(--other-light-grey-1, #DDD);
    width: 48%;
    height: 48px;
}

.expert-page-star-rating .star-rating {
    margin-left: 0;
    display: flex;
    justify-content: center;
}

.expert-page-title {
    font-size: 1.5em !important;
    margin-bottom: 20px;
}

.border-box-expert-page p {
    align-self: center;
    margin: 0;
}

.expert-page-star-rating {
    padding-bottom: 24px;
    border-bottom: 1px solid #DDDDDD;
}

.send-Expert-Message-page {
    border-radius: 8px;
    background: var(--primary-primary-color, #67BD45);
    width: 100%;
}

.send-Expert-Message-page:hover {
    background-color: white;
    color: #67BD45;
}

.about-expert-expertPage {
    padding: 20px
}

.about-star-rating .prog-num.border-box-expert-page {
    justify-content: center;
}

.about-star-rating .border-box-expert-page p {
    margin: 0;
}

.about-star-rating .prog-num.border-box-expert-page i {
    margin-left: 0;
}

.about-expert-expertPage .expert-ct p strong {
    font-size: 1.5em;
    font-weight: 700;
    color: #212E44
}

.choose-expertLink {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 12px;
    border: 1px solid #DDD;
    height: 65px;
    padding: 10px;
    margin-top: 12px;
}

.choose-expertLink span,
.choose-expertLink i {
    align-self: center;
    color: #242424;
}

.select-program-exprt-box .modal-resturant-title h6 {
    font-size: 1.5em;
    font-weight: 600;
    color: #242424;
    margin-bottom: 16px;
}

.select-program-exprt-box .modal-resturant-title p {
    color: #606161;
    font-size: 1em;
    font-weight: 400;
}

#choose-Expert-modal .modal-dialog {
    max-width: 850px;
}

#choose-Expert-modal .choose-resturant-cont {
    display: flex;
    width: 100%;
}

.choose-expert-img {
    width: 62px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 16px;
    align-self: center;
}

.choose-expert-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.select-program-exprt-box .select-resturant-box {
    width: 100%;
    height: 80px;
}

.select-program-exprt-box .resturant-details {
    align-self: center;
}

.select-program-exprt-box .resturant-details .star-rating p {
    padding-bottom: 0;
}

.showingtext {
    margin-right: auto;
    align-self: center;
}

.prod-page-form {
    width: 100%;
    padding-bottom: 32px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 32px;
}

.showingtext {
    font-size: 1em;
    color: #777;
    display: inline-block;
    margin-left: 12px;
    align-self: center;
}

.left-side-prod-form {
    margin-right: auto;

}

.prod-pagination .page-item.disabled {
    display: none;
}

.prod-pagination .active .page-link {
    color: #fff;
    background-color: #67BD45;
    border-color: #67BD45;
}

.prod-pagination .page-link {
    color: #999999;
    margin: 0;
    font-size: 1.25em;
}

.prod-pagination {
    margin-top: 50px;
}

.related-product-strore {

}

.product-store-heading h2 {
    font-size: 1.75em;
    margin-bottom: 30px;
    color: #242424;
    padding: 0;
    padding-top: 40px;
}

.checkout-selected-resturan-box {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 12px 10px;
}

.checkout-selected-resturan-box .resturant-details .star-rating p {
    padding: 0
}

.selectedMeal-box {
    padding: 16px 20px;
}

.edited-select-plan .checkout-selected-resturan-box .fa-chevron-left, .choose-plane-edit-label .checkout-selected-resturan-box .fa-chevron-left {
    color: #999;
    align-self: center;
}

.edited-select-plan .checkout-selected-resturan-boxm, .choose-plane-edit-label .checkout-selected-resturan-box {
    justify-content: space-between;
    cursor: pointer;
}
