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

@font-face {
  font-family: "JF_Flat";
  src: url("../fonts//JF-Flat-regular.eot");
  src: url("../fonts//JF-Flat-regular.eot?#iefix") format("embedded-opentype"), url("../fonts//JF-Flat-regular.svg#JF Flat Regular") format("svg"), url("../fonts//JF-Flat-regular.woff") format("woff"), url("../fonts//JF-Flat-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* ----------------------------------------------------------------
     [  Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
}

body {
  color: #102035;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'JF_Flat', 'Cairo', sans-serif;
  text-align: right;
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Tajawal', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

p,
.text {
  font-size: 15px;
  font-weight: 500;
  font-family: 'JF_Flat', 'Cairo', sans-serif;
  color: #616161;
  line-height: 30px;
  margin: 0;
}

.main-color {
  color: #00AA4E !important;
}

.sub-color {
  color: #B8D94F !important;
}

.third-color {
  color: #47A15D !important;
}

.main-bg-color {
  background-color: #00AA4E !important;
  color: #fff;
}

.sub-bg-color {
  background-color: #B8D94F !important;
  color: #fff;
}

.third-bg-color {
  background-color: #47A15D !important;
  color: #fff;
}

.head {
  margin-bottom: 80px;
}

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

.head h3 span {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.head h3 span svg {
  fill: #B8D94F;
  width: 100%;
  height: 100%;
  -webkit-transition: all .45s ease;
  transition: all .45s ease;
}

.head h3:hover span svg {
  fill: #47A15D;
}

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

ul {
  margin-bottom: 0;
}

span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

a:focus,
a:hover {
  color: inherit;
  outline: none;
}

button {
  border: none;
}

.icon {
  line-height: 1;
}

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

.clear-fix {
  clear: both;
}

.sam-height {
  height: 100%;
}

.half-padding {
  padding: 120px 5%;
}

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

.o-hidden {
  overflow: hidden;
}

.ontop {
  position: relative;
  z-index: 4;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.lg-line-height {
  line-height: 1.5;
}

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

.bg-fixed {
  background-attachment: fixed;
}

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

.slick-dots li {
  width: 7px;
  height: 5px;
  background: #fff;
  border-radius: 10px;
}

.slick-dots li.slick-active {
  width: 20px;
}

.slick-dots li button {
  display: none;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
}

.owl-theme .owl-dots {
  text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  border-radius: 4px;
  margin: 0 5px;
  background: rgba(200, 200, 200, 0.4);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #B8D94F;
}

.top,
.bottom {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  pointer-events: none;
  z-index: 7;
}

.top svg,
.bottom svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  height: 22px;
  fill: #fff;
}

.top {
  top: -2px;
}

.top svg {
  -webkit-transform: translateX(-50%) rotateY(180deg);
          transform: translateX(-50%) rotateY(180deg);
}

.bottom {
  bottom: -2px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bottom svg {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.stylebar {
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.stylebar::-webkit-scrollbar {
  width: 5px;
}

.stylebar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.stylebar::-webkit-scrollbar-thumb {
  background: #ccc;
}

.stylebar::-webkit-scrollbar-thumb:hover {
  background: #888;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  text-align: center;
  border-radius: 30px;
  padding: 14px 35px;
  background: transparent;
  -webkit-transition: all .4s;
  transition: all .4s;
}

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

.butn-bg {
  background: #00AA4E;
  border-color: #00AA4E;
}

.butn-bg:hover {
  background: #B8D94F;
  border-color: #B8D94F;
}

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

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

.butn-light {
  background: #fff;
  border-color: #fff;
}

.butn-light:hover {
  background: #B8D94F;
  border-color: #B8D94F;
}

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

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

.butn-light span {
  color: #00AA4E;
}

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

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start forms ]
-----------------------------------------------------------------*/
form .form-group {
  margin-bottom: 15px;
}

form .form-group label {
  margin-bottom: 10px;
  font-size: 13px;
  color: #00AA4E;
}

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

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

form .date_of_birth .col-md-4 {
  padding: 0 2px;
}

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

/* ----------------------------------------------------------------
     [ End forms ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start navbar ]
-----------------------------------------------------------------*/
.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 .rtl-row {
  float: left;
}

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

.navbar .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 5px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.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 .active {
  border-color: #00AA4E;
}

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

.nav-scroll {
  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);
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.nav-scroll .icon-bar {
  color: #222;
}

.nav-scroll .navbar-nav .nav-link {
  color: #222;
}

/* ----------------------------------------------------------------
     [ End navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    [  Start header ]
-----------------------------------------------------------------*/
.header {
  min-height: 100vh;
  padding: 250px 0 150px;
  background-attachment: fixed;
  background-position: center center;
  overflow: hidden !important;
}

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

.header .container {
  position: relative;
  z-index: 999 !important;
}

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

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

.header .caption h1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 75px;
}

.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: #00AA4E;
  font-weight: 800;
}

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

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

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

.header.pages .caption h1 {
  margin-bottom: 10px;
}

.header.pages .caption h6 a:first-of-type {
  color: #fff;
}

.header svg {
  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);
  fill: #fff;
  z-index: 99;
}

/* ----------------------------------------------------------------
     [ End header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start services ]
-----------------------------------------------------------------*/
.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:hover {
  border-color: #ccc;
}

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

.package .item:hover .title svg {
  fill: #B8D94F;
}

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

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

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

.package .item .title h5 span {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.package .item .title h5 span svg {
  fill: #f7f7f7;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
}

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

.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 {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background: #fff;
  border: 1px dashed #eee;
  padding: 14px;
  width: 160px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

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

/* ----------------------------------------------------------------
     [ End services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start subscribe ]
-----------------------------------------------------------------*/
.subscribe {
  padding: 80px 0;
  background: #47A15D;
  color: #fff;
  position: relative;
}

.subscribe .row {
  overflow: hidden;
  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: absolute;
  left: 10px;
  top: 45%;
  display: block;
  background: #B8D94F;
  height: 45px;
  width: 140px;
}

.subscribe .butn span {
  line-height: 1;
  color: #fff;
}

/* ----------------------------------------------------------------
     [ End subscribe ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start about ]
-----------------------------------------------------------------*/
.about {
  position: relative;
}

.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 .container {
  position: relative;
  z-index: 4;
}

.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;
}

/* ----------------------------------------------------------------
     [ End about ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  meals ]
-----------------------------------------------------------------*/
.meal .wtab-content {
  display: none;
}

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

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

.meal .week-tabs ul {
  display: inline-block;
  text-align: center;
  margin: auto;
}

.meal .week-tabs li {
  display: inline-block;
  padding: 10px 15px;
  background: #F8F9FA;
  margin-bottom: 10px;
  cursor: pointer;
}

.meal .week-tabs li.current {
  color: #fff;
  background: #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: #00AA4E;
  margin-top: 15px;
}

.meal .item .cont h5 span {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.meal .item .cont h5 span svg {
  fill: #F6F7FB;
  width: 100%;
  height: 100%;
  -webkit-transition: all .45s ease;
  transition: all .45s ease;
}

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

.meal .item .cont h5:hover span svg {
  fill: #47A15D;
}

.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;
}

/* ----------------------------------------------------------------
     [ End meals ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  video ]
-----------------------------------------------------------------*/
.video {
  height: 480px;
  position: relative;
}

.video .container {
  position: relative;
  z-index: 6;
}

.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 .vid-butn {
  font-size: 70px;
  color: #fff;
}

/* ----------------------------------------------------------------
     [ video ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start why-us ]
-----------------------------------------------------------------*/
.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 h4 {
  font-size: 18px;
  font-weight: bold;
}

/* ----------------------------------------------------------------
     [ End why-us ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start testimonials ]
-----------------------------------------------------------------*/
.testimonials {
  position: relative;
}

.testimonials .container-fluid {
  position: relative;
  z-index: 4;
}

.testimonials:before {
  opacity: .98 !important;
}

.testimonials .head {
  margin-bottom: 50px;
}

.testimonials .item {
  padding: 40px 30px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  margin: 30px 15px;
}

.testimonials .item .cont {
  overflow: hidden;
  height: 70px;
  margin-bottom: 15px;
}

.testimonials .item .cont .img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  float: right;
}

.testimonials .item .cont .rate {
  margin-right: 80px;
  line-height: 70px;
}

.testimonials .item .cont .rate i {
  color: #00AA4E;
}

.testimonials .item .text {
  opacity: .8;
}

.testimonials .item .info {
  padding-top: 20px;
  margin-top: 30px;
  position: relative;
}

.testimonials .item .info:after {
  content: '';
  width: 100px;
  height: 1px;
  background: #B8D94F;
  position: absolute;
  top: 0;
  right: 0;
}

.testimonials .item .info h5 {
  font-size: 17px;
  font-weight: 700;
}

.testimonials .item .info span {
  font-size: 13px;
  color: #47A15D;
  margin-top: 8px;
}

.testimonials .owl-item {
  opacity: .5;
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}

.testimonials .owl-item.center {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ----------------------------------------------------------------
     [ End testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start Blog ]
-----------------------------------------------------------------*/
.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:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.blog .item .post-img img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

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

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

.blog .item .info a {
  font-size: 11px;
  margin-left: 15px;
  color: #47A15D;
}

.blog .item .info a:last-of-type {
  margin-right: 0;
}

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

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

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

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

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

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

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

.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;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ Start order-meals ]
-----------------------------------------------------------------*/
.order-meals .progres {
  margin-bottom: 40px;
}

.order-meals .progres li {
  display: inline-block;
  width: 170px;
  padding: 10px 10px 5px;
  background: #f6f9fb;
  border-radius: 5px;
  border-bottom: 5px solid #eee;
  margin-left: 0;
  cursor: default;
  font-size: 12px;
}

.order-meals .progres li.current {
  background: #00AA4E;
  color: #fff;
  border-color: #47A15D;
}

.order-meals .progres li.current:after {
  content: '\f00c';
  background: #fff;
  color: #B8D94F;
}

.order-meals .progres li .numb {
  margin-left: 5px;
}

.order-meals .progres li: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;
}

.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 .tab-content .details {
  padding: 15px 30px;
  background: rgba(184, 217, 79, 0.2);
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
}

.order-meals .tab-content .details .icon {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 20px;
  color: #B8D94F;
}

.order-meals .tab-content .details h6 {
  font-size: 14px;
  margin-bottom: 5px;
}

.order-meals .tab-content .details p {
  font-size: 12px;
}

.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: #00AA4E;
}

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

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

.order-meals .aselect {
  position: relative;
  width: 330px;
  display: inline-block;
  margin-top: 30px;
}

.order-meals .aselect h6 {
  margin-bottom: 15px;
}

.order-meals .aselect select {
  display: none;
}

.order-meals .select-selected {
  width: 100%;
  padding: 12px;
  background: #F8F9FA;
  border: 1px solid #F6F7FB;
}

.order-meals .select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  left: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #444 transparent transparent transparent;
}

