/*** LTR websites ***/
.dir-ltr {
  direction: ltr;
}
/* Mobile Scroll fix below */
html,body{ 
  -webkit-overflow-scrolling : touch !important;
  overflow: auto !important;
}
html {
  scroll-behavior: smooth;
}
.modal {
  overflow-y:auto;
}
body {
  font-family: "Montserrat";
  font-weight: normal;
  direction: ltr;
  text-align: left;
  font-size: 16px;
  background: #ffffff;
  color: #000000;
}

ol, ul, li, figure {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.container {
  max-width: 1360px;
}

a {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@font-face {
  font-family: "Rage";
  src: url("../fonts/RageItalic.eot");
  src: url("../fonts/RageItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RageItalic.woff2") format("woff2"), url("../fonts/RageItalic.woff") format("woff"), url("../fonts/RageItalic.ttf") format("truetype"), url("../fonts/RageItalic.svg#RageItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

.btn {
  font-weight: 600;
}
.btn__add-plan {
  color: #000000;
  background: url(../images/icons/profile-plus.png) no-repeat left center;
  padding: 0 0 0 28px;
  background-size: 20px;
  font-size: 25px;
}
.btn__add-plan:hover {
  color: #cb0505;
}
.btn__alert {
  position: relative;
  background: #cb0505 url(../images/icons/alert.png) no-repeat center center;
  background-size: 24px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  text-indent: -9999px;
  margin: 0 0 0 10px;
}
@media (max-width: 767px) {
  .btn__alert {
    margin: 0 0 0 5px;
  }
}
.btn__alert:hover {
  background-color: #000000;
}
.btn__login {
  color: #ffffff;
  background: #cb0505;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 2px 1px #ff33335c;
          box-shadow: 0px 0px 2px 1px #ff33335c;
  font-weight: 600;
  font-size: 20px;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  padding: 13px 20px 13px 20px;
  line-height: 1;
  margin: 0 0 0 15px;
  border: 2px solid black;
}
@media (max-width: 1200px){
  .btn__login {
      margin: 0 0 0 10px;
      padding: 12px 10px;
      font-size: 18px;
  }
  }
@media (max-width: 767px) {
  .btn__login {
    margin: 0 0 0 10px;
    padding: 12px 15px;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .btn__login {
    margin: 0 0 0 10px;
    padding: 12px 10px;
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .btn__login {
    margin: 0 0 0 10px;
    padding: 12px 9px;
    font-size: 10px;
  }
}
.btn__login i {
  font-size: 17px;
  vertical-align: baseline;
  padding: 0 15px 0 0;
}
@media (max-width: 767px) {
  .btn__login i {
    padding: 0 5px 0 0;
  }
}
@media (max-width: 575px) {
  .btn__login i {
    font-size: 13px;
  }
}
.mobile-nav-cuisines{
  display: none;
}
@media(max-width:1199px){
  .mobile-nav-cuisines{
    display: block;
  }
}
.btn__login:hover {
  background: #5496af;
  color: #ffffff;
}
.btn__started {
  color: #ffffff;
  background: #cb0505;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 6px 1px #ff3333eb;
          box-shadow: 0px 0px 6px 1px #ff3333eb;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  padding: 12px 0;
  line-height: 1;
  margin: 0 auto;
  display: block;
  max-width: 180px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .btn__started {
    font-size: 16px;
    padding: 11px 0;
    max-width: 150px;
  }
}
.btn__started i {
  font-size: 17px;
  vertical-align: baseline;
  padding: 0 15px 0 0;
}
.btn__started:hover, .btn__started:focus {
  background: #5496af;
  color: #ffffff;
}
.btn-primary {
  border-radius: 30px;
  background: #cb0505;
  border-color: #cb0505;
  box-shadow: 3px 3px 8px 1px rgb(0 0 0 / 25%);
}
.btn-primary:hover {
  background: #cb0505;
  border-color: #cb0505;
  color: #ffffff;
}
.btn-primary:focus {
  background: #cb0505;
  border-color: #cb0505;
}
.btn-primary-alt{
  background-color: #fff;
  border-color: #cb0505;
  color: #cb0505;
  border: 2px solid;
}

.btn-blue-alt-home{
  background: #0095ff !important;
  border-color: #0095ff !important;
}

.btn-secondary {
  border-radius: 30px;
  background: #78D7D8;
  border-color: #78D7D8;
  box-shadow: 3px 3px 8px 1px rgb(0 0 0 / 25%);
}
.btn-secondary:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-secondary:focus {
  background: #78D7D8;
  border-color: #78D7D8;
}
.btn-secondary-alt{
  background-color: #fff;
  border-color: #4bbd3d;
  color: #4bbd3d;
  border: 2px solid;
}
.btn__cm {
  min-width: 120px;
  font-size: 20px;
  padding: 2px 10px;
  line-height: 1.3;
}
.btn-lg {
  padding: 1rem 1.6rem;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .btn-lg {
    padding: 0.6rem 1.2rem;
    font-size: 16px;
    line-height: 1.2;
  }
}
.btn__shadow-red {
  -webkit-box-shadow: 0px 19px 28px rgba(255, 51, 51, 0.36);
          box-shadow: 0px 19px 28px rgba(255, 51, 51, 0.36);
}
.btn__menu {
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  margin: 23px 40px 0 50px;
  position: relative;
}
@media (max-width: 1199px) {
  .btn__menu {
    margin: 13px 30px 0 0;
    color: #cb0505;
  }
}
@media (max-width: 991px) {
  .btn__menu {
    margin: 0 10px 20px 30px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.btn__menu:hover {
  color: #cb0505;
}
.btn__menu i {
  content: "";
  position: absolute;
  left: -50px;
  top: -8px;
  display: inline-block;
  width: 41px;
  height: 41px;
  z-index: 2;
  background: url(../images/placeholder/btn-menu.png) no-repeat 0 0;
  text-indent: -9999px;
  background-size: 40px;
}
.btn__menu i::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  width: 31px;
  height: 31px;
  border-radius: 100%;
  z-index: 0;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.btn__menu i::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  width: 31px;
  height: 31px;
  border-radius: 100%;
  z-index: 0;
  -webkit-animation: pulse 4s infinite;
          animation: pulse 4s infinite;
}
.btn__menu__1 {
  background: #ebebeb;
  color: #000000;
  font-size: 20px;
  padding: 5px 15px;
  line-height: 1.9;
  border-radius: 10px;
}
.btn__menu__1:hover {
  color: #ffffff;
  background: #cb0505;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #cb0505;
            box-shadow: 0 0 0 0 #cb0505;
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #cb0505;
            box-shadow: 0 0 0 0 #cb0505;
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
h1 {
  font-size: 32px;
  font-family: "Rage";
  font-weight: bold;
}

h2 {
  font-family: "Montserrat";
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #24272f;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
h2 span {
  font-family: 'Marcellus SC', serif;
  font-weight: 600 !important;
  font-size: 60px;
  line-height: 1;
  font-weight: normal;
  display: block;
  color: #13a2b1;
}
@media (max-width: 1199px) {
  h2 span {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h2 span {
    font-size: 25px;
  }
  h2{
    font-size:20px;
  }
}
@media (max-width: 550px) {
  h2 span {
    font-size: 18px;
  }

}
@media (max-width: 400px) {
  h2 span {
    font-size: 16px;
  }

}
h2 small {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  display: block;
  color: #24272f;
}
@media (max-width: 1199px) {
  h2 small {
    font-size: 22px;
  }
}

h3, .h3 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  color: #000000;
  font-family: "Montserrat";
}

h4, .h4 {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: bold;
}

h5, .h5 {
  font-family: "Montserrat";
  font-size: 2rem;
}

h6, .h6 {
  font-family: "Montserrat";
  font-size: 1.6rem;
}

p {
  font-size: 16px;
  color: #000000;
  margin: 0;
}
@media (max-width: 767px) {
  p {
    font-size: 15px;
  }
}

.main__content {
  max-width: 100%;
  overflow: hidden;
}

.select__style__1 {
  background: #ebebeb;
  border-radius: 20px;
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 0 15px 0 0;
  line-height: 31px;
  font-size: 19px;
  cursor: pointer;
}
.select__style__1 .select__input {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  background-color: #959595;
}
.select__style__1 .select__input:hover {
  background-color: #959595;
}

.select__input:checked, .select__input:checked:hover {
  background-color: #cb0505;
}

.select__input:hover {
  background-color: #c1edf7;
}

.select__input {
  width: 32px;
  height: 32px;
  border: 0;
  vertical-align: top;
  background: #e1e1e1 url(../images/icons/select-icon.png) no-repeat center center;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 30px;
}
.select__input:disabled {
  background-image: url(../images/icons/select-icon-dis.png);
}

.select__input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #b6b6b6;
}

.textarea__style__1 textarea {
  display: block;
  width: 100%;
  height: 120px;
  border: 0;
  border-bottom: 2px solid #b6b6b6;
  font-size: 20px;
  color: #ebebeb;
}

.skew-bg__grey__top {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 120px;
  position: relative;
}
@media (max-width: 1199px) {
  .skew-bg__grey__top {
    margin-top: 90px;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 1390px) {
  .skew-bg__grey__top {
    margin-right: 20px;
    margin-left: 20px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .skew-bg__grey__top {
    margin-top: 10px;
    padding-top: 30px;
  }
}
.skew-bg__grey__top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ebebeb;
  border-radius: 80px;
  z-index: -1;
}
@media (max-width: 767px) {
  .skew-bg__grey__top::before {
    border-radius: 40px;
  }
}
.skew-bg__grey__top::after {
  content: "";
  position: absolute;
  left: 0;
  top: -64px;
  width: 100%;
  height: 70%;
  background-color: #ebebeb;
  border-radius: 100px 80px 0 0;
  -webkit-transform: skewY(2deg);
          transform: skewY(2deg);
  z-index: -1;
}
@media (max-width: 767px) {
  .skew-bg__grey__top::after {
    display: none;
  }
}

.skew-bg__grey__bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 160px;
  position: relative;
}
@media (max-width: 1199px) {
  .skew-bg__grey__bottom {
    margin-bottom: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1390px) {
  .skew-bg__grey__bottom {
    margin-right: 20px;
    margin-left: 20px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .profile .skew-bg__grey__bottom {
    margin-bottom: 10px;
  }
}
.skew-bg__grey__bottom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ebebeb;
  border-radius: 80px 80px 0 80px;
  z-index: -1;
}
@media (max-width: 767px) {
  .profile .skew-bg__grey__bottom::before {
    border-radius: 40px;
  }
}
.skew-bg__grey__bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -64px;
  width: 100%;
  height: 70%;
  background-color: #ebebeb;
  border-radius: 80px 0 100px 80px;
  -webkit-transform: skewY(6deg);
          transform: skewY(6deg);
  z-index: -1;
}
@media (max-width: 767px) {
  .profile .skew-bg__grey__bottom::after {
    display: none;
  }
}
@keyframes zoom-in-zoom-out {
  0% {
  transform: scale(1, 1);

  }
  50% {
  transform: scale(1.1, 1.1);
  backface-visibility: hidden;
  }
  100% {
  transform: scale(1, 1);
  }
  }

.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes blinker {
  from {color: #000 ;}
  to {color: #ff3239;}
}
.blink{
	text-decoration: blink;
	animation-name: blinker;
	animation-duration: 0.4s;
	animation-iteration-count:infinite;
	animation-timing-function:ease-in-out;
	animation-direction: alternate;
}



.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 10;
  opacity: 0.8;
  border-radius: 50px;
  line-height: 50px;
  color: #cb0505;
  font-size: 25px;
}
.scrollup:hover {
  background-color: #cb0505;
  opacity: 1;
  color: #ffffff;
}
@media (max-width: 767px) {
  .scrollup {
    display: none !important;
  }
}

.common__text p {
  font-size: 25px;
  line-height: 2;
  font-weight: 500;
  color: #000000;
  margin: 0 0 40px;
  max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1200px) {
  .common__text p {
      font-size: 1em;
      max-width: 100%;
    }
}

.tab__menu__1 .nav-link {
  background: #ebebeb;
  color: #000000;
  font-size: 19px;
  padding: 3px 11px 0;
  line-height: 1.7;
}
.tab__menu__1 .nav-link.active {
  background: #cb0505;
  color: #ffffff;
}
.tab__menu__1 .nav-link:first-child {
  border-radius: 16px 0 0 0;
}
.tab__menu__1 .nav-link:last-child {
  border-radius: 0 16px 0 0;
}
.tab__menu__2 {
  padding: 0 0 0 70px;
}
@media (max-width: 1199px) {
  .tab__menu__2 {
    padding: 0 0 0 35px;
  }
}
@media (max-width: 767px) {
  .tab__menu__2 {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 575px) {
  .tab__menu__2 {
    padding: 0 0 0 0;
  }
}
.tab__menu__2 .nav-link {
  background: #ebebeb;
  color: #808080;
  font-size: 22px;
  font-weight: bold;
  padding: 0 25px 0;
  line-height: 70px;
  border-radius: 40px 40px 0 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .tab__menu__2 .nav-link {
    font-size: 17px;
    padding: 0 15px 0;
    border-radius: 20px 20px 0 0;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .tab__menu__2 .nav-link {
    font-weight: 500;
    font-size: 15px;
    padding: 0 12px;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 575px) {
  .tab__menu__2 .nav-link {
    border-radius: 10px;
    margin: 0 5px 10px 0;
    background: rgba(76, 78, 83, 0.09);
  }
}
.tab__menu__2 .nav-link.active {
  background: #ffffff;
  color: #000000;
  position: relative;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.tab__menu__2 .nav-link.active::before {
  content: "";
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 50px;
  height: 35px;
  border-radius: 0 0 0 34px;
  z-index: 0;
  -webkit-box-shadow: -19px 2px 0px 1px #ffffff;
          box-shadow: -19px 2px 0px 1px #ffffff;
}
@media (max-width: 1199px) {
  .tab__menu__2 .nav-link.active::before {
    display: none;
  }
}
.tab__menu__2 .nav-link.active::after {
  content: "";
  position: absolute;
  left: -50px;
  bottom: 0;
  width: 50px;
  height: 35px;
  border-radius: 0 0 34px 0;
  z-index: 0;
  -webkit-box-shadow: 19px 2px 0px 1px #ffffff;
          box-shadow: 19px 2px 0px 1px #ffffff;
}
@media (max-width: 1199px) {
  .tab__menu__2 .nav-link.active::after {
    display: none;
  }
}
.tab__content__1 {
  border: 1px solid #cb0505;
  border-radius: 0 25px 25px 25px;
  padding: 20px;
}
.tab__content__2 {
  background: #ffffff;
  position: relative;
  z-index: 1;
  border-radius: 40px;
  padding: 40px;
}
@media (max-width: 767px) {
  .tab__content__2 {
    padding: 15px 15px;
    border-radius: 15px;
  }
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  max-width: 250px;
  padding: 10px 15px !important;
  color: #fff;
  text-align: center;
  background-color: #cb0505;
  border-radius: 10px;
  font-size: 14.8px;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #cb0505;
}

.header {
  padding: 20px 0 30px;
  /* border-bottom: 1px solid rgba(230, 187, 143, 0.21); */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media (max-width: 1199px) {
  .header {
    padding: 5px 0 30px;
  }
}

.header.toTop {
  padding: 15px 0 15px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  background: rgba(255, 255, 255, 0.6);
}
.header.toTop .header__logo {
  display: block;
  max-width: 140px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 550px) {
  .header.toTop {
    padding: 10px 0 10px ;
  }
  .header {
    padding: 5px 0 30px;
  }
  .header.toTop .header__logo{
    max-width: 80px;
  }
}


.header.toTop .header__nav > ul li a {
  font-size: 18px;
  padding: 0 6px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.header__logo {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  max-width: 120px;
}

@media (min-width: 1300px) {
  .header__logo {
    max-width: 130px;
  }
}
@media (min-width: 1100px) {
  .header__logo {
    max-width: 100px;
  }
}
@media (max-width: 575px) {
  .header__logo {
    max-width: 140px;
  }
}
@media (max-width: 440px) {
  .header__logo {
    max-width: 75px;
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
}

.header__nav {
  font-weight: bold;
  margin-right: 1em;
}
.nav-open .header__nav {
  display: block;
}
@media (max-width: 1199px) {
  .header__nav {
    position: absolute;
    top: 100%;
    background: #b0e2ed;
    display: none;
    right: 0;
    padding: 20px;
    margin-right: 5px;
    border-radius: 10px;
    box-shadow: 1px 1px 6px 1px #000000a1
  }
}
.header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 1199px) {
  .header__nav > ul {
    display: block;
    text-align: right;
  }
}
.header__nav > ul li {
  padding: 0 5px;
}
@media (max-width: 1199px) {
  .header__nav > ul li {
    padding: 10px 5px;
  }
}
.header__nav > ul li a {
  font-size: 18px;
  color: #000000;
  padding: 0 10px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.header__nav > ul li a:hover {
  text-decoration: none;
  color: #cb0505;
}
@media (max-width: 2000px) {
  .header__nav > ul li a {
    font-size: 16px;
    padding: 0 8px;
  }
}
@media(max-width: 2000px){
  .header__nav > ul li a.nav-weekly-menu{
    font-size: 17px;
    padding: 4px 8px;
    line-height: 1;
    border-radius: 4px;
    color: white;
    font-weight: 600;
  }
}

@media(max-width: 1000px){
  .navbar-container{
    padding-left: 3px;
    padding-right: 3px;
  }
}
.desktop-highlight{
  background-color: #E86090;
  border-color: #E86090;
  box-shadow: 0px 0px 2px 2px #E86090;
}

.nav__btn {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 100;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  border: 2px solid #cb0505;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-indent: -9999px;
  background: #f0f3f6;
  margin: 0 0 0 10px;
}
@media (max-width: 767px) {
  .nav__btn {
    margin: 0 0 0 5px;
  }
}
.nav__btn .bar1, .nav__btn .bar2, .nav__btn .bar3 {
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background-color: #cb0505;
  margin: 0 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
}
.nav-open .nav__btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.nav-open .nav__btn .bar1, .nav-open .nav__btn .bar3 {
  width: 20px;
  height: 2px;
  margin: 7px 0;
  border-radius: 0;
}
.nav-open .nav__btn .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
}
.nav-open .nav__btn .bar2 {
  opacity: 0;
}
.nav-open .nav__btn .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -7px);
  transform: rotate(45deg) translate(-7px, -7px);
}
@media screen and (max-width: 1199px) {
  .nav__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer {
  padding-top: 70px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer h3 {
    font-size: 20px;
  }
}
.footer__form {
  margin: 0 auto 100px;
  height: 90px;
  max-width: 715px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .footer__form {
    margin: 0 auto 40px;
  }
}
@media (max-width: 767px) {
  .footer__form {
    height: 45px;
    margin: 0 auto 20px;
  }
}
.footer__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.footer__form form .form-control {
  border: 0 none;
  margin: 0 20px 0 40px;
  font-size: 30px;
  color: #4c4e53;
}
@media (max-width: 991px) {
  .footer__form form .form-control {
    font-size: 20px;
    margin: 0 10px 0 20px;
    padding: 0;
  }
}
.footer__form form .btn__footer-form {
  margin: 0 30px 0 20px;
  background: url(../images/icons/footer-btn.png) no-repeat center center;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  line-height: 10px;
  text-align: left;
  width: 40px;
  height: 40px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.footer__form form .btn__footer-form:hover {
  -webkit-filter: grayscale(100%) brightness(0);
          filter: grayscale(100%) brightness(0);
}
.footer__nav {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .footer__nav {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .footer__nav {
    margin-bottom: 0;
  }
}
.footer__nav a {
  font-size: 21px;
  color: #000000;
  padding: 0 10px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .footer__nav a {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .footer__nav a {
    font-size: 12px;
  }
}
.footer__nav a:hover {
  color: #cb0505;
}
.footer__copyright {
  font-size: 1em;
  color: #000000;
  font-weight: 300;
  color: #a3a3a3;
  padding: 10px 0 10px;
}
@media (max-width: 991px) {
  .footer__copyright {
    padding: 10px 0;
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .footer__copyright {
    font-size: 12px;
    padding: 10px 0;
  }
}

.footer__logo{
  max-width: 100px;
  margin-bottom: 20px;
}
.footer-social-icons-home{
  margin: 5px;
  font-size: 22px;
}

.banner__holder {
  position: relative;
}
.banner__holder img {
  width: 100%;
  display: block;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner__holder .slick-dots {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  bottom: 25px;
  left: 0;
}
.banner__holder .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
@media (max-width: 767px) {
  .banner__holder .slick-dots li {
    margin: 0 10px;
  }
}
.banner__holder .slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  height: 13px;
  width: 13px;
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.38);
  text-indent: -9999px;
  border: 0;
}
@media (max-width: 767px) {
  .banner__holder .slick-dots li button {
    height: 12px;
    width: 12px;
  }
}
.banner__holder .slick-dots li button:hover {
  background: rgba(0, 0, 0, 0.6);
}
.banner__holder .slick-dots li.slick-active button {
  height: 22px;
  width: 22px;
  background: black;
  opacity: 1;
}
@media (max-width: 767px) {
  .banner__holder .slick-dots li.slick-active button {
    height: 12px;
    width: 12px;
  }
}
.banner__item {
  position: relative;
  overflow: hidden;
}
.banner__item > figure {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 991px) {
  .banner__img {
    display: block;
    margin-bottom: 20px;
  }
}
.banner__img img {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0 -40px;
}
@media (max-width: 991px) {
  .banner__img img {
    max-width: 100%;
    margin: 0;
  }
}
.banner__content {
  position: relative;
  z-index: 2;
  padding-top: 250px;
}
@media (max-width: 1320px) {
  .banner__content {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .banner__content {
    padding-top: 150px;
  }
}
@media (max-width: 575px) {
  .banner__content {
    padding-top: 120px;
  }
}
.banner__content h2 {
  color: #000000;
  text-align: center;
  padding: 0;
  margin: 0 0 40px;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .banner__content h2 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 20px;
  }
}
.banner__content h2 strong {
  font-weight: bold;
  display: block;
}
.banner__form {
  margin: 0 0 90px;
  position:absolute;
  background-color: #0000005c;
}


@media (max-width: 1000px) {
  .banner__form {
    position: static;
    display: none;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #c1edf7;
    padding: 10px;
    margin-top: 15px;
    border-radius: 20px;
    box-shadow: 0px 0px 8px 2px #767676;
  }
}
@media (min-width: 1001px) {
  .banner__form {
    top: 100px;
    left: 672px;
    font-size: 0.8em;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 8px 2px #767676;
  }
  .banner__form input{
    height: 30px !important;
  }
}
@media (min-width: 1100px) {
  .banner__form {
    top: 149px;
    left: 800px;
  }
  .banner__form input{
    height: 35px !important;
  }
}
@media (min-width: 1200px) {
  .banner__form {
    top: 160px;
    left: 870px;
  }
  .banner__form input{
    height: 35px !important;
  }
}
@media (min-width: 1300px) {
  .banner__form {
    top: 180px;
    left: 940px;
  }
  .banner__form input{
    height: 35px !important;
  }
}
@media (min-width: 1400px) {
  .banner__form {
    top: 200px;
    left: 1060px;
  }
  .banner__form input{
    height: 35px !important;
  }
}
@media (min-width: 1500px) {
  .banner__form {
    top: 217px;
    left: 1131px;
  }
  .banner__form input{
    height: 45px !important;
  }
}
@media (min-width: 1600px) {
  .banner__form {
    top: 250px;
    left: 1100px;
  }
  .banner__form input{
    height: 45px !important;
  }
}
@media (min-width: 1700px) {
  .banner__form {
    top: 270px;
    left: 1260px;
  }
  .banner__form input{
    height: 45px !important;
  }
}
@media (min-width: 1800px) {
  .banner__form {
    top: 290px;
    left: 1350px;
  }
  .banner__form input{
    height: 45px !important;
  }
}


@media (max-width: 767px) {
  .banner__form {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
.banner__form__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.banner__form .form-group {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .banner__form .form-group {
    margin-bottom: 18px;
  }
}
.banner__form input {
  height: 58px;
  border: 1px solid #0e0e0e30;
  border-radius: 60px;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 40px;
  width: 100%;
}
@media (max-width: 1000px) {
  .banner__form input {
    height: 45px;
    padding: 5px 20px;
    box-shadow: 2px 2px 5px 2px #00000052;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.banner__form input::-webkit-input-placeholder {
  color: #000000;
}
.banner__form input::-moz-placeholder {
  color: #000000;
}
.banner__form input:-ms-input-placeholder {
  color: #000000;
}
.banner__form input:-moz-placeholder {
  color: #000000;
}
.banner__inner {
  position: relative;
  overflow: hidden;
}
.banner__inner h2 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 75px;
}
@media (max-width: 1199px) {
  .banner__inner h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .banner__inner h2 {
    margin-top: 30px;
    font-size: 40px;
  }
}
.banner__inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 0 0 340px 200px;
  -webkit-transform: skewY(7deg);
          transform: skewY(7deg);
  -webkit-box-shadow: 0px 0px 0px 300px #ffffff;
          box-shadow: 0px 0px 0px 300px #ffffff;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  z-index: 2;
}
@media (max-width: 991px) {
  .banner__inner::after {
    border-radius: 0 0 110px 80px;
  }
}
@media (max-width: 767px) {
  .banner__inner::after {
    border-radius: 0 0 60px 40px;
  }
}
@media (max-width: 1199px) {
  .banner__inner img {
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 991px) {
  .banner__inner img {
    min-height: 300px;
    -o-object-position: left center;
       object-position: left center;
  }
}
.banner__profile {
  background: url(../images/placeholder/profile-banner.png) no-repeat right bottom;
  padding: 200px 0 50px;
  margin-bottom: 40px;
  min-height: 85vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .banner__profile {
    background-position: right bottom;
    padding: 130px 0 0;
    margin-bottom: 40px;
  }
}
.banner__profile h2 {
  font-size: 73px;
  line-height: 1.5;
  font-weight: normal;
  max-width: 500px;
  color: #000000;
}
@media (max-width: 1320px) {
  .banner__profile h2 {
    max-width: none;
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .banner__profile h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .banner__profile h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}
.banner__profile h2 strong {
  font-weight: bold;
}

.home {
  overflow: hidden;
}
.home__story {
  padding-top: 0px;
  padding-bottom: 40px;
}
@media (max-width: 1320px) {
  .home__story {
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .home__story {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .home__story {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.home__story__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  .home__story__icons {
    padding: 30px 0 0;
  }
}
.home__story__icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  min-height: 85%;
  min-width: 100%;
}
.home__story__icons ul li {
  min-width: 48.5%;
  min-height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__story__icons ul li:nth-child(4n) {
  border-top: 3px solid #ebebeb;
  border-left: 3px solid #ebebeb;
}
.home__story__icons ul li:nth-child(4n-1) {
  border-top: 3px solid #ebebeb;
}
.home__story__icons ul li:nth-child(4n-2) {
  border-left: 3px solid #ebebeb;
}
.home__story__icons ul li figure {
  margin: 10px 0 0;
}
.home__story__icons ul li span {
  margin: 30px 0 10px;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 767px) {
  .home__story__icons ul li figure {
    margin: 10px auto 0;
    max-width: 70px;
  }
}
@media (max-width: 575px) {
  .home__story__icons ul li:nth-child(4n) {
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
  }
  .home__story__icons ul li:nth-child(4n-1) {
    border-top: 1px solid #ebebeb;
  }
  .home__story__icons ul li:nth-child(4n-2) {
    border-left: 1px solid #ebebeb;
  }
  .home__story__icons ul li figure {
    margin: 10px auto 0;
    max-width: 50px;
    height: 50px;
  }
  .home__story__icons ul li figure img {
    max-height: 100%;
  }
  .home__story__icons ul li span {
    margin: 10px 0 10px;
    font-size: 12px;
  }
}
.home__story__text {
  border-radius: 20px;
  border-radius: 55px;
  -webkit-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.06);
  padding: 80px 0 100px;
  position: relative;
}
@media (max-width: 767px) {
  .home__story__text {
    padding: 40px 0 40px;
  }
}
.home__story__text h2, .home__story__text p {
  padding: 0 40px;
}
@media (max-width: 991px) {
  .home__story__text h2, .home__story__text p {
    padding: 0 20px;
  }
}
.home__story__text p {
  margin: 0 0 60px;
  font-size: 20px;
  line-height: 2.4;
  font-weight: 500;
  color: #24272f;
}
@media (max-width: 1320px) {
  .home__story__text p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .home__story__text p {
    font-size: 20px;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .home__story__text p {
    font-size: 18px;
    line-height: 2;
    margin: 0 0 30px;
  }
}
@media (max-width: 575px) {
  .home__story__text p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px;
  }
}
.home__story__img {
  position: absolute;
}
.home__story__img.one {
  top: -90px;
  left: -50%;
  margin-left: -85px;
  max-width: 35%;
}
@media (max-width: 991px) {
  .home__story__img.one {
    top: -60px;
    left: 5%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .home__story__img.one {
    top: -30px;
    left: 0;
    max-width: 32%;
  }
}
.home__story__img.two {
  top: -40px;
  right: 65px;
}
@media (max-width: 767px) {
  .home__story__img.two {
    right: 25px;
    max-width: 20%;
  }
}
.home__story__img.three {
  bottom: -110px;
  right: 0;
}
@media (max-width: 991px) {
  .home__story__img.three {
    bottom: -90px;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .home__story__img.three {
    right: -50px;
    bottom: -56px;
    max-width: 24%;
  }
}
@media (max-width: 575px) {
  .home__story__img.three {
    right: -20px;
    bottom: -50px;
    max-width: 24%;
  }
}
.home__plans {
  padding-top: 120px;
  padding-bottom: 20px;
  margin-top: 170px;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 1390px) {
  .home__plans {
    margin-right: 20px;
    margin-left: 20px;
    width: auto;
  }
}
@media (max-width: 1199px) {
  .home__plans {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .home__plans {
    margin-top: 10px;
  }
}
.home__plans > .row {
  position: relative;
  z-index: 1;
}
.home__plans::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ebebeb;
  border-radius: 80px;
  z-index: 0;
}
@media (max-width: 767px) {
  .home__plans::before {
    border-radius: 40px;
  }
}
.home__plans::after {
  content: "";
  position: absolute;
  left: 0;
  top: -64px;
  width: 100%;
  height: 60%;
  background-color: #ebebeb;
  border-radius: 100px 80px 0 0;
  -webkit-transform: skewY(6deg);
          transform: skewY(6deg);
  z-index: 0;
}
@media (max-width: 767px) {
  .home__plans::after {
    display: none;
  }
}
.home__plans__text {
  padding: 0 10px 0 50px;
  position: relative;
  z-index: 1;
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .home__plans__text {
    padding: 0 10px;
    margin: 30px 0 0;
  }
}
.home__plans__text p {
  margin: 0 0 10px;
  font-size: 27px;
  line-height: 1.2;
  font-weight: normal;
}
@media (max-width: 1199px) {
  .home__plans__text p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .home__plans__text p {
    font-size: 16px;
  }
}
.home__plans__text h2, .home__plans__text h2 small, .home__plans__text p {
  color: #000000;
}
.home__plans__select {
  margin-right: -90px;
}
@media (max-width: 991px) {
  .home__plans__select {
    margin-right: -15px;
  }
}
.home__cusines {
  padding-bottom: 50px;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 150px;
  position: relative;
}
.container-bg{
  /* background-image: url(https://www.pngkit.com/png/full/621-6216266_ftestickers-background-pattern-lines-wave-stripes-line.png); */
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 80px;
}
@media (max-width: 1390px) {
  .container-bg {
    margin-right: 20px;
    margin-left: 20px;
    width: auto;
  }
}
/* @media (max-width: 1390px) {
  .home__cusines {
    margin-right: 20px;
    margin-left: 20px;
    width: auto;
  }
} */
@media (max-width: 1199px) {
  .home__cusines {
    padding-top: 40px;
    padding-bottom: 0;
    margin-top: 50px;
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .home__cusines {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .home__cusines {
    margin-top: 10px;
  }
}
.home__cusines > .row {
  position: relative;
  z-index: 1;
}
.home__cusines::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fcfff5e6;
  border-radius: 80px;
  z-index: 0;
  box-shadow: 0px 0px 9px 1px #00000052;
}
@media (max-width: 767px) {
  .home__cusines::before {
    border-radius: 40px;
  }
  .container-bg {
    border-radius: 40px;
  }
}
/* .home__cusines::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 100%;
  height: 60%;
  background-color: #c1edf7;
  border-radius: 0 0 100px 80px;
  -webkit-transform: skewY(6deg);
          transform: skewY(6deg);
  z-index: 0;
} */
@media (max-width: 767px) {
  .home__cusines::after {
    display: none;
  }
}
.home__cusines__text {
  position: relative;
  z-index: 1;
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .home__cusines__text {
    margin: 0 0 20px;
  }
}
.home__cusines__text p {
  margin: 0 0 20px;
  font-size: 27px;
  line-height: 1.2;
  font-weight: normal;
}
@media (max-width: 1199px) {
  .home__cusines__text p {
    font-size: 20px;
  }
}
.home__cusines__text h2 {
  color: #000000;
  margin-bottom: 20px;
}
.home__cusines .food__select {
  margin: 60px 50px 0;
}
@media (min-width: 992px) {
  .home__cusines .food__select {
    margin: 60px 5px 0;
  }
}
@media (max-width: 767px) {
  .home__cusines .food__select {
    margin: 30px auto 0;
  }
}
.home__works {
  padding: 60px 0;
}
@media (max-width: 1199px) {
  .home__works {
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .home__works {
    padding: 10px 0;
  }
}
.home__works h2 {
  color: #000000;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .home__works h2 {
    margin-bottom: 20px;
  }
}
.home__works__items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  padding: 40px 20px;
}
@media (max-width: 767px) {
  .home__works__items {
    padding: 20px 10px;
    border-radius: 20px;
  }
  .home__works__items img {
    max-width: 60px;
    max-height: 53px;
  }
}
@media (max-width: 575px) {
  .home__works__items {
    padding: 10px 5px;
  }
}
.home__works__items span {
  display: block;
  font-weight: 600;
  font-size: 25px;
  margin: 20px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .home__works__items span {
    font-size: 18px;
    margin: 10px auto 0;
  }
}
@media (max-width: 575px) {
  .home__works__items span {
    font-size: 12px;
    margin: 10px auto 0;
  }
}
.home__calories p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #24272f;
}
.home__calories::before {
  height: 100%;
}
.home__calories::after {
  height: 40%;
}
.home__testimonial__text {
  background: transparent;
}
@media (max-width: 991px) {
  .home__testimonial__content > img {
    max-width: 50px;
  }
}
.home__testimonial__content .testimonial__content {
  text-align: center;
  max-width: 600px;
  margin: 20px auto 40px;
}
@media (max-width: 575px) {
  .home__testimonial__content .testimonial__content {
    margin: 10px auto 20px;
  }
}
.home__testimonial__content .testimonial__content__item {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .home__testimonial__content .testimonial__content__item {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .home__testimonial__content .testimonial__content__item {
    font-size: 18px;
  }
}
.home__testimonial .testimonial__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__testimonial .testimonial__nav .slick-arrow {
  display: block;
  padding: 0;
  min-width: 50px;
  height: 53px;
  opacity: 1;
  z-index: 5;
  border: 0;
  text-indent: -9999px;
  -webkit-transition: opacity 0.4s ease, background-color 0.4s ease, padding 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, background-color 0.4s ease, padding 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease, padding 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease, padding 0.4s ease, -webkit-transform 0.4s ease;
  background: url(../images/icons/bg-arrow.png) no-repeat center center;
}
.home__testimonial .testimonial__nav .slick-next {
  -webkit-transform: scalex(-1);
          transform: scalex(-1);
}
@media (max-width: 575px) {
  .home__testimonial .testimonial__nav .slick-prev {
    left: 0;
  }
  .home__testimonial .testimonial__nav .slick-next {
    right: 0;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
.home__testimonial .testimonial__nav__items {
  text-align: center;
}
.home__testimonial .testimonial__nav__items figure {
  display: block;
  margin: 20px auto;
  border-radius: 100%;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .home__testimonial .testimonial__nav__items figure {
    width: 50px;
    height: 50px;
    margin: 4px auto;
  }
}
.home__testimonial .testimonial__nav__items figure img {
  width: 100%;
}
.home__testimonial .testimonial__nav__items span {
  font-size: 20px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  margin: 0 0 17px;
  display: block;
  line-height: 1.2;
}
.home__testimonial .testimonial__nav .slick-current .testimonial__nav__items figure {
  width: 100px;
  height: 100px;
  margin: 5px auto 8px;
}
@media (max-width: 575px) {
  .home__testimonial .testimonial__nav .slick-current .testimonial__nav__items figure {
    width: 50px;
    height: 50px;
    margin: 4px auto;
  }
}
.home__testimonial .testimonial__nav .slick-current .testimonial__nav__items span {
  font-size: 28px;
  margin: 0;
}
@media (max-width: 575px) {
  .home__testimonial .testimonial__nav .slick-current .testimonial__nav__items span {
    font-size: 18px;
  }
}

.about {
  position: relative;
}
.about .common__text p {
  font-weight: 400;
}
@media (max-width: 1199px) {
  .about .common__text p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 20px;
  }
}
.about-one {
  position: relative;
  margin: 50px auto 150px;
}
@media (max-width: 767px) {
  .about-one {
    margin: 50px auto 50px;
  }
}
.about-one .img-1 {
  position: absolute;
  left: 106%;
  top: 0;
}
@media (max-width: 1520px) {
  .about-one .img-1 {
    left: 100%;
    top: -70px;
    width: 220px;
    margin-left: -112px;
  }
}
@media (max-width: 1199px) {
  .about-one .img-1 {
    max-width: 20%;
    margin-left: -10%;
    top: -20px;
  }
}
.about-one .img-2 {
  position: absolute;
  right: 100%;
  bottom: -400px;
  margin-right: -120px;
}
@media (max-width: 1199px) {
  .about-one .img-2 {
    max-width: 15%;
    margin-right: -120px;
    bottom: -140px;
  }
}
@media (max-width: 991px) {
  .about-one .img-2 {
    display: none;
  }
}
.about-two {
  background: url(../images/placeholder/about-3.png) no-repeat right center;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto 100px;
}
@media (max-width: 1199px) {
  .about-two {
    min-height: 400px;
    background-size: contain;
  }
}
@media (max-width: 991px) {
  .about-two {
    min-height: 0;
    padding: 40px 0;
    margin: 30px auto;
  }
}
.about-two h4 {
  font-weight: bold;
  line-height: 2;
  font-size: 43px;
  background: #ffffff;
  max-width: 69%;
  border-radius: 40px;
  padding: 30px;
  min-height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .about-two h4 {
    font-weight: bold;
    line-height: 1.4;
    font-size: 30px;
    max-width: 64%;
    padding: 20px;
    border-radius: 30px;
    min-height: 200px;
  }
}
@media (max-width: 991px) {
  .about-two h4 {
    max-width: 90%;
    font-size: 22px;
    min-height: 150px;
  }
}
.about-three {
  margin: 50px auto 100px;
}
@media (max-width: 767px) {
  .about-three {
    margin: 50px auto 50px;
  }
}
.about-four {
  margin: 50px auto 100px;
}
@media (max-width: 767px) {
  .about-four {
    margin: 50px auto 50px;
  }
}
.about-four__item {
  margin-bottom: 20px;
}
.about-four__item:nth-child(2) {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .about-four__item:nth-child(2) {
    margin-top: 0;
  }
}
.about-four__item figure {
  display: block;
  position: relative;
  display: inline-block;
  border-radius: 100%;
  max-width: 260px;
  margin-bottom: 30px;
  background: #ebe7e8;
}
@media (max-width: 1199px) {
  .about-four__item figure {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .about-four__item figure {
    max-width: 150px;
  }
}
.about-four__item figure img {
  max-width: 100%;
}
.about-four__item h5 {
  font-weight: bold;
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .about-four__item h5 {
    font-size: 21px;
    margin-bottom: 10px;
  }
}
.about-four__item h6 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .about-four__item h6 {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.about-four__item p {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .about-four__item p {
    font-size: 18px;
  }
}
.about-five {
  margin: 50px auto 60px;
}
.about-five__text {
  position: relative;
  z-index: 2;
}
.about-five p {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.about-five__slider {
  position: relative;
}
.about-five__slider .slick-slider {
  padding-bottom: 50px;
}
.about-five__slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background: #ffffff;
  right: 100%;
}
.about-five__slider .slick-prev, .about-five__slider .slick-next {
  position: absolute;
  bottom: 30px;
  text-indent: -9999px;
  border: 0px;
  width: 49px;
  left: -281px;
  z-index: 10;
  height: 49px;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  top: auto;
  right: auto;
  border-radius: 49px;
  background: #cb0505 url(../images/icons/kitchen-arrow.png) no-repeat center center;
}
.about-five__slider .slick-prev:hover, .about-five__slider .slick-next:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  background: #000000 url(../images/icons/kitchen-arrow.png) no-repeat center center;
}
.about-five__slider .slick-next {
  margin-left: 60px;
  -webkit-transform: scalex(-1);
          transform: scalex(-1);
}
.about-five__slider .slick-list {
  overflow: visible;
}
@media (max-width: 767px) {
  .about-five__slider .slick-list {
    overflow: hidden;
  }
}
.about-five__slider .slick-dots {
  text-align: center;
  margin: 20px 0 0;
}
.about-five__slider .slick-dots li {
  display: inline-block;
}
.about-five__slider .slick-dots li button {
  display: inline-block;
  border: 0;
  background: #a3a3a3;
  border-radius: 10px;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  text-indent: -9999px;
}
.about-five__slider .slick-dots li.slick-active button {
  background: #4c4e53;
}
.about-five__slider__item {
  margin: 0 20px;
  border-radius: 80px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-five__slider__item {
    border-radius: 20px;
  }
}
.about-five__slider__item img {
  width: 100%;
}

.food__select {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  min-height: 330px;
  padding: 0 0 20px;
  margin: 70px 0 0;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .food__select {
    min-height: auto;
    border-radius: 20px;
    margin: 50px 0 0;
  }
}
.food__select.small {
  min-height: 200px;
  max-width: 340px;
  box-shadow: 0px 0px 11px 0px #00000061;
}
.food__select.small figure {
  top: -30px;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .food__select.small {
    min-height: 100px;
  }
  .food__select.small figure {
    top: -15px;
    margin-top: -15px;
  }
}
.food__select:hover figure {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.food__select:hover figure.with-shadow {
  -webkit-transform: scale(1, 1) translate(0, -5px) rotate(30deg);
          transform: scale(1, 1) translate(0, -5px) rotate(30deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.food__select figure {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  top: -60px;
  position: relative;
  display: inline-block;
  border-radius: 100%;
  background: #ffffff00;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media (max-width: 767px) {
  .food__select figure {
    max-width: 80%;
    top: -40px;
  }
}
@media (max-width: 767px) {
  .food__select figure.flex-topsellers {
    max-width: 95%;
  }
}
@media (min-width: 768px) {
  .food__select figure.flex-topsellers {
    max-width: 95%;
  }
}
.food__select figure img {
  display: block;
  max-width: 100%;
}

.food__select figure.with-shadow {
  -webkit-box-shadow: 10px 18px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 18px 30px rgba(0, 0, 0, 0.5);
}
.food__select label {
  display: block;
  font-weight: 600;
  font-size: 25px;
  margin: 0 auto 5px;
  min-height: 70px;
  max-width: 80%;
  text-align: center;
}
@media (max-width: 767px) {
  .food__select label {
    font-size: 15px;
    min-height: auto;
  }
}
.food__select span {
  display: block;
  font-weight: 500;
  font-size: 25px;
  color: #cb0505;
}
@media (max-width: 767px) {
  .food__select span {
    font-size: 15px;
  }
}

.profile__icons {
  background-color: #ebebeb;
  padding: 4px 10px 1px 15px;
  border-radius: 15px;
  line-height: 1.2;
  margin: 25px auto;
  font-size: 18px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 991px) {
  .profile__icons {
    margin: 15px auto;
  }
}
.profile__icons em {
  display: inline-block;
  margin: 0 5px 0 0;
}
.profile__card {
  background: #ffffff;
  padding: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .profile__card {
    display: block;
  }
}
.profile__card__left {
  min-width: 150px;
  width: 150px;
  margin-right: 20px;
}
.profile__card__left a {
  color: #000000;
}
.profile__card__left a:hover {
  color: #cb0505;
}
.profile__card__right {
  margin-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 70%;
}
@media (max-width: 575px) {
  .profile__card__right {
    max-width: 100%;
  }
}
.profile__card__right .address-slide {
  position: relative;
  padding: 20px 0 0;
}
.profile__card__right .address-slide .slick-prev {
  position: absolute;
  top: 0;
  background: #cb0505;
  text-indent: -9999px;
  border: 0;
  width: 19px;
  height: 19px;
  right: 22px;
  border-radius: 4px;
}
.profile__card__right .address-slide .slick-prev::after {
  content: "";
  position: absolute;
  background: url(../images/icons/bg-arrow.png) no-repeat center center;
  background-size: 7px;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(100);
          filter: brightness(100);
  z-index: 1;
}
.profile__card__right .address-slide .slick-next {
  position: absolute;
  top: 0;
  background: #cb0505;
  text-indent: -9999px;
  border: 0;
  width: 19px;
  height: 19px;
  right: 0;
  border-radius: 4px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.profile__card__right .address-slide .slick-next::after {
  content: "";
  position: absolute;
  background: url(../images/icons/bg-arrow.png) no-repeat center center;
  background-size: 7px;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(100);
          filter: brightness(100);
  z-index: 1;
}
.profile__card__right .address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .profile__card__right .address-item {
    display: block;
  }
}
.profile__card__right .address-item span {
  min-width: 40%;
  width: 40%;
  max-width: 40%;
  font-weight: 600;
  display: block;
}
@media (max-width: 767px) {
  .profile__card__right .address-item span {
    min-width: auto;
    width: auto;
    max-width: none;
  }
}
.profile__card__right h3 {
  font-size: 60px;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 1320px) {
  .profile__card__right h3 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .profile__card__right h3 {
    font-size: 30px;
  }
}
.profile__card__right h4 {
  font-size: 27px;
  font-weight: normal;
  margin: 0 0 30px;
  line-height: 1.2;
  background: url(../images/icons/profile-map.png) no-repeat left top;
  padding: 0 0 0 25px;
}
@media (max-width: 1320px) {
  .profile__card__right h4 {
    font-size: 20px;
  }
}
.profile__card__right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .profile__card__right ul li {
    display: block;
  }
}
.profile__card__right ul li span {
  min-width: 40%;
  width: 40%;
  max-width: 40%;
  display: block;
}
@media (max-width: 767px) {
  .profile__card__right ul li span {
    min-width: auto;
    width: auto;
    max-width: none;
  }
}
.profile__card__right ul li a {
  color: #cb0505;
}
.profile__card__right ul li.card-status {
  font-weight: 600;
  margin-top: 20px;
  font-size: 18.5px;
}
.profile__card__right ul li.card-status p {
  font-size: 18.5px;
  color: #cb0505;
}
.profile__pic {
  overflow: hidden;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  background: #ebebeb;
  border: 3px solid #ffffff;
  margin-bottom: 5px;
}
.profile__pic img {
  width: 100%;
  display: block;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.profile__status {
  position: relative;
}
.profile__status::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 10px;
  width: 25px;
  height: 25px;
  background-color: #ebebeb;
  border: 3px solid #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.profile__status.status-red::after {
  background-color: #cb0505;
}
.profile__allergies {
  background: #ffffff;
  margin: 0 40px;
  border-radius: 40px;
  padding: 40px;
}
.profile__allergies h4 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: normal;
  color: #000000;
}
.profile__pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991px) {
  .profile__pack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile__pack .tab__menu__2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.profile__pack__holder {
  margin: 0 40px;
}
@media (max-width: 991px) {
  .profile__pack__holder {
    margin: 0 20px;
  }
}
.profile__pack__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile__pack__calendar {
  font-size: 25px;
  line-height: 1.1;
  padding-right: 30px;
  padding-left: 12px;
}
.profile__pack__calendar strong {
  display: block;
}
.profile__pack__left {
  border-left: 3px solid #cb0505;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile__pack__right {
  border-left: 3px solid #ebebeb;
  padding-left: 12px;
  min-height: 54px;
  font-size: 25px;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile__pack__right .icon-date {
  background-size: 23px;
  padding-left: 35px;
}
.profile__pack__item {
  display: block;
  max-width: 400px;
  text-align: center;
  margin: 20px 0 15px;
}
@media (max-width: 991px) {
  .profile__pack__item {
    margin: 0;
  }
}
.profile__pack__item__holder {
  margin: 0 -30px;
  position: relative;
}
@media (max-width: 767px) {
  .profile__pack__item__holder {
    margin: 0 -10px;
  }
}
.profile__pack__item .item__date {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 auto 10px;
  max-width: none;
}
.profile__pack__item .item__day {
  font-size: 22px;
  line-height: 48px;
  color: #ffffff;
  background: #cb0505;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  display: inline-block;
  margin: 0 auto 0;
}
.profile__pack__item .item__day.bg-grey {
  background: #d7d7d7;
  color: #787878;
}
.profile__pack__item .item__img {
  border-radius: 30px;
  max-width: 130px;
  height: 110px;
  background: #ebebeb url(../images/icons/profile-imgBg.png) no-repeat center center;
  overflow: hidden;
  display: block;
  margin: 0 auto 20px;
  position: relative;
}
.profile__pack__item .item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.profile__pack__item .item__text {
  line-height: 1;
  font-size: 12px;
  margin: 0 auto 20px;
  max-width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile__pack__item .item__text__round {
  background: #cb0505;
  border-radius: 20px;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 4px;
}

.item__btn {
  background: #ebebeb;
  color: #000000;
  border-radius: 20px;
  padding: 2px 5px;
  margin: 0 2px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
}
.item__btn__holder {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item__btn:hover {
  background: #c1edf7;
}
.item__btn__large {
  background: #ebebeb;
  color: #000000;
  border-radius: 20px;
  padding: 5px 10px;
  display: inline-block;
  font-size: 14px;
}
.item__btn__large:hover {
  background: #c1edf7;
}

.allergies__tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pack-slider {
  position: relative;
  padding: 0;
}

.new-btn-prev {
  position: absolute;
  top: 20px;
  background: url(../images/icons/profile-arrow2.png) no-repeat center center;
  text-indent: -9999px;
  border: 0;
  width: 34px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  left: 30px;
}
.new-btn-prev:hover {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.new-btn-next {
  position: absolute;
  top: 20px;
  background: url(../images/icons/profile-arrow2.png) no-repeat center center;
  text-indent: -9999px;
  border: 0;
  width: 34px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  right: 30px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.new-btn-next:hover {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.month-plan {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.11);
  border-radius: 40px;
  margin-bottom: 100px;
  padding: 40px;
}
@media (max-width: 767px) {
  .month-plan {
    border-radius: 20px;
    padding: 20px 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .month-plan {
    margin-bottom: 40px;
  }
}
.month-plan__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 575px) {
  .month-plan__name {
    padding: 0;
  }
}
.month-plan__name h4 {
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .month-plan__name h4 {
    font-size: 19px;
    margin: 0;
    line-height: 1.1;
  }
}
.month-plan__name h5 {
  font-size: 35px;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .month-plan__name h5 {
    font-size: 28px;
    line-height: 1.1;
  }
}
.month-plan__plan {
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 575px) {
  .month-plan__plan {
    padding: 10px 0 0;
    margin: 10px 0 0;
  }
}
.month-plan__plan.line-left::after {
  top: 20%;
  height: 60%;
}
@media (max-width: 575px) {
  .month-plan__plan.line-left::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
  }
}
.month-plan__plan p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.month-plan__plan p span {
  display: block;
}
.month-plan__day {
  padding-left: 40px;
}
.month-plan__day p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
.month-plan__day p strong {
  font-size: 100px;
  margin-bottom: 10px;
  color: #cb0505;
  line-height: 1;
  margin-right: 15px;
}
@media (max-width: 575px) {
  .month-plan__day p strong {
    font-size: 50px;
    margin-right: 10px;
  }
}
.month-plan__day p span {
  font-size: 35px;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .month-plan__day p span {
    font-size: 25px;
  }
}
.month-plan__day p span a {
  display: block;
  font-size: 19px;
  color: #cb0505;
  font-weight: normal;
  margin-top: 10px;
  background-size: 14px;
  padding: 0 0 0 20px;
}
.month-plan__day ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .month-plan__day ul li {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.month-plan__day ul li span {
  min-width: 50%;
  width: 50%;
  max-width: 50%;
  display: block;
}
@media (max-width: 575px) {
  .month-plan__day ul li span {
    min-width: auto;
    width: auto;
    max-width: none;
  }
}

.icon-date {
  color: #000000;
  background: url(../images/icons/profile-calendar.png) no-repeat left center;
  padding: 0 0 0 23px;
  background-size: 14px;
}

.line-left {
  position: relative;
}
.line-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  width: 3px;
  height: 80%;
  background-color: #e1e1e1;
}

@media (max-width: 991px) {
  .month-plan__day.line-left {
    margin: 10px 0 0;
    padding: 10px 0 0;
  }
  .month-plan__day.line-left::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
  }
}
.today-dish {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.11);
  border-radius: 40px;
  margin-bottom: 100px;
  overflow: hidden;
}
.today-dish__left {
  background: url(../images/placeholder/profile-img-1.jpg) no-repeat left top;
  min-height: 100%;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.today-dish__left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.56);
  z-index: 0;
}
.today-dish__left__content {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 40px;
}
.today-dish__left__content table {
  font-size: 20px;
  line-height: 1.2;
}
.today-dish__left__content table td {
  padding: 0 15px 10px;
}
.today-dish__left__content table span {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.8;
  font-weight: normal;
  display: block;
  position: relative;
}
.today-dish__left__content table span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 1px;
  background-color: #ffffff;
  z-index: 0;
}
.today-dish__left__content table strong {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
}
.today-dish__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 330px;
}
.today-dish__right section {
  padding: 0 50px;
  min-width: 100%;
}
.today-dish__right .corner-text {
  background: #cb0505;
  color: #ffffff;
  font-size: 34px;
  padding: 3px 15px 0;
  min-width: 200px;
  line-height: 1.7;
  border-radius: 0 0 0 16px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-weight: 500;
}
.today-dish__right h3 {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: normal;
  color: #000000;
}
.today-dish__right h4 {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  color: #000000;
}
.today-dish__right ul li {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.today-dish__right ul li strong {
  color: #cb0505;
  font-weight: 500;
  margin: 0 5px;
}

.up-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.7) url(../images/icons/profile-clock.png) no-repeat center 60px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.up-next span {
  color: #ffffff;
  font-size: 15px;
  background: #cb0505;
  padding: 2px 10px;
  margin: 25px 0 0;
  display: inline-block;
  border-radius: 20px;
}

.item__select {
  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;
  font-weight: 700;
  margin-top: 13px;
}
.item__select label {
  font-size: 12px;
  margin: 0 10px 0 0;
}
.item__select select {
  font-size: 12px;
  font-weight: 700;
  border: 0;
}

.pack-button {
  position: relative;
  height: 60px;
}

.modal-title{
  font-size: 1.4rem;
  font-family: "Oswald",serif;
}
.modal .close span {
  background-color: red;
    opacity: 1;
    color: #fff;
    padding: 5px 13px;
    border-radius: 24px;
    line-height: 0;
}

.home-select{
  padding-left: 30px;
  padding-right: 30px;
}
.home-view{
  padding-left: 30px;
  padding-right: 30px;
}

@media(max-width:600px){
  .home-view , .home-select{
    padding-left: 10px;
    padding-right:10px;
    font-size:0.9em;
  }
}
@media(max-width:400px){
  .home-view , .home-select{
    padding-left: 8px;
    padding-right:8px;
    font-size:0.8em;
  }
  .home-view{
    border-radius: 20px 0px 0px 20px;
  }
  .home-select{
    border-radius: 0px 20px 20px 0px;
  }
}
@media(min-width:1000px){
  .home-view , .home-select{

    font-size:1.5em;
  }
}
@media(min-width:1500px){
  .home-view , .home-select{
 
    font-size:1.5em;
  }
}

.plan-img {
  max-width: 80% !important;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10% 10% 10% 10%;
  box-shadow: 0px 0px 4px 1px #00000063;
}
.plan-img-flex {
  border-radius: 15px;
  max-width: 80% !important;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 2px 2px 8px 5px #00000063;
}
@media(min-width:1001px){
  .plan-img{
    max-width: 70% !important;
  }
  .plan-img-flex{
    max-width: 85% !important;
  }
}

@media(max-width:1000px){
  .plan-img-flex {
    border-radius: 15px;
    max-width: 90% !important;
  }
}
.progress-bar-striped{
  border-radius: 10px;
}
.stock-images .image {
  opacity: 0.7;
  width: 100%;
  border-radius: 30px;
  background-position: center center;
  background-color: gray;
  
}
.radio-lunchdinner{
  display:none;
}
.stock-images .image:hover {
  opacity: 1;
}
.stock-images [type=radio] + label:before,
.stock-images [type=radio] + label:after {
  display: none;
}
.stock-images [type=radio] + label {
  width: 100%;
  height: 100px;
  padding: 0;
}
.stock-images [type=radio]:not(:checked) + label .image {
  box-shadow: 0px 0px 6px 0px #0000008a;
}
.stock-images [type=radio]:checked + label .image {
  box-shadow: 0px 0px 3px 3px #92c6e9;
  opacity: 1;
}
@media(max-width:1000px){
  .stock-images .image{
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.input-group-text {
  padding: 0.1rem 0.3rem;
  font-size: 0.9rem;
}
.form-check-input[type=radio] {
  font-size: 1.1rem;
}
.tab-content{
  margin-left: auto;
  margin-right:auto;
}
.validation-error {
  color: red;
  padding: 0;
  font-weight: 800;
}
.payment-iframe{
  width: 100%;
}
@media(min-width:1600px){
  .payment-iframe{
    width: 700px;
    height: 400px;
  }
}
@media(max-width:1599px){
  .payment-iframe{
    width: 600px;
    height: 400px;
  }
}
@media(max-width:990px){
  .payment-iframe{
    width: 400px;
    height: 400px;
  }
}
@media(max-width:510px){
  .payment-iframe{
    width: 300px;
    height: 400px;
  }
}
@media(max-width:460px){
  .payment-iframe{
    width: 350px;
    height: 400px;
  }
}
@media(max-width:400px){
  .payment-iframe{
    width: 300px;
    height: 400px;
  }
}

@media(max-width:430px){
  .plan-img{
    max-width: 100% !important;
  }
}

.login-form-modal .nav-link.active {
  background-image: initial;
  background-color: rgb(162, 4, 4);
  color: rgb(232, 230, 227);
}


.login-form-modal .nav-link:first-child {
  border-radius: 16px 0 0 0;
}
.login-form-modal .nav-link:last-child {
  border-radius: 0 16px 0 0;
}
.login-form-modal .nav-link {
  width: 50%;
  background: #dadada;
  text-align: center;
  color: #000;
  font-weight: 600;
  border-radius: 0 0 0 0;
}

.login-form-modal .nav-link {
  background-image: initial;
  background-color: #8a8d8f;
  color: rgb(232, 230, 227);
}

@media(max-width:500px){
  .summary-table{
    font-size: 0.9em;
  }
}
.btn-custom-next{
  background-color: #BA0000;
  color: #ffffff;
  border-radius: 20px;
  width: 50%;
  max-width: 200px;
  font-weight:500;
  font-size: 0.9em;
  white-space: nowrap;
}
@media(min-width:1000px){
  .btn-custom-next{
    font-size: 1em;
  }
}
@media(max-width:380px){
  .btn-custom-next{
    font-size: 0.8em;
  }
}
.ccplan-img{
  border-radius: 50px 50px 0px 0px;
}
@media(max-width:600px){
  .ccplan-img{
    border-radius: 25px 25px 0px 0px;
  }
}

.calorie-counted-text{
  font-size: 1.5em !important;
  padding-bottom: 20px;
}
@media(max-width:600px){
  .calorie-counted-text{
    font-size: 1em !important ;
  }
}
@media(max-width:460px){
  .calorie-counted-text{
    font-size: 0.8em !important ;
  }
}


@media(min-width:845px){
  .flex-div{
    max-width: 350px !important;
  }
}
@media(min-width:1000px){
  .flex-div{
    max-width: 400px !important;
  }
}
@media(min-width:1200px){
  .flex-div{
    max-width: 450px !important;
  }
}

.home-subtext{
  font-size: 20px;
}
@media(max-width:410px){
  .home-subtext{
    font-size: 14px;
  }
}

#planinfo li{
  list-style: disc;
}

.home-main-heading{
  margin-bottom: 0px !important;
}

.zsiq_cnt{
  display: none !important;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.custom-datepick{
  font-size: 18px;
}
@media(min-width:560px){
  .custom-datepick{

  }
}
@media(max-width:1000px){
  .request-callback{
    display: block;
  }
  
}
@media(min-width:1001px){
  .request-callback{
    display: none;
  }
  
}
.request-callback-button{
  font-size: 13px;
}
.request-callback-button{
  background-color: #4DCB7C;
  border-color: #4DCB7C;
  box-shadow: 0px 0px 2px 1px #267443;
}

@media(max-width:500px){
  .custom-checkout-button{
    font-size: 0.9em;
  }
}


/* Custom Delivery Days Buttons */
.button-group-pills .btn {
  border-radius: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-left: 5px;
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #cb120e;
  font-size: 0.9em;
  padding: 4px 7px 4px 7px;
  box-shadow: 0px 0px 5px 0px #00000057;
}
@media(min-width:1000px){
  .button-group-pills .btn{
    font-size: 1em;
  }
}
.button-group-pills .btn.active {
  border-color: #cb120e;
  background-color: #cb120e;
  color: #FFF;
  box-shadow: none;
}
/* .button-group-pills .btn:hover {
  border-color: #cb120e;
  background-color: #cb120e;
  color: #FFF;
} */
.custom-checkbox-delivery-days{
display: none;
}
.floating-buttons{
  position: fixed;
  left: 50%;
  bottom: 5px;
  transform: translate(-50%, 0);
  z-index: 5;
  display: none;
  
}
@media(max-width:500px){
  .floating-buttons{
    display: block;
  }
}
@media(max-width:400px){
  .custom-floating-button1{
    font-size: 0.9em;
  }
  .custom-floating-button2{
    font-size: 0.9em;
  }
}

.custom-floating-button1{
  display: inline-flex;
  white-space: nowrap;
  background: #ce2929;
  border-radius: 0px 0px 0px 0px;
  color: #ffffff;
  border-radius: 10px;
}
.custom-floating-button2{
  display: inline-flex;
  white-space: nowrap;
  background: #40C14B;
  border-radius: 0px 5px 0px 0px;
  color: #ffffff;
}
.custom-floating-icon{
  padding-right: 2px;
    line-height: 1.3;
}

.zsiq_theme1 .siqico-chat:before {
  line-height: 50px !important;
  font-size: 22px !important;
} 
.zsiq_theme1 .zsiq_flt_rel{
  height:50px !important;
  width:50px !important;
}

.custom-social-floating-icon{
	position: fixed;
    width: 50px;
    height: 50px;
    bottom: 66px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.home-below-banner-icon-img{
  width: 25vw;
  max-width: 300px;
}
@media(min-width:1200px){
  #popupModal{
    left: 66vw;
    max-width: 427px;
    }
}
.modal-title-logo-img{
  max-width: 20%;
  margin-right: auto;
}
@media(min-width:996px){
  .modal-title-logo-img {
    max-width: 10%;
    }
}
.payment-gateway-logo{
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 40%;
}

.text-icon-modal-bottom{
  font-family: 'Arial',sans-serif;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 0px 0px #000;
  margin-right: 3px;
  font-size: 0.9em;
  font-weight: bold;
}
@media(min-width:1200){
  .text-icon-row{
  margin-left: 5px;
  }
}

.text-icon-1{
  background-color: #E64243;
  color: #ffffff;
}
.text-icon-2{
  background-color: #298946;
  color: #ffffff;
}
.text-icon-3{
  background-color: #df9e19;
  color: #ffffff;
}
/* Testimonials Styling Google  */

.testimonial_google_styling{
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0px 0px 0px 0px ;
  font-family: Arial, sans-serif;
}
.testimonial-google-name{
  font-family: Arial, sans-serif;
  font-size:1.3em;
}
.testimonials-google-logo{
  max-width: 100%;
}
.testimonials-customer-logo{
  max-width: 80%;
}
@media(max-width:400px){
  .testimonials-text{
    font-size: 0.9em;
  }
  .testimonial-google-name{
    font-size: 1em;
  }
}
@media(max-width:800px){
  .testimonials-text{
    font-size: 1.1em;
  }
  .testimonial-google-name{
    font-size: 1.2em;
  }
}
@media(max-width:1200px){
  .testimonials-text{
    font-size: 1.2em;
  }
  .testimonial-google-name{
    font-size: 1.3em;
  }
}
@media(max-width:1400px){
  .testimonials-text{
    font-size: 1.2em;
  }
  .testimonial-google-name{
    font-size: 1.3em;
  }
}
@media(min-width:1401px){
  .testimonials-text{
    font-size: 1.3em;
  }
  .testimonial-google-name{
    font-size: 1.4em;
  }
}
.summary-inner-heading{
  background-color: #ffeb3b;
}
.payment-gateway-secure-text{
  font-size: 1rem;
  text-align: center;
  display: block;
  color: #0C3465;
}
.payment-gateway-secure-text-below-checkout{
  font-size: 0.80rem;
  text-align: left;
  font-family: 'Oswald';
  display: block;
  color: #0C3465;
  padding-top: 5px;
}
@media(max-width:420px){
  .payment-gateway-secure-text-below-checkout{
    font-size: 0.65rem;
  }
}
@media(min-width:1000px){
  .payment-gateway-secure-text-below-checkout{
    font-size: 0.90rem;
  }
}
.step4-text{
  font-family: 'Oswald';
  font-size: 0.80rem;
  text-align: left;
}
@media(min-width:900px){
  .step4-text{
    font-size: 1.2rem;
  }
}
.view-summary-heading-alternate{
  color: #1761bd ;
}
@media(max-width:767px){
  .free__delivery img{
    max-width: 110px !important;
  }
}
.trust-artwork-img{
  max-width: 90%;
}
.plans-bottom-section-img{
  max-width: 100%;
  padding: 20px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media(min-width:1000px){
  .plans-bottom-section-img{
    max-width: 60%;
  }
}
.zsiq_floatmain.zsiq_floatmain.zsiq_theme1.siq_bR{
  z-index: 98 !important;
}
.order-pricing-summary{
  text-align: center;
  width: 100%;
}
.order-pricing-summary-main{
  width: 100%;
}
.order-pricing-summary-th{
  padding: 5px;
}
.order-pricing-summary-th-pricing{
  padding: 5px;
  min-width: 200px
}

@media(min-width:991px){
  .order-pricing-summary-preferences{
    width: 100%;
  }
  .order-pricing-summary-th{
    min-width: 200px;
  }
}

@media (min-width:991px) {
  .view-summary-container-div{
    min-width: 500px;
  }
}
@media (max-width:500px) {
  .view-summary-container-div{
    min-width: 292px;
  }
}

.btn-viewsummary-collapsible{
  color:#1e8fa9 !important;
}
.step4-ni-logo{
  max-width: 35%;
  margin-bottom: 3px;
}
.checkout-btn-final{
  background-color: #ff9800;
  border-color: #ff9800;
}
@media(max-width:400px)
{
  .dropdown-menu.show{
    width: 300px;
}

}

.step2-highlight-text{
  font-family: 'Oswald';
  font-size: 1em;
}

@media(min-width:1000px)
{
  .step2-highlight-text{
    font-family: 'Oswald';
    font-size: 1.1em;
  }
}
.home-steps-artwork{
  width: 90%;
  max-width: 800px;
  border-radius: 25px;
  box-shadow: 0px 0px 4px 0px #000;
  margin-bottom: 10px;
}

@media(max-width:500px){
  .home-steps-artwork{
    width: 80%;
  }
}
@media(min-width:1000px){
  .home-steps-artwork{
    width: 50%;
  }
}
@media(max-width:1200px){
  .home-main-heading{
    font-size: 20px;
  }
}
@media(max-width:550px){
  .home-main-heading{
    font-size: 16px;
  }
}
.feature-list{
  margin-left: 5px;
}

/* Flat Picker Settings */
.datepicker.flatpickr-input , .form-control.datepicker{
  background-color: #ffffff;
}
.flatpickr-day.nextMonthDay{
  color: #393939;
}
.flatpickr-day.prevMonthDay{
  color: #393939;
}
.flatpickr-disabled{
  color: rgba(72,72,72,0.1) !important;
}
/* Flat Picker Settings END */

/* Weekly Menu Modal Styling */
.weekly-menu-title{
font-size: 1.1em;
text-align: center;

}
.weekly-menu-list-ul{
  margin-left: 15px ;
}
.weekly-menu-dish{
  list-style: disc;
  font-family: 'Oswald';
  padding-bottom: 2px;
}
.weekly-menu-dish::marker{
  color: #1761bd;
}
#samplemenuLabel{
  text-align: center;
}
.custom-pill-ul{
  text-align: center;
  place-content: center;
}
@media (max-width:400px) {
  #pills-thisweek-tab,#pills-nextweek-tab{
    font-size: 10px;
    font-weight: bold;
  }
}

/* Weekly Menu Modal Styling End */

/* Switch Button Styling  */

/* Switch Button Styling END */

/* Popular Plans Section */
@media(max-width:1199px){
  h2 span.popular_plans_heading{
  font-size: 35px;
  }
}
@media(max-width:767px){
  h2 span.popular_plans_heading{
    font-size: 30px;
  }
}
@media(max-width:550px){
  h2 span.popular_plans_heading{
    font-size: 25px;
  }
}
@media(max-width:400px){
  h2 span.popular_plans_heading{
    font-size: 25px;
  }
}




.packages {
  margin: 20px;
  width: 300px;
  padding-bottom: 1.5em;
  height: 100%;
  background-color: #f2f3f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 19px 38px rgba(30, 35, 33, 1), 0 15px 12px rgba(30, 35, 33, 0.2);
  flex-wrap: wrap;
  color: #000000;
}

.packages h1,
.packages h2 {
  font-size: 2.2em;
}

.plans_feature_list li {
  font-size: 16px;
  list-style: none;
  border-bottom: 1px solid #cbcbcb;
  padding-inline-start: 0;
  border-width: 1px;
  padding: 10px;
  font-weight: 600;
}

.first {
  border-top: 1px solid #cbcbcb;
}

.plans_feature_list {
  width: 80%;
  padding: 0;
}


.top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.packages input {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0;
}

.button {
  padding: 2px 30px;
  text-decoration: none;
  font-size: 1.4em;
  margin: 15px 15px;
  border-radius: 50px;
  color: #f4f4f4;
  transition: all 0.3s ease 0s;
}

.button:hover {
  transform: scale(1.05);
}

.button1 {
  background-color: #f18d50;
  box-shadow: 0 0 10px 0 #f18d50 inset, 0 0 4px 2px #f18d50;
  font-weight: 600;
}
.button1:hover , .button2:hover , .button3:hover{
  color: #ffffff;
}

.button2 {
  background-color: #2863BC;
  box-shadow: 0 0 10px 0 #2863BC inset, 0 0 4px 2px #2863BC;
  font-weight: 600;
}

.button3 {
  background-color: #f18d50;
  box-shadow: 0 0 10px 0 #ffae42 inset, 0 0 4px 2px #ffae42;
  font-weight: 600;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #50bfe6;
  -webkit-transition: 0.4s;

  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: rgb(255 255 255);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #4cd5a6;
}

input:focus + .slider {
  box-shadow: 0 0 1px #50bfe6;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.package-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.plans_heading{
font-family: 'Oswald';
color: #ffffff;
}
.plan-header-1{
background-color: #f98f50;
width: 80%;
border-radius: 0px 0px 10px 10px;
}
.plan-header-2{
  background: rgb(23,97,189);
  background: -moz-linear-gradient(270deg, rgba(23,97,189,1) 50%, rgba(249,143,80,1) 53%);
  background: -webkit-linear-gradient(270deg, rgba(23,97,189,1) 50%, rgba(249,143,80,1) 53%);
  background: linear-gradient(270deg, rgba(23,97,189,1) 50%, rgba(249,143,80,1) 53%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1761bd",endColorstr="#f98f50",GradientType=1);
width: 80%;
border-radius: 0px 0px 10px 10px;
}
.plan-header-3{
background-color: #1761bd;
width: 80%;
border-radius: 0px 0px 10px 10px;
}
.text1, .text2{
  margin-bottom: 2px;
}
.popularplan-custom-check-icon{
  color:#2863bc;
  line-height: 1.4;
}
.popular-plans-custom-datepick{
  font-size: 18px;
}
.form-control.popular-datepicker {
  background-color: #ffffff;
}
.popular-plan-inclusive-tax1{
  color: #ffffff;
  padding: 2px;
  background-color: #f18d50;
  border-radius: 3px;
}
.popular-plan-inclusive-tax2{
  color: #ffffff;
  padding: 2px;
  background-color: #f18d50;
  border-radius: 3px;
}

.popular-plan-inclusive-tax3{
  color: #ffffff;
  padding: 2px;
  background-color: #f18d50;
  border-radius: 3px;
}
/* Popular Plans Section END */

.div-weekly-menu-bg{

}
.div-weekly-menu-bg::before{
  content: "";
  background-color: #ECF5F4;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 1;
}
.custom-highlight-color{
  color:#FF7200;
}
.custom-highlight-badge-color{
  background-color:#FF7200;
}
.dropdown-menu.show{
  padding: 10px;
  background-color: #ecfcff;
}
.dropdown-item.custom{
font-weight: 500;
}
.dropdown-divider{
  border-top: 1px solid #d4d8db;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto;
}
@media(min-width:1000px){
  .youtube_testimonials{
    width: 100%;
    height: 400px;
  }
}
@media(max-width:1000px){
  .youtube_testimonials{
    width: 100%;
    height: 300px;
  }
}
.bootstrap-select>.dropdown-toggle.bs-placeholder{
  color: #000;
}
/* Live Search Dropdown  */

@media(max-width:991px){
  .dropdown-menu.show{
    transform: translate3d(0px, 0px, 0px);
    max-width: 250px;
  }
}
.promospanpopular{
  font-size: 15px;
  text-align: left;
  font-weight: 500;
}
.banner-img-footer{
  border-radius: 20px;
  box-shadow: 0px 0px 5px 1px #000000ad;
}
.banner-img-above-footer{
  border-radius: 20px;
}
h1.page-title-main {
  font-family: 'Marcellus SC', serif;
  font-weight: 600 !important;
  font-size: 60px;
  line-height: 1;
  font-weight: normal;
  display: block;
  color: #13a2b1;
}
@media (max-width: 1199px) {
  h1.page-title-main {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h1.page-title-main {
    font-size: 25px;
  }
}
@media (max-width: 550px) {
  h1.page-title-main {
    font-size: 18px;
  }

}
@media (max-width: 400px) {
  h1.page-title-main {
    font-size: 16px;
  }

}
.floating-ribbon-text{
  text-align: center;
  position: fixed;
  bottom: 5px;
  background-color: #069201;
  color: white;
  font-family: 'Oswald';
  padding: 5px;
  z-index: 2;
  box-shadow: 0px 0px 2px 0px #000;
  font-size: 13px;
}
.floating-ribbon-div{
  background-color: #069201;
  color: white;
}
.ribbon-link{
  color: white;
  font-weight: bold;
  text-decoration: underline;
}
@media(min-width:1000px){
  .floating-ribbon-text{
    font-size: 18px;
  }
  .floating-ribbon-div{
    display: none;
  }
}
.custom-override-offer-alert{
  background-color: #82A8D8;
  border: 0;
  color: white;
  font-family: 'Oswald';
  padding: 0.65rem 1rem;
 }
 @media(min-width:1000px){
   .custom-override-offer-alert{
     font-size: 20px;
   }
 }
 @media(max-width:999px){
   .custom-override-offer-alert{
     font-size: 16px;
   }
 }
 @media(max-width:400px){
   .custom-override-offer-alert{
     font-size: 14px;
   }
   .alert-dismissible .close{
     padding: 0.55rem 1.25rem;
   }
 }
 .meal-plan-title{
   margin: 5px 2px 5px 2px;
 }
 .meal-plan-description{
   margin: 2px 2px 5px 2px;
   font-family: 'Oswald';
   font-weight: 400;
 }
 @media(min-width:1050px){
   .meal-plan-title{
     font-size: 20px;
   }
   .meal-plan-description{
     font-size: 18px;
     height: 100px;
   }
 }
 @media(max-width:999px){
   .meal-plan-title{
     font-size: 15px;
   }
   .meal-plan-description{
     font-size: 14px;
     height: 75px;
   }
 }
 @media(max-width:600px){
   .meal-plan-title{
     font-size: 10.5px;
     line-height: 1;
     margin: 0;
   }
   .meal-plan-description{
     font-size: 10px;
     height: 65px;
   }
 }
 .cuisine-mobile-res-color{
  background-color: #E86090;
  border-color: #E86090;
  box-shadow: 0px 0px 2px 2px #ad476b;
}
