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

/********** Template CSS **********/
:root {
    --primary: #DF2926;
    --secondary: #0B9D58;
    --light: #fff;
    --dark: #000;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.05);
}

::-webkit-s crollbar-thumb {
    border-radius: 0px;
    background: linear-gradient(#5ec008, #379911);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: linear-gradient(#5ec008, #379911);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

body {
    font-size: 16px;
    font-family: 'Hind Vadodara', sans-serif;
    overflow-x: hidden;
}

/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}

a {
    text-decoration: none;
}

a:hover {
    color: var(--secondary) !important;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    overflow-x: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

/*** Gradient Text & BG ***/
.text-primary-gradient {
    color: #0B9D58;
}

.text-primary-gradient span {
    color: #fff;
    background-color: #0B9D58;
    padding: 0px 12px 2px 5px;
    clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
}

h1.text-header {
    color: #363636;
    font-size: 32px;
}

p.para-text {
    color: #7E7E7E;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
}

.text-secondary-gradient {
    background: var(--primary);
}

.bg-primary-gradient {
    background: linear-gradient(#f10303, #b41112);
}

.bg-secondary-gradient {
    background: linear-gradient(#f10303, #b41112);
}

/* li {
    list-style: none;
}  */

/*** Button ***/
.btn {
    transition: .5s;
    box-shadow: none !important;
}

.btn.btn-primary-gradient,
.btn.btn-secondary-gradient {
    position: relative;
    overflow: hidden;
    border: none;
    color: #FFFFFF;
    z-index: 1;
}

.btn.btn-primary-gradient::after,
.btn.btn-secondary-gradient::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    z-index: -1;
    opacity: 0;
}

.btn.know-btn {
    background: #fff;
    color: #df2926 !important;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
}

.btn.know-btn:hover {
    background: linear-gradient(#f10303, #b41112);
    color: #ffffff !important;
}

.btn.btn-primary-gradient,
.btn.btn-secondary-gradient::after {
    background: #DF2926;
    font-weight: 600;
    background: linear-gradient(#f10303, #b41112);
    text-transform: uppercase;
    color: #fff !important;
}

.btn.btn-secondary-gradient,
.btn.btn-primary-gradient::after {
    background: #DF2926;
}

.hero-header .btn.btn-primary-gradient:hover::after,
.hero-header .btn.btn-secondary-gradient:hover::after {
    opacity: 1;
}

.btn.btn-primary-gradient:hover,
.btn.btn-secondary-gradient:hover {
    background: linear-gradient(#3a9d58, #207200);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    border: none;
    /* background: var(--primary); */
    background: linear-gradient(#f10303, #b41112);
}

i.bi.bi-arrow-up {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

/*** Navbar ***/
.header_section {
    z-index: 999;
    position: relative;
}

header.header_section a.navbar-brand {
    width: 155px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--dark) !important;
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav a.nav-link.nav_anchor_main {
    font-size: 16px;
    font-weight: 400;
    color: var(--dark);
}

/* div#navbarSupportedContent {
    display: none;
} */
.collapse {
    transition: height .35s ease;
}

.navbar-light .navbar-nav a.nav-link.nav_anchor_main.active {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary) !important;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover::before,
.navbar-light .navbar-nav .nav-link.active::before {
    top: 0;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 60px;
}

.cart_nav {
    position: relative;
    display: block;
    width: 28px;
    height: auto;
    overflow: unset;
}

.count_nav {
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 2;
    font-size: 11px;
    border-radius: 50%;
    background: linear-gradient(#f10303, #b41112);
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: block;
    text-align: center;
    color: white;
    font-weight: bold;
}

/* @media (max-width: 1199px) {
    .navbar-light .navbar-nav a.nav-link.nav_anchor_main {
        font-size: 14px !important;
    }
} */
@media only screen and (max-width: 1065px) and (min-width: 992px) {
    .navbar-light .navbar-nav a.nav-link.nav_anchor_main {
        font-size: 11px !important;
    }
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
        padding-top: 20px !important;
    }

    .about_img {
        margin: auto;
        display: block;
    }

    .hero-header {
        background-size: auto !important;
    }

    .footer-colm {
        margin-top: 30px;
    }

    .newsletter_bg {
        padding: 30px !important;
    }

    .newsletter_bg h1 {
        font-size: 24px !important;
    }

    .newsletter_bg p {
        font-size: 16px !important;
    }

    .newsletter_bg button {
        padding: 9px 5px !important;
        font-weight: 500 !important;
        font-size: 14px !important;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
        margin-right: 0;
    }

    .whatshap_btn.Log_in {
        margin-bottom: 10px;
    }

    .navbar-light .navbar-nav .nav-link::before {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--primary) !important;
        margin-right: 0px;
    }

    .navbar-light .navbar-brand h1 {
        background: linear-gradient(to bottom right, var(--primary), var(--secondary));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .navbar-light .navbar-brand img {
        max-height: 40px !important;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }

    .navbar-height {
        height: auto;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        background: linear-gradient(to bottom right, var(--primary), var(--secondary));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
.coming_soon{
    margin-top:-30px !important;
    font-size:30px !important;
    white-space: nowrap !important;
}
@media (max-width: 768px) {

    /* test */
    .coming_soon{
        margin: 20px 0px 30px 20px !important;
        white-space: normal !important;
    }

    header.header_section a.navbar-brand img {
        width: auto !important;
    }

    h1.text-header {
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .navbar-light .navbar-nav a.nav-link.nav_anchor_main {
        margin-right: 0 !important;
    }

    .whatshap_btn.Log_in {
        margin-right: 0px !important;
    }

    .navbar-light .navbar-toggler {
        border: unset;
        padding: 0;
        box-shadow: 0px 0px 0px #0000;
    }
}

/*** Hero Header ***/
.heading_align {
    margin-top: -10rem;
}

.hero-header {
    padding: 10rem 0 0 0;
    background-image:
        url("../img/banner_bg.png");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .hero-header {
        padding: 12rem 0 0rem 0;
    }

    /* .ad_space div {
        padding: 1rem 1rem !important;
    } */

    .heading_align {
        margin-top: auto;
    }
}

.screenshot-carousel::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/phone-frame.svg") center center no-repeat;
    background-size: 243px 500px;
    z-index: 1;
}

.market-btn {
    border-radius: 8px;
    width: 48%;
    text-align: center;
    display: inline-block;
    padding: 0.5rem 0.875rem;
    padding-left: 2.8125rem;
    -webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    border: 1px solid #000000;
    background-position: center left 0.75rem;
    background-color: #fff;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    text-decoration: none;
}

.market-btn .market-button-title {
    display: block;
    color: #222;
    font-size: 1.125rem;
}

.market-btn:hover {
    background-color: #f7f7f7;
    text-decoration: none;
}

.apple-btn {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiMyZTJlMmUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-position: 20% 40%;
}

.google-btn {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-position: 18% 50%;
}

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

img.gena-img-details {
    box-shadow: 5px 16px 24px #00000017;
    border-radius: 37px;
}

img.test_height {
    /* height: 100%; */
    /* max-width: 400px; */
    object-fit: cover;
}

/*.ad_space div {
    padding: 1rem 6rem;
}*/

.qr_code {
    height: 100px;
    object-fit: contain;
}

@media (max-width: 767px) {
    /* img.test_height {
        height: 200px;
    } */

    h5 {
        font-size: 16px;
    }

    img.gena-img-details {
        width: 100% !important;
    }

    .btn.btn-primary-gradient,
    .btn.btn-secondary-gradient::after,
    .btn.know-btn {
        font-size: 14px !important;
    }

    .order_main_para {
        margin-top: 15px !important;
    }

    .ad_space div {
        padding: 0rem !important;
    }
}

/* About Us */
.container-about::before {
    position: absolute;
    content: "";
    width: 143px;
    height: 100%;
    top: 0;
    right: 0;
    background: url("../img/Decorator_bg.svg");
    background-repeat: no-repeat;
    z-index: -1;
}


/*** Our Services ***/
.feature_dna.feature-item_new {
    background-color: #fff !important;
    box-shadow: 0px 0px 17px #ebebeb;
}

.hidden-menu-exo.content_show ul li {
    color: #7e7e7e !important;
    list-style: disc;
}

.hidden-menu.content_show {
    background: #fff;
    padding: 25px 8px 0px 0px;
    text-align: left;
}

.hidden-menu-exo.content_show ul {
    padding-left: 20px;
}

.position_border {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 10px !important;
    border: 4px solid #0b9d58;
}

.hidden-menu-exo {
    background: #fff;
    padding: 25px 8px 0px 0px;
    text-align: left;
}

.hidden-menu-exo p {
    margin-bottom: 5px;
    color: #7e7e7e;
}

.hidden-menu.content_show p {
    margin-bottom: 5px;
    color: #7e7e7e;
}

.btn_popover_explore {
    height: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    padding: 0px 35px;
    border-radius: 50px;
    border: 0;
    background: linear-gradient(#f10303, #b41112);
    transition: all .3s ease 0s;
}

.btn_popover_explore:hover {
    background: linear-gradient(#3a9d58, #207200);
}

.gene_note {
    padding: 25px;
    margin: 5px 0px 0px 0px;
    text-align: center;
    border: 2px solid #0b9d58;
    border-radius: 10px;
}

.gene_note h4 {
    margin-bottom: 15px;
    font-size: 28px;
}

.gene_note p {
    color: #6c6c6c;
    font-size: 18px;
}

.gene_note p span {
    line-height: 25px;
    color: #e20707;
    font-weight: 600;
    font-size: 20px;
}

.feature-item_new .d-inline-flex img.d-block {
    height: 100px;
    object-fit: contain;
}

.price-value-gene {
    font-size: 20px;
    color: #0b9d58;
    transition: all .5s ease 0s;
    font-weight: 800;
    line-height: 28px;
}

.heading_gene_tests {
    background: linear-gradient(#f103031c, #b411121c);
    color: #313131;
    width: fit-content;
    margin: auto;
    font-weight: 400 !important;
    padding: 5px 15px;
}

.modal-backdrop.show {
    opacity: .5;
    /*z-index: 999999;*/
}

/*.modal {
    z-index: 99999999999999999 !important;
}*/

.counsltion_popup .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}

.counsltion_popup .modal-content {
    border-radius: 20px;
}

.counsltion_popup .form-control,
.priceing_section select {
    border: 1px solid #AEAEAE !important;
    border-radius: 5px;
}

.counsltion_popup .modal-body {
    padding: 20px 25px;
}

.counsltion_popup h2 {
    font-size: 24px;
}

p.card_free_tag.close {
    background: #c50d0d;
}

p.card_free_tag.close::after {
    border-right: 5px solid #c50d0d !important;
}

.deit_plan_services.add_labs:before {
    top: 7px !important;
}

a.deit_plan_services.add_labs {
    width: 150px;
    height: calc(3.5rem + -12px);
}

.timeing_inner_box .fruit-icon {
    width: 15px !important;
    height: 15px !important;
    object-fit: contain;
    margin-right: 5px;
}

.counsltion_popup .input-block {
    margin-bottom: 20px !important;
}

.timeing_inner_box .open {
    margin-right: 10px;
    border-right: 1px solid #158e54;
    padding-right: 10px;
}

.timeing_inner_box .open span {
    color: #0b9d58;
}

.timeing_inner_box .close span {
    color: #f10303;
}

.loction_wrapper iframe {
    height: 250px;
    width: 100%;
}

.card_free_tag {
    background-color: #0b9d58;
    position: absolute;
    top: -5px;
    right: 20px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 0;
    border-radius: 0 0 4px 4px;
    padding: 4px 11px;
    line-height: 17px;
}

.feature-item_new.service_items {
    background: #f0862e42;
}

.feature-item_new.service_items.active {
    background: #f0862e59;
    box-shadow: 0px 0px 16px #fbe0c9;
}

form.form_checkbox_subs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

form.form_checkbox_subs label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    justify-content: center;
}

form.form_checkbox_subs label input {
    position: absolute;
    left: -9999px;
}

form.form_checkbox_subs label input:checked+span {
    border: 1px solid #0b9d58;
    background: #0b9d581c;
}

form.form_checkbox_subs label input:checked+span:before {
    box-shadow: inset 0 0 0 0.4375em #0b9d58;
}

form.form_checkbox_subs label span {
    height: 65px;
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 1.375em;
    border-radius: 0.3em;
    transition: 0.25s ease;
    border: 1px solid #dfdfdf;
}

form.form_checkbox_subs label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #0b9d58;
}

td.table_background_feature {
    background: #fbe0c975;
}

.card_free_tag::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #0b9d58;
    border-bottom: 0px solid transparent;
    position: absolute;
    top: 0px;
    left: -5px;
}

.feature-item_new {
    transition: .5s;
    background: rgba(11, 157, 88, 0.09);
    border-radius: 10px !important;
    cursor: pointer;
    height: 100%;
}

.btn.btn-primary-gradient_red {
    background: #DF2926;
    font-weight: 600;
    background: linear-gradient(#f10303, #b41112);
    text-transform: uppercase;
    color: #fff !important;
    position: relative;
    overflow: hidden;
    border: none;
    z-index: 1;
}

.deit_plan a {
    width: 100%;
    max-width: 180px;
    display: block;
    margin: 10px auto !important;
}

.deit_plan div.btn.btn-primary-gradient_red.rounded-pill.animated.slideInLeft {
    width: 100%;
    max-width: 180px;
    display: block;
    margin: 10px auto !important;
}

.feature-item {
    transition: .5s;
    background: rgba(11, 157, 88, 0.09);
    border-radius: 10px !important;
    cursor: pointer;
}

h1.main_heading_content {
    position: relative;
}

h1.main_heading_content:before {
    content: "";
    background: #fff;
    width: 80px;
    height: 7px;
    position: absolute;
    bottom: -15px;
    border-radius: 10px;
    left: 50%;
    margin-left: -45px;
}

h1.main_heading_content:after {
    content: "";
    background: #fff;
    width: 14px;
    height: 7px;
    position: absolute;
    bottom: -15px;
    border-radius: 10px;
    left: 50%;
    margin-left: 40px;
}

.feature-item:hover {
    margin-top: -15px;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .08);
}

h5.service-heading {
    font-size: 18px;
    font-weight: 700 !important;
}

.footer img:first-child {
    /*    width: 100%;*/
    max-width: 170px;
    object-fit: contain;
}

.Consultation_section .feature-item_new {
    transition: .5s;
    background: rgb(255 255 255);
    border-radius: 10px !important;
    cursor: pointer;
    height: 100%;
}

.Consultation_section .feature-item_new:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}

.Consultation_section .feature-item_new .rounded-circle img {
    width: 100%;
    max-width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
    position: absolute;
    right: 11px;
    cursor: pointer;
}

.easySelect .styledSelect {
    border-color: #aeaeae !important;
    cursor: pointer;
    padding: 14px 60px 14px 19px !important;
}

input.open_sm:before {
    content: 'Open Time:';
    margin-right: .5em;
    color: #9d9d9d;
    font-size: 13px;
}

input.close_sm:before {
    content: 'Close Time:';
    margin-right: .5em;
    color: #9d9d9d;
    font-size: 13px;
}

@media (max-width: 576px) {
    .inner_content.d-flex {
        display: block !important;
    }
}

@media (max-width: 450px) {
    .priceing_section .Search_wrapper {
        display: block !important;
    }

    .priceing_section .form-floating {
        position: relative;
        width: 100%;
    }

    a.deit_plan_services.add_labs {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .feature-item {
        height: 300px;
        overflow-y: hidden;
        text-overflow: ellipsis;
    }

    .market-btn .market-button-title {
        font-size: 14px;
    }
}

/*** Screenshot ***/
.screenshot-carousel {
    position: relative;
    width: 253px;
    height: 500px;
    padding: 15px;
    margin-right: 30px;
}

.screenshot-carousel .owl-item img {
    position: relative;
    width: 223px;
    height: 470px;
}

.screenshot-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.screenshot-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    width: 15px;
    height: 15px;
    background: radial-gradient(50% 50% at 50% 50%, #0C8F51 46.87%, #33D186 100%);
    border-radius: 15px;
    transition: .5s;
}

.screenshot-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 5px;
    left: 5px;
    background: #FFFFFF;
    border-radius: 5px;
}

.screenshot-carousel .owl-dot.active {
    box-shadow: 0 0 10px #00000036;
}

/*** Our CEO ***/
.ceo_img {
    height: 550px;
    object-fit: cover;
    width: 100%;
}

/*** Our Team ***/
.text-center.team-detail-hover {
    /* position: absolute; */
    left: 12px;
    right: 12px;
    bottom: 0px;
    background: #000000;
    padding: 12px;
    min-height: 83px;
    /* clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%); */
}

section#team img {
    height: 390px;
    object-fit: cover;
}

section#team .detail {
    padding: 10px 10px;
    width: 100%;
    border: 1px solid #575757;
    height: 280px;
    overflow: auto;
}

section#team .detail::-webkit-scrollbar {
    width: 0;
}

section#team .detail p {
    margin: 0;
}

h5.team-name {
    color: #fff;
    font-size: 26px;
    font-weight: 700 !important;
}

p.team-text {
    color: #ffffff;
    font-weight: 500;
}

.state {
    cursor: pointer;
}

/*** Download App ***/
.download-btn {
    font-size: 22px;
    font-weight: 400 !important;
}

a.download-anchor {
    border-radius: 10px !important;
    padding: 12px 26px;
    width: 95%;
}

i.fab.fa-apple.fa-3x.text-white.flex-shrink-0 {
    font-size: 42px;
}

i.fab.fa-android.fa-3x.text-white.flex-shrink-0 {
    font-size: 42px;
}

/*** Testimonial ***/
.testimonial-item {
    border-radius: 10px;
    background: rgba(11, 157, 88, 0.09);
    margin: 8px;
}

.testimonial-item h5 {
    font-size: 18px;
    font-weight: 700 !important;
}

.testimonial-item img {
    border-radius: 10px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #0B9D58;
}

.testimonial-carousel .owl-item.center .testimonial-item h5,
.testimonial-carousel .owl-item.center .testimonial-item p {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 60px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
}

/* Our Recipes */
.card.main_card {
    border-radius: 10px;
    box-shadow: 0px 0px 30px #00000014;
}

.card.main_card .card-body p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    color: #7E7E7E;
}

.card.main_card .card-footer span {
    color: #0b9d58;
    margin-left: 5px;
}

.main_card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.main_card .card-footer {
    font-size: 14px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.card_icon {
    color: var(--secondary);
}

.form-floating .form-control.email-footer.search-recipes {
    height: calc(3.5rem + -12px);
    padding: 0.5rem 0.75rem;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.form-floating>label.recipes-label {
    padding: 0.56rem 0.75rem;
}

.Email-submit.recipes_button {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    height: calc(3.5rem + -12px);
}

/** Contact Us Modal CSS Start**/

p.contact_us_form_error {
    margin-bottom: 0;
}

.contact_us_form_error {
    display: none;
    color: #e20e0e;
    font-size: 14px;
    font-weight: 500;
}

/** Contact Us Modal CSS End **/

/*** Science page ***/
.science_img {
    height: 400px;
    background-size: cover;
    object-fit: cover;
}

.img_read {
    height: 250px;
    width: 250px !important;
    object-fit: cover;
    display: block;
    border: 2px dashed #0b9d58;
    padding: 10px;
}

/*** Contact us ***/
/* .form-floating .form-control{
    border-radius: 10px !important;
}
.form-floating>label {
    color: #A6A6A6;
    white-space: nowrap;
}
.form-control:focus {
    border-color: #ced4da;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.container-contact::before{
    position: absolute;
    content: "";
    width: 143px;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/Decorator-right.svg");
    background-repeat: no-repeat;
    z-index: -1;
} */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*** Newsletter ***/

.newsletter_bg {
    background-color: var(--secondary);
    border-radius: 10px;
    padding: 80px;
    justify-content: space-around;
    width: 80%;
    margin: auto;
    color: #fff;
}

.newsletter_bg p {
    font-size: 18px;
}

.newsletter_bg button {
    border: 2px solid #fff;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 25px;
    border-radius: 48px;
}

.row-newsletter::before {
    position: absolute;
    content: "";
    width: 215px;
    height: 105px;
    bottom: 0;
    right: 175px;
    background: url("../img/newsletter_bg.svg");
    background-repeat: no-repeat;
    z-index: 1;
}

.newsletter-width {
    width: 75%;
}

.wizard.clearfix .steps.clearfix ul li.first {
    margin-top: 0px !important;
    display: block;
}

@media (max-width: 767px) {
    .newsletter_bg {
        display: block !important;
        text-align: center;
    }

    .newsletter-width {
        width: 100%;
    }

    .newsletter_bg button {
        margin-top: 10px;
    }

    .order_main_img {
        order: 1;
    }

    .order_main_para {
        order: 2;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 30px
    }

    .hero-header {
        padding: 7rem 0 0rem 0;
    }
}

/*** Footer ***/
.form-floating>label {
    white-space: nowrap;
}

.form-floating .form-control.email-footer {
    border-radius: 5px !important;
    height: calc(3.5rem + -2px);
    border: 1px solid #dfdfdf;
}

.form-floating>label {
    color: #b1b1b1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0.9rem 0.75rem;
}

.wizard .steps.clearfix ul {
    position: relative;
}

.wizard .steps.clearfix ul::before {
    background: #ffffff03;
    width: 100%;
    z-index: 9999;
    position: absolute;
    height: 21px;
    top: 0;
}

.Email-submit {
    /* background-color: var(--primary); */
    border: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px;
    background: linear-gradient(#f10303, #b41112);
    height: calc(3.5rem + -2px);
}

.Email-submit:hover {
    background: linear-gradient(#3a9d58, #207200);
}


.footer_unorder li {
    list-style: none;
    color: #575757;
    font-size: 16px;
    font-weight: 500;
}

.footer_unorder li a {
    color: #575757;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 8px;
}

.foot-col-2 {
    padding-left: 1rem;
}

.footer-bottom {
    background-color: var(--secondary);
}

.footer-bottom p {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 575px) {}

/*** Contact Us Css start ***/
/*.modal {
    z-index: 99999999;
}

.modal-backdrop {
    z-index: 999999;
}*/

.main_modal_header {
    background-image:
        url("../img/contact_bg.png");
}

.btn-close.close_btn_modal {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    right: -10px;
    top: -12px;
    background-color: #df2926;
    opacity: 1;
    border-radius: 50px;
    z-index: 9;
}

.btn-close {
    background: transparent url("../img/close_icon.svg") center/1em auto no-repeat;
}

.wrapper {
    border-radius: 10px;
    padding: 10px 25px;
    background: rgb(255 255 255 / 35%);
    margin: auto;
    display: flex;
    align-items: center;
    height: calc(460px - 0px);
}

.wrapper .image-holder {
    width: 51%;
}

.wizard>.steps .current-info,
.wizard>.steps .number {
    display: none;
}

.steps {
    margin-bottom: 30px;
}

.steps ul {
    display: flex;
    position: relative;
    justify-content: center;
}

.steps ul li {
    width: 20.16%;
    margin-right: 10px;
    list-style: none;
}

.steps ul li a {
    display: inline-block;
    width: 100%;
    height: 7px;
    background: #fff;
    border-radius: 3.5px;
}

.steps ul li.first a,
.steps ul li.checked a {
    background: #0b9d58;
    transition: all 0.5s ease;
}

.steps ul:before {
    content: "";
    font-size: 22px;
    color: #333;
    top: -38px;
    position: absolute;
}

/* .steps ul.step-2:before {content: "Additional Information"; }
.steps ul.step-3:before {content: "Your Order"; }
.steps ul.step-4:before {content: "Billing Method"; } */

.form-row {
    margin-bottom: 15px;
}

.form-row label {
    margin-bottom: 8px;
    display: block;
    color: #fff;
}

.form-row.form-group {
    display: flex;
}

.form-row.form-group .form-holder {
    width: 50%;
    margin-right: 21px;
}

.form-row.form-group .form-holder:last-child {
    margin-right: 0;
}

.form-holder {
    position: relative;
}

.form-holder i {
    position: absolute;
    top: 11px;
    right: 19px;
    font-size: 17px;
    color: #999;
}

.form-control {
    height: 42px;
    border: 1px solid #fff;
    background: #ffff;
    padding: 0 18px;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: #0b9d58;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    font-size: 13px;
}

.form-control::-moz-placeholder {
    color: #999;
    font-size: 13px;
}

.form-control:-ms-input-placeholder {
    color: #999;
    font-size: 13px;
}

.form-control:-moz-placeholder {
    color: #999;
    font-size: 13px;
}

textarea.form-control {
    padding-top: 11px;
    padding-bottom: 11px;
}

.option {
    color: #999;
}

.actions ul {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.actions ul.step-last {
    justify-content: flex-end;
}

.actions ul.step-last li:first-child {
    display: none;
}

.actions li a {
    padding: 0;
    border: none;
    display: inline-flex;
    height: 51px;
    width: 135px;
    align-items: center;
    background: linear-gradient(#f10303, #b41112);
    border-radius: 50rem !important;
    cursor: pointer;
    position: relative;
    padding-left: 41px;
    color: #fff !important;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-weight: 400;
}

.actions li a:before {
    content: '\2192';
    position: absolute;
    font-family: "FontAwesome";
    top: 10px;
    right: 30px;
    font-size: 22px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.actions li a:hover {
    background: linear-gradient(#f10303, #b41112);
}

.actions li a:hover:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.actions li[aria-disabled="true"] a {
    display: none;
}

.actions li:first-child a {
    background: linear-gradient(#f10303, #b41112);
    padding-left: 48px;
}

.actions li:first-child a:before {
    content: '\2190';
    left: 18px;
}

.actions li:first-child a:hover {
    background: linear-gradient(#f10303, #b41112);
}

.actions li:last-child a {
    padding-left: 29px;
    font-weight: 400;
}

.actions li:last-child a:before {
    right: 30px;
}

.checkbox {
    position: relative;
}

.checkbox label {
    padding-left: 21px;
    cursor: pointer;
    color: #999;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox input:checked~.checkmark:after {
    display: block;
}

.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 12px;
    width: 13px;
    border-radius: 2px;
    background-color: #ebebeb;
    border: 1px solid #ccc;
    color: #000;
    font-size: 10px;
    font-weight: bolder;
}

.checkmark:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    content: '\f26b';
}

.checkbox-circle {
    margin-top: 41px;
    margin-bottom: 46px;
}

.checkbox-circle label {
    cursor: pointer;
    padding-left: 26px;
    color: #999;
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.checkbox-circle label.active .tooltip {
    display: block;
}

.checkbox-circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-circle input:checked~.checkmark:after {
    display: block;
}

.checkbox-circle .checkmark {
    position: absolute;
    top: 11px;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #ebebeb;
    border: 1px solid #cdcdcd;
}

.checkbox-circle .checkmark:after {
    content: "";
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666666;
    position: absolute;
    display: none;
}

.checkbox-circle .tooltip {
    padding: 9px 22px;
    background: #f2f2f2;
    line-height: 1.8;
    position: relative;
    margin-top: 16px;
    margin-bottom: 28px;
    display: none;
}

.checkbox-circle .tooltip:before {
    content: "";
    border-bottom: 10px solid #f2f2f2;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    position: absolute;
    bottom: 100%;
}

.product {
    margin-bottom: 33px;
}

.item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

.item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.item .left {
    display: flex;
    align-items: center;
}

.item .thumb {
    display: inline-flex;
    width: 100px;
    height: 90px;
    justify-content: center;
    align-items: center;
    border: 1px solid #f2f2f2;
}

.item .purchase {
    display: inline-block;
    margin-left: 21px;
}

.item .purchase h6 {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 500;
}

.item .purchase h6 a {
    color: #333;
}

.item .price {
    font-size: 16px;
}

.checkout {
    margin-bottom: 44px;
}

.checkout span.heading {
    font-weight: 500;
    margin-right: 5px;
}

.checkout .subtotal {
    margin-bottom: 18px;
}

.checkout .shipping {
    margin-bottom: 19px;
}

.checkout .shipping span.heading {
    margin-right: 4px;
}

.checkout .total-price {
    font-family: "Muli-Bold";
    color: #333;
    font-weight: 700;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 1199px) {
    .wrapper {
        height: auto;
    }

    .actions ul {
        padding-left: 0;
    }

    #wizard {
        margin-right: 40px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .form_head h2 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .modal-dialog.modal-xl.modal-dialog-centered {
        width: 94%;
        max-width: unset;
    }

    .actions li:first-child a:before {
        left: 14px;
        right: auto;
    }

    .wrapper {
        justify-content: center;
    }

    .wrapper .image-holder {
        display: none;
    }

    .wrapper form {
        width: 60%;
    }

    #nutrionist_register,
    form#nutrionist_login {
        width: 100%;
    }

    #wizard {
        margin-right: 0;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .market-btn .market-button-title {
        font-size: 14px;
    }

    .wrapper {
        height: auto;
        display: block;
        padding: 5px;
    }

    .wrapper .image-holder {
        width: 100%;
        display: block;
    }

    .wrapper form {
        width: 100%;
    }

    #wizard {
        min-height: unset;
        padding: 40px 3px 0px;
    }

    .main_modal_header {
        padding: 10px !important;
    }

    .form-row.form-group {
        display: block;
    }

    .form-row.form-group .form-holder {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .item .purchase {
        margin-left: 11px;
    }

    .actions li a {
        width: 125px;
    }
}


/*****************HOME PAGE STYLE****************/
/********************* End! ********************/



/****************ABOUT US PAGE STYLE**************/
/********************* Start! ********************/

/*.about-header h1 {
    font-size: 56px;
}*/

.about-header .btn.know-btn {
    /* background: #3a9d58; */
    color: #ffffff !important;
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(#3a9d58, #207200);
}

.about-header .btn.know-btn:hover {
    background: linear-gradient(#f10303, #b41112);
}

.gena_healthx_img {
    height: 450px;
    object-fit: cover;
}

.Gena_HealthX_content .content_heading {
    color: #363636;
    font-size: 32px;
}

/*section.Gena_HealthX_content.mt-5 {
    margin-top: 80px;
}*/
/*.our_technolgy_section, .about_footer_section, .footer_section_start{
    margin-top: 100px!important;
}*/
.gena_healthx_img {
    height: 400px;
    object-fit: contain;
    margin-top: 30px;
    width: 100%;
}

@media (max-width: 1400px) {
    p.text-center.para-text.w-50.m-auto.mb-4 {
        width: 60% !important;
    }
}

@media (max-width: 1200px) {
    p.text-center.para-text.w-50.m-auto.mb-4 {
        width: 70% !important;
    }
}

@media (max-width: 992px) {
    .gena_healthx_img {
        height: auto !important;
        object-fit: contain;
        margin-top: -20px !important;
        width: 100%;
    }

    p.text-center.para-text.w-50.m-auto.mb-4 {
        width: 100% !important;
    }

    .health_about_us_images {
        text-align: center;
    }

    .gena_healthx_img {
        width: 70%;
    }

    section.LifeNome_section {
        margin-top: 0px !important;
    }

    /*.our_technolgy_section, .about_footer_section, .footer_section_start {
        margin-top: 50px!important;
    }*/
}

@media (max-width: 767px) {
    .about-header {
        padding-top: 50px;
    }

    .about-header h1 {
        font-size: 40px;
        margin: 0 0 10px !important;
    }

    .gena_healthx_img {
        width: 80%;
    }

    .Gena_HealthX_content .content_heading {
        font-size: 28px;
    }

    h1.text-header {
        font-size: 30px;
    }


}

@media (max-width: 575px) {
    p.text-dark.main-text br {
        display: none;
    }

    body {
        font-size: 14px;
    }

    p.para-text {
        font-size: 14px;
    }

    h1.text-header {
        font-size: 24px;
    }

    h3 {
        font-size: 22px !important;
    }

    h4 {
        font-size: 20px !important;
    }

    .footer_unorder li a {
        font-size: 14px;
    }

    .btn.btn-primary-gradient,
    .btn.btn-secondary-gradient::after,
    .btn.know-btn {
        font-size: 14px;
    }

    .Gena_HealthX_content .content_heading {
        color: #363636;
        font-size: 18px;
    }

    .gena_content_inner p {
        font-size: 14px;
    }

    .about-header h1 {
        font-size: 30px;
    }

    ul.ps-0.categrius_contnet.d-flex.mt-3 {
        flex-wrap: wrap;
    }

    ul.ps-0.categrius_contnet.d-flex.mt-3 li {
        margin-bottom: 10px;
    }

    /*.our_technolgy_section, .about_footer_section, .footer_section_start {
        margin-top: 30px!important;
    }*/
}

@media (max-width: 1400px) {
    .Gena_HealthX_content br {
        display: none;
    }

}

/*ABOUT US PAGE STYLE*/
/********************* End! ********************/

/*APP DOWNLOAD PAGE STYLE*/
/********************* Start! ********************/
ol.breadcrumb {
    justify-content: center;
    margin-top: 30px;
}

li.breadcrumb-item a {
    color: #fff !important;
    font-weight: 600;
}

li.breadcrumb-item.active {
    color: #dfdfdf;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #dfdfdf;
}

.mobile-screen {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.second_heading {
    font-size: 100px;
    font-weight: 600;
    color: #d0d1d3;
}

.download_step_section .row {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    #first_content {
        -webkit-order: 2;
        order: 2;
    }

    #second_content {
        -webkit-order: 1;
        order: 1;
    }

    /* Standard syntax */
    #first_content {
        order: 2;
    }

    #second_content {
        order: 1;
    }

    .mobile-screen {
        width: 100%;
        height: 290px;
        object-fit: contain;
    }

    .col-lg-6.wow.fadeInUp {
        text-align: center;
    }
}

/*APP DOWNLOAD PAGE STYLE*/
/********************* End! ********************/

/*CEO PAGE STYLE*/
/********************* start! ********************/
section.ceo_banner_section {
    background: #0b9d58;
    height: 350px;
    padding-top: 2rem;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

section.ceo_banner_section .main_heading_content {
    font-size: 2.3rem;
    margin-top: 5px;
    color: #fff;
}

/*CEO PAGE STYLE*/
/********************* End! ********************/

/*Services1_inner PAGE STYLE*/
/********************* start! ********************/

p.note_package {
    background: #f0862e4f;
    cursor: pointer;
    padding: 2px 10px;
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: end;
    letter-spacing: 1px;
    width: fit-content;
    float: right;
}

p.note_package:hover {
    box-shadow: 0px 0px 10px #fadabea6;
}

.pricingTable {
    text-align: center;
    background: rgb(11 157 88 / 2%);
    box-shadow: 0 0 30px #ababab33;
    padding-bottom: 40px;
    border-radius: 10px;
    color: #cad0de;
    transform: scale(1);
    transition: all .5s ease 0s
}

input.form-check-input {
    cursor: pointer;
}

.predisposition_heading {
    color: #0b9d58;
    font-weight: 700 !important;
    margin: 10px 0 -4px;
    white-space: nowrap;
}

.form-check.all_panel_price {
    margin: 25px 0 0;
    text-align: center;
    display: flex;
    justify-content: end;
}

input#flexCheckDefault,
.form-check.all_panel_price label {
    font-size: 20px;
    margin-left: 6px;
    font-weight: 500;
}

.btn.genetic_btn {
    font-weight: 600;
    background: linear-gradient(#f10303, #b41112);
    color: #fff !important;
    border: none;
    border-radius: 22px;
    padding: 10px 20px;
}

.btn.genetic_btn:hover {
    background: linear-gradient(#3a9d58, #207200);
}

.all_panel_price_wrapper p {
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

.pricingTable:hover {
    transform: scale(1.02);
    z-index: 1;
}

.pricingTable .pricingTable-header {
    padding: 40px 0;
    background: rgb(11 157 88);
    border-radius: 10px 10px 50% 50%;
    transition: all .5s ease 0s
}

.pricingTable:hover .pricingTable-header {
    background: #df2926;
}

.pricingTable .pricingTable-header i {
    font-size: 50px;
    color: #858c9a;
    margin-bottom: 10px;
    transition: all .5s ease 0s
}

.pricingTable .price-value {
    font-size: 35px;
    color: #0b9d58;
    transition: all .5s ease 0s;
    font-weight: 700;
    line-height: 28px;
}

.pricingTable .month {
    display: block;
    font-size: 14px;
    color: #00000094;
}

.pricingTable .heading {
    font-size: 24px;
    color: #0b9d58;
    margin-bottom: 20px;
    text-transform: uppercase
}

.pricingTable .pricing-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.pricingTable .pricing-content ul li {
    line-height: 30px;
    color: #303030;
}

.pricingTable .pricingTable-signup a,
.priceing_section .add_cart_btn {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    padding: 10px 35px;
    border-radius: 50px;
    background: #df2926;
    background: linear-gradient(#f10303, #b41112);
    transition: all .3s ease 0s;
}

.pricingTable.red .heading,
.pricingTable.red .price-value {
    color: #ff4b4b
}

.pricingTable.red .pricingTable-signup a,
.pricingTable.red:hover .pricingTable-header {
    background: #ff4b4b
}

.pricingTable.red .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ff4b4b
}

button.accordion-button {
    padding: 0.7rem 1rem;
}

@media screen and (max-width:990px) {
    .pricingTable {
        margin: 0 0 20px
    }
}

form.search_form {
    display: flex;
    gap: 10px;
    /* flex-wrap: wrap; */
    justify-content: center;
}

/* form.search_form .input_name {
    width: 40%;
    position: relative;
}
form.search_form .phone_number {
    width: 20%;
    position: relative;
}
form.search_form .email {
    width: 20%;
    position: relative;
} */
form.search_form .btn_submit {
    border-radius: 5px !important;
    height: calc(3.5rem + -2px);
    width: 20%;
    position: relative;
    /*    background-color: var(--primary);*/
    background: linear-gradient(#f10303, #b41112);
    border: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 15px;
}

.feature_selected p {
    white-space: nowrap;
}

.form-control.facility_name {
    border-radius: 5px !important;
    height: calc(3.5rem + -2px);
    border: 1px solid #e2e2e2;
    padding: 10px 15px;
    margin-bottom: 20px;
    line-height: 35px;
    outline: none;
    box-shadow: none !important;
}

.accordion-button::after {
    background-image: none !important;
    content: '\f067' !important;
    font-family: "Font Awesome 5 Free" !important;
    font-size: 1rem;
    font-weight: 900;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotateZ(45deg);
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #0b9d58;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b6fe00;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0) !important;
}

.lifestyle {
    width: 45px;
    margin-right: 20px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
}

@media (max-width: 1399px) {
    table.genetic_health_wrapper {
        width: 1280px;
    }

    .navbar-light .navbar-brand img {
        max-height: 42px !important;
    }

    .navbar-light .navbar-nav a.nav-link.nav_anchor_main {
        font-size: 14px !important;
    }
}

@media (max-width: 1399px) {
    .navbar-light .navbar-nav a.nav-link.nav_anchor_main {
        font-size: 14px !important;
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    form.search_form .btn_submit {
        width: 50%;
    }

    form.search_form {
        display: block;
        text-align: center;
    }
}

/*Services1_inner PAGE STYLE*/
/********************* End! ********************/

/*Career PAGE STYLE*/
/********************* start! ********************/

.wrapper_career {
    display: block;
    width: 80%;
    margin: auto;
    /* height: 280px; */
    position: relative;
    padding: 10px;
}

.orange-border {
    background-color: #0b9d58;
    background-image: linear-gradient(130deg, #0b9d58, #0b9d58);
    position: absolute;
}

.orange-top {
    width: 100px;
    height: 10px;
    top: 0;
    left: 0;
}

.orange-left {
    width: 10px;
    height: 100px;
    top: 0;
    left: 0;
}

@keyframes leftgrow {
    0% {
        height: 100px;
        width: 10px;
    }

    40% {
        height: 100%;
        width: 10px;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@keyframes leftshrink {
    0% {
        width: 100%;
        height: 100%;
    }

    60% {
        height: 100%;
        width: 10px;
    }

    100% {
        height: 100px;
        width: 10px;
    }
}

@keyframes topgrow {
    0% {
        width: 100px;
        height: 10px;
    }

    60% {
        width: 100%;
        height: 10px;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@keyframes topshrink {
    0% {
        width: 100%;
        height: 100%;
    }

    40% {
        width: 100%;
        height: 10px;
    }

    100% {
        width: 100px;
        height: 10px;
    }
}

.orange-left.grow {
    animation: leftgrow .5s forwards;
}

.orange-left.shrink {
    animation: leftshrink .5s forwards;
}

.orange-top.grow {
    animation: topgrow .5s forwards;
}

.orange-top.shrink {
    animation: topshrink .5s forwards;
}

.white-card {
    position: relative;
    background: #e9f6f0;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0;
    height: 260px;
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 20%);
}

.white-card img {
    height: 220px;
}

.category {
    line-height: 42px;
    font-size: 30px;
    color: #8d8d8d;
    font-weight: 600;
    margin: 0px 0 10px;
}

.category span {
    font-size: 44px;
    color: #525252;
    font-weight: 700;
}

.CTA {
    text-decoration: underline;
    color: #666666;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    border: none;
    display: inline-block;
    transition: all .5s;
}

.CTA.active {
    color: #0b9d58;
}

.career_bg {
    width: 80%;
    margin: auto;
    background: #df2926;
    padding: 30px;
    color: #fff;
    display: flex;
    align-items: center;
}

.career_opening_text {
    padding: 10px;
    color: #fff;
}

.accordian_sm .body_sm ul li {
    position: relative;
    padding-left: 15px;
}

.accordian_sm .body_sm ul li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #787878;
    border-radius: 50px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

button.btn.carrer_opening_btn {
    white-space: nowrap;
    background: #fff;
    padding: 10px 20px;
    color: #df2926;
    font-weight: 600;
    border-radius: 50rem;
    box-shadow: 0px 0px #fff0;
    border: 2px solid #0b9a57;
    transition: all 0.4s ease-in-out;
}

button.btn.carrer_opening_btn:hover {
    background-color: #0b9a57;
    color: #fff;
}

button.button_clr_sm {
    background: #fff;
    padding: 15px 15px;
    box-shadow: 0px 0px 20px #dedede !important;
    line-height: 1.5;
}

.accordion-body.body_sm {
    background: #fff;
    border: 1px solid #0b9d58;
}

.accordion-button.button_clr_sm:not(.collapsed) {
    background-color: #0b9d58;
    color: #fff;
}

.accordion-button:focus {
    box-shadow: 0px 0px 20px #dedede !important;
}

.accordion-item.accordian_sm {
    border-bottom: 0px solid #0000;
}

.values-item {
    transition: .5s;
    background: rgba(11, 157, 88, 0.09);
    border-radius: 10px !important;
    cursor: pointer;
}

.values-item:hover {
    margin-top: -10px;
    box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 8%);
}

.mission_icons {
    height: 40px;
}

.owner_icons {
    height: 35px;
}

.impossible_icons {
    height: 35px;
}

.focus_icons {
    height: 35px;
}

.right_icons {
    height: 35px;
}

.standard_icons {
    height: 35px;
}

.value_benefit_icon {
    width: 20px;
}

@media (max-width: 991.98px) {
    .white-card {
        height: auto;
        padding: 15px;
    }

    .white-card img {
        height: 180px;
    }

    .wrapper_career {
        width: 100%;
    }

    .career_bg {
        width: 100%;
    }

    .feature-item_new {
        height: auto;
    }

    .feature-item_new.feature_services {
        height: 100%;
    }

    .feature_dna.feature-item_new {
        margin: 0px !important;
    }
}

@media (max-width: 767px) {
    .career_bg {
        display: block;
    }
}

/*Career PAGE STYLE*/
/********************* End! ********************/
/*Clinicians PAGE STYLE*/
/********************* Start! ********************/
select {
    background-image: url('../img/down-arrow.png') !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    cursor: pointer;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 9999999999 !important;
    padding: 1px;
}

.input-block .easySelect .clearSelectfromDiv {
    top: 10px !important;
    right: 10px;
}

div#ExampleMyNav {
    align-items: center;
    flex: 0 0 100%;
    justify-content: end;
}

.whatshap_btn.Log_in {
    max-width: 140px;
    width: 100%;
}

.whatshap_btn {
    border-radius: 100px;
    padding: 0px 15px;
    background: transparent;
    color: #df2926;
    height: 40px;
    border-color: #df2926;
    font-size: 16px;
}

.whatshap_btn:hover {
    color: #fff;
    background: linear-gradient(#b41112, #f10303);
}

.whatshap_btn:active {
    color: #fff;
    background: linear-gradient(#f10303, #b41112);
}

.whatshap_btn:focus:not(:focus-visible) {
    outline: 0;
    background: linear-gradient(#f10303, #b41112);
}

.priceing_section select:focus-visible {
    outline: 0;
}

.Clinicians_section .form-control,
.Clinicians_section select,
.form-control,
.priceing_section select {
    border: 1px solid #c8c8c8;
    background: #ffff;
    padding: 14px 18px;
    box-shadow: none !important;
    height: calc(3.5rem + -2px);
    border-radius: 5px;
    width: 100%;
    color: #6a5e5e;
    font-size: 16px;
}

.Clinicians_section input::placeholder {
    color: #6a5e5e;
    font-size: 16px;
}

.Clinicians_section select:focus-visible {
    border: 1px solid #dfdfdf;
}

.Clinicians_section .input-block,
.counsltion_popup .input-block {
    margin-bottom: 20px;
}

/*body {
    background: url(./img/clinic-1.jpg);
    background-repeat: no-repeat;
}*/
.Clinicians_section .form-wrapper {
    display: flex;
    justify-content: center;
    /* background: #43a978; */
}

.Clinicians_section .contact-form {
    width: 100%;
    padding: 40px;
    background: #e9f6f0;
    border-radius: 10px;
    /* box-shadow: 0 10px 40px 0 rgb(0 0 0 / 20%); */
}

.Clinicians_section select:focus-visible {
    outline: navajowhite;
}

.Clinicians_section h2 {
    text-align: center;
    color: #000000;
}

.Clinicians_section p {
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
}

@media only screen and (max-width: 400px) {
    .Clinicians_section h2 {
        text-align: center;
        color: #000000;
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .Clinicians_section .contact-form {
        width: 100%;
        padding: 30px 10px;
    }

    .Clinicians_section p {
        text-align: center;
        color: #000000;
        margin-bottom: 25px;
    }
}

/********************* End! ********************/
/*recipes PAGE STYLE*/
.recipes_profile_section .instruction_content li {
    margin-bottom: 12px;
}

.recipes_profile_section .categrius_contnet li {
    background: #0b9d58;
    color: #fff;
    padding: 4px 10px;
    margin-right: 15px;
    border-radius: 40px;
    white-space: nowrap;
}

.recipes_profile_sectionh6 .h6_heading {
    font-size: 18px;
    font-weight: 600 !important;
}

.recipes_profile_section .instruction_content li {
    list-style: disc;
}

.recipes_profile_section .card_icon {
    color: var(--secondary);
    font-size: 20px;
}

.recipes_profile_section svg {
    width: 20px;
    height: 20px;
}

.recipes_profile_section img.card-img-top {
    border-radius: 20px;
}

.recipes_profile_section li::marker {
    color: #0b9d58;
}

ul#recipe_list {
    /* position: absolute;
    z-index: 999; */
    background: #fff;
    padding: 10px;
    box-shadow: 0px 12px 10px #0000000d;
    border: 1px solid #e5e5e5;
}

ul#recipe_list li {
    border-bottom: 1px solid #ebebeb;
    padding: 10px;
    list-style: none;
}

ul#recipe_list li a {
    white-space: nowrap;
}


/*recipes PAGE STYLE*/
@media (max-width: 1200px) and (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 16px !important;
    }

    .feature-item_new h5 {
        /* height: 40px; */
        white-space: nowrap;
        margin-left: -16px;
    }
}

/*deit_plan_services start*/
.deit_text {
    height: 100px;
}

/*.feature-item_new h5 {
    white-space: nowrap;
}*/
.deit_plan_btn a:last-child {
    background: linear-gradient(#5ec008, #379911);
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
}

.deit_plan_btn a:hover:last-child {
    background: linear-gradient(#5ec008, #379911);
}

.deit_plan_btn a {
    width: 100%;
    max-width: 180px;
    display: block;
    margin: 10px auto !important;
}

.deit_plan_services {
    padding: 0 50px;
    border: none;
    display: inline-flex;
    height: 51px;
    width: 210px;
    align-items: center;
    /* background: #DF2926 !important; */
    background: linear-gradient(#f10303, #b41112);
    border-radius: 50rem !important;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    color: #fff !important;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-weight: 400;
}

.deit_plan_services:hover {
    color: #ffffff !important;
}

.deit_plan_services:before {
    content: '\2192';
    position: absolute;
    font-family: "FontAwesome";
    top: 10px;
    right: 30px;
    font-size: 22px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.deit_plan_services:hover:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

section.Consultation_section {
    background: #e9f6f0;
}

.feature-item.text-center.p-4 {
    margin-top: 30px;
}

.timer_wrapper img {
    width: 24px;
    height: 24px;
}

.timer_wrapper p {
    margin-top: unset;
    margin-bottom: unset;
    font-size: 18px;
    font-weight: 800;
}

/*.Consultation_section h2 {
    font-size: 40px;
}*/
.Consultation img {
    width: 100%;
    border-radius: 40px;
}

@media (max-width: 1200px) {
    .deit_plan .feature-item {
        height: 190px;
        overflow-y: hidden;
        text-overflow: ellipsis;
    }

    .Consultation_content br {
        display: none;
    }

    /*.Consultation_section h2 {
        font-size: 30px;
    }*/
}

@media (max-width: 767px) {
    .Consultation_content {
        margin: 0 0 30px 0;
    }

    p.para-text.deit_text {
        height: 100px;
    }

    .deit_text {
        height: unset;
    }

    .feature-item.text-center.p-4.first_item {
        margin-top: 0px;
    }

    section.Consultation_section {
        background: #e9f6f0;
        /*padding: 1px 0 60px;
        margin-top: 30px !important;*/
    }
}

@media (max-width: 575px) {
    .deit_plan_btn a:last-child {
        font-size: 14px;
    }
}

.Consultation_content {
    margin: 0 0 30px 0;
}

/*deit_plan_services end*/

/*priceing css start*/
.priceing_section .priceing_heading {
    text-align: center;
    font-size: 24px;
    font-weight: 700 !important;
}

.priceing_section .price-value {
    font-size: 20px;
    color: #0b9d58;
    transition: all .5s ease 0s;
    font-weight: 800;
    line-height: 28px;
}

.priceing_section .feature-item_new {
    transition: .5s;
    /* background: rgba(11, 157, 88, 0.09); */
    border-radius: 10px !important;
    cursor: pointer;
    background-color: #fff !important;
    box-shadow: 0px 0px 17px #ebebeb;
    height: 100%;
}

.priceing_section .fruit-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/*priceing css end*/

/* Feature page css start */
tr.cursor-pointer {
    cursor: pointer;
}

.table_body_diet::-webkit-scrollbar {
    width: 6px;
}

.table_body_diet {
    scrollbar-width: thin;
    scrollbar-color: #fff;
}

.table_body_diet::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 6px;
}

.table_body_diet::-webkit-scrollbar-thumb {
    background: linear-gradient(#5ec008, #379911);
    border-radius: 0px;
}

.radio_button_inner span {
    font-size: 22px;
    font-weight: 700;
}

p.price_rs {
    font-weight: 700;
    font-size: 48px;
    line-height: 67px;
    color: #3a9917;
    margin-bottom: 0;
}

p.inr_month {
    color: #7e7e7e;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

td.table_background_feature.bottom-border {
    border-bottom: 1px solid #ffa152 !important;
}

td.table_background_feature.top_border {
    border-top: 1px solid #ffa152;
    max-width: 20%;
    display: table-cell;
}

td.table_background_feature {
    border-left: 1px solid #ffa152;
    border-right: 1px solid #ffa152;
}

.feature-item_price {
    background-color: #fff !important;
    box-shadow: 0px 0px 17px #ebebeb;
    transition: .5s;
    background: rgba(11, 157, 88, 0.09);
    border-radius: 10px !important;
    cursor: pointer;
}

input.radioCls1 {
    display: block;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.hidden-menu.content_show ul li {
    margin-bottom: 5px;
    color: #7e7e7e;
}

.hidden-menu.content_show ul {
    padding-left: 0px;
}

.feature-item_new a.btn.genetic_btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.input-block .easySelect {
    border: 1px solid #cbcbcb00 !important;
}

.input-block .easySelect ul.options {
    top: 50px;
}

input[type="radio"] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 27px;
    height: 27px;
    padding: 4px;
    /* background-color only for content */
    background-clip: content-box;
    border: 2px solid #0b9d58;
    border-radius: 50%;
}

/* appearance for checked radiobutton */
input[type="radio"]:checked {
    background-color: #0b9d58;
    border: 2px solid #0b9d58;
}

.someData {
    width: 100%;
    display: none;
}

.activeTab {
    display: block;
}

.total_features {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    padding: 10px;
}

i.fas.fa-check.check_feature {
    font-size: 20px;
    color: #3a9917;
}

.check_close_feature {
    font-size: 20px;
    color: #ee0404;
}

.check_limit_feature {
    font-size: 20px;
    color: #fbd500;
}

p.total_features.features_content {
    width: 100%;
}

p.check_all_access.green {
    background: #3a991726;
    padding: 4px 10px;
}

p.check_all_access.yellow {
    background: #fbd5001f;
    padding: 4px 10px;
}

p.check_all_access.red {
    background: #ee040424;
    padding: 4px 10px;
}

p.check_all_access i.fas {
    font-size: 14px !important;
    margin-right: 5px;
}

.display_access_show {
    display: flex;
}

@media screen and (max-width: 426px) {
    p.total_features.features_content {
        width: 94%;
    }

    .display_access_show {
        display: block;
    }
}

/* Feature page css End */


/* */

/*Cart page css start */
/********************* start! ********************/

.table.table_cart thead.thead-primary {
    background: #0b9d58;
}

.table-wrap {
    overflow-x: auto;
}

.table.table_cart {
    min-width: 1000px !important;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 5px 12px -12px rgb(0 0 0 / 29%);
    -moz-box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 5px 12px -12px rgb(0 0 0 / 29%);
}

input.weekday-1[type=checkbox]+label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
    font-family: 'Arial'
}

input.weekday-1[type=checkbox] {
    display: none;
}

input.weekday-1[type=checkbox]+label:before {
    content: "\2714";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}

input.weekday-1[type=checkbox]+label:active:before {
    transform: scale(0);
}

input.weekday-1[type=checkbox]:checked+label:before {
    background-color: #0b9d58;
    border-color: #0b9d58;
    color: #fff;
}

input.weekday-1[type=checkbox]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}

input.weekday-1[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #F7C28F;
    border-color: #F7C28F;
}

.table thead.thead-primary th {
    border: none;
    padding: 30px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    vertical-align: bottom;
}

.table.table_cart tbody tr {
    border: 4px solid #f8f9fd;
}

.table_cart .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.table_cart tbody th,
.table_cart tbody td {
    border: none;
    padding: 30px;
    font-size: 16px;
    background: #fff;
    border-bottom: 4px solid #f8f9fd;
    vertical-align: middle;
}

.table.table_cart tbody td .img {
    width: 100px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.table tbody td .email span {
    display: block;
}

.table tbody td .email span:last-child {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}

.table.table_cart button.close {
    float: unset;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.table.table_cart tbody td .close span {
    font-size: 12px;
    color: #dc3545;
}

.fas.check_tick_feature {
    font-size: 18px;
    color: #5ec008;
}

.table.table_cart button.close {
    opacity: 1;
}

/*Cart page css end */
/********************* end! ********************/


/*Card payment css start */
/********************* start! ********************/


#payment-method_id .field-container input {
    height: 55px;
    border: 1px solid #AEAEAE;
    border-radius: 10px;
    padding: 0 20px 0 50px;
    font-size: 16px;
    font-weight: 400;
}

#payment-method_id input#exampleCheck1 {
    /* font-size: 27px !important; */
    height: 18px;
    width: 18px;
    margin-top: 6px;
}

#payment-method_id .icon-login {
    position: relative;
    float: left;
    margin-left: 15px;
    margin-top: -35px;
    z-index: 2;
    width: 20px;
    font-size: 18px;
}

#payment-method_id .icon-profile-number {
    position: relative;
    float: left;
    margin-left: 15px;
    margin-top: -37px;
    z-index: 2;
    width: 18px;
    font-size: 18px;
}

#payment-method_id .payment-type .types .type {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    width: 18%;
    position: relative;
    background: #ffffff;
    padding: 15px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s ease;
    width: 100%;
    height: 60px;
}

/*.payment-type .types .nav-link.active .type.selected {
    background: linear-gradient(#5ec008, #379911);
    height: 65px;
}*/
#payment-method_id img.payment_method_logo {
    vertical-align: middle;
    width: 95px;
    height: 30px;
    object-fit: contain;
}

#payment-method_id .payment-type .types .type.selected {
    /* background: rgb(255 204 25); */
    text-align: center;
    line-height: 18px;
    width: 100%;
}

#payment-method_id .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: unset !important;
    background-color: unset !important;
}

#payment-method_id .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
    /* height: 671px; */
}

#payment-method_id .payment-type .types .nav-link.active .type.selected::after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    color: #ffcc19;
    height: 20px;
    width: 20px;
    font-size: 10px;
    top: -11px;
    right: -8px;
    background: linear-gradient(to right, #5ec008, #379911, #5ec008, #379911);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    border: 2px solid #5ec008;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#payment-method_id .payment-type h4 {
    font-size: 20px;
}

#payment-method_id .close_btn_in {
    background: linear-gradient(#5ec008, #379911);
    color: #fff;
    border: none !important;
    width: 75%;
    height: 50px;
}

#payment-method_id .close_btn_in:hover {
    background: linear-gradient(#5ec008, #379911);
    color: #fff;
}

#payment-method_id .custom_check {
    width: 18px;
    height: 18px;
}

#payment-method_id .custom_check input {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

#payment-method_id .custom_check span {
    height: 18px;
    width: 18px;
    border: 1px solid #000000;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
}

#payment-method_id .modal-content {
    border-radius: 20px;
    border: 1px solid rgb(128 128 128);
}

.custom_check input:checked~span:before {
    content: "";
    left: 7px;
    top: 2px;
    width: 5px;
    height: 11px;
    border: solid #49a300;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

/*Card payment css end */
/********************* end! ********************/
/*privacy policy css*/
/********************* start! ********************/
.term_main-wrapper strong {
    font-size: 20px;
}

.term_main-wrapper .accordion-item {
    background-color: #fff;
    border: 1px solid #e1e1e2 !important;
    margin-top: -1px;
}

.term_main-wrapper .accordion-header button {
    font-size: 18px;
    font-weight: 500;
    padding: 15px;
    line-height: 1.5;
}

/********************* end! ********************/


/*  */
/*Nutrition panel css */
/********************* Start! ********************/

.icon_profile img {
    border-radius: 50px;
    width: 30px;
    height: 30px;
}

.icon_profile .dropdown-toggle {
    border-radius: 50px;
    width: 40px;
    border: 1px solid #ea0505;
}

.icon_profile .dropdown-toggle::after {
    display: none !important;
}

.dashboard_header {
    background: #fff;    
}

a {
    text-decoration: none;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}


/* notification header css start */
/*  */


.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1;
}

.img_notification {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.img_notification:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #28a745;
    border: 2px solid #fff;
}

.notification_text {
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    white-space: normal;
}

span.time {
    font-size: 12px;
    color: #a5a5a5;
    float: right;
}

.dropdown_notification.dropdown-menu {
    width: 100%;
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgb(0 0 0 / 41%);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgb(0 0 0 / 41%);
    padding: 0;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    min-width: 25rem;
}

.dropdown_notification.dropdown-menu.show {
    box-shadow: 0px 0px 20px #00000012;
    max-height: 250px;
    overflow-y: auto;
}

.dropdown_notification.dropdown-menu.show::-webkit-scrollbar-thumb {
    background: linear-gradient(#5ec008, #379911);
    border-radius: 6px;
}

.dropdown_notification.dropdown-menu.show::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 6px;
}

.dropdown_notification.dropdown-menu.show:after {
    content: ' ';
    display: block;
    border-style: solid;
    border-width: 0 0.7em 0.8em 0.7em;
    border-color: transparent;
    position: absolute;
    left: 50%;
    margin-left: -0.7em;
    z-index: 1;
}

.dropdown_notification.dropdown-menu.show:after {
    top: -0.7em;
    border-bottom-color: #fff;
    ;
}

/* notification header css end */
/*  */


/* select-register css start */
.background_login {
    background-image: url(../img/bg-02.png);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.form_wrapper .wrapper {
    max-width: 745px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 100px #e4e4e4;
    padding: 40px !important;
    display: flex;
    justify-content: center;
    z-index: 2;
    width: 100%;
    border-radius: 40px;
}

hr.border-bottom-register {
    border: 4px solid #52b40b;
    opacity: 1;
    width: 15%;
    border-radius: 23px;
    margin: 0.8rem 0;
}

.wrapper_regiter_one a {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 170px;
    height: 165px;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    border-radius: 25px;
    background: #fbfbfb;
    box-shadow: 0 3px 30px rgb(0 0 0 / 5%);
    margin-bottom: 0;
    margin: 0px 15px;
}

.wrapper_regiter_one a svg {
    fill: #000;
}

.wrapper_regiter_one p {
    color: #000;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    text-decoration: none;
}

button.btn.register-select {
    margin-top: 30px !important;
    background: linear-gradient(#5ec008, #379911);
    border: none;
    color: #fff;
    font-size: 16px;
    width: 75%;
    height: 60px;
    border-radius: 10px;
    font-weight: 500;
    outline-style: none;
    box-shadow: none;
}

/* .wrapper_regiter_one a, .wrapper_regiter_one a svg:hover {
    fill: #fff;
} */
.wrapper_regiter_one a:hover {
    background: linear-gradient(#5ec008, #379911) !important;
}

a.nav_anchor_main.nav-link.notification_count.position-relative.dropdown-toggle {
    width: fit-content;
}

.notification_count span {
    position: absolute;
    top: 12px;
    right: -10px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0A9D57;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

.notification_count.dropdown-toggle::after {
    display: none;
}

@media (max-width: 688px) {
    .wrapper_regiter_one.d-flex {
        display: block !important;
    }

    .height_media_register {
        height: auto !important;
    }
}

/* select-register css end */

/* dashboard nutrision css start */

.popover {
    border: 2px solid #ffbb33;
}

.dropdown-menu::after {
    border: 0px solid transparent !important;
}

.dropdown-menu::before {
    border: 0px solid transparent !important;
}

.dropdown-item:hover {
    background-color: #0a9d5714 !important;
}

.popover.bottom>.arrow {
    border-bottom-color: #ffbb33;
}

.popover.bottom>.arrow:after {
    top: 3px;
}

.d_btn {
    background: #ffbb33;
    color: white;
    border-radius: 0px;
}

.Popover.active {
    display: block;
}

.Popover {
    display: none;
}

.Popover {
    width: 320px;
    right: 0;
}

.Popover-message input.form-control {
    height: auto;
    padding: 5px 12px;
    font-size: 14px;
    background-size: 16px;
    background-position: 95% center;
    border-radius: 5px;
    width: 100%;
}

.Popover-message input.form-control[type="time"] {
    background: url(../img/time.svg) no-repeat 95% center / 14px;
}

.Popover-message::after {
    position: absolute;
    right: 5px !important;
    left: unset !IMPORTANT;
}

.Popover-message::before {
    position: absolute;
    left: unset !important;
    right: 4px !important;
}

.Popover-message.Box h4 {
    font-size: 14px !important;
}

.Popover-message.Box p {
    font-size: 14px !important;
}

.copy_btn {
    background: transparent;
    width: 30px;
    height: 30px;
    padding: 0;
}

.Popover-message.Box button.close {
    font-size: 14px;
    background: rgba(88, 88, 88, .1);
    color: rgba(88, 88, 88, 1);
    width: 100%;
    border-color: rgba(88, 88, 88, .21);
}

.Popover-message.Box button.edit {
    font-size: 14px !important;
    background: rgba(94, 192, 8, 0.1);
    color: rgba(94, 192, 8, 1);
    width: 100%;
    border-color: rgba(94, 192, 8, .21);
}

.Popover-message.Box button.delete {
    font-size: 14px !important;
    background: rgba(241, 3, 3, 0.1);
    color: rgba(241, 3, 3, 1);
    width: 100%;
    border-color: rgba(241, 3, 3, 0.2);
}

.Popover-message {
    width: 320px !important;
    position: absolute !important;
    /* left: -50%; */
}

.Popover-message.Popover-heading-md {
    width: auto !important;
    position: static !important;
}

.d_btn:hover {
    color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.d_img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.24);
}

img.calender_block {
    width: 25px;
    height: 25px;
}

.pop_over_btn {
    width: 24px;
    height: 24px;

}

header.header_section a.navbar-brand {
    width: 155px;
}

button.queue_filtr_btn {
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    padding: 0.375rem 1.5rem;
    border-radius: 0.25rem !important;
    outline: none !important;
    background-color: #e7e7e7;
    color: #000;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 500;
    transition-duration: .5s;
    transition-property: transform, color, box-shadow;
    transform: none;
}

button.queue_filtr_btn.active {
    outline: none !important;
    background: linear-gradient(#5ec008, #379911);
    color: #fff;
}

.navbar-light .navbar-nav a.nav-link.nav_anchor_main {
    font-size: 16px;
    font-weight: 400;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 35px;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
    color: #000 !important;
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav a.nav-link.nav_anchor_main.active {
    font-size: 16px;
    font-weight: 600;
    color: #0B9D58 !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #0B9D58 !important;
}

.whatshap_btn {
    border-radius: 100px;
    padding: 0px 15px;
    background: linear-gradient(#f10303, #b41112);
    color: #fff;
    height: 40px;
    border-color: #df2926;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
}

.btn-label-list-out {
    position: relative;
    right: 0px;
    display: inline-block;
    padding: 10px 6px;
    border-left: 1px solid #fff;
    border-radius: 0px;
}

.btn-close.report_close {
    background: #f32425 url(../img/close_icon.svg) center/0.8em auto no-repeat;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.modal-body.report_img .carousel-inner img {
    width: 100%;
    height: 520px;
    object-fit: contain;
    padding: 10px;
}

.carousel-control-prev-icon.report_right {
    padding: 20px;
    background: #000 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") center/1.3em auto no-repeat;
    border-radius: 50%;
}

.carousel-control-next-icon.report_left {
    padding: 20px;
    background: #000 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") center/1.3em auto no-repeat;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .modal-body.report_img .carousel-inner img {
        height: 320px;
    }
}

/* dashboard nutrision css end */

/* Appointment banner css start */

.banner_image {
    height: 200px;
    background-image: url('../img/diet_plan_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_image h1 {
    font-weight: 700;
    color: #fff;
}

/* Appointment banner css end */

/* My apointment page css start */

p.user_date_time {
    margin-bottom: 0;
    background: #f5f5f5;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 6px;
    color: #000000 !important;
}

.inner-after-next.job-display {
    cursor: pointer;
    border-radius: 8px;
    background: rgb(255, 255, 255);
    border: 1px solid #ededed;
    position: relative;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 5%);
}

.collapse_advance_sm {
    color: rgb(0 0 0 / 100%);
    background: rgb(0 0 0 / 10%);
    padding: 7px 16px;
    font-weight: 600;
    border-radius: 6px;
    gap: 7px;
    border: 1px solid rgb(0 0 0 / 15%);
    font-size: 14px;
}

.collapse_advance_sm:hover {
    color: rgb(0 0 0 / 100%) !important;
    text-decoration: none;
}

input.date_range_sm {
    width: 100%;
    cursor: pointer;
    border: 1px solid #c2ccda !important;
    background-color: #ffffff !important;
    font-size: 14px;
    height: 40px;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem !important;
    border-radius: 0.25rem !important;
    outline: none !important;
}

.selecotr-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selector-item_radio {
    appearance: none !important;
    display: none !important;
}

.selector-item_label {
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    padding: 0.375rem 1.5rem;
    border-radius: 0.25rem !important;
    outline: none !important;
    background-color: #e7e7e7;
    color: #000;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 500;
    transition-duration: .5s;
    transition-property: transform, color, box-shadow;
    transform: none;
}

.collapse_advance_sm i {
    font-size: 14px;
}

.left_inner_flex {
    display: flex;
}

.selector-item_radio:checked+.selector-item_label {
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    padding: 0.375rem 1.5rem;
    border-radius: 0.25rem !important;
    outline: none !important;
    background: linear-gradient(#5ec008, #379911);
    color: #fff;
}

.left_option_flex {
    background: #fff;
}

.bg_plans_sm {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 25px #00000017;
    padding: 15px;
}

/* .sectin_after_img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/after_1.svg");
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.3;
}

.sectin_after_img::after {
    position: absolute;
    content: "";
    width: 375px;
    height: 375px;
    bottom: 0;
    right: 0;
    background: url("../img/after_2.svg");
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.3;
} */

img.profile_user {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 50px;
}

.wrapper-padding {
    padding-left: 15px;
    /* width: 95%; */
}

.wrapper-padding h5 {
    font-size: 22px;
    font-weight: 700;
}

.call_btn {
    background: linear-gradient(#f10303, #b41112);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.call_btn i {
    color: #fff;
    font-size: 14px;
}

/* .wrapper-padding p {
    color: #505050;
    line-height: 24px;
} */

hr.border_dashed {
    border: 1px dashed #000;
    border-color: #fff;
    opacity: 0.3;
}

p.user_history {
    margin-bottom: 0;
    background: rgb(223 41 38 /10%);
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 5px;
}

p.description_user {
    color: #7E7E7E;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
}

.appointment_date p {
    background: #efefef;
    padding: 10px 15px;
    font-weight: 500;
    width: 80%;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 6px;
}

.appointment_date button.btn {
    background: linear-gradient(#f10303, #b41112);
    color: #fff !important;
    font-weight: 600;
    width: 20%;
    border: none;
    height: 45px;
}

@media (max-width: 767px) {
    .left_option_flex {
        display: block;
        padding: 30px 5px;
    }
}

/* =================================================================
Loader CSS
*/
.loader {
    border: 16px solid #5ec008;
    border-radius: 50%;
    border-top: 16px solid #f10303;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* .appointment_date{
    display: flex;
} */
/* nutrition_calender css start */

.wrapper_calnder input[type="date"],
input[type="time"],
input[type="datetime-local"] {
    display: block;
    position: relative;
    padding: 0.7rem 3.5rem 0.7rem 0.75rem;

    font-size: 1rem;

    border: 1px solid #e1e1e1;
    border-radius: 0.25rem;
    background-image: url("../img/calendar-color.svg");
    background-size: 45px 25px;
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    color: #5a5a5a;
}

.wrapper_calnder input[type="date"],
input[type="datetime-local"],
input[type="time"]:focus {
    outline: none;
    border-color: #51b30b;
}

.wrapper_calnder::-webkit-datetime-edit-month-field:hover,
.wrapper_calnder::-webkit-datetime-edit-day-field:hover,
.wrapper_calnder::-webkit-datetime-edit-year-field:hover {
    background: rgba(0, 121, 250, 0);
}

.wrapper_calnder::-webkit-datetime-edit-text {
    opacity: 0;
}

::-webkit-clear-button,
::-webkit-inner-spin-button {
    display: none;
}

.wrapper_calnder::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 3rem;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;

    opacity: 1;
    cursor: pointer;

    color: red;
    background: #5ec00808 !important;

}

.wrapper_calnder[type="datetime"]:hover::-webkit-calendar-picker-indicator {
    opacity: 0.05;
}

.wrapper_calnder[type="datetime"]:hover::-webkit-calendar-picker-indicator:hover {
    opacity: 0.15;
}

.diet_multy_data img.goals_sm {
    width: 300px;
    height: auto;
    object-fit: contain;
}

/* nutrition_calender css start */

/* modal add diet start */
.bg_plans_sm h3 b {
    font-size: 20px;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 15px;
    width: 100%;
    display: -webkit-inline-box;
}

.diet_plan_save {
    background: linear-gradient(#f10303, #b41112);
    color: #fff !important;
    font-weight: 600;
    width: 20%;
    border: none;
    height: 45px;
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 15px;
}

.diet_multy_data:hover {
    margin-top: -5px;
    box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 8%);
}

.diet_multy_data img {
    width: 100px;
    height: 70px;
    object-fit: contain;
    margin: auto;
}

.modal-header.chart_modal {
    border: none;
    background: linear-gradient(#f10303, #b41112);
    color: #fff;
}

.modal-header.chart_modal button.btn-close {
    border-radius: 50%;
    color: #df0808 !important;
    opacity: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding: 7px;
    margin-right: 3px;
    background-color: #fff !important;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

h5.modal-title {
    font-size: 20px;
    font-weight: 700;
}

.prev_btn_report {
    height: fit-content;
    position: absolute;
    top: 45%;
}

@media (max-width: 768px) {
    #chart {
        min-height: 320px !important;

    }

    .apexcharts-canvas {
        height: 320px !important;

    }

    .apexcharts-svg {
        height: 300px !important;
    }

    .apexcharts-annotations {
        height: 300px !important;
    }

    .apexcharts-inner.apexcharts-graphical {
        height: 350px !important;
    }

    #SvgjsDefs1101 {
        height: 350px !important;
    }

    .apexcharts-legend {
        height: 350px !important;
    }
}

/* Custom style */
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.accordian_diet_add {
    color: #44a60e !important;
    font-weight: 500;
    box-shadow: 0px 0px 20px #00000000 !important;
}

.accordion-button.accordian_diet_add::after {
    background-image: url("../img/accordion_add.svg") !important;
    transform: scale(.7) !important;
    content: "" !important;
}

.accordion-button.accordian_diet_add:not(.collapsed)::after {
    background-image: url("../img/accordion_minus.svg") !important;
    height: 0.25rem;
    content: "" !important;

}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
    border-color: #b41112 !important;
}

button.accordion-button.accordian_diet_add {
    background: #fff;
}

button.accordion-button.accordian_diet_add.collapsed {
    background: #fff;
}

.card-body.accordian_body {
    border-top: 1px solid #f3f3f3;
    background: #fff;
}

button.btn.btn-primary.addemail_more {
    background: rgba(55, 153, 17, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-top: 0;
    color: rgba(55, 153, 17, 1);
    border: 1px solid rgba(55, 153, 17, .3);
    line-height: 1;
}

button.btn.btn-primary.addemail_more span {
    font-size: 20px;
    font-weight: 500;
    margin-right: 5px;
}

input.form-control.diet_input_plan {
    padding: 14px 20px;
    height: 55px;
}

input.form-control.diet_input_plan:focus {
    border: 1px solid #3d9f10;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

button.remove_input {
    background: linear-gradient(#f10303, #b41112);
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
}

/* modal add diet end */

/* My apointment page css end */

/* profile page css start */

.mt-4 .easySelect {
    border: 0px solid #cbcbcb !important;
    height: 55px !important;
}

.label_sheet {
    font-weight: 600 !important;
    margin: 0 0 3px;
    font-size: 14px;
    color: #121a27;
    display: flex;
    align-items: center;
}

.Verify_btn {
    position: absolute;
    top: 42px;
    right: 10px;
    font-size: 10px;
    background: linear-gradient(#5ec0083d, #3799112b);
    padding: 4px 6px;
    border-radius: 40px;
    color: #047d43;
    font-weight: 600;
    border: 1px solid #0a9d57;
}

.form-control[readonly] {
    background-color: #fafafa !important;
}

.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #414c52 transparent transparent transparent;
    position: absolute;
    top: 25px !important;
    right: 15px !important;
}

.profile-pic .user_image img {
    height: 150px;
    width: 150px;
    border-radius: 25px;
    object-fit: cover;
}

.easySelect .clearSelectfromDiv {
    top: 10px !important;
}

h4.text-header b {
    font-size: 22px;
}

h4.text-header {
    font-weight: 500 !important;
    font-size: 18px;
}

#close_time:before {
    content: 'Close time:';
    margin-right: .6em;
    color: #9d9d9d;
}

#open_time:before {
    content: 'Open time:';
    margin-right: .6em;
    color: #9d9d9d;
}

.dropdown_notification.dropdown-menu {
    transform: translateX(-100%) !important;
}

@media (max-width: 992px) {
    #open_time:before {
        font-size: 8px;
    }

    #close_time:before {
        font-size: 8px;
    }

    a.nav_anchor_main.nav-link.notification_count.position-relative.dropdown-toggle {
        display: flex;
        justify-content: center;
        margin: auto !important;
    }

    .dropdown_notification.dropdown-menu.show {
        transform: translateX(0%) !important;
        min-width: 100%;
    }

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        right: 0;
        text-align: center;
    }
}

.styledSelect {
    padding: 14px 20px !important;
    height: 55px;
    border: 1px solid #ced4da !important;
    color: #525252;
}

.easySelect {
    border: 0px solid #cbcbcb !important;
}

.middle {
    position: relative;
}

.outer {
    display: flex;
    align-items: center;
    padding: 0 10px 0;
}

.profile-pic {
    color: transparent;
    display: flex;
    align-items: center;
    position: relative;
    height: 150px;
    width: 150px;
    margin: auto;
}

.profile-pic .-label {
    cursor: pointer;
    height: 150px;
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.profile-pic span {
    /* display: inline-flex; */
    /* height: 2em; */
    text-align: center;
}

.profile-pic span small {
    display: block;
}

.profile-pic input {
    display: none;
}

input {
    outline: none;
}

.profile-pic .user_image {
    height: 150px;
    width: 150px;
    border-radius: 25px;
    background-color: #f5f5f5;
    /* background-color: #ffffff;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 10%); */
    position: relative;
}

.profile-pic .user_image svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
}

.profile-pic:hover .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;
    border-radius: 25px;
    margin-bottom: 0;
}

.row.inner-after.position-relative.wrap {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 25px #00000017;
    z-index: 9;
}

.form-upload {
    height: 55px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    position: relative;
    display: flex;
    align-items: center;
}

#real-file[type="file"] {
    display: none;
}

#custom-button {
    position: absolute;
    right: 0;
    height: 45px;
    padding: 0px 20px;
    color: #fff;
    background: linear-gradient(#f10303, #b41112);
    border: 1px solid #e50606;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 5px;
}

#custom-text {
    margin-left: 15px;
    color: #525252;
}

select.form-select.dropdown-select-input {
    padding: 14px 20px;
    height: 55px;
    border: 1px solid #ced4da;
    color: #525252;
}

select.form-select.dropdown-select-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    bottom: 100% !important;
    top: unset !important;
}

i.fas.fa-calendar-alt.calender_time {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 22px;
    z-index: 0;
    color: #6c6c6c;
}

input.form-control.diet_input_plan.input_plan_date {
    background: transparent;
    z-index: 9;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #50b20b !important;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    color: #50b20b !important;
}

a {
    color: #50b20b;
}

a:hover {
    color: #50b20b;
}

.bdpw-clock-digit.cursor {
    color: #50b20b !important;
}

label select.table_id {
    cursor: pointer;
    border: 1px solid #c2ccda !important;
    background-color: #ffffff !important;
    font-size: 14px;
    margin: 0 3px 0 5px;
    height: 35px;
    width: 100px;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem !important;
    border-radius: 0.25rem !important;
    outline: none !important;
}

.btn.user_reports {
    background: #379911;
    color: #fff;
    border-color: transparent;
    width: auto;
    padding: 8px 24px;
    font-size: 16px;
}

.btn.user_reports:hover {
    background: transparent;
    color: #379911;
    border-color: #379911;
}

.btn.user_consultaion {
    background: #f10303;
    color: #fff;
    border-color: transparent;
    width: auto;
    padding: 8px 24px;
    font-size: 16px;
}

.btn.user_consultaion:hover {
    background: transparent;
    color: #f10303;
    border-color: #f10303;
}

/* profile page css end  */


/* Footer css start */

.footer-login {
    width: 100%;
    position: relative;
    z-index: 99999;
    background: #000;
    padding: 14px;
}

.footer-login p {
    font-size: 14px;
    font-weight: 400;
}

/* Footer css end */

/*  */
/*Nutrition panel css */
/********************* End! ********************/

/*  */
/*Clinician panel css */
/********************* Start! ********************/

.clinician_banner_image {
    height: 320px;
    background-image: url('../img/clinician_banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clinician_banner_image h1 {
    font-weight: 700;
    color: #fff;
}

textarea.clinician_desc::placeholder {
    font-size: 16px !important;
    color: #6a5e5e !important;
}

.sectin_clinician_img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/clinician_after.svg);
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.3;
}

.sectin_clinician_img::after {
    position: absolute;
    content: "";
    width: 305px;
    height: 375px;
    bottom: 0;
    right: 0;
    background: url(../img/clinician_before.svg);
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.3;
}

/*  */
/*Clinician panel css */
/********************* End! ********************/


/*  */
/*Consulation panel css */
/********************* Start! ********************/

.btn-add-consulation {
    display: block;
    margin-left: auto;
    background: linear-gradient(#f10303, #b41112);
    color: #fff !important;
    font-weight: 600;
    width: auto;
    padding: 10px 25px;
    border: none;
    height: 45px;
}

.user_history_date {
    margin-bottom: 0;
    background: #0b9d5840;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 6px;
    color: #000 !important;
    line-height: 24px;
}

.form_text_area {
    padding: 14px 20px;
    border: 1px solid #c8c8c8;
    background: #ffff;
    box-shadow: none !important;
    border-radius: 5px;
    width: 100%;
    color: #6a5e5e;
    font-size: 16px;
    font-weight: 400;
    outline: none;
}

.form_text_area:focus {
    border: 1px solid #3d9f10;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: .4 !important;
}

/*  */
/*Consulation panel css */
/********************* End! ********************/

/*  */
/*Help & Support panel css */
/********************* Start! ********************/

/* left */
.left-card {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 15px 15px 15px 15px;
}

.left-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #dfe5ef;
}

.header-bold {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.left-header-container :nth-child(1) {
    /* display: flex; */
    align-items: center;
    gap: 42px;
}

.today {
    margin-top: 30px;
    font-size: 16px;
    color: #9097a0;
    text-align: center;
}

.first {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}

.second {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    gap: 15px;
}

.third {
    display: flex;
    margin-top: 40px;
}

.fourth {
    margin-top: 30px;
}

.wrapper_chat_ticket .input-group {
    width: 100%;
    /* height: 60px; */
    border-radius: 10px;
    background-color: #f1f3f6;
    margin-top: 35px;
    padding: 10px;
}

.input-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-container :nth-child(1) {
    display: flex;
    gap: 10px;
    align-items: center;
}

.wrapper_chat_ticket input {
    border: 0;
    outline: 0;
    background-color: transparent;
}

.btn-container button {
    width: 60px;
    height: 60px;
    padding: 19px;
    border-radius: 10px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: linear-gradient(#f10303, #b41112);
}

.left-footer-container {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    justify-content: space-between;
}

.wrapper_chat_ticket img.avataar_img {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    object-fit: cover;
    cursor: pointer;
}

.wrapper_chat_ticket img {
    cursor: pointer;
}

.chat_ticket {
    background: #f1f3f6;
    padding: 10px;
    width: 40%;
    border-radius: 0px 10px 10px 10px;
}

.chat_ticket_right {
    background: linear-gradient(#5ec008, #379911);
    color: #fff;
    padding: 15px;
    width: 40%;
    border-radius: 10px 0px 10px 10px;
    margin-left: auto;
}

.overflow-help-chat {
    height: 60vh;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 10px;
}

.chat_name {
    margin-bottom: 0;
    font-weight: 700;
    color: #e70606;
}

.chat_ticket span.left_span {
    display: flex;
    justify-content: end;
    font-size: 12px;
    color: #a3a3a3;
    font-weight: 500;
}

.chat_ticket_right span.right_span {
    display: flex;
    justify-content: end;
    font-size: 12px;
    color: #c0f1a5;
    font-weight: 500;
}

.ticket_help_chat {
    color: #666666;
    padding: 0px 0px;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .chat_ticket {
        width: 90%;
    }

    .chat_ticket_right {
        width: 90%;
    }

    .banner_image {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .header-bold {
        font-size: 18px;
    }
}

/*  */
/*Help & Support panel css */
/********************* End! ********************/

/*  */
/*User profile panel css */
/********************* Start! ********************/

.profile_multy_data h4 {
    font-weight: 400;
}

.profile_multy_data p {
    color: #818181;
    font-size: 14px;
    font-weight: 400;
}

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

.user_profile_sm .user_dtl {
    margin-left: 20px;
}

.user_profile_sm img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100px;
}

.user_details_sh i {
    color: #599d58;
}

.user_details_sh span {
    color: #979797;
    font-weight: 300;
    font-size: 14px;
    white-space: nowrap;
}

.nav-pills.details_tabs_ms .nav-link.active,
.nav-pills.details_tabs_ms .show>.nav-link {
    background: linear-gradient(#5ec008, #379911);
    padding: 10px 25px;
    font-weight: 500;
    color: #fff;
}

ul.nav.nav-pills.details_tabs_ms.nav_md_details {
    background: #f5f6fa;
    width: fit-content;
    padding: 6px;
    border-radius: 50px;
}

.modal_inner_body {
    background: #f5f6fa;
    margin: 15px 15px;
    border-radius: 15px;
    padding: 20px;
}

.modal_inner_body .diet_input_meal {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
}

.nav_md_details.nav-pills.details_tabs_ms .nav-link h4 {
    font-size: 1.2rem;
}

.nav_md_details.nav-pills.details_tabs_ms .nav-link {
    border-radius: 50px;
    background-color: transparent !important;
    padding: 15px 40px;
}

.nav-pills.details_tabs_ms .nav-item {
    padding-right: 10px;
}

.nav-pills.details_tabs_ms .nav-link {
    width: 100%;
    background: #5cbe082e;
    color: #222222;
    font-weight: 500;
    padding: 10px 25px;
}
#pills-tab .nav-link {
    border: 1px solid rgba(92, 190, 8, 0.3);
}
.nav-pills.details_tabs_ms .nav-link p {
    font-size: 14px;
    font-weight: 500;
}

.border_fore {
    /* padding: 10px 15px; 
    border: 1px solid #d0d0d0;
    height: 46px;
    background: #e9e9e9;*/
    color: #767676;    
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    align-items: center;
    display: flex;
    border-radius: 6px;
}

.border_fore span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /* .col-4.border_fore {
        padding: 10px 15px;
    } */

.border_center input {
    padding: 10px 15px;
    border: 1px solid #d0d0d0;
   /* border-left-color: #0000;
     border-right-color: #0000; */
    color: #505050;
    border-radius: 6px;
    height: calc(3.5rem + -10px);
}

.border_center textarea {
    padding: 10px 15px;
    border: 1px solid #d0d0d0;
     /* border-left-color: #0000;
   border-right-color: #0000; */
    color: #505050;
    border-radius: 6px;
}

.border_fore.border_i {
    cursor: pointer;
}

.border_fore.border_i i {
    color: #56b80a;
}

button.submit_data_profile {
    background: linear-gradient(#f10303, #b41112);
    color: #fff !important;
    font-weight: 600;
    width: 320px;
    border: none;
    height: 45px;
    /* margin-top: 2rem;
    margin-bottom: 1rem; */
    margin-left: auto;
    margin-right: auto;
    display: block;
}

input.usual_wake_up_time {
    padding: 10px 15px;
    border-radius: 0;
}

input.usual_bedtime {
    padding: 10px 15px;
    border-radius: 0;
}

.border_select .easySelect .styledSelect {
    border-color: #d0d0d0 !important;
    cursor: pointer;
    height: 46px;
    padding: 10px 60px 10px 19px !important;
}

.pdf_file_report {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    border: 2px dashed #4daf0c;
}

.border_select .easySelect .styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #414c52 transparent transparent transparent;
    position: absolute;
    top: 22px !important;
    right: 27px !important;
}

.border_select select {
    padding: 10px 15px;
    border-radius: 0px;
    border: 1px solid #d0d0d0 !important;
    color: #505050;
    border-left-color: #0000;
    display: block;
    height: fit-content;
}

.border_center .iti.iti--allow-dropdown.iti--separate-dial-code .iti__flag-container {
    height: 46px;
}

.border_center .phone_number {
    height: 46px;
    border-radius: 0px;
}

label.error {
    color: #b10707;
    font-size: 12px;
}

.col_profile {
    padding: 20px;
    background: #f8f8f8;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/* information tab css start */
.card_apppoint {
    background: #fff;
    border: 2px solid #4fb10c;
    border-radius: 10px;
    padding: 20px;
    height: fit-content;
    margin-bottom: 15px;
    height: 100%;
    display: inline-block;
    width: 100%;
}

.tagify.tagify--focus {
    border-color: #0b9d58 !important;
}

.tagify {
    height: 46px;
    border-radius: 0px !important;
    border: 1px solid #d0d0d0 !important;
    overflow-y: auto !important;
}

span.select2-dropdown.select2-dropdown--below {
    width: 100% !important;
}

span.select2-selection.select2-selection--multiple {
    height: 46px;
    border-radius: 0px !important;
    background-color: transparent;
}

.imp_class {
    border-bottom: 1px solid red;
    color: #ff0000a6;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #0b9d58 1px !important;
}

.select2-results__option[aria-selected=true]:before {
    color: #fff;
    background-color: #0b9d58 !important;
    font-size: 12px;
    padding-top: 1px;
    padding-left: 4px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d0d0d0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 0px solid #aaa !important;
    padding: 4px 6px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 44px !important;
    overflow-y: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 10px !important;
}

span.select2.select2-container.select2-container--default {
    display: initial;
}

.easySelect .styledSelect {
    border-color: #d0d0d0 !important;
    border-radius: 5px;
}

.card_apppoint h5 {
    color: #323232;
}

.card_apppoint p {
    color: #979797;
    font-size: 14px;
}

.d_grid_ms {
    columns: 2;
}

.medical_table {
    background: #f6f6f6;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

tr.table_heading {
    text-align: center;
    background: #e2f3d2ad;
    color: #3e8804;
}

input.diseases_radio_check[type="radio"] {
    width: 15px;
    height: 15px;
    border: 2px solid #6f6f6f !important;
    vertical-align: middle;
    cursor: pointer;
}

input.diseases_radio_check[type="radio"]:checked {
    background-color: #0b9d58;
    border: 2px solid #0b9d58 !important;
    padding: 2px;
    vertical-align: middle;
}

/* information tab css end */

/* Goal tab css start */

.fa-pencil-alt.pencil_alt {
    color: #4fb10c;
    cursor: pointer;
}

.border {
    border: 1px solid #1f2936 !important;
}

/* Goal tab css end */

/* Test report css start */
.card_summary {
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #00000024;
}

.card_summary h5 b {
    font-size: 20px;
}

.card_summary textarea {
    width: 100%;
    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 10px 15px;
}

button.pdf_buttn {
    display: block;
    margin: 0px auto;
    background: transparent;
    border: 2px solid #4daf0c;
    padding: 6px 20px;
    border-radius: 8px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    color: #46a80e;
}

.user_report_lg img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    padding: 10px 10px;
    border: 2px dashed #51b30b;
    border-radius: 10px;
    cursor: pointer;
}

/* .user_report_lg p {
    border: 1px solid #b6b6b6;
    padding: 5px 10px;
    border-radius: 5px;
} */

.nav-pills.records_tabs_md .nav-link.active,
.nav-pills.records_tabs_md .show>.nav-link {
    background: linear-gradient(#5ec008, #379911);
    color: #fff;
    font-weight: 500;
}

.nav-pills.records_tabs_md .nav-link.active svg {
    fill: #fff !important;
}

.nav-pills.records_tabs_md .nav-link svg {
    fill: #5F646C !important;
}

ul.nav.nav-pills.records_tabs_md {
    background: #F5F6FA;
    width: fit-content;
    padding: 8px;
    border-radius: 100px;
}

.nav-pills.records_tabs_md .nav-link {
    background: transparent;
    color: #000;
    font-size: 16px;
    border-radius: 100px !important;
    font-weight: 500;
    padding: 8px 45px;
}

.reports_enter_auto {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f6fa;
    padding: 10px 15px;
    border-radius: 5px;
}

.reports_enter_auto p {
    margin-bottom: 0;
}

.reports_enter_auto input {
    background: #fff;
    border: 1px solid #b2b2b2;
    width: 75px;
    text-align: center;
    height: auto;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    padding: 5px;
}

.record_graph_sm {
    background: #f5f6fa;
    padding: 10px;
    gap: 6px;
}

.nav-pills.record_graph_sm .nav-link.active,
.nav-pills.record_graph_sm .show>.nav-link {
    background: linear-gradient(#5ec008, #379911);
    color: #fff;
}

.nav-pills.record_graph_sm .nav-link.active svg {
    fill: #fff;
}

.nav-pills.record_graph_sm .nav-link {
    color: #000;
    background: #e7e9f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Test reports css end  */

/* Meal Plan css start */
.diet_multy_data {
    background: #ffffff;
    box-shadow: 0px 0px 15px #ebebeb;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: .5s;
}

.diet_multy_data p {
    font-size: 16px;
    font-weight: 300;
    color: #727272;
}

.calendar-container-lg {
    border: 2px solid #4aac0d;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    height: fit-content;
    width: auto;
    background: #fff;
    font: 13px Helvetica, Arial, san-serif;
    display: inline-block;
    padding: 10px;
}

.fa.fa-times.reset_search_text {
    display: block;
    position: absolute;
    right: 46px;
    top: 16px;
    cursor: pointer;
    color: #727272;
    font-size: 14px;
}

.calendar {
    width: 100%;
    padding: 0;
}

section.recipes_profile_section ul.categrius_contnet tags tag {
    margin: 0 5px 5px 0;
}

section.recipes_profile_section ul.categrius_contnet tags {
    background-color: transparent !important;
    border: none !important;
    padding: 0;
}

section.recipes_profile_section ul.categrius_contnet tags tag div span {
    background-color: #0b9d58;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 14px;
}

section.recipes_profile_section ul.categrius_contnet tags tag div:before {
    display: none;
}

section.recipes_profile_section ul.categrius_contnet tags tag div {
    padding: 0 !important;
}

.fa-chevron-left:before {
    content: "\f053";
}

.year-header span {
    display: inline-block;
    font-size: 24px;
    line-height: 40px;
    color: #49ab0d;
    font-weight: 900;
}

.left-button,
.right-button {
    cursor: pointer;
    width: 28px;
    text-align: center;
    position: absolute;
    color: #cccccc !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px !important;
}

.left-button {
    left: 0;
}

.right-button {
    right: 0;
    top: 0;
}

.days-table,
.dates-table,
.months-table {
    border-collapse: separate;
    text-align: center;
}

.month {
    cursor: default;
    height: 26px;
    width: 26px;
    padding: 0 2px;
    padding-top: 10px;
    line-height: 26px;
    text-transform: uppercase;
    font-size: 11px;
    color: #cccccc;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.active-month {
    font-weight: 700;
    color: #000;
}

.day {
    height: 26px;
    width: 26px;
    padding: 0 10px;
    line-height: 26px;
    border: 2px solid transparent;
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
}

.table-date {
    cursor: default;
    color: #2b2b2b;
    height: 26px;
    width: 26px;
    font-size: 15px;
    padding: 8px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    position: relative;
}

.active-date {
    background: linear-gradient(#5ec008, #379911);
    color: #fff;
}

.food_img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100px;
}

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

.food_loader_saving_meal {
    background: #fffc;
    backdrop-filter: blur(1px);
    height: 50vh;
    position: absolute;
    width: -webkit-fill-available;
    z-index: 99999;
}

.table_heading {
    width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table_action {
    width: 25%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table_current {
    width: 15%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table_goals {
    width: 15%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goals-input_log {
    padding: 10px 10px;
    text-align: center;
    height: fit-content;
}

.progress-head {
    text-align: center;
}

.progress-head.carbs .progress.progress-striped {
    background-color: #FFE2E1;
}

.progress-head.Protein .progress.progress-striped {
    background-color: #D0EBDE;
}

.progress-head.Fat .progress.progress-striped {
    background-color: #E6E3F5;
}

.progress.progress-striped {
    overflow: inherit;
    height: 8px;
    border-radius: 25px;
}

.progress-striped .progress-bar {
    border-radius: 25px;
    width: 0;
    height: 8px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.progress-head.carbs .progress-striped .progress-bar {
    background: #DF2925;
}

.progress-head.Protein .progress-striped .progress-bar {
    background: #0A9D57;
}

.progress-head.Fat .progress-striped .progress-bar {
    background: #5C47D1;
}

.progress-head p {
    font-size: 14px;
    font-weight: 600;
}

.btn_acco_meal::after {
    display: none !important;
}

.btn_acco_meal:focus {
    box-shadow: 0px 0px 20px #0000 !important;
}

.d_inline_block {
    display: inline-block;
    background: #f7f7f7;
}

button.meal_ad_bttn.recommended_meal_btn {
    background: linear-gradient(#f10303, #b41112);
}

.food_loader_saving_meal .loader {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    color: white;
    border: 12px solid #f3f3f3;
    border-top: 12px solid #5fb803;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    animation: spin 1s linear infinite;
}

.food_loader_c .loader {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    color: white;
    border: 12px solid #f3f3f3;
    border-top: 12px solid #5fb803;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    animation: spin 1s linear infinite;
}

.food_loader_c {
    height: 55vh;
    position: relative;
    width: -webkit-fill-available;
}

.diet_input_meal {
    margin-top: 15px;
    height: calc(3.5rem + -12px);
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    width: 100%;
    border: 1px solid #F5F6FA;
    background-color: #F5F6FA;
    padding: 10px 15px;
    border-radius: 3px;
    color: #000;
}

button.meal_ad_bttn.btn_press_bt {
    background: linear-gradient(#f10303, #b41112) !important;
}

.accordion-item.accordion_btn_content .meal_add_plan {
    background-color: #f5f6fa;
    box-shadow: 0px 0px 10px #0000;
    padding: 15px;
    border-radius: 10px;
}

.accordion-item.accordion_btn_content .accordion-body {
    height: 100%;
    max-height: 250px;
    overflow: auto;
}

.fc-basic-view .fc-body .fc-row {
    height: 80px !important;
}

/* .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
} */
.empty_content {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.empty_content img {
    width: 150px;
    display: block;
    margin: auto;
}

.meal_add_plan {
    background-color: #fff;
    box-shadow: 0px 0px 10px #f8f8f8;
    padding: 15px;
    border-radius: 10px;
}

.meal_add_plan .para_ms {
    font-size: 16px;
    font-weight: 300;
    color: #727272;
}

a.meal_ad_bttn.recommended_meal_btn {
    background: linear-gradient(#585858, #000000);
    color: #fff !important;
}

a.meal_ad_bttn.add_meal_btn {
    text-align: center;
    background: linear-gradient(#5ec008, #379911);
    color: #fff !important;
}

.save_water_goal {
    background: linear-gradient(#f10303, #b41112);
    color: #fff !important;
    font-weight: 600;
    width: 20%;
    border: none;
    height: 45px;
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 15px;
}

.meal_ad_bttn {
    background: linear-gradient(#5ec008, #379911);
    color: #fff;
    font-weight: 500;
    padding: 4px 20px;
    height: fit-content;
    border: none;
    border-radius: 5px;
}

.empty_folder_dash img {
    margin: auto;
    width: 300px;
}

.overflow_meal_ms {
    height: 45vh;
    overflow-y: auto;
    padding: 10px;
}

.accordion-item.accordion_btn_content {
    background: transparent;
    border-color: transparent;
}

.accordion-item.accordion_btn_content .accordion-collapse {
    background-color: #fff;
    /* border: 1px solid #b61011; */
    border-radius: 10px 0px 10px 10px;
}

.accordion_btn_content .accordion-header {
    width: fit-content;
    margin-left: auto;
}

.accordion_btn_content button.accordion-button {
    background: linear-gradient(#f10303, #b41112);
    color: #fff;
}

.accordion_btn_content .accordion-button::after {
    margin-left: 5px;
}


/* Meal Plan css end */

/* Follow up css start */

.follow_note_sm {
    border: 1px solid #b6b6b6;
    padding: 5px 10px;
    border-radius: 5px;
}

.follow_not {
    background-color: #F5F6FA;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.card_summary img {
    width: 100%;
    margin: auto;
    display: block;
}

button.swal2-confirm.swal2-styled {
    background: linear-gradient(#5ec008, #379911) !important;
    box-shadow: 0px 0px 0px #0000 !important;
}

button.swal2-deny.swal2-styled {
    box-shadow: 0px 0px 0px #0000 !important;
    background: linear-gradient(#f10303, #b41112) !important;
}

button.swal2-cancel.swal2-styled {
    box-shadow: 0px 0px 0px #0000 !important;
    background: #000 !important;
}

h2.swal2-title {
    color: #000 !important;
    font-size: 24px !important;
}

a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
    /* background: linear-gradient(#5ec008, #379911) !important; */
    color: #fff !important;
    border: transparent;
    padding: 2px 10px;
    cursor: pointer;
}

td.fc-day.fc-widget-content.fc-fri.fc-today {
    background: #e9ffd7;
}

button.fc-month-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-active {
    display: none;
}

button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-disabled {
    display: none;
}

.fc.fc-unthemed.fc-ltr {
    padding: 10px;
}

button.swal2-cancel.btn.btn-danger {
    box-shadow: 0px 0px 0px #0000 !important;
    background: linear-gradient(#f10303, #b41112) !important;
    margin: 3px;
    border: #0000;
    color: #fff;
}

button.swal2-confirm.btn.btn-success {
    background: linear-gradient(#5ec008, #379911) !important;
    box-shadow: 0px 0px 0px #0000 !important;
    margin: 3px;
    border: #0000;
    color: #fff;
}

/* Follow up css end */

/* media query start */
@media (max-width: 585px) {
    .details_tabs_ms {
        display: block;
    }

    .bg_plans_sm {
        padding: 0px;
    }

    .border_fore {
        padding: 10px 0px;
        text-align: center;
    }

    .nav-pills.records_tabs_md .nav-link {
        width: 100%;
    }

    .records_tabs_md li.nav-item {
        width: 100%;
    }

    ul.nav.nav-pills.records_tabs_md {
        background: #F5F6FA;
        width: fit-content;
        padding: 8px;
        border-radius: 14px;
    }
}

@media (max-width: 992px) {
    .d_grid_ms {
        columns: auto;
    }

    .card_apppoint {
        height: fit-content !important;
        padding: 3px;
    }

    .card_summary img {
        width: 100%;
        margin-bottom: 15px;
    }
}

/* media query end */

/*  */
/*User profile panel css */
/********************* End! ********************/

/*  */
/* templates page css start */

.order_heading.alert {
    padding: 0px 15px 15px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.order_heading h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: none;
}

a.add-advance-options {
    border-radius: 5px !important;
    background: linear-gradient(#f10303, #b41112) !important;
    border: 0px solid transparent;
    margin-left: auto;
    margin: unset;
    margin-bottom: 0 !important;
    line-height: 25px;
    padding: 8px 25px !important;
    text-decoration: auto;
    font-size: 14px;
    color: #fff !important;
    font-weight: 600;
    top: 0;
    order: 2;
    border-radius: 5px;
    white-space: nowrap;
    width: auto;
    height: auto;
    box-shadow: 0 2px 2px 0 rgb(33 191 6 / 0%), 0 3px 1px -2px rgb(33 191 6 / 0%), 0 1px 5px 0 rgb(33 191 6 / 0%) !important;
}

.order_heading p {
    font-size: 14px;
    color: #898989;
}

input.search_template {
    width: 100%;
    border: 1px solid #d7d7d7;
    padding: 10px 15px;
}

input.search_template:focus {
    border: 1px solid #49ab0d !important;
}

.select_templates {
    width: 200px;
    margin-left: 15px;
    border: 1px solid #d7d7d7 !important;
}

.select_templates:focus {
    border: 1px solid #49ab0d !important;
}

.table_template_d p {
    font-weight: 500;
}

/* table.table_template{
    border-collapse: separate;
    border-spacing: 0em 0.5em;
} */
.table_row_meal {
    border-bottom: 1px solid rgb(224 224 224 / 50%);
    transition: all 0.4s ease-in-out;
}

.table_template_d span {
    font-size: 14px;
    color: #686868;
}
.table_template th {
    border-color: #a7a7a7 !important;
    color: #545454;
}

.table_row_meal td {
    padding: 10px 15px;
    vertical-align: middle;
    transition: all 0.4s ease-in-out;
}

.table_template_icon {
    vertical-align: middle;
}

.table_template_icon i {
    font-size: 20px;
    cursor: pointer;
}

.table_row_meal:hover {
    border-bottom: 1px solid rgb(64 162 15 / 30%);
}

.table_row_meal:hover .table_template_d,
.table_row_meal:hover .table_template_d span,
.table_row_meal:hover .table_template_icon i {
    color: #4cae0c;
}

.tags_active {
    background: rgba(55, 153, 17, 0.15);
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0px 2px;
    font-size: 11px;
    font-weight: 500;
    color: rgba(55, 153, 17, 1) !important;
    display: inline-block;
    margin-top: 5px;
    line-height:1;
}

/*  */
/* templates page css end */

/*  */
/* template page css start */

.table_submit {
    display: flex;
}

.table_submit a img {
    width: 55px;
}

/*  */
/* template page css start */



/*Addede New Style*/

.log_wrapper .log_header,
.log_wrapper .log_content_inner {
    display: flex;
    flex-wrap: wrap;
}

.log_wrapper .log_header .log_submit,
.log_wrapper .log_content_inner .title {
    width: 180px;
}

.log_wrapper .log_header .days_wrap,
.log_wrapper .log_content_inner .meals_wrap {
    width: calc(100% - 180px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.log_wrapper .log_header .days_wrap .box {
    flex: 0 0 13.5%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.log_wrapper .log_header .days_wrap .box label {
    display: block;
    width: 100%;
    background-color: #dee7f7;
    padding: 5px 0;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid transparent;
}

.log_wrapper .log_header .days_wrap .box .add_to_calendar {
    font-weight: 600;
    background-color: #44a043;
    color: #ffffff;
    padding: 10px 12px;
    font-size: 13px;
    border-radius: 13px;
    border: 2px solid #4e8849;
    margin: 0 0 10px;
    cursor: pointer;
}

.log_wrapper .log_header .log_submit a img {
    width: 60px;
}

.log_wrapper .log_content_inner .meals_wrap .box {
    height: 150px;
    width: 300px;
    background-color: #f3f6fb;
    flex: 0 0 13.5%;
    padding: 10px;
}

.log_wrapper .log_content_inner .title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 3px solid #8795b7;
    border-radius: 5px;
    width: 170px;
}

.log_wrapper .log_content_inner .title img {
    margin: 0 auto 3px;
}

.log_wrapper .log_content_inner .title label {
    font-weight: 700;
}

.log_wrapper .log_content_inner .title .calorie {
    color: #5eb91a;
    font-weight: 700;
    font-size: 20px;
    padding: 5px 0 0;
}

.log_wrapper .log_content_inner .meals_wrap {
    width: calc(100% - 170px);
    padding: 0 0 0 10px;
}

.log_wrapper .log_content_inner {
    padding: 10px 0 0;
}

.log_wrapper .log_content_inner .meals_wrap .box .meals_btn_wrap {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.meals_btn_wrap img {
    width: 17px;
    cursor: pointer;
}

#add_meal .modal-content {
    overflow: inherit;
}

#add_meal h5.modal-title img {
    width: 35px;
    margin: 0 10px 0 0;
}

#add_meal h5.modal-title {
    font-size: 18px;
}

.daily_intake h6 {
    font-weight: 700 !important;
    font-size: 14px;
}

.daily_intake .calories {
    font-size: 14px;
}

.daily_intake .progress,
.nutrients_box .progress {
    height: 6px;
    background-color: #f2ede7;
}

.daily_intake .progress .progress-bar {
    background-color: #14e437;
}

.nutrients_box h6,
.nutrients_count {
    font-size: 14px;
}

.progress.carbs .progress-bar {
    background-color: #fb9d2d;
}

.progress.protein .progress-bar {
    background-color: #f17de6;
}

.progress.fat .progress-bar {
    background-color: #8552e0;
}

#add_meal .header_wrapper {
    background-color: #fcfbf8;
    padding: 15px 15px;
    border-radius: 10px;
}

#add_meal .add_meal_wrapper .search_meal {
    padding: 15px;
    background-color: #fcfbf8;
}

#add_meal .add_meal_wrapper .search_meal form input {
    height: 45px;
    background-color: #f2ede7;
    border-radius: 100px;
    border: none;
    padding: 0 20px 0 35px;
    line-height: 45px;
}

.add_meal_wrapper .results {
    background-color: #f2ede7;
    padding: 10px 15px;
}

.add_meal_wrapper .results ul {
    padding: 0;
    margin: 0;
}

.item_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fcfbf8;
    padding: 10px 15px;
    border-radius: 10px;
    flex-wrap: wrap;
}
.macro-nutrients {
    flex: 0 0 100%;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.macro-nutrients .meal_calories {
    padding: 5px 10px;
    background: rgb(76 174 12 / 20%);
    font-size: 14px;
    border-radius: 5px;
    line-height: 1;
}
.item_wrap.left .meal_title {
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    padding: 0 0 2px;
}

.item_wrap .left .meal_calories,
.item_wrap .detail {
    font-size: 12px;
    line-height: 12px;
}

.item_wrap .right .add_meal_button ,.item_wrap .right .add_local_meal_button {
    background-color: #f2ede7;
    padding: 9px;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    cursor: pointer;
}

.item_wrap .right .add_meal_button img,.item_wrap .right .add_local_meal_button img {
    opacity: 0.3;
}

.add_meal_wrapper .results h5 {
    font-size: 12px;
    text-transform: uppercase;
}

#add_meal .add_meal_wrapper .search_meal form input::-webkit-input-placeholder {
    /* Edge */
    color: #000000;
}

#add_meal .add_meal_wrapper .search_meal form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}

#add_meal .add_meal_wrapper .search_meal form input::placeholder {
    color: #000000;
}

#add_meal .add_meal_wrapper .search_meal button,
#add_meal .add_meal_wrapper .search_meal button:hover {
    padding: 0;
    height: 27px;
    line-height: 23px;
    border: none;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    background-color: transparent;
}

#add_meal .add_meal_wrapper .search_meal .search_input img.search_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 13px;
}

#add_meal .add_meal_wrapper .search_meal form {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

#add_meal .add_meal_wrapper .search_meal .search_input {
    width: calc(100% - 50px);
}
#add_meal .item_wrap .left {
    flex: 0 0 50%;
}
.item_wrap .meal_title {
    line-height: 16px;
    font-weight: 600;
    font-size: 14px;
}

.meals_wrap .item_wrap {
    padding: 7px 7px;
    position: relative;
}

.meals_wrap .item_wrap .meal_title {
    font-size: 13px;
}

.meals_wrap .item_wrap .meal_calories,
.meals_wrap .item_wrap .detail {
    font-size: 11px;
}

.items_list {
    height: 105px;
    overflow-y: auto;
}

.input-wrap input {
    border-top: 1px solid #ddd;
    line-height: 1.5;
    font-size: 14px;
    padding: 5px 10px;
    width: auto;
    border-bottom: 1px solid #ddd;
    flex: 0 0 48%;
    max-width: 48%;
    text-align: center;
    background: transparent;
}
.input-wrap {
    display: inline-flex;
    width: auto;
    gap: 4%;
    flex: 0 0 30%;
    max-width: 30%;
}
/* width */
.items_list::-webkit-scrollbar {
    width: 1px;
}

/* Track */
.items_list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.items_list::-webkit-scrollbar-thumb {
    background: #cccccc;
}

/* Handle on hover */
.items_list::-webkit-scrollbar-thumb:hover {
    background: #cccccc;
}

.nutrients_wrapper .header_wrapper {
    background-color: #fcfbf8;
    padding: 20px 20px;
    border-radius: 10px;
}

.nutrients_wrapper .content {
    background-color: #fafafa;
    padding: 10px 10px;
    margin: 20px 0 0;
    border-radius: 5px;
}

.nutrients_wrapper h6 {
    font-size: 18px;
}

.nutrients_wrapper .calories,
.nutrients_wrapper .nutrients_count {
    font-size: 16px;
}

.nutrients_wrapper .header_wrapper .progress {
    height: 10px;
}

.nutrients_wrapper .content table thead tr th {
    background-color: #e9e9e9;
}

.nutrients_wrapper .content tbody tr:hover td,
.nutrients_wrapper .content tbody tr:hover th {
    background-color: rgba(80, 178, 12, 0.8);
    color: #ffffff;
}

.nutrients_wrapper,
#log-meals {
    margin: 0 0 15px;
}

#calendar_modal input {
    border: 1px solid #cccccc;
    border-radius: 6px;
    width: 100%;
    height: 40px;
    color: #000000;
}

#calendar_modal .modal-content {
    overflow: inherit;
    border: none;
}

#calendar_modal .modal-body .header_wrapper .ui-datepicker-inline {
    width: 100%;
    border: 2px solid #4aac0d;
    border-radius: 10px;
    background: #ffffff;
    padding: 15px 10px 15px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-title span {
    color: #49ab0d;
    font-size: 22px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: transparent;
    border: none;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a span {
    position: relative;
    background-image: none;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a:before,
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next:before {
    content: "";
    background-image: url("../img/chevron-left.svg");
    height: 20px;
    width: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center center;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next:before {
    content: "";
    background-image: url("../img/chevron-right.svg");
}

#calendar_modal .modal-body .header_wrapper .ui-datepicker-inline table.ui-datepicker-calendar {
    margin: 0;
}

#calendar_modal .modal-body .header_wrapper .ui-datepicker-inline table.ui-datepicker-calendar tbody tr td a {
    text-align: center;
    background: transparent;
    color: #2b2b2b;
    font-weight: 400;
    font-size: 15px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 100px;
    border: none;
}

#calendar_modal .modal-body .header_wrapper .ui-datepicker-inline table.ui-datepicker-calendar tbody tr td a.ui-state-active,
#calendar_modal .modal-body .header_wrapper .ui-datepicker-inline table.ui-datepicker-calendar tbody tr td a.ui-state-hover {
    background: linear-gradient(#5ec008, #379911);
    color: #ffffff !important;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-state-hover.ui-datepicker-prev-hover {
    background: transparent;
    border: none;
    left: 2px;
    cursor: pointer;
    top: 2px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-state-hover.ui-datepicker-next-hover {
    background: transparent;
    border: none;
    right: 2px;
    cursor: pointer;
    top: 2px;
}

.meals_wrap .item_wrap .remove {
    position: absolute;
    top: 7px;
    right: 5px;
    cursor: pointer;
}

.meals_wrap .item_wrap .remove img {
    width: 11px;
}

/*Chat Module Style*/
.chat_main {
    background-color: #f5f7fb;
}

.chat_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 30px 0;
    justify-content: space-between;
}

.chat_wrapper .left {
    width: 300px;
}

.chat_wrapper .right {
    width: calc(100% - 310px);
}

.chat_wrapper .left-card {
    border-radius: 0;
}

.chat_wrapper .left .user_list_inner {
    height: calc(100vh - 350px);
    overflow-y: auto;
}

.chat_wrapper .left .user_list_inner::-webkit-scrollbar,
.chat_wrapper .right .overflow-help-chat::-webkit-scrollbar {
    width: 0px;
}

.chat_wrapper .right {
    width: calc(100% - 320px);
    /* max-height: calc(100vh - 390px); */
    overflow-y: auto;
}

.chat_wrapper .right .overflow-help-chat {
    /* height: auto; */
    padding: 24px;
    height: calc(100vh - 470px);
    margin-top: 0;
    padding-top: 0;
}

.chat_wrapper .right .wrapper_chat_ticket {
    height: 100%;
    background-color: #ffffff;
    position: relative;
    padding: 0 00px;
    border-radius: 20px;
    overflow: hidden;
}

.chat_wrapper .right .wrapper_chat_ticket .footer {
    /* position: absolute;
    bottom: 0;
    right: 0;
    left: 0; */
    margin: 0 auto;
    width: 100%;
    padding: 16px 24px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.chat_wrapper .right .wrapper_chat_ticket .footer .input-group {
    margin: 0;
    background: #f5f7fb;
    border-radius: 100px;
    max-width: calc(100% - 80px);
    flex: 0 0 100%;

}

.chat_wrapper .left .user_list_wrap .header input {
    border: none;
    border-radius: 100px;
    height: 50px;
    margin: 0 0 10px;
    padding: 14px 20px;
}
.user_list_inner ul.list-group {
    padding: 10px 0;
}
.chat_wrapper .left .user_list_inner ul.list-group li {
    background-color: transparent;
    border: none;
    position: relative;
    padding: 10px 16px;
}

.chat_wrapper .left .user_list_inner ul.list-group li img {
    border-radius: 100px;
    height: 100%;
    width: 100%;
}

.chat_wrapper .left .user_list_inner ul.list-group li h3 {
    margin: 0;
}

.chat_wrapper .left .user_list_inner ul.list-group li a {
    padding: 0 0 0 0px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.chat_wrapper .left .user_list_inner ul.list-group li .user_detail a:hover {
    color: #000000 !important;
}

.chat_wrapper .left .user_list_inner ul.list-group li .ticket_help_chat {
    background: transparent;
    padding: 0;
    color: #666666;
    font-size: 12px;
}

.chat_wrapper .left .user_list_inner ul.list-group li .detail {
    padding: 0 0 0 8px;
    /* border-bottom: 1px solid #dedede; */
    width: calc(100% - 48px);
}

.chat_wrapper .left .user_list_inner {
    background-color: #ffffff;
    border-radius: 20px;
    /* padding: 15px 10px; */
}

.chat_wrapper .left .user_list_inner ul.list-group li .user_detail {
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
    align-items: center;
    cursor: pointer;
    padding: 12px 10px;
    background: #f5f7fb;
    border-radius: 15px;
}

.chat_wrapper .left .user_list_inner ul.list-group li .user_detail .user_img {
    width: 48px;
    height: 48px;
    position: relative;
}
.user_img span.active {
    width: 12px;
    display: block;
    height: 12px;
    background: #1bc172;
    border-radius: 50%;
    position: absolute;
    right: 1px;
    bottom: 4px;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.chat_wrapper .right .overflow-help-chat .second .avt,
.chat_wrapper .right .overflow-help-chat .first p.chat_name {
    display: none;
}

.chat_wrapper .right .overflow-help-chat .second .message .chat_ticket_right {
    border-radius: 15px 0px 15px 15px;
    background: #0a9d57;
}

.chat_wrapper .right .overflow-help-chat .second .message .chat_ticket_right p {
    font-size: 14px;
}

.chat_wrapper .left .user_list_inner ul.list-group li:last-child .user_detail {
    margin-bottom: 0;
}

.chat_wrapper .left .user_list_inner ul.list-group li:last-child .user_detail .detail {
    border: none;
}

.chat_wrapper .right .overflow-help-chat .first {
    gap: 5px;
}

.chat_wrapper .right .overflow-help-chat .first .avt img.avataar_img {
    width: 40px;
    height: 40px;
}

.chat_wrapper .right .overflow-help-chat .second .message .chat_ticket_right span.right_span {
    color: #ffffff;
}

.chat_wrapper .right .overflow-help-chat .first .chat_ticket {
    background: rgb(10 157 87 / 10%);
}

.chat_wrapper .right .wrapper_chat_ticket .footer .share img {
    max-width: 24px;
}
.share {
    width: 42px;
    height: 42px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat_wrapper .right .wrapper_chat_ticket .footer .input-group input#message_text::-webkit-input-placeholder {
    /* Edge */
    color: #808080;
}

.chat_wrapper .right .wrapper_chat_ticket .footer .input-group input#message_text:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #808080;
}

.chat_wrapper .right .wrapper_chat_ticket .footer .input-group input#message_text::placeholder {
    color: #808080;
}

.chat_wrapper .right .wrapper_chat_ticket .footer .input-group input#message_text {
    font-size: 16px;
    max-width: 100%;
    align-items: self-start;
    text-align: left;
    background: transparent;
}

.chat_wrapper .right .wrapper_chat_ticket .footer button.send_message {
    border-radius: 100px;
}

.chat_wrapper .right .wrapper_chat_ticket .footer button.send_message img {
    max-width: 20px;
}

.left-header-container {
    padding:16px 24px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 10%);
}
.btn.close_ticket_confirmation:hover {
    background: #000;
    color: #fff !important;
    border-color: #000;
}
.header .name label {
    font-weight: 800;
    font-size: 17px;
}

.start_conversation {
    text-align: center;
}

.start_conversation .icon img {
    margin: 0 auto;
}

.start_conversation {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.start_conversation label {
    font-weight: 600;
    background: rgb(10 157 87 / 10%);
    padding: 6px 24px;
    display: inline-block;
    border-radius: 50px;
    color: rgb(10 157 87 / 100%);
}

.day-selected {
    display: inline-block;
    width: 100%;
}

.day-selected input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    opacity: 0;
    cursor: pointer;
}

.log_wrapper .log_header .days_wrap .day-selected input:checked~label {
    background-color: #e2f3d2;
    border: 1px solid #44a043;
}

.chat_wrapper .left .user_list_inner ul.list-group li .user_detail.active_user {
    background-color: rgb(10 157 87 / 15%);
    border-color: rgb(10 157 87 / 15%);
}

#user_chat_list .header img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    width: 16px;
}

/*.chat_wrapper .left .user_list_inner ul.list-group li .user_detail.active_user a,
.chat_wrapper .left .user_list_inner ul.list-group li .user_detail.active_user .ticket_help_chat {
    color: #ffffff;
}*/
.empty_folder_dash {
    padding: 50px 0;
}

.empty_folder_dash .no_data {
    background-color: #ffffff;
    padding: 50px 0;
    border-radius: 15px;
    min-height: calc(100vh - 430px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.empty_folder_dash .no_data p {
    text-align: center;
    font-size: 18px;
    margin: 15px 0 0;
    font-weight: 500;
}

#appointment_list {
    /* max-height: calc(100vh - 437px); */
    overflow: auto;
    margin: 10px 0 0;
    min-height: calc(100vh - 437px);
    z-index: 9;
    position: relative;
}

/* #appointment_list::-webkit-scrollbar {
    width: 0px;
} */

section.templates_wraper {
    min-height: calc(100vh - 330px);
    /*max-height: calc(100vh - 330px);*/
}

body .easySelect {
    border: none !important;
    height: 55px;
}

.working_days .form-group {
    background-color: #f1f1f1;
    padding: 10px 10px;
    margin: 5px 0 0;
}

.working_days .form-group label {
    display: block;
    margin: 0 0 2px;
    font-weight: 500;
    font-size: 14px;
}

.working_days .form-group input[type="checkbox"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.working_days .form-group {
    padding: 10px 10px;
    margin: 5px 0 0;
    background-color: #d1e7dd;
    border-radius: 4px;
}

.working_days .form-group ul {
    margin: 0;
    padding: 5px 10px;
    display: flex;
}

.working_days .form-group ul li {
    display: flex;
    align-items: center;
    margin: 0 15px 0 0;
}

.working_days .form-group ul li .custom_check {
    height: 20px;
    width: 20px;
    border: 1px solid #000000;
    border-radius: 2px;
    margin: 0 5px 0 0;
    position: relative;
    background-color: #ffffff;
}

#calendar_modal:before,
#add_meal:before,
#template_modal:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000000;
    opacity: .5;
    left: 0;
    right: 0;
    top: 0;
}

.datepicker tbody tr td.ui-state-disabled span {
    text-align: center;
    background-color: #e2f3d2;
    border: none;
    background-image: none;
    color: #358c00;
    font-weight: 500;
    width: 35px;
    height: 35px;
    line-height: 29px;
    margin: 0 auto;
    border-radius: 100px;
}

.datepicker tbody tr td.ui-state-disabled {
    opacity: 1;
}

#calendar_modal h5.modal-title img,
#template_modal h5.modal-title img {
    max-width: 30px;
}

button#save_meals_for_user {
    width: 250px;
    margin: -20px auto 20px;
    display: block;
    padding: 10px 0;
    background: linear-gradient(#f10303, #b41112) !important;
    border: none;
}

body .modal .modal-content {
    overflow: inherit;
}


/*Modal*/

.plans_selected .plan {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
    background-color: #e2f3d2;
    padding: 20px 15px;
    border-radius: 5px;
    justify-content: space-between;
}

.plans_selected .plan .custom_radio input[type="radio"],
ul.inner_plans li .custom_radio input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 3;
}

.plans_selected .plan .custom_radio input[type="radio"]:checked~span,
ul.inner_plans li .custom_radio input[type="radio"]:checked~span {
    background-color: #5ec008;
    border: 1px solid #379911;
}

.plans_selected .plan .custom_radio input[type="radio"]~span,
ul.inner_plans li .custom_radio input[type="radio"]~span {
    height: 20px;
    width: 20px;
    display: block;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    margin: 0 5px 0 0;
    position: relative;
}

.plans_selected .plan .custom_radio input[type="radio"]:checked~span:after,
ul.inner_plans li .custom_radio input[type="radio"]:checked~span:after {
    content: "";
    left: 6.3px;
    top: 2.5px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.plans_selected .plan h5 {
    margin: 0 0 0 5px;
    font-size: 16px;
}

.plans_selected .plan .icon img {
    width: 45px;
}

.plans_selected .plan .icon {
    margin: 0 5px 0 0;
}

.plans_selected .plan.active:before,
ul.inner_plans li.active:before {
    content: "";
    position: absolute;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    border: 2px dashed #a4c584;
    border-radius: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.plans_selected .plan .left {
    display: flex;
    align-items: center;
}

ul.inner_plans {
    padding: 0;
    list-style: none;
    height: 0;
    overflow: hidden;
    margin: 0;
    transition: 0.3s;
}

ul.inner_plans li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
    background-color: #e2f3d2;
    margin: 0 0 4px;
    border-radius: 5px;
    position: relative;
}

ul.inner_plans li label {
    font-size: 14px;
    font-weight: 600;
}

.specialized_diet_plans .plan {
    margin-bottom: 4px;
}

ul.inner_plans.show {
    height: 135px;
    overflow: auto;
}

ul.inner_plans::-webkit-scrollbar {
    width: 0px;
}

.specialized_diet_plans .plan .right .custom_radio span {
    display: none !important;
}

.specialized_diet_plans .plan .arrow_icon svg {
    width: 12px;
    height: 12px;
    margin: 0 10px 0 0;
}

/*Modal*/

.important_recommendations label {
    font-weight: 600;
    font-size: 15px;
    margin: 15px 0 5px;
}

.important_recommendations textarea#important_recommendations {
    height: 100px;
}

a.assign_meal_template,
a.assign_meal_template:hover {
    width: 200px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#f10303, #b41112);
    border: none;
    color: #ffffff !important;
}

.no_plans_selected .box {
    text-align: center;
}

.no_plans_selected .box .contnet h5 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 30px 0 0;
}

.no_plans_selected .box .contnet a.go_back {
    background: linear-gradient(#f10303, #b41112);
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    border-radius: 100px;
    margin: 15px auto 30px;
}

.no_plans_selected .box .graphic img {
    width: 240px;
}

#noplan button.btn-close {
    position: absolute;
    right: -5px;
    top: -25px;
    background-color: #ef0a0c;
    opacity: 1;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 100px;
}

#noplan .modal-content {
    border-radius: 20px;
    padding: 20px 0 0;
}

img.save {
    cursor: pointer;
}

/*Addede New Style*/

ul {
    list-style: inside;
    padding: 0;
}

.inner_img_wrap img {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

body.scrolled .genetic_health_wrapper thead,
body.scrolled_end .genetic_health_wrapper thead {
    position: fixed;
    top: 130px;
    left: 0;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    right: 0;
    background-color: #ffffff;
    padding: 0px 0 5px;
    transition: 0.2s;
    z-index: 9;
    opacity: 1;
}

body.scrolled .display_access_show,
body.scrolled_end .display_access_show {
    z-index: 2;
    position: fixed;
    top: 55px;
    max-width: 1320px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px 0 0;
    transition: 0.2s;
    opacity: 1;
}

body.scrolled_end .genetic_health_wrapper thead,
body.scrolled_end .display_access_show {
    opacity: 0;
    display: none;
}

body.scrolled .genetic_health_wrapper thead tr th {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

body.scrolled_end tbody.table_body_diet,
body.scrolled tbody.table_body_diet {
    padding: 451px 0 0;
    display: table-caption;
    width: 100%;
}
body.scrolled_end tbody.table_body_diet{
    padding-top: 350px;
}
.social_links ul {
    list-style: none;
}

.social_links ul li a img {
    width: 24px;
}

.social_links ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 20%);
    margin: 0 5px 0 0;
    border-radius: 5px;
}

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

.author .avtar img.img {
    width: 70px;
    height: 70px;
    margin: 0 10px 0 0;
    border-radius: 100px;
}

.author .details .name {
    font-size: 18px;
    font-weight: 500;
}

.author .details .date {
    color: #575757;
    line-height: 16px;
    font-size: 14px;
}

.author_title {
    margin: 0 0 7px;
    display: inline-block;
    font-style: italic;
}

/*body.popup-show #join_our_community {
    display: block;
    opacity: 1;
}
body.popup-show #join_our_community:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: .5;
}
body.popup-show #join_our_community .modal-dialog {
    position: relative;
    z-index: 1;
}*/
#join_our_community button.btn-close {
    background: #f32425 url(../img/close_icon.svg) center/0.8em auto no-repeat;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
}

#join_our_community .modal-dialog {
    max-width: 650px;
    text-align: center;
}

#join_our_community .modal-dialog .modal-content .graphic {
    margin: 0 auto;
}

#join_our_community .modal-dialog .modal-content .graphic img.img {
    margin: 30px auto 20px;
    width: 350px;
}

#join_our_community .modal-dialog p {
    font-size: 20px;
}

#join_our_community .modal-dialog button.subscribe-btn,
.get_articles form button.submit-btn {
    width: 300px;
    height: 50px;
    border-radius: 5px;
    background: linear-gradient(#f10303, #b41112);
    border: none;
}

.get_articles {
    background-color: #fafafa;
    padding: 30px;
    border-top: 5px solid #e50506;
    border-radius: 10px;
    margin: 40px 0 0;
    clear: both;
}

.get_articles form h4 {
    font-size: 28px;
    font-weight: 400 !important;
    margin: 0 0 15px;
}

.get_articles form {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

body.social_link_fixed .social_links {
    position: fixed;
    left: 0;
    top: 120px;
}

body.social_link_fixed .social_links ul {
    flex-wrap: wrap;
}

body.social_link_fixed .social_links ul li {
    width: 100%;
    margin: 0 0 7px;
}

.get_articles form label.error,
form#subscribeModalForm label.error {
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #b10707;
}

/*Added 08 May*/

.plans_sub .title {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 20px;
}

.plans_sub .box_wrap .box {
    flex: 0 0 32.333%;
    background-color: #ffffff;
    padding: 30px 20px 100px 20px;
    border-radius: 20px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 10%);
    border-top: 5px solid #ffa152;
    position: relative;
}

.plans_sub .box_wrap {
    justify-content: space-between;
}

.plans_sub {
    padding: 20px 0 0;
}

ul.plans_features_list {
    list-style: none;
    margin: 0;
    background-color: #e4f4ed;
    padding: 15px;
    border-radius: 15px;
}

.plans_sub .box_wrap .box h6 {
    font-weight: 700 !important;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

ul.plans_features_list li i {
    margin: 0 10px 0 0;
    font-size: 14px !important;
}

ul.plans_features_list li {
    font-size: 14px;
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}

.plans_sub .box_wrap .box .pricing {
    display: flex;
    justify-content: center;
    margin: 2px 0 15px;
}

.plans_sub .box_wrap .box .pricing .price {
    color: #707070;
    position: relative;
}

.plans_sub .box_wrap .box .pricing .price:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: #707070;
}

.plans_sub .box_wrap .box .pricing .offer_price {
    color: #d20a0b;
    font-weight: 700;
    margin: 0 0 0 6px;
}

.plans_sub .box_wrap .box .explore_btn {
    position: absolute;
    height: 46px;
    width: 150px;
    margin: 0 auto !important;
    text-align: center;
    bottom: 30px;
    left: 0;
    right: 0;
}

.plans_sub .box_wrap .box .explore_btn a {
    width: 100%;
    max-width: 180px;
    display: block;
    margin: 0px auto !important;
    background: linear-gradient(#f10303, #b41112);
    color: #ffffff !important;
    padding: 10px 0;
    border-radius: 100px;
    font-weight: 600;
}

.plans_sub .box_wrap .box .explore_btn a:hover {
    background: linear-gradient(#3a9d58, #207200);
}

.note {
    background-color: #fffae0;
    padding: 20px 20px;
    margin: 17px 0 0;
    border: 1px solid #f6efc9;
    border-radius: 5px;
}

.note p {
    margin: 0;
}

/*Responsive*/


@media only screen and (max-width: 1600px) {

    #subscription_div thead .feature-item_new.service_items {
        padding: 20px 10px 15px !important;
    }

    #subscription_div thead .feature-item_new.service_items .rounded-circle {
        width: 55px !important;
        height: 55px !important;
        margin: 0 !important;
    }

    #subscription_div thead .feature-item_new.service_items h5.service-heading {
        font-size: 14px;
        margin-top: -20px;
        margin-bottom: 3px !important;
    }

    #subscription_div thead .feature-item_new.service_items p.deit_text {
        font-size: 14px;
        line-height: 17px;
        height: 70px;
    }

    #subscription_div thead .feature-item_new.service_items a.btn.genetic_btn {
        font-size: 13px;
        max-width: 140px;
    }

    body.scrolled .genetic_health_wrapper thead,
    body.scrolled_end .genetic_health_wrapper thead,
    body.scrolled .display_access_show,
    body.scrolled_end .display_access_show {
        max-width: 1320px;
    }

    body.scrolled .genetic_health_wrapper thead,
    body.scrolled_end .genetic_health_wrapper thead {
        top: 122px;
    }

    body table.genetic_health_wrapper {
        width: 1295px;
    }

    p.check_all_access {
        font-size: 14px;
    }

    body.scrolled tbody.table_body_diet {
        padding: 350px 0 0;
    }
}

@media only screen and (max-width: 1399px) {

    body.scrolled .genetic_health_wrapper thead,
    body.scrolled_end .genetic_health_wrapper thead,
    body.scrolled .display_access_show,
    body.scrolled_end .display_access_show {
        max-width: 1140px;
    }

    body table.genetic_health_wrapper {
        width: 1110px;
    }

    body.scrolled .display_access_show,
    body.scrolled_end .display_access_show {
        top: 45px;
    }

    /* body.scrolled .genetic_health_wrapper thead,
    body.scrolled_end .genetic_health_wrapper thead {
        top: 112px;
    } */

    body.scrolled tbody.table_body_diet {
        padding: 334px 0 0;
    }
}


@media only screen and (max-width: 1199px) {
    .science_img {
        height: auto;
        background-size: auto;
        object-fit: inherit;
    }

    body.scrolled .genetic_health_wrapper thead,
    body.scrolled_end .genetic_health_wrapper thead {
        position: relative;
        top: 0px;
        left: 0;
        max-width: none;
        width: 100%;
        margin: 0 auto;
        right: 0;
        background-color: #ffffff;
        padding: 20px 0 5px;
        transition: inherit;
        z-index: 1;
        opacity: 1;
    }

    body.scrolled .display_access_show,
    body.scrolled_end .display_access_show {
        z-index: 2;
        position: relative;
        top: 0px;
        max-width: none;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #ffffff;
        padding: 20px 0 0;
        transition: inherit;
        opacity: inherit;
    }

    body.scrolled tbody.table_body_diet {
        padding: 0px 0 0;
        display: table-caption;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .header_section nav.navbar {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        top: 0;
    }

    section.ceo_banner_section .main_heading_content {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .recipes_profile_section img.card-img-top {
        height: auto;
        object-fit: contain;
    }
}


/*  Price plan  style */
section.price_tabs_sec {
    padding-top: 80px;
    padding-bottom: 30px;
}

.pricing_tabs_wrap .nav-tabs {
    border-bottom-width: 0px;
    justify-content: center;
    gap: 2%;
}

.pricing_tabs_wrap .nav-tabs .nav-item {
    flex: 0 0 25%;
    max-width: 25%;
}

.pricing_tabs_wrap .nav-tabs .nav-link {
    border: 2px solid;
    border-radius: 50px;
    color: #0b9d58;
    font-size: 18px;
    margin: 0 auto;
    display: block;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.pricing_tabs_wrap .nav-tabs .nav-link:hover,
.pricing_tabs_wrap .nav-tabs .nav-link.active {
    background: #0b9d58;
    color: #fff;
    border-color: #0b9d58;
}

.price_tabs_sec .plans_sub .box_wrap {
    justify-content: center;
    gap: 1.5%;
    flex-wrap: wrap;
}

.months {
    text-align: center;
    font-weight: 800 !important;
    margin: 0;
}

.plans_sub .box_wrap .box .total_pricing {
    margin: 0;
    font-size: 20px;
}

.plans_features_list>ul {
    padding-left: 24px;
}

.pricing_tabs_wrap .plans_sub {
    padding: 60px 0 0;
}

.pricing_tabs_wrap .plans_sub .title {
    text-align: center;
    font-weight: 700;
    margin: 0 0 20px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    background: #ffa152;
    border-radius: 20px 20px 0 0;
    font-size: 20px;
    padding: 10px;
}

.plans_sub .box_wrap .description-box.box {
    flex: 0 0 66%;
    margin-top: 20px;
    text-align: center;
}

.plans_sub .box_wrap .description-box.box p {
    font-size: 16px;
    max-width: 500px;
    margin: 20px auto 0;
}

.plans_sub .box_wrap .description-box.box p:last-child {
    margin: 5px auto 0;
}

.price_tabs_sec .pricing_tabs_wrap .box {
    padding-bottom: 20px;
}

.contact-btn {
    border-radius: 100px;
    padding: 6px 24px;
    background: linear-gradient(#f10303, #b41112);
    color: #fff;
    border-color: #df2926;
    font-size: 16px;
    margin: 10px auto;
    max-width: fit-content;
    display: block;
    transition: all 0.4s ease-in-out;
}

.contact-btn:hover {
    background: linear-gradient(#b41112, #f10303);
    color: #fff !important;
}

.box h5 {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}


/* home page  */
/* .sec_head p {
    text-align: center !important;
    max-width: 1024px;
    margin: 0 auto;
} */
.sec_head {
    padding-bottom: 40px;
}
/*
.order_main_para p,
.order_main_para p *{
     font-size: 16px !important;
}
    */
footer.footer {
    background: rgba(11, 157, 88, 0.05);
}

.footer-colm h4 {
    text-transform: uppercase;
    font-size: 22px;
}

.table tr:nth-child(even) {
    background: rgb(0 0 0 / 3%);
}

.before_after .box {
    position: relative;
}

.before_after .box label {
    padding: 5px 25px;
    position: absolute;
    bottom: 10px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    font-weight: 600;
    left: 10px;
}

.card_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #e6f5ee;
}

/* .feature-item_new .content_show ul {
    position: absolute;
    left: 4px;
    right: 4px;
    background: #fff;
    box-shadow: 0px 0px 17px #ebebeb;
    padding: 20px;
    border-radius: 10px;
    top: 4px;
    bottom: 4px;
    margin: 0;
} */

.feature-item_new .content_show {
    background: #fff;
    padding: 30px 0 0;
    text-align: left;
}

/* .feature-item_new .content_show ul li {
    background: rgba(11, 157, 88, 0.1);
    margin-bottom: 10px;
    padding: 5px 20px;
    color: #0b9d58;
    border: 1px solid rgba(11, 157, 88, 0.2);
    border-radius: 50px;
    display: inline-block;
} */

.recipes-sidebar {
    background: rgb(11 157 88 / 8%);
    padding: 32px;
    border-radius: 15px;
    margin-right: 50px;
}

.recipes-sidebar .card-footer {
    gap: 10px;
}

.recipes-sidebar .card-footer .tags {
    background: #fff;
    display: flex;
    gap: 5px;
    padding: 6px 10px;
    border-radius: 5px;
}

@media only screen and (min-width:768px) {
    .container-about h5.text-primary-gradient {
        margin: 0;
    }
}

@media only screen and (max-width:1100px) {
    .recipes-sidebar {
        margin-right: 0px;
    }
}

@media only screen and (max-width:991px) {
    section.price_tabs_sec {
        padding-top: 50px;
    }

    .pricing_tabs_wrap .nav-tabs .nav-link {
        font-size: 16px;
    }

    .plans_sub .box_wrap .box {
        flex: 0 0 48%;
    }

    #supreme .description-box.box {
        flex: 0 0 100%;
    }

    .price_tabs_sec .plans_sub .box_wrap {
        row-gap: 30px;
    }

    .months {
        font-size: 20px;
    }

    .plans_sub .box_wrap .box .total_pricing {
        font-size: 18px;
    }

    .pricing_tabs_wrap .plans_sub .title {
        top: -30px;
        font-size: 90%;
    }

    .box *:not(.description-box *) {
        font-size: 90%;
    }

    .footer-colm h4 {
        font-size: 20px;
    }

    .foot-col-2 {
        padding-left: 0;
    }

    .plans_sub .box_wrap {
        flex-wrap: wrap;
        row-gap: 25px;
    }

    .change-order-sm {
        order: 2;
    }

    .market-btn {
        max-width: 180px;
    }

    img.test_height {
        max-width: 100%;
    }


}

@media only screen and (max-width:767px) {
    section.price_tabs_sec {
        padding-top: 30px;
    }

    .pricing_tabs_wrap .plans_sub {
        padding: 30px 0 0;
    }

    .plans_sub .box_wrap .box {
        flex: 0 0 100%;
    }

    .box *:not(.description-box *) {
        font-size: 95%;
    }

    .pricing_tabs_wrap .nav-tabs .nav-item {
        flex: 0 0 auto;
        max-width: max-content;
    }

    .pricing_tabs_wrap .nav-tabs .nav-link {
        font-size: 15px;
    }

    .pricing_tabs_wrap .nav-tabs {
        row-gap: 10px;
    }

    .plans_sub .box_wrap .description-box.box {
        flex: 0 0 100%;
        margin-top: 0;
    }

    h5.text-primary-gradient {
        padding: 7px 16px;
        font-size: 15px;
    }

    .btn {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .btn_popover_explore {
        height: auto;
    }

    .back-to-top {
        right: 15px;
        bottom: 75px;
    }

    .whatshap_btn.Log_in {
        width: 50%;
        padding: 8px;
    }

    .ceo_img {
        height: auto;
    }

}

@media only screen and (max-width:480px) {
    .deit_plan_services:before {
        display: none;
    }

    .deit_plan_services {
        padding: 0;
        justify-content: center;
        height: auto;
    }

    .recipes_search {
        gap: 15px;
    }

    .form_wrapper .wrapper {
        padding: 24px !important;
    }

    .sec_head {
        padding-bottom: 20px;
    }

    .timer_wrapper {
        justify-content: center;
    }
}

/*  new dashbord styel */
.icon_profile .dropdown-menu {
    left: auto;
    right: 0;
    top: 57px;
    border: 0;
    width: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.icon_profile .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
}

.sectin_after_img {
    background: #f2f2f5;
}

.consultation {
    color: #0b9d58;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

.consultation i {
    font-size: 11px;
}

/* Meal template */
.meal_template_list .empty_content {
    position: static;
    transform: none;
}
.btn.import_diet_plan {
    max-width: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    margin: 0 auto;
}
.btn.import_diet_plan svg path,
.btn.import_diet_plan svg circle {
    fill: #198754;
}
.btn.import_diet_plan:hover svg path,
.btn.import_diet_plan:hover svg circle {
    fill: #fff;
}
.add_meal_wrapper .results ul li {
    list-style: none;
}
/* User Profile Goals */
.user_gols table thead th{
    background-color: #f2f2f7;
}
.user_gols table th, .user_gols table td {
    background: transparent;
    box-shadow: none;
}

.table tr:nth-child(even) {
    background: rgba(92, 190, 8, 0.05);
}
.user_gols table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.user_gols table tr th:first-child {
    padding-left: 15px;
}

.input-group {
    display: inline-flex;
    flex: 0 0 40%;
    max-width: 40%;
    justify-content: space-between;
}
.input-group input, .input-group select {
    width: auto;
    max-width: 30%;
    text-align: center;
    font-size: 13px;
    background: #f2f2f2;
    padding: 5px!important;
    display: block;
    flex: 0 0 30%;
    background-position: right center !important;
}
.input-group select {
    text-align: left;
    max-width: 67%;
    flex: 0 0 67%;
}

.navbar-light .navbar-nav .user_side a.nav-link.nav_anchor_main.active {
    color: #FFF !important;
}

.paynow_btn {
    border-radius: 50px; 
    background: linear-gradient(#f10303, #b41112) !important;
    transition: all .3s ease 0s;
    padding: 8px 35px !important;
    height: 40px !important; 
    border: 0 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
}

.button.btn.paynow_btn:hover {
    background: linear-gradient(#3a9d58, #207200) !important;
}

a.button.btn.paynow_btn:hover {
    background: linear-gradient(#3a9d58, #207200) !important;
    color: #fff !important;
}

.update_qty_field{
    border: 1px solid #c8c8c8;
    padding: 10px 10px;
    width: 100px;
}
.update_qty_btn {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 8px;
}

.navbar-light .navbar-nav .nav-link { 
    margin-right: 30px; 
}

.about-header .coming_soon{
    margin-top: 30px !important;
    color: #3a9d58;
}