.order-meals .select-selected.select-arrow-active:after {
  border-color: transparent transparent #444 transparent;
  top: 7px;
}

.order-meals .select-items div,
.order-meals .select-selected {
  padding: 12px 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}

.order-meals .select-items {
  position: absolute;
  background-color: #00AA4E;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0px 5px 10px rgba(200, 200, 200, 0.3);
          box-shadow: 0px 5px 10px rgba(200, 200, 200, 0.3);
  max-height: 200px;
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.order-meals .select-items::-webkit-scrollbar {
  width: 5px;
}

.order-meals .select-items::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.order-meals .select-items::-webkit-scrollbar-thumb {
  background: #ccc;
}

.order-meals .select-items::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.order-meals .select-items > div {
  background: #fff;
}

.order-meals .select-items > div:hover {
  color: #fff !important;
}

.order-meals .select-hide {
  display: none;
}

.order-meals .select-items div:hover,
.order-meals .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.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: #00AA4E;
  border-color: #00AA4E;
  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: #00AA4E;
  margin-top: 15px;
}

.order-meals .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;
}

.order-meals .cards-radio-btn .radio-card {
  text-align: center;
  margin: 0 5px;
  position: relative;
  display: block;
  width: 150px;
}

.order-meals .cards-radio-btn .radio-card .pay-img {
  width: 100px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  display: block;
}

