.clearfix {

    zoom: 1; }

.clearfix:before {

    content: "";

    display: table; }

.clearfix:after {

    content: "";

    display: table;

    clear: both; }
* {
    border: 0;
}

html, body {
    font-family: 'Inter', sans-serif;
    background: #fff;
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
}

header {
    border-bottom: 1px solid #efefef;
    height: 90px;
    position: fixed;
    width: 100%;
    z-index: 1;
    background: #fff;

}
.container{
    padding-top: 120px;
}
.sidebar{
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 300px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */    margin: 0;
    font-weight: 900;
    font-size: 39px;
    color: #3a3a3a;
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #3a3a48;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px;
}
.nav-bar {
    height: 90px;
}
.register-link{
    font-size: 13px;
    color: #555;
}
.navbar-brand {

}

.header-logo {
    width: 64px;
}

.profile-link {
    background: #62bd5e;
    width: 145px;
    height: 40px;
    coloR: #fff;
    border-radius: 12px;
    font-size: 18px;
    margin-right: 35px;
    margin-top: 20px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
}
.dropdown-menu-end[data-bs-popper] {
     right: auto;
    left: auto;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    background-color: #62bd5e;
    border-color: #62bd5e;
}

.profile-link:hover {
    color: #fff;
    box-shadow: 0px 0px 4px 6px rgba(183, 183, 183, 0.37);
    transition: box-shadow .15s ease-in-out;
}

.profile-link:focus {
    color: #fff;
}

.side-menu {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
}

.side-menu:hover {
    background: #d1cb485e;;
    box-shadow: 0px 0px 4px 6px #d1cb485e;
    transition: all .15s ease-in-out;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.container-fluid {
    padding: 0;
    padding-top: 90px;
    padding-left: 300px;
}

.box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-left {
    justify-content: flex-start;
}

.offcanvas {
    width: 450px;
}

.offcanvas-title {
    font-weight: 800;
    font-size: 30px;
}

.offcanvas-body {
    padding: 20px 60px;
    text-align: center;
}

.menu-grid {
    margin-top: 15px;
    border-bottom: 1px solid #979797;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu-item {
    width: 100%;
    text-align: left;

    height: 60px;
    line-height: 60px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
    transition: 0.3s;
}
item:hover {
    color: #a78445;
}

.menu-links {
    margin-top: 20px;
}

.list-group-item {
    font-size: 16px;
    font-weight: 400;
    background: none;
    padding: 0;

}

.list-group-item a {
    text-decoration: none;
    color: #000;
}

.footer {
    position: initial;
    bottom: 0;
    color: #fff;
    padding-left:300px;
    width: 100%;
    background: #62bd5e;
}

.footer .container {
    padding: 0px 0;
    padding-bottom: 5px;
}

.motto {
    font-weight: 700;
    margin-top: 20px;
    font-style: italic;
    color: #e7ecee;
}

.footer-h4 {
    color: #62bd5e;
    font-weight: 800;
    font-size: 26px;
    margin-top: 56px;
    letter-spacing: -1px;
}

.footer-block {
    background-color: #111111;
    position: relative;
    font-weight: 500;
    color: #f7f5ef;
    text-align: left;
    padding: 30px 30px 24px;
    overflow: hidden;
}

.social-icons-list {
    padding: 0;

}

.social-icons-list .list-group-item {
    float: right;
}

.social-icons-list li {
    list-style: none;
}

.social-icons-list li a {
    color: #e7ecee;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.social-icons-list li a span {
    color: #d6d447;
    margin-right: 20px;
    margin-bottom: 25px;
}

.terms {
    margin-top: 50px;
    margin-bottom: 135px;
    max-width: 66%;
}

.terms-title {
    text-align: center;
    font-weight: 800;
    font-size: 50px;
    margin-top: 50px;
}

.terms-title2 {
    font-weight: 800;
    font-size: 35px;
    margin-top: 50px;
}

.terms-p {
    font-size: 16px;
    line-height: 26px;
    color: #343333;
    margin-bottom: 25px;
}

.terms ul {
    margin-bottom: 25px;
}

.terms li {
    font-size: 16px;
    line-height: 26px;
    color: #343333;
}

#contact {
    width: 80%;
}

