header.header_area {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background-color: white;
    z-index: 1001;
}

.homepage-first-sect-image-first img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.homepage-first-image-second img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.homepage-first-image-second {
    height: 288px;
    border-radius: 12px;
    overflow: hidden;
}

.home-page-second-top {
    margin-bottom: 27px;
}

.home-page-second-bottom {
    position: relative;
}

.section.second-section-homepage-new .video-main-bgg {
    height: 40vh;
}

.section.second-section-homepage-new #vimeoWrap {
    height: 40vh;
}

.homepage-first-sect-image-first img {
    width: 100%;
    object-fit: cover;
}

.homepage-first-sect-image-first {
    height: 596px;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../image/homebanner.png);
    display: flex;
    padding: 0 62px;
}

section.first-section-homepage {
    position: relative;
    padding-bottom: 71px;
    padding-top: 43px;
}

.second-section-homepage-image {
    position: relative;
    border-radius: 24px;
    height: 385px;
    margin-top:70px
}

.whatsUpSection {
    position: absolute;
    bottom: 43px;
    right: 0;
}

.whatsUpSection a {
    display: flex;
    flex-direction: column;
}

.whatsIcon {
    width: 70px;
    height: 70px;
    display: flex;
    background-color: #67BD45;
    border-radius: 50%;
    justify-content: center;
    transition: all .3s;
    align-self: flex-end;
}

.whatsIcon i {
    color: white;
    align-self: center;
    transition: all .3s;
}

.whatsIcon:hover {
    background-color: white;
    transition: all .3s;
}

.whatsIcon:hover i {
    color: #67BD45;
    transition: all .3s;
}

.whatsUpText {
    background-color: white;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08), inset 0px 4px 12px rgba(0, 0, 0, 0.12);
    border-radius: 30px 30px 0px 30px;
    display: flex;
    justify-content: center;
    width: 150px;
    height: 55px;
    margin-right: 40px;
    margin-bottom: 14px;
    font-weight: 500;
    color: #212E44
}

.whatsUpText span {
    align-self: center;
}

.second-section-homepage-image:after {
    content: '';
    background-image: url(../image/dot.png);
    width: 140px;
    height: 120px;
    position: absolute;
    left: -8%;
    top: -8%;
    z-index: -1;
}

.second-section-homepage-image video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.second-section-homepage-content {
    background: #fbfbfb;
    padding: 42px 36px;
    border-radius: 15px;
    min-height: 350px;
    margin-left: -70px;
    padding-left: 80px;
}
.about-video-thumb{
    display:block;
    position:relative;
}
.about-video-thumb img{
    width:100%;
    border-radius:12px;
}
.about-video-thumb span{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:rgba(0,0,0,0.5);
    border-radius:50%;
    padding:24px;

}

section.choose-program-homepage {
    padding: 80px 0;
}

.choose-program-box-navm ul li {
    width: 21.33%;
    display: inline-block;
    text-align: center;
    margin-bottom: 25px;
}

.choose-program-box-navm .chooseProgramContent img {
    width: 95px;
    height: 95px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.choose-program-box-navm .chooseProgramContent p {
    padding: 1rem 0 0;
    font-weight: 500;
    margin: 0;
    position: relative;
    z-index: 1;
    color: #212529;
    text-align: center;
}


.chooseProgContainer {
    display: block;
}

.chooseProgContainer a:not(.col-sm-6) {
    width: 21%;
    display: inline-block;
    margin-right: 20px;
}

.signup-with {
    width: 78%;
}

.choose-program-box-navm h2 {
    padding-bottom: 25px;
    padding-top: 15px;
    font-weight: 700;
}

.choose-program-box-navm {
    background: #f5f5f5;
    padding: 40px;
    /* padding-right: 0; */
    border-radius: 15px;
}

.content-middle {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.chooseimage-pgrm {
    background: #ffffff;
    height: 200px;
    display: flex;
    border-radius: 20px;
    position: relative;
    transition: 0.5s ease;
    border: 2px solid #fff;
    justify-content: center;
    transition: 0.1s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

.chooseProgramContent {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chooseimage-pgrm:hover {
    border: 2px solid #67bd45;
    transition: 0.5s ease;
}

.chooseimage-pgrm:after {
    display: none;
    transition: 0.1s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    box-shadow: 1px 1px 14px 1px #67bd45;
    background: #58b135;
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: 0;
}

.chooseimage-pgrm:hover::after {
    height: 100%;
    width: 100%;
    transition: 0.1s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

.choose-program-home-social p {
    padding-bottom: 1.5rem;
}

.choose-program-home-social {
    padding: 0 16px
}

.choose-program-home-social h3 {
    padding-bottom: 7px;
    font-weight: 700;
}

.signup-with a {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    border-radius: 12px;
}

a.fb-login img {
    padding-right: 5px;
    width: 30px;
}

a.fb-login {
    background: #67bd45;
    color: #fff;
    border: 1px solid #67bd45;
}

a.fb-login:hover {
    background-color: white;
    color: #67bd45;
}

.signup-with a i {
    padding-right: 17px;
}

a.fb-google {
    background: #E45353;
    color: #fff;
    border: 1px solid #E45353;
}

a.fb-google:hover {
    background-color: white;
    color: #E45353;
}

a.fb-email img {
    padding-right: 5px;
    width: 30px;
}

a.fb-email {
    background: #F8952E;
    color: #fff;
    border: 1px solid #F8952E;
}

a.fb-email:hover {
    background-color: white;
    color: #F8952E
}

.signup-with p {
    padding-top: 2rem;
    text-align: center;
    position: relative;
}

section.choose-plan-section {
    padding-bottom: 80px;
    position: relative;
    padding-top: 80px;
}


.tipsTitleSec h6 {
    font-weight: 700;
}

.tipsTitleSec span {
    margin-bottom: 8px;
}

.tipsTitleSec {
    margin-bottom: 20px;
    color: white;
}

.tipsList li {
    margin-bottom: 20px;
}

.ask-with-image {
    height: 100%;
}

.ask-with-image img {
    width: 100%;
    height: 100%;
}

.ask-expert-form {
    background: #f5f5f5;
    padding: 5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.ask-expert-form h2 {
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 1rem;
    padding-top: 8px;
}

.form-group label {
    padding-bottom: 10px;
    color: #999999;
    font-weight: 400;
}




.form-group {
    margin-bottom: 1.5rem;
}

.submit-button button {
    width: 100%;
}

.submit-button .custom-btn {
    width: 100%;
}

.submit-button .custom-btn.custom-btn:hover {
    border: 1px solid #67bd45
}

section.testimonial-section {
    padding: 80px 0;
}

.testimonial-image img {
    width: 85%;
}

#testimonial .owl-dots {
    width: 100%;
    margin-top: -48px;
    text-align: center;
}

#testimonial {
    position: relative;
}

#testimonial .owl-dot {
    margin: 5px
}

#testimonial .owl-dot span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    opacity: .2;
    background: #FFFFFF;
}

#testimonial .owl-dot.active {
    display: inline-block;
}

#testimonial .owl-dot.active span {
    opacity: .9;
}

.testimonail-box p {
    color: #fff;
    padding-top: 1rem;
}

.testimonail-box {
    background: #67bd45;
    color: #fff;
    text-align: center;
    padding: 2.5rem;
    border-radius: 15px;
    padding-bottom: 58px;
}

.testimonial-content h2 img {
    width: 40px;
    margin-left: 15px;
}

.testimonial-content h2 {
    font-weight: 700;
    font-size: 35px;
    padding-bottom: 1rem;
}

.testimonail-box h5 {
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 24px;
}

.search-product-image {
    text-align: center;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none !important;
}

.accordion-item {
    background-color: #fff;
    border: 0;
}

.accordion-item {
    margin: 1rem 0 0rem;
}

.search-product-image img {
    width: 100%;
}

.accordion-header .accordion-button {
    background: #fff;
    font-weight: bold;
}
.accordion-header:hover .accordion-button {
    background-color: #67bd45;
    color: white;
}

.accordion-item {
    overflow: hidden;
}

.accordion-button {
    border: 1px solid #ddd !important;
    border-radius: 20px !important;
    transition: 0s !important;
}

.testimonial-content h2 {
    font-weight: 700;
    font-size: 35px;
    padding-bottom: 1rem;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #67bd45;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%) !important;
    border-radius: 20px 20px 0 0 !important;
    border-bottom: 0 !important;
    border: 1px solid #ddd;
    transition: 0s !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.faq-section-homepage {
    padding-bottom: 80px;
}

button.search-btn {
    border: 0;
    background: transparent;
    /* padding: 14px; */
    position: absolute;
    left: 13px;
    top: 17px;
    width: auto;
    z-index: 100;
}

button.search-btn i {
    color: #999999;
}

.searchbox input {
    border-right: 0;
    height: 50px;
    padding-left: 35px
}

.searchbox input::placeholder {
    background-color: transparent;
    width: auto;
}

ul.tabs {
    display: flex;
}

.tab-content.current {
    display: inherit;
}

.gallery-filter-box ul li {
    margin-bottom: 8px;
}

.filters.filter-button-group ul {
    margin-bottom: 2rem;
}

.programs-image-navm img {
    width: 100%;
}

.programs-image-navm {
    position: relative;
    transition: 0.5s ease;
}

.programs-conent p {
    color: #fff;
    font-size: 15px;
    transition: 0.5s ease;
}

.programs-conent h3 {
    color: #fff;
    transition: 0.5s ease;
    font-size: 1.5em;
    font-weight: 600;
}

.programs-conent .star-rating p i {
    color: #4caf50;
    font-weight: 900;
    font-size: 18px;
}

.programs-conent {
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 85%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.programs-main-box-nm {
    padding: 10px;
    background: #67bd4514;
    border-radius: 10px;
    transition: 0.5s ease;
    position: relative;
    margin-bottom: 40px;
}

.programs-main-box-nm:hover {
    background: #67bd45;
    transition: 0.5s ease;
}

.programs-main-box-nm:hover .star-rating {
    transition: 0.3s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    height: 30px;
}

.programs-conent .star-rating {
    transition: 0.3s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    height: 0;
    overflow: hidden;
}

.programs-image-navm:before {
    content: '';
    background: #00000048;
    position: absolute;
    width: 100%;
    transition: 0.5s ease;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: rgb(0 0 0 / 51%) 0px -87px 49px 17px inset;
    border-radius: 12px;
}

section.program-content-sectionn {
    padding-bottom: 80px;
    padding-top: 40px;
}

section.avilable-products-secton-body {
    padding-top: 0;
}

.badge-overlay {
    position: absolute;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 100;
    -webkit-transition: width 1s ease, height 1s ease;
    -moz-transition: width 1s ease, height 1s ease;
    -o-transition: width 1s ease, height 1s ease;
    transition: width 0.4s ease, height 0.4s ease
}

.badge {
    margin: 0;
    padding: 0;
    color: white;
    padding: 6px 6px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    background: #F8952E;
}

.badge::before,
.badge::after {
    content: '';
    position: absolute;
    top: 0;
    margin: 0 -1px;
    width: 100%;
    height: 100%;
    background: inherit;
    min-width: 55px
}

.badge::before {
    right: 100%
}

.badge::after {
    left: 100%
}

.top-left {
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform: translateX(-30%) translateY(0%) rotate(-45deg);
    -webkit-transform: translateX(-30%) translateY(0%) rotate(-45deg);
    transform: translateX(-30%) translateY(0%) rotate(-45deg);
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    z-index: 9999;
}

.detail-image-content-box {
    display: flex;
}

.detail-image {
    width: 275px;
    margin-right: 30px;
}

.detail-image img {
    width: 100%;
    border-radius: 16px;
}
.basic-information-box ul li:first-child{
    margin-top: 12px;
}
.basic-information-box ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 27px;
    position: relative;
    margin-left: 8px;
}

.basic-information-box ul li:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #212E44;
    position: absolute;
    left: -9px;
    top: 9px;
    content: '';
}

.basic-information-box ul li span {
    text-align: left;
    font-weight: 400;
}
.basic-information-box ul li:first-child  {
    font-weight: 700;
}
.basic-information-box ul li:first-child span {
    font-weight: 700;
}

.basic-information-box h2,
.about-expert h2 {
    font-size: 1rem;
    margin: 0;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 50px;
    background: #fff;
    position: absolute;
    top: -20px;
}

.expert {
    display: block;
    padding-bottom: 1rem;
}