.order-meals .cards-radio-btn .radio-card label {
  cursor: pointer;
  position: relative;
  display: block;
  margin: 0 5px;
}

.order-meals .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;
}

.order-meals .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;
}

.order-meals .cards-radio-btn .radio-card h6 {
  color: #777;
  margin-top: .4rem;
  font-size: 1.1rem;
  font-weight: bold;
}

.order-meals .cards-radio-btn .radio-card p {
  margin-bottom: 0;
  color: #777;
  font-weight: bold;
}

.order-meals .cards-radio-btn .radio-card .card-input-element {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

.order-meals .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;
}

.order-meals .cards-radio-btn .radio-card .card-input-element:checked + .card-input h6 {
  color: #C1ED6E;
}

.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 .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: #00AA4E;
}

.week-meal .content .box h5 span {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.week-meal .content .box h5 span svg {
  fill: #F6F7FB;
  width: 100%;
  height: 100%;
  -webkit-transition: all .45s ease;
  transition: all .45s ease;
}

.week-meal .content .box h5:hover {
  color: #fff;
}

.week-meal .content .box h5:hover span svg {
  fill: #47A15D;
}

.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;
}

.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: #00AA4E;
}

.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;
}

.order-meals .form-control {
  width: 330px;
  height: 44px;
  background-color: #F8F9FA;
  border: 1px solid #F8F9FA;
}