#contact button {
    background: #62bd5e;
    border: none;
    border-radius: 12px;
    margin-top:25px;
    font-weight: 700;
}
#contact .form-label{
    font-weight: 800;
}
#contact .form-control{
    border-radius: 12px;
}
.contact {
    margin-bottom: 150px;
}
.message-details{
    font-size: 12px;
    margin-bottom: 15px;
    color: #575757;
    font-weight: 600;
    display: block;
}

.contact-container {
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    margin-top: 50px;
    background: #f8f8f9;
    border-radius: 10px;
    padding: 50px 0px;
    -webkit-box-shadow: 0px 0px 16px -3px rgba(158, 158, 158, 1);
    -moz-box-shadow: 0px 0px 16px -3px rgba(158, 158, 158, 1);
    box-shadow: 0px 0px 8px -3px rgba(158, 158, 158, 1);
}

.cancel-request {
    font-size: 17px;
    font-weight: 500;
}

.info {

}

.pricing {
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    margin-top: 50px;
    background: #f8f8f9;
    border-radius: 10px;
    padding: 15px 40px;
    -webkit-box-shadow: 0px 0px 16px -3px rgba(158, 158, 158, 1);
    -moz-box-shadow: 0px 0px 16px -3px rgba(158, 158, 158, 1);
    box-shadow: 0px 0px 8px -3px rgba(158, 158, 158, 1);
}

.pricing-info {
    font-size: 21px;
    font-weight: 300;
    color: #313131;
    margin-bottom:25px;
}
.pricing-block{
    position: relative;
    padding: 0 30px;
    margin-top:40px;
    margin-bottom: 40px;
}

.pricing-block .inner-box{
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    padding: 0 0 30px;
    max-width: 400px;
    margin: 0 auto;
    border-bottom: 20px solid #62bd5e;
}

.pricing-block .icon-box{
    position: relative;
    padding: 50px 30px 0;
    background-color: #62bd5e;
    text-align: center;
}

.pricing-block .icon-box:before{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 75px;
    width: 100%;
    border-radius: 50% 50% 0 0;
    background-color: #ffffff;
    content: "";
}


.pricing-block .icon-box .icon-outer{
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
}

.pricing-block .icon-box i{
    position: relative;
    display: block;
    height: 130px;
    width: 130px;
    line-height: 120px;
    border: 5px solid #62bd5e;
    border-radius: 50%;
    font-size: 50px;
    color: #62bd5e;
    -webkit-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    transition:all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i{
    transform:rotate(360deg);
}

.pricing-block .price-box{
    position: relative;
    text-align: center;
    padding: 10px 20px;
}

.pricing-block .title{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
}

.pricing-block .price{
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #62bd5e;
}


.pricing-block .features{
    position: relative;
    max-width: 280px;
    margin: 0 auto 20px;
}

.pricing-block .features li{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #848484;
    font-weight: 500;
    padding: 5px 0;
    padding-left: 30px;
    border-bottom: 1px dashed #dddddd;
}
.pricing-block .features li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #2bd40f;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    margin-top: -8px;
}
.pricing-block .features li.false:before{
    color: #e1137b;
    content: "\f057";
}

.pricing-block .features li a{
    color: #848484;
}

.pricing-block .features li:last-child{
    border-bottom: 0;
}

.pricing-block .btn-box{
    position: relative;
    text-align: center;

}

.pricing-block .btn-box a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 30px;
    text-decoration: none;
    background-color: #62bd5e;
    border-radius: 10px;
    border-top:2px solid transparent;
    border-bottom:2px solid transparent;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 300ms ease;
}