.basic-information-box,
.about-expert {
    border: 1px solid #ddd;
    padding: 28px 33px;
    border-radius: 16px;
    margin-bottom: 2rem;
    position: relative;
    background-color: white;
    padding-bottom: 20px;
}

.expert img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.expert-img-rating{
    margin-top:20px
}

.expert-ct {
    width: 100%;
    align-self: center;
}

.expert-ct p i {
    font-weight: 900;
}

.expert-ct p {
    margin-bottom: 5px;
    padding: 5px 0 0 0;
}

.expert-ct h3 {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 14px;
}

.expertName-date {
    display: flex;
    justify-content: space-between;
}

.expertName-date span {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}

.expert p {
    color: #212E44;
    /* text-align: justify; */
}

.goal-and-other-content {
    padding-top: 32px;
}

.reviews-box {
    padding-top: 2.5rem;
}

.reviews-box p {
    color: #606161;
}
.min-blog-section ul {
    column-count: 2;
    column-gap: 15px;
}

.min-blog-section ul li img {
    width: 100%;
}

.blog-content ul {
    column-count: inherit;
    padding: 0;
}

#blog.owl-carousel button:hover {
    background-color: #67bd45 !important;
    color: white !important;
}

.min-blog-section ul li {
    margin-bottom: 1rem;
}

.blog-section-mainpage-section {
    padding-bottom: 80px;
    padding-top: 15px;
}

.searchbox-blog input {
    padding-left: 2.5rem;
}

.searchbox-blog button {
    color: #777;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.common-sidebox {
border:1px solid #dddddd;
    margin: 1.9rem 0;
    padding: 22px 34px;
    border-radius: 15px;
    background-color: white;
}

.common-sidebox h2 {
    font-size: 1.5em;
    padding-bottom: 20px;
    font-weight: 600;
    color: #242424;
    border-bottom: 1px solid #ddd;
}

.common-sidebox li a h3 {
    font-weight: 500;
    color: #242424
}

.common-sidebox li:hover a h3 {
    color: #67bd45
}

.common-sidebox p,
.common-sidebox li a p {
    font-size: 1em;
    color: #606161;
    margin-bottom: 4px;
}

.common-sidebox p.years-blog {
    color: #999999;
    font-size: .875em;
    font-weight: 300;
    margin-top: 5px;
}

.recent-blog ul li {
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
}

.recent-blog ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.categories-box ul li {
    border-bottom: 1px solid #ddd;
    padding: 18px 0;
}

.categories-box li a {
    color: #242424;
    width: 100%;
}

.categories-box li:hover a {
    color: #67bd45
}

.categories-box li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.categories-box ul li i {
    float: right;
    color: #999999
}

.blog-tags ul li {
    display: inline-block;
    margin: 10px 5px;
}

.blog-tags ul li a {
    border: 1px solid #999999;
    padding: 7px 10px;
    border-radius: 12px;
    color: #999999;
}

.blog-tags ul li a:hover {
    border: 1px solid #67bd45;
    color: #67bd45
}

.blog-tags ul {
    padding-top: 15px
}

.blog-detail-content img {
    width: 100%;
    border-radius: 15px;
    padding-bottom: 1.5rem;
}

.blog-detail-content h2 {
    font-size: 2em;
    font-weight: 600;
    padding-bottom: 20px;
}

.details-content-para h4 {
    font-size: 1.5em;
    font-weight: 500;
    color: #606161;
    margin-bottom: 8px;
}

.blog-detail-content p {
    font-weight: 400;
    color: #221e1e;
    margin-bottom: 30px;
}

.previous-next {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    background: white;
    border: 1px solid #DDDDDD;
    margin-top: 30px;
    border-radius: 10px;
}

.blog-sectionBorder {
    padding-top: 46px;
    border-top: 1px solid #DDDDDD
}

.related-blog-section {
    padding-bottom: 80px;
}

.related-blog-section h6 {
    font-size: 1.75em;
    font-weight: 700;
    color: #242424;
    margin-bottom: 40px;
}

.previous-next a {
    color: #606161;
    font-weight: 400;
}

.previous-next a i {
    font-size: 12px;
    margin: 0 10px;
}

.previous-next a:hover {
    color: #67bd45
}

.blog-image img {
    width: 100%;
}

.product-main-box-nm {
    position: relative;
    border-radius: 15px;
    margin-bottom: 1rem ;
    background-color: white;
    border: 1px solid #DDDDDD;
    min-height: 560px;
}

.product-main-box-nm:hover {
    border: 1px solid #67bd45
}

.product-items-box ul {
    column-count: 4;
    column-gap: 20px;
}

.avialble-top-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.avialble-top-section .heading-title-subpage {
    margin-bottom: 0;
}


.skip-availble-btn {
    align-self: flex-end;
    text-decoration: underline;
    color: #ef902c;
    font-weight: 600;
}

.skip-availble-btn:hover {
    color: #67bd45
}

.product-conent {
    padding: 1rem  16px}

.product-conent h3 {
    
    font-weight: 600;
    margin-bottom: 10px;
}


.star-rating p i {
    color: #F2C94C;
    font-weight: 900;
}

.star-rating p i.nonrate {
    color: #DDDDDD;
}

.product-details-top-section {
    padding-bottom: 16px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 16px;
}

.product-details-top-section p {
    margin-bottom: 0;
}

.product-details-top-section .star-rating span {
    color: #606161;
    margin-left: 16px;
}

.product-conent .product-price {
    color: #67bd45;
    font-weight: 500;
    margin: 0;
}
.product-conent .product-name {
    line-height: 1.5;
}

.product-conent {
    text-align: center;
}

.product-items-box ul li a {
    color: #363636;
    text-decoration: none;
    white-space: nowrap;
}

.product-image-navm img {
    width: 100%;
}

button.whishlist-button {
    border-radius: 5px;
    border: 0;
    padding: 14px;
    width: 50px;
    background: #ffffff;
    transition: 0.5s ease;
    box-shadow: 1px 1px 15px 1px rgba(36, 36, 36, 0.08);
}

.bottom-buttons .custom-btn {
    width: 220px;
    display: flex;
    color: white;
}

.bottom-buttons .custom-btn:hover {
    color: #67bd45
}

button.whishlist-button:hover {
    background: #242424;
    color: #fff;
}

.product-items-box button.whishlist-button {
    padding: 0
}

.bottom-buttons ul {
    display: flex;
    justify-content: space-between;
}

.product-items-box .bottom-buttons ul ul li {
    margin: 0rem 0;
}

.product-items-box ul li {
    display: inline-block;
}

.bottom-buttons li .custom-btn {
    width: 100%;
    padding: 14px 0px;
}

.product-filtes-showimg {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
}

.product-filtes-showimg {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

.showigtext-result p {
    margin: 0;
    padding: 10px;
}

.product-main-box-nm a {
    color: #242424;
    text-decoration: none;
}

.preview-heading {
    padding: 25px 0px;
    border-top: 1px solid #ddd;
}

.dividSection {
    margin: 35px 0;
    border-top: 1px solid #DDDDDD
}

.preview-heading h2,
.customer-review-title {
    font-size: 1.75em;
    color: #242424;
    font-weight: 700;
}

.product-preview-discription ul {
    padding-left: 20px;
    margin-bottom: 30px;
}

.product-preview-discription ul li {
    position: relative;
    margin-bottom: 10px;
}

.product-preview-discription ul li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #242424;
    top: 10px;
    left: -15px
}

.product-preview-discription h4 {
    
    color: #242424;
    font-weight: 600;
    margin-bottom: 15px;
}

.customer-review-title {
    margin-bottom: 30px;
}

.customer-review-title a {
    font-size: 14px;
    font-weight: 400;
    color: #67BD45;
    margin-left: 5px;
}

.customer-review-title a:hover {
    color: #ef902c
}

.custom-review-section ul,
.custom-review-section li {
    padding: 0;
    margin: 0;
}

.reviewlistt {
    margin-bottom: 20px;
}

.custom-review-section li {
    margin-bottom: 20px;
}

.customer-review-progress {
    display: flex;
}

.customer-review-progress .progress {
    margin: 0 20px;
    border-radius: 8px;
    overflow: hidden;
    height: 12px;
    width: 230px;
    align-self: center;
}

.customer-review-progress span {
    width: 70px;
}

.customer-review-progress span,
.customer-review-progress p {
    color: #606161;
}

.customer-review-progress p {
    margin: 0
}

.customer-review-progress .progress-bar {
    background-color: #67BD45;
    transition: all .5s;
    border-radius: 8px;
    overflow: hidden;
}

.custom-review-section .customer-review-rating p span.custom-ratingNum {
    font-size: 3.25em;
    color: #242424;
    font-weight: 600;
}

.customer-review-rating {
    margin-bottom: 20px;
}

.custom-review-section .customer-review-rating p i {
    font-size: 25px;
}

.custom-review-section .customer-review-rating p span {
    color: #606161;
    margin-left: 10px;
}

.custom-review-section {
    padding-top: 0
}

.supliment-fact-box h4 {
    
    color: #242424;
    font-weight: 600;
    margin-bottom: 20px;
}

.supliment-fact-box p strong {
    text-align: left;
    width: 35%;
    color: #242424;
    font-weight: 500;
}

.supliment-fact-box p {
    width: 80%;
    display: flex;
    justify-content: space-between;
    text-align: left;
    color: #606161;
    
}

.supliment-fact-box .dividSection {
    margin: 20px 0
}

.supliment-fact-box table th {
    color: #606161;
    font-size: 1em;
    font-weight: 400;
}

.supliment-fact-box table td {
    color: #242424;
    font-size: 1em;
    font-weight: 500
}

section.cart-section-main-navm {
    padding-bottom: 80px;
}

.cart-productt p {
    padding: 5px 10px;
    margin: 0;
    color: #242424;
    align-self: center;
}

.cart-productt img {
    width: 51px;
    border-radius: 5px;
    height: 45px;
    object-fit: cover;
}

.cart-productt {
    display: flex;
}

.cart-content-box-nm td {
    padding: 15px 0;
    vertical-align: middle;
    
    font-weight: 500;
}

.cart-content-box-nm .table>:not(:first-child) {
    border-top: 1px solid currentColor;
    border-color: #ddd;
}

a.cartaction {
    color: #afacac;
    text-decoration: none;
    font-weight: 400;
    float: right;
}

.cart-content-box-nm thead th {
    padding-left: 0;
    font-size: 1em;
    font-weight: 400;
    color: #606161
}

.cart-content-box-nm thead th:last-child {
    float: right;
}

.table tr:last-child td {
    border-bottom: 0;
}

.cart-table.table tr td {
    border-bottom: 1px solid #DDDDDD;
}
.cart-table.table tr:last-child td{
    border-bottom: 0;
}
.cart-content-box-nm {
    background-color: white;
    padding: 28px;
    border-radius: 12px;
    border: 1px solid #dddddd
}

.total-coupa-div input {
    width: 450px !important;
}

.total-coupa-div button {
    width: 220px;
}

.total-coupa-div {
    display: flex;
    justify-content: space-between;
}

.total-coupa-div p {
    font-weight: 500;
    font-size: 1.3em;
    margin: 0;
    align-self: center;
}

.total-coupa-div .input-group input {
    height: 55px;
}

.total-coupa-div .input-group {
    position: relative;
    height: 55px;
}

.total-coupa-div .custom-btn {
    width: 200px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 12px !important;
    height: 100%;
    z-index: 999;
}

.total-coupa-div form {
    width: 62%;
}

.cart-sidebar {
    padding: 22px;
    border-radius: 12px;
    background-color: white;
    border: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.cart-sidebar button {
    width: 100%;
}

.cart-sidebar ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 23px 0;
    border-top: 1px solid #ddd;
    
    font-weight: 400;
}

.cart-sidebar ul li strong {
    font-weight: 600;
}

.cart-sidebar ul li:nth-child(1) {
    border-top:0
}

.cart-sidebar ul li span {
    text-align: right;
}

.cart-sidebar h3 {
    padding-bottom: 15px;
    font-weight: 650;
    border-bottom: 1px solid #DDDDDD;
}

.checkout-section-main-navm {
    padding: 30px 0 80px 0;
}

.checkout-coupan-box {
    padding: 1.5rem;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    background-color: white;
}

.checkout-box-form {
    padding: 1.5rem;
    border-radius: 12px;
    background-color: white;
    border: 1px solid #DDDDDD
}

