* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'Tajawal', sans-serif;
}

*::-moz-selection {
  background-color: #00AA4E;
  color: #fff;
}

*::selection {
  background-color: #00AA4E;
  color: #fff;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
  background: #B8D94F;
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #00AA4E;
}

/**********************************************
   Start Global Style
**********************************************/
@font-face {
  font-family: phalls_khodkar;
  src: local("../fonts/phalls_khodkar"), local("../fonts/phalls_khodkar"), url(../fonts/phalls_khodkar.ttf);
}

p {
  font-size: 15px;
  color: #555;
  font-family: 'Cairo', sans-serif;
  line-height: 2rem;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #00AA4E !important;
}

.scroll-top-btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: linear-gradient(-135deg, #B8D94F, #00AA4E);
  text-align: center;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 1000;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.scroll-top-btn img {
  width: 25px;
  -webkit-filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(163deg) brightness(116%) contrast(100%);
          filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(163deg) brightness(116%) contrast(100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.scroll-top-btn:hover img {
  -webkit-animation: floating-y .5s infinite alternate;
          animation: floating-y .5s infinite alternate;
}

/**********************************************
   Start Animations
**********************************************/
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navbar {
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  padding: 10px 0;
  height: 120px;
  border: 0;
  background-image: url(../images/bg_header-01.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 99999;
}

.navbar .icon-bar {
  font-size: 30px;
  outline: none !important;
  color: #fff;
}

.navbar .logo {
  padding: 5px 0;
  width: 80px;
  float: right;
}

.navbar .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 700;
  margin: 15px 5px;
  position: relative;
  color: #666;
}

.navbar .navbar-nav .nav-link::after {
  content: '';
  width: 80%;
  height: 2px;
  border-radius: 10px;
  background: #B8D94F;
  position: absolute;
  bottom: -2px;
  left: 10%;
  opacity: 0;
  -webkit-transform: translate(50px);
          transform: translate(50px);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link:hover {
  color: #000;
  border-color: #B8D94F;
}

.navbar .navbar-nav .nav-link.active::after, .navbar .navbar-nav .nav-link:hover::after {
  opacity: 1;
  -webkit-transform: translate(0px);
          transform: translate(0px);
}

.navbar .links .sign_link {
  font-weight: 600;
  color: #666;
  margin: 0 5px;
  font-size: 14px;
}

.navbar .links .sign_link:hover {
  color: #B8D94F;
}

.navbar .links .lang_link {
  padding: .5rem 1rem;
  background-color: #00AA4E;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.navbar .links .lang_link:hover {
  background-color: #B8D94F;
}

.navbar .navbar-toggler {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
}

.navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navbar .navbar-toggler .navbar-toggler-icon {
  width: 15px;
  height: 2px;
  background: #00AA4E;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after, .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #00AA4E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -5px;
  right: 0px;
}

.navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 5px;
  right: 0px;
}

footer {
  padding: 100px 0 0;
  background-size: cover;
  position: relative;
  background: url(../images/bg-footer.jpg);
}

footer .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(../images/pattarn.png);
  background-repeat: repeat;
  background-position: top left;
}

footer .logo-footer {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

footer .logo-footer img {
  width: 120px;
}

footer .logo-footer:after, footer .logo-footer:before {
  content: '';
  width: calc(50% - 80px);
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  opacity: .4;
}

footer .logo-footer:after {
  right: 0;
}

footer .logo-footer:before {
  left: 0;
}

footer .item {
  text-align: center;
  margin-top: 50px;
}

footer .item h5 {
  color: #fff;
  position: relative;
  z-index: 2;
  line-height: 1.4;
  display: inline-block;
  padding: 5px 30px;
  font-size: 1.1rem;
  margin-bottom: 40px;
}

footer .item h5 .title_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .5;
  -webkit-filter: invert(54%) sepia(70%) saturate(3492%) hue-rotate(115deg) brightness(74%) contrast(101%);
          filter: invert(54%) sepia(70%) saturate(3492%) hue-rotate(115deg) brightness(74%) contrast(101%);
}

footer .item p {
  color: #eee;
}

footer .item h3 {
  font-weight: bold;
  color: #B8D94F;
  margin-top: 5px;
}

footer .item a img {
  width: 80px;
  border-radius: 4px;
  margin: 2px;
}

footer .item .form-group input {
  width: 100%;
  padding: 15px;
  border: 0;
  margin-bottom: 10px;
}

footer .item .form-group button {
  padding: 15px;
  width: 100%;
  border: 0;
  background: #B8D94F;
  color: #fff;
}

footer .sub-footer {
  margin-top: 80px;
  padding: 30px 0 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

footer .sub-footer .social-icon .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 50%;
  margin: 0 2px;
  display: inline-block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

footer .sub-footer .social-icon .icon:hover {
  background: #B8D94F;
  border-color: #B8D94F;
}

footer .sub-footer .rights {
  text-align: left;
}

footer .sub-footer .rights p {
  color: #eee;
}

/**********************************************
    Start Public Classes
**********************************************/
.center-vr {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.in-flex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container,
.container-fluid {
  position: relative;
  z-index: 5;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.butn {
  text-align: center;
  border-radius: 30px;
  padding: 14px 35px;
  background: transparent;
  border: 1px solid transparent;
}

.butn span {
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 16px;
}

.butn.butn-bg {
  background: #B8D94F;
  border: 1px solid #B8D94F;
}

.butn.butn-bg span {
  color: #fff;
}

.butn.butn-bg i {
  color: #fff;
  background: #B8D94F;
}

.butn.butn-bg:hover {
  background: #00AA4E;
  border: 1px solid #00AA4E;
}

.butn.butn-light {
  background: #fff;
  border: 1px solid #fff;
}

.butn.butn-light span {
  color: #B8D94F;
}

.butn.butn-light i {
  background: rgba(245, 251, 255, 0.48);
}

.butn.butn-light:hover {
  background: #B8D94F;
  border: 1px solid #B8D94F;
}

.butn.butn-light:hover span {
  color: #fff;
}

.butn.butn-light:hover i {
  background: transparent;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

.swiper-container .swiper-pagination {
  bottom: 0;
}

.swiper-container .swiper-pagination-bullet {
  width: 25px;
  height: 4px;
  border-radius: 5px;
}

.swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #B8D94F;
}

.section-padding {
  padding: 100px 0;
}

.head {
  margin-bottom: 80px;
}

.head .sec_title {
  color: #fff;
  position: relative;
  z-index: 2;
  line-height: 1.4;
  display: inline-block;
  padding: 6px 70px;
}

.head .sec_title .title_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-filter: invert(95%) sepia(64%) saturate(885%) hue-rotate(15deg) brightness(92%) contrast(84%);
          filter: invert(95%) sepia(64%) saturate(885%) hue-rotate(15deg) brightness(92%) contrast(84%);
}

.effect_t {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}

.effect_t.effect_b {
  top: unset;
  bottom: -1px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.filter_green {
  -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(54deg) brightness(107%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(54deg) brightness(107%) contrast(101%);
}

.filter_white {
  -webkit-filter: invert(100%) sepia(4%) saturate(18%) hue-rotate(158deg) brightness(106%) contrast(104%);
          filter: invert(100%) sepia(4%) saturate(18%) hue-rotate(158deg) brightness(106%) contrast(104%);
}

.bg-gray {
  background: #fcfcfc;
  position: relative;
}

.pagination_wrapper .pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.pagination_wrapper .pagination .page-link {
  color: #00AA4E;
  margin: 0 5px;
  padding: .5rem 1rem;
  border-radius: 15px !important;
}

.pagination_wrapper .pagination .page-link:hover {
  border: 1px solid #00AA4E;
  background-color: #00AA4E;
  color: #fff;
}

.bmi {
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 25px #eee;
          box-shadow: 0 10px 25px #eee;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header {
  min-height: 100vh;
  padding: 250px 0 150px;
  background-attachment: fixed !important;
  background-position: center center !important;
  overflow: hidden !important;
  position: relative;
  background: url(../images/header-bg.jpg);
}

.header::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(48, 52, 65, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.header.min {
  min-height: 60vh;
}

.header .caption {
  padding-top: 50px;
}

.header .caption .subtitle {
  font-size: 40px;
  font-family: phalls_khodkar;
  color: #B8D94F;
}

.header .caption .title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 75px;
  color: #fff;
}

.header .caption .p {
  color: #eee;
}

.header .caption .p a {
  color: #fff;
  font-weight: 400;
  font-family: 'Tajawal', sans-serif;
}

.header .caption .p a:last-of-type {
  color: #B8D94F;
  font-weight: 800;
}

.header .caption .p i {
  margin: 0 15px;
}

.header .caption .butn {
  margin-top: 30px;
}

.header .caption h2 {
  margin-bottom: 20px;
}

.header.inner-pages-header {
  background: url(../images/min-bg.jpg);
}

.header.inner-pages-header .pg_title {
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}

.header.inner-pages-header .bread a {
  color: #fff;
  font-weight: bold;
}

.header.inner-pages-header .bread a:hover {
  color: #B8D94F;
}

.header.inner-pages-header .bread i {
  margin: 0 5px;
  color: #fff;
}

.header.inner-pages-header .bread .current_pg {
  font-weight: bold;
  color: #B8D94F;
}

.header .header_lines {
  display: block;
  width: calc(100% + 1.3px);
  position: absolute;
  left: 50%;
  bottom: -2px;
  height: 22px;
  -webkit-transform: translateX(-50%) rotateY(180deg) rotateX(180deg);
          transform: translateX(-50%) rotateY(180deg) rotateX(180deg);
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(221deg) brightness(105%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(221deg) brightness(105%) contrast(101%);
  z-index: 99;
}

.calorie-calculator {
  background-color: #fff;
  padding: 100px 0;
}

.calorie-calculator .inner {
  border: 1px solid #eee;
  padding: 50px 45px;
  -webkit-box-shadow: 0px 3px 15px 0px #eee;
          box-shadow: 0px 3px 15px 0px #eee;
  border-radius: 15px;
}

.calorie-calculator .inner .form-container {
  margin-bottom: 25px;
}

.calorie-calculator .inner .form-container h3 {
  position: relative;
}

.calorie-calculator .inner .form-container label {
  font-weight: bold;
  color: #666;
}

.calorie-calculator .inner .form-container .form-group {
  margin-bottom: 1rem;
}

.calorie-calculator .inner .form-container .form-group .form-control {
  height: 50px;
  border-radius: 15px;
  border: 2px solid #eee;
}

.calorie-calculator .inner .form-container .form-group .form-control:focus {
  border: 2px solid #47A15D;
}

.calorie-calculator .inner .form-container .bg-butn {
  width: 255px;
  height: 55px;
  line-height: 55px;
  margin: 25px auto 0px auto;
}

.calorie-calculator .inner .calorie-result {
  -webkit-box-shadow: 0px 3px 15px 0px #ddd;
          box-shadow: 0px 3px 15px 0px #ddd;
  padding: 20px 30px;
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 15px;
  background-color: #47A15D;
}

.calorie-calculator .inner .calorie-result .calorie-span {
  color: #ddd;
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

.calorie-calculator .inner .calorie-result .calorie-result-span {
  padding: 20px 0 10px 0;
  font-size: 40px;
  color: #fff;
}

.calorie-calculator .inner .calorie-result .per-day {
  display: block;
  color: #ddd;
  margin: 10px 0;
}

.calorie-calculator .pkg_card.item {
  padding: 15px 20px 0px;
  border: 1px dashed #eee;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 60px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.calorie-calculator .pkg_card.item .title {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  display: inline-block;
  padding: 6px 50px;
}

.calorie-calculator .pkg_card.item .title span {
  position: relative;
  z-index: 2;
  line-height: 30px;
}

.calorie-calculator .pkg_card.item .title .title_heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 40px;
  -webkit-filter: invert(100%) sepia(46%) saturate(43%) hue-rotate(344deg) brightness(112%) contrast(94%);
          filter: invert(100%) sepia(46%) saturate(43%) hue-rotate(344deg) brightness(112%) contrast(94%);
}

.calorie-calculator .pkg_card.item .img {
  margin-bottom: 30px;
}

.calorie-calculator .pkg_card.item .img .pkg_img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.calorie-calculator .pkg_card.item .info {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.calorie-calculator .pkg_card.item .info ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.calorie-calculator .pkg_card.item .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  vertical-align: baseline;
  margin-bottom: 15px;
}

.calorie-calculator .pkg_card.item .info li:after {
  content: '';
  width: 100%;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border-bottom: 3px dotted #eee;
}

.calorie-calculator .pkg_card.item .info li .type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 15px;
}

.calorie-calculator .pkg_card.item .info li .numb {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-right: 15px;
}

.calorie-calculator .pkg_card.item .order .butn {
  margin: 0 auto -22px auto;
  background: #fff;
  border: 1px dashed #eee;
  padding: 14px;
  width: 160px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.calorie-calculator .pkg_card.item .order .butn span {
  color: #B8D94F;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.calorie-calculator .pkg_card.item:hover {
  border-color: #ccc;
}

.calorie-calculator .pkg_card.item:hover .title {
  position: relative;
  color: #fff;
}

.calorie-calculator .pkg_card.item:hover .title .title_heading {
  -webkit-filter: invert(95%) sepia(64%) saturate(885%) hue-rotate(15deg) brightness(92%) contrast(84%);
          filter: invert(95%) sepia(64%) saturate(885%) hue-rotate(15deg) brightness(92%) contrast(84%);
}

.calorie-calculator .pkg_card.item:hover .order .butn {
  background: #B8D94F;
  border-color: #B8D94F;
}

.calorie-calculator .pkg_card.item:hover .order .butn span {
  color: #fff;
}

.package {
  padding-bottom: 60px;
}

.package .item {
  padding: 30px 30px 0;
  border: 1px dashed #eee;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 60px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.package .item .title {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  display: inline-block;
  padding: 6px 50px;
}

.package .item .title span {
  position: relative;
  z-index: 2;
  line-height: 30px;
}

.package .item .title .title_heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 40px;
  -webkit-filter: invert(100%) sepia(46%) saturate(43%) hue-rotate(344deg) brightness(112%) contrast(94%);
          filter: invert(100%) sepia(46%) saturate(43%) hue-rotate(344deg) brightness(112%) contrast(94%);
}

.package .item .img {
  margin-bottom: 30px;
}

.package .item .img .pkg_img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.package .item .info {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.package .item .info ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.package .item .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  vertical-align: baseline;
  margin-bottom: 15px;
}

.package .item .info li:after {
  content: '';
  width: 100%;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border-bottom: 3px dotted #eee;
}

.package .item .info li .type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 15px;
}

.package .item .info li .numb {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-right: 15px;
}

.package .item .order .butn {
  margin: 0 auto -22px auto;
  background: #fff;
  border: 1px dashed #eee;
  padding: 14px;
  width: 160px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.package .item .order .butn span {
  color: #B8D94F;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.package .item:hover {
  border-color: #ccc;
}

.package .item:hover .title {
  position: relative;
  color: #fff;
}

.package .item:hover .title .title_heading {
  -webkit-filter: invert(95%) sepia(64%) saturate(885%) hue-rotate(15deg) brightness(92%) contrast(84%);
          filter: invert(95%) sepia(64%) saturate(885%) hue-rotate(15deg) brightness(92%) contrast(84%);
}

.package .item:hover .order .butn {
  background: #B8D94F;
  border-color: #B8D94F;
}

.package .item:hover .order .butn span {
  color: #fff;
}

.subscribe {
  padding: 80px 0;
  background: #00AA4E;
  color: #fff;
  position: relative;
}

.subscribe .cont {
  display: inline-block;
}

.subscribe .cont h4 {
  font-size: 40px;
  font-family: phalls_khodkar;
  margin-bottom: 15px;
}

.subscribe .cont p {
  color: #eee;
}

.subscribe .butn {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}

.about {
  position: relative;
  overflow: hidden;
}

.about::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/pattern-bg.png);
  background-repeat: repeat;
  opacity: .3;
}

.about .content h6 {
  color: #B8D94F;
  font-weight: 400;
  margin-bottom: 10px;
}

.about .content h3 {
  font-weight: bold;
  margin-bottom: 15px;
}

.about .content .img-heading {
  width: 80px;
  margin-bottom: 20px;
}

.about .content .butn {
  margin-top: 30px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.video {
  height: 480px;
  position: relative;
}

.video::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(48, 52, 65, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.video .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url(../images/pattarn.png);
  background-repeat: repeat;
  background-position: top left;
}

.video .vido_link {
  font-size: 70px;
  color: #fff;
}

.video .vido_link:hover {
  color: #B8D94F;
}

.meal .wtab-content {
  display: none;
}

.meal .wtab-content.current {
  display: block;
}

.meal .week-tabs {
  margin-bottom: 40px;
  text-align: center;
}

.meal .week-tabs .nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.meal .week-tabs .nav .nav-link {
  font-size: 15px;
  margin: 2px;
  background-color: #F8F9FA;
}

.meal .week-tabs .nav .nav-link.active {
  background-color: #B8D94F;
}

.meal .item {
  margin: 0;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.meal .item .img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 10px solid #f7f7f7;
  overflow: hidden;
}

.meal .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.meal .item .cont h5 {
  position: relative;
  display: inline-block;
  padding: 4px 20px;
  font-size: 15px;
  color: #B8D94F;
  margin-top: 15px;
}

.meal .item .cont h5 .title_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-filter: invert(93%) sepia(10%) saturate(55%) hue-rotate(190deg) brightness(103%) contrast(98%);
          filter: invert(93%) sepia(10%) saturate(55%) hue-rotate(190deg) brightness(103%) contrast(98%);
}

.meal .item .cont h5:hover {
  color: #fff;
}

.meal .item .cont h5:hover .title_bg {
  -webkit-filter: invert(77%) sepia(78%) saturate(355%) hue-rotate(22deg) brightness(96%) contrast(87%);
          filter: invert(77%) sepia(78%) saturate(355%) hue-rotate(22deg) brightness(96%) contrast(87%);
}

.meal .item .cont p {
  color: #B8D94F;
  margin-bottom: 5px;
}

.meal .item .info {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 15px;
  background: #fcfcfc;
  position: relative;
}

.meal .item .info:after, .meal .item .info:before {
  content: '';
  width: 142px;
  height: 17px;
  background-image: url(../images/arrow-gray.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: calc(50% - 71px);
}

.meal .item .info:after {
  top: -17px;
}

.meal .item .info:before {
  bottom: -17px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.meal .item .info ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.meal .item .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  vertical-align: baseline;
  margin-bottom: 15px;
}

.meal .item .info li:after {
  content: '';
  width: 100%;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border-bottom: 3px dotted #eee;
}

.meal .item .info li:last-of-type {
  margin-bottom: 0;
}

.meal .item .info li .type {
  font-size: 12px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 5px;
}

.meal .item .info li .numb {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-right: 5px;
  font-size: 11px;
}

.why-us {
  background-size: auto;
  background-repeat: repeat;
  text-align: center;
}

.why-us .item .icon {
  position: relative;
  padding: 60px;
  font-size: 65px;
  color: #fff;
  margin-bottom: 20px;
  z-index: 2;
}

.why-us .item .icon:after {
  content: '';
  background: url(../images/bg-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.why-us .item .icon .img {
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(100%) sepia(4%) saturate(18%) hue-rotate(158deg) brightness(106%) contrast(104%);
          filter: invert(100%) sepia(4%) saturate(18%) hue-rotate(158deg) brightness(106%) contrast(104%);
}

.why-us .item h4 {
  font-size: 18px;
  font-weight: bold;
}

.why-us .item:hover .img {
  -webkit-animation: tada 1.5s both;
          animation: tada 1.5s both;
}

.steps {
  position: relative;
  background: url(../images/testim.jpg);
}

.steps::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.steps .circle {
  height: 400px;
  width: 400px;
  background-color: #fff;
  border-radius: 50%;
  float: right;
  shape-outside: circle();
  text-align: center;
  margin-left: 50px;
  border: 10px solid #B8D94F;
  position: relative;
  z-index: 5;
  border-right: 0;
}

.steps .circle h4 {
  line-height: 400px;
}

.steps .steps-info {
  position: relative;
  top: 10px;
}

.steps .steps-info li {
  padding: 20px 15px;
  background-color: #47A15D;
  margin-bottom: 10px;
  border-radius: 15px 0 0 15px;
  color: #fff;
  width: 80%;
  margin-right: auto;
}

.steps .steps-info li:first-of-type {
  margin-top: 35px;
}

.steps .steps-info li span {
  color: #fff;
  margin-left: 15px;
}

/**********************************************
    Start Edit About Page 
**********************************************/
.testimonials-sec {
  position: relative;
  background: url(../images/testim.jpg);
}

.testimonials-sec::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.testimonials-sec .feedback_card {
  border: 1px solid #ddd;
  padding: 35px 30px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: #fff;
  border-radius: 15px;
}

.testimonials-sec .feedback_card .card-t {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.testimonials-sec .feedback_card .card-t .profile-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials-sec .feedback_card .card-t .profile-info .profile-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials-sec .feedback_card .card-t .profile-info .content {
  margin: 0 10px;
}

.testimonials-sec .feedback_card .card-t .profile-info .content .profile_name {
  color: #666;
  font-weight: bold;
}

.testimonials-sec .feedback_card .card-t .rate i {
  color: #999;
}

.testimonials-sec .feedback_card .card-t .rate i.active {
  color: #F68C20;
}

.testimonials-sec .feedback_card .p {
  font-size: 13px;
}

.testimonials-sec .feedback_card:hover {
  border: 1px solid #B8D94F;
}

/**********************************************
    Start Edit Blog Page 
**********************************************/
.blog .item {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.05);
  padding: 0 20px;
  margin-top: 30px;
}

.blog .item .post-img .img {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
  top: -30px;
}

.blog .item .post-img img {
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog .item .cont {
  position: relative;
  padding: 10px 10px 30px;
}

.blog .item .info {
  margin-bottom: 15px;
}

.blog .item .info .data {
  font-size: 11px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  color: #00AA4E;
}

.blog .item .info .data i {
  margin-left: 4px;
}

.blog .item h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}

.blog .item p {
  margin-top: 10px;
  font-size: 13px;
}

.blog .item ul {
  list-style-type: inherit;
  padding: 0 30px;
}

.blog .item ul li {
  margin-top: 10px;
  font-size: 13px;
}

.blog .item .more {
  margin-top: 20px;
  color: #B8D94F;
  font-size: 13px;
  font-weight: 500;
}

.blog .item .more i {
  font-size: 12px;
  margin-top: 4px;
  margin-right: 4px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.blog .item .more:hover {
  color: #00AA4E;
}

.blog .item .more:hover i {
  margin-right: 10px;
}

.blog .item:hover h5 {
  color: #B8D94F;
}

.blog .item:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.blog .clients {
  margin-top: 100px;
}

.blog .clients .row {
  border-top: 1px solid #f6f9fb;
  padding-top: 50px;
}

.blog .clients .brand {
  padding: 0 30px;
  opacity: .8;
}

.blog .clients .brand:hover {
  opacity: 1;
}

.news .item {
  margin-bottom: 50px;
}

.news .item img {
  width: 100%;
}

.news .blog-side {
  border: 5px solid #9991;
  border-radius: 20px;
  padding: 15px;
  position: relative;
  padding-top: 50px;
}

.news .blog-side .head {
  margin: -66px 0 30px 0;
}

.news .blog-side .head h3 {
  font-size: 15px;
}

.news .blog-side ul li {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.news .blog-side ul li img {
  width: 100px;
  height: 80px;
  float: right;
}

.news .blog-side ul li p {
  padding: 11px;
  margin-right: 100px;
}

.news .blog-side ul li p a {
  color: #00AA4E;
  float: left;
}

.news .blog-side .tod-meal {
  margin-top: 50px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.news .blog-side .tod-meal .info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000000a6;
  border-radius: 10px;
  padding: 15px 30px;
  color: #fff;
}

.blog_det .item .post-img img {
  height: 300px;
}

/**********************************************
    Start Edit register Page 
**********************************************/
.register-pg {
  position: relative;
}

.register-pg .register_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.register-pg .inner {
  padding: 50px 35px;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 25px 0 rgba(18, 216, 111, 0.2);
          box-shadow: 0 0 25px 0 rgba(18, 216, 111, 0.2);
}

.form-wrapper label {
  font-weight: bold;
  color: #888;
  font-size: 12px;
}

.form-wrapper .form-control {
  padding: 10px 15px;
  color: #777;
  border: 1px solid #ccc;
  font-size: 14px;
  min-height: 45px;
  border-radius: 10px;
}

.form-wrapper .form-control.custom-select {
  padding: 0 15px;
}

.form-wrapper .butn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.form-wrapper .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #00AA4E;
  background-color: #00AA4E;
}

/**********************************************
    Start Edit profile Page 
**********************************************/
.profile {
  position: relative;
  background: url(../images/testim.jpg);
}

.profile .fixed-r-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  -webkit-box-shadow: -10px 0 30px rgba(0, 0, 0, 0.07);
          box-shadow: -10px 0 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  border: 1px solid #9993;
  min-height: 100vh;
  background-color: #fff;
  border-radius: 15px;
}

.profile .fixed-r-nav .img {
  border: 5px solid #f5f5f5;
  padding: 5px;
  position: relative;
  text-align: center;
  width: 100%;
  margin: auto;
  border-radius: 15px;
}

.profile .fixed-r-nav .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  border-radius: 15px;
}

.profile .fixed-r-nav .img .butn {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 0;
  display: inline-block;
  color: #777;
  width: 40px;
  height: 40px;
  line-height: 30px;
  cursor: pointer;
  border: none;
  opacity: 0.4;
  padding: 5px;
  background: #fff;
  border: 1px solid #9994;
}

.profile .fixed-r-nav .img .butn::after {
  border: none;
}

.profile .fixed-r-nav .img input {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 0;
  background-color: #fff;
  display: inline-block;
  color: #B8D94F;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border: none;
  opacity: 0;
}

.profile .fixed-r-nav .img:hover .butn {
  opacity: 1;
  cursor: pointer;
}

.profile .fixed-r-nav .nav-link {
  color: #888;
  padding: .7rem 1rem;
  border-radius: 0;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.profile .fixed-r-nav .nav-link.active {
  background-image: -webkit-gradient(linear, left top, right top, from(#B8D94F), to(#00AA4E));
  background-image: linear-gradient(to right, #B8D94F, #00AA4E);
  background-color: #B8D94F;
  color: #fff;
  font-weight: bold;
}

.profile .tab-wrapper {
  background-color: #fff;
  padding: 50px 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.profile .tab-wrapper.tab1 .content .items {
  padding: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #9991;
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03); */
}

.profile .tab-wrapper.tab1 .content .items h5 {
  font-size: 16px;
}

.profile .tab-wrapper.tab1 .content .items h5 span {
  color: #888;
  font-size: 14px;
}

.profile .tab-wrapper.subscription_tab .items {
  background-color: #f9f9f9;
  border-radius: 15px;
  padding: 25px 15px;
  margin-bottom: 15px;
}

.profile .tab-wrapper.subscription_tab .items h5 {
  font-size: 1rem;
}

.profile .tab-wrapper.subscription_tab .items h5 span {
  color: #666;
  font-weight: 500;
  margin: 0 10px;
}

.profile .tab-wrapper.subscription_tab .items h5 .butn {
  margin: 0;
  padding: 0;
  border: transparent;
  color: #00AA4E;
}

.profile .tab-wrapper.subscription_tab .items h5 .butn:hover {
  background-color: transparent;
  color: #026c33;
}

.profile .tab-wrapper.subscription_tab .items h5 input {
  background: transparent;
  color: #00AA4E;
  border: none;
  padding: 0;
  font-weight: 500;
  cursor: pointer;
}

.profile .tab-wrapper.subscription_tab .table-responsive {
  overflow-x: scroll;
  overflow-y: hidden;
}

.profile .tab-wrapper.subscription_tab .table {
  white-space: nowrap;
}

.profile .tab-wrapper.subscription_tab .table .thead-dark th {
  background-color: #00AA4E;
  border-color: #fff2;
}

.profile .tab-wrapper.subscription_tab .table .butn {
  margin-top: 0;
}

.profile .tab-wrapper.subscription_tab .table .butn span {
  font-size: 12px;
  font-weight: bold;
}

.profile .tab-wrapper.subscription_tab .table input {
  border: 0;
  padding: 15px 20px;
  background: #00AA4E;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.profile .tab-wrapper.subscription_tab .table th,
.profile .tab-wrapper.subscription_tab .table td {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}

.profile .tab-wrapper.menu_order_tab .radios-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.profile .tab-wrapper.menu_order_tab .radios-wrapper::-webkit-scrollbar {
  height: 3px;
  cursor: pointer;
}

.profile .tab-wrapper.menu_order_tab .radios-wrapper::-webkit-scrollbar-track {
  background-color: #ccc;
}

.profile .tab-wrapper.menu_order_tab .radios-wrapper::-webkit-scrollbar-thumb {
  background: #00AA4E;
  border-radius: 8px;
}

.profile .tab-wrapper.menu_order_tab .radios-wrapper .custom-control {
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.profile .tab-wrapper.menu_order_tab .radios-wrapper .custom-control .custom-control-label {
  border-radius: 5px;
  margin: 0 2px 10px 2px;
  display: inline-block;
  padding: 10px 15px;
  background: #F8F9FA;
  cursor: pointer;
  min-width: 100px;
  text-align: center;
  position: relative;
}

.profile .tab-wrapper.menu_order_tab .radios-wrapper .custom-control .custom-control-label::after, .profile .tab-wrapper.menu_order_tab .radios-wrapper .custom-control .custom-control-label::before {
  display: none;
}

.profile .tab-wrapper.menu_order_tab .radios-wrapper .custom-control .custom-control-label span {
  display: block;
}

.profile .tab-wrapper.menu_order_tab .radios-wrapper .custom-control .custom-control-label span::before {
  content: '\f058';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 5px;
  opacity: .5;
  font-size: 15px;
  opacity: 0;
}

.profile .tab-wrapper.menu_order_tab .radios-wrapper .custom-control .custom-control-label .date {
  margin-top: 10px;
  color: #888;
}

.profile .tab-wrapper.menu_order_tab .radios-wrapper .custom-control .custom-control-input:checked ~ .custom-control-label {
  color: #fff;
  background: #B8D94F;
}

.profile .tab-wrapper.menu_order_tab .radios-wrapper .custom-control .custom-control-input:checked ~ .custom-control-label span::before {
  opacity: .7;
  color: #fff;
}

.profile .tab-wrapper.menu_order_tab .radios-wrapper .custom-control .custom-control-input:checked ~ .custom-control-label .date {
  color: #fff;
}

.profile .tab-wrapper.menu_order_tab .submit-tab-butn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.profile::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#saveImage {
  display: none;
}

/**********************************************
    Start Edit subscription Page 
**********************************************/
.subscription_det .formwizard_wrapper {
  /* Make circles that indicate the steps of the form: */
  /* Mark input boxes that gets an error on validation: */
  /* Hide all steps by default: */
}

.subscription_det .formwizard_wrapper .progress_outer .step {
  display: inline-block;
  width: 170px;
  padding: 10px 10px 5px;
  background: #f6f9fb;
  border-radius: 5px;
  border-bottom: 5px solid #eee;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  cursor: default;
  font-size: 12px;
  /* Mark the steps that are finished and valid: */
}

.subscription_det .formwizard_wrapper .progress_outer .step:after {
  content: '\f068';
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  border-radius: 50%;
  background: #eee;
  float: left;
  position: relative;
  top: -4px;
}

.subscription_det .formwizard_wrapper .progress_outer .step.active {
  background: #B8D94F;
  color: #fff;
  border-color: #00AA4E;
}

.subscription_det .formwizard_wrapper .progress_outer .step.active:after {
  content: '\f00c';
  background: #ddd;
  color: #B8D94F;
}

.subscription_det .formwizard_wrapper .progress_outer .step.finish {
  background: #B8D94F;
  color: #fff;
  border-color: #00AA4E;
}

.subscription_det .formwizard_wrapper .progress_outer .step.finish:after {
  content: '\f00c';
  background: #fff;
  color: #B8D94F;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab1 .form-control {
  background: #F8F9FA;
  border: 1px solid #F8F9FA;
  height: 55px;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab1 .butn-pop {
  position: relative;
  top: 28px;
  height: 55px;
  background-color: #303030;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab1 .butn-pop:hover {
  background-color: #202020;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab2 .details {
  padding: 15px 30px;
  background: rgba(184, 217, 79, 0.2);
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab2 .details .icon {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 20px;
  color: #B8D94F;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab2 .details h6 {
  font-size: 14px;
  margin-bottom: 5px;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab2 .details p {
  font-size: 12px;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab2 .radios-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab2 .radios-wrapper .custom-control {
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab2 .radios-wrapper .custom-control .custom-control-label {
  border-radius: 5px;
  margin: 0 2px 10px 2px;
  display: inline-block;
  padding: 10px 35px;
  background: #F8F9FA;
  cursor: pointer;
  min-width: 100px;
  text-align: center;
  position: relative;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab2 .radios-wrapper .custom-control .custom-control-label::after, .subscription_det .formwizard_wrapper .tab-wrapper.tab2 .radios-wrapper .custom-control .custom-control-label::before {
  display: none;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab2 .radios-wrapper .custom-control .custom-control-input:checked ~ .custom-control-label {
  color: #fff;
  background: #B8D94F;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab3 .cards-radio-btn {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab3 .cards-radio-btn .radio-card {
  text-align: center;
  margin: 0;
  position: relative;
  display: block;
  width: 145px;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab3 .cards-radio-btn .radio-card .pay-img {
  width: 100px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  display: block;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab3 .cards-radio-btn .radio-card label {
  cursor: pointer;
  position: relative;
  display: block;
  margin: 0 5px;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab3 .cards-radio-btn .radio-card .card-input {
  border: 2px solid transparent;
  border-radius: 15px;
  padding: 15px 25px;
  width: 100%;
  background: #f7f7f7;
  border-radius: 10px;
  display: block;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab3 .cards-radio-btn .radio-card .card-icon {
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 15px auto;
  opacity: .7;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab3 .cards-radio-btn .radio-card h6 {
  color: #777;
  margin-top: .4rem;
  font-size: 1.1rem;
  font-weight: bold;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab3 .cards-radio-btn .radio-card p {
  margin-bottom: 0;
  color: #777;
  font-weight: bold;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab3 .cards-radio-btn .radio-card .card-input-element {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab3 .cards-radio-btn .radio-card .card-input-element:checked + .card-input {
  border: 2px solid #00AA4E;
  -webkit-box-shadow: 0px 0px 25px 0px #eee;
          box-shadow: 0px 0px 25px 0px #eee;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab3 .cards-radio-btn .radio-card .card-input-element:checked + .card-input h6 {
  color: #C1ED6E;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab4 .starting {
  color: #666;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab4 .starting b {
  color: #00AA4E;
  margin: 0 5px;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab4 .p {
  font-size: 13px;
  line-height: 2rem;
  color: #888;
}

.subscription_det .formwizard_wrapper .tab-wrapper.tab4 .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #B8D94F;
  background-color: #B8D94F;
}

.subscription_det .formwizard_wrapper .butns-wrapper {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.subscription_det .formwizard_wrapper .butns-wrapper .prev-butn {
  width: 100px;
  height: 55px;
  border-radius: 15px;
  background-color: #ccc;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.subscription_det .formwizard_wrapper .butns-wrapper .next-butn {
  width: 120px;
  height: 55px;
  border-radius: 15px;
}

.subscription_det .formwizard_wrapper input.invalid {
  background-color: #ffdddd !important;
}

.subscription_det .formwizard_wrapper .tab {
  display: none;
}

.subscription_det .formwizard_wrapper button {
  background-color: #00AA4E;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
}

.subscription_det .formwizard_wrapper button:hover {
  background-color: #B8D94F;
}

.subscription_det .formwizard_wrapper button #prevBtn {
  background-color: #bbbbbb;
}

.order-meals .tab-content {
  display: none;
}

.order-meals .tab-content h5 {
  margin-bottom: 20px;
  font-weight: 700;
}

.order-meals .tab-content .move {
  margin-top: 50px;
  overflow: hidden;
  text-align: center;
}

.order-meals .tab-content .move .butn {
  display: inline-block;
  cursor: pointer;
}

.order-meals .tab-content .move .butn i {
  background: transparent;
  margin-right: 15px;
}

.order-meals .numb-type p {
  margin-bottom: 15px;
  font-size: 13px;
  opacity: .7;
}

.order-meals .numb-type .checkbox {
  margin-top: 50px;
}

.order-meals .numb-type .checkbox h6 {
  margin-bottom: 20px;
}

.order-meals .numb-type .checkbox li {
  display: inline-block;
  margin-left: 50px;
  position: relative;
}

.order-meals .numb-type .checkbox li:last-of-type {
  margin-left: 0;
}

.order-meals .numb-type .total {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #eee;
}

.order-meals .numb-type .total h6 {
  margin-bottom: 15px;
}

.order-meals .numb-type .total p {
  font-size: 20px;
  color: #B8D94F;
}

.order-meals .numb-type .total p span {
  font-size: 14px;
  color: initial;
  margin-left: 10px;
}

.order-meals .tab-content.current {
  display: inherit;
}

.order-meals .checkbox .styled-checkbox {
  position: absolute;
  opacity: 0;
  right: 0;
}

.order-meals .checkbox .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  padding-right: 35px;
  display: block;
  width: 100%;
  font-weight: 400;
}

.order-meals .checkbox .styled-checkbox + label:after, .order-meals .checkbox .styled-checkbox + label:before {
  position: absolute;
  right: 0;
}

.order-meals .checkbox .styled-checkbox + label:before {
  content: '';
  margin-left: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f8f8f8;
  border: 1px solid #eee;
}

.order-meals .checkbox .styled-checkbox:hover + label:before {
  background: #B8D94F;
}

.order-meals .checkbox .styled-checkbox:focus + label:before {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.order-meals .checkbox .styled-checkbox:checked + label:before {
  background: #B8D94F;
}

.order-meals .checkbox .styled-checkbox:checked + label:after {
  content: '\f111';
  position: absolute;
  right: 6px;
  top: 5px;
  font-size: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #fff;
}

.order-meals .butn-pop {
  padding: 12px 35px;
  background: #B8D94F;
  border: 0;
  color: #fff;
  cursor: pointer;
  margin-right: 5px;
  outline: none;
}

.order-meals .modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.order-meals .city {
  position: absolute;
  top: 15%;
  left: 24%;
  padding: 30px;
  width: 52%;
  max-height: 70vh;
  overflow: auto;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.order-meals .city li {
  min-width: 130px;
  padding: 12px 10px;
  text-align: center;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  font-size: 13px;
  margin: 5px;
  display: inline-block;
  cursor: pointer;
}

.order-meals .city li:hover, .order-meals .city li:focus, .order-meals .city li.active {
  background: #B8D94F;
  border-color: #B8D94F;
  color: #fff;
}

.order-meals .city li:hover span, .order-meals .city li:focus span, .order-meals .city li.active span {
  color: #eee;
}

.order-meals .city li.active {
  position: relative;
}

.order-meals .city li.active:after {
  content: '\f00c';
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #fff;
}

.order-meals .city li span {
  display: block;
  font-size: 11px;
  margin-top: 10px;
  color: #777;
}

.order-meals .sidebox {
  margin-top: 50px;
  padding: 40px 20px;
  background: #0A0D12;
  color: #fff;
  position: relative;
  border-radius: 8px;
}

.order-meals .sidebox:after, .order-meals .sidebox:before {
  content: '';
  width: 142px;
  height: 17px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: calc(50% - 71px);
}

.order-meals .sidebox:after {
  top: -17px;
}

.order-meals .sidebox:before {
  bottom: -17px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.order-meals .sidebox .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/min-bg.jpg);
  background-position: center center;
  background-size: cover;
  border-radius: 8px;
}

.order-meals .sidebox .overlay:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0A0D12;
  border-radius: 8px;
  z-index: 2;
  opacity: .95;
}

.order-meals .sidebox .item {
  position: relative;
  z-index: 4;
}

.order-meals .sidebox .item .mel {
  overflow: hidden;
  margin-bottom: 20px;
}

.order-meals .sidebox .item .mel .day {
  margin-bottom: 5px;
}

.order-meals .sidebox .item .mel .day h6 {
  font-size: 13px;
}

.order-meals .sidebox .item .mel .img {
  width: 70px;
  float: right;
}

.order-meals .sidebox .item .mel .info {
  margin-right: 90px;
}

.order-meals .sidebox .item .mel .info li {
  display: block;
  width: 100%;
}

.order-meals .sidebox .item .mel .info li div {
  display: inline-block;
  font-size: 12px;
  margin: 4px 0;
}

.order-meals .sidebox .item .mel .info li .numb {
  float: left;
}

.order-meals .sidebox .item .total {
  margin-top: 40px;
}

.order-meals .sidebox .item .total h5 {
  color: #fff;
  position: relative;
  z-index: 2;
  line-height: 1.4;
  display: inline-block;
  padding: 6px 30px;
}

.order-meals .sidebox .item .total h5 span {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.order-meals .sidebox .item .total h5 span svg {
  fill: #fff;
  width: 100%;
  height: 100%;
  opacity: .1;
}

.order-meals .sidebox .item .total h3 {
  color: #B8D94F;
  margin-top: 15px;
}

.week-meal .wtab-content {
  display: none;
}

.week-meal .wtab-content.current {
  display: inherit;
}

.week-meal .week-tabs {
  margin-bottom: 40px;
}

.week-meal .week-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.week-meal .week-tabs li {
  display: inline-block;
  padding: 10px 15px;
  background: #F8F9FA;
  margin-bottom: 10px;
  cursor: pointer;
  width: 100%;
  border-left: 2px solid #fff;
  text-align: center;
}

.week-meal .week-tabs li.current {
  color: #fff;
  background: #B8D94F;
}

.week-meal .content .qty-form {
  width: 60px;
  height: 35px;
}

.week-meal .content .notee {
  font-size: 13px;
  min-height: 35px;
  border: 0;
  border-bottom: 1px dashed #9993;
}

.week-meal .content .box {
  border-radius: 15px;
  border: 5px solid #9992;
  padding: 30px;
  position: relative;
  margin-top: 30px;
  padding-top: 60px;
}

.week-meal .content .box .box-titel {
  position: absolute;
  top: -15px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

.week-meal .content .box h5 {
  position: relative;
  display: inline-block;
  padding: 4px 20px;
  font-size: 15px;
  color: #B8D94F;
}

.week-meal .content .box h5 .title_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-filter: invert(89%) sepia(88%) saturate(0%) hue-rotate(108deg) brightness(95%) contrast(100%);
          filter: invert(89%) sepia(88%) saturate(0%) hue-rotate(108deg) brightness(95%) contrast(100%);
}

.week-meal .content .item {
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
}

.week-meal .content .item > div {
  padding: 0;
}

.week-meal .content .img {
  position: relative;
  cursor: pointer;
  height: 100%;
  padding: 15px 0;
}

.week-meal .content .img.active:after {
  opacity: 1;
}

.week-meal .content .img.active:before {
  opacity: .4;
}

.week-meal .content .img:after {
  content: '\f00c';
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #B8D94F;
  position: absolute;
  right: calc(50% - 20px);
  top: calc(50% - 20px);
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #fff;
  opacity: 0;
}

.week-meal .content .img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
}

.week-meal .content .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100px;
  border-radius: 10px;
}

.week-meal .content .cont {
  padding: 0 15px;
  width: 100%;
}

.week-meal .content .cont p {
  font-size: 13px;
  color: #B8D94F;
  margin-bottom: 2px;
}

.week-meal .content .cont h6 {
  font-size: 12px;
}

.week-meal .content .cont .numb {
  margin-top: 10px;
}

.week-meal .content .cont .numb label {
  margin-left: 8px;
  font-size: 13px;
}

.week-meal .content .cont .numb span {
  font-size: 11px;
  width: 80px;
  color: #B8D94F;
}

.week-meal .content .info {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 5px;
  background: #fcfcfc;
  position: relative;
}

.week-meal .content .info:after, .week-meal .content .info:before {
  content: '';
  width: 142px;
  height: 17px;
  background-image: url(../images/arrow-gray.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: calc(50% - 71px);
}

.week-meal .content .info:after {
  top: -17px;
}

.week-meal .content .info:before {
  bottom: -17px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.week-meal .content .info ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.week-meal .content .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  vertical-align: baseline;
  margin-bottom: 15px;
}

.week-meal .content .info li:after {
  content: '';
  width: 100%;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border-bottom: 3px dotted #eee;
}

.week-meal .content .info li:last-of-type {
  margin-bottom: 0;
}

.week-meal .content .info li .type {
  font-size: 12px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 5px;
}

.week-meal .content .info li .numb {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-right: 5px;
  font-size: 11px;
}

.week-meal .tabs {
  margin-top: 20px;
}

.week-meal .tabs .butn-gray {
  background: #f6f9fb;
}

.week-meal .tabs .butn-gray i {
  margin-right: 0;
  margin-left: 15px;
}

.week-meal .ui-widget.ui-widget-content {
  border: 1px solid #f7f7f7;
  padding: 0 3px;
}

.week-meal .ui-button-icon-only .ui-icon {
  margin-left: 0;
}

.week-meal .ui-button {
  border: 0 !important;
}

.ui-widget.ui-widget-content {
  border: 1px solid #9994;
  border-radius: 15px;
  padding: 7px;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  border-radius: 30px;
  background: linear-gradient(-135deg, #B8D94F, #00AA4E);
  color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #9995;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  text-align: center;
  border-radius: 7px;
}

.modal .butn {
  padding: 12px 40px;
}

.modal .modal-content {
  border-radius: 15px;
  overflow: hidden;
}

.modal .modal-body {
  padding: 30px;
}

.modal .icon img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal h4 {
  margin: 20px 0;
  font-size: 18px;
  line-height: 1.5;
}

.modal .checks .custom-checkbox {
  border: 1px solid #9992;
  padding: 10px 30px;
  border-radius: 30px;
  margin: 5px;
}

.modal .form-control {
  border-radius: 15px;
}
/*# sourceMappingURL=style.css.map */