* {
  margin: 0;
  padding: 0;
  outline: 0 !important;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0.01rem auto 0;
  padding: 0;
  color: #000000;
  font-size: 1.5rem;
  width: 100%;
  font-weight: 400;
  background-color: #fff;
  overflow-x: hidden;
}

.row > *,
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding: 0 15px;
}

.row {
  margin: 0 -15px;
}

b,
strong {
  font-weight: 700;
}
.pointer-event-none{
  pointer-events: none;
}

p,
ul li {
  font-size: 1.5rem;
  line-height: 2.8rem;
  color: #000000;
  font-weight: 400;
}

ol,
ul {
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: 700;
}

a,
button,
input[type=submit] {
  color: #f15c22;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}

a:focus,
a:hover,
button:focus,
button:hover {
  color: #f15c22;
  text-decoration: none;
  outline: 0 !important;
}

.form-group label span {
  color: #790000;
}

.form-control.error {
  border: 1px solid #790000;
}

.error {
  color: #790000 !important;
  font-size: 14px !important;
}

.pointer-event-none {
  pointer-events: none;
}

.toast-message {
  font-size: 16px !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  font-family: "Quicksand", sans-serif;
}
header .top_bar {
  background-color: #000000;
  padding: 1rem 0;
}
header .top_bar ul {
  margin: 0;
  padding: 0;
  display: flex;
}
header .top_bar ul li {
  list-style:none;
  margin: 0 15px 0 0;
}
header .top_bar ul li a {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 10px 0 0;
  font-weight: 500;
}
header .top_bar ul li a i{
  margin:0 5px 0 0;
}
header .top_bar ul li a:hover {
  color: #f15c22;
}
header .top_bar .top_bar_contact ul {
  justify-content: flex-end;
}
header.menu-fix {
  position: fixed;
  background-color: #fff;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
header.menu-fix #hamburger .line {
  stroke: #f15c22;
}
header.menu-fix .top_bar {
  display: none;
}

.logo-area {
  padding: 0.5rem 0;
}
.logo-area img {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  width: 220px;
}
.menu-fix .logo-area img {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

.menu-area {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}

/*--- Animation CSS ---*/
.custom-wow {
  visibility: hidden;
  opacity: 0;
}

.custom-wow.animated {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease-in-out;
}

.custom-wow.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.custom-wow.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.custom-wow.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.custom-wow.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-1-2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animated.delay-1-3s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.animated.delay-1-4s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.animated.delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animated.delay-1-6s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

/*--- Animation CSS End ---*/
.nav-item {
  margin-left: 35px;
}
.nav-item i {
  font-size: 1.2rem;
}

.nav-link {
  color: #151514;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  padding: 10px 0 !important;
}
.nav-link:hover, .nav-link:focus {
  color: #f15c22;
}

.navbar.navbar-expand-xl {
  padding: 0;
}

.menu__block_wrap {
  display: flex;
  justify-content: flex-end;
}

.nav-link.nav-btn {
  background-color: #ffefe9;
  color: #fff;
  padding: 10px 25px !important;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 5px 25px rgba(75, 132, 255, 0.2);
}
.nav-link.nav-btn:hover {
  background-color: #ffefe9;
  color: #fff;
}

.navbar.navbar-expand-lg {
  padding: 0;
}

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 60px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  z-index: 99;
  transform-origin: bottom center;
  transform: rotate(-90deg) scale(0) translateX(85px);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f15c22;
  border-radius: 5px;
  padding: 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #fff;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-animation: jump 4s infinite;
          animation: jump 4s infinite;
}
.scroll-to-top.fade.in {
  opacity: 1;
  transform: rotate(0) scale(1) translateX(0);
}
.scroll-to-top:hover {
  color: #fff;
  background-color: #000000;
}

@-webkit-keyframes jump {
  0% {
    bottom: 100px;
  }
  50% {
    bottom: 80px;
  }
  100% {
    bottom: 100px;
  }
}

@keyframes jump {
  0% {
    bottom: 80px;
  }
  50% {
    bottom: 100px;
  }
  100% {
    bottom: 80px;
  }
}
@-webkit-keyframes float-icon {
  0% {
    bottom: 30px;
  }
  25% {
    bottom: 20px;
  }
  50% {
    bottom: 30px;
  }
  75% {
    bottom: 20px;
  }
  100% {
    bottom: 30px;
  }
}
@keyframes float-icon {
  0% {
    bottom: 30px;
  }
  25% {
    bottom: 20px;
  }
  50% {
    bottom: 30px;
  }
  75% {
    bottom: 20px;
  }
  100% {
    bottom: 30px;
  }
}
::-moz-selection {
  color: #fff;
  background: #f15c22;
}
::selection {
  color: #fff;
  background: #f15c22;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  height: auto;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  width: 250px;
  padding: 0;
  border: none;
  background-color: #eff6fe;
  margin: 0;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
  left: 0;
  right: 0;
  margin: 0 auto;
  visibility: hidden;
  transform: translateY(20px);
  display: block;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.dropdown-menu .dropdown-item {
  padding: 8px 12px;
  display: block;
  color: #000000;
  font-size: 1.4rem;
  background-color: #ffefe9;
  white-space: unset;
}
.dropdown-menu .dropdown-item:last-child {
  border-bottom: 4px solid #f15c22;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #f15c22;
  color: #fff;
}

.dropdown-submenu {
  position: relative;
}

.btn-main {
  color: #fff;
  background-color: #f15c22;
  padding: 1.1rem 3rem !important;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
  border: 2px solid #f15c22;
}
.btn-main:hover, .btn-main:focus {
  color: #fff;
  background-color: #333333;
  border: 2px solid #333333;
}

.btn-second {
  color: #f15c22;
  background-color: transparent;
  padding: 1.1rem 3rem !important;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #f15c22;
  border-radius: 30px;
}
.btn-second:hover, .btn-second:focus {
  color: #fff;
  background-color: #f15c22;
}

.heading {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  position: relative;
  color: #f15c22;
  margin-bottom: 2rem;
}
.heading::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 125px;
  height: 1px;
  background-color: #f15c22;
}

.section-divider {
  margin: 0 0 8rem;
}

.grey-bg {
  background-color: #ffefe9;
  padding: 8rem 0;
  border-radius: 0 220px 0 0;
}

footer {
  margin-top: 7rem;
}
footer .top-footer {
  padding-bottom: 20px;
  border-bottom: 1px solid #f15c22;
}
footer .top-footer img {
  width: 220px;
}
footer .top-footer .footer-nav {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
footer .top-footer .footer-nav li {
  list-style:none;
   margin: 0 0 0 20px;
}
footer .top-footer .footer-nav li a {
  color: #000000;
}
footer .top-footer .footer-nav li a:hover {
  color: #f15c22;
}
footer .last-footer {
  padding: 20px 0;
}
footer .last-footer p {
  margin: 0;
}
footer .last-footer .powered-by {
  display: flex;
  justify-content: flex-end;
}
footer .last-footer .powered-by p a {
  color: #000000;
}
footer .last-footer .powered-by p a:hover {
  color: #f15c22;
}

@media (min-width: 1200px) {
  footer .top-footer img {
    width: 172px;
}
  .navbar-expand-xl .navbar-collapse {
    display: block;
  }
  .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
  .drp-arrow.submenu-arrow {
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
  }
  .dropdown:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
    right: 0;
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
  .dropdown.second-level .dropdown-menu {
    right: -100%;
    left: auto;
    top: 0;
  }
  .dropdown.second-level > .dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .offcanvas-start {
    width: 100%;
  }
  .nav-item {
    margin-left: 23px;
}
}
@media (max-width: 1199px) {
  header .menu-box {
    padding: 0;
  }
  .nav-item i {
    font-size: 1.8rem;
  }
  .dropdown.second-level.show-drop .dropdown-menu {
    max-height: 700px;
    background-color: #0c0c0c;
  }
  .dropdown.second-level .drp-arrow {
    width: 38px;
    height: 29px;
    background-color: #0c0c0c;
    color: #fff;
  }
  .dropdown.second-level .dropdown-toggle i {
    transform: rotate(0deg) !important;
  }
  .dropdown.second-level.show-drop .dropdown-toggle i {
    transform: rotate(45deg) !important;
  }
  .dropdown.second-level .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #1b1b1b;
  }
  .nav-link {
    padding: 12px 0 !important;
    color: #fff;
  }
  .nav-link.nav-btn {
    margin-top: 15px;
  }
  .drp-arrow {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 43px;
    height: 39px;
    background-color: #f15c22;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-open {
    position: relative;
    transition: 0.3s all;
  }
  .dropdown-item {
    flex-basis: 100%;
    white-space: pre-line;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
  }
  .dropdown-submenu .dropdown-menu {
    background-color: #c8e1fe;
    padding: 0 10px;
  }
  .dropdown .drp-arrow i {
    transform: rotate(0deg);
    transition: 0.3s all ease-in-out;
    display: inline-block;
  }
  .dropdown > .drp-arrow.show i {
    transform: rotate(45deg);
  }
  .offcanvas-start {
    width: 260px;
    border-right: none;
    background-color: #000000;
    overflow-y: scroll;
    height: 100vh;
  }
  .nav-item {
    display: block;
    width: 100%;
    padding: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin: 0;
  }
  .nav-item.dropdown.show .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .nav-item:last-child {
    border: none;
  }
  .navbar-nav .dropdown-menu {
    width: 100%;
    transform: none;
    padding: 0;
  }
  .drpdown-img {
    display: none !important;
  }
  #hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  #hamburger .line {
    fill: none;
    stroke: #f15c22;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  #hamburger .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  #hamburger .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  #hamburger .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  #hamburger.open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  #hamburger.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  #hamburger.open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    display: block;
    min-width: 10px;
    padding: 0 7px;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03) inset;
  }
  .dropdown-menu.show {
    max-height: 700px;
    overflow: visible;
    visibility: visible;
    opacity: 1;
  }
  .dropdown-menu.dropdown-item {
    color: #000000;
    background-color: transparent;
    border-bottom: 1px solid #eee;
  }
  .nav-item.dropdown.show .dropdown-toggle i {
    transform: rotate(45deg);
  }
  .dropdown-submenu.show .drp-submenu {
    max-height: 500px;
    overflow: visible;
    background-color: #dbe8fb;
  }
  .dropdown-submenu.show .drp-arrow i {
    transform: rotate(45deg);
  }
  .head-links {
    text-align: center;
  }
  .start-cta .btn-main {
    padding: 1.1rem 3rem !important;
    margin-top: 1.1rem;
  }
}
.home-cta a{
  margin: 0 0 2rem;
}