.checkout-box-form p {
    color: #606161;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

.payment-button button {
    width: 100%;
}

.item-in-cart-count li a .cart-priceitem {
    padding: 10px 0;
    color: #242424;
    
    font-weight: 600;
}

.item-in-cart-count ul li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.item-in-cart-count {
    padding: 1.5rem;
    border-radius: 12px;
    background-color: white;
    border: 1px solid #DDDDDD;
}

.item-in-cart-count a .cart-productt p span {
    color: #242424;
    font-weight: 500;
    font-size: 1em;
}

.item-in-cart-count a .cart-productt p {
    padding: 0 10px;
    margin: 0;
    color: #242424;
}

.cart-productt p strong {
    
    font-weight: 500;
}

.item-in-cart-count ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #ddd;
}

.item-in-cart-count ul li:nth-child(1) {
    border-top-color: #65ba44;
}

.item-in-cart-count .cart-productt img {
    width: 80px;
    border-radius: 5px;
    height: 60px;
    object-fit: cover;
}

.item-in-cart-count ul {
    margin-bottom: 0;
}

.item-in-cart-count h3 {
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 650;
}

.checkout-box-form h3 {
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 650;
}

.form-group label sup {
    color: #ff0000;
    font-size: 16px;
    padding-block: 0;
    margin: 0;
    top: 0;
}

section.faq-page-mainsection-navm {
    padding: 10px 0 80px 0;
}

.faq-page-mainsection-navm .accordion-item {
    background-color: transparent;
}
.expert-faqs .accordion-item {
    background-color: transparent;
}

.accordion-collapse {
    border: 1px solid #ddd;
    border-radius: 0 0 20px 20px !important;
}

.from-group label {
    margin-bottom: 7px;
}

button#btnToggle {
    background: transparent;
    border: 0;
    position: absolute;
    right: 15px;
    top: 18px;
    height: 100%;
    z-index: 100;
}

.create-acc a {
    text-decoration: none;
    color: #67bd45;
    font-weight: 550;
}

a.continue-guest {
    color: #f8952e;
}

.left-form-boxmian h1 {
    font-size: 2em;
    font-weight: 500;
    font-style: normal;
}

.left-form-boxmian p {
    font-size: 20px;
    color: #242424;
    line-height: 0px;
    margin-top: 40px;
}

.create-acc p {
    font-style: normal;
    font-weight: 400;
    text-align: center;
    color: #999999;
}

.from-group {
    margin-bottom: 1.5rem;
}

.from-group label {
    display: block;
    width: 100%;
    font-weight: 400;
    
    margin-bottom: 12px;
    color: #999999;
}

.login-signup-mainbox {
    display: flex;
    justify-content: space-between;
	box-shadow: 0px 4px 20px 0px #24242414;
    border-radius: 20px;
    overflow: hidden;
}

.login-signup-mainbox .login-with {
    width: 100%;
}

.login-signup-mainbox .login-with li a {
    width: 60px;
    display: block;
}

.login-signup-mainbox .login-with li a img {
    width: 100%;
}

.right-form-boxmian {
    width: 50%;
    padding: 4rem 4rem 2rem 4rem;
    text-align: left;
}

.left-form-boxmian img {
    width: 100%;
}

.left-form-boxmian {
    width: 50%;
    background: #F0F8EC;
    text-align: center;
    padding: 4rem 1rem;
    display: flex;
    padding-bottom: 25px;
    flex-direction: column;
}

.login-with ul li {
    display: inline-block;
}

.from-group a {
    text-decoration: none;
    color: #242424;
    width: 100%;
    text-align: right;
    padding: 7px 0 0;
}

.forget-pass-group {
    margin-bottom: 0;
}

.forgetPassLink {
    text-decoration: none;
    color: #242424;
    width: 100%;
    text-align: right;
    padding: 7px 0 0;
    display: block;
    margin-bottom: 15px;
}

.forgetPassLink:hover {
    color: #ef902c
}

p.or-text {
    text-align: center;
    position: relative;
    max-width: 500px;
    margin: auto;
    text-align: center;
    
    color: #606161;
    background-color: white;
    padding: 45px 0;
}

p.or-text:after {
    width: 39%;
    border: 0.5px solid #EDEDF4;
    content: "";
    top: 50%;
    position: absolute;
    right: -12px;
}

p.or-text:before {
    width: 39%;
    border: 0.5px solid #EDEDF4;
    content: "";
    top: 50%;
    left: -12px;
    position: absolute;
}

.button-box button {
    width: 100%;
}

.login-with {
    text-align: center;
}

.form-control:focus {
    color: #475F7B;
    background-color: #FFF;
    border-color: #67bd45;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgb(103 189 69 / 11%);
}


.signup-navm .create-acc {
    padding-top: 7rem;
}

.signup-navm img {
    position: relative;
    top: 2rem;
    width: 100%;
  	z-index: 10;
}

.guest-box p {
    padding: 1rem 0;
}

.right-form-boxmian.signup-right {
    padding: 2rem 4rem 0;
}

.right-form-boxmian .form-control::placeholder {
    
    font-weight: 400;
    color: #242424;
}

.guest-box h3 {
    display: flex;
    justify-content: space-between;
    font-size: 25px;
    font-weight: 550;
}

.forgot-passwordd .right-form-boxmian {
    padding: 4rem 2rem;
}

.forgot-passwordd .right-form-boxmian p {
    font-size: 14px;
    margin-bottom: 70px;
}

.forgot-passwordd button.btn-close {
    position: absolute;
    right: 20px;
    top: 15px;
}

.hide {
    display: none;
    transition: all .5s;
}

.show {
    display: block;
    transition: all .5s;
}

.calories-4 p {
    display: flex;
    justify-content: space-between;
    border: 1px solid #f0f0f0;
    padding: 15px 20px;
    border-radius: 50px;
    Font-family: Poppins;
    Font-style: Regular;
    Font-size: 20px;
    Line-height: 30px;
    Line-height: 100%;
    Vertical-align: Top;
}

.calories-4 p span img {
    padding-right: 10px;
    width: 35px;
}

.calories-4 p span a {
    margin-right: 15px;
    text-decoration: none;
    color: #777
}

.one-day-sideBox .calories-4 p span a {
    color: #999999;
}

.one-day-sideBox .calories-4 span {
    color: #999999;
}

.steps-progress .steps-list .steps-item {
    position: relative;
}

.steps-progress .steps-list .steps-item:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #DDDDDD;
    display: inline-block;
    transition: all 255ms ease-in-out;
}

.steps-progress .steps-list .steps-item:after {
    content: "";
    position: absolute;
    top: 4px;
    left: -6px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
    box-shadow: inset 0px 0px 0px 6px #64b843;
}

.steps-progress .steps-list .steps-item:not(:last-child) {
    padding-bottom: 2rem;
}

.steps-progress .steps-list .steps-item:nth-last-child(1):before {
    height: 0;
}

.steps-progress .steps-list .steps-item .location {
    margin-top: 0.2rem;
}

.steps-progress .steps-list .steps-item .periode {
    margin-top: 1rem;
    font-size: 0.8rem;
}

.select-meal-program-mainbox {
    padding: 1.5rem;
    border-radius: 12px;
    background-color: white;
    border: 1px solid #DDDDDD
}

.select-meal-program-mainbox ul li {
    margin-right: 10px;
}

.choose-Program-list li {
    width: 14%;
}

.choose-Program-list{
    justify-content: space-between;
}

.meal-line {
    padding-left: 1.5rem;
}

h3.head a {
    margin-right: 15px;
    text-decoration: none;
    color: #777;
    font-size: 16px;
}

h3.head {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
}

h3.head small {
    color: #777;
    font-weight: 300;
}

ul.mealsmenu li {
    display: flex;
    justify-content: space-between;
    border: 1px solid #f0f0f0;
    padding: 1rem;
    border-radius: 20px;
    margin-bottom: 10px;
    position: relative;
}

.steps-progress {
    padding-top: 1rem;
}

section.program-oneday-main-section {
    padding: 20px 0 100px 0;
}

ul.mealsmenu .cart-productt img {
    width: 70px;
    border-radius: 5px;
    height: 56px;
    object-fit: cover;
}

.cart-priceitem span a {
    margin-right: 15px;
    text-decoration: none;
    color: #777;
    font-size: 16px;
}

.menu-action {
    top: 3rem;
    border-radius: 5px;
    width: 275px;
    position: absolute;
    right: 1rem;
    background: #f6f6f6;
    z-index: 1;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: none;
    transition: 0.5s all;
}

.activeinfo {
    display: block !important;
}