.bmi form {
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* ----------------------------------------------------------------
     [ End order-meals ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ Start contact ]
-----------------------------------------------------------------*/
.contact .contact-info {
  padding: 30px;
  background: #fcfcfc;
  border-radius: 10px;
  position: relative;
}

.contact .contact-info:after, .contact .contact-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);
}

.contact .contact-info:after {
  top: -17px;
}

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

.contact .contact-form form {
  margin: 0;
}

.contact .contact-form form input,
.contact .contact-form form textarea {
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  border: 1px solid #eee;
}

.contact .contact-form form textarea {
  height: 160px;
}

.contact .contact-form form button {
  border: 0;
  width: 160px;
  text-align: center;
  margin: auto;
}

/* ----------------------------------------------------------------
     [ End contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ Start register ]
-----------------------------------------------------------------*/
.register-pg form {
  padding: 40px 30px;
  -webkit-box-shadow: 0 5px 15px rgba(200, 200, 200, 0.5);
          box-shadow: 0 5px 15px rgba(200, 200, 200, 0.5);
  border-radius: 15px;
  background: #fff;
}

/* ----------------------------------------------------------------
     [ Start news ]
-----------------------------------------------------------------*/
.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 {
  position: absolute;
  top: -20px;
  right: 20%;
}

.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: #47A15D;
  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;
}

/* --------------------------- */
.pagination ul {
  margin: auto;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 0 5px;
  background-color: #fff;
  border: 1px solid #9993;
}

.pagination ul li a:hover {
  background-color: #00AA4E;
  color: #fff;
}

/* ----------------------------------------------------------------
     [ Start profile page ]
-----------------------------------------------------------------*/
.profile img {
  width: 100%;
}

.profile .fixed-r-nav {
  -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 .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:hover .butn {
  opacity: 1;
  cursor: pointer;
}

.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: #00AA4E;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border: none;
  opacity: 0;
}

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

#saveImage {
  display: none;
}

.profile .fixed-r-nav .nav-tabs {
  margin-top: 60px;
  padding-bottom: 15px;
  border: none;
}

.profile .fixed-r-nav .nav-tabs li {
  color: #00AA4E;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid #9994;
}

.profile .fixed-r-nav .nav-tabs li:hover,
.profile .fixed-r-nav .nav-tabs li .active {
  background: linear-gradient(-135deg, #00AA4E, #00D15B);
  color: #fff;
}

.profile .fixed-r-nav .nav-tabs li a {
  display: block;
  padding: 10px;
}

.profile .fixed-r-nav .nav-tabs li a:hover,
.profile .fixed-r-nav .nav-tabs li.active a:hover {
  color: #fff;
}

.profile .tabs .tab-content .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 .tabs .tab-content {
  background-color: #fff;
  padding: 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 .tabs .tab-content .tab1 .content .items h5 {
  font-size: 16px;
}

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

.profile .tabs .butn {
  display: block;
  margin-top: 30px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
}

.profile .tabs .tab-content p {
  margin-bottom: 0;
}

.profile .butn {
  border: 1px solid #00AA4E;
  border-radius: 30px;
}

.profile .butn:hover {
  background-color: #00AA4E;
  color: #fff;
}

.profile .submit-tab-butn {
  width: 180px !important;
  margin: auto;
}

.menu_order_tap .week-tabs ul {
  overflow-x: auto;
}

.menu_order_tap .week-tabs ul::-webkit-scrollbar {
  height: 3px;
  cursor: pointer;
}

.menu_order_tap .week-tabs ul::-webkit-scrollbar-track {
  background-color: #ccc;
}

.menu_order_tap .week-tabs ul::-webkit-scrollbar-thumb {
  background: #00AA4E;
  border-radius: 8px;
}

.menu_order_tap .week-tabs ul li {
  border-radius: 5px;
  margin: 0 2px 10px  2px;
}

.menu_order_tap .week-tabs ul span {
  display: block;
}

.menu_order_tap .week-tabs ul .date {
  margin-top: 10px;
  color: #888;
}

.menu_order_tap .week-tabs ul .current {
  position: relative;
}

.menu_order_tap .week-tabs ul .current::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;
}

.menu_order_tap .week-meal .week-tabs li.current .date {
  color: #fff;
}

.subscription_tap .table-responsive {
  overflow-x: scroll;
  overflow-y: hidden;
}

.subscription_tap .table {
  white-space: nowrap;
}

.subscription_tap .table .thead-dark th {
  background-color: #00AA4E;
  border-color: #fff2;
}

.subscription_tap .table .butn {
  margin-top: 0;
}

.subscription_tap .table .butn span {
  font-size: 12px;
  font-weight: bold;
}

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

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

.subscription_tap .items {
  background-color: #f9f9f9;
  border-radius: 15px;
  padding: 25px 15px;
  margin-bottom: 15px;
}

.subscription_tap .items h5 {
  font-size: 1rem;
}

.subscription_tap .items h5 span {
  color: #666;
  font-weight: 500;
  margin: 0 10px;
}

.subscription_tap .items h5 .butn {
  margin: 0;
  padding: 0;
  border: transparent;
  color: #00AA4E;
}

.subscription_tap .items h5 .butn:hover {
  background-color: transparent;
  color: #026c33;
}

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

.subscription_tap .table-responsive::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background: #f1f1f1;
  border-radius: 10px;
}

