* {padding: 0;margin: 0;}
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body {background-color: #f7f7f7;;}
html {
    scroll-behavior: smooth !important;
    scrollbar-width: thin;
    scrollbar-gutter: stable;
    scrollbar-color: #ded2c4 #f8f1e9;
}
h1,
h2,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
}
a{font-family: var(--paragraph-font); text-decoration: none;}
p {
    font-family: var(--paragraph-font);
    line-height: 27px;
    font-size: 17px;
    color: var(--bgcolor2);
}
/* .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {max-width: 88%;} */
.section-padding {
	padding-top: 5em;
	padding-bottom: 5em;
}

.heading {
    text-align: center;
    width: 80%;
    margin: auto;
}

.heading h1 {
	font-size: 40px;
	line-height: 35px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	display: grid;
	grid-template-columns: 1fr max-content 1fr;
	grid-template-rows: 27px 0;
	grid-gap: 20px;
	align-items: center;
	width: 70%;
	margin: auto;
	color: var(--color-2);
}
.heading h1::before, .heading h1::after {
	content: " ";
	display: block;
	border-bottom: 1px solid var(--color-1);
	border-top: 1px solid var(--color-1);
	height: 5px;
	background-color: transparent;
}

#header .navbar {
    padding: 0;
}
.btn.btn_style {
    background-color: #fff;
    color: #000;
    width: fit-content;
    border-radius: 40px;
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: var(--paragraph-font);
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 25px;
    margin-top: 40px;
    transition: all .3s;
}
.btn.btn_style:hover{
    transform: scale(1.05);
    background-color: #000;
    color: #fff;
}
.btn.btn_link_style {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

/* ******************************************************************* header ****************************************** */

header {
	width: 100%;
	z-index: 999;
	transition: all 0.5s;
	padding: 10px 0;
	background-color: var(--bgcolor1);
}
.sticky {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    /* background-color: var(--bgcolor2); */
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0px 3px 11px -8px #00000086;
}
.navbar {
	border-bottom: none;
	/* backdrop-filter: blur(10px); */
	/* background-color: #ffffff45; */
}
.dropdown-toggle::after {
	content: "\f107";
	margin-left: 6px;
	float: right;
	display: block;
	font-family: "Font Awesome 6 Pro";
	border: none;
	font-size: 13px;
	margin-top: 4px;
	font-weight: bold;
}

.navbar-light .navbar-nav .nav-link.dropdown-toggle.show, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: var(--color-2);
    transform: scale(1.05);
    position: relative;
    font-weight: 800;
}

.navbar-light .navbar-nav .nav-link:hover .dropdown-toggle::after {
    color: #fff !important;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
    flex-wrap: wrap;
}

.navbar-light .navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-light .navbar-brand img {
	width: 250px;
	margin: 0;
}
.sticky  .navbar-brand img {
	width: 200px;
}
.navbar-light .navbar-nav .nav-link {
	color: var(--bgcolor2);
	font-weight: 500;
	font-size: 15px;
	white-space: nowrap;
}
.navbar-light .navbar-nav:not(.nav-options) > li > a {
	position: relative;
	padding: 4px 12px 4px 12px;
	text-transform: uppercase;
}
.search_li {
    margin-left: 20px;
}

.navbar-light .navbar-nav>li>a {
    color: #000;
    padding: 16.5px 16.5px;
    transition: all 0.45s ease 0s !important;
    transform-origin: 50% 0px 0px !important;
    cursor: pointer;
}

.navbar-light .navbar-nav:not(.nav-options) > li > a > i {
	margin-right: 4px;
}

.navbar-light .navbar-nav.nav-options>li>a {
    padding: 12px 8px;
}

.navbar-light .navbar-nav.nav-options>li>a>i {
    font-size: 22px;
}

.navbar-light .navbar-nav.nav-options #search-wrapper input#search {
    position: relative;
    width: 0;
    overflow: hidden;
    transition: opacity, width 1s;
    padding: 0;
    height: 0;
    opacity: 0;
    border: 0px;
    visibility: hidden;
    backface-visibility: hidden;
}

.navbar-light .navbar-nav.nav-options #search-wrapper.open #searchlink {
    display: none;
}

.navbar-light .navbar-nav.nav-options #search-wrapper #searchlink {
    display: block;
}

.navbar-light .navbar-nav #search {
    border: 1px solid #000;
    border-radius: 35px;
    padding: 6px 10px 6px 40px;
    max-width: 220px;
    box-shadow: none;
}

