html,
body {
  font-size: 16px;
}

a {
  text-decoration: none;
}

body {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
}

.homPopBut.disabled{
  pointer-events: none;
  opacity: 0.7;
}

.faq-bx{
  background:url('../images/faq-bg.jpg') no-repeat center center / cover;
  padding:3rem 0;
}

.h1 {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.75rem;
  color: #63A54F;
}

.load-display{
  display: none;
}

.loaded-active .load-display{
  display: block;
}

.h2 {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.8125rem;
  color: #292929;
}
.couponCodeCont{
  width:24rem;
}
.h2 small {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6875rem;
  color: #7A458B;
}

.h3 {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.8125rem;
  color: #292929;
  text-transform: uppercase;
}

.h4 {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #292929;
}

.brief {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #848484;
}

.note {
  font-size: 1rem;
  color: red;
  font-weight: normal;
  text-transform: none;
}

.left-sidebar {
  width: 100%;
  background: #F4FFF1;
  border-radius: 20px;
  /* padding:2rem 0; */
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 5px;
}

.container {
  max-width: 90%;
}

.inherit-height {
  max-height: inherit;
}

#HeaderContactInfo{
  min-height: 2.35rem;
}

/*///////////MAIN LOADER//////// */

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 5% auto;
  border-radius: 50%;
  border: 6px solid #B1E0A3;
  border-color: #B1E0A3 transparent #B1E0A3 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.subscribe_row .btn_form{
  width: 6.375rem;
  height: 2.125rem;


  background: #7A458B;
  border-radius: 0px 6px 6px 0px;
  border: oldlace;
  appearance: none;
  outline: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 0.875rem;
  position: absolute;
  right: 0;
}
.popup_inout .mobile-input{
  display:flex;
  width:320px;
  margin: 0 auto;
}
.popup_inout  .mobile-input input[name="country_code"]{
 width:75px;
 border-top-right-radius:inherit;
 border-bottom-right-radius:inherit;
 border-right:none;
}
.popup_inout  .mobile-input input[name="phone"]{
  border-top-left-radius:inherit;
 border-bottom-left-radius:inherit;
}
/* /////////CHECKOUT//// */
.edit_profile_wrapper {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  overflow: auto;
}

.popup_wrapper {
  width: 35.5rem;
  left: 436px;
  background: #FFFFFF;
  padding: 3rem;
}

.popup_wrapper .guest_title {
  padding-bottom: 2rem;
}

.edit_profile_btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
}

.profile_save {
  width: 12.875rem;
  height: 2.5rem;
  background: #7A458B;
  border: 1px #7A458B solid;
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  outline: none;
  cursor: pointer;
}

.profile_save:hover {
  border-color: #000;
}

.profile_cancel {
  width: 9.125rem;
  height: 2.5rem;
  border: 1px solid #000000;
  text-align: center;
  line-height: 2.5rem;
  color: #000;
}

.profile_cancel:hover {
  border-color: #7A458B;
  color: #000;
}

.address_book {
  background: #F8F8F8;
  padding: 2rem;
}

.address_book_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.address_new {
  color: #272727;
  font-size: 1rem;
  font-weight: 500;
}

.address_boox_row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px #DDDDDD solid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.address_boox_left p {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.7rem;
  /* identical to box height */
  color: #272727;
}

.address_boox_left p code {
  color: #CDCDCD;
  font-size: 0.8rem;
  font-weight: 500;
}

.address_boox_left span {
  color: #272727;
  font-size: 1rem;
  line-height: 1.3125rem;
}

.address_boox_right {
  display: flex;
  align-items: center;
}

.address_boox_right a {
  display: flex;
  align-items: center;
}

.delete_profile {
  color: #FF291B;
  margin-right: 1rem;
}

.address_boox_right a img {
  margin-right: 0.3rem;
  display: block;
}

.edit_profile {
  color: #272727;
}

.address_boox_row:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}

.edit_shipping_wrapper {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 9;
  visibility: hidden;
  overflow: auto;
}

.edit_shipping_wrapper.active {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.edit_shipping_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.5rem;
}

.edit_shipping_top .guest_title {
  padding: 0;
}

.add_shipping_address {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 9;
  visibility: hidden;
  overflow: auto;
}

.add_shipping_address.active .popup_wrapper{
  opacity: 1;
  visibility: visible;  
}

.add_shipping_address.active {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.delete_address.active {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.delete_address {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 9;
  visibility: hidden;
  overflow: auto;
}

.address_remove {
  width: 9.125rem;
  height: 2.5rem;
  border: 1px solid #ff291b;
  text-align: center;
  line-height: 2.5rem;
  color: #ff291b;
}

.delete_address .edit_profile_btn {
  padding-top: 2rem;
}

.address_remove:hover {
  border-color: #000;
  color: #ff291b;
}

.edit_change.add_payments {
  justify-content: flex-end;
}

.edit_profile_wrapper.active {
  opacity: 1;
  z-index: 9;
  visibility: visible;
}

.add_shipping_address  .popup_wrapper {
  width: 35.5rem;
  /* left: 436px; */
  background: #FFFFFF;
  padding: 3rem;
  position: relative;
  height: auto !important;
}


/* /////////END CHECKOUT/////// */


.loader-2{
    position: relative;
    width:100%;
    min-height: 70vh;}

.load-cont{
  opacity:0;

  transition-delay: 0.9s;
transition-duration: 0.8s;
transition-property: all;
transition-timing-function: ease;

-webkit-transition-delay: 0.9s;
-webkit-transition-duration: 0.8s;
-webkit-transition-property: all;
-webkit-transition-timing-function: ease;

-moz-transition-delay: 0.9s;
-moz-transition-duration: 0.8s;
-moz-transition-property: all;
-moz-transition-timing-function: ease;

-ms-transition-delay: 0.9s;
-ms-transition-duration: 0.8s;
-ms-transition-property: all;
-ms-transition-timing-function: ease;	

-o-transition-delay: 0.9s;
-o-transition-duration: 0.8s;
-o-transition-property: all;
-o-transition-timing-function: ease;
}  

.loaded-active .load-cont{
  opacity:1;
}

.home_hero_cont{
  min-height: 80vh;
}
.height-15{
  min-height:15vw; 
}
.height-50{
  min-height:35vw; 
}

.height-30{
  min-height: 30vw;
}

.height-100{
  min-height:100vw;
}



.load-cont .breadcrumbs_row{
opacity: 0;
visibility: hidden;

height:0;
transition-delay: 0.9s;
transition-duration: 0.8s;
transition-property: all;
transition-timing-function: ease;

-webkit-transition-delay: 0.9s;
-webkit-transition-duration: 0.8s;
-webkit-transition-property: all;
-webkit-transition-timing-function: ease;

-moz-transition-delay: 0.9s;
-moz-transition-duration: 0.8s;
-moz-transition-property: all;
-moz-transition-timing-function: ease;

-ms-transition-delay: 0.9s;
-ms-transition-duration: 0.8s;
-ms-transition-property: all;
-ms-transition-timing-function: ease;	

-o-transition-delay: 0.9s;
-o-transition-duration: 0.8s;
-o-transition-property: all;
-o-transition-timing-function: ease;
}

.loaded-active .load-cont .breadcrumbs_row{
  opacity: 1;
  visibility: visible;
  height:100%;
  }

/* ////////END LOADER/////// */

.customize_row.hide{
  display: none;
}
/* ////////PRODUCTS LOADER/////// */
.l-style-1 {
  height: 4rem;
  margin-bottom: 1rem;
}

.l-style-2 {
  height: 3rem;
}

.l-style-3{
  height: 20rem;
}

.l-style {
  width: 100%;
  display: inline-block;
  background: #C4C4C4;
}

.products-loader {
      animation: loaderAnimation 3s infinite;
  }
  
  @keyframes loaderAnimation {
      0% {
         opacity:0.3;
      }
      50% {
        opacity:0.8;
      }
      100% {
        opacity:0.3;
      }
  }

  .loading-products{
      text-align: center;
      padding:1rem 0;
      margin-bottom: 2rem;
  }
/* ////////END PRODUCTS LOADER/////// */

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

.error{
  display: inline-block;
  flex-direction: row;
  align-items: flex-start;
  padding: 9px 16px;
  padding-left: 2rem;
  
  width: 100%;
  
  /* Dust Red / 1 */
  
  
  /* Dust Red / 2 */
  
  border: 1px solid #FFCCC7;
  box-sizing: border-box;
  margin-bottom: 1rem;
  
  background:url('../images/error.png') no-repeat 0.5rem 0.9rem;
  background-color: #FFF1F0;
  text-align: left;
  }
  
  .success{
      display: inline-block;
      flex-direction: row;
      align-items: flex-start;
      padding: 9px 16px;
      padding-left: 2rem;
      width: 100%;
      text-align: left;
      
      /* Dust Red / 1 */
      
     
      /* Dust Red / 2 */
      
      border: 1px solid #B7EB8F;
      box-sizing: border-box;
      margin-bottom: 1rem;
  
      background:url('../images/success.png') no-repeat 0.5rem 0.9rem;
      background-color: #F6FFED;
      }
  
      .warning{
          display: inline-block;
          flex-direction: row;
          align-items: flex-start;
          padding: 9px 16px;
          padding-left: 2rem;
          width: 100%;
          text-align: left;
          /* Dust Red / 1 */
          
          
          /* Dust Red / 2 */
          
          border: 1px solid #FFE58F;
          box-sizing: border-box;
          margin-bottom: 1rem;
          background:url('../images/warning.png') no-repeat 0.5rem 0.9rem;
          background-color: #FFFBE6;
          }   
.messages p{
  font-size: 1rem;
  margin-bottom: 0.2rem !important;
  margin-left: 0 !important;
}
.messages p {
  font-size: 1rem;
  padding-left: 0;
 
}
.messages div p:last-child{
  margin-bottom: 0;
}


 
.auto_search {
  position: absolute;
  width: 100%;
  top: 3rem;
  background: #F8F8F8;
  z-index: 1;
  padding: 0.4rem 1rem;
  display: none;
  max-height: 18rem;
  overflow-y: auto;
}

.search_on button{
  font-size: 0 !important;
  background-color: inherit;
  background-image:url('../images/loading-2.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.1rem;
}

.search_on button img{
  opacity:0;
}

.auto_search_row {
  display: flex;
  align-items: center;
  padding: 0.5rem 0rem;
  border-bottom: 1px #E1E1E1 solid;
  margin-bottom: 0.5rem;
}

.auto_search_row > a{
  display: flex;
  width:100%;
}

.auto_search_content {
  display: flex;
  align-items: center;
  padding-left: 0.7rem;
  justify-content: space-between;
  width: calc(100% - 3.625rem);
}

.auto_search_content p {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  /* identical to box height */
  color: #000000;
}

.auto_search_content p a {
  color: #000;
}

.auto_search_content div>span {
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.125rem;
  /* identical to box height */
  align-items: center;
  color: #9A9A9A;
}

.auto_search_img {
  width: 3.625rem;
  height: 3.625rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auto_search_price {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  /* identical to box height */
  color: #000000;
}

.auto_search_img img{
  width: 100%;
}

.HeaderSearch{
  position: relative;
}
 /* ////////////// */  
 .user-no-login .new_add, .checkout-page .new_add{
   display:none !important;
 }
 .user-login .not-login, .user-no-login .logged{
  display: none !important;
}

.user-no-login .not-login, .user-login .logged{
  display: block !important;
}

.user-no-login .navHeaderContainer .not-login, .user-login .navHeaderContainer .logged{
  display:none !important;
}

.left-sidebar ul {
  padding: 0;
  margin: 0;
}

.left-sidebar ul li {
  display: flex;
  flex: none;
  order: 1;
  flex-grow: 0;
  padding: 0 1.8rem;
  align-items: center;
  /* border-bottom: 1px solid #CBE7C3; */
  list-style: none;
  position: relative;
}

.alldays-btn {
  display: flex;
  flex: none;
  order: 1;
  flex-grow: 0;
  padding: 0 1.8rem;
  align-items: center;
  /* border-bottom: 1px solid #CBE7C3; */
  list-style: none;
  position: relative;
}

.left-sidebar ul li:after {
  width: 70%;
  left: 15%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: #CBE7C3;
}

.left-sidebar ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.left-sidebar ul li label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #292929;
  padding: 1rem 0;
  cursor: pointer;
}

.left-sidebar ul li a {
  position: absolute;
  right: 8%;
  cursor: pointer;
  color: #292929;
  font-size: 1.5rem;
}

.alldays-btn a {
  position: absolute;
  right: 8%;
  cursor: pointer;
  color: #292929;
  font-size: 1.5rem;
}

.select-meals-link:not(.is-filling) .to-select,
.select-meals-link.is-filling .change-select {
  display: inline-block;
}

.select-meals-link.is-filling .to-select,
.select-meals-link:not(.is-filling) .change-select {
  display: none;
}

.left-sidebar ul li label.disabled {
  cursor: default;
  opacity: 0.5
}

.left-sidebar ul li label input[type="checkbox"] {
  margin-right: 0.7rem;
}

.empty-results {
  text-align: center;
  height: 26rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
}

.empty-results.hide {
  display: none;
}

.empty-head {
  font-size: 1.5rem;
  line-height: 1.6875rem;
  text-align: center;
  color: #292929;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0.4rem 0;

}

.empty-text {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #A5A5A5;
  flex: none;
  order: 2;
  flex-grow: 0;
  margin: 0.4rem 0;
}

.bt-save {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1.25rem;
  background: #B4A5B9;
  border-radius: 6px;
}

.meal-selection.hide {
  display: none;
}

.food-selection {
  background: #F7F7F7;
  padding-top: 4rem;
  padding-bottom: 4rem
}

.food-selection.hide {
  display: none;
}

.food-selection .h1 {
  margin-bottom: 1rem;
  line-height: 1.75rem;
}

.food-selection .h1 small {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #292929;
}

.food-selection .h2 {
  margin-bottom: 2rem;
}

.food-selection .brief {
  margin-bottom: 3rem;
}

.accordion-body {
  border-radius: 10px;
  padding: 2rem;
  background-color: #fff;
}

.h2.accordion-head {
  color: #63A54F;
  margin-bottom: 2rem;
}

.accordion-body .h4 {
  border-bottom: 1px solid #CBE7C3;
  padding: .3rem 0;
  margin-bottom: 0;
}

.accordion-body .h4.selected {
  color: green !important;
}

.accordion-body .h4 a {
  font-size: 1.5rem;
  font-weight: light;
  float: right;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  text-decoration: none;
  color: #7A458B
}

a i {
  font-style: normal;
}

a i.plus,
a.show i.minus {
  display: block;
}

a.show i.plus,
a i.minus {
  display: none;
}

.menu-selection {
  padding: 1.5rem;
  background-color: #F4FFF1;
  display: none
}

.menu-selection ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.menu-selection ul li {
  flex: 50%;
  margin: 0 0 1.2rem 0;
  padding: 0;
}

.menu-selection ul li label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  color: #292929;
}

.menu-selection ul li label input[type="radio"] {
  margin-right: 1rem;
}

.menu-selection h5 {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  color: #63A54F;
  padding: 0.6rem 0;
  border-bottom: 1px solid #CBE7C3;
  margin: 0 0 1rem 0;
}

.popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
}

.popup.show {
  display: flex;
}

.popup-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
  width: 31.25rem;
  height: max-content;
  padding: 2rem;
  background: #FFFFFF;
  border-radius: 20px;
  position: relative;
  z-index: 6;
}

.abs-icon {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  z-index: 0;
}

.success-response {
  text-align: center;
}

.response-text {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: center;
  color: #000000;
  margin-top: 3rem;
}

#food-items-selection .btn-big {
  margin-top: 3rem;
}

.btn-big {
  display: inline-block;
  height: 2.35rem;
  padding: 0 1.25rem;
  background: #7A458B;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2.35rem;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-family: 'Lato', sans-serif;
}