.subscription_tap .table-responsive::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

.subscription_tap .table-responsive::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

.ui-datepicker {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 8px 15px;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  border: transparent !important;
}

/* ----------------------------------------------------------------
     [ Start steps ]
-----------------------------------------------------------------*/
.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::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  z-index: -1;
}

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

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

.steps .steps-info li {
  padding: 25px 15px;
  background-color: #47A15D;
  margin-bottom: 10px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  color: #fff;
}

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

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

/* ----------------------------------------------------------------
     [ Start Footer ]
-----------------------------------------------------------------*/
footer {
  padding: 100px 0 0;
  background-size: cover;
  position: relative;
}

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;
  margin-bottom: 40px;
}

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

footer .item h5 span svg {
  fill: #47A15D;
  width: 100%;
  height: 100%;
  -webkit-transition: all .45s ease;
  transition: all .45s ease;
  opacity: .3;
}

footer .item h5:hover span svg {
  fill: #B8D94F;
}

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: #00AA4E;
  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;
}

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

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

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

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
.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: 50px 30px;
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 15px;
  background-color: #47A15D;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.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;
}

/* ----------------------------------------------------------------
 	 [ 16 Responsive ]
-----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .navbar .rtl-row {
    float: none;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #f5fbff;
    text-align: center;
    padding: 10px 0;
  }
  .navbar .navbar-collapse .nav-item {
    width: 100%;
    display: block;
    float: none;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
    color: #1d125c !important;
  }
  .navbar .nav-link:after {
    display: none;
  }
  .about .content {
    margin-top: 50px;
  }
  .why-us {
    padding-bottom: 90px;
  }
  .why-us .item {
    margin-bottom: 30px;
  }
  .testimonials .owl-item {
    opacity: 1;
  }
  .blog .item {
    margin-bottom: 50px;
  }
  .blog .item img {
    width: 100%;
  }
  .steps .circle {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .header .caption h1 {
    font-size: 35px;
  }
  .order-meals .progres li {
    margin-bottom: 15px;
  }
  .meal .item .info {
    margin-top: 30px;
  }
  .order-meals .week-meal .content .cont {
    padding: 0 30px;
  }
  .order-meals .week-meal .content .info {
    margin-top: 30px;
  }
  .news .blog-side ul li img {
    width: 100%;
    height: 150px;
    float: none;
  }
  .news .blog-side ul li p {
    margin-right: 0;
    padding: 15px;
  }
  .order-meals .week-meal .week-tabs li {
    padding: 10px 5px;
    font-size: 11px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  .header .caption h1 {
    font-size: 22px;
  }
  .header .caption p {
    font-size: 13px;
  }
  .order-meals .week-meal .content .img {
    width: 200px;
    margin: 0 auto 15px;
  }
  .order-meals .week-meal .content .cont {
    text-align: center;
    width: 100%;
  }
  .subscribe {
    text-align: center;
  }
  .subscribe .cont {
    margin-bottom: 30px;
  }
  .subscribe .butn {
    position: static;
    margin: auto;
  }
  .meal .item .img {
    margin: auto;
  }
  .meal .item .cont {
    text-align: center;
  }
  footer .sub-footer {
    text-align: center;
  }
  footer .sub-footer .rights {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  .steps .circle {
    float: none;
    width: 300px;
    height: 300px;
  }
  .steps .circle h4 {
    line-height: 300px;
  }
}
/*# sourceMappingURL=style.css.map */