.map_icon {
    position: absolute;
    top: 9px;
    z-index: 1;
    left: 12px;
    font-size: 18px;
    color: var(--color-2);
}

.navbar-light .navbar-nav.pull-right>li>a.badge-wrapper {
    padding-top: 8px;
}

.navbar-light .navbar-nav.pull-right>li>.dropdown-menu {
    right: 0;
    left: inherit;
}

.navbar-light .navbar-nav.pull-right>li.dropdown.show .my-menu a {
    position: relative;
    padding-left: 40px;
}

.navbar-light .navbar-nav.nav-options li.dropdown.show .my-menu a>i {
    position: absolute;
    left: 10px;
    top: 10px;
}

.mega-dropdown {
    position: static !important;
}

.navbar-brand {
    padding: 4px;
}

.mega-dropdown-menu,
.dropdown-menu {
    padding: 0px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    min-width: 20em;
}

.mega-dropdown-menu {
    padding: 20px 10px;
    width: 100%;
    box-shadow: none;
    border: 1px solid #eee;
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.mega-dropdown-menu>li>ul>li>a,
.dropdown-menu>li>a {
    display: block;
    color: #000;
    padding: 5px 14px;
    clear: both;
    white-space: normal;
    font-size: 18px;
    font-weight: 500;
}

.dropdown-menu>li>a {
    display: block;
    line-height: 35px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--color-2) !important;
    background-color: transparent;
}

.mega-dropdown-menu .dropdown-header {
    color: var(--color-2);
    padding: 2px 0;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid;
    text-transform: uppercase;
}