.menu-action:after {
    content: '';
    background: #f6f6f6;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -12px;
    right: 1rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: 111;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.menu-action ul li {
    padding: 10px 1rem;
    border: 0;
    margin: 0;
    display: block;
    border-radius: 0;
    border:1px solid transparent
}

.menu-action ul li span {
    border-radius: 7px;
    border: 1px solid #c2bbbb;
    width: 65px;
    display: inline-block;
    text-align: center;
    padding: 5px;
    margin-top: 7px;
}

.menu-action ul li span i {
    padding-right: 0;
}

.menu-action ul li i {
    padding-right: 15px;
}

.menu-action ul li:last-child {
    border-top: 1px solid #ccc;
}

.choosethe-program-mainbox input[type="checkbox"][id^="myCheckbox"] {
    display: none;
}

.choose-program-side-box h3 {
    font-size: 1.875em;
    font-weight: 600;
    margin-bottom: 12px;
}

.choose-program-side-box p {
    
    font-weight: 400;
    color: #999999;
    margin-bottom: 50px;
}

.choose-program-side-box li {
    margin-bottom: 20px;
}

.choose-program-side-box label.choosePlaneLabel {
    background-color: white;
    border: 1px solid #DDDDDD
}

.choose-program-side-box label:hover {
    border: 1px solid #67BD45
}

.meal-choose-check .cart-productt .chooseProduct-cart-product-details p {
    padding: 0;
}

.meal-choose-check .cart-productt .chooseProduct-cart-product-details span {
    
    color: #999999;
    font-weight: 600;
    display: block;
    text-align: left;
}

.chooseProduct-cart-product-details {
    padding: 0 10px;
    ;
    text-align: left;
}

.choosethe-program-mainbox label.choosePlaneLabel {
    border: 1px solid #e9e5e5;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
    text-align: center;
    border-radius: 7px;
}

.choosethe-program-mainbox label.choosePlaneLabel:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    z-index: 11;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.choosethe-program-mainbox :checked+label.choosePlaneLabel {
    border-color: #67bd45;
}

.choosethe-program-mainbox :checked+label.choosePlaneLabel::before {
    content: "✓";
    background-color: #67bd45;
    transform: scale(1);
}

.choose-program-side-box label.choosePlaneLabel::before {
    display: none;
}

.meal-choose-check .cart-productt img {
    width: 65px;
    border-radius: 5px;
    height: 65px;
    object-fit: cover;
}

.steps-progress .cart-productt span {
    color: #999999;
    font-size: 1em;
}

.meal-choose-check a.menuinfo img {
    width: 20px;
    height: 20px;
}

.meal-choose-check {
    display: flex;
    justify-content: space-between;
}

.choosethe-program-mainbox {
    width: 65%;
    margin: 0 auto;
}

.choose-priceitem h5 {
    color: #f8952e;
}

.choose-priceitem {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.choose-priceitem h6 {
    color: #777;
}

.meal-choose-check .cart-productt p {
    padding: 20px;
    margin: 0;
    color: #242424;
}

.subscribe-btnn a {
    width: 100%;
}

.subscribe-btnn {
    width: 100%;
    display: flex;
    margin-top: 3rem;
    text-align: center;
}

a.see_all {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-top: 2rem;
    color: #67bd45;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.start-programm input[type="checkbox"][id^="myCheckbox"] {
    display: none;
}

.choose-Program-list {
    display: flex;
}

.programForm {
    margin-top: 70px
}

.start-prog-menu {
    display: flex;
    justify-content: space-around;
}

.start-programm label {
    border: 1px solid #e9e5e5;
    padding: 10px;
    display: block;
    position: relative;
    cursor: pointer;
    text-align: center;
    border-radius: 12px;
    background: #f1f1f1;
    height: 169px;
    width: 250px;
    max-width: 300px;
    overflow: hidden;
}

.setting-main .start-programm label {
    background-color: #FBFBFB;
    border: 1px solid transparent;
}

.start-programm label:hover {
    background-color: white;
    border: 1px solid #67bd45
}

.start-choose-title {
    
    margin-bottom: 20px;
    font-weight: 500;
}

.start-programs-form-fileds-navm .form-group a {
    text-decoration: underline;
    
    font-weight: 400;
}

.calculateCalBox span {
    position: absolute;
    right: 0;
    top: 30px
}

.chooseimage-pgrm-start img {
    width: 125px;
    height: 125px;
    object-fit: contain;
    padding: 1.5rem;
}

.setting-main .chooseimage-pgrm-start img {
    max-width: 60px;
    height: 85px;
    padding: 0;
    margin-bottom: 16px;
}

.incDecBtnGroup P {
    position: absolute;
    right: 35px;
    top: 32%;
    font-size: .8rem;
    color: #999999;
    margin: 0;
    padding: 0 !important;
}

.start-programm label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    z-index: 11;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.start-programm :checked+label {
    border-color: #67bd45;
    background: #ffffff;
}

.start-programm :checked+label::before {
    content: "✓";
    background-color: #67bd45;
    transform: scale(1);
}

.start-programm {
    padding: 3.5rem;
}

.start-programm .heading-title-subpage h2 {
    text-align: center;
}

.start-programm ul {
    margin: 0;
}

section.start-your-program-section {
    padding: 20px 0 100px 0;
}

.start-program-check input[type="checkbox"][id^="myCheckbox"] {
    display: none;
}

.start-program-check .radioGender {
    display: none;
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.incDecBtnGroup span {
    outline: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 5%;
    z-index: 2;
    display: block;
}

.incDecBtnGroup span.incBtn {
    top: 0%;
}

.incDecBtnGroup span.mealslabel-text {
    left: 40px;
    right: auto;
    top: 28%;
}

.incDecBtnGroup span i {
    color: #f8952e;
    font-size: 15px;
}

.incDecBtnGroup span.DecBtn {
    top: auto;
    bottom: 5%;
}

.about-text-border {
    border-top: 1px solid #F1F1F1;
    padding-top: 30px
}

.incDecBtnGroup {
    position: relative;
}

.incDecBtn i {
    color: #ef902c
}

.start-program-check label {
    border: 1px solid #e9e5e5;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
    text-align: center;
    border-radius: 7px;
}

.start-program-check label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    z-index: 11;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.start-program-check :checked+label {
    border-color: #67bd45;
}

.chooseimage-pgrm-start {
    opacity: 0.5;
}

.start-program-check :checked+label .chooseimage-pgrm-start p,
.start-program-check :checked+label .chooseimage-pgrm-start i {
    color: #212E44
}

.start-program-check :checked+.chooseimage-pgrm-start {
    opacity: 1;
}

.accordionWrapper {
    border-radius: 5px;
    box-sizing: border-box;
    margin: 10px auto;
}

.accordionItem {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.accordionItemHeading {
    cursor: pointer;
    margin: 0px 0px 10px 0px;
    padding: 20px;
    font-size: 22px;
    font-weight: 400;
    background: #fff;
    color: #363636;
    border: 1px solid #ddd;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.accordionItemHeading span {
    float: right;
    font-size: 22px;
}

.open .accordionItemContent {
    padding: 20px;
    border: 1px solid #ddd;
    width: 100%;
    margin: 0px 0px 10px 0px;
    display: block;
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}

.accordionItemContent {
    display: none;
}

.accordionItemContent.active {
    display: block;
}

.open .accordionItemHeading {
    margin: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #363636;
    font-size: 16px;
}

.products-cat ul {
    margin: 0;
}

.products-cat ul li {
    display: inline-block;
    width: 50%;
    line-height: 45px;
    position: relative;
}

.products-cat ul li label {
    position: relative;
    font-size: 1em;
    font-weight: 400;
    color: #212E44;
}

.products-cat ul li input {
    width: 20px;
    height: 20px;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
    left: 7px;
    top: 8px;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.category-question-request .styled-checkbox+label:before {
    vertical-align: unset !important;
}
.styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: white;
    border: 1px solid #ddd;
}

.styled-checkbox:checked+label:before {
    background: #67bd45;
    border-color: #67bd45;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 10px;
    top: 6px !important;
}

.styled-checkboxx {
    position: absolute;
    opacity: 0;
    left: 7px;
    top: 8px;
}

.styled-checkboxx+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.category-question-request .styled-checkboxx+label:before {
    vertical-align: unset !important;
}
.styled-checkboxx+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: white;
    border: 1px solid #ddd;
}

.styled-checkboxx:checked+label:before {
    background: #67bd45;
    border-color: #67bd45;
}

.styled-checkboxx:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkboxx:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkboxx:checked+label:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 10px;
    top: 6px !important;
}

  
.basic-information-box ul li:before {
	display: none;
}
.generat-btn button {
    width: 200px;
}

.generat-btn {
    text-align: center;
    margin-top: 2rem;
}

.form-group a:not(.termsConditions) {
    float: right;
    color: #ef902c;
    font-weight: 550;
    margin-top: 5px;
}

.chooseimage-pgrm-start p {
    padding: 0;
    margin: 0;
    color: #212529;
    font-weight: 500;
}

.start-program-check .chooseimage-pgrm-start p {
    color: #999999;
    font-size: 1em;
    font-weight: 400;
}

.start-program-check .chooseimage-pgrm-start i {
    font-size: 22px;
}

div#calories_calculator h3 {
    padding-bottom: 1.2rem;
}

.generat-btn-NM button {
    width: 100%;
}

.generat-btn-NM {
    text-align: center;
    margin-top: 1rem;
}

.getstartedmodal h3 {
    display: flex;
    justify-content: space-between;
}

.getstartedmodal .signup-with {
    width: 100%;
}

.checkout-summry ul li span {
    float: right;
}

.checkout-summry ul li {
    width: 100%;
    border: 1px solid #ddd;
    padding: 1rem;
}

.signupnow-modal {
    text-align: right;
}

.signupnow-modal-image {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.signupnow-modal-image img {
    width: 100%;
    height: 100%;
}

.signupnow-modal-content {
    margin-top: 50px;
    text-align: center;
}

.signupnow-modal-content .comman-btn-section {
    margin-top: 50px;
}

.signupnow-modal-content .comman-btn-section .custom-btn {
    display: block;
    width: 100%;
}

.signupnow-modal-content h2 {
    color: #242424;
    font-weight: 600;
    font-size: 28px;
    line-height: 22px;
    margin-bottom: 20px;
}

.signupnow-modal-content p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.signupnow-modal-content p span {
    font-weight: 600;
}

.notsuitable-modal-content h2 {
    color: #242424;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
}

.generateprogram-modal h3 {
    color: #242424;
    font-weight: 600;
    font-size: 30px;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.generateprogram-modal form label {
    color: #999999;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.generateprogram-modal form .input-group {
    border: 0;
    border-radius: 0;
}

.generateprogram-modal form .input-group input {
    border-right: 0;
    border-radius: 12px 0 0 12px;
}

.generateprogram-modal form input {
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 44px;
}

.generateprogram-modal form select {
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    height: auto;
    padding-left: 19px;
    color: #242424;
    font-weight: 400;
    font-size: 18px;
}

.generateprogram-modal form .input-group .input-group-text {
    background: transparent;
    border-top: 1px solid #DDDDDD;
    border-radius: 0 12px 12px 0;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 0;
    font-weight: 400;
    color: #999999;
    font-size: 20px;
    line-height: 44px;
    height: 44px;
}

.generateprogram-modal form input:focus {
    color: #242424;
    box-shadow: 0 0 0 transparent;
    border-color: #dddddd;
}

.generateprogram-modal form select:focus {
    color: #242424;
    box-shadow: 0 0 0 transparent;
    border-color: #dddddd;
}

.notsure {
    color: #F2994A;
    font-weight: 400;
    font-size: 18px;
    line-height: 44px;
    float: right;
}

.notsure:hover {
    color: #F2994A !important;
}

.generateprogram-modal form input::placeholder {
    color: #242424;
    font-weight: 400;
    font-size: 18px;
    line-height: 44px;
}

.generateprogram-modal form select option {
    color: #242424;
    font-weight: 400;
    font-size: 18px;
    line-height: 44px;
}

.generateprogram-modal form .custom-btn {
    width: 100%;
}

.form-inner {
    margin: 10px 0;
    position: relative;
}

.calculateimage {
    opacity: 1;
    background-position: center center;
    display: inline-block;
    background: transparent;
    border: 1px solid #DDDDDD;
    height: 100px;
    width: 200px;
    border-radius: 12px;
    text-align: center;
    padding: 20px 0;
}

.calculateimage i {
    font-size: 32px;
    color: #999999;
}

.calculateimage p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #606161;
}

.radio-img>input {
    display: none;
}

.radio-img>.calculateimage {
    cursor: pointer;
}

.radio-img>input:checked+.calculateimage {
    border: 3px solid #67BD45;
}

.radio-img>input:checked+.calculateimage i {
    color: #242424;
}

.radio-img>input:checked+.calculateimage p {
    color: #242424;
    font-weight: 600;
}

.calculate-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calculate-subhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calculate-subhead h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 60px;
    color: #242424;
    margin: 0;
    margin-right: 10px;
}

.generateprogram-modal form hr {
    background: #ddd;
}

.calculate-img {
    margin: 20px auto;
    width: 280px;
}

.calculate-img img {
    width: 100%;
    height: 100%;
}

.calculate-result {
    text-align: center;
    margin: 10px 0;
}

.calculate-result p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #999;
}

.calculate-result h5 {
    font-weight: 700;
    font-size: 28px;
    line-height: 22px;
    color: #242424;
}

.calculate-result h5 span {
    color: #F8952E;
}

.calculate-subhead a {
    color: #242424;
}

.calculate-btn a {
    color: #F8952E;
}

.choosethe-program-mainbox.slect-plan .select-productt p {
    font-weight: 600;
    font-size: 20px;
    line-height: 44px;
    color: #212E44;
    text-align: left;
    margin: 0;
}

.choosethe-program-mainbox.slect-plan .select-productt {
    text-align: left;
}

.choosethe-program-mainbox.slect-plan .select-productt h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #242424;
    background-color: #FEF4EA;
    display: inline-block;
    padding: 4px;
    text-align: left;
    margin-bottom: 12px;
}

.select-productt h6 span {
    font-size: 1em;
    font-weight: 500;
    color: #606161
}

.select-productt h5 {
    font-size: 1em;
    font-weight: 500;
}

.select-productt h5 span {
    color: #606161;
}

.choosethe-program-mainbox.slect-plan li {
    position: relative;
    margin-bottom: 25px;
}

.choosethe-program-mainbox.slect-plan .meal-choose-check {
    align-items: center;
}

.choosethe-program-mainbox.slect-plan .select-priceitem h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #F8952E;
}

.choosethe-program-mainbox.slect-plan .select-priceitem h5 span {
    font-weight: 400;
    font-size: .875em;
    color: #606161;
}

.choosethe-program-mainbox.slect-plan label {
    padding: 15px;
}

.choosethe-program-mainbox.slect-plan input[type="radio"][id^="selectplan"] {
    display: none;
}

.reccomand-part {
    background-image: url(../image/recommandedbatch.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 36px;
    width: 168px;
    top: -15%;
    z-index: 1;
    left: 30px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.reccomand-part p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
}

.calendly-modal-content {
    text-align: center;
}

.calendly-modal-content h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #242424;
}

.calendly-modal-content p {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #242424;
}

.calendly-modal-content .comman-btn-section1 .custom-btn:nth-child(2) {
    background: transparent;
    color: #67bd45;
}

.show-Category {
    position: relative;
}

.mealtooltip {
    position: absolute;
    left: 600px;
    width: 300px;
    text-transform: capitalize;
    background-color: #000;
    border-radius: 12px;
    padding: 15px;
    display: none;
    top: 0;
    transform: translateY(-50%);
    z-index: 999;
}

.mealtooltip::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -9px;
    border: 10px solid #000;
    border-radius: 2px;
    transform: rotate(45deg);
}

.show-Category:hover .mealtooltip {
    display: block;
}

.details-ingredients .details-ingredients-inner .mealtooltip {
    left: unset;
    right: -320px;
}

.details-ingredients .details-ingredients-inner:hover .mealtooltip {
    display: block;
}

.meal-name h6 {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}

.meal-name p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}

.mealtooltip hr {
    background-color: #fff;
}

.meal-info p {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}

.meal-info h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
}