.hide-btn .btn-big {
  display: none !important;
}


.language_change ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: -20px;
  top: 40px;
  background: #F4FFF1;
  padding: 0.2rem 0.4rem;
  text-align: left;
  width: 60px;
  z-index: 9;
  border-radius: 4px;
  opacity: 0;
  z-index: -1;
}

.language_change {
  position: relative;
  margin-left: 1.2rem;
  color: #7A458B;
  font-size: 0.875rem;
  font-family: 'Lato', sans-serif;
  background-image: url(../images/language_arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 1.2rem;
}
.color-green {
  color: #63A54F
}
.color-violet{
  color: #7A458B;
}
.language_change ul a {
  padding: 0;
  display: block;
  text-align: left;
  margin: 0;
  color: #292929;
}

.language_change ul li {
  padding: 0.2rem 0.2rem;
}


.btn-big:disabled {
  cursor: default;
  opacity: 0.6
}

.btn-big:not(:disabled):hover {
  background-color: #fff;
  color: #7A458B
}

.btn-big-white {
  display: inline-block;
  height: 2.37rem;
  padding: 0 1.25rem;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2.37rem;
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
  color: #63A54F
}

.btn-big-white:hover {
  opacity: 0.6;
  color: #63A54F
}

header#header.darkHeader .navHeader{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}
/* 
header#header.darkHeader div#MainHeader {
  display: none;
}

header#header.darkHeader div#TopBar {
  display: none;
} */

/* header {
    
} */
#TopBar {
  text-align: center;
  background: #63A54F;
}

#TopBar span {
  display: inline-block;
  padding: 0.5rem 0
}

nav.nav_bar ul li a.btn-big{
  color: white;
  line-height: 2rem;
  padding: 0 2rem;
}

#TopBar span {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #FFFFFF;
}

#TopBar span.middle {
  margin: 0 1.2rem
}

#TopBar span i:not(.hide-mobile) {
  color: #7A458B;
  margin: 0.2rem;
}

#TopBar span a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Lato';
}

#TopBar span a:hover {
  color: #7A458B;
}

#TopBar span b {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Asap';
}

#MainHeader {
  background: #F2F2F2;
}

.MainHeaderCenter {
  padding: 1.5rem 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.logo {
  position: absolute;
  left: 0;
  top: 0.7rem;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  display: flex;
  align-items: stretch;
}

.delivery_all {
  display: flex;
  align-items: center;
  padding-left: 3rem;
  position: relative;
}

.delivery_all p {
  margin: auto;
  color: #292929;
  font-size: 1rem;
  text-align: right;
  line-height: 1.125rem;
  font-family: 'Asap', sans-serif;
}

.delivery_all i img {
  display: block;
}

.delivery_all i {
  margin-left: 1rem;
}

.HeaderSearch {
  display: block;
  /* vertical-align: top; */
  width: max-content;
  margin: 0 auto;
}

.HeaderSearch input[type="text"] {
  background-color: #ffffff;
  border-radius: 6px 0px 0px 6px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #8C8C8C;
  width: 26.3rem;
  height: 2.25rem;
  border: none;
  padding: 0 1rem;
  outline: none !important;
  float: left;
}

.HeaderSearch button {
  width: 3.6875rem;
  height: 2.25rem;
  background-color: #7A458B;
  border-radius: 0px 6px 6px 0px;
  color: #fff;
  float: left;
  border: none;
}

.cta-buttons {
  float: right;
  display: flex;
  align-items: center;
}

.cta-buttons a {
  margin-left: 1rem;
}

.banner {
  background-color: #fff;
  display: flex;
}

#main-banner.hide {
  display: none !important;
}

.left-banner {
  width: 50%;
  float: left;
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
  padding-right: 1.2rem;
}

.left-banner .title {
  font-family: Gochi Hand;
  font-style: normal;
  font-weight: normal;
  font-size: 3.125rem;
  line-height: 3.6875rem;
  color: #7A458B;
  margin-bottom: 1rem;
}

.left-banner .brief {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #292929;
}

.left-banner,
.right-banner {
  height: 23rem;
}

.right-banner {
  width: 50vw;
  position: absolute;
  right: 0;
}

.right-banner>div {
  width: 100%;
  height: 100%;
}

.right-banner>div.hide {
  display: none !important;
}

.right-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  width: 100%;
  display: flex;
  padding: 2rem 0;
  background-color: #F2F2F2;
  font-family: 'Lato', sans-serif;
}

.footer-logo {
  text-align: left;
  width: 100%;
}

.loading-container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-content {
  text-align: center;
  height: 65vh;
  display: flex;
  align-items: center;
}

.mob {
  display: none;
}


.navHeader {
  width: 100%;
  background: #B1E0A3;
}

.navHeader .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.5rem;
}

.navHeaderContainer {
  height: 3.5rem;
  display: inline-block;
  width: 100%;
}

.about_hero{
  min-height: 40vh;
}

nav.nav_bar ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav.nav_bar ul li.active a {
  background: #63A54F;
  color: #fff;
  transition: all 1s;
}

nav.nav_bar ul li {
  padding: 0 0.5rem;
}

nav.nav_bar ul li a {
  color: #3D702D;
  font-size: 0.9rem;
  padding: 0.5rem 0.5rem;
  border-radius: 4px;
  font-family: 'Lato';
}
nav.nav_bar ul li.offers a{
  opacity:0.7;
}
nav.nav_bar ul li:hover a, nav.nav_bar ul li.offers a {
  background: #63A54F;
  color: #fff;
  transition: all 1s;
 
}
nav.nav_bar ul li:hover a, nav.nav_bar ul li.offers:hover a, nav.nav_bar ul li.offers.active a{
  opacity:1;
}

nav.nav_bar ul li:first-child {
  padding-left: 0;
}

nav.nav_bar ul li:last-child {
  padding-right: 0;
}

ul.header_icon {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  height: 3.5rem;
}

ul.header_icon li img {
  display: block;
}

ul.header_icon>li {
  padding: 0.8rem 0.4rem;
}
.customize_title .download_pdf {
  color: #292929;
  font-size: 13px;
  float: right;
  margin-top: 5px;
  font-weight: normal;
}
.download_pdf i{
  color:#63A54F;
}
.download_pdf{
  color:#292929;
}
.download_pdf:hover{
  color:#7A458B;
}

.user_dropdown:hover {
  background: rgb(244 255 241 / 90%);
  border-radius: 5px;
}

li.user_dropdown {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  position: relative;
}

li.user_dropdown img {
  margin: 0 0.2rem;
}


.cart_dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 1rem;
  position: absolute;
  top: 100%;
  right: 0;
  
  width: 235px;
  z-index: 9;
  
  transition: all 1s;
  opacity: 0;
  z-index: -1;
  display: inline-block
}


.cart_dropdown ul{
  padding: 0;
  margin: 0;
  border-radius: 10px;
  width:100%;
  overflow: hidden;
}

.cart_dropdown li {
  display: block;
  padding: 0.5rem 0.6rem;
  background: #F4FFF1;
}
.text1{
  color: #B7B7B7;
  font-size: 1.5rem;
}
.cart_dropdown li a {
  display: flex;
  align-items: center;
  color: #292929;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  cursor: pointer;
}

.cart_dropdown li a i {
  margin-right: 0.4rem;
}

.cart_dropdown li:hover {}

.cart_dropdown li:hover {
  background: #B1E0A3;
}

.user-no-login li.user_dropdown:hover .cart_dropdown.not-login, .user-login li.user_dropdown:hover .cart_dropdown.logged {
  opacity: 1;
  z-index: 9;
  display:block !important;
}

.header-count{
  position: absolute;
  top: 1.4rem;
  padding: 0.3rem;
  border-radius: 100%;
  background: #FF291B;
  right: 0.5rem;

}

.cart_img{
  width:8rem;
  padding-right: 1rem;
}

.cart_img img{
  width: 8rem;
  max-width: 100%;
}

#header{
  position: relative;
  z-index: 10000;
}
.product_box_cart.loader-1, .add_cart.loader-1{
  font-size: 0 !important;
  background:url('../images/loading-1.gif') no-repeat center center;
 
}
.product_box_cart.loader-1{
  font-size: 0.875rem !important;
}
 
.li-cart{
  position: relative;
}
.header-message{
  position: absolute;
  right:0.5rem;
  top:100%;
  margin-top:0.5rem;
  z-index: 105;
}
.header-count.added_items_header{
  width: 1.2rem;
  height: 1.2rem;
  font-size: 0.9rem;
  text-align: center;
  padding: 0.2rem;
  line-height: 1rem;
  color: white;
  top: 0.3rem;
  right: -0.2rem;
}


nav.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav.footer-nav li a {
  color: #292929;
  font-size: 1rem;
}

nav.footer-nav li {
  padding: 0.3rem 0;
}

.footer-title {
  margin: 0;
  color: #292929;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 1rem;
  padding-bottom: 0.8rem;
}

.footer-title img {
  display: block;
  margin-right: 0.6rem;
}

.footer-address span {
  color: #292929;
  font-size: 0.875rem;
  margin-bottom: 0.6rem;
  display: block;
  line-height: 1.25rem;
}


ul.footer-no {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  justify-content: flex-end;
}

ul.footer-no img {
  display: block;
}

ul.footer-no li {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}

.pl-0{
  padding-left: 0 !important;
}

#FooterContactInfo{
  padding-left: 0 !important;
}

ul.footer-no li:first-child{
  padding-left: 0 !important;
}

ul.footer-no li a {
  color: #292929;
  font-size: 0.875rem;
  margin-left: 0.5rem;
}

.footer_newsletter {
  width: 100%;
  text-align: right;
}

.footer_newsletter p {
  margin: 0;
  font-weight: 700;
  color: #292929;
  font-size: 1rem;
  padding-bottom: 0.5rem;
}

.footer_newsletter .messages p{
  padding-bottom: 0;
}


.subscribe_row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}


.subscribe_row input[type="submit"], .subscribe_row button, .subscribe_row .btn_form{
  width: 6.375rem;
  height: 2.125rem;


  background: #7A458B;
  border-radius: 0px 6px 6px 0px;
  border: oldlace;
  appearance: none;
  outline: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 0.875rem;
  position: absolute;
  right: 0;
}

.subscribe_row input[type="text"] {
  border-radius: 6px 0px 0px 6px;
  border: 0;
  background: #fff;
  height: 2.125rem;
  outline: none;
  appearance: none;
  width: calc(100% - 6.375rem);
  padding: 0 1rem;
}

ul.footer-media {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 1.3rem 0;
  padding: 0;
}

ul.footer-media li a {
  color: #63A54F;
}

ul.footer-media li {
  padding-right: 1rem;
  font-size: 1.3rem;
}

.footer-logo img {
  display: block;
}

.footer-links {
  color: #292929;
  font-size: 0.8125rem;
  text-decoration: underline;
}


.hero_section {
  width: 100%;
}

.sldier_item {
  width: 100%;
  background: #f3f3f3;
  padding: 0;
}

.hero_slider_item {
  display: flex;
  align-items: center;
}


.hero_slider ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 5rem;
  display: flex;
  padding-left: 5rem;
}

.hero_slider ul.slick-dots li {
  padding-right: 1rem;
}

.hero_slider ul.slick-dots li:last-child {
  padding: 0;
}

.hero_slider ul.slick-dots li button {
  background: #DBDBDB;
  width: 5rem;
  height: 4px;
  font-size: 0;
  border: 0;
  outline: none;
}

.hero_slider ul.slick-dots li.slick-active button {
  background: #744085;
}

.hero_slider ul.slick-dots li button:hover {
  background: #744085;
}

.hero_slider_left {
  width: 50%;
}

.hero_slider_right {
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
  z-index: 999;
}

.hero_slider_right img {
  display: block;
  max-width: 100%;
  position: relative;
}

.hero_slider_right span {
  width: 22.4375rem;
  height: 22.4375rem;
  background-image: url(../images/banner-vector.png);
  display: flex;
  justify-content: center;
  background-size: contain;
  align-items: inherit;
  background-repeat: no-repeat;
  position: relative;
  left: 3rem;
  color: #FFFFFF;
  font-size: 3rem;
  line-height: 3.75rem;
  font-family: 'Asap', sans-serif;
  padding-top: 3rem;
  font-weight: 700;
}

.banner_description, .banner_description font, .description{
  font-family: 'Lato' !important;
}

.hero_slider_left h2 {
  color: #7A458B;
  font-size: 2.5rem;
  font-family: 'Asap', sans-serif;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  line-height: 2.875rem;
  font-weight: 600;
}

.hero_slider_left p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #292929;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  width: 80%;
  margin: 1.6rem 0;
}
.radio-container input:checked~.radio-checkmark {
  background-color: #B1E0A3 !important;
}

.hero_slider:before {
  background-image: url(../images/homehero-icon.svg);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 18rem;
  height: 20rem;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.cta_btn {
  padding: 0.5rem 1.25rem;
  background: #63A54F;
  border:1px solid #63A54F;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 0.875rem;
  margin-top: 0rem;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
}

.cta_btn:hover{
  background:white;
  color:#63A54F;
}

.strip_section {
  width: 100%;
  background: #F4FFF1;
  padding: 1rem 0;
}

.strip_section .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 75%;
}

.strip_row {
  display: flex;
  align-items: center;
  width: 100%;
  border-right: 1px #E2E2E2 solid;
  margin-right: 2rem;
  justify-content: center;
}

.strip_row h3 {
  margin: 0;
  color: #818181;
  font-size: 1rem;
  font-family: 'Asap', sans-serif;
  font-weight: 400;
  padding-left: 0.6rem;
  line-height: 1.5rem;
}

.strip_row i img {
  display: block;
}

.strip_row:last-child {
  border: 0;
  margin: auto;
}


.wellness_programs_row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wellness_programs_box {
  width: 22%;
  margin: 0 1rem 3rem;
  background: #FFFFFF;
  box-shadow: 0px 2px 26px rgba(122, 69, 139, 0.12);
  border-radius: 20px;
  overflow: hidden;
}

.wellness_img {
  width: 100%;
}

.wellness_img img {
  width: 100%;
  display: block;
  max-height: 13rem;
  object-fit: cover;
}

.wellness_programs_box figcaption {
  text-align: center;
  padding: 1rem;
}

.wellness_programs_box figcaption h3 {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.8125rem;
  min-height: 3.6rem;
  color: #63A54F;
  text-align: left;
  font-family: 'Asap', sans-serif;
}

.delivery_all_menu{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  background:white;
}

.wellness_programs_box figcaption p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 1rem;
  min-height: 186px;

  color: #292929;
  font-family: 'Lato', sans-serif;
  text-align: left;
}

.wellness_programs_box figcaption p strong {
  display: block;
}

.wellness_programs_box figcaption h3 a {
  color: #63A54F;
}

.view_paln {
  padding: 0.5rem 1.25rem;
  background: #7A458B;
  border:1px solid #7A458B;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 0.875rem;
  margin-top: 0rem;
  display: inline-block;
  font-family: 'Lato', sans-serif;
}

.view_paln:hover{
  color:#7A458B;
  background: white;
}

.view_paln, .cta_btn{
  transition-delay: 0s;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: ease;
	
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	
	-moz-transition-delay: 0s;
	-moz-transition-duration: 0.4s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	
	-ms-transition-delay: 0s;
	-ms-transition-duration: 0.4s;
	-ms-transition-property: all;
	-ms-transition-timing-function: ease;	
	
	-o-transition-delay: 0s;
	-o-transition-duration: 0.4s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
}

.section-intro {
  width: 100%;
  text-align: center;
  padding-bottom: 3rem;
}

.section-intro p {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 1.875rem;

  text-align: center;

  color: #292929;
  font-family: 'Lato', sans-serif;
}