.navbar-nav#nav-header-actions {
    position: absolute;
    right: 60px;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0;
    background-image: url(../images/banner_bg.jpg);
    background-size: 100% 100%;
    box-shadow: 0px 3px 11px -8px #000;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #c6c6c6;
    border-top: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu ul {
    padding: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu ul li {
    list-style: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu ul li .dropdown-item {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 7px 0;
}
.dropend .dropdown-toggle::after {
    content: "\f054";
    margin-left: 6px;
    float: right;
    display: block;
    font-family: "Font Awesome 6 Pro";
    color: #000;
    border: none;
    font-size: 14px;
    margin-top: 1px;
    font-weight: bold;
}
.dropdown-menu.multilabel_menu .dropdown-item {
	text-align: center;
	border-bottom: 1px solid #ccc;
	font-weight: 500 !important;
	font-size: 17px !important;
}
.dropdown-menu.multilabel_menu {
	border-radius: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
	top: -57px !important;
	background: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .mega_menu_ul {
	border-right: 1px dashed var(--color-2);
	height: 100%;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .mega_menu_ul.last{
    border: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .mega_menu_ul li .dropdown-item {
	white-space: normal;
	font-size: 16px;
    text-transform: capitalize;
}
@media (max-width: 1200px) {

    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggler {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-nav#nav-header-actions {
        right: 80px;
        margin: 0px;
        top: 6px;
    }
    .navbar-nav#nav-header-actions li {
        display: inline-block;
    }
    .navbar-light .navbar-nav.nav-options>li>a {
        padding: 6px 6px;
        cursor: pointer;
        outline: none;
    }
    .navbar-light .navbar-nav .nav-link {
	padding: 4px 8px 4px 8px !important;
	font-size: 13px;
}
.navbar-light .navbar-brand img {
	width: 170px;
	margin: 0;
}
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    /* .navbar-collapse.collapse {
        display: none !important;
    } */
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.show {
        display: block !important;
    }
    .navbar-nav .show .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
}

/* // ********************************************* Banner ******************************************* // */

.banner {
	position: relative;
	height: 88vh;
	overflow: hidden;
	background: var(--color-2);
}
.banner .banner_txt {
	padding-top: 0;
	height: 100%;
	display: grid;
	align-content: center;
}
.img_div{
    height: 100%;
}
.banner .img_div img {
	position: relative;
	width: 90%;
	z-index: 1;
	bottom: auto;
	height: 100%;
	object-fit: contain;
	object-position: center;
	margin-left: auto;
	display: block;
}

.banner h1 {
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	text-align: left;
	display: block;
	margin-top: 0;
	text-transform: uppercase;
	font-family: var(--banner-font);
	line-height: 43px;
}
.banner p {
	font-size: 24px;
	text-align: left;
	color: #fff;
	font-weight: 300;
	line-height: 33px;
	margin-bottom: 40px;
	margin-top: 30px;
}
.banner .btn_div {
    display: flex;
    gap: 10px;
}

.banner .btn_div .btn {
    background-color: var(--color-3);
    font-size: 16px;
    font-family: var(--paragraph-font);
    font-weight: bold;
    height: 50px;
    display: flex;
    gap: 8px;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    color: #fff;
    flex: 1;
}
.arrow-button {
    position: absolute;
    top: 0;
    z-index: 1000;
    background-color: transparent;
    /* color: white; */
    border: none;
    width: 50px;
    /* font-size: 26px; */
    cursor: pointer;
    /* height: 40px; */
    /* border-radius: 50%; */
    padding: 0;
}
.arrow-button img {
	width: 20px;
}
#prev {
    left: 20px;
}

#next {
    right: 20px;
}
/* .section {
	display: none; 
	height: 100vh;
     background-color: var(--color-2);
} */
.banner .banner_txt span {
	font-weight: 700;
	font-size: 50px;
	line-height: normal;
}
.banner .banner_txt .typing_span::after {
    content: "|";
    animation-name: blinking;
    animation-duration: 0.71s;
    animation-iteration-count: infinite;
  }
  @keyframes blinking {
    from {
      color: transparent;
    }
    to {
      color: lightgrey;
    }
  }
/* ************************************************ know me ********************************** */
.accordion-button {
	background: transparent;
	color: var(--color-2);
	font-size: 23px;
	text-transform: uppercase;
	padding-left: 0;
	padding-bottom: 5px;
}
.accordion-item {
    background-color: transparent;
    border: none;
    width: 100%;
}
.accordion-button:focus {
	z-index: 3;
	border: none;
	outline: 0;
	box-shadow: none;
}
.accordion-button:not(.collapsed) {
	color: #000;
	background-color: transparent;
	box-shadow: none !important;
	width: fit-content;
	font-weight: bold;
	font-size: 38px;
	border-bottom: 1px solid;
	margin-bottom: 15px;
}
.accordion-button::after{
    margin-left: 50px;
    background-image: url(../images/up.png) !important;
}
.accordion-button:not(.collapsed)::after{
    transform: rotate(-90deg) !important;
}
.about .img_div img {
	width: 100%;
	border-radius: 40px;
	/* border: 8px double var(--color-2); */
	padding: 5px;
}
.about  .knw_me_txt {
	padding-left: 50px;
}
.about .knw_me_txt h1 {
	font-size: 40px;
	line-height: 35px;
	font-weight: 700;
	color: var(--color-2);
	margin-bottom: 20px;
	text-transform: uppercase;
}
.about {
	background-color: #fff;
}
.brands_list {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.brands_list li {
	flex-basis: calc(20% - 20px);
	margin: 20px 10px 20px 0;
	text-align: center;
	list-style: none;
}
.brands_list li img {
	width: 80%;
	margin: auto;
}

.specialized_in {
    background: #ededed;
}
.skill {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  /* .progress_box {
    flex-basis: calc(33.33% - 30px);
    margin: 15px;
    display: flex;
  gap: 20px;
  } */
.progress_box {
	flex-basis: calc(16.66% - 30px);
	margin: 15px;
	display: grid;
	gap: 5px;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	border: 1px solid #dedede;
	padding: 20px 10px;
	border-radius: 15px;
	box-shadow: 0px 7px 24px -16px #00000042;
	transition: all .3s;
}
.progress_box:hover {
    transform: scale(1.05);
    box-shadow: 0px 7px 24px -16px #000;
}
  /* .progress_box img {
	width: 80px;
	height: 80px;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid var(--color-1);
    
} */
.progress_box img {
    width: 60px;
    height: 60px;
    background-color: #fff;
    margin: auto;
    margin-bottom: 3px;
    object-fit: contain;
}
/* .progress_box:hover img{
    background-color: var(--color-2);
    filter: invert(100%);
    mix-blend-mode: darken;
} */
.skill .progress_box .title p {
    display: none;
}
  .progress {
	display: block;
	height: auto;
	overflow: initial;
	font-size: .75rem;
	background-color: transparent;
	border-radius: .25rem;
    margin-bottom: 20px;
}
.skill .progress_box .title h3 {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 15px;
}
  .barline {
    height: 12px;
    background: #c8d6e5;
    border-radius: 20px;
  }
  
  .countbar {
    height: 12px;
    background: var(--color-1);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
  }
  .countbar h3 {
    position: absolute;
    right: -19px;
    top: -32px;
    background: var(--color-1);
    padding: 4px 6px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    color: #fff;
}
  .countbar h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 11px;
    height: 11px;
    background: var(--color-1);
    transform: rotate(45deg) translateX(-60%);
  }
  /* ************************************  consult with me ************************************** */
.consult_type .btn.btn-dark {
    background-color: var(--color-2);
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    width: fit-content;
    border-radius: 50px;
    padding: 12px 30px;
    display: grid;
    align-content: center;
    font-weight: 400;
}
.consult_type h4 {
	margin-bottom: 30px;
	font-size: 50px;
	color: #000;
	font-weight: 700;
}
.consult_sec {
    background-color: #fff;
}
.consult_sec img{
    width: 100%;
}
/* ********************************************** eat with me ******************************** */
.eat_with_me_sec {
	background-color: #ebebeb;
    height: auto;
}
.eat_with_me_box .img_box {
	position: relative;
    overflow: hidden;
}
.eat_with_me_box .img_box img {
    width: 100%;
    transition: all .3s;
    height: 320px;
    object-fit: cover;
    object-position: center;
}
.eat_with_me_box .img_box .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000000ab;
	text-align: center;
	display: grid;
	place-content: center;
	bottom: 0;
	transition: all .3s;
	height: 0;
	z-index: 1;
}
.eat_with_me_box .img_box .overlay .btn.btn_link {
	background-color: var(--color-2);
	color: #fff;
	border-radius: 0;
	width: 40px;
	height: 40px;
	display: grid;
	place-content: center;
	font-size: 25px;
    opacity: 0;
    transition: all .3s;
    display: none;
}
.eat_with_me_box:hover .overlay {
	height: 100%;
}
.eat_with_me_box:hover .img_box .overlay .btn.btn_link {
	opacity: 1;
}
.eat_with_me_box:hover .img_box img {
	transform: scale(1.5);
}
.eat_with_me_box .txt_div {
    background-color: #fff;
    padding: 25px;
    min-height: 280px;
}
/* .eat_with_me_box .txt_div p {
	font-size: small;
} */
.owl-prev, .owl-next {
	position: absolute !important;
	width: 45px;
	height: 45px;
	background-color: var(--color-2) !important;
	border-radius: 50%;
	color: #fff !important;
}
.owl-prev {
	top: 42%;
	left: -70px;
}
.owl-next {
	top: 42%;
	right: -70px;
}
.offcanvas-top{height: 100vh;}
/* ***************************************************** testimonials ****************************************** */
.testimonials_sec{
    background-color: var(--bgcolor2);
}
.testimonials_sec .testimonial_box {
	background: #4d5154;
	padding: 30px 22px;
	border-radius: 15px;
	/* border: 1px dashed#fff; */
}
.testimonials_sec .testimonial_box .para {
	padding-bottom: 16px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #fff;
}
.testimonials_sec .testimonial_box .para p {
	color: #fff;
	font-style: italic;
	margin: 0;
	font-size: 16px;
	line-height: normal;
}
.testimonials_sec .testimonial_box h4 {
	color: var(--color-2);
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 0;
}
.testimonials_sec .testimonial_box .designation {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	margin-top: 10px;
    display: none;
}
.testimonials_sec .testimonial_box .para i {
	background: var(--color-2);
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 10px;
	color: #fff;
	padding: 0;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: grid;
	place-content: center;
}
.more_text {
    display: none;
}
.read_more_btn {
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    display: inline;
    font-size: 14px;
    text-decoration: underline;
    
}
/* ***************************************************** blog ************************************************** */
.blog_sec{
    background-color: #ebebeb;
    height: auto;
}
.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .card {
	overflow: hidden;
	box-shadow: 0px 2px 20px #d7dfe2;
	background: white;
	border-radius: 0.5rem;
	position: relative;
	flex-basis: calc(33.33% - 30px);
	margin: 15px;
	transition: 250ms all ease-in-out;
}
  
  .card:hover {
    transform: scale(1.05);
    box-shadow: 0px 2px 40px #d7dfe2;
  }
  
  .banner-img {
    object-fit: cover;
    height: 14rem;
    width: 100%;
  }
  
  .category-tag {
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    background: red;
    padding: 0.5rem 1.3rem 0.5rem 1rem;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 1rem;
    border-radius: 0 2rem 2rem 0;
  }
  
 
  .popular {
    background: #e85808;
  }
  
  .card-body {
    padding: 30px;
  }
  
  .blog-hashtag {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--color-1);
  }
  
  .blog-title {
	line-height: 23px;
	margin: 10px 0;
	font-size: 20px;
	font-weight: 600;
}
  .blog-description {
    color: #616b74;
    font-size: 0.9rem;
  }
  
  .card-profile {
    display: flex;
    margin-top: 2rem;
    align-items: center;
  }
  
  .profile-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
  }
  
  .card-profile-info {
    margin-left: 1rem;
  }
  
  .profile-name {
    font-size: 1rem;
  }
  
  .profile-followers {
    color: #616b74;
    font-size: 0.9rem;
  }
 /* ************************************************** join_nutrizen ***************************************** */
 .join_nutrizen{
    /* background-image: linear-gradient(45deg, rgb(64, 169, 86) 0%, rgb(7, 108, 62) 100%); */
    background-image: radial-gradient(rgb(73, 193, 77) 0%, rgb(7, 108, 62) 100%);
 }
  .join_nutrizen .join_nutrizen_txt{
    padding-right: 100px;
  }
 .join_nutrizen .join_nutrizen_txt h1 {
	color: #fff;
	font-family: var(--banner-font);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 52px;
}
 .join_nutrizen .join_nutrizen_txt p {
	color: #fff;
	font-family: var(--banner-font);
	font-weight: 500;
	font-size: 16px;
}
 .join_nutrizen .join_nutrizen_form {
	padding: 40px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 0px 25px -12px #000;
}
 .join_nutrizen .join_nutrizen_form .form-group {
	position: relative;
}
 .join_nutrizen .join_nutrizen_form .form-group .form_label {
	position: absolute;
	left: 11px;
	top: -10px;
	font-size: 13px;
	color: #000;
	font-family: var(--banner-font);
	text-transform: uppercase;
	background-color: #fff;
	font-weight: 600;
	padding: 0 8px;
}
 .join_nutrizen .join_nutrizen_form .form-group .form-control {
	background: transparent;
	border: 1px solid #666;
	border-radius: 4px;
	height: 45px;
    box-shadow: none !important;
    outline: none !important;
    
}
 .join_nutrizen .join_nutrizen_form p {
	color: #000;
	line-height: normal;
	font-size: 16px;
	margin-bottom: 7px;
}
 .join_nutrizen .join_nutrizen_form form {
	margin-top: 40px;
}
.join_nutrizen .btn.btn-outline-primary {
	color: #000;
	border-color: #666;
    font-size: 15px;
    font-family: var(--banner-font);
    font-weight: 600;
    height: 45px;
    display: grid;
  align-content: center;
}
.join_nutrizen .btn-check:checked + .btn, 
.join_nutrizen .btn.active, 
.join_nutrizen .btn.show, 
.join_nutrizen .btn:first-child:active, 
:not(.btn-check) + .btn:active, 
.join_nutrizen .btn.btn-outline-primary:hover {
    color: #fff !important;
	background-color: var(--color-2);
	border-color: var(--color-2);
}