@media (max-width: 1024px) {
  html {
    font-size: 60%;
  }
  .logo-area img {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    -webkit-animation-fill-mode: none;
            animation-fill-mode: none;
    width: 220px;
  }
  .section-divider {
    margin: 0 0 5rem;
  }
  .grey-bg {
    padding: 5rem 0;
  }
  @-webkit-keyframes jump {
      0% {
          bottom: 60px;
      }

      50% {
          bottom: 80px;
      }

      100% {
          bottom: 60px;
      }
  }

  @keyframes jump {
      0% {
          bottom: 60px;
      }

      50% {
          bottom: 80px;
      }

      100% {
          bottom: 60px;
      }
  }
  footer .top-footer .footer-nav li{
    margin: 0 0 0 5px;
  }
}
@media (max-width: 990px) {
  html {
    font-size: 55%;
  }
  .copyright-bg p,
.copyright-bg a {
    text-align: center;
  }
  .logo-area img {
    width: 160px;
  }
  .grey-bg {
    border-radius: 0 150px 0 0;
  }
  footer .top-footer .footer-nav {
    margin: 0 8px;
  }
}
@media (max-width: 767px) {
  .section-divider {
    margin: 0 0 4rem;
  }
  .grey-bg {
    padding: 4rem 0;
    border-radius: 0 100px 0 0;
  }
  .btn-main {
    padding: 10px 20px 10px;
  }
  .logo-area img {
    max-width: 130px;
  }
  .header-tp-block .header-tp-block-r a i {
    margin-right: 0px;
  }
  .header-tp-block .header-tp-block-r a {
    margin-left: 20px;
  }
@-webkit-keyframes jump {
  0% {
    bottom: 82px;
  }
  50% {
    bottom: 100px;
  }
  100% {
    bottom: 82px;
  }
}

@keyframes jump {
  0% {
    bottom: 82px;
  }
  50% {
    bottom: 100px;
  }
  100% {
    bottom: 82px;
  }
}
  footer .top-footer {
    text-align: center;
  }
  footer .top-footer .footer-nav {
    margin: 0 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3rem;
  }
  footer .last-footer p {
    text-align: center;
  }
  footer .last-footer .powered-by {
    justify-content: center;
  }
}