.section-intro h3 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.875rem;
  margin-bottom: 1.3rem;
  text-align: center;
  text-transform: uppercase;

  color: #7A458B;
  font-family: 'Asap', sans-serif;
}

.wellness_programs {
  width: 100%;
  padding: 4rem 0;
}


.try_trail_text {
  background: #F4FFF1;
  padding: 6rem 4rem;
  height: 100%;
}

.try_trail_text h3 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.875rem;

  text-transform: uppercase;
  color: #7A458B;
  font-family: 'Asap', sans-serif;
}

.meet_team_section .section-intro p {
  width: 70%;
  line-height: 2.6rem;
  margin: auto;
}


.meet_team_section:before {
  background-image: url(../images/about-meet-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 13rem;
  top: 5rem;
  width: 20rem;
  height: 20rem;
  z-index: -1;
}

.try_trail_text p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;

  color: #292929;
  font-family: 'Lato', sans-serif;
  margin: 1rem 0 2rem;
}

.video_row {
  width: 100%;
  height: 100%;
}

.video_row video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.howit_work {
  width: 100%;
  padding: 4rem 0;
}

.howit_work .section-intro {
  background-image: url(../images/frame-1.svg);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 4rem 0 2rem;
}


.howit_work_row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(../images/frame-2.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 9rem;
}

.howit_work_title{
  min-height: 4rem;
}

.howit_work_img {
  width: 13.4375rem;
  height: 13.4375rem;


  background: #F4FFF1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.howit_work_img img {
  max-width: 100%;
  margin: auto;
  display: block;
  margin-top: -0.0rem;
}

.howit_work_box {
  width: 100%;
  text-align: center;
}

.howit_work_box p {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4375rem;

  color: #7A458B;
  font-family: 'Asap', sans-serif;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: center;
  margin-top: -2rem;
}

.howit_work_box p span {
  margin-right: 1rem;
  font-size: 2.5rem;
}


.our_team_section {
  width: 100%;
  padding-bottom: 4rem;
  position: relative;
}

section.our_team_section:after {
  content: "";
  position: absolute;
  right: 6rem;
  bottom: -11rem;
  background-image: url(../images/about-icon.svg);
  width: 34rem;
  height: 33rem;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.our_team_row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.our_team {
  width: 17.8125rem;
  height: 17.8125rem;
  background: #F4FFF1;
  border-radius: 100%;
  text-align: center;
}

.our_team:last-child {
  margin: 0;
}

.our_team_img {
  border-radius: 100%;
  margin-bottom: 1rem;
}

.our_team_img img {
  width: 12.1875rem;
  display: block;
  border-radius: 100%;
  height: 12.1875rem;
  margin: auto;
  margin-top: -1rem;
}

.our_team p {
  margin: 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;

  text-align: center;

  color: #292929;
  font-family: 'Asap', sans-serif;
}

.our_team span {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.875rem;

  text-align: center;

  color: #63A54F;
}

.our_team_intro {
  text-align: center;
  width: 60%;
  padding-top: 3rem;
  margin: auto;
}

.our_team_intro p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;

  color: #292929;
  margin: 0;
  font-family: 'Lato', sans-serif;
  padding-bottom: 1rem;
}


.our_approach {
  background-image: url(../images/approach-bg.png);
  width: 100%;
  height: 27.9375rem;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  background-attachment: fixed;
}

.our_approach_intro {
  text-align: center;
  width: 70%;
  margin: auto;
  position: relative;
  z-index: 1;
}

.our_approach_intro h3 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.875rem;
  text-align: center;
  text-transform: uppercase;
  color: #7A458B;
  font-family: 'Asap', sans-serif;
}

.our_approach_intro p {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  /* identical to box height */

  text-align: center;

  color: #63A54F;
  font-family: 'Lato', sans-serif;
}

.our_approach_intro span {
  display: block;
  padding-bottom: 2rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.our_approach:after {
  background: linear-gradient(91.18deg, rgba(255, 255, 255, 0.8) 88.98%, rgba(255, 255, 255, 0) 99.62%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonials_section {
  width: 100%;
  position: relative;
  margin-bottom: 5rem;
}

section.testimonials_section:after {
  background: #F2F2F2;
  content: "";
  position: absolute;
  width: 100%;
  height: 78%;
  top: 0;
  z-index: -1;
}

.item_row {
  background: #FFFFFF;
  box-shadow: 0px 2px 26px rgba(122, 69, 139, 0.12);
  border-radius: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8.4375rem;
  margin: -3rem 0 4rem;
  position: relative;
}

.item_row p, .item_row .counter-row span {
  font-family: 'Asap', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 3.5625rem;

  color: #63A54F;
  margin-bottom: 0.3rem;
}
.asterisks{
  color:#F4415F !important;
}


.item_row span {
  color: #292929;
  font-size: 1.25rem;
  font-family: 'Lato', sans-serif;
  line-height: 1.5rem;
}


.testimonials_item {
  background: #FFFFFF;
  box-shadow: 0px 2px 26px rgba(122, 69, 139, 0.12);
  border-radius: 20px;
  padding: 1rem;
  margin: 26px 1rem;
  height: auto;
}

.testimonials_item span {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25rem;


  color: #292929;
  position: relative;
  font-family: 'Lato', sans-serif;
  background-image: url(../images/testimonials-icon.svg);
  margin-bottom: 1rem;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 2rem 0;
  padding-left: 5rem;
  background-size: 4rem;
}

.testimonials_item p {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;


  color: #292929;
}


.testimonials_slider .slick-track {
  display: flex;
}


.testimonials_slider {
  width: 100%;
}

.testimonials_row {
  width: 100%;
  background-image: url(../images/frame-1.svg);
  background-position: top center;
  background-repeat: no-repeat;
}

.testimonials_slider ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem 0 0;
  padding: 0;
  list-style: none;
}

.testimonials_slider ul.slick-dots li {
  padding: 0 0.4rem;
}

.testimonials_slider ul.slick-dots li button {
  background: #F2F2F2;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0;
  border-radius: 100px;
  border: 0;
  outline: none;
}

.testimonials_slider ul.slick-dots li.slick-active button {
  background: #7A458B;
}


.blog_row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog_box {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 2px 26px rgba(122, 69, 139, 0.12);
  border-radius: 30px;
  overflow: hidden;
  margin: 20px 2rem 20px 0;
}

.blog_img {
  width: 100%;
}

.blog_img img {
  height: 20rem;
  width: 100%;
  display: block;
  object-fit: cover;
}

.order_preview_img img{
  max-width: 100%;;
}

.blog_box figcaption {
  padding: 1rem;
  text-align: right;
}

.blog_box figcaption h3 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.675rem;

  color: #292929;
  padding-bottom: 3rem;
  text-align: left;
  font-family: 'Lato', sans-serif;
}

.blog_box figcaption h3 a {
  color: #292929;
}

.blog_box:last-child {
  margin-right: 0;
}

.read_post {
  color: #7A458B !important;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  padding-right: 2rem;
  background-image: url(../images/arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.read_post:hover{
  opacity:0.7;
}

a:hover{
  opacity:0.7;
}

.all_blog {
  width: 100%;
  text-align: center;
  margin: 3rem 0 0;
}


.about_hero {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about_img {
  width: 50%;
}

.about_img img {
  width: 100%;
}

.about_intro {
  width: 40%;
  padding-left: 6rem;
  padding-right: 3rem;
}

.about_intro h1 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.875rem;
  /* identical to box height */

  text-transform: uppercase;

  color: #7A458B;
  font-family: 'Asap', sans-serif;
  margin-bottom: 1.3rem;
}

.about_intro p, .about_intro .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;

  color: #292929;
  font-family: 'Lato', sans-serif;
}

.aos-anit.aos_animate {
  opacity: 1;
  transform: translateZ(0);
}



.howit_work_content {
  width: 100%;
}

.how_work_img {
  width: 100%;
  margin-top: 15px;
}

.how_work_img img {
  width: 100%;
  display: block;
}

.howit_work_content h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.875rem;
  text-transform: uppercase;
  color: #7A458B;
  font-family: 'Asap', sans-serif;
  margin-bottom: 1.3rem;
}

.howit_work_content p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #292929;
  font-family: 'Lato', sans-serif;
}

.how_work_Section {
  width: 100%;
  padding: 4rem 0;
}


.about_box {
  background: #FFFFFF;
  box-shadow: 0px 2px 26px rgba(122, 69, 139, 0.12);
  width: 100%;
  padding: 1.5rem;
  height: 100%;
}

.about_box_top {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  min-height: 4rem;
}

.about_box_top h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  /* identical to box height */
 

  color: #7A458B;
  font-family: 'Asap', sans-serif;
  margin-left: 1rem;
}

.about_box_top i img {
  display: block;
  width: 4rem;
}

.about_box p {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;

  min-height: 3rem;
  color: #292929;
  margin-bottom: 3rem;
  font-family: 'Lato';
}

.about_box_section {
  width: 100%;
  background: #F2F2F2;
  padding: 3rem 0;
}


.meet_team_section {
  width: 100%;
  padding: 4rem 0;
  position: relative;
}


.meet_team_section .section-intro {
  padding-bottom: 3rem;
}

.meet_team_section:after {
  background: #F4FFF1;
  width: 100%;
  height: 60%;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.meet_team_item {
  background: #FFFFFF;
  box-shadow: 0px 2px 34px rgba(122, 69, 139, 0.22);
  border-radius: 40px;
  padding: 2rem;
  overflow: hidden;
  margin: 2rem 1rem;
}

.meet_team_slider ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.meet_team_slider ul.slick-dots li button {
  border: 0;
  font-size: 0;
  width: 1rem;
  height: 1rem;
  background: #F2F2F2;
  border-radius: 100px;
  outline: none;
}

.meet_team_slider ul.slick-dots li {
  padding: 0 0.5rem;
}

.meet_team_slider ul.slick-dots li.slick-active button {
  background: #7A458B;
}


.meet_img {
  width: 12rem;
  height: 12rem;
  margin-top: -4rem;
  margin-bottom: 1rem;
}

.meet_img img {
  width: 100%;
  border-radius: 100%;
}

.meet_team_item h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;


  color: #63A54F;
  font-family: 'Asap', sans-serif;
}

.meet_team_item>p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-family: 'Lato';

  color: #292929;
  padding-bottom: 1rem;
}

.MsoNormal{
  font-size: 1.2rem;
}

.hobbies {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.hobbies ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Lato';
}

.hobbies p {
  display: flex;
  align-items: center;
  margin: 0;
  color: #292929;
  font-size: 1rem;
  font-family: 'Asap', sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hobbies p img {
  display: block;
  margin-right: 0.5rem;
}

.hobbies ul li {
  color: #292929;
  font-size: 0.875rem;
  padding: 0.2rem 1rem;
  position: relative;
  font-family: 'Lato';
}

.hobbies ul li:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #292929;
  border-radius: 100px;
  left: 0;
  top: 9px;
}

.who_content h4 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.875rem;
  margin-bottom: 1.3rem;

  text-transform: uppercase;
  color: #7A458B;
  font-family: 'Asap', sans-serif;
}

.who_img img {
  width: 100%;
  display: block;
}


.stay_connected_img img {
  max-width: 100%;
  background: #EDEAEF;
  box-shadow: 0px 4px 54px rgba(115, 82, 126, 0.2);
  border-radius: 20px;
  position: relative;
}

img.stay_connected_1 {
  right: -1rem;
}

.stay_connected_intro h4 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.875rem;
  margin-bottom: 1.3rem;

  text-transform: uppercase;
  color: #7A458B;
  font-family: 'Asap', sans-serif;
}

.stay_connected {
  width: 100%;
  padding: 5rem 0;
}

.stay_connected_intro p {
  color: #292929;
  font-size: 1.875rem;
  font-family: 'Lato', sans-serif;
}

.stay_connected_intro p span {
  color: #63A54F;
}

.stay_connected_intro>span {
  color: #292929;
  font-size: 1.25rem;
}

.stay_connected_img {
  display: flex;
  align-items: center;
  margin-left: -2rem;
}


.blog_page {
  width: 100%;
  padding-top: 5rem;
}

.blog_page .blog_box {
  margin: 0 0 2rem;
}


.load_more {
  width: 100%;
  text-align: center;
  margin: 3rem 0 6rem;
}

.load_more p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7A458B;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
}

.load_more p img {
  margin-right: 1rem;
}


.blog-detail_top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  min-height: 20rem;
}

.blog_share_right img {
  width: 100%;
  display: block;
  min-height: 20rem;
  object-fit: cover;
  max-height: 30rem;
}

.counter-row{
  display: flex;
}

ul.blog_share_right li {
  padding-left: 1rem;
}

.blog_share_right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
  list-style: none;
}

.blog-detail_left {
  width: 50%;
  padding-left: 6%;
  padding-right: 4rem;
}

.blog-detail_left h1 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.875rem;
  margin: 1.3rem 0;

  text-transform: uppercase;
  color: #63A54F;
  font-family: 'Asap', sans-serif;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  list-style: none;
  font-family: 'Lato', sans-serif;
  padding: 0;
}

.breadcrumbs li a {
  color: #292929;
  font-size: 0.875rem;
  font-weight: normal;
}

.breadcrumbs li {
  color: #292929;
  font-weight: bold;
  padding: 0 1rem;
  background-image: url(../images/arrow.svg);
  background-position: 0px 7px;
  background-repeat: no-repeat;
}

.breadcrumbs li:first-child {
  padding-left: 0;
  background: no-repeat;
}


.blog-detail_left>p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;

  color: #292929;
}


.blog_share_left p {
  color: #292929;
  margin-bottom: 0.8rem;
}

.blog_share_left {
  font-family: 'Lato', sans-serif;
}

.blog_share_left span {
  color: #292929;
  font-size: 0.875rem;
  font-weight: 600;
}

.blog_share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 4rem;
}
.blog-detail_left .blog_share{ padding-top: 0;}

.blog-detail_list_img {
  width: 100%;
}

.blog-detail_list_img img {
  width: 100%;
  display: block;
}

.blog-detail_list_content {
  width: 100%;
}

.blog-detail_list_content h2 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.125rem;

  color: #7A458B;
  font-family: 'Asap', sans-serif;
}

.blog-detail_list_content p {
  color: #292929;
  margin: 0;
  line-height: 1.5875rem;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
}

.blog-detail_list {
  margin-bottom: 2rem;
}

.blog-detail_page {
  width: 100%;
  padding-bottom: 4rem;
}

.blog-detail_page img{
  max-width:100%;
}


.media_page_top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  justify-content: space-between;
}

.media_page_left {
  width: 40%;
  padding-left: 5rem;
  font-family: 'Lato', sans-serif;
  padding-right: 2rem;
}

.media_page_left img {
  width: 100%;
}

.media_page_right {
  width: 55%;
}

.media_page_left span {
  padding-bottom: 1rem;
  color: #292929;
  font-size: 1rem;
  display: block;
}

.media_page_left h1 {
  color: #63A54F;
  font-weight: 900;
  padding-bottom: 4rem;
}

.media_row {
  background: #FFFFFF;
  box-shadow: 0px 2px 26px rgba(122, 69, 139, 0.12);
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 2rem;
}

.media_img img {
  width: 100%;
  display: block;
}

.media_row figcaption {
  padding: 1.5rem;
  font-family: 'Lato', sans-serif;
  text-align: right;
  padding-bottom: 1rem;
}

.media_row figcaption span {
  color: #292929;
  font-size: 1rem;
  padding-bottom: 1rem;
  display: block;
  text-align: left;
}

.media_row figcaption h2 {
  font-weight: 900;
  font-size: 1.25rem;
  padding-bottom: 3rem;
  text-align: left;
}

.media_row figcaption h2 a {
  color: #63A54F;
}

.media_content_box {
  width: 100%;
  position: relative;
}

.media_content_box:after {
  background: #F4FFF1;
  content: "";
  position: absolute;
  height: 60%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}


.media-detail-item img {
  width: 100%;
}