.join_nutrizen .join_nutrizen_form .form-group .btn_label {
	font-size: 13px;
	color: #000;
	font-family: var(--banner-font);
	text-transform: uppercase;
	background-color: #fff;
	font-weight: 600;
}
.join_nutrizen .submit.btn {
	background-color: var(--color-2);
	color: #fff;
	font-size: 16px;
	font-family: var(--banner-font);
	text-transform: uppercase;
	font-weight: 600;
	width: 150px;
	height: 45px;
	border-radius: 35px;
	margin-left: auto;
	display: block;
}
  /* ***************************************** Contact Us ****************************************** */
.contact_details {
    position: absolute;
    max-width: 500px;
    background-color: var(--bgcolor2);
    top: 30%;
    left: 100px;
    padding: 40px;
    color: #fff;
    border-radius: 20px;
}
.contact_details .info {
	display: flex;
	gap: 20px;
}
.contact_details .info .icon {
	min-width: 45px;
	height: 45px;
	background-color: var(--color-2);
	border-radius: 50%;
	display: grid;
	place-content: center;
	font-size: 20px;
}
.contact_details .info .txt p {
    color: #fff;
}
.consult_sec .modal-body .form-control {
	border: 1px solid #313131;
	font-size: 18px;
	height: 50px;
	border-radius: 45px;
    box-shadow: none;
    outline: none;
}
/* ************************************************* Package ********************************************* */
.packages_sec{
    height: auto;  
}
.process_sec  {
    padding: 70px 0;
}
.process {
	display: flex;
	flex-wrap: wrap;
}
.process .process_li {
	flex-basis: calc(14.28% - 20px);
	margin: 10px;
    text-align: center;
}
.process .process_li h2 {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 30px;
    display: none;
}
.process .process_li .txt_box p {
	font-size: 13px;
	line-height: 16px;
    margin-top: 20px;
    font-weight: 500;
}
/* .process .process_li .txt_box h6 {
	margin: 0 auto;
	padding: 0;
	background: var(--color-1);
	font-size: 45px;
	text-transform: uppercase;
	color: #fff;
	width: 76px;
	height: 76px;
	display: grid;
	place-content: center;
	border: 5px solid #fff;
	box-shadow: 0px 3px 11px -6px #000;
	border-radius: 50%;
} */
.process .process_li .txt_box h6 {
	margin: 0 auto;
	padding: 0;
	background: #fff;
	font-size: 45px;
	text-transform: uppercase;
	color: var(--color-2);
	width: 76px;
	height: 76px;
	display: grid;
	place-content: center;
	border: 2px solid var(--color-1);
	border-radius: 50%;
	font-weight: bold;
}
/* .process .process_li .txt_box::before {
	content: "";
	width: 100%;
	position: absolute;
	left: 67px;
	height: 2px;
	background: var(--color-2);
	z-index: -1;
	top: 37px;
} */
.process .process_li .txt_box::before {
	content: "";
	width: 100%;
	position: absolute;
	left: 67px;
	height: 2px;
	background: var(--color-1);
	z-index: -1;
	top: 37px;
} 
.process .process_li .txt_box {
    margin-top: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .txt_box.last::before{
    display: none;
  } 

  .packages_intro{
    background-color: #fff;
    height: auto;
    padding: 70px 0;
}

.packages_pic {
	padding: 70px 0;
	background-color: #fff;
}

.packages_pic .grid {
	text-align: center;
}
.packages_pic .grid h5{
    margin-bottom: 0;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.solutions {
	background: #fff;
	padding-bottom: 70px;
}
.solution_box {
    background-color: var(--bgcolor2);
    box-shadow: 0px 3px 11px -6px #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.solution_box .box {
	flex-basis: 50%;
}
.solution_box .box .box_info {
	padding: 60px;
}
.solution_box .box .box_info p {
	font-size: 15px;
	line-height: 24px;
	color: #fff;
}
.solution_box .box .box_info .btn {
    color: #000;
    background: var(--color-2);
    font-weight: 600;
    transition: all .3s;
}
.solution_box .box .box_info .btn:hover{
    background: var(--bgcolor1);
    color: #000;
}
.solution_box .box .box_info h4 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 0;
}
.solution_box .box .box_info .button_div {
	display: flex;
	gap: 15px;
	margin-top: 40px;
    display: none;
}
.solution_box .box .box_info .button_div .btn {
	min-width: 180px;
	font-size: 21px;
	height: 60px;
	color: #fff;
}
.solution_box .box img.img-fluid {
    width: 100%;
    height: 80vh;
    /* height: 95vh; */
    object-fit: cover;
}
.booknow {
	padding: 70px 0;
}
.booknow .grid {
	padding-right: 60px;
	color: #fff;
}
.booknow .grid p {
	font-size: 20px;
}
.booknow .grid h1 {
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 30px;
}
.booknow .formdiv {
	padding: 40px;
	background-color: var(--color-1);
}
.booknow .formdiv .form-group {
	position: relative;
}
.booknow .formdiv .form-group label.form_label {
	color: #fff;
	position: absolute;
	top: -13px;
	font-size: 15px;
	left: 10px;
	background-color: var(--color-1);
	padding: 0 5px;
	font-weight: 600;
}
.booknow .formdiv .form-group .form-control {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	height: 45px;
	border-radius: 0;
    outline: none;
    box-shadow: none;
}
.booknow .formdiv .form-group .btn.btn-outline-secondary {
	border-color: #fff;
	color: #fff;
}
.booknow .formdiv .form-group .btn-check:active + .btn-outline-secondary, 
.booknow .formdiv .form-group .btn-check:checked + .btn-outline-secondary, 
.booknow .formdiv .form-group .btn-outline-secondary.active, 
.booknow .formdiv .form-group .btn-outline-secondary.dropdown-toggle.show, 
.booknow .formdiv .form-group .btn-outline-secondary:active {
	color: #000 !important;
	background-color: #fff;
	border-color: #fff;
}
.booknow_table {
	border-collapse: separate;
	grid-column: ;
	border-spacing: 10px;
}
.booknow_table th.greeb_part {
	background-color: #fff;
	font-size: 15px;
	text-align: left;
	/* border: 1px solid #000; */
	color: #000;
}
.booknow_table td{
    font-size: 14px;
    font-weight: 500;
    padding: 10px 10px;
}
.booknow_table td, .booknow_table th {
	font-size: 14px;
	font-weight: 600;
	padding: 10px 10px;
	text-transform: capitalize;
	vertical-align: middle;
	border: none;
	background: #eee;
	border-radius: 60px;
	font-family: var(--banner-font);
	line-height: 17px;
}
.booknow_table td i{
    font-size: 20px;
}
.booknow_table th {
    background-color: var(--color-2);
    color: #fff;
}
.booknow_table thead th h4 {
	margin: 0;
	font-weight: 700;
	font-size: 29px;
	text-align: left;
	color: var(--color-2);
}
.booknow_table th h4 {
	margin: 0;
	font-weight: 700;
	text-align: center;
}
.getfitwithme_modal p{
    color: #000;
}
.getfitwithme_modal h4{
    color: var(--color-1);
    font-size: 25px;
}
.getfitwithme_modal h1 {
	font-size: 55px;
	margin-bottom: 30px;
	color: var(--color-2);
}
.solution_box .box .box_info h5{
    text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 0;
  display: none;
}
.specialized_ul li {
    width: 65px;
    height: 65px;
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    align-content: center;
    justify-content: center;
    transition: all .3s;
    position: relative;
    border: 1px solid var(--color-2);
}
.specialized_ul {
	padding: 0;
	display: inline-flex;
	gap: 15px;
	margin-bottom: 0;
    display: none;
}
.specialized_ul li img {
	width: 35px;
	height: 35px;
}
/* .specialized_ul li:hover{
    transform: rotate3d(2, -1, -1, -0.2turn);
} */

/* Tooltip text */
.tooltip-text {
	visibility: hidden;
	width: 220px;
	background-color: #fff;
	color: #000;
	border-radius: 35px;
	padding: 10px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: -50%;
	margin-left: 0;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	font-size: 13px;
	font-weight: 600;
	line-height: 15px;
	text-align: center;
	z-index: 99;
}

/* Tooltip arrow */
.tooltip-text::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 53px;
	margin-left: 0;
	border-width: 12px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

/* Show tooltip on hover */
.specialized_ul li:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

#button {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    font-size: 30px;
    display: grid;
    place-content: center;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }

  /* ****************************************** Footer ****************************************** */
  .footer-bottom {
	background: var(--bgcolor2);
	padding: 15px 0;
}
.footer-bottom .copy-right-text {
	color: var(--color-1);
	font-family: var(--banner-font);
	font-weight: 600;
}
.footer-bottom .social-icons-btn {
	display: flex;
	gap: 15px;
	justify-content: end;
}
.footer-bottom .social-icons-btn .icons {
    width: 30px;
    height: 30px;
    background-color: #606569;
    border-radius: 50%;
    display: grid;
    place-content: center;
    color: #fff;
    font-size: 15px;
    transition: all .3s;
}
.footer-bottom .social-icons-btn .icons:hover {
    background-color: var(--color-2);
    color: #fff;
}
/* ****************************************** patient login page ****************************************** */
.patient_login .img_div img {
	height: 500px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	filter: contrast(1.3);
	border-radius: 10px;
	box-shadow: 0px 0px 25px -12px #000;
	/* border: 2px solid #fff; */
}
.patient_login .login_form {
	padding-left: 50px;
}
.patient_login .login_form h2 {
	font-weight: 700;
	font-family: var(--banner-font);
	text-transform: uppercase;
	font-size: 45px;
	color: var(--color-2);
}
.patient_login .login_form .form-floating .form-control {
	border: 1px solid #666;
	background: transparent;
	box-shadow: none !important;
	font-size: 19px;
	font-family: var(--paragraph-font);
	color: #000;
	font-weight: 600;
}
.patient_login .login_form .form-floating label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--banner-font);
    color: #000;
    transition: all 0.2s ease-in-out;
}
.patient_login .login_form .form-floating > .form-control:focus ~ label,
.patient_login .login_form .form-floating > .form-control:not(:placeholder-shown) ~ label {
    top: -16px;
    color: #fff !important;
}