.footer_logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nutritionist_logo{
    display:inline-block;
    max-width:200px
}
@media(max-width:1199px){
  footer .top-footer img{
    width:115px;
  }
}
@media(max-width:990px){
  footer .top-footer img{
    width:65px;
  }
}
@media(max-width:767px){
  footer .top-footer img{
    width:200px;
  }
}
@media(max-width:767px){
  .footer_logos {
      display: flex;
      align-items: center;
      flex-direction:column;
  }
  .nutritionist_logo{
      margin:20px 0 0;
  }
}

/*offer popup ticker top header*/
.offer-top-ticker {
  background: #f15c22;
  padding: 10px;
  display: flex;
}

.offer-top-ticker .offer-ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.offer-top-ticker .offer-ticker p {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6rem;
  position: relative;
}

.offer-top-ticker .offer-ticker p:not(:last-child):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
}

.offer-top-ticker .offer-ticker p a {
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  color: #f15c22;
}
.offer-top-ticker .offer-ticker span {
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.6rem;
}
@media (max-width: 767px) {
  header.menu-fix .offer-top-ticker{
    display:none;
  }
  .offer-top-ticker {
    padding: 5px 0;
  }
  .offer-top-ticker .offer-ticker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offer-top-ticker .offer-ticker p {
    padding: 5px 0;
    font-size: 1.6rem;
    width:100%;
  }
  .offer-top-ticker .offer-ticker p:not(:last-child):after {
    top: auto;
    bottom: 0;
    width: 80%;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .offer-top-ticker .offer-ticker p a {
    width: 25px;
    height: 25px;
  }
}