.slider_thumb_item img {
  width: 100%;
  display: block;
}

.slider_thumb_item {
  margin: 0 0.6rem;
}

.media-detail-left h1 {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 3rem;

  color: #63A54F;
  padding-top: 2rem;
}

.media-detail-left {
  font-family: 'Lato', sans-serif;
  padding-top: 2rem;
}

.media-detail-left span {
  padding: 1rem 0;
  display: block;
}

.media-detail-left p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  /* or 171% */


  color: #292929;
}


.slider_thumb button.slick-arrow {
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(128, 128, 128, 0.24);
  transform: matrix(1, 0, 0, -1, 0, 0);
  font-size: 0;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slider_thumb button.slick-prev.slick-arrow {
  left: 0;
  background-image: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.slider_thumb button.slick-next.slick-arrow {
  right: 0;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.slider_thumb {
  padding: 0 4rem;
  margin-top: 2rem;
}

.media-detail-page {
  width: 100%;
  padding-bottom: 5rem;
}


.login_page {
  width: 100%;
  background-image: url(../images/login-bg.png);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46.875rem;
  background-size: cover;
}


.login_box {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 34px rgba(122, 69, 139, 0.22);
  border-radius: 20px;
  width: 463px;
  padding: 5rem;
}

.input_row {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}

.input_row label {
  color: #292929;
  font-size: 0.8125rem;
  position: absolute;
  top: -8px;
  left: 1rem;
  background: #fff;
  padding: 0px 6px;
  border-radius: 8px;
}

.input_row input[type="text"],
.input_row input[type="password"],
.input_row input[type="number"],
.input_row input[type="date"],
.input_row input[type="time"] {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #292929;
  box-sizing: border-box;
  border-radius: 8px;
  height: 3.125rem;
  outline: none;
  padding: 0 1rem;
  font-family: 'Lato', sans-serif;
}


.input_row select {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #292929;
  box-sizing: border-box;
  border-radius: 8px;
  height: 3.125rem;
  outline: none;
  padding: 0 1rem;
  color: #AAA9A9;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  appearance: none;
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
  background-size: 1rem;
}

.nationality select {
  background-image: url(../images/nationality-icon.png), url(../images/select-arrow.png);
  background-position: 3%, 93%;
  padding-left: 3rem;
  background-size: 20px, 17px;
}

.input_row input[type="date"] {
  appearance: none;
  background-image: url(../images/date-icon.png);
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 21px;
  padding-left: 2.6rem;
}

.input_row input[type="time"] {
  appearance: none;
  background-image: url(../images/clock-icon.png);
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 21px;
  padding-left: 2.6rem;
}
.iti__search-input{
  padding-top: 15px;
  padding-bottom: 15px;
}
.iti__tel-input {
  /* border:none; */
  height: 3.125rem;
  border: 1px solid #292929;
  border-radius: 8px;
}

.iti--allow-dropdown {
  width: 100%;
}

.input_row label {
  z-index: 10;
}



.phone-no {
  position: relative;
  z-index: 100;
}


.input_row input[type="number"] {
  /* appearance: none;
  background-image: url(../images/phone-icon.png);
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 21px;
  padding-left: 2.6rem; */
}


input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.number_input {
  display: flex;
  align-items: center;
  border: 1px solid #292929;
  border-radius: 8px;
}

.input_row .number_input select {
  background-color: transparent;
  border: 0;
  width: 102px;
  color: #292929;
  font-size: 1rem;
  font-weight: bold;
}


.number_input input[type="text"] {
  border: 0;
}

.input_row textarea {
  border: 1px solid #292929;
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  height: 120px;
  padding:1rem 1rem;
}

.login_box h2 {
  font-size: 3.125rem;
  color: #7A458B;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-family: 'Asap', sans-serif;
}

.toggle-password {
  position: absolute;
  right: 1rem;
  top: 0.9rem;
  background-image: url(../images/eye-icon.svg);
  background-repeat: no-repeat;
  width: 19px;
  height: 16px;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-size: contain;
  cursor: pointer;
}

span.toggle-password.fa-eye-slash {
  background-image: url(../images/eye-open.svg);
}

.forgot_password {
  text-align: right;
  margin-top: -1rem;
  display: block;
  width: 100%;
}

.forgot_password a {
  color: #292929;
  font-size: 0.8125rem;
  text-decoration: underline;
}
main{
  min-height: 80vh;
  overflow-x: hidden;
}

.login_btn input[type="submit"], .login_btn .btn_form{
  background: #63A54F;
  border-radius: 6px;
  border: 0;
  outline: none;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.4rem 1rem
}

.login_btn {
  width: 100%;
  text-align: center;
  margin: 2rem 0;
}

.already_account {
  text-align: center;
}

.already_account p {
  color: #292929;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.already_account p a {
  color: #7A458B;
  text-decoration: underline;
}

.signup_btn {
  border: 1px solid #7A458B;
  padding: 0.4rem 1rem;
  border-radius: 4px;
  color: #7A458B !important;
  font-family: 'Lato', sans-serif;
  font-size: 0.875rem;
}

.inner-booking-form-bx .customize_title,
.faq-bx .customize_title,
.sets-us-part h3,
 .trial-package-section h3, .how-it-work-content h3{
    position: relative;
    font-size: 2rem;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 2rem;
    display: inline-block;
    width: 100%;
    font-weight: 700;
}

.inner-booking-form-bx .customize_title span,
.faq-bx .customize_title span, .trial-package-section h3 span, .how-it-work-content h3 span{
    font-size: 4rem;
    display: block;
    width: 100%;
}

.trial-package-section h3, .how-it-work-content h3 {
  color: #63A54F;
  font-weight: bold;
  text-align: left;
}
.wellness-programs-page {
  width: 100%;
  padding: 4rem 0 0;
  padding-top:1rem;
  position: relative;
  overflow: hidden;
}

.wellness-programs-page .section-intro {
  padding-bottom: 4rem;
}

.wellness-programs-page .wellness_programs_box {
  width: 100%;
}

.get_touch {
  background: #F4FFF1;
  margin-top: 5rem;
  width: 100%;
}

.get_touch .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 8rem;
}

.get_touch .container p {
  margin: 0;
  color: #63A54F;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
}

.get_touch .view_paln {
  padding: 1rem 2rem;
  font-size: 1rem;
}


.wellness-detail-page {
  width: 100%;
  padding-bottom: 5rem;
}

.balila-img {
  width: 100%;
}

.balila-img img {
  width: 100%;
  max-height: 70vh;
  display: block;
  object-fit: cover;
}

.wellness-detail-row {
  display: flex;
  width: 100%;
}

.wellness-detail-left {
  width: 60%;
  font-family: 'Lato', sans-serif;
  padding: 1rem 5rem 0rem 4rem;
}

.wellness-detail-right {
  width: 40%;
  background: #F4FFF1;
  max-height: 21.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5rem;
  position: sticky;
  top: 0;
}

.wellness-detail-right ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.wellness-detail-right ul li {
  padding-right: 1rem;
}

.sub_btn {
  background: #FFFFFF;
  border: 1px solid #7A458B;
  box-sizing: border-box;
  display: block;
  height: 2.35rem;
  padding: 0 1.25rem;

  border-radius: 6px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2.35rem;
  color: #7A458B;
  font-family: 'Lato', sans-serif;
}

.wellness-detail-left h1 {
  color: #63A54F;
  font-size: 2.5rem;
  font-weight: 900;
  padding: 1rem 0;
}

.wellness-detail-left p {
  color: #292929;
  font-size: 1rem;
}

.wellness-detail-left h2 {
  color: #292929;
  font-family: 'Asap', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.offer_info {
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
}

.offer_info_box {
  width: 100%;
  text-align: center;
}
.row_offers{
  display: flex;
}
.offer_item{
  width:20%;
  padding:0 10px;
}

.offer_info_box img {
    /* width: 100%; */
    /* display: block; */
    margin-bottom: 2rem;
    height: 9rem;
}

.offer_info_box p {
  color: #292929;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
}

.offer_info_row {
  width: 100%;
  background-image: url(../images/offer_info_bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 6rem;
}

.offer_info_row .item_row {
  margin: 2rem 0 0;
}

.offer_info_row:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  background: #F4FFF1;
  top: 0;
  z-index: -1;
  left: 0;
}

.delivery-rafiki {
  width: 100%;
  padding: 5rem 0;
}

.delivery-rafik-img img {
  max-width: 100%;
  margin: auto;
  display: block;
}


.delivery-rafik-info p {
  color: #292929;
  font-family: 'Lato', sans-serif;
  font-size: 1.1625rem;
  line-height: 1.875rem;
}

.delivery-rafik-info p a {
  color: #7A458B;
  text-decoration: underline;
}

.delivery-rafik-info p strong {
  font-weight: 600;
}

.product-delails-bx{
  padding-left: 2rem;
}

/* .product-details-slider{
  box-shadow: 0px 2px 34px rgb(122 69 139 / 22%);
} */
.details-item img {
  max-width: 100%;
  max-height: 60vh;
}
.call_back_btn {
  text-align: right;
}

.call_back_btn input[type="submit"] {
  background: #7A458B;
  border-radius: 6px;
  border: 0;
  padding: 0.6rem 1rem;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

.offer-form {
  width: 100%;
  padding-bottom: 5rem;
  margin-top: 5rem;
}

.offer-hero {
  width: 100%;
  position: relative;
}

.offer-hero img {
  width: 100%;
  display: block;
}

.offer-hero img.mob {
  display: none;
}

#offers .offer-hero img{
  max-width: 50%;
}

#offers .offer-hero{
  text-align: right;
}

#offers  .offer-hero img{
  display: inline-block;
}

#offers  .offer-hero-intro{
  text-align: left;
}

.offer-hero .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}

.offer-hero-intro h1 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 46px;

  text-transform: uppercase;

  color: #7A458B;
  font-family: 'Asap', sans-serif;
}

.offer-hero-intro {
  width: 35%;
}

.offer-hero-intro p {
  color: #292929;
  font-size: 1.12rem;
  line-height: 1.675rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}


.catering_form_title {
  color: #63A54F;
  font-size: 1.125rem;
  font-weight: 700;
}


.catering-page {
  width: 100%;
  padding-top: 3rem;
}

.catering_box {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  margin-top: 2rem;
}

.catering_box_row img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.catering_box_row h3 {
  color: #292929;
  font-size: 1.25rem;
  padding-top: 1rem;
  font-family: 'Asap', sans-serif;
  font-weight: 700;
}

.catering_box:after {
  content: "";
  background: #F2F2F2;
  height: 60%;
  bottom: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.catering_box_row {
  margin: 0 1rem;
  padding-bottom: 2rem;
}

.catering_form_intro {
  color: #7A458B;
  font-size: 1.25rem;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  width: 40%;
  padding-bottom: 2rem;
  line-height: 1.5rem;
}

.catering_form {
  width: 100%;
  padding: 4rem 0;
}

.shipping-new-address.active, .address_select.active{
  display:block !important;
}
.shipping-new-address.hide, .address_select.hide{
  display:none !important;
}
.submit_input_row {
  width: 100%;
  text-align: right;
}

.orders_tables{
  display: none;
}
.orders_tables.active{
  display: block;
}
.submit_input_row input[type="submit"], .submit_input_row .btn_form {
  width: 15.625rem;
  height: 2.0625rem;
  background: #7A458B;
  border-radius: 6px;
  border: 0;
  outline: none;
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  line-height: 2rem;
  cursor: pointer;
}

.baby-meal-info {
  width: 60%;
  margin: auto;
  padding: 4rem 0;
}

.baby-meal {
  width: 100%;
  margin: auto;
  text-align: center;
}

.baby-meal h1 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.875rem;
  text-transform: uppercase;

  color: #7A458B;
  font-family: 'Asap', sans-serif;
}

.baby-meal span {
  color: #63A54F;
  font-size: 1.125rem;
  line-height: 1.375rem;
  display: block;
  padding: 2rem 0;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}

.baby-meal p {
  color: #292929;
  font-size: 1rem;
  font-weight: 400;
}

.li-address{
  display: inline-block;
  max-width: 12rem;
}

.download {
  background-image: url(../images/download.svg);
  width: 15.125rem;
  height: 2.3125rem;


  background-color: #7A458B;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF !important;
  font-size: 0.875rem;
  margin: 2rem auto;
  background-repeat: no-repeat;
  background-position: 9px;
  background-size: 1.2rem;
}

.baby-meal-img {
  width: 100%;
}

.baby-meal-img span {
  font-weight: 700;
}


.baby-meal-row {
  background: #F4FFF1;
  padding: 5rem 0;
}

.baby-meal-box {
  width: 100%;
  text-align: center;
}

.baby-meal-box img {
  max-width: 100%;
  display: block;
  height: 11rem;
  margin: auto;
}

.baby-meal-box h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  /* identical to box height */

  text-align: center;

  color: #63A54F;
  font-family: 'Asap', sans-serif;
  padding-top: 2rem;
}

.baby-meal-box p {
  color: #848484;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding-bottom: 2rem;
}

.baby-meal-box .btn-big {
  padding: 0 2rem;
}


.form-group {
  display: flex;

}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  color: #292929;
  font-size: 0.975rem;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
}

.form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #63A54F;


  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

.form-group input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}


.form-group input:checked+label {}

.form-group input:checked+label:before {
  background: #63A54F;
}

.form-group input:checked+label {
  font-weight: 500;
  color: #292929;
}

.midmeal-checkout {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px #E9E9E9 solid;
  padding: 1rem 0;
}

.qty_row {
  display: flex;
  align-items: center;
}

.qty_row p {
  margin: 0;
  color: #292929;
  font-size: 0.975rem;
  font-weight: 400;
  padding-right: 1rem;
}

.product_qty {
  box-sizing: border-box;
  border-radius: 4px;
  width: 8.25rem;
  background: #F5FCF4;
  border: 1px solid #87AA7C;
  display: flex;
  align-items: center;
}

.product_qty input.form-control {
  border: 0;
  background: #F5FCF4;
}

.input-group-btn o {
  color: #63A54F;
}

.input-group .btn i {
  color: #63A54F;
}

.midmeal-plan-page {
  width: 100%;
  padding: 2rem 0 5rem;
}

.midmeal-plan_top {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

.midmeal-img {
  width: 20%;
}

.midmeal-img img {
  width: 100%;
  max-width: 20rem;
}

.midmeal-info {
  width: 80%;
  padding-left: 2rem;
}

.midmeal-info h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.875rem;


  color: #63A54F;
  font-family: 'Asap', sans-serif;
  margin: 0;
}

.midmeal-info span {
  color: #7A458B;
  font-size: 1.125rem;
  font-family: 'Lato', sans-serif;
  display: block;
  padding: 1rem 0;
}

.midmeal-info p {
  margin: 0;
  color: #848484;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
}

.input-group .btn {
  outline: none;
  box-shadow: none;
  font-size: 0.8rem;
  display: flex;
}

.checkout_btn {
  width: 100%;
  text-align: right;
  padding-top: 1rem;
}

.checkout_btn input[type="submit"], .checkout_btn a {
  background: #7A458B;
  border: 0;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.6rem 1.6rem;
  border-radius: 6px;
  font-family: 'Lato', sans-serif;
}

.checkout_btn input[type="submit"]:disabled, .customize_btn:disabled {
  opacity: 0.6;
}

.attribute_error span{
  margin-top:-2rem;
  display:inline-block;
  vertical-align: top;
}
.selected_lbl_attr_2{
  line-height: 2rem;
  position: relative;
  top: -0.5rem;
}
.select_color {
  display: flex;
  align-items: center;
  padding: 2rem 0 3rem;
  padding-top: 0;
}
.coupon_bx {
  margin-top:0.8rem;
  background:rgba(0,0,0,0.1);
  color:#4b4c4d;
  display: inline-block;
  padding:0.3rem 1rem;
  border-radius:4rem;
  position: relative;
}

