@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap");

@font-face {
  font-family: "Press Gothic";
  src: url("../eot/pressgothic.eot");
  src: url("../eot/pressgothicd41d-2.eot#iefix") format("embedded-opentype"),
    url("../woff2/pressgothic-2.woff2") format("woff2"),
    url("../ressgothic-3.html") format("woff"),
    url("../ttf/pressgothic-2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*--------------------------------------*/
/*Element Base
/*--------------------------------------*/

body {
  font-size: 1rem;
  line-height: 1.5;
  color: #353c46;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-top: 124px;
}

.btn {
  border-radius: 5rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.7rem 1rem 0.5rem;
  font-size: 1.5rem;
  font-family: "Press Gothic", sans-serif;
}

.btn.btn-primary {
  background-color: #6c8b46;
  border-color: #6c8b46;
}

.btn.btn-primary:hover {
  background-color: #e4f89f;
  border-color: #6c8b46;
  color: #6c8b46;
}

.btn.btn-outline-primary {
  color: #6c8b46;
  border-color: #6c8b46;
  background-color: transparent;
}

.btn.btn-outline-primary:hover {
  color: #6c8b46;
  border-color: #6c8b46;
  background-color: #e4f89f;
}

.text-green{color: #6C8B46;}


.btn.btn-outline-blue {
  color: #3F90E0;
  border-color: #3F90E0;
  background-color: transparent;
  padding: 0.75rem 1.5rem;
    font-size: 2rem;
}

.btn.btn-outline-blue:hover {
  color: #fff;
  border-color: #3F90E0;
  background-color: #3F90E0;
}


.btn-light {
  background-color: #e4f89f;
  border-color: #e4f89f;
  color: #353c46;
}

.btn-light:hover {
  background-color: transparent;
  border-color: #e4f89f;
  color: #e4f89f;
}

.btn-outline-light {
  color: #e4f89f;
  border-color: #e4f89f;
  background-color: transparent;
}

.btn-outline-light:hover {
  color: #353c46;
  border-color: #e4f89f;
  background-color: #e4f89f;
}

.btn-dark {
  background-color: #353c46;
  border-color: #353c46;
  color: #fff;
}

.btn-dark:hover {
  background-color: transparent;
  border-color: #353c46;
  color: #353c46;
}

/*Typography
/*--------------------------------------*/
h1,
h2,
h3 {
  font-weight: 400;
  font-family: "Press Gothic", sans-serif;
  text-transform: uppercase; 
}

h1 {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 1.4rem;
}

h2 {
  font-size: 6.25rem;
  line-height: 1;
  margin-bottom: 0rem;
  color: #353c46;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 0.875rem;
}

/*************************************************/
/*Header
/*************************************************/

.top-bar {
  background-color: #6c8b46;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  line-height: 40px;
}
.top-bar span {
  font-weight: 700;
}

header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

header .btn {
  display: flex;
  align-items: center;
  font-family: "Press Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.7rem 1rem 0.5rem;
}

header .logo {
  width: 275px;
}

.navbar {
  font-size: 1rem;
  background-color: #fff;
  padding: 1.25rem 0;
  font-weight: 500;
}

.navbar-toggler-icon {
  background-image: url(../svg/toggle-icon.svg);
}

.navbar-toggler {
  border: 0;
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar.active {
  top: 0;
}

.navbar .nav-link {
  color: #000;
  font-size: 1rem;
}

.navbar .nav-link:hover {
  color: #6c8b46;
}

.navbar .nav-item {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.navbar-brand {
  margin: 0;
}

/*************************************************/

/*Main
/*************************************************/

/* Heo Banner */

.hero-banner {
  display: flex;
  align-items: center;
  position: relative;

  background-position: center;
  background: #353c46 url(../png/banner-bg.png);
  padding: 0;
  overflow: hidden;
  background-size: cover;
}

.hero-banner .content {
  color: #fff;
  margin-left: 3rem;
  position: absolute;
  top: 0%;
  left: 0;
  height: 100%;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.hero-banner .content .sub {
  position: relative;
  z-index: 99;
}


.hero-banner h1 {
  line-height: 0.9;
  text-transform: uppercase;
  margin-top: 0;
}

.hero-banner h1 span {
  font-size: clamp(30px, 16vw, 225px);
  line-height: 0.9;
  text-transform: uppercase;
  margin-top: 0;
  display: block;
}

.hero-banner h1 span.sml {
  font-size: clamp(30px, 11.25vw, 225px);
}

.hero-banner .outline-title  h1 span.sml {
  font-size: clamp(30px, 11.25vw, 225px);
}



.hero-banner .outline-title {
  line-height: 0.9;
  text-transform: uppercase;
  margin-top: 0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color:rgba(255, 255, 255, 0.55);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}

.hero-banner p {
  font-size: 1.5rem;
  padding-bottom: 2rem;
}

.cta .btn {
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.hero-banner .btn {
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  font-size: 2rem;
}

.hero-banner .eating-pic {
  position: relative;
  margin-right: -7rem;
}

/* Your Meals */
.your-meal-section {
  padding: 5rem 0;
  background-color: #EDEBE0;
  border-top: solid 1px #CCCED1;
}

.your-meal-section .img {
  padding-left: 3rem;
}

.your-meal-section .meal-info {
  padding-left:4rem;

}

.your-meal-section .meal-info h2 {
  padding-bottom: 2.5rem;
  line-height: 0.9;
}





.your-meal-section .meal-info h3 {
  font-weight: 400;
  font-size:3.5rem;
  text-transform: none;
  line-height: 1;
}

.your-meal-section .meal-info p {
  font-size: 1.125rem;
}

.why-ptf-section {
  background-color: #EDEBE0;
  padding: 7rem 0 6rem 0;
  font-size: 1.125rem;
}



.what-saying {
  padding: 4rem 0 ;
}

.what-saying h5 {
  font-weight: 700;
}

/* Dots */

.slick-dots {
  position: absolute;
  bottom: -55px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 0;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: #d9d9d9;
  border: 0;
  border-radius: 50%;
  transition: 0.1s ease-in-out;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #6c8b46;
  width: 1.25rem;
  height: 1.25rem;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*MEAL PLAN*/
.meal-plan-section {
  background-color: #fdfaf4;
  padding: 5rem 0;
  text-align: center;
}

.meal-plan-section .plan-block {
  border-radius: 1.75rem;
  background: #fff;
  overflow: hidden;
  max-width: 22rem;
  margin: auto;
  margin-bottom: 1rem;
}

.meal-plan-section .plan-block .date {
  max-width: 8rem;
  position: relative;
  margin: auto;
  padding: 0.25rem;
  margin-top: -2.5rem;
}

.meal-plan-section .plan-block .date-num {
  line-height: 1;
  margin-bottom: 0;
  font-size: 4rem;
}

.meal-plan-section .plan-block .date-txt {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
}

.meal-plan-section .plan-block .plan-info {
  position: relative;
  padding: 0 1.75rem 2rem;
}

.meal-plan-section .plan-block .plan-info p {
  min-height: 72px;
}

.meal-plan-section .plan-block .btn {
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100%-250px);
  display: block;
}

.meal-plan-section .note {
  font-size: 0.85rem;
}

.plan-slider .slick-slide {
  margin: 0 0.5rem;
}

footer sup {
  top: -0.8em;
  font-size: 0.6rem;
}

/* Plus Icon CSS */
.expand-icon {
  height: 24px;
  min-width: 24px;
  position: relative;
  border: solid 2px #6c8b46;
  border-radius: 50px;
  display: flex;
  cursor: pointer;
}

.expand-icon::before,
.expand-icon::after {
  content: " ";
  width: 10px;
  height: 2px;
  background-color: #6c8b46;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  opacity: 1;
  border-radius: 2px;
}

.expand-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.expand-icon::after {
  transform: translate(-50%, -50%);
}

.expand-icon.expanded::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.expand-icon.expanded::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.active-tick {
  z-index: 3;
  position: relative;
}

.active-tick .expand-icon::before {
  display: none;
}

/* Rewivews */
.what-included {
  max-width: 1168px;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.what-included h3 {
  text-align: center;
  font-size: 4rem;
}

/* What Included */

.customers-review {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.customers-review h5 {
  font-weight: 700;
  text-align: center;
}

.review-slider .slick-slide {
  margin: 0 1rem;
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

.review-block {
  border: 2px solid #e7e7e7;
  padding: 1.5rem;
  border-radius: 1rem;
  min-height: 500px;
}

.review-block .review-info {
  min-height: 297px;
  align-items: end;
  padding-bottom: 1rem;
}

.review-block h3 {
  font-size: 1.85rem;
  font-weight: 400;
}

.ourclient-slider .slick-slide {
  margin: 0 1.5rem;
}

.ourclient-slider .slick-slide .clogo {
  display: flex !important;
  align-items: center;
  height: 100px;
}

/* Arrow */

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/* CTA */

.cta {
  font-size: 1.125rem;
  padding: 6rem 0;
}

.cta.home {
  background: url("../personal-trainer-bg.html") no-repeat center;
  background-size: cover;
  padding-bottom: 8rem;
}

.cta.our-food {
  background: url("../png/blue-bg.png") no-repeat center;
  background-size: cover;
}

.cta .cta-block {
  padding: 5rem 2rem;
  border-radius: 2rem;
  background-color:#fff;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.cta .cta-block.light-bg {

  background-color:rgba(255, 255, 255, .72);

}

.cta .cta-block .break {
  display: block;
}

/* as-seen-on */
.as-seen-on {
  background-color: #3f90e0;
  padding: 2rem 0 2rem 0;
  position: relative;
}

.as-seen-on:before {
  background-image: url(../svg/as-seen-mask.svg);
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  content: "";
  background-size: 100%;
}

.as-seen-on .title-seen {
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 1.5rem;
}

/* Footer */

footer {
  background: #6c8b46 url(../png/footer-bg.png);
  padding: 5.5rem 0 1rem 0;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
}

footer .flogo {
  padding-right: 3rem;
}

fooeter .footer-menu {
  padding-right: 1.5rem;
}

footer h5 {
  font-weight: 700;
  padding-bottom: 0.5rem;
}

footer .nav li {
  padding-bottom: 0.75rem;
}

footer .nav a {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
footer .nav a:hover {
  color: #e4f89f;
}

footer p {
  opacity: 0.9;
}

footer a {
  text-decoration: none;
}

.newsletter-form {
  width: 220px;
}

.newsletter-form p {
  opacity: 0.9;
  font-size: 0.75rem;
  padding-bottom: 1rem;
}

.newsletter-form .form-control {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 0.75rem;
  border: 0;
  box-shadow: none;
}

.newsletter-form .form-control::placeholder {
  color: #fff;
  opacity: 0.8;
}

.newsletter-form .input-group {
  border: 1px solid #fff;
}

.newsletter-form .newsletter-btn {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 0.75rem;
}

.btn.newsletter-btn {
  font-size: 0.75rem;
  background-color: #3f90e0;
  border-radius: 3rem;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.btn.newsletter-btn:hover {
  background-color: #353c46;
}

.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

/* Slick Theme  */

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 42px;
  height: 42px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 1;
}

.slick-prev {
  left: -28px;
}

.slick-next {
  right: -28px;
}

.slick-next {
  background-image: url(../svg/arrow-next-slide.svg);
  background-size: 100%;
}

.slick-prev {
  background-image: url(../svg/arrow-prev-slide.svg);
  background-size: 100%;
}

.chat-btn {
  background-color: #3F90E0;
  width: 180px;
  height: 50px;
  position: fixed;
  padding: 1rem;
  color: #fff;
  bottom: 0;
  left: 38px;
  text-decoration: none;
  text-align: center;
  border-radius: 20px 20px 0 0;
  z-index: 999;
}

.fixed-video {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 163px;
  z-index: 999;
}

/*SUCCESS STORY*/

.trainer {
  padding: 0;
  background: url("../png/banner-bg.png") center;
  color: #fff;
  font-size: 1.125rem;
}

.trainer .success-banner {
  color: #fff;
  position: relative;
  float: right;
  padding-top: 5rem;
}

.trainer .success-banner .meet {
  background-color: #3f4653;
  padding: 1rem;
  border-radius: 1rem;
  position: absolute;
  width: 160px;
  left: 10px;
  top: 80px;
}

.meet .sml-txt {
  font-size: 10px;
  padding-top: 10px;
  font-weight: 200;
}

.trainer .trainer-content {
  padding: 0.5rem 0 0 0;
}

.trainer .trainer-content .tc-pright {
  max-width: 72%;
}

.trainer h1 {
  line-height: 0.9;
  color: #fff;
  font-size: 6.25rem;
}

.trainer h1 sup {
  top: -2em;
  font-size: 1rem;
}

/* Icon Fonts */

/*Video Button =========== */
.vidoe-holder .icon-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 4rem;
  margin-left: -54px;
  margin-top: -32px;
  cursor: pointer;
}

/* /Video Button =========== */

.head-title {
  text-align: center;
  padding: 3.75rem 0 2.75rem;
}

.head-title h1 {
  font-size: 14rem;
  color: #353c46;
  margin: 0;
  line-height: 0.8;
}

.head-title p {
  font-size: 1rem;
}

.head-title.title-food p {
  margin: 0 auto;
  max-width: 550px;
  font-size: 1.25rem;
}

.cta-green {
  background-color: #035825;
  padding: 5rem 2.5rem 5rem;
  text-align: center;
  color: #fff;
}

.cta-green h2 {
  color: #fff;
}

.cta-green p {
  max-width: 850px;
  margin: 0 auto;
}

.modal .btn-close {
  position: absolute;
  right: 1.5rem;
  --bs-btn-close-color: #fff;
  z-index: 9999;
  font-size: 1.25rem;
}

.modal .btn-close.btn-close-white {

  right: -2.5rem;

}





.video-block {
  position: relative;
  max-width: 992px;
  margin: 0 auto 0;
  z-index: 9;
}

.food-detail .poster-frame .poster-title {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3rem 3rem 1.5rem;
}

.food-detail .poster-frame {
  position: relative;
  border-top-left-radius: 0.875rem;
  border-top-right-radius: 0.875rem;
  overflow: hidden;
  display: flex;
  align-items: baseline;
}

.food-detail .poster-frame::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 10%,
    rgba(0, 0, 0, 0.6) 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
}

.modal .rating {
  font-size: 2rem;
}

.why-ptf-home {
  background-color: #fdfaf4;
  padding: 5rem 0 3rem 0;
}

.why-ptf-home h2 {
  padding-bottom: 1rem;
}

.why-ptf-home ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.why-ptf-home ul li {
  width: 33.33%;
  text-align: left;
  font-weight: 700;
  padding: 1.5rem 1rem;

  text-align: center;
}

.why-ptf-home ul li span {
  margin-right: 0;
  width: 60px;
  margin: 0 auto 0.75rem;
  display: block;
}

.food-info-icon {
  position: absolute;
  left: 0px;
  top: 0;
  display: none;
}

.food-delivery {
  padding: 6rem 0;
  background-color: #f0f1f7;
}

.food-delivery .food-deli-block {
  background-color: #fff;
  border-radius: 50px;
  position: relative;
  min-height: 310px;
}

.food-delivery .delivery-info {
  display: flex;
  align-items: center;
}

.food-delivery .delivery-info h3 {
  font-size: 3.5rem;
  margin: 0;
}

.food-delivery .delivery-info p {
  padding-bottom: 1rem;
}

.food-delivery .dinfo {
  padding: 1.25rem 3rem 1.25rem 4rem;
}

.food-delivery .dinfo h3 {
  font-size: 6rem;
  line-height: 0.9;
  padding-right: 3rem;
  min-height: 200px;
}

.food-delivery .dinfo .btn {
  min-width: 400px;
  position: relative;
}
.food-delivery .btn-dinfo {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.food-delivery .btn-dinfo:before {
  border: dashed 1px #6c8b46;
  position: absolute;
  width: 100%;
  content: "";
  left: -250px;
  top: 50%;
  margin-top: -1px;
  z-index: 0;
}

.modal-detail .modal-dialog {
  max-width: 40.5rem;
}

.modal-detail .modal-content {
  border-radius: 0.875rem;
  border: 0;
}

.modal-detail .btn-close {
  position: absolute;
  z-index: 1;
  top: 1rem;
  right: 1.5rem;
  border: 2px solid #fff;
  opacity: 1;
  border-radius: 50%;
  color: #fff;
  background-image: none;
  line-height: 1.1;
  font-weight: 700;
}

.btn-close.dark {
  border: 2px solid #777 !important;
  color: #777 !important;
}


.list-arrow { padding-bottom: 2rem; list-style: none;}
.list-arrow li{ position: relative; padding-left: 1.5rem;}
.list-arrow li:before{ background-image: url(../svg/arrow-icon-list.svg); background-repeat: no-repeat; width: 14px; height: 13px; display: inline-block; margin-right: .5rem; content: ''; position: absolute; left: 0; top: .4rem; }



/*TRAINER*/

.our-menu {
  padding: 8rem 0 6rem 0;
}
.our-menu h2.mpop{ position: relative; padding-left: 5rem;}
.our-menu h2.mpop:before { position: absolute; content: ''; left: 0; top: -50px; background-image: url(../svg/most-popular.svg); background-size: 100%; width: 293px; height: 64px; }

.our-menu .head-title {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.our-menu .menu-slider .img-fluid {
  /* width: 100%;
   height: 340px; 
  object-fit: cover; */
  border-radius: 1rem;
}

.our-menu .menu-slider::after,
.our-menu .menu-slider::before {
  height: 100%;
  width: 20rem;
  display: block;
  top: 0;
  content: "";
  position: absolute;
  z-index: 1;
}

.our-menu .menu-slider::before {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  -webkit-background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  -ms-background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.our-menu .menu-slider::after {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  -webkit-background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  -ms-background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  right: 0;
}

.our-menu .menu-slider .slick-slide {
  margin: 0 .5rem;
}

.our-menu .menu-slider .slick-prev,
.our-menu .menu-slider .slick-next {
  right: 2rem;
  z-index: 2;
}

.our-menu .menu-slider .slick-prev {
  left: 2rem;
}

.menu-slider .thead { padding: 1rem 0;}
.menu-slider .thead h5{ font-size: 1.5rem; font-weight: 700; display: flex; align-items: center;}
.menu-slider .thead p{ font-size: .8rem; font-weight: 300; margin: 0;}
.menu-slider .thead p span{ color: #D1D1D1; padding-left: .1rem; padding-right: .1rem;}

.chili-icon{ width: 25px; height: 26px; background-image: url(../svg/chili-icon.svg); background-repeat: no-repeat; background-size: 100%; margin-left: 5px; }
.salt-icon{ width: 25px; height: 26px; background-image: url(../svg/salt-icon.svg); background-repeat: no-repeat; background-size: 100%; margin-left: 5px; }



.why-ptf-section .benefit-block{ background-color: #353C46; padding: 1.5rem; border-radius: 1.5rem; color: #fff; margin-bottom: 1rem; cursor: pointer;transition-delay: 1s; }
.why-ptf-section .benefit-block h5{ font-size: 1.5rem; font-weight: 700; display: flex; align-items: center; margin: 0 0 1rem 0;}
.why-ptf-section .benefit-block .para{ font-size: 1.1rem;   opacity: 0;
  overflow: hidden;
  transition: .3s ease-in;
  position: absolute; top: -200px; padding-top: 1rem;
}

.why-ptf-section .benefit-block.hover .para{  opacity: 1; position: static;
}

.iconf{ min-width: 62px; height: 62px; display: flex; align-items: center; background-color: #4F5967; border-radius: .5rem; justify-content: center; margin-right: 1rem;}


.why-ptf-section h2{ font-size: 7.625rem; text-align: right;}












.progress {
  background-color: transparent;
  border: 1px solid #3F90E0;
  border-radius: 0;
  margin-bottom: 1.25rem;
}

.progress-bar {
  background-color: #3F90E0;
}

.form-check-input {
  border-color: #3F90E0;
  width: 1rem;
  height: 1rem;
}



/*FLEX FOOD*/

.continue-btn,
.btn.quick-btn {
  border-radius: 1.75rem;
  border: 1px solid #a9a9a9;
  color: #a9a9a9;
  font-size: 1rem;
  line-height: 1;
  padding: 0.3rem 1rem;
}

.btn.quick-btn:hover {
  border: 1px solid #669f1a;
  color: #669f1a;
}

.count-btn {
  font-size: 0.875rem;
  color: #a9a9a9;
  padding: 0.25rem 0.5rem;
  line-height: 1;
  position: relative;
  width: 24px;
  border: 0;
}

.count-btn:after,
.count-btn:before {
  content: "";
  position: absolute;
  background: #a9a9a9;
}

.count-btn:hover:after,
.count-btn:hover:before {
  content: "";
  position: absolute;
  background: #669f1a;
}

.count-btn:after {
  width: 11px;
  height: 1px;
  left: 5px;
  top: 11px;
}
.count-btn:before {
  width: 1px;
  height: 11px;
  left: 10px;
  top: 6px;
}

.count-btn.minus:before {
  display: none;
}

.continue-btn {
  line-height: 1.2;
  padding: 0.5rem 1.25rem;
  color: #444;
}
.continue-btn:hover {
  border-color: #3F90E0;
}
.nav-tab li {
  margin: 0 0.25rem;
}
.nav-tab li a {
  padding: 0.25rem 2rem;
  min-width: 10rem;
  border: 1px solid #d9d9d9;
  text-align: center;
  border-radius: 1.5rem;
  color: #444444;
  text-decoration: none;
  display: inline-block;
}
.nav-tab li a:hover {
  border-color: #3F90E0;
}
.nav-tab li .active  {
  background-color: #3F90E0;
  border-color: #3F90E0;
  color: #fff;
}


.pos-right{ position: absolute; right: 0; top: 0;}






.flex-food-slider .slick-slide {
  margin: 0 0.25rem;
}
.flex-food-slider .flex-food-plan {
  border-radius: 1.25rem;
  border: 1px solid #a9a9a9;
  overflow: hidden;
}
.flex-food-slider .img-widget{ cursor: pointer;}
.flex-food-slider .img-widget::before {
  content: "";
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(255, 255, 255, 0)
  );
  -webkit-background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(255, 255, 255, 0)
  );
  -ms-background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(255, 255, 255, 0)
  );
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.flex-food-plan .food-title {
  font-size: 1.375rem;
  text-align: center;
  overflow: hidden;
  padding: 0;
  height: 4rem;
}

.flex-food-slider .input-group {
  border: 1px solid #a9a9a9;
}
.flex-food-slider .input-group .form-control {
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 40px;
  text-align: center;
  font-size: 1rem;
  box-shadow: none;
  position: relative;
}
.flex-food-slider .input-group .btn {
  border-left: 1px solid #a9a9a9;
  border-radius: 0;
  position: relative;
  z-index: 9;
}

.flex-food-slider .slick-prev {
  left: 20px;
}
.flex-food-slider .slick-next {
  right: 20px;
}

.flex-food-plan .rating {
  font-size: 1.25rem;
}

.form-control::placeholder {
  font-weight: 400;
  font-size: 0.86rem;
}
.form-control {
  box-shadow: none !important;
  font-weight: 700;
}



.btn.btn-outline.gray {
  border-color: #a9a9a9;
}

.btn.btn-outline.gray:hover {
  background-color: #a9a9a9;
  color: #fff;
}


.selection-wrap{max-width:950px; margin:0 auto; padding-bottom: 6rem; padding-top: 1rem;}


.radio-block {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: solid 1px #444444;
  padding: 1rem 1rem 1rem 3rem;
  border-radius: 1rem;
  width: 180px;
  overflow: hidden;
}
.radio-block.active {border: solid 1px #3F90E0; box-shadow: 0 0  1px 1px rgba(255, 165, 0, 1);}


.radio-block input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-block .checkmark {
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px #444;
}


.radio-block:hover input ~ .checkmark {
  background-color: #fff;  border: solid 2px #3F90E0;
}

.radio-block input:checked ~ .checkmark {
  background-color: #fff;  border: solid 1px #3F90E0;
}

.radio-block .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

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

.radio-block .checkmark:after {
  top: 2px;
  left: 2px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #3F90E0;
}



.radio-block.size { width: 137px;}


.total-cost{ padding:.5rem}


.btn.btn-outline-gray{ border: solid 2px #d9d9d9; padding: 1rem}

.btn.btn-outline-gray:hover{ border: solid 2px #b5b5b5;}

.border-gray{ border-bottom: solid 2px #a1a1a1;}







.modal-info .modal-dialog {
  max-width: 40.5rem;
}

.modal-info .modal-content {
  border-radius: 0.875rem;
  border: 0;
}
.modal-info .btn-close {
  position: absolute;
  z-index: 1;
  top: 1rem;
  right: 1.5rem;
  border: 2px solid #fff;
  opacity: 1;
  border-radius: 50%;
  color: #fff;
  background-image: none;
  line-height: 1.1;
  font-weight: 700;
}


.border-total{ border-left: solid 1px #444;}



.best-value-tag{position: absolute;
  right: 0;
  top: 0;
  background-color: #3F90E0;
  width: 70px;
  color: #fff;
  padding-left: 0.5rem;
  padding-right: 0;
  font-size: .65rem;}




  #FoodModal .modal-dialog.modal-item-info {
    max-width: 50.5rem;
}

 .modal-dialog.modal-item-info .table>:not(caption)>*>* {
   padding: 3px; border-color: #f0f0f0; color: #444;
}

.modal-dialog.modal-item-info .table strong {
  font-weight: 600; 
}
ul.vitamin-info {
    list-style: disc;
    font-size: 13px;
    padding: 0;
    margin: 0 0 1rem 1px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}

.vitamin-info li {
    margin-right: 30px;
    white-space: nowrap;
    margin-left: 0;
}

.modal-dialog.modal-item-info td.right-cell {
    text-align: right;
  
}

.add-items-block{ display: flex; justify-content:space-between;}


.btn.btn-orange {
  background-color: #3F90E0;
  border-color: #3F90E0;
  color: #fff;
}
.btn.btn-orange:hover {
  background-color: #3787d6;
  border-color: #3787d6;
  color: #fff;
}



.fhead-title {
  text-align: center;
  padding: 3.75rem 0 2.75rem;
}

.fhead-title h1 {
  font-size: 4rem;
  color: #353c46;
  margin: 0;
  line-height: 0.8;
}




  @media (min-width: 1600px) {

  .hero-banner .eating-pic {
   margin-right: -15rem;
  }
  

  }




@media (max-width: 1400px) {
  .navbar .nav-item {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-banner h1 span {
    font-size: clamp(30px, 15.5vw, 225px);
  }

  .navbar .nav-link {
    font-size: 0.85rem;
  }

  .food-delivery .dinfo {
    padding-left: 7rem;
  }
}

@media (max-width: 1350px) {
  .navbar .nav-item {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar .nav-link {
    font-size: 0.8rem;
  }
}

@media (max-width: 1199px) {
  .trainer h1 {
    font-size: 3rem;
  }
  .trainer .trainer-content .tc-pright {
    max-width: 100%;
  }

  .navbar {
    padding: 0.25rem 0;
  }

  body {
    padding-top: 81px;
  }

  .hero-banner .eating-pic {
    position: relative;
  }

  .hero-banner .content {
    margin-left: 0;
  }

  h2 {
    font-size: 5rem;
  }

  .overlay-block {
    width: 590px;
  }

  .chart-block {
    padding: 2rem;
  }

  .offcanvas {
    background-color: #6c8b46;
  }

  .offcanvas-header {
    justify-content: flex-end;
  }

  .offcanvas-header .btn-close {
    opacity: 1;
  }

  .offcanvas-body {
    padding-top: 0;
  }

  .navbar .offcanvas .nav-link {
    color: #fff;
    font-size: 1.5rem;
  }

  header .btn {
    display: block;
  }

  header .btn.btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: #6c8b46;
  }

  header .btn.btn-outline-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
  }

  footer {
    font-size: 0.85rem;
  }

  footer .flogo {
    padding-right: 1rem;
  }

  .offcanvas .btn.btn-primary:hover {
    background-color: #fff;
    border-color: #fff;
    color: #6c8b46;
  }

  .offcanvas .btn.btn-outline-primary:hover {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
  }

  .btn-sm {
    padding: 0.2rem 0.5rem;
  }

  .hero-banner h1 {
    font-size: 3rem;
  }

  .food-delivery .delivery-info {
    display: block;
  }

  .food-info-icon {
    display: none;
  }

  .why-ptf-section h2 {
    font-size: 5.625rem;
}
.why-ptf-section .benefit-block h5{ font-size: 1.25rem;}

.your-meal-section .meal-info h3{ font-size: 2.5rem;}
.your-meal-section .meal-info{ padding-left: 2rem;}


.our-menu .menu-slider .slick-slide {
  margin: 0 0.5rem;
}

.our-menu .menu-slider::after,
.our-menu .menu-slider::before {
  width: 10rem;
}
.nav-tab li a {
  min-width: 10rem;
}



.pos-right{ position: static;}

.nav-tab li a{ padding-left: 1rem; padding-right: 1rem;}
.nav-tab li{ margin-bottom: 1rem;}




}

@media screen and (max-width: 991px) {
  .trainer .success-banner {
    padding-top: 0;
  }
  .trainer .success-banner .meet {
    top: 0;
  }
  .hero-banner h1 span {
    font-size: clamp(30px, 14vw, 225px);
  }

  .chart-block {
    padding: 2rem 1rem;
  }

  .chart-block .table > :not(caption) > * > * {
    padding: 0.5rem 0.25rem;
    font-size: 0.85rem;
  }

  .chart-block .table .numbers {
    font-size: 1rem;
  }

  .overlay-block {
    width: 420px;
    font-size: 1rem;
    left: 20px;
  }

  .meal-plan-section .note {
    display: none;
  }

  .meal-plan-section {
    padding-bottom: 6rem;
  }

  .trainer {
    padding-top: 3rem;
  }

  .head-title h1 {
    font-size: 5rem;
    margin: 0;
  }

  .video-block {
    margin: 1rem 1rem 0;
    position: relative;

    min-height: 400px;
    background-position: -120px 0;
  }

  .food-detail .poster-frame .poster-title {
    font-size: 2rem;
    padding: 1.875rem 1.55rem 1rem;
  }

  .why-ptf-home {
    background-color: #fdfaf4;
    padding: 5rem 0 3rem 0;
  }

  .why-ptf-home h2 {
    padding-bottom: 1rem;
    line-height: 1.3;
  }

  .why-ptf-home ul {
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .why-ptf-home ul li {
    display: block;
    text-align: center;
    padding: 1rem;
    width: 50%;
  }

  .why-ptf-home ul li span {
    margin-bottom: 1rem;
    width: auto;
    display: flex;
    justify-content: center;
  }

  .your-meal-section .img {
    padding-left: 0;
  }

  .food-delivery .dinfo {
    padding: 3rem 1.5rem;
  }

  .food-delivery .delivery-info h3 {
    font-size: 2.5rem;
  }

  .hero-banner p {
    font-size: 1rem;
  }

  .your-meal-section {
    padding: 2rem 0;
  }

  .why-ptf-section {
    padding: 3rem 0;
  }

  .what-saying {
    padding: 3rem 0;
  }

  .sub {
    position: relative;
    z-index: 99;
  }

  .why-ptf-section h2 {
    font-size: 4rem;
    text-align: left;
    padding-bottom: 2rem;
}

.your-meal-section .meal-info {
  padding-left: 0;
}

.your-meal-section .meal-info h3{ font-size: 2.5rem;}
.your-meal-section .meal-info h2{font-size: 3.5rem;}

.your-meal-section .meal-info p {
  font-size: 1rem;
}

.menu-slider .thead h5 {
  font-size: .9rem;
}
.menu-slider .thead p {
font-size: .6rem;
font-weight: 400;
}

.menu-slider .thead p span {
padding-left: .1rem;
padding-right: .1rem;
}

.hero-banner .btn {
  padding: 0.5rem;
  font-size: 1.25rem;
}


.border-total{ border-left:0; padding-top: 3rem;}
  
.radio-block, .radio-block.size {
  width: auto;
}

.selection-wrap{max-width:none; padding-left:1rem; padding-right: 1rem;}




}

@media (max-width: 767px) {
  .your-meal-section .meal-info {
    padding-left: 0;
    padding-top: 3rem;
  }

  .navbar .nav-link,
  .btn.btn-primary {
    font-size: 1.5rem;
  }


  h1,
  h2 {
    font-size: 3rem;
  }

  .top-bar {
    line-height: 32px;
    font-size: 0.7rem;
  }

  .hero-banner h1 {
    margin: 0 0 0.5rem 0;
  }

  .hero-banner p {
    padding-bottom: 0;
    font-size: 0.9rem;
    /* text-shadow: 3px 3px 17px #000; */
  }

  .review-block {
    padding: 1.5rem 1rem;
  }

  .review-slider .slick-slide {
    margin: 0 0.7rem;
  }

  .review-slider .slick-next {
    right: 20px;
  }

  .review-slider .slick-prev {
    left: 20px;
  }

  .cta .cta-block {
    padding: 4rem 3rem 3rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  footer {
    padding: 3rem 0 0rem 0;
  }

  footer-menu {
    margin: auto;
  }

  footer .flogo {
    padding-right: 0rem;
    margin: auto;
    display: block;
  }

  footer .contact {
    font-size: 1.5rem;
    padding-bottom: 0;
  }

  .fixed-video {
    right: 10px;
    bottom: 10px;
    width: 80px;
  }

  .chat-btn {
    transform: rotate(90deg);
    transform-origin: 100% 0;
    left: -100px;
    bottom: 0px;
    width: 140px;
    height: 40px;
    padding: 0;
    line-height: 43px;
  }

  .overlay-block {
    width: 310px;
    left: 10px;
  }

  .convenience-tip {
    margin-top: -7rem;
  }

  .trainer {
    margin-bottom: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .trainer h1 {
    line-height: 1;
    color: #fff;
    font-size: 4.25rem;
  }
  .trainer .trainer-content .tc-pright {
    max-width: 100%;
  }

  .trainer .success-banner {
    padding-top: 0;
  }
  .hero-banner .content .sub p {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  }


.hero-banner .outline-title{-webkit-text-stroke-width: 0;}



.our-menu {
  padding: 4rem 0;
}

.our-menu .menu-slider::after,
.our-menu .menu-slider::before {
  width: 5rem;
}


.flex-food-slider {
  margin: 0 1rem;
}
.nav-tab li a {
  min-width: 6rem;
}



.nav-tab li{ font-size: .85rem;}


.flex-food-slider>div {
  padding: .25rem;
}

}

@media screen and (max-width: 576px) {
  .hero-banner h1 span {
    font-size: clamp(30px, 18vw, 225px);
  }

  .chart-block {
    border-radius: 0rem;
    padding: 5rem 0.75rem;
  }

  .newsletter-form {
    width: 100%;
  }

  .flogo {
    padding-bottom: 3rem;
  }

  .flogo img {
    width: 100%;
  }

  footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .offcanvas {
    --bs-offcanvas-width: 18rem;
  }

  .navbar-brand {
    width: 250px;
  }

  .review-slider .slick-next,
  .review-slider .slick-prev {
    width: 32px;
    height: 32px;
  }

  .review-slider .slick-arrow:before {
    padding: 4px;
    left: 8px;
    top: 8px;
  }

  .cta .cta-block .break {
    display: inline;
  }

  .cta .cta-block p {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta .cta-block {
    padding: 4rem 0.8rem 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .slick-next,
  .slick-prev {
    width: 32px;
    height: 32px;
  }

  .slick-arrow:before {
    left: 6px;
    top: 6px;
  }

  .overlay-block {
    width: 190px;
    font-size: 0.85rem;
    left: 10px;
  }

  .slick-dots li {
    width: 15px;
  }


  .our-menu h2.mpop:before {  background-size: 100%; width: 146px; height: 32px; top: -26px;}


  .your-meal-section .meal-info h3{ font-size: 2rem;}



}

.flex-food-slider {
  max-width: 1630px;
  margin: 0 auto;
}

@media screen and (max-width: 1479px) {
  .flex-food-slider {
    max-width: 1300px;
  }
}

@media screen and (max-width: 1190px) {
  .flex-food-slider {
    max-width: 980px;
  }
}

@media screen and (max-width: 990px) {
  .flex-food-slider {
    max-width: 652px;
  }
}

@media screen and (max-width: 549px) {

  .our-menu h2.mpop {
    padding-left: 0;
}
.flex-food-slider {
  padding: 0 .5rem;
}
  
}

.error-msg {
  color: #ff0000;
  line-height: 14px;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 12px;
}

.checkout-form .error-msg {
  color: #ff0000;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 15px;
}

.checkout-form .red-text {
  color: #ff0000;
  line-height: 16px;
  font-weight: 700;
}

.confirm-info .red-text {
  color: #ff0000;
  line-height: 16px;
  font-weight: 700;
}

.checkout-form .green-text {
  color: green;
  line-height: 16px;
  font-weight: 700;
}

.checkout-form .error-highlight .form-control {
  border: 1px solid #ff0000;
  color: #ff0000;
}

.checkout-form .error-highlight .form-select {
  border: 1px solid #ff0000;
  color: #ff0000;
}

.checkbox label.error-highlight {
  color: #ff0000;
}

.confirm-info .error-highlight .form-control {
  border: 1px solid #ff0000;
  color: #ff0000;
}

.confirm-info label.error-highlight {
  color: #ff0000;
}

.btn.btn-grn {
  /*background: #73ae1a;
	background: -moz-linear-gradient(top, #73ae1a 0%, #5f901a 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #73ae1a), color-stop(100%, #5f901a));
	background: -webkit-linear-gradient(top, #73ae1a 0%, #5f901a 100%);
	background: -o-linear-gradient(top, #73ae1a 0%, #5f901a 100%);
	background: -ms-linear-gradient(top, #73ae1a 0%, #5f901a 100%);
	background: linear-gradient(to bottom, #73ae1a 0%, #5f901a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73ae1a', endColorstr='#5f901a', GradientType=0 );
	color: #fff;*/
  background: #ff8800;
  background: -moz-linear-gradient(top, #ff8800 0%, #ff7002 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #ff8800),
    color-stop(100%, #ff7002)
  );
  background: -webkit-linear-gradient(top, #ff8800 0%, #ff7002 100%);
  background: -o-linear-gradient(top, #ff8800 0%, #ff7002 100%);
  background: -ms-linear-gradient(top, #ff8800 0%, #ff7002 100%);
  background: linear-gradient(to bottom, #ff8800 0%, #ff7002 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8800', endColorstr='#ff7002', GradientType=0);
  color: #fff;
}

.btn.btn-grn:hover {
  /*background: #477900;*/
  background: #ff7002;
}

.modal-checkout .modal-dialog {
  max-width: 40.5rem;
}

.modal-checkout .btn-close {
  position: absolute;
  right: 1rem;
  --bs-btn-close-color: #444;
  z-index: 9999;
  font-size: 1.25rem;
  font-weight: 700;
  border: solid 2px #444;
  border-radius: 50px;
  padding: 0;
  margin: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  top: 1rem;
  font-size: 14px;
  font-weight: 700;
}

.modal-checkout .imp {
  font-size: 1rem;
  padding-bottom: 2rem;
  color: #417ec7;
  text-align: center;
  border-bottom: solid 1px #e5e5e5;
}

.modal-checkout .modal-body {
  padding: 2rem;
}

.modal-checkout h4,
.modal-checkout h3 {
  font-weight: 600;
  color: #6c8b46;
}

.modal-checkout h3 {
  text-align: center;
}

.modal-checkout .confimredbox {
  width: 25px;
  height: 25px;
}

.modal-checkout .click-to-confirm {
  padding-bottom: 0.5rem;
}

.modal-checkout .field-row {
  padding: 1rem 0;
  border-bottom: solid 1px #e5e5e5;
}

.modal-checkout .table,
.table > :not(caption) > * > * {
  border: 0;
}

.modal-checkout .edit-account-block {
  text-align: center;
  padding: 2rem 0 0;
}

.or-divider {
  position: absolute;
  left: -20px;
  top: 0;
  width: 2px;
  background-color: #e5e5e5;
  height: 100%;
}

.or-divider span {
  position: absolute;
  background-color: #fff;
  left: -10px;
  top: 50%;
  margin-top: -10px;
}

.signin-form {
  padding: 0 1rem;
}

.signin-form .signin-title {
  font-weight: 600;
  padding-bottom: 1rem;
}

.signin-form .form-group {
  padding-bottom: 0.5rem;
}

.signin-form .form-group .form-control {
  height: 40px;
}

.logo-ptf-signin {
  text-align: center;
  padding-bottom: 1rem;
}

.signin-form .forgot {
  color: #666;
  text-decoration: underline;
  font-size: 0.9rem;
  position: relative;
  top: -5px;
}

.continue-new {
  padding-right: 3rem;
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .or-divider {
    left: 0px;
    top: 0;
    width: 100%;
    height: 2px;
  }

  .or-divider span {
    position: absolute;
    background-color: #fff;
    left: -10px;
    left: 50%;
    margin-top: -10px;
    top: 0;
  }

  .continue-new {
    padding: 1rem 1rem 2rem 1rem;
  }

  .signin-form {
    padding: 2rem 0 1rem 0;
  }

  .logo-ptf-signin {
    padding-top: 2rem;
  }

  .modal-checkout .modal-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.error-message {
  color: #ff0000;
  display: none;
}

@media only screen and (min-width: 768px) {
  #addressBookWidgetDiv {
    width: 480px;
    height: 228px;
  }

  #walletWidgetDiv {
    width: 480px;
    height: 228px;
  }
}

/* amazon payments  */

#addressBookWidgetDiv {
  min-width: 300px;
  max-width: 600px;
  min-height: 228px;
  max-height: 400px;
}

#walletWidgetDiv {
  min-width: 300px;
  max-width: 600px;
  min-height: 228px;
  max-height: 400px;
}

/* Mobile optimized and small window */

#addressBookWidgetDiv {
  width: 100%;
  height: 228px;
  display: none;
}

#walletWidgetDiv {
  width: 100%;
  height: 228px;
  display: none;
}

/* Desktop and tablet */

.checkout-form .btn.btn-grn.submit-order,
.terms-block .btn.btn-grn.submit-order {
  width: 200px;
}

.account-login {
  position: absolute;
  right: 30px;
  top: 0;
  line-height: 1.5;
}

.account-login .login {
  color: #fff;
  text-decoration: none;
  font-size:.9rem;
  display: flex;
  align-items: center;
  line-height: 39px;
}

.account-login .key-icon {
  background-image: url(../svg/key-icon.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  background-size: 100%;
}

.top-bar .dropdown-menu {
  padding: 0;
  box-shadow: 0 15px 15px 1px rgba(0, 0, 0, 0.2);
  border: 0;
  z-index: 999;
  border-radius: 0;
  padding: 1.5rem;
  right: 0;
  top: 47px;
  width: 250px;
}

.top-bar .form-control {
  height: 48px;
  border: solid 1px #ccc;
}

.top-bar .form-group {
  padding-bottom: 1rem;
}

.top-bar .forgot {
  font-size: 0.75rem;
  font-style: italic;
}

@media (max-width: 767px) {
  .trainer .success-banner .meet {
    line-height: 1.2;
  }

  .account-login {
    right: 15px;
  }

  .account-login .login {
    line-height: 32px;
    font-size: 0.7rem;
  }

  .account-login .key-icon {
    width: 10px;
    height: 10px;
    margin-right: 0.2rem;
  }


  .hero-banner .eating-pic {
    margin-right: -4rem;
}


.flex-food-slider .input-group .form-control {
  height: 35px;
}

.flex-food-slider {
  display: grid;
  grid-template-columns: 50% 50%;
}


}

.icn-hover-info {
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  left: 5px;
  text-align: left;
  width: 70px;
}

.icn-hover-info .icnitem {
  float: left;
  width: 25px;
  height: 20px;
  background: url(../png/food-info-icon.png) no-repeat left 0;
  margin-right: 10px;
  position: relative;
}

.hover-icn-info {
  display: none;
  background-color: #fff;
  border: solid 1px #ccc;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: absolute;
  width: 200px;
  left: 0;
  top: 27px;
  z-index: 999;
}

.icn-hover-info .icnitem.info-measure-icn {
  background-position: -23px 0;
}

.icn-hover-info .icnitem:hover .hover-icn-info {
  display: block;
}


