.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;

}

.nav-bar {
    height: 90px;
}

.navbar-brand {
    margin: 0;
}

.header-logo {
    width: 64px;
}

.profile-link {
    background: #3a7f46;
    width: 30px;
    height: 30px;
    coloR: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 50%;
    text-align: center;
}

.profile-link:hover {
    color: #fff;
    box-shadow: 0px 0px 4px 6px #d1cb485e;
    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 {
    padding-top: 90px;
}

.box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-left {
    justify-content: flex-start;
}

.offcanvas {
    width: 450px;
    background: #0f1b0f;
}

.offcanvas-title {
    font-weight: 800;
    color:#fff;
    font-size: 30px;
}
.offcanvas-logout{
    float: right;
    font-size: 17px;
    font-weight: 500;
    line-height: 50px;
}

.offcanvas-body {
    padding: 20px 60px;
}

.menu-grid {
    margin-top: 70px;
    clear:both;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu-item {
    width: 45%;
    text-align: center;
    background: #3a7f46;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    color: #fff;
    border-radius: 33px;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.menu-item:hover {
    color: #fff;
}

.menu-links {
    margin-top: 20px;
}

.offcanvas-body .list-group-item {
    padding: 15px 0px 12px 15px;
    font-size: 16px;
    font-weight: 400;
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #3a7f46;
    text-align: center;
}

.offcanvas-body .list-group-item a {
    text-decoration: none;
    color: #fff;
}

.footer {
    position: initial;
    bottom: 0;
    color: #2c241b;
    width: 100%;
    background: #1e1e1e;
}

.footer .container {
    padding: 0px 0;
    padding-bottom: 5px;
}

.motto {
    font-weight: 700;
    margin-top: 20px;
    font-style: italic;
    color: #2c241b;
}

.footer-h4 {
    color: #ffffff;
    font-weight: 400;
    font-size: 26px;
    float: left;
    margin: 0 28px;
    letter-spacing: -1px;
}

.footer-block {
    background: #161616;
    position: relative;
    font-weight: 500;
    color: #fff;
    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: #fff;
    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 {
    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: 49%;
}

#contact button {
    background: #3a7f46;
    border: none;
    border-radius:2px;
}

.contact {
    margin-bottom: 150px;
}

.contact-container {
    justify-content: space-between;
}

.cancel-request {
    font-size: 17px;
    font-weight: 500;
}

.info {
    width: 37%;
}

.pricing {
    justify-content: center;
    margin-bottom: 150px;
    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: 25px;
}

.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 {
    margin-bottom: 200px;
}

.pseudo-header {
    margin: 20px 0;
    align-items: center;
}

.pseudo-header h2 {
    font-size: 20px;
    font-weight: 300;
}

.meal-plans-btn {
    background: #577a4f;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    border-radius: 2px;
    width: 155px;
    font-weight: 500;
    font-size: 15px;
    transition: 0.3s;
}

.meal-plans-btn:hover {
    color: #fff;
}

.bg-oflow-container {
    background-color: #cc4b321a;
    margin-bottom: 50px;
    margin-left: calc(-50vw + 600px - 0.25rem);
    margin-right: calc(-50vw + 600px - 0.25rem);

}

.bg-oflow {
    max-width: 1320px;
    padding: 20px 15px;
    margin: 0 auto;
}

.home-title {
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 20px;
}

.post-link {
    text-decoration: none;
}

.post img {
    border-radius: 10px;
    margin-right: 20px;
    width: 255px;
}

.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;
    background: #4c7c4b;
    height: 50px;
    flex: 1 1 0px;
    line-height: 50px;
    text-decoration: none;
    color: #ffffff;
    flex-grow: 4;
    border-radius: 2px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    transition: 0.3s;
}

.home-menu-item:hover {
    color: #ffffff;
}

.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;
    padding-bottom: 20px;
}

.mmb-logo img {
    width: 155px;
}

.mmb-title {
    margin: 0;
    font-weight: 900;
    margin-left: 20px;
    font-size: 45px;
    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: #3a7f46;
    padding: 10px 20px;
    margin-bottom: 1rem;
    width: fit-content;
    display: block;
    color: #fff;
    border-radius:2px;
}

.mmb-restart:hover {
    color: #fff;
}

.mmb-manage:hover {
    color: #000;
    z-index: 1;
}

.mmb-manage {
    text-decoration: none;
    border: 2px solid #3a7f46;
    padding: 8px 20px;
    width: fit-content;
    margin-bottom: 1rem;
    display: block;
    color: #000;
    border-radius:2px;
}

.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 {
    background: #3a7f46;
    border: none;
    margin-top: 30px;
    width: 250px;
}

.membership button:hover {
    background: #3a7f46;
}

.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:2px;
}

.entry-delete:hover {
    color: #fff;
}

.weight-tracker-table {
    margin-top: 50px;
}

.weight-tracker-table td {
    vertical-align: middle;
}

.new-entry {
    text-decoration: none;
    border: 2px solid #3a7f46;
    padding: 8px 20px;
    width: fit-content;
    margin-bottom: 1rem;
    display: block;
    color: #000;
    border-radius:2px;
}

.new-entry:hover {
    color: #000;
}

.weight-tracker nav, .bmi nav, .news nav, .meal-plan nav {
    margin-bottom: 50px;
}

.weight-tracker-add button {
    background: #3a7f46;
    border: none;
    margin-top: 30px;
    width: 250px;
}

.weight-tracker-add button:hover {
    background: #3a7f46;
}

.meal-plan {
    margin: 60px 0px 150px 0px;
}

.recipe-name {
    background: url(/assets/images/002-breakfast.png);
    height: 135px;
    text-align: left;
    border-radius:2px;
    color:#fff;
    padding-left: 55px;
    margin-top: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 135px;
    font-size: 65px;
    font-weight: 700;
}

.meal-plan ul {
    width: 50%;
}
.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 #3a7f46;
    padding: 0.2em;
    background-color: #3a7f46;
    color: #fff;
}
.meal-plan b{
    padding-left: 20px;
    font-weight: 700;
    font-size: 23px;
}
.selected-meal{
    background: #cc4b32!important;
    color: #fff!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: #3a7f46;
    padding: 10px 20px;
    margin-bottom: 1rem;
    width: fit-content;
    display: block;
    border:none;
    color: #fff;
    border-radius:2px;
}
.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 {
    background: url(/assets/images/002-workout.png?v=1);
    height: 135px;
    text-align: left;
    border-radius:2px;
    color:#fff;
    padding-left:55px;
    margin-top: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 135px;
    font-size: 65px;
    font-weight: 700;
}
.home-mealplan{
    background: url(/assets/images/meal-plans.png) no-repeat;
    background-size: cover;
    color: #fff;
    border-radius:2px;
    margin-bottom:80px;
    padding: 75px 50px;
}
.mp-left{
    max-width: 50%;
}
.home-mp-title{
    font-size: 41px;
    font-weight: 800;
}
.home-mp-desc{
    font-size: 20px;
}



