.coupon_bx a {
color: white;
font-size: 1rem;
text-align: center;
width: 1.4rem;
height: 1.4rem;
line-height: 1.2rem;
border-radius: 100%;
background: #7A458B;
position: absolute;
top: -0.5rem;
right: -0.5rem;
color: white !important;
cursor: pointer;
}

.coupon_bx a:hover{
  background:#4b4c4d;
}

.meal-footer{
  display: flex;
}

.total_price{
  display: flex;
  font-size: 1.6rem;
  width: 50rem;
  position: relative;
  top: 1rem;
}

.total_price p{
  margin-right:1rem;
  font-weight: bold;
}

.order_preview_content p{
  margin-bottom: 0;
}

.cart-attribute-options{
  display: flex;
  font-size: 0.9rem;
  padding-left: 1rem;
}
.AttributeName{
  font-weight: 600;
}
.OptionName{
  padding-left: 0.5rem;
}
.select_color p {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #262626;
  padding-right: 3rem;
}

.select_color ul li, .select_color ul  a {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100%;
  margin-right: 1rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.select_color ul li.active:after {
  opacity: 0.5;
}

.select_color ul li:after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  border: 2px solid #A7A7A7;
  border-radius: 100%;
  left: -0.3rem;
  top: -0.3rem;
  opacity: 0;
}

.select_color ul {
  display: flex;
  align-items: center;
}

.opation {
  width: 100%;
}



.opation_row {
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}

.opation_row p {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #262626;
  padding-right: 9rem;
  width: 2rem;
}

.opation_row select {
  border: 2px solid #F1F3F4;
  width: 11rem;
  height: 3rem;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #22262A;
  font-family: 'Poppins', sans-serif;
  appearance: none;
  padding: 0 1rem;
  background-image: url(../images/sort-arrow.svg);
  background-repeat: no-repeat;
  background-position: 93%;
  outline: none;
}


.midmeal-checkout.active {}

.midmeal-checkout.active .product_qty {
  background: #FFFFFF;
  border: 1px solid #2A67DD;
}

.midmeal-checkout.active .product_qty input.form-control {
  background: transparent;
}


.contact-page {
  width: 100%;
}

.contact-info {
  text-align: center;
  width: 100%;
  background-image: url(../images/contact-bg.svg);
  padding: 8rem 0;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-info h1 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.875rem;
  margin-bottom: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #7A458B;
  font-family: 'Asap', sans-serif;
}

.contact-info>p {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 1.875rem;

  text-align: center;

  color: #292929;
  font-family: 'Lato', sans-serif;
}

.contact-info ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  list-style: none;
  padding: 3rem 0 0;
  margin: 0;
}

.contact-info ul li p {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */


  color: #292929;
  margin-bottom: 1rem;
}

.contact-info ul li span {
  display: flex;
  color: #292929;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: left;
}

.contact-info ul li a{
  display: flex;
  line-height: 1rem;
}

.contact-info ul li a i{
  margin-right: 0.5rem;
}

.contact-info ul li span img {
  margin-right: 0.7rem;
  display: block;
}

.contact_map  {
  width: 100%;
 
}

.contact_map iframe {
  width: 100%;
  height: 25.625rem;
}

.contact_img img {
  margin: auto;
  max-width: 100%;
}

.contact_form {
  background: #FFFFFF;
  box-shadow: 0px 2px 26px rgba(122, 69, 139, 0.12);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  margin-top: -16rem;
}

.contact_form h3 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.875rem;

  text-align: center;
  text-transform: uppercase;
  color: #7A458B;
  font-family: 'Asap', sans-serif;
  margin-bottom: 2rem;
}

.contact_form_section {
  background: #F4FFF1;
  padding: 4rem 0;
}

.contact_form .submit_input_row {
  text-align: center;
}


.faq_page {
  width: 100%;
  padding: 4rem 0;
}

.faq_page .section-intro {
  padding-bottom: 3rem;
}

.think-different img {
  width: 100%;
  display: block;
}

.faq_content_row h3 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.375rem;


  color: #000000;
  background: #F2F2F2;
  padding: 1rem;
  margin: 0;
}

.faq_content_row {
  width: 100%;
  font-family: 'Lato', sans-serif;
  margin-bottom: 2rem;
}

.faq_content_row p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4875rem;

  color: #000000;
  border-left: 6px #63A54F solid;
  padding: 0.6rem 1rem 0;
}


.wellness-customize {
  background: #FFFFFF;
  box-shadow: 0px 2px 26px rgba(122, 69, 139, 0.12);
  border-radius: 10px;
  width: 35%;
  padding: 2rem;
  height: fit-content;
  margin-top: 2rem;
  position: sticky;
  top: 1rem;
}

.customize_title {
  color: #63A54F;
  font-size: 1.25rem;
  font-family: 'Asap', sans-serif;
  font-weight: 700;
  margin-bottom: 2rem;
}

.customize_row {
  width: 100%;
  margin-bottom: 3rem;
}

.customize_row span {
  display: block;
  color: #292929;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Asap', sans-serif;
  padding-bottom: 1.5rem;
}

.customize_row ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
 
}
.customize_row ul li{
  margin-right: 1rem;
}
.customize_row ul li button {
  background: #FFFFFF;
  border: 1px solid #CBE7C3;
  box-sizing: border-box;
  border-radius: 7px;
  padding: 0.4rem 1rem;
  color: #292929;
  font-size: 0.875rem;
}

.customize_row ul li input{
  display: none;
}

.customize_total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customize_total p {
  margin: 0;
  text-transform: uppercase;

  color: #7A458B;
  font-weight: 700;
  font-family: 'Asap', sans-serif;
  font-size: 1rem;
}

.customize_total span {
  text-transform: uppercase;

  color: #292929;
  font-weight: 700;
  font-size: 1rem;
  padding-right: 3rem;
  font-family: 'Asap', sans-serif;
}

.customize_btn {
  border: 0;
  width: 13.4375rem;
  height: 2.0625rem;
  background: #7A458B;
  border-radius: 6px;
  color: #FFFFFF !important;
  font-size: 0.875rem;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  line-height: 2rem;
}


.conditions {
  color: #7A458B;
  font-family: 'Asap', sans-serif;
  margin: 1rem 0 2rem;
  display: inline-block;
}

.customize_row ul li button.active, .customize_row ul li input:checked+button {
  color: #63A54F;
  border-color: #63A54F;
}

.customize_row ul li button:hover {
  color: #63A54F;
  border-color: #63A54F;
}

.wellness-customize .customize_row:nth-child(4) ul {
  justify-content: flex-start;
}

.wellness-customize .customize_row:nth-child(4) ul li {
  margin-right: 1rem;
}


.order_review_page {
  width: 100%;
  padding-top: 2rem;
}

.order_review-intro {
  width: 100%;
  text-align: center;
}

.order_review-intro h3 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.875rem;
  margin-bottom: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #7A458B;
  font-family: 'Asap', sans-serif;
}

.order_review-intro p {
  font-weight: 400;
  font-size: 0.975rem;

  /* identical to box height */


  color: #63A54F;
}

.order_review {
  width: 60%;
  margin: 3rem auto;
  background: #FFFFFF;
  box-shadow: 0px 2px 26px rgba(122, 69, 139, 0.12);
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
}

.order_review_left {
  width: 40%;
}

.order_review_right {
  width: 40%;
}

.order_review_left p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.order_review_left p strong {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  /* identical to box height */


  color: #292929;
  font-family: 'Asap', sans-serif;
}

.order_review_left p span {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  /* identical to box height */


  color: #292929;
  font-family: 'Lato', sans-serif;
}

.order_review_right>p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2rem;
  /* or 200% */


  color: #292929;
  margin-bottom: 0.4rem;
}

.grand_total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px #E9E9E9 solid;
  border-bottom: 1px #E9E9E9 solid;
  padding: 0.7rem 0;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #292929;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 2rem 0;
}

.grand_total p {
  margin: 0;


  /* identical to box height, or 160% */


  color: #292929;
}

.grand_total span {
  color: #63A54F;
}

.place_order_btn {
  text-align: right;
}

.promo-code {
  width: 100%;
  text-align: right;
  margin-top: 4rem;
}

.promo-code input[type="text"] {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #292929;
  box-sizing: border-box;
  border-radius: 6px;
  height: 2.5rem;
  padding: 0 1rem;
  color: #8C8C8C;
  font-size: 0.875rem;
  font-family: 'Lato', sans-serif;
  outline: none;
}

.apply_btn {
  cursor: pointer;
  width: 4.75rem;
  height: 2.0625rem;
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #7A458B;
  box-sizing: border-box;
  border-radius: 6px;
  color: #7A458B;
  font-size: 0.875rem;
  font-family: 'Lato', sans-serif;
  margin-top: 1rem;
  text-align: center;
  line-height: 2rem;
}

.apply_btn:hover{
  color:white;
  background: #7A458B;
}

.finish-checking {
  width: 70%;
  display: flex;
  align-items: center;
  margin: auto;
  padding: 6rem 0;
}


.finish-checking-right h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4375rem;

  text-transform: uppercase;

  color: #7A458B;
  font-family: 'Asap', sans-serif;
  margin-bottom: 2rem;
}

.finish-checking-right p {
  font-weight: 400;
  font-size: 1rem;


  color: #292929;
  font-family: 'Lato', sans-serif;
}

.finish-checking-right span {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.375rem;
  /* identical to box height */


  color: #292929;
  font-family: 'Lato', sans-serif;
  padding: 0rem 0 2rem;
  display: block;
}

.programs_btn {
  height: 33px;
  background: #63A54F;
  border-radius: 6px;
  margin-top: 2rem;
  color: #FFFFFF !important;
  font-family: 'Lato', sans-serif;
  font-size: 0.875rem;
  justify-content: center;
  display: inline-flex;
  padding: 0 3rem;
  align-items: center;
}


.product_box {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 1rem;
  margin-bottom: 2rem;
}

.product_img img {
  width: 100%;
  display: block;
}
.text-left{
  text-align:left;
}
.pr-2{
  padding-right:0.4rem;
}
#products .product_img img{
  border-radius:1rem;
}
.product_intro h2 {
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 24px;
  /* identical to box height */


  color: #63A54F;
  margin-bottom: 1.4rem;
}

.product_intro {
  font-family: 'Lato', sans-serif;
}

.product_intro h2 a {
  color: #63A54F;
}

.product_intro>span {
  font-weight: 900;
  font-size: 1rem;
  line-height: 17px;
  /* identical to box height, or 106% */

  text-align: center;

  color: #292929;
}

.product_price {
  width: 100%;
  padding-top: 1rem;
  display: flex;
  border-top: 1px #E9E9E9 solid;
  margin-top: 2rem;
  justify-content: space-between;
}

.product_price p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 17px;
  /* identical to box height */


  color: #7A458B;
}

.product_price p span.pricee {
  display: flex;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.25rem;
  /* identical to box height */


  align-items: center;
  color: #292929;
  padding-top: 1rem;
}

.product_price p span sub {
  bottom: -0.2rem;
  font-weight: normal;
  left: 0.3rem;
}

.product_cart span {
  display: block;
  padding-bottom: 1.2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #B8B8B8;
}

.product_btn {
  width: 7rem;
  height: 2.0625rem;
  background: #7A458B;
  border: 1px solid #7A458B;
  box-sizing: border-box;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 0.875rem;
}


.product_box:hover {
  background: #FFFFFF;
  box-shadow: 0px 2px 26px rgba(122, 69, 139, 0.12);
  border-radius: 20px;
}


.product-page {
  width: 100%;
  padding: 3rem 0;
}

.product-page .section-intro {
  padding-bottom: 4rem;
}


.forgot_password_page {
  text-align: center;
}

.forgot_password_page h2 {
  margin-bottom: 1rem;
}

.forgot_password_page p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.4125rem;
  font-family: 'Lato', sans-serif;
  width: 80%;
  margin: 0 auto 2rem;
}

.forgot_password_page .login_box {
  padding: 2rem;
  position: relative;
}

.back_arrow {
  position: absolute;
  left: 2rem;
}

#subscribe_popup img{
max-width:100%;
}
#subscribe_popup h2{
  margin-left:0;
  text-align: left;
}
#subscribe_popup  p{
  text-align: left;
  margin-bottom: 1.5rem;
}
#subscribe_popup .home_popup{
  width: 58vw;
  max-width: 1000px;
}

#subscribe_popup .footer-media{
position: absolute;
bottom:0;
}

.popup_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  overflow: auto;
  padding: 3rem 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.popup_wrapper.active {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

.order_popup_click {
  cursor: pointer;
}

.rest_popup {
  background: #FFFFFF;
  box-shadow: 0px 2px 24px rgba(122, 69, 139, 0.12);
  border-radius: 16px;
  padding: 2rem;
  height: auto;
  text-align: right;
  min-width: 465px;
}

.rest_popup p {
  display: block;
  color: #7A458B;
  font-size: 1.25rem;
  text-align: left;
  margin-bottom: 0.6rem;
}

.rest_popup span {
  font-weight: 400;
  display: block;
  text-align: left;
  font-size: 1rem;
  padding-bottom: 2rem;
}


.register_page {
  width: 100%;
}

.register_img {
  width: 100%;
  background-image: url(../images/register-bg.jpg);
  height: 100%;
  background-size: cover;
  background-position: top center;
}

.register_form {
  background: #fff;
  padding: 3rem 5rem;
  text-align: center;
}

.register_form p a{
  color:#7A458B;
}

.register_form h1 {
  font-size: 3.125rem;
  color: #7A458B;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: 'Asap', sans-serif;
}

.register_form p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.4125rem;
  font-family: 'Lato', sans-serif;
  width: 80%;
  margin: 0 auto 3rem;
}

.register_form hr {
  margin-bottom: 3rem;
}


.finish-checking-left img {
  width: 100%;
  display: block;
  margin: auto;
}

.edit_profile_row{
  display: none;
}


.my_profile_row {
  background: #FFFFFF;
  box-shadow: 0px 2px 26px rgba(122, 69, 139, 0.12);
  border-radius: 10px;
  padding: 2rem 0rem 0;
}

.my_profile_row>p {
  color: #000000;
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 3rem;
  font-family: 'Lato', sans-serif;
  padding: 0 2rem;
}

.my_profile_row p span {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  padding-top: 0.2rem;
}

.my_profile {
  width: 100%;
  padding: 5rem 0;
}

.my_profile .offer-hero-intro {
  text-align: center;
  width: 100%;
  margin-bottom: 4rem;
}

.change_emirates {
  background: #F2F2F2;
  border-radius: 0px 0px 10px 10px;
  padding: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
}

.change_emirates p {
  margin: 0;
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  width: 60%;
}

.change_emirates p a {
  color: #63A54F;
  text-decoration: underline;
}

.profile_edit {
  text-align: right;
  padding: 0 2rem 2rem;
}

.my_profile_row .input_row {
  width: 80%;
  margin: 0 auto 2rem;
}

.edit_save {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 2rem;
  padding-bottom: 2rem;
}

.edit_save a {
  margin-left: 2rem;
}

.pop_btn {
  display: flex;
  align-items: center;
  justify-content: end;
}

.pop_btn .apply_btn {
  margin: 0;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.edit_save .apply_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}


.order-history-page {
  width: 100%;
  padding: 3rem 0;
}

.order-history-row {
  background: #FFFFFF;
  box-shadow: 0px 2px 24px rgba(122, 69, 139, 0.12);
  border-radius: 10px;
  padding: 1.5rem;
}

.history_nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  padding-bottom: 1.5rem;
}