.meal-info h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
}

.meal-ingredient h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
}

h4.carb {
    color: #F8952E !important;
}

h4.fat {
    color: #52C0BC !important;
}

h4.protein {
    color: #976FE8 !important;
}

.modal-html .modal-links a {
    margin: 10px 0;
}

.details-head h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 60px;
}

.details-image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.details-image-left {
    width: 350px;
}

.details-image-left img {
    width: 100%;
}

.details-image-right ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.details-image-right ul li i {
    color: #999999;
}

.details-image-right ul li p {
    font-weight: 500;
    font-size: 18px;
    line-height: 50px;
    color: #999999;
    margin: 0;
    padding-left: 10px;
    width: 100%;
}

.recipe-scale form {
    display: flex;
    align-items: center;
}

.recipe-scale form select {
    width: auto;
    margin-left: 20px;
    border: 1px solid #ddd;
}

.recipe-scale form select:focus {
    box-shadow: 0 0 0 transparent;
    border: 1px solid #ddd;
}

.recipe-scale form select label {
    margin: 0;
}

.recipe-scale form label {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    color: #606161;
}

.details-ingredients ul li {
    list-style: none;
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    margin-bottom: 10px;
    position: relative;
}

.details-ingredients ul li:hover .mealtooltip {
    visibility: visible;
}

.details-ingredients ul {
    padding: 0;
}

.details-ingredients-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.details-ingredients-inner-left {
    display: flex;
    justify-content: space-between;
}

.details-ingredients-inner-left img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 9px;
}

.details-name h5 {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #242424;
}

.details-name p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #999999;
}

.details-name {
    margin: 0 10px;
}

.details-ingredients {
    margin-top: 20px;
}

.details-ingredients-inner-right .custom-btn {
    background: transparent;
    color: #67bd45;
}

.deatils-prepare h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #242424;
}

.deatils-prepare p {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #999999;
    text-wrap: auto !important;
}

.deatils-prepare {
    margin-top: 20px;
}

.details-icon {
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    padding: 20px 0;
    margin: 20px 0;
}

.details-icon ul li:hover a i {
    color: #67bd45
}

.details-icon ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
}

.pop-ingredients ul li {
    width: 100%;
}

.details-icon ul li {
    list-style: none;
}

.details-icon ul li i {
    color: #999999;
    font-size: 20px;
}

.details-progress {
    background: #FBFBFB;
    border-radius: 16px;
    padding: 35px 40px;
}

.details-progress h4 {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.details-progress-chart h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #606161;
}

.details-progress-chart h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    color: #999999;
    align-items: center;
    justify-content: space-between;
    text-transform: inherit;
    margin-bottom: 0;
}

.details-progress-chart {
    margin-top: 46px;
}

.radio-country>input {
    display: none;
}

.radio-country>.country-check {
    cursor: pointer;
}

.country-check {
    opacity: 1;
    background-position: center center;
    display: inline-block;
    background: transparent;
    outline: 1px solid #DDDDDD;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    text-align: center;
    outline-offset: 3px;
}

.radio-country>input:checked+.country-check {
    background: #67BD45;
    outline: 1px solid #67BD45;
}

.country-modal h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 30px;
    line-height: 60px;
    color: #242424;
}

.country-modal form select {
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    height: 44px;
    padding-left: 19px;
    color: #242424;
    font-weight: 400;
    font-size: 18px;
}

.country-modal form select:focus {
    color: #242424;
    box-shadow: 0 0 0 transparent;
    border-color: #dddddd;
}

.country-modal form select option {
    color: #242424;
    font-weight: 400;
    font-size: 18px;
    line-height: 44px;
}

.city-label {
    display: block;
}

.radio-country {
    margin-top: 20px;
    width: 40%;
}

label.radio-country span {
    padding-left: 10px;
}

.country-modal .custom-btn {
    width: 100%;
}

.country-modal .form-inner {
    margin: 20px 0;
}

.review-modal h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 30px;
    line-height: 60px;
    color: #242424;
}

.review-modal form textarea {
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    padding-left: 19px;
    color: #242424;
    font-weight: 400;
    font-size: 18px;
}

.review-modal form textarea:focus {
    color: #242424;
    box-shadow: 0 0 0 transparent;
    border-color: #dddddd;
}

.review-modal .custom-btn {
    width: 100%;
}

.review-modal form textarea::placeholder {
    color: #ddd;
    font-weight: 400;
    font-size: 16px;
}

.user-inner {
    display: flex;
    align-items: center;
}

.user-inner h6 {
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    color: #242424;
    margin: 0;
    padding-left: 10px;
}

.user-inner img {
    width: 56px;
    object-fit: contain;
    border-radius: 50%;
}

.signup-modal h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 30px;
    line-height: 60px;
    color: #242424;
    margin-bottom: 20px;
}

.signup-modal .create-acc {
    text-align: center;
}

.verification {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.verification input {
    width: 66px;
    height: 66px;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
}

.introjs-overlay {
    background: transparent !important;
}

.introjs-helperLayer {
    background: transparent !important;
    border: 0 !important;
    box-shadow: 0 0 0 transparent !important;
}

.introjs-tooltip.introjs-right {
    min-width: 300px !important;
    padding: 30px !important;
}

.introjs-button {
    display: inline-block !important;
    background: #67bd45 !important;
    color: #fff !important;
    border: 1px solid #67bd45 !important;
    padding: 7px 24px !important;
    text-align: center !important;
    text-decoration: none !important;
    justify-content: center !important;
    transition: 0.5s ease !important;
    font-weight: 400 !important;
    border-radius: 5px !important;
    text-shadow: 0 0 transparent !important;
    margin: 0 5px !important;
}

.introjs-tooltiptext {
    text-align: left !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    color: #000 !important;
}

.header-one-last .header-middle-list {
    background: #FFFFFF;
    box-shadow: inset 0px 2px 12px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    position: relative;
    margin-left: 20px;
    display: flex;
    justify-content: center;
}

.header-one-last .header-middle-list img.icons-Nm {
    width: 20px;
}

.header-middle-icon ul li a.profile-Icons {
    align-self: center;
    position: relative;
    padding: 0;
}

.header-one-last .header-middle-list span.count-msg {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: -2px;
    background: #64BD11;
    border: 1px solid #F5F5F5;
    border-radius: 50%;
}

.header-middle-list-select {
    margin-left: 28px !important;
    position: relative;
}

.header-middle-list-select:before {
    position: absolute;
    content: '';
    top: 25%;
    left: -14px;
    width: 2px;
    height: 50%;
    background-color: #DDDDDD;
}

.profile-name-text {
    margin-left: 6px !important;
    margin-right: 29px;
    
    font-weight: 500;
}

.header-middle-list-select .input-group {
    background: #FFFFFF !important;
    box-shadow: inset 0px 2px 12px rgb(0 0 0 / 12%) !important;
    border-radius: 30px !important;
    width: 200px;
}

.header-middle-list-select .input-group .input-group-text {
    background-color: transparent;
    border: 0;
    border-radius: 30px 0 0 30px !important;
    padding: 0 !important;
    width: 45px;
    height: 45px;
}

.header-middle-list-select select {
    box-shadow: inset 0px 2px 12px rgb(0 0 0 / 12%) !important;
    border-radius: 0px 30px 30px 0 !important;
    text-align: center;
    border-left: 0;
}

.header-middle-list-select .input-group .input-group-text img {
    width: 56px;
    object-fit: contain;
}

.details-progress img {
    width: 200px;
    margin: 0 auto;
}

.meal-planner-date {
    text-transform: uppercase;
    line-height: 60px;
    margin: 0;
}

.meal-detail {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    background-color: #fff !important;
}

.meal-bar {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    padding: 30px 0;
    height: max-content;
}

.meal-bar ul li a {
    padding-left: 36px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #999;
    padding-top: 18px;
    padding-bottom: 18px;
}

.meal-bar h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #242424;
    transition: 0.5s all;
    text-align: center;
}

.meal-bar ul li a.active {
    background-color: #FEF4EA !important;
    color: #F8952E !important;
}

.meal-bar ul li a:hover {
    background-color: #FEF4EA !important;
    color: #F8952E !important;
    transition: 0.5s all;
}

.meal-bar ul {
    padding-top: 30px;
}

.meal-bar ul li a i {
    padding-right: 10px;
}

.steps-progress.no-meal-section {
    text-align: center;
}

.no-meal {
    width: 300px;
    margin-bottom: 20px;
}

.steps-progress.no-meal-section p {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #242424;
    margin-top: 76px;
}

.steps-progress.no-meal-section .custom-btn {
    margin-top: 32px;
}

#meal_planner .multiple-list .steps-list {
    width: 25%;
    border-right: 1px solid #DDDDDD;
}

#meal_planner #multiple_option .select-meal-program-mainbox  .program-meals-boxmian  .steps-progress {
    width: 100%;
    flex-grow: 4;
    flex-wrap: wrap;
    padding-top: 0;
    display: flex;
}

#meal_planner .multiple-list .steps-list:last-child {
    border-right: 0;
}

#meal_planner .select-meal-program-mainbox.multiple-list {
    padding: 20px
}

#meal_planner .select-meal-program-mainbox.multiple-list h3.head a {
    margin-right: 0;
}

#meal_planner .select-meal-program-mainbox.multiple-list .meal-line {
    padding-left: 5px;
}

#meal_planner .multiple-list .steps-progress .steps-list .steps-item:nth-child(odd)::before {
    display: none;
}

#meal_planner .multiple-list ul.mealsmenu li {
    padding: 10px
}

.multiple-list .steps-progress .steps-list .steps-item:nth-child(odd)::after {
    display: none;
}

.no-meal-section {
    flex-direction: column;
    padding-bottom: 50px;
}

.no-meal-section .custom-btn {
    padding: 0;
    widtH: 200px;
    align-self: center;
}

.multiple-list .steps-progress .steps-list .steps-item:nth-child(even)::before {
    display: none;
}

.multiple-list .steps-progress .steps-list .steps-item:nth-child(even)::after {
    display: none;
}

.multiple-list-head {
    display: flex;
    align-items: center;
    justify-content: left;
    border-bottom: 1px solid #ddd;
}

.multiple-list-head .calories-4 {
    margin-left: 20px;
}

.multiple-list {
    margin-bottom: 20px;
}

.grocery-main {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.grocery-main ul {
    padding: 0;
    margin-top: 30px;
}

.grocery-main ul li {
    list-style: none;
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    margin-bottom: 20px;
}

input[type=checkbox].ckb {
    z-index: -1;
    display: none;
}

input[type=checkbox].ckb+label {
    
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    transition: all 0.3s;
    color: #626981;
}

.meal-calendar input[type=checkbox].ckb+label {
    color: #999999
}

input[type=checkbox].ckb+label:hover {
    color: #2c5481;
}

input[type=checkbox].ckb+label::before {
    transition: all 0.3s;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #999999;
    border-radius: 4px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    margin: 20px 5px;
}

input[type=checkbox].ckb:checked+label::before {
    transition: all 0.3s;
    border-color: #67BD45;
    background-color: #67BD45;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

input[type=checkbox].ckb:checked+label::before {
    border-color: #67BD45;
    background-color: #67BD45;
}

.meal-header-left form label {
    color: #999999;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.meal-header-left form .input-group {
    border: 0;
    border-radius: 0;
}

.meal-header-left form .input-group input {
    border-radius: 12px;
}

.meal-header-left form input {
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    height: 60px;
}

.meal-header-left form input:focus {
    color: #242424;
    box-shadow: 0 0 0 transparent;
    border-color: #dddddd;
}

.generateprogram-modal form input::placeholder {
    color: #242424;
    font-weight: 400;
    font-size: 18px;
    line-height: 44px;
}

.meal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    padding: 29px 40px;
    margin-bottom: 32px;
}

.meal-header-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.meal-header-left h2 {
    margin: 0;
    font-weight: 500;
    font-size: 2em;
    color: #F8952E;
}

.meal-header-left p {
    margin: 0;
    font-weight: 500;
    font-size: 1.5em;
    color: #242424;
    margin-left: 10px;
}

.meal-header-left form {
    margin-left: 30px;
}

.meal-header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.meal-arrow {
    border: 1px solid #DDDDDD;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #67BD45;
    font-size: 16px;
    display: flex;
    justify-content: center;
}

.meal-arrow i {
    align-self: center;
}

.meal-arrow:hover {
    color: #67bd45;
    background-color: #F0F8EC;
}

.meal-details-dashboard h4.estPrice {
    font-size: #606161;
    
    font-weight: 500;
}

.meal-arrow:first-child {
    margin-right: 20px;
}

.meal-arrow:last-child {
    margin-left: 20px;
}

.meal-jump {
    background: #F0F8EC;
    border-radius: 25px;
    font-weight: 400;
    
    line-height: 22px;
    color: #67BD45;
    padding: 13px 18px;
    text-decoration: none;
}

.meal-jump:hover {
    color: #67BD45;
}

.meal-calendar-icon {
    background: #F0F8EC;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-flex;
    text-align: center;
    color: #67bd6a;
    margin-left: 10px;
    justify-content: center;
}

.meal-calendar-icon i {
    align-self: center;
}

.meal-calendar-icon:hover {
    color: #67BD45;
}

.meal-calendar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#grocery .meal-jump {
    margin-left: 24px;
}