.patient_login .login_form .form-floating > label::after {
    background-color: var(--color-2); /* optional */
    transition: all 0.2s ease-in-out;
}
.btn.patient_login_btn {
	background-color: var(--color-2);
	color: #fff !important;
	font-weight: 600;
	font-family: var(--paragraph-font);
	margin-left: 10px;
     transition: all 0.2s ease-in-out;
}
.btn.patient_login_btn:hover {
    background-color: var(--color-1);
    color: #fff !important;
}
.patient_login .login_form .submit{
    background-color: var(--color-2);
	color: #fff !important;
	font-weight: 600;
	font-family: var(--paragraph-font);
    width: 150px;
    height: 50px;
    border-radius: 50px;
    font-size: 20px;
    margin-left: auto;
    display: block;
     transition: all 0.2s ease-in-out;
}
/* ************************************************** personalized diet plan page ****************************************** */
.patient_diet_plans {
	background-color: #e7e7e7;
    min-height: 90vh;
}
.patient_diet_plans .list_group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.patient_diet_plans .list_group .list_group_item {
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 15px;
	gap: 25px;
	flex-basis: calc(33.33% - 30px);
	margin: 15px;
}
.patient_diet_plans .list_group .list_group_item .img {
	width: 80px;
    height: 80px;
}
.patient_diet_plans .list_group .list_group_item .txt .list_heading {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
}
.patient_diet_plans .list_group .list_group_item .txt p {
	font-size: 15px;
	font-family: var(--banner-font);
	line-height: 18px;
	color: #000;
	margin-top: 4px;
}
.patient_diet_plans .list_group .list_group_item .txt .btn {
	background-color: var(--color-2);
	border-color: var(--color-2);
	font-family: var(--banner-font);
	font-weight: 600;
	font-size: 13px;
	border-radius: 35px;
	padding: ;
	width: 120px;
}