ul.history_nav li a {
  color: #7A7A7A;
  font-size: 1rem;
  cursor: pointer !important;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

ul.history_nav li {
  padding-right: 2rem;
}

.avtive_plans_row {
  background: #F7F7F7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Lato', sans-serif;
  padding: 1rem;
  margin-bottom: 1.375rem;
}

ul.plan_weeks {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.25rem;
}

ul.plan_weeks li {
  padding: 0 0.7rem;
  color: #63A54F;
}

.plan_weeks_title {
  margin: 0;
  color: #000000;
  font-size: 1.25rem;
}

.plan_weeks_info {
  margin: 0;
  text-align: right;
  color: #000000;
  font-size: 1.125rem;
}

p.plan_weeks_info strong {
  display: block;
}

ul.history_nav li a.active {
  color: #63A54F;
  border-bottom: 2px #63A54F solid;
  font-weight: 700;
}

ul.plan_weeks li:first-child {
  padding-left: 0;
}

ul.plan_weeks li:last-child {
  padding-right: 0;
}

.avtive_plans {
  width: 100%;
  height: 240px;
  overflow-y: auto;
}

ul.plan_weeks li.in_Active {
  color: #D5D5D5;
  font-weight: normal;
}

.plan_expired {
  margin: 0;
  color: #F4415F;
  font-weight: 700;
  font-size: 1.125rem;
}

.order_popup_click a{
  color: #212529;
}


.orders_tables table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-family: 'Lato', sans-serif;
}

.orders_tables table tr {
  padding: .35em;
}

.orders_tables table th,
.orders_tables table td {
  padding: 1rem;
  text-align: center;
}

.orders_tables table th {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #292929;
}


.orders_tables tbody tr:nth-child(odd) {
  background: #F7F7F7;
}

.orders_tables table tr td:first-child,
.orders_tables table tr th:first-child {
  text-align: left;
  padding-left: 1rem;
}

.orders_tables table tr td:last-child,
.orders_tables table tr th:last-child {
  text-align: right;
}

.shorts {
  background-image: url(../images/short-icon.svg);
  background-repeat: no-repeat;
  background-position: 250px center;
}


.order_popup {
  width: 588px;
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  overflow: auto;
  margin: auto;
}

.order_popup_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.order_popup_top p {
  margin: 0;
  color: #000000;
  font-size: 1.25rem;
  font-family: 'Asap', sans-serif;
}

.order_popup_strip {
  background: #F2F2F2;
  margin: 0;
  padding: 0.7rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: 'Asap', sans-serif;
  font-weight: 700;
}

.customer_city {
  color: #292929;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  line-height: 1.575rem;
  padding: 1rem 0;
  margin: 0;
}

.orders_totals {
  width: 280px;
  float: right;
  padding: 1rem 0 0;
  margin: 0;
}

ul.orders_totals li {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 0;
  font-family: 'Asap', sans-serif;
  color: #292929;
  font-size: 1rem;
}

ul.orders_totals li:last-child {
  border-top: 1px #F2F2F2 solid;
  padding-top: 1rem;
  margin-top: 1rem;
}


.order_popup .orders_tables table tr td:first-child,
.order_popup .orders_tables table tr th:first-child {}

.order_popup .orders_tables table th {
  font-family: 'Asap', sans-serif;
  font-size: 0.875rem;
  padding: 0.7rem;
}

.order_popup .orders_tables tbody tr:nth-child(odd) {
  background: transparent;
  border-top: 1px #F2F2F2 solid;
  border-bottom: 1px #F2F2F2 solid;
}

.order_popup .orders_tables table th,
.order_popup .orders_tables table td {
  padding: 0.6rem;
}

.order_popup_close {
  background-image: url(../images/close_icon.svg);
  width: 24px;
  height: 24px;


  background-color: #E5E5E5;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}



  .popup_wrapper .order_popup_close {
      position: absolute;
      top: -0.2rem;
      right: 0;
      border-radius: 0;
      padding: 1.5rem;
      border-bottom-left-radius: 1rem;
}

.order_popup{
  position: relative;
}


.my_cart_table table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.my_cart_table table tr {
  border-bottom: 1px solid #ddd;
  padding: .35em;
}

.my_cart_table table th,
.my_cart_table table td {
  padding: .625em;
  text-align: center;
  color: #292929;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
}

.my_cart_table table th {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #292929;
  font-family: 'Asap', sans-serif;
}


.product_qty {
  margin: auto;
}

.cart_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
}

.cart_item i {
  cursor: pointer;
}

.cart_item p {
  margin: 0;
  color: #292929;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
}

.my_cart_table {
  width: 100%;
  padding-top: 3rem;
}

.my_cart_top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 2rem;
}

.my_cart_top h1 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.875rem;

  text-align: center;
  text-transform: uppercase;
  color: #7A458B;
  font-family: 'Asap', sans-serif;
  margin: 0;
}

.my_cart_top .programs_btn {
  margin: 0;
  position: absolute;
  right: 0;
}

.my_cart_page {
  width: 100%;
  padding: 4rem 0;
}

.my_cart_page .text1{
  color:#B7B7B7;
  font-size: 1.5rem;
}

.cart_total {
  width: 100%;
  text-align: right;
  padding-top: 4rem;
}

.cart_total p {
  display: block;
  margin: 0;
  color: #7A458B;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3rem;
  font-family: 'Asap', sans-serif;
  margin-bottom: 1rem;
}

.cart_total span {
  display: block;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: 'Lato', sans-serif;
}

.cart_total strong {
  font-weight: 800;
  font-size: 1.875rem;
  line-height: 2.25rem;
  display: block;
  font-family: 'Lato', sans-serif;
  padding: 0.5rem 0;
}

.cart_total .btn-big {
  padding: 0 2.25rem;
  margin-top: 1rem;
}

.cart_total sub {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;

  /* identical to box height */


  color: #63A54F;
  bottom: 0;
  vertical-align: text-bottom;
  line-height: 1.1875rem;
  font-family: 'Lato', sans-serif;
  padding-top: 1rem;
}

.my_cart_table table th:first-child {
  width: 40%;
}


.checkout-page .my_cart_table {
  padding: 0 0 2rem;
}

.checkout-page .order_review {
  flex-wrap: wrap;
}

.checkout-page .promo-code {
  margin: 0;
}

.checkout-page .cart_item {
  width: 100%;
  justify-content: flex-start;
}

.checkout-page .my_cart_table table tr th:first-child {
  text-align: left;
}

.checkout-page .my_cart_table table tr tdh:first-child {
  text-align: left;
}

.wellness-detail-right.mob {
  display: none;
}


.details-item {
  width: 100%;
  text-align: center;
  min-height: 30vw;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.details-item img {
  max-width: 100%;
}

.slider_thumb-item {
  display: flex !important;
  align-items: center;
  height: 124px;
  padding: 2rem;
  margin: 0 1rem;
}

.slider_thumb-item img {
  width: 100%;
  display: block;
}

.product-details-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Lato', sans-serif;
  margin-bottom: 3rem;
}

.product-details-top h1 {
  color: #63A54F;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 3rem;
}

.product-details-top>span {
  color: #7A458B;
  font-size: 1rem;
  font-weight: 400;
}

.product-details-top p {
  width: 64px;
  height: 64px;
  font-weight: bold;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgb(173 173 173 / 22%);
  border-radius: 100px;
  justify-content: center;
  text-align: center;
  color: #292929;
  font-size: 1rem;
  line-height: 1.3rem;
  padding-top: 0.8rem;
}

.product-details-top p span {
  display: block;
  width: 100%;
  font-weight: normal;
}

.product-details-page {
  width: 100%;
  padding: 3rem 0 5rem;
}

.product-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Lato', sans-serif;
  margin-bottom: 2rem;
}

.product-price-left>p {}

.product-price-left p {
  display: flex;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 2.25rem;
  align-items: center;
  color: #292929;
  padding-top: 1rem;
}

.product-price-left p sub {
  bottom: -0.2rem;
  font-weight: normal;
  left: 0.3rem;
  font-size: 1.875rem;
}

.product-price-left span {
  color: #B8B8B8;
  font-size: 1rem;
}

.product-price-right {
  display: flex;
  align-items: center;
}

.cart_btm {
  width: 112px;
  height: 37px;


  background: #7A458B;
  border: 1px solid #7A458B;
  box-sizing: border-box;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-left: 2rem;
  font-family: 'Lato', sans-serif;
}

.notification_product {
  border-top: 1px #E9E9E9 solid;
  border-bottom: 1px #E9E9E9 solid;
  padding: 0.5rem 0;
  margin-bottom: 2rem;
}

.notification_product p {
  margin: 0;
  font-size: 1rem;
  color: #63A54F;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  padding-left: 2rem;
  background-image: url(../images/bell.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.nutritional_value {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 2rem;
  font-family: 'Lato', sans-serif;
}

.nutritional_value span {
  color: #63A54F;
  font-size: 1rem;
  font-weight: 900;
  padding-bottom: 0.7rem;
  display: block;
}

.nutritional_value p {
  color: #292929;
  font-size: 0.875rem;
  line-height: 1.3625rem;
}

.terms_page {
  width: 100%;
  padding: 4rem 0 5rem;
}

.terms_content {
  width: 60%;
  margin: auto;
  color: #292929;
  line-height: 1.3875rem;
  font-size: 1rem;
}

.terms_content p strong {
  display: block;
}

.meals-plan-bg{
  position: absolute;
  top:42vh;
  left:0;
}
.meals-plan-bg-right.meals-plan-bg{
  left:auto;
  right:0;
}

.wellness-programs-page .trial-package-section .container{
  position: relative;
  z-index: 10;
}


.instagram_row {
  display: block;
  width:100%;
}

.renew_btn{
  display: inline-block;
  cursor: pointer;
}

.instagram_row:after{
  position: absolute;
  bottom:0;
  width:100%;
  max-width: 600px;
  background:#F4FFF1;
  left:50%;
  transform: translateX(-50%);
  content:"";
  height:7.5rem;
}

.instagram_row_left {
  width: 40%;
}

.instagram_row_right {
  display: flex;
  width: 60%;
  flex-wrap: wrap;
}

.insta_item {
  width: 33.3%;
}

.insta_item img {
  width: 100%;
  display: block;
}

.instagram_row_left img {
  width: 100%;
  display: block;
}

section.instagram_feed {
  background: #F4FFF1;
  padding: 5rem 0;
  margin-top: 4rem;
  background-image: url(../images/insta-icon-2.svg), url(../images/insta-icon-3.svg);
  background-repeat: no-repeat;
  background-position: right top, right bottom;
  position: relative;
}


section.instagram_feed:after {
  background-image: url(../images/insta-icon-1.svg);
  content: "";
  position: absolute;
  left: 4rem;
  top: -5rem;
  width: 21rem;
  height: 24rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.instagram_feed_top {
  width: 100%;
  text-align: center;
  padding-bottom: 2rem;
}

.instagram_feed_top h3 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.875rem;
  margin-bottom: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #7A458B;
  position: relative;
  font-family: 'Asap', sans-serif;
  z-index: 1000;
}

.instagram_feed_top span {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.875rem;
  margin-bottom: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #63A54F;
  font-family: 'Asap', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.instagram_feed_top span img {
  margin-right: 0.6rem;
}

.home_popup_wrapper {
  background: rgba(224, 224, 224, 0.4);
  backdrop-filter: blur(2px);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  overflow: auto;
  padding: 3rem 0;
  align-items: center;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.home_popup_wrapper.active{
  z-index: 100000;
  opacity: 1;
  visibility: visible;
}

.home_popup {
  width: 588px;
  background: #FFFFFF;
  border-radius: 20px;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  padding: 2rem;
  text-align: center;
}

.popup_close {
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  cursor: pointer;
}

.popup_close .fa{
  color: #7A458B;
  font-size: 2rem;
}

.home_popup h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.875rem;

  text-align: center;
  text-transform: uppercase;
  color: #7A458B;
  font-family: 'Asap', sans-serif;
  width: 80%;
  margin: auto;
  padding-bottom: 1rem;
}

.home_popup p {
  font-weight: 400;
  font-size: 1.2625rem;
  line-height: 1.875rem;
  text-align: center;
  color: #292929;
  font-family: 'Lato', sans-serif;
  margin: 0;
}

.home_popup span {
  color: #63A54F;
  font-size: 0.875rem;
}

.popup_inout {
  padding-top: 2rem;
}

.popup_inout input[type="text"] {
  display: block;
  height: 48px;
  left: 0px;
  top: 0px;
  background: #FFFFFF;
  border: 1px solid #292929;
  box-sizing: border-box;
  border-radius: 8px;
  width: 320px;
  margin: auto;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.popup_inout input[type="submit"], .popup_inout button{
  width: 122px;
  height: 33px;


  background: #63A54F;
  border-radius: 6px;
  border: 0;
  font-size: 1rem;
  color: #fff;
  font-family: 'Lato', sans-serif;
}


.dont_have {
  width: 100%;
  text-align: center;
  height: 23rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dont_have p {
  color: #B7B7B7;
  font-size: 1.25rem;
  font-family: 'Lato', sans-serif;
  margin: 1rem 0 0;
}


.subscribton_top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.subscribton_top_left {
  width: 40%;
  padding-right: 3rem;
  padding-left: 6rem;
  padding-top: 2rem;
}

.subscribton_top_right {
  width: 50%;
}

.subscribton_top_right img {
  width: 100%;
  display: block;
}

.subscribton_top_left h1 {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 3rem;

  font-family: 'Asap';
  color: #7A458B;
}

.valid_date {
  color: #63A54F;
  font-size: 1.125rem;
  background-image: url(../images/date-line.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2rem;
}

.subscribton_top_left p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #292929;
  font-family: 'Lato', sans-serif;
  padding-top: 2rem;
}

.plan-weekly {
  font-family: 'Lato', sans-serif;
  background: #F7F7F7;
  padding: 4rem 0;
}

.plan-weekly_left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.plan-weekly .container {
  display: flex;
  justify-content: space-between;
}

.plan-weekly_left {
  width: 30%;
  background: #F4FFF1;
  padding: 0;
  border-radius: 20px;
  padding: 3rem 0;
}

.plan-weekly_right {
  width: 65%;
}

.plan-weekly_right .tab {
  display: none;
}

.plan-weekly_right .tab.tab-active {
  display: block;
}

.plan-weekly_left.tab-menu ul li a {
  color: #292929;
  padding: 1.5rem 4rem;
  display: flex;
  position: relative;
  font-weight: 400;
  align-items: center;
}

.plan-weekly_left.tab-menu ul li a.tab-a.active-a {
  background: #CFF2C5;
}


.plan-weekly_left.tab-menu ul li a:before {
  border-bottom: 1px #CBE7C3 solid;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  margin: auto;
  right: 0;
}

.plan-weekly_right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 3rem;
}

.plan-weekly_right ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0;
  border-bottom: 1px #CBE7C3 solid;
}

.plan-weekly_right ul li span {
  color: #292929;
  font-size: 1rem;
  text-transform: uppercase;
}

.plan-weekly_right ul li span strong {
  text-transform: capitalize;
}

.plan-weekly_right h3 {
  color: #292929;
  font-family: 'Asap';
  font-size: 1.875rem;
  font-weight: 900;
  padding-bottom: 2rem;
}

.plan-weekly_right ul li:first-child {
  padding-top: 0;
}

html.remove_overflow {
  overflow: hidden;
}

.plan-weekly_left.tab-menu ul li a i {
  width: 16px;
  height: 16px;
  top: 0px;
  background: #FFFFFF;
  border: 1px solid #63A54F;
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 37px;
  border-radius: 100px;
  top: 27px;
}


.plan-weekly_left.tab-menu ul li a.tab-a.active-a i:after {
  width: 8px;
  height: 8px;
  left: 3px;
  top: 3px;

  background: #63A54F;
  content: "";
  position: absolute;
  border-radius: 10px;
}

.plan-weekly_left.tab-menu ul li a p {
  display: none;
}
.button-group{
  list-style: none;
  display: inline-block;
  text-align: center;
}
#filters{
  width:100%;
  text-align: center;
  margin-bottom: 3rem;
}
#filters li{
  display: inline-block;
  margin: 0.3rem 0.3rem;
}
#filters button{
  border: 1px solid #3D702D;
  background: inherit;
  padding: 0.5rem 1.25rem;
  border-radius: 6px;
  font-weight: 500;
  font-size: 1rem;
  color: #3D702D;
  display: inline-block;
  min-width: 9rem;
}