#meal_planner .select-meal-program-mainbox {
    padding: 22px 50px;
}

#meal_planner .select-meal-program-mainbox .calories-4 {
    margin-top: 20px;
}

#meal_planner .select-meal-program-mainbox .program-meals-boxmian {
    margin-top: 30px;
}

.one-day-sideBox h3.one-day-side-box-title {
    font-size: 1.75em;
    font-weight: 600;
    color: #212E44;
    margin-bottom: 20px;
}

.one-day-sideBox h3.head {
    
    font-weight: 600;
    color: #242424
}

.multiple-list-head .calories-4 {
    width: 460px;
}

#diet .start-programm .dietList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#diet .start-programm ul li {
    width: auto;
    margin: 0;
    margin-right: 20px;
    width: 12%;
}

#diet .start-programm ul li:last-child {
    margin-right: 0;
}

#diet .start-programm {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 32px;
    padding: 32px;
    margin-top: 32px;
}

.setting-head {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 36px;
    color: #212E44;
    margin: 0;
    padding: 0 0 1.2rem;
}

.start-programm-head {
    margin-top: 40px;
}

.start-programm .nav-pills {
    justify-content: space-between;
}

.setting-main .nav li {
    position: relative;
    border: 0 !important;
    outline: 0 !important;
}

.setting-main .nav li a {
    font-weight: 500;
    
    line-height: 30px;
    color: #212E44;
    position: relative;
    border: 0 !important;
    outline: 0 !important;
}

.setting-main .nav li .nav-link.active {
    border: 0 !important;
    border-bottom: 1px solid #e9ecef !important;
    background-color: transparent;
}

.setting-main .nav li a.active:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    left: 0;
    bottom: -2px;
    background: #67BD45;
}

.nutri-head {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nutri-head-right a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #67BD45;
    text-decoration: none;
}

.nutri-head-right a i {
    margin-right: 5px;
}

.meal_sure-modal h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 30px;
    line-height: 60px;
    color: #242424;
    margin-bottom: 20px;
}

.signupnow-modal.meal_sure-modal p {
    font-weight: 400;
    
    line-height: 27px;
    text-align: left;
    color: #999999
}

.signupnow-modal.meal_sure-modal .calendly-modal-content .comman-btn-section1 .custom-btn:nth-child(2) {
    background: #67bd45;
    color: #fff;
    margin-left: 15px;
}

.signupnow-modal.meal_sure-modal .calendly-modal-content .comman-btn-section1 .custom-btn {
    width: 45%;
}

.signupnow-modal.meal_sure-modal .calendly-modal-content .comman-btn-section1 .custom-btn:nth-child(1) {
    background: transparent;
    color: #67bd45;
}

.meal_setting_list ul li:last-child:after {
    display: none;
}

.edit_breakfast-modal form label {
    color: #999999;
    font-weight: 400;
    
    line-height: 27px;
}

.edit_breakfast-modal form select {
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    padding-left: 19px;
    color: #242424;
    font-weight: 400;
    font-size: 18px;
}

.edit_breakfast-modal form select:focus {
    color: #242424;
    box-shadow: 0 0 0 transparent;
    border-color: #dddddd;
}

.edit_breakfast-modal h3 {
    color: #242424;
    font-weight: 600;
    font-size: 30px;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.edit_breakfast-modal .custom-btn {
    width: 100%;
}

.nutri-list table td {
    width: 20%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border: 0 !important;
    vertical-align: middle;
    color: #212E44;
}

.nutri-list table thead {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #606161;
}

.nutri-list table,
.nutri-list-table table {
    margin: 0;
}

.nutri-list table td .nutri-list-inner-right ul {
    justify-content: center;
}

.trashIcon {
    width: 20px;
    margin-right: 6px;
    display: inline-block
}

.trashIcon img {
    width: 100%;
}

.nutri-target .table-responsive {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 32px !important;
    padding: 28px 40px;
}

.nutri-target .table tbody tr:last-child {
    border: 0 !important;
}

.nutri-target .table tbody {
    border: 0 !important;
}

.nutri-target .table tbody tr {
    border-bottom: 1px solid #ddd;
}

.nutri-list-table table td {
    width: 50%;
    border: 0 !important;
}

.nutri-list-table table td details-ingredients-inner-left {
    justify-content: space-between;
}

.nutri-list-table table td .details-ingredients-inner-left {
    justify-content: flex-start;
    align-items: center;
}

.nutri-list-table table td .details-ingredients-inner-left .details-name h5,
.nutri-list-table table td .details-ingredients-inner-left .details-name p {
    margin: 5px;
}

.nutri-list-table .table tbody tr:last-child {
    border: 0 !important;
}

.nutri-list-table .table tbody {
    border: 0 !important;
}

.nutri-list-table .table tbody tr {
    border-bottom: 1px solid #ddd;
}

ul.like-unlike {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

ul.like-unlike li {
    list-style: none;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    margin: 0 11px;
    width: 100px;
    display: inline-flex;
    justify-content: center;
    height: 42px;
}

ul.like-unlike li a .fa-thumbs-up:hover {
    animation: rubberBand;
    animation-duration: .3s;
    color: #67bd45
}

ul.like-unlike li a {
    align-self: center;
}

ul.like-unlike li:hover a .fa-thumbs-down {
    color: #E45353;
    animation: rubberBand;
    animation-duration: .3s;
}

ul.like-unlike li a i {
    color: #ddd;
    font-size: 24px;
}

.nutritable-btn {
    margin: 36px 0;
    text-align: center;
}

.edit_breakfast-modal form label {
    color: #999999;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.edit_breakfast-modal form input {
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    height: 44px;
    padding-left: 19px;
    color: #242424;
    font-weight: 400;
    font-size: 18px;
}

.edit_breakfast-modal form input:focus {
    color: #242424;
    box-shadow: 0 0 0 transparent;
    border-color: #dddddd;
}

.edit_breakfast-modal h3.head {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #242424;
}

.edit_breakfast-modal .calories-4 p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #999999;
}

.rated_food-modal h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 1.875em;
    line-height: 60px;
    color: #242424;
    margin-bottom: 20px;
}

.nutri-head h6 {
    
    font-weight: 500;
}

.rated_food-inner.rated_food-inner-dislike ul.like-unlike li:last-child {
    border: 1px solid #EF3434;
}

.rated_food-inner.rated_food-inner-dislike ul.like-unlike li:last-child a i {
    color: #EF3434;
}

.rated_food-inner.rated_food-inner-like ul.like-unlike li:first-child {
    border: 1px solid #67BD45;
}

.rated_food-inner.rated_food-inner-like ul.like-unlike li:first-child a i {
    color: #67BD45;
}

ul.recurring-list {
    padding: 0;
    margin: 0;
}

ul.recurring-list li {
    list-style: none;
    text-align: right;
}

ul.recurring-list li a {
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    text-decoration: none;
}

.plusIcon {
    width: 20px;
    height: 20px;
    border: 1px solid #67bd45;
    display: inline-flex;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
}

.plusIcon::before {
    align-self: center;
}

.nutri-list-table .table tbody tr {
    display: flex;
    align-items: center;
}

.recurring-bottom {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.recurring-bottom .nutri-head-right {
    margin-left: 20px;
}

.recurring-bottom .setting-head {
    font-weight: 600;
    
    line-height: 27px;
    color: #242424;
}

.recurring-bottom .nutri-head-right a {
    font-weight: 400;
    font-size: 1em;
    line-height: 24px;
    color: #67BD45;
}

#recurring_food input[type=checkbox].ckb+label::before {
    margin: 0;
    margin-right: 5px;
}

#recurring_food .checkboxes {
    margin-bottom: 15px;
}

.nutri-list-table-one {
    margin-top: 28px;
}

.nutri-list-table-one table {
    margin: 0;
}

.nutri-list-table-one .table tbody {
    border: 0 !important;
}

.nutri-list-table-one .table .tbody tr {
    display: flex;
    align-items: center;
}

.nutri-list-table-one .table tbody tr td {
    width: 50%;
    border: 0 !important;
}

.nutri-list-table-one {
    margin-top: 28px;
}

.nutri-list-table-one table {
    margin: 0;
}

.nutri-list-table-one .table tbody {
    border: 0 !important;
}

.nutri-list-table-one .table .tbody tr {
    display: flex;
    align-items: center;
}

.nutri-list-table-one .table tbody tr td {
    width: 50%;
    border: 0 !important;
}

.nutri-list-table-one .nutri-list-inner-right ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.nutri-list-table-one .nutri-list-inner-right ul li {
    list-style: none;
}

.nutri-list-table-one {
    margin-top: 28px;
}

.nutri-list-table-one table {
    margin: 0;
}

.nutri-list-table-one .table tbody {
    border: 0 !important;
}

.nutri-list-table-one .table .tbody tr {
    display: flex;
    align-items: center;
}

.nutri-list-table-one .table tbody tr td {
    width: 50%;
    border: 0 !important;
}

.nutri-list-inner-right ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.nutri-list-inner-right ul li {
    list-style: none;
}

.nutri-list-table-one .table tr td:first-child {
    font-weight: 500;
    
    line-height: 27px;
    color: #242424;
}

.nutri-list-table-one .table tr td:first-child span {
    font-weight: 400;
    font-size: 1em;
    color: #606161;
    position: relative;
    margin-left: 16px;
}

.nutri-list-table-one .table tr td:first-child span:before {
    position: absolute;
    content: "";
    left: -10px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #606161;
}

.main-dash {
    padding-bottom: 50px;
}

.main-dash .tab-content {
    padding: 0;
}

.main-dash .programs-main-box-nm {
    margin-bottom: 0;
}

.dashboard-tab-content {
    padding-top: 0
}

.browse-form .input-group-text {
    background: transparent;
    position: absolute;
    border-right: 0;
    left: 14px;
    z-index: 99;
    border: 0;
    top: 21px;
    padding: 0;
}

.browse-form input {
    border-left: 0;
}

.browse-form .form-control {
    padding-left: 52px;
}

.browse-form .form-control::placeholder {
    color: #999999
}

.meal-header-right .incDecBtnGroup span {
    right: 10%;
}

.browse-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.browse-filter p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #606161;
    margin: 0;
}

.browse-form .input-group-text i {
    font-size: 16px;
    color: #999999;
}

.browse-form input::placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #999999;
}

#recurring_food .nutri-head {
    margin-top: 0;
}

#recurring_food .nutri-target {
    margin-bottom: 50px;
}

.browse-block {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    margin-bottom: 30px;
    position: relative;
}

.browse-image {
    height: 176px;
    border-radius: 16px 16px 0 0;
}

.browse-content {
    padding: 12px 15px;
    border-radius: 0 0 16px 16px;
}

.browse-content h6 {
    font-weight: 500;
    
    color: #242424;
}

.browse-content p {
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 8px;
    color: #999999;
}

.browse-content span {
    font-weight: 400;
    
    margin-right: 8px;
    color: #67BD45;
}

.browse-form input:focus {
    border: 1px solid #DFE3E7;
    box-shadow: 0 0 0 transparent;
}

.page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border-radius: 50% !important;
    border: 0 !important;
    padding: 0 !important;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: #999999;
    margin: 0 18px;
}

.page-link.active {
    background: #67BD45 !important;
    color: #fff !important;
}

.page-link:hover {
    background: #67BD45 !important;
    color: #fff !important;
}

.browse-pagination {
    margin-top: 15px;
}

.add_meal-modal h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 1.875em;
    color: #242424;
    margin-bottom: 20px;
}

.add_meal-modal-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #242424;
}