.pricing-block .btn-box a:hover{
    color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a{
    color:#62bd5e;
    background:none;
    border-radius:0px;
    border-color:#62bd5e;
}

.package {
    width: 300px;
    background: #f8f9fb;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 16px -3px rgba(158, 158, 158, 1);
    -moz-box-shadow: 0px 0px 16px -3px rgba(158, 158, 158, 1);
    box-shadow: 0px 0px 16px -3px rgba(158, 158, 158, 1);
    padding: 0px;
}

.package img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.package-information {
    text-align: center;
    margin-bottom: 30px;
}

.package-information h3 {
    font-size: 25px;
    font-weight: 800;
    color: #303030;
    margin: 10px 0;
}

.package-information h5 {
    font-size: 14px;
    font-weight: 600;
    color: #303030;
}

.package-information h6 {
    margin: 15px 0;
    margin-bottom: 35px;
    font-size: 17px;
    font-weight: 600;
    color: #303030;
}

.set {
    width: 100%;
    color: #fff;
    background: #8ca851;
    font-size: 20px;
    height: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 600;
}

.home {
    background: #f9fafc;
    padding: 35px 35px;
    padding-bottom: 200px;
}

.pseudo-header {
    margin: 20px 0;
    align-items: center;
}
.link-icon{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 50%;
    color: #fff;
}
.pseudo-header h2 {
    font-size: 20px;
    font-weight: 300;
}

.meal-plans-btn {
    background: #e8ebf1;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    width: 155px;
    font-weight: 500;
    font-size: 15px;
    transition: 0.3s;
}

.meal-plans-btn:hover {
    color: #a78445;
}

.bg-oflow {

    padding: 20px 15px;
    width: 50%;
    margin: 0 auto;
}

.home-title {
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 20px;
}

.post-link {
    text-decoration: none;
}
.home .card-text{
    min-height: 60px;
    font-size: 13px;
}
.home .card-title{
    height: 30px;
}
.post img {
    border-radius: 10px;
    margin-right: 20px;
}

.post-category {
    display: block;
    font-size: 13px;
    color: #7a7a7a;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.post-title {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #404040;
}

.ql-title {
}

.home-menu-grid {
    margin-top: 15px;
    gap: 10px;
    flex-wrap: wrap;
}

.home-menu-item {
    width: auto;
    text-align: center;
    height: 50px;
    flex: 1 1 0px;
    line-height: 50px;
    text-decoration: none;
    color: #202020;
    flex-grow: 4;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}

.dates:hover {
    background: #b2efb0!important;
}
.dates:hover .home-menu-item{
    color:#000 !important;
}

.ql-border {
    border-bottom: 9px solid #ededed;
    border-top: none;
    margin-top: 30px;
    margin-bottom:80px;
    opacity: initial;
}

.membership {
    margin-top: 100px;

}

.mmb-logo {
    align-items: baseline;
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 50px;

}

.mmb-logo img {
    width: 155px;
}

.mmb-title {
    margin: 0;
    font-weight: 900;
    font-size: 39px;
    color: #3a3a3a;
}

.mmb-2 {
    max-width: 645px;
    min-width: 430px;
}

.mmb-info {
    gap: 10px 20px;
    border-bottom: 1px solid #bdbdbd;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.canceled {
    color: #ff4545;
}

.mmb-restart {
    text-decoration: none;
    background: #62bd5e;
    coloR: #fff;
    padding: 10px 20px;
    margin-bottom: 1rem;
    width: fit-content;
    display: block;
    border-radius: 5px;
}

.mmb-restart:hover {
    color: #fff;
}

.mmb-manage:hover {
    color: #000;
    z-index: 1;
}

.mmb-manage {
    text-decoration: none;
    border: 2px solid #62bd5e;
    padding: 8px 20px;
    width: fit-content;
    margin-bottom: 1rem;
    display: block;
    color: #000;
    border-radius: 30px;
}

.user-email {
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 5px;
}

.user-name, .user-address, .user-number {
    margin-bottom: 5px;
}

.mmb-3-links {
    display: block;
    text-decoration: none;
    margin-bottom: 1rem;
}

.mmb-info2 {
    gap: 10px 20px;
    border-bottom: 1px solid #bdbdbd;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 50px;
    margin-bottom: 150px;
}

.support-site {
    text-decoration: none;
    font-weight: 700;
}

.membership button {

    border: none;
    margin-top: 30px;
    width: 250px;
    text-decoration: none;
    padding: 8px 20px;
    background: #62bd5e;
    margin-bottom: 1rem;
    display: block;
    color: #fff;
    border-radius: 5px;
}

.membership button:hover {
    background: #62bd5e;
}

.mmb {
    margin-bottom: 150px;
}

.form-control {
    line-height: 2;
    border-radius: 1.375rem;
}

.bmi {
    margin: 60px 0px 150px 0px;
}

.weight-tracker {
    margin: 60px 0px 150px 0px;
}

.entry-delete {
    text-decoration: none;
    background: #f83636;
    padding: 10px 20px;
    width: fit-content;
    display: block;
    color: #fff;
    border-radius: 30px;
}

.entry-delete:hover {
    color: #fff;
}

.weight-tracker-table {
    margin-top: 50px;
}

.weight-tracker-table td {
    vertical-align: middle;
}

.new-entry {
    text-decoration: none;
    padding: 8px 20px;
    width: fit-content;
    background: #62bd5e;
    margin-bottom: 1rem;
    display: block;
    color: #fff;
    border-radius: 5px;
}

.new-entry:hover {
    color: #000;
}

.weight-tracker nav, .bmi nav, .news nav, .meal-plan nav {
    margin-bottom: 50px;
}

.weight-tracker-add button {
    background: #62bd5e;
    border: none;
    margin-top: 30px;
    width: 250px;
}

.weight-tracker-add button:hover {
    background: #62bd5e;
}

.meal-plan {
    margin: 60px 0px 150px 0px;
}

.recipe-name {
    height: 135px;
    text-align: left;
    border-radius: 30px;
    color: #000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 135px;
    font-size: 58px;
    font-weight: 900;
}

.meal-plan ul {
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    padding: 38px 100px;
}
.meal-plan ul li{
    padding: 10px;
    background: #d1d1d1;
    background: -moz-linear-gradient(left, #d1d1d1 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #d1d1d1 0%,#ffffff 100%);
    background: linear-gradient(to right, #d1d1d1 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#ffffff',GradientType=1 );
    list-style: none;
    font-weight: 600;
    border-radius: 5px;
    margin: 10px 0;
    font-size: 20px;
}
.meal-plan ol{
    counter-reset: li;
}
.meal-plan ol li {
    position: relative;
    list-style: none;
    padding: 0 0 0.5em 2.5em;
    margin-top: 1.5em;
    line-height: 36px;
    min-height: 2em;
    border-bottom: 1px solid #f2f2f2;
}
.meal-plan ol li::before {
    content: counter(li);
    counter-increment: li;
    font-size: 1rem;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    height: 2.2rem;
    width: 2.2rem;
    line-height: 1.5rem;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #62bd5e;
    padding: 0.2em;
    background-color: #62bd5e;
    color: #fff;
}
.meal-plan b{
    padding-left: 20px;
    font-weight: 700;
    font-size: 23px;
}
.selected-meal{
    background: #f9f8c3;
    width: 200px;
    border-radius: 0;
    color: #414141 !important;
}
.news{
    margin: 60px 0px 150px 0px;
}
.card-title{
    font-size:17px;
    height: 80px;
    font-weight: 600;
}
.news .card p{
    font-size:14px;
}
.card-body h2{
    font-size:14px;
}
.news .btn{
    text-decoration: none;
    background: #62bd5e;
    padding: 10px 20px;
    margin-bottom: 1rem;
    width: fit-content;
    display: block;
    border:none;
    color: #fff;
    border-radius: 12px;
}
.news .card{
    padding-right: 0;
    margin-bottom: 35px;
    padding-left: 0;
}
.news .row{
    margin-bottom:50px;
}
.blog-view-s1-container {
    background: #ededed;
    margin: 0 20px;
}
.blog-view-s1-img {
    width: 970px;
    height: 520px;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-top: 20px;
}
.blog-view-s1-img img {
    border-radius: 50px;
    height: 100%;
}
.blog-view-s1-content {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 50px;
}
.blog-view-s1-content hr {
    border: 1px solid #cdcdcd;
    padding: 0 20px;
    border-top: none;
    margin: 20px -20px 20px;
}
.blog-view-s1-content h1 {
    font-weight: 800;
    font-size:24px;
}
.blog-view-s1-content p{
    font-size: 15px;
}
.blog-view-s1-content h2{
    font-size: 22px;
    font-weight: 600;
}
.workout-name {
    height: 135px;
    text-align: left;
    border-radius: 30px;
    color: #000;
    margin-top: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 135px;
    font-size: 58px;
    font-weight: 900;
}
.home-mealplan{
    background: url(/assets/images/meal-plans2.png?v=2) no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 5px;

    padding: 75px 50px;
}
.mp-left{
    max-width: 50%;
    margin: 0 auto;
    color: #000;
    text-align: center;
}
.home-mp-title{
    font-size: 41px;
    font-weight: 800;
}
.home-mp-desc{
    font-size: 20px;
}
.btn-primary{
    background: #62bd5e;
    coloR: #fff;
    border:none;
    font-weight: 600;
    border-radius: 12px;
    text-align: center;
}
.btn-primary:hover{
    background: #62bd5e;
    coloR: #fff;
}



