#filters button.is-checked{
  background: #3D702D;
  color:white;
}

.footer-whatsapp{
  position: fixed;
  bottom:100px;
  right:10px;
}
.footer-whatsapp img{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
width: 66px;}
.view_meals_top {
  display: none;
}
@media (max-width:1600px) {
#chat-widget-container{
  right: 70px !important;
}
}
@media (max-width:1600px) {

  html,
  body {
    font-size: 15px;
  }
}


@media (max-width:960px) {
  .hero_slider_item .hero_slider_left {
    position: relative;
    top: 0;
    transform: translateY(0);
    left: 0;
    width: 100%;
}
.hero_slider_item .hero_slider_right img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    object-fit: cover;
    margin-left: 0;
}
.hero_slider_item .hero_slider_right {
  display:block;
  padding: 0;
}
  .cta-buttons a.menu-icon {
    margin-left: 0 !important;
        }

  .video_row img{
    max-width: 100%;;
  }
  .contact_map iframe{
    height:220px;
  }
  .contact-info ul li a {
    align-items: center;
    justify-content: center;
}
  #offers .offer-hero img{
    max-width: 100%;
    height: 18rem;
    object-fit: cover;
    opacity: 0.2;
  }
  .customize_btn{
    position: relative;
  }
  .home_popup h2{
    font-size: 2.2rem;
  }
  .meal-footer {
    display: block;
}
.meal-footer .checkout_btn {
  text-align: center;
  margin-top: 0;
  width: 100%;
}
.meal-footer .customize_btn{
  width: 100%;
  position: relative;
}
.midmeal-checkout .form-group label:before {
  top: 0px;
}
  .midmeal-checkout{
    display: block;
  }
  .package_price{
    padding: 0.5rem 0;
    font-size: 1.2rem;
  }
  .midmeal-checkout .product_qty{
    margin: 0;
  }
  .product_qty {
    width: 200px;}
  .product-details-info{
    margin-top: 1rem;
  }
  .cart_btm{
    width:100%;
  }
  .product-price{
    display: block;
  }
  .product_img{
    margin-bottom: 1rem;
  }
  #products .product_img img {
    max-width: 20rem;
    margin: 0 auto;
}
  .hero_slider_left p{
    width:100%;
  }
  .hero_slider_left h2 {
    font-size: 2rem;
    line-height: 2.2rem;
}
  .row_offers{
    display: inline-block;
  }
  .offer_item{
    width:100%;
    margin-bottom: 1rem;
  }
  .blog_page .blog_box {
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 2rem;
}
  .product-delails-bx{
    padding-left: 0;
  }