.add_meal-modal-content form label {
    font-weight: 400;
    
    line-height: 27px;
    color: #606161;
}

.add_meal-modal-content .custom-btn {
    width: 100%;
}

.no-collection {
    text-align: center;
    margin-top: 100px;
}

.back_collection .table-responsive {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 32px !important;
    padding: 28px 40px;
}

.back_collection .nutri-list ul li {
    background: #FFFFFF;
    border: 0;
    border-radius: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.back_collection .nutri-list-inner-right ul li {
    padding: 0 20px;
}

.back_collection_link {
    margin-bottom: 32px;
}

.back_collection_link a {
    font-weight: 400;
    
    color: #F8952E;
    text-decoration: none;
}

#collection .browse-block img {
    width: 50%;
    height: 50%;
}

#collection .browse-block .browse-image {
    display: flex;
    flex-wrap: wrap;
}

#collection .browse-block .menu-action li:last-child {
    border: 0;
    margin: 0;
}

.back_collection_link a {
    font-weight: 400;
    
    line-height: 30px;
    color: #F8952E;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.back_collection_link a i {
    width: 20px;
    height: 20px;
    text-align: center;
    background: #FEF4EA;
    border-radius: 50%;
    font-size: 11px;
    margin-right: 5px;
    display: inline-flex;
    justify-content: center;
}

.back_collection_link .fa-angle-left:before {
    align-self: center;
}

.back_collection_head .nutri-list ul li {
    background-color: transparent;
}

.back_collection_head .nutri-list ul li i {
    margin-right: 10px;
}

.backtoButton i {
    background: #f8952e59;
    padding: 4px;
    border-radius: 50px;
    color: #F8952E;
    font-size: 10px;
    margin-right: 7px;
}

.backtoButton {
    text-decoration: none;
    color: #F8952E;
    margin-bottom: 2rem;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.backtoButton:hover {
    color: #F8952E;
}

.main-dash .progress {
    border-radius: 7.5px;
    height: 15px;
}

.progress {
    margin-top: 17px;
}

.progress-bar {
    background-color: #F8952E;
}

.progress-cont {
    text-align: center;
}

.progress-cont span {
    
    color: #F8952E;
    margin-top: 16px;
    display: block;
}

.disableBtn {
    opacity: .5;
}

.my-program-btn {
    width: 100% !important;
    height: 62px;
    border-radius: 12px;
    margin-top: 16px;
    
    box-shadow: inset 0px 4px 20px 0 rgba(36, 36, 36, 0.08)
}

span.lightgreay_color {
    color: #908c8c;
}

p.lightgreay_color {
    color: #908c8c;
}

.meal-detail h3 {
    color: #000;
    font-weight: 550;
    font-size: 20px;
    padding-bottom: 1.5rem;
}

.meal-detail .meal-details-dashboard h3 {
    padding-bottom: 0;
}

.grocery-main h3 {
    font-size: 18px;
    font-weight: 550;
    font-family: 'Poppins', sans-serif !important;
}

h3.setting-head a {
    text-decoration: none;
}

h3.setting-head i {
    background: #999999;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    margin-left: 10px;
}

h3.setting-head i::before {
    align-self: center;
}

.meal-header-left i {
    background: #777;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    padding: 7px;
    font-size: 10px;
}

.meal-header-left .infoIcon i {
    background-color: transparent;
    padding: 0;
    align-self: center;
}

.meal-header-left .infoIcon {
    width: 16px;
    height: 16px;
    background-color: #999999;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    margin-left: 14px;
    top: auto;
}

.start-programm-head .infoIcon {
    color: white
}

#meal_planner .mini-meal-box {
    padding: 15px 20px
}

#meal_planner .mini-meal-box .calories-4 p span a {
    margin-right: 0
}

#meal_planner .mini-meal-box h3.head a {
    margin: 0
}

.mini-meal-box ul.mealsmenu li {
    padding: 15px 7px
}

.mini-meal-box ul.mealsmenu .cart-productt img {
    width: 50px
}

.request-Meals-Section {
    padding: 15px;
    background-color: white;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.request-Meals-Section h6 {
    font-size: 1.375em;
    font-weight: 600;
    color: #242424
}

.meal-header-left select {
    position: relative;
}

.meal-header-left select:before {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    color: #ef902c;
    position: absolute;
    right: 0;
}

.request-Meals-Section .custom-btn {
    width: 200px;
    font-size: 13px;
    font-weight: 400;
    align-self: center;
}

.recurring-bottom .setting-head {
    padding: 0;
    color: #212E44;
}

a.clickddNM i {
    line-height: normal;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 2px;
}

.browse-image {
    position: relative;
    overflow: hidden;
}

.browse-image .moreBrowseDetails {
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    top: 16px;
    right: 16px;
    z-index: 33;
}

.browse-image .moreBrowseDetails i {
    align-self: center;
    color: #606161;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    padding: 5px;
    font-size: 12px;
    border: 1px solid #606161
}

.browse-image .moreBrowseDetails .ti-more-alt:before {
    align-self: center;
}

.browse-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

a.clickddNM {
    text-decoration: none;
    color: #242424;
    position: absolute;
    right: 15px;
    background: #fff;
    padding: 11px 10.5px;
    border-radius: 50px;
    width: 42px;
    height: 42px;
    top: 15px;
    text-align: center;
}

.browse-block .menu-action ul li .plusCont {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #999999;
    display: inline-flex;
    justify-content: center;
    margin-right: 14px;
}

.browse-block .menu-action ul li:last-child {
    margin-top: 10px;
    padding-bottom: 0;
    padding-top: 8px;
}

.browse-block .menu-action ul li .plusCont i {
    align-self: center;
}

.browse-block .menu-action ul li a,
.browse-block .menu-action ul li p {
    
    color: #606161;
    margin-bottom: 0;
}

.browse-block .menu-action ul li:hover a {
    color: #67bd45
}

.browse-block .menu-action {
    top: 65px;
    left: auto;
    right: 9px;
    margin: 0 auto;
    background-color: white;
    padding: 15px;
    border-radius: 12px;
    width: 260px;
}

.browse-block .menu-action ul {
    margin: 0;
}

.browse-block .menu-action i {
    color: #999999;
}

.browse-block .menu-action ul li {
    color: #606161;
    font-size: 1em;
    padding: 0;
    padding-bottom: 15px;
}

.menuActionLikeDislike {
    width: 48%;
    height: 48px;
    font-size: 2em;
    display: inline-flex;
    justify-content: center;
}

.browse-block .menu-action .menuActionLikeDislike:hover i {
    color: #67bd45
}

.browse-block .menu-action .menuActionLikeDislike:last-child:hover i {
    color: #EF3434
}

.menu-action ul li .menuActionLikeDislike span {
    width: 100%;
    align-self: center;
}

.option_NM a i {
    line-height: normal;
    border: 1px solid #999999;
    border-radius: 50px;
    padding: 4px;
    margin-right: 7px;
    font-size: 12px;
}

.no-information_NMHIde p {
    color: #777;
}

.no-information_NMHIde h3 {
    color: #212E44;
    font-size: 25px;
    font-weight: 600;
}

.bell-action-box {
    position: absolute;
    width: 350px;
    top: 65px;
    right: 33%;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    z-index: 11;
    background: #fff;
    border-radius: 16px;
    display: none;
    padding: 20px 0;
    padding-right: 6px;
}

.no-information_NMHIde {
    padding: 3rem 1.5rem 0;
}

.bell-action-box.activeinfo {
    display: block;
}

.no-information_NMHIde img {
    width: 100px !important;
    margin-bottom: 15px;
}

.notification-info-DIV_NM.activeinfo {
    display: block;
}

.notification-info-DIV_NM ul li {
    margin: 0 !important;
    display: block;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px;
    padding-left: 20px;
    padding-right: 16px;
    transition: all .3s;
}

.notification-info-DIV_NM ul li:last-child {
    border-bottom: 0;
}

.notification-info-DIV_NM ul li:hover {
    background-color: rgba(103, 189, 69, .08);
    transition: all .3s;
}

.notification-info-DIV_NM ul li svg path {
    transition: all .3s;
}

.notification-info-DIV_NM ul li:hover svg path {
    stroke: #95D17D;
    transition: all .3s;
}

.notification-info-DIV_NM ul li:hover .notify-list-Icon {
    background-color: #F0F8EC;
    transition: all .3s;
}

.notification-info-DIV_NM h3 {
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 28px;
}

.notify-list-Icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: inset 0px 2px 12px rgba(0, 0, 0, 0.12);
    margin-right: 12px;
    display: flex;
    justify-content: center;
    transition: all .3s;
}

.notify-list-Icon svg {
    align-self: center;
}

.notification-message p {
    margin: 0;
    color: #999999;
    font-size: 14px;
}

.notification-message {
    text-align: left;
}

.scrollableBox {
    height: 420px;
    overflow-y: scroll;
    margin-right: 6px;
}

.notification-info-DIV_NM {
    display: none;
    position: absolute;
    background-color: white;
    width: 350px;
    top: 65px;
    right: 33%;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    z-index: 11;
    background: #fff;
    border-radius: 16px;
    padding: 20px 0;
}

.notification-message h4 span {
    font-size: 12px;
    font-weight: 300;
    color: #777777;
}

.notifyDetails {
    width: 80%;
}

.notification-message h4 {
    display: flex;
    margin: 0;
    
    color: #212E44;
    margin-bottom: 4px;
    font-weight: 500;
    justify-content: space-between;
}

.notification-message p span {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    background: #f8952e;
    padding: 2px 7px;
    border-radius: 50px;
}

.notification-info-DIV_NM .notification-message p span {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    background: #f8952e;
    padding: 2px 7px;
    border-radius: 50px;
    height: 23px;
    line-height: 20px;
}

.notification-message p {
    display: flex;
    justify-content: space-between;
}

.scrollableBox::-webkit-scrollbar {
    width: 10px;
}

.scrollableBox::-webkit-scrollbar-track {
    background: #F1F1F1;
    border-radius: 5px;
    overflow: hidden;
}

.scrollableBox::-webkit-scrollbar-thumb {
    background: #DDDDDD;
    border-radius: 5px;
    overflow: hidden;
    height: 80px;
}

.scrollableBox::-webkit-scrollbar-thumb:hover {
    background: #67bd45;
}

.notification-box {
    position: absolute;
    width: 350px;
    left: -17rem;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    z-index: 11;
    background: #fff;
    border-radius: 10px;
    display: none;
}

.notification-box.activeinfo {
    display: block;
}

.notification-box-info-DIv a {
    text-align: left;
    font-size: .9em;
    color: #606161;
    display: block;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.notification-box-info-DIv a:hover {
    color: #212E44;
    font-weight: 600;
}

.headerPlanCont {
    background-color: #F1F1F1;
    border-radius: 20px;
    padding: 16px 0;
    text-align: center;
}

.notification-box-info-DIv .headerPlanCont p {
    font-size: .9em;
    color: #999999;
    margin-bottom: 5px;
}

.notification-box-info-DIv .headerPlanCont span {
    font-size: 0.75em;
    color: #EF3434;
    display: block;
    margin-bottom: 10px;
}


.notification-box-info-DIv .headerPlanCont a {
    padding-bottom: 0;
}

.notification-box-info-DIv {
    position: absolute;
    width: 100%;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    z-index: 11;
    background: #fff;
    border-radius: 10px;
    display: none;
    padding: 17px 20px
}

.showMenuDropDown {
    top: 65px;
}

.showMenuDropDown.activeinfo {
    display: block;
}

.bell_iconM {
    background: #FFFFFF;
    box-shadow: inset 0px 2px 12px rgb(0 0 0 / 12%);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    line-height: 66px;
    text-align: center;
    position: relative;
}

.bell_iconM i {
    font-size: 25px;
}

li.notification_Active .bell_iconM i {
    color: #67bd45;
}

.notification-box-message p {
    margin: 0;
    color: #999999;
    font-size: 14px;
    line-height: normal !important;
    text-align: left;
}

.notification-box-info-DIv ul li {
    margin: 0 !important;
    display: block;
    border-bottom: 1px solid #f5f5f5;
    padding: 15px;
}

.notification-box-info-DIv ul {
    height: 500px;
    overflow-x: hidden;
}

.notification-box-info-DIv ul::-webkit-scrollbar {
    width: 10px;
}

.notification-box-info-DIv ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.notification-box-info-DIv ul::-webkit-scrollbar-thumb {
    background: #DDDDDD;
}

.notification-box-info-DIv ul::-webkit-scrollbar-thumb:hover {
    background: #DDDDDD;
}

.notification-box-message h4 span {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

.notification-box-message h4 {
    display: flex;
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #212E44;
    font-family: 'Poppins';
    font-weight: 500;
    justify-content: space-between;
}

.notification-box-message p {
    margin: 0;
    color: #999999;
    font-size: 14px;
}

li.notification_Active {
    background: #67bd4524;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-previewBG label {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    border-radius: 100%;
    background: rgba(255, 255, 255, .5);
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 39%;
    top: 41%;
    z-index: 222;
}

.profile-settings-form .incDecBtnGroup span {
    right: 13%;
}

.imageuploadIcon {
    align-self: center;
}

#imagePreview img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-previewBG {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-self: center;
    overflow: hidden;
}

.previewBGImg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .2;
}