.custom-toggler {
  width: 30px;
  height: 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.custom-toggler span {
	display: block;
	height: 3px;
	background: var(--color-1);
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
}
.diet-heading {
    font-weight: 600;
    color: #198754;
  }
  .diet-table th {
    background-color: #e9f5ef;
    color: #198754;
  }
  .diet-table td, .diet-table th {
    vertical-align: middle;
  }
  .diet-section-icon {
    color: #198754;
    margin-right: 6px;
  }
/* Toggle animation */
.custom-toggler-btn.collapsed .custom-toggler span:nth-child(1) {
  transform: rotate(0deg) translate(0, 0);
}

.custom-toggler-btn:not(.collapsed) .custom-toggler span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 4px);
}

.custom-toggler-btn.collapsed .custom-toggler span:nth-child(2) {
  opacity: 1;
}

.custom-toggler-btn:not(.collapsed) .custom-toggler span:nth-child(2) {
  opacity: 0;
}

.custom-toggler-btn.collapsed .custom-toggler span:nth-child(3) {
  transform: rotate(0deg) translate(0, 0);
}

.custom-toggler-btn:not(.collapsed) .custom-toggler span:nth-child(3) {
	transform: rotate(-45deg) translate(9px, -8px);
}


/* ************************************************** others ****************************************** */
@media (min-width: 768px) {
            #mobileAccordion {
                display: none;
            }
        }

        /* Hide table on mobile */
        @media (max-width: 767.98px) {
            .booknow_table {
                display: none;
            }
            #mobileAccordion {
                display: block;
            }
        }

.accordion-button {
	color: #000;
	font-weight: 600;
	border-bottom: 1px solid #bababa;
	border-radius: 0 !important;
	font-size: 14px !important;
	font-family: var(--banner-font);
	padding-right: 0;
}
.accordion-button::after {
	background-image: url(../images/up.png) !important;
	background-size: 13px;
	margin-right: 0;
	margin-left: auto;
}
        .accordion-body {
	background-color: #eee;
	color: #000;
	margin-bottom: 10px;
	border-radius: 10px;
}
.accordion-body ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }
        .accordion-body li {
	padding: 8px 0;
	border-bottom: 1px solid #fff;
	list-style: none;
}

        .accordion-body li:last-child {
            border-bottom: none;
        }

/* *************************************** secure diet plan ************************************************* */
/* .diet_plan_section{
    background-image: radial-gradient(rgb(73, 193, 77) 0%, rgb(7, 108, 62) 100%);
} */