.checkout_guest_page{
  display: inline-block !important;
}

  .checkout_guest_left, .checkout_guest_right{
    width:100% !important;
  }
  .plan-weekly_right {
    width: 100%;
    position: fixed;
    transition: all 1s;
    bottom: -100%;
    z-index: 99;
    left: 0;
    background: #fff;
    padding: 1rem;
    border-radius: 10px 10px 0px 0px;
    padding-top: 2rem;
  }


  .view_meals_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
  }

  .meals_title {
    margin: 0;
    color: #63A54F;
    font-size: 1.25rem;
    font-weight: 700;
  }

  .meals_close {
    background-image: url(../images/close_icon.svg);
    width: 24px;
    height: 24px;
    background-color: #E5E5E5;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }

  .plan-weekly_right.active {
    bottom: 0;
  }

  .plan-weekly_right ul {
    padding: 0;
  }

  .plan-weekly_right h3 {
    display: none;
  }

  .plan-weekly_right ul li {
    display: block;
    padding: 0.8rem 0 !important;
  }

  .plan-weekly_right ul li span {
    display: block;
    font-size: 1.1rem;
    line-height: 15px;
  }

  .plan-weekly_right ul li span strong {
    padding-top: 1rem;
    display: block;
  }


  .tab.active {
    display: block;
  }

  .order_popup {
    width: 94%;
    padding: 1rem;
  }

  .subscribton_top {
    display: block;
    width: 100%;
  }

  .subscribton_top_left {
    padding: 1rem;
    width: 100%;
  }

  .subscribton_top_left .breadcrumbs {
    display: none;
  }

  .subscribton_top_right {
    width: 100%;
  }

  .plan-weekly .container {
    display: block;
  }

  .plan-weekly_left {
    width: 100%;
    padding: 0;
    background: transparent;
  }


  .plan-weekly {
    padding: 3rem 0;
  }

  .plan-weekly_left.tab-menu ul li a {
    background: #fff;
    padding: 1rem 1rem;
    border-radius: 4px;
    font-weight: 600;
    justify-content: space-between;
  }

  .plan-weekly_left.tab-menu ul li {
    margin-bottom: 1rem;
  }

  .plan-weekly_left.tab-menu ul li a.tab-a.active-a {
    background: #fff;
  }

  .plan-weekly_left.tab-menu ul li a i {
    display: none;
  }

  .plan-weekly_left.tab-menu ul li a:before {
    display: none;
  }


  .plan-weekly_left.tab-menu ul li a p {
    margin: 0;
    color: #7A458B;
    font-weight: normal;
    display: block;
  }

  .orders_tables table {
    border: 0;
  }


  .orders_tables table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .orders_tables table tr {

    display: block;
    margin-bottom: 1rem;
    background: #F7F7F7;
    border-radius: 6px;
  }

  .orders_tables table td {
    border-bottom: 0;
    display: flex;
    font-size: .8em;
    text-align: right;
    justify-content: space-between;
    padding: 0.6rem 0.4rem !IMPORTANT;
    color: #000000;
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
  }

  .orders_tables table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    font-size: 0.875rem;
  }

  .orders_tables table td:last-child {
    border-bottom: 0;
  }


  .my_cart_table table {
    border: 0;
  }

  .my_cart_table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .my_cart_table table tr {
    border-bottom: 3px solid #ddd;
    display: flex;
    margin-bottom: .625em;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border: 0;
  }

  .my_cart_table table td {
    border-bottom: 0px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: left;
    width: 50%;
    font-size: 1rem;
    color: #292929;
    padding: 0.4rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .my_cart_table table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    color: #292929;
    font-size: 1rem;
    font-family: 'Asap';
    padding-bottom: 0.5rem;
  }

  .my_cart_table table td:last-child {
    border-bottom: 0;
    width: 100%;
    min-height: 20px;
    padding: 1rem 0 0.6rem;
    border-bottom: 1px solid #ddd;
  }


  .container,
  .container-sm {
    max-width: 100%;
  }


  nav.footer-nav {
    padding: 3rem 0;
  }

  nav.footer-nav ul {
    display: block;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
    text-align: center;
  }

  nav.footer-nav li {
    width: auto;
    padding: 0.6rem 15px;
    display: inline-block;
  }

  nav.nav_bar {
    display: block;
    position: fixed;
    top: 0;
    background: #f4fff1;
    right: -100%;
    height: 100%;
    width: 70%;
    z-index: 99;
    transition: all 1s;
  }

  .contact_map {
    height: 220px;
  }

  nav.nav_bar.active {
    right: 0;
  }

  nav.nav_bar ul {
    display: block;
    padding-right: 0;
    padding-top: 5rem;
    text-align: center;
  }

  body.remove_overflow:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
  }

  nav.nav_bar ul li {
    padding: 0.5rem 0 !important;
  }

  nav.nav_bar ul li a {
    font-size: 1.2rem;
    color: #3D702D;
   
  }

  .wellness_programs .container {
    padding: 0;
  }

  .delivery_all {
    display: none;
  }

  .MainHeaderCenter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
  }

  .blog_row {
    white-space: nowrap;
    overflow-y: auto;
  }

  .blog_box {
    min-width: 241px;
    white-space: normal;
  }

  .our_team_row {
    white-space: nowrap;
    overflow-y: auto;
    justify-content: flex-start;
    padding: 2rem 1rem 0;
  }

  .our_team {
    min-width: 62vw;
    margin-right: 2rem;
    height: 62vw;
  }

  .our_team_img img {
    width: 10rem;
    height: 10rem;
  }

  .our_team_section .section-intro {
    padding: 0 1rem 1rem;
  }

  .howit_work_row {
    flex-wrap: wrap;
    padding-bottom: 6rem;
  }

  .howit_work_box {
    width: 47%;
    margin: 0 auto 2rem;
  }

  .wellness_programs_row {
    white-space: nowrap;
    overflow-y: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .wellness_programs_box {
    min-width: 230px;
    margin-bottom: 2rem;
  }

  .strip_row {
    display: block;
    text-align: center;
    margin: 0;
  }

  .strip_row i img {
    margin: auto;
    margin-bottom: 0.67rem;
    height: 3rem;
  }

  .strip_row h3 {
    line-height: 1.3rem;
  }

  .strip_section .container {
    max-width: 100%;
  }

  .our_team_intro {
    width: 100%;
    padding: 3rem 1rem 0;
  }

  .our_team_section .container {
    padding: 0;
  }

  .item_row {
    margin: 0 0 2rem;
  }

  section.testimonials_section {
    padding-top: 3rem;
  }


  html,
  body {
    font-size: 14px;
  }

  .web {
    display: none;
  }

  .mob {
    display: block;
  }
  .delivery_all.mob{
    display: flex;
  }
  .HeaderSearch {
    position: fixed;
    left: 0;
    bottom:auto;
    top: 1rem;
    z-index: 1000;
    transform: translateY(-100px);

  }

  .darkHeader .HeaderSearch{ top:0.5rem;}
.delivery_all.mob{
  background: white;
  padding: 35px 18%;
  width: inherit;
}
  .HeaderSearch button {
    border-radius: 6px;
  }

  .left-banner {
    width: 100%;
    height: auto;
    min-height: 150px;
    padding-left: 15px;
    padding-right: 15px;

  }

  .right-banner {
    width: 100%;
    position: relative;
  }

  .left-banner,
  .right-banner {
    height: auto;
  }

  .banner .container {
    margin: 0;
    padding: 0;
  }

  .h1 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }

  .h2 small {
    float: right;
    margin-top: 0.4rem;
  }

  .MainHeaderCenter .btn-big-white {
    font-size: 0;
    background: none;
  }

  .logo {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .logo img {
    max-height: 100%;
  }

  .HeaderSearch {
    bottom: 100%;
    left: 20%;
  }

 


  .alldays-btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-radius: 5px;
  }

  .active_search .logo,
  .active_search .cta-buttons {
    opacity: 0;
    visibility: hidden;
  }

  .active_search .HeaderSearch {
    bottom: 50%;
    left: 5rem;
    transform: translateY(0);
  }

  .search-btn-mob {
    width: 3.6875rem;
    height: 2.25rem;
    background-color: #7A458B;
    border-radius: 6px;
    color: #fff;
    float: left;
    border: none;
    line-height: 2.25rem;
    text-align: center;
  }

  .left-sidebar ul li label input[type="checkbox"] {
    position: relative;
    top: 0.3rem;
  }

  .listAllDays {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.3);
  }

  .listAllDays.active {
    display: block;
  }

  .listAllDays .innerListAllDays {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F4FFF1;
    border-radius: 20px;
    width: 80%;
    padding: 1.5rem 1.8rem;
  }

  .left-sidebar {
    border-radius: 0;
  }

  .innerListAllDays .h4 {
    font-weight: 600;
  }

  .listAllDaysControls .btn-big-white {
    color: #7A458B;
    background: inherit;
    margin-top: 3rem;
  }

  .listAllDaysControls .btn-big {
    float: right;
  }

  .listAllDaysControls .hide-btn .btn-big {
    display: inline-block !important;
    float: right;
    pointer-events: none;
    opacity: 0.7;
  }

  .innerListAllDays ul li {
    border-bottom: 1px solid #CBE7C3;
    padding-left: 0;
    padding-right: 0;
  }

  .left-sidebar ul li a {
    right: 4%;
  }

  .h4 small {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6875rem;
    color: #7A458B;
    float: right;
  }

  .accordion-body .h4 {
    padding: 0.7rem 0;
  }

  .meal-selection .h2.accordion-head {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .meal-selection {
    margin-bottom: 1rem;
  }

  .left-sidebar {
    z-index: 1000;
  }

  .meal-selection .mealCont {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1002;

    visibility: hidden;
  }


  .meal-selection .mealCont .accordion-body,
  .meal-selection .mealCont,
  .active_search .logo,
  .active_search .cta-buttons,
  .HeaderSearch {
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;

    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;

    -moz-transition-delay: 0s;
    -moz-transition-duration: 0.4s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;

    -ms-transition-delay: 0s;
    -ms-transition-duration: 0.4s;
    -ms-transition-property: all;
    -ms-transition-timing-function: ease;

    -o-transition-delay: 0s;
    -o-transition-duration: 0.4s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
  }

  .search-btn-mob .fa-magnifying-glass {
    color: white;
  }

  .HeaderSearch input[type="text"] {
    width: 60vw;
  }

  .active_search .search-btn-mob .fa-magnifying-glass:before {
    content: "\f00d";
    color: white !important;
    font-size: 1.5rem;

  }

  .active_search .search-btn-mob {
    line-height: 2.7rem !important;
  }

  .meal-selection .mealCont .accordion-body {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    max-height: 80%;
    overflow-y: scroll;
  }

  .meal-selection .mealCont.active .accordion-body {
    bottom: 0;
  }

  .meal-selection .mealCont.active {
    bottom: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }

  .meal-selection .mealCont .accordion-body {
    border-radius: 20px 20px 0 0;
  }

  .mealCont .listAllDaysControls {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: white;
    padding: 1rem 2rem;

  }

  .mealCont .listAllDaysControls .btn-big-white {
    padding-left: 0;
  }

  .mealCont .listAllDaysControls .btn-big-white,
  .mealCont .listAllDaysControls .btn-big {
    margin-top: 0 !important;
  }

  .meal-selection .h3 {
    font-size: 1rem;
    color: #292929;
    text-transform: capitalize;
    padding: 0.4rem 1.5rem;
    background: white;
    border-radius: 0.5rem;
    font-weight: 600;
  }

  .meal-selection .h3 a {
    font-size: 1rem;
    color: #7A458B;
    float: right;
  }


  .meal-selection label.lbl-meal {
    display: inline-block !important;
  }

  .meal-selection label.lbl-meal input {
    position: relative;
    top: 0.2rem;
    display: inline-block;
  }


  .footer-address {
    text-align: center;
    margin-bottom: 2rem;
  }

  .footer-title {
    text-align: center;
    justify-content: center;
  }

  .footer-logo {
    text-align: center;
  }

  .footer-logo img {
    margin: auto;
  }

  .footer_newsletter {
    text-align: center;
    width: 80%;
    margin: auto;
  }

  nav.footer-nav .btn-big.mob {
    display: table;
    margin: 2rem auto 0;
  }

  .footer-links {
    text-align: center;
    display: inherit;
    margin-bottom: 1rem;
  }


  ul.footer-no {
    justify-content: center;
  }

  ul.footer-media {
    justify-content: center;
    margin: 2rem 0;
  }

  .hero_slider_item {
    flex-wrap: wrap;
  }

  .hero_slider_left {
    width: 100%;
    order: 2;
    background: #fff;
    padding: 1rem;
  }

  .hero_slider_right {
    width: 100%;
    padding: 1rem;
  }


  .hero_slider_right span {
    background-position: top;
    line-height: 3rem;
    padding-top: 3rem;
    font-size: 3rem;
    left: 0;
    height: auto;
    width: 27rem;
    height: 17rem;
  }

  .hero_slider_right img {
    width: 60%;
    margin-left: -2rem;
  }

  .hero_slider:before {
    width: 9rem;
  }

  .hero_slider ul.slick-dots {
    bottom: 0;
    padding: 1rem 0 2rem;
    width: 100%;
    background: #fff;
    position: static;
    text-align: center;
    justify-content: center;
  }

  .hero_section {
    padding-bottom: 0rem;
    background: #fff;
  }

  .sldier_item .container {
    padding: 0;
  }

  .sldier_item {
    padding: 1rem 0 0;
  }

  .section-intro h3 {
    font-size: 1.6rem;
    margin-bottom: 0.9rem;
    line-height: 1.3;
  }

  .section-intro p {
    font-size: 1.2rem;
    line-height: 1.9rem;
    margin-bottom: 0.6rem;
  }

  .section-intro {
    padding-bottom: 1rem;
  }

  .wellness_programs {
    padding: 2rem 0 1rem;
  }

  .wellness_programs_box figcaption {
    white-space: normal;
  }

  .try_trail_text {
    padding: 1rem;
    text-align: center;
  }

  .try_trail_text h3 {
    font-size: 2rem;
    text-align: left;
    width: 80%;
    line-height: 2.4rem;
  }

  .try_trail_text p {
    font-size: 1.2rem;
    text-align: left;
  }

  .howit_work {
    padding: 2rem 0;
  }

  .howit_work_img {
    width: 100%;
    height: 12.4375rem;
  }

  .our_team_intro p {
    font-size: 1.2rem;
    line-height: 1.9rem;
    margin-bottom: 0.6rem;
  }

  .our_approach_intro {
    width: 100%;
    padding: 0 1rem;
  }

  .our_approach_intro h3 {
    font-size: 2rem;
    margin: 0.9rem auto;
    line-height: 2.5rem;
    width: 80%;
  }

  .our_approach_intro p {
    font-size: 1.3rem;
  }

  .our_approach_intro span {
    font-size: 1.2rem;
    line-height: 1.9rem;
    margin-bottom: 0.6rem;
  }

  .testimonials_slider ul.slick-dots {
    margin: 1rem 0 0;
  }

  .testimonials_row .section-intro {
    padding: 0;
  }

  .blog_box figcaption h3 {
    padding-bottom: 1rem;
  }


  .about_hero {
    flex-wrap: wrap;
  }

  .about_intro {
    order: 2;
    width: 100%;
    padding: 4rem 1.2rem;
    text-align: center;
  }

  .howit_work_content {
    text-align: center;
    padding-bottom: 2rem;
  }

  .about_box_section {
    padding: 3rem 1rem;
  }

  .meet_team_item {
    margin: 0;
  }

  .meet_team_slider .slick-list {
    background: #FFFFFF;
    box-shadow: 0px 2px 34px rgba(122, 69, 139, 0.22);
    border-radius: 40px;
    margin-top: 2rem;
  }

  .meet_team_section:before {
    opacity: 0;
  }

  .about_img {
    width: 100%;
  }

  .about_intro h1 {
    font-size: 2rem;
    margin-bottom: 0.9rem;
    line-height: 1.55rem;
  }

  .about_intro p {
    font-size: 1.2rem;
    line-height: 1.9rem;
    margin-bottom: 0.6rem;
  }

  .howit_work_content h2 {
    font-size: 2rem;
    margin-bottom: 0.9rem;
    line-height: 1.55rem;
  }

  .howit_work_content p {
    font-size: 1.2rem;
    line-height: 1.9rem;
    margin-bottom: 0.6rem;
  }

  .cta_btn {
    margin: auto;
  }

  .about_box {
    text-align: center;
  }

  .about_box p {
    text-align: left;
    margin-bottom: 2rem;
  }

  .meet_team_section .section-intro {
    padding-bottom: 1rem;
  }


  .who_content {
    width: 100%;
    text-align: center;
  }

  .who_content h4 {
    font-size: 2rem;
    margin-bottom: 0.9rem;
    line-height: 1.55rem;
  }

  .stay_connected_intro {
    text-align: center;
  }

  .stay_connected_intro h4 {
    font-size: 2rem;
    margin-bottom: 0.9rem;
    line-height: 2.55rem;
  }

  .stay_connected {
    padding: 3rem 0;
  }

  .stay_connected_img img {
    width: 50%;
    margin: auto;
  }

  .stay_connected_img {
    justify-content: center;
    margin: 0;
    padding-top: 2rem;
  }

  .stay_connected_intro>span {
    font-size: 1.2rem;
    line-height: 1.9rem;
    margin-bottom: 0.6rem;
  }


  .blog_page {
    padding-top: 2rem;
  }

  .load_more {
    margin: 1rem 0 4rem;
  }


  .blog-detail_top {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }

  .blog-detail_left {
    width: 100%;
    padding: 1rem;
    order: 2;
  }

  .blog_share_right {
    width: 100%;
    align-items: center;
    margin: 0;
  }

  .breadcrumbs li {
    font-size: 0.875rem;
    background-position: 0 4px;
  }

  .blog-detail_left h1 {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }

  .blog_share {
    padding-top: 1rem;
  }

  .blog_share_left {
    width: 50%;
    line-height: 0.8rem;
  }

  .blog-detail_list_img {
    margin-bottom: 1rem;
  }


  .media_page_top {
    flex-wrap: wrap;
  }

  .media_page_left {
    width: 100%;
    order: 2;
    padding: 1.2rem;
  }

  .media_page_right {
    width: 100%;
  }

  .media_page_right img {
    width: 100%;
    display: block;
  }

  .media_page_left h1 {
    font-size: 2.5rem;
    padding-bottom: 1rem;
  }

  .media_content_box {
    padding-top: 2rem;
  }

  .media-detail-left h1 {
    font-size: 2rem;
    padding: 0;
  }

  .media-detail-left {
    margin-bottom: 3rem;
  }

  .slider_thumb {
    padding: 0;
  }

  .slider_thumb .slick-list {
    padding: 0 20% 0 0 !important;
  }

  .product-page .section-intro {
    padding-bottom: 1rem;
  }

  .offer_info_row {
    background-image: url(../images/offer-bg.svg);
    padding-bottom: 2rem;
  }

  .offer_info_row:after {
    height: 100%;
  }

  .offer_info_row:after {
    height: 100%;
  }

  .delivery-rafiki {
    padding: 2rem 0;
  }
  .offer-hero-intro p{
    width:100% !important;
  }
  .delivery-rafik-img {
    margin-bottom: 2rem;
  }


  .call_back_btn {
    text-align: center;
  }

  .offer-hero img.web {
    display: none;
  }

  .offer-hero .container {
    top: 1rem;
    transform: none;
  }

  .offer-hero-intro {
    width: 90%;
    padding-top: 2rem;
  }

  .offer-hero-intro p {
    width: 50%;
  }

  .offer-hero img.mob {
    display: block;
  }

  .wellness-programs-page .section-intro {
    padding-bottom: 2rem;
  }

  .wellness-programs-page .wellness_programs_box {
    margin: 0 0 2rem;
  }


  .wellness-detail-row {
    display: block;
  }

  .wellness-detail-left {
    width: 100%;
    padding: 0;
  }

  .wellness-detail-right {
    width: 100%;
    padding: 2rem;
    display: none;
  }

  .wellness-detail-right ul {
    justify-content: center;
    padding-top: 1rem;
  }

  .wellness-detail-left h1, .wellness-detail-left .description{
    padding: 0 1rem 1rem;
  }


  .wellness-detail-left{
    margin-bottom:1.5rem;
  }

  .wellness-detail-right.mob {
    display: block;
    margin-bottom: 2rem;
  }

  .wellness-detail-left .breadcrumbs {
    padding: 1rem 1rem;
  }

  .wellness-detail-left>p {
    padding: 0 1rem;
  }

  .wellness-detail-left h2 {
    padding: 0 1rem;
  }

  .catering_box {
    flex-wrap: wrap;
  }

  .catering_box_row {
    width: calc(50% - 2rem);
  }

  .catering_box:after {
    height: 90%;
  }

  .catering_form_intro {
    width: 100%;
  }

  .catering_form {
    padding: 3rem 0;
    ;
    ;
    ;
  }

  .submit_input_row {
    text-align: center;
  }


  .baby-meal-info {
    width: 100%;
    padding: 2rem 0;
  }

  .baby-meal span {
    padding: 1rem 0;
  }

  .baby-meal-box {
    margin-bottom: 3rem;
  }

  .baby-meal-row {
    padding: 2rem 0;
    ;
    ;
    ;
  }


  .midmeal-plan_top {
    display: block;
    margin-bottom: 2rem;
  }

  .midmeal-img {
    width: 100%;
  }

  .midmeal-info {
    width: 100%;
    padding: 2rem 0 0;
  }

  .qty_row p {
    display: none;
  }

  .form-group label {
    width: 90%;
    line-height: 14px;
  }

  .form-group {
    align-items: flex-start;
  }

  .form-group label:before {
    top: -4px;
    min-width: 16px;
  }

  .checkout_btn {
    text-align: center;
    margin-top: 2rem;
  }

  .midmeal-plan-page {
    padding: 2rem 0 3rem;
  }


  .login_box {
    width: 90%;
    padding: 2rem;
    /* background: linear-gradient(180deg, #FFFFFF 38.41%, rgba(255, 255, 255, 0) 100%); */
    filter: drop-shadow(0px 2px 34px rgba(122, 69, 139, 0.22));
  }

  .login_box h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  .login_page {
    height: auto;
    padding: 3rem 0;
  }

  .finish-checking {
    width: 100%;
    padding: 3rem 1rem;
  }

  .finish-checking-left {
    margin-bottom: 3rem;
  }

  .finish-checking-right {
    text-align: center;
  }


  .contact-info ul {
    display: block;
    text-align: center;
    margin: auto;
    padding: 2rem 0;
  }

  .contact-info ul li {
    text-align: center;
    display: block;
    margin: auto;
    margin-bottom: 2rem;
  }

  .contact-info ul li span {
    justify-content: center;
  }

  .contact-info {
    padding: 2rem 0 0;
    ;
    ;
    ;
    background-position: top center;
    background-size: 16rem;
    margin-top: 3rem;
  }

  .contact-info h1 {
    font-size: 2rem;
    margin-bottom: 0.9rem;
    line-height: 1.55rem;
  }

  .contact-info>p {
    font-size: 1.2rem;
    line-height: 1.9rem;
    margin-bottom: 0.6rem;
  }

  .contact_form {
    margin: 3rem 0 0;
  }

  .contact_form_section {
    padding: 3rem 0;
    ;
    ;
  }

  .contact_form h3 {
    font-size: 2rem;
    margin-bottom: 0.9rem;
    line-height: 1.55rem;
    margin-bottom: 3rem;
  }


  .think-different {
    margin-bottom: 3rem;
  }


  .wellness-customize {
    width: 94%;
    padding: 1rem;
    margin: auto;
  }
 

  .customize_row ul {
    flex-wrap: wrap;
    justify-content: inherit;
    text-align: center;
  }

  .customize_row ul li {
    width: 37%;
    margin: 0 auto 1rem;
  }

  .customize_row ul li button {
    min-width: 100px;
  }

  .customize_row span {
    display: block;
    text-align: center;
  }

  .customize_total {
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: right;
    align-items: baseline;
    padding-bottom: 50px;
  }

  .customize_btn {
    width: 60%;
    position: absolute;
    left: 0;
    bottom: 10px;
    right: 0;
    margin: auto;
    padding: 0.7rem 0;
    height: auto;
  }

  .customize_total span {
    padding: 0;
  }

  .customize_row {
    margin-bottom: 1rem;
  }

  .terms_content {
    width: 100%;
    padding: 0 1rem;
  }


  .register_form {
    padding: 1rem;
  }

  .register_img {
    height: 240px;
    background-image: url(../images/register-bg-mob.png);
  }

  .order-history-row {
    padding: 1rem;
  }

  .avtive_plans_row {
    display: block;
    text-align: right;
  }

  .plan_weeks_title {
    text-align: left;
    font-size: 1.125rem;
    padding-bottom: 1rem;
  }

  ul.plan_weeks {
    justify-content: space-between;
    padding-bottom: 1rem;
  }

  .plan_weeks_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }


  .my_profile {
    padding: 2rem 0;
  }


  .offer-hero-intro h1 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
    line-height: 1.55rem;
  }

  .my_profile .offer-hero-intro {
    margin-bottom: 2rem;
  }

  .my_profile_row>p {
    margin-bottom: 2rem;
  }

  .my_profile_row {
    margin-bottom: 2rem;
  }

  .my_profile_row .input_row {
    width: 91%;
  }

  .edit_save {
    justify-content: center;
    padding: 0;
    padding-bottom: 2rem;
  }

  .edit_save a {
    margin: 0 12px;
  }

  .my_cart_top .programs_btn {
    display: none;
  }

  .my_cart_top h1 {
    font-size: 2rem;
    margin-bottom: 0.9rem;
    line-height: 1.55rem;
  }

  .my_cart_page {
    padding: 2rem 0;
    ;
    ;
    ;
  }

  .my_cart_table {
    padding-top: 1rem;
  }

  .cart_item {
    width: 100%;
    justify-content: space-between;
  }

  .my_cart_table table td:first-child {
    width: 100%;
  }

  .my_cart_table table td:nth-child(3) {
    text-align: right;
    justify-content: flex-end;
  }

  .my_cart_table table td:nth-child(3):before {
    text-align: right;
  }

  .my_cart_table table td .input-group.product_qty {
    margin: 0;
  }

  .my_cart_table table td:last-child:before {
    width: auto;
    padding: 0;
  }

  .cart_item i {
    order: 3;
  }

  .cart_total {
    padding-top: 1rem;
    text-align: right;
  }

  .cart_total p {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

  .cart_total sub {
    text-align: right;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .order_review {
    width: 95%;
    display: block;
    padding: 1rem;
    margin: 2rem auto;
  }

  .order_review_left {
    width: 100%;
    padding-bottom: 2rem;
  }

  .order_review_right {
    width: 100%;
  }

  .place_order_btn {
    text-align: center;
  }

  .order_review-intro h3 {
    font-size: 2rem;
    margin-bottom: 0.9rem;
    line-height: 1.55rem;
  }

  .order_review-intro {
    padding-top: 2rem;
  }

  .promo-code {
    margin-top: 2rem;
  }


  section.instagram_feed:after {
    opacity: 0;
    z-index: -1;
  }

  section.instagram_feed {
    background-size: 9rem;
    background-position: 300px -10px, right bottom;
    padding: 3rem 0rem;
  }

  .instagram_row_left {
    display: none;
  }

  .insta_item {
    width: 50%;
  }

  .instagram_row {
    flex-wrap: wrap;
  }

  .instagram_row_right {
    width: 100%;
  }

  .instagram_feed_top h3 {
    font-size: 2rem;
    margin-bottom: 0.9rem;
    line-height: 2.5rem;
  }

  .instagram_feed_top span {
    font-size: 2rem;
  }

  .instagram_feed_top {
    padding-bottom: 1rem;
  }

  .get_touch .container {
    display: block;
    text-align: center;
    height: auto;
    padding: 1rem 0;
  }


  .get_touch .container p {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    width: 80%;
    margin: auto;
    line-height: 1.2;
  }

  .meet_team_section .section-intro p {
    width: 100%;
    line-height: 1.45;
  }

  .meet_team_slider {
    padding-bottom: 3rem;
  }

  .hobbies p {
    display: block;
  }

  .hobbies p img {
    margin-bottom: 0.6rem;
  }

  .hobbies {
    justify-content: start;
  }

  .hobbies>div {
    padding-right: 2rem;
  }

  .subscribton_top_left h1 {
    font-size: 1.8rem;
  }

  .subscribton_top_left p {
    padding-top: 1rem;
  }

  .valid_date {
    font-size: 1rem;
  }


}