.avatar-preview {
    width: 192px;
    height: 192px;
    padding: 6px;
    border-radius: 50%;
    border: 1px solid #dddddd;
    display: flex;
    justify-content: center;
}

.avatar-upload .avatar-preview #imagePreview {
    position: relative;
    border-radius: 100%;
    margin: 6px
}

.profile-setting-wrapper-main {
    padding: 2rem;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    border-radius: 13px;
}

.profile-setting-wrapper-main p {
    
    color: #999999;
}

.profile-setting-section-wrapper {
    padding: 40px 0
}

.togglebuttongender input {
    width: 237px;
    height: 50px;
    border: 1px solid #f5f5f5;
}

.gender {
    width: 100%;
}

.horizantalLine {
    width: 100%;
    border-top: 1px solid #dddddd;
    padding-bottom: 40px;
}

.profile-setting-wrapper-main .custom-btn {
    border: 1px solid #67bd45
}

input.btn.btn-primary.active {
    background: #67bd45;
    border-color: #67bd45;
}

section.selectplan-section {
    padding: 20px 0;
}

.error-box-404 p {
    padding: 1rem;
    
    color: #999999
}

.error-box-404 .custom-btn {
    width: 240px;
    border-radius: 12px;
}

.error-box-404 img {
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
}

.error-box-404 {
    padding: 100px 0;
    text-align: center;
}

.general-plan-header {
    display: flex;
    justify-content: space-between;
}

.side-plan-box-header {
    font-size: 12px;
}

.side-plan-box-header span {
    color: #EF3434
}

.side-plan-box-header a {
    color: #67bd45
}

.general-box-footerBtn {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.price-information-tablemainaveenmbox.general-plan-box a {
    float: none;
    margin: 0;
}

.general-box-footerBtn a {
    width: 49%;
    border-radius: 12px;
    height: 52px;
    box-shadow: 0 4px 20px 0 rgba(36, 36, 36, 0.08);
}

.price-information-tablemainaveenmbox .general-plan-header a {
    border-radius: 0;
    width: auto;
    margin-left: 5px;
    margin: 0;
    border-radius: 12px;
    padding: 0;
}

.NumberofmealsForm {
    padding: 16px 0;
    border-top: 2px solid #ddd
}

.NumberofmealsForm label {
    font-size: 1em;
    font-weight: 600;
    color: #242424;
    margin-bottom: 11px;
}

.price-information-tablemainaveenmbox.general-plan-box a.general-plan-btn-renewal {
    background-color: #67bd45;
    color: white;
    border: 1px solid #67bd45;
}

.price-information-tablemainaveenmbox.general-plan-box a.general-plan-btn-cancel {
    background-color: #FBFBFB;
    color: black;
    border: 1px solid #DDDDDD;
}

.price-information-tablemainaveenmbox.general-plan-box a.general-plan-btn-cancel:hover {
    background-color: #EF3434;
    color: white
}

.price-information-tablemainaveenmbox.general-plan-box a.general-plan-btn-renewal:hover {
    color: #67bd45;
    background-color: transparent;
}

.price-information-tablemainaveenmbox .general-plan-header a:hover {
    color: #67bd45
}

.price-information-tablemainaveenmbox.general-plan-box a:hover {
    background-color: transparent;
}

.orders-tab-content {
    padding-top: 40px;
}

.orders-tab-content h5 {
    
    font-weight: 500;
    margin-bottom: 16px;
}

.order-type span {
    font-size: 1em;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 32px;
}

.order-type span.new {
    background-color: #F0F8EC;
    color: #67bd45;
}

.order-type span.Completed-order {
    background-color: #F1F1F1;
    color: #999999;
}

.order-type span.cancelled-order {
    background-color: #FDE7E7;
    color: #EF3434;
}

.order-table-cont {
    background-color: white;
    border: 1px solid #dddddd;
    padding: 6px 30px;
    border-radius: 16px;
    margin-bottom: 50px;
}

.order-table td {
    font-size: 1em;
    font-weight: 400;
    color: #606161;
    padding: 23px 0
}

.orderID {
    font-weight: 500;
    color: #242424;
    
}

.order-table tr:last-child td {
    border-bottom: 0;
}

.viewOrder {
    color: #67bd45;
    float: right;
}

.viewOrder i {
    margin-left: 8px;
}

.orders-title span {
    font-size: 1em;
    margin-right: 12px;
}

.cartCancel_btn {
    background-color: #FBFBFB;
    border: 1px solid #dddddd;
    color: #212E44
}

.cartCancel_btn:hover {
    background-color: #EF3434;
    color: white;
    border: 1px solid #EF3434
}

.orders-sidebar button {
    margin-top: 50px;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}


.bg-color {
    background-color: #333;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard .nav-tabs>li:first-child a,
.wizard .nav-tabs>li:last-child a {
    margin: 0;
}

.wizard>div.wizard-inner {
    position: relative;
}

.wizard .nav-tabs>li.finished:before {
    background-color: #67bd45;
}

.wizard .nav-tabs>li:last-child {
    text-align: right;
    margin: 0;
}

.wizard .nav-tabs>li:before {
    content: "";
    height: 5px;
    background: #e0e0e0;
    position: absolute;
    width: 160px;
    right: auto;
    left: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs>li:last-child:before {
    display: none;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.ask-expert-tab {
    padding-top: 0;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    z-index: 2;
    background-color: #dddddd;
    border: 1px solid #ddd;
    position: relative;
}

.wizard-inner-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: auto
}

.wizard .nav-tabs li.active .wizard-inner-circle {
    background-color: #C2E5B5;
}

span.round-tab i {
    color: #555555;
}

.wizard li span.round-tab {
    display: inline-flex;
    justify-content: center;
}

.wizard li.active span.round-tab {
    background: #67bd45;
    color: #fff;
    border-color: #67bd45;
    justify-content: center;
}

.wizard li span.round-tab span {
    align-self: center;
}

.wizard .nav-tabs li.finished span.round-tab {
    background-color: #67BD45;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs li.finished .wizard-inner-circle {
    display: none;
}

.wizard .nav-tabs li span.ti-check {
    display: none;
    color: white !important;
}

.wizard .nav-tabs li.finished span.ti-check {
    display: flex;
}

.wizard .nav-tabs>li {
    display: block;
    position: relative;
}

.wizard .nav-tabs>li i {
    font-style: normal;
    font-weight: 300;
    white-space: nowrap;
    margin-top: 20px;
    display: block;
    font-size: 1.375em;
    color: #999999
}

.wizard .nav-tabs>li.active i,
.wizard .nav-tabs>li.finished i {
    color: #212E44;
    font-weight: 500;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}

.skip-btn {
    background-color: #cec12d;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.expert-tab-content {
    padding-top: 0;
}

textarea {
    resize: none;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.footer-link {
    margin-top: 30px;
}


.list-content {
    margin-bottom: 10px;
}

.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}

.list-content a[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav>li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.list-inline.askexpert-check li p span input {
    height: 23px;
    width: 23px;
    position: relative;
    top: 4px;
}

#ask-expert-time .custom-btn {
    width: 100%;
}

.askExpert-BOXMAIN .custom-btn {
    background-color: #67BD45;
    border-radius: 12px;
    height: 55px;
}

.askExpert-BOXMAIN .custom-btn:hover {
    background-color: transparent;
    color: #67BD45;
}

#ask-expert-time .add_meal-modal p {
    font-size: 1em;
    font-weight: 400;
    color: #999999
}

#ask-expert-time .form-label {
    font-size: 1em;
    font-weight: 400;
    color: #606161
}

.wizard .tab-pane .row {
    width: 100%;
    justify-content: center;
    margin: auto;
}

.cont-available-sec {
    border-radius: 20px;
    display: flex;
    background-color: white;
    width: 100%;
    height: 100px;
    border: 1px solid #dddddd;
    margin-top: 10px;
    padding: 24px;
    justify-content: flex-end;
}

.cont-available-sec .custom-btn {
    align-self: center;
    width: auto;
}

.cont-availablr-btn i {
    margin-left: 5px;
}

.selectric-wrapper {
    float: none;
    display: block;
    width: 100% ;
    height: auto;
    font-size: 1rem;
    line-height: 1.4;
    border-radius: 12px !important;
    color: #475F7B;
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: 0.267rem;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.selectric .button {
    font-size: 14px;
    display: flex;
    justify-content: right;
}

.selectric .button i {
    align-self: center;
}

.selectric-items li.selected,
.selectric-items li:hover {
    color: #242424;
    font-size: 14px;
}

.typeOfMealSelect option {
    position: relative;
}

.typeOfMealSelect option:before {
    content: "";
    position: absolute;
}

#addvisable_product .owl-nav button.owl-prev {
    left: -54px;
    display: flex;
    justify-content: center;
    font-size: 30px !important;
}

#addvisable_product .owl-nav button.owl-next {
    right: -54px;
    display: flex;
    justify-content: center;
    font-size: 30px !important;
}
#addvisable_product .owl-nav button.owl-next span,#addvisable_product .owl-nav button.owl-prev span{
align-self: center;
}
.border-green{
    border:1px solid #67BD45 !important
}
@media (max-width: 767px) {
    .sign-content h3 {
        font-size: 40px;
    }

    .wizard .nav-tabs>li a i {
        display: block;
    }

    .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px;
    }

    .signup-logo-header .logo_area {
        margin-top: 0;
    }

    .signup-logo-header .header-flex {
        display: block;
    }
}

section.ask-expert-section {
    padding-bottom: 50px
}

.askExpert-BOXMAIN {
    background-color: white;
    border-radius: 52px;
    padding: 45px 100px;
    border: 1px solid #DDDDDD;
}

ul.list-inline.askexpert-check li:nth-child(8) {
    border-bottom: 0;
}

ul.list-inline.askexpert-check li {
    border-bottom: 1px solid #ddd;
    padding: 1rem 1rem 0;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}

ul.list-inline.askexpert-check {
    border: 1px solid #ddd;
    border-radius: 17px;
}

ul.list-inline.askexpert-check li p span input {
    height: 23px;
    width: 23px;
}

ul.list-inline.askexpert-check li p span {
    display: unset;
    padding-right: 2.5rem;
}

ul.list-inline.askexpert-check {
    border: 1px solid #ddd;
    border-radius: 17px;
    display: inline-block;
    width: 100%;
}

.wizard-inner .nav {
    justify-content: space-between;
}

.active {
    display: block;
}

.hide {
    display: none;
}

.list {
    width: 100px;
    height: 100px;
    background: #EEE;
    padding: 10px;
}

.activelink {
    color: red;
}

.form-group .btn-light {
    border: 1px solid #e9e5e5 !important;
    background-color: unset !important;
}

.form-group .bootstrap-select .dropdown-menu li a {
    position: relative;
}

.second-section-homepage-content p {
    
    color: #242424;
    line-height: 26px;
}

.description,
.goal-and-other-content p {
    line-height: 28px;
}

.accordion-body p {
    font-size: 1.062em;
    color: #606161;
    font-weight: 300;
}

.blog-content p {
    
    font-weight: 400;
}

.ask-expert-form p {
    
    margin-bottom: 30px;
}

.ask-expert-form .custom-btn {
    border-radius: 12px;
    height: 50px;
    margin-top: 20px;
}

.ask-expert-form .form-group {
    margin-bottom: 18px;
}

.plans-outer {
    padding: 0;
    background: unset;
}

.choose-program-box-navm.plans-outer ul li {
    width: 15%;
}

.pop-ingredients ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nav-link {
    color: #67bd45;
}
