.bite_qwik * {
  color: black;
}
.bite_qwik p {
  font: 22px/29px Jost-Regular;
}
.bite_qwik h1,
.bite_qwik h2,
.bite_qwik h3,
.bite_qwik h4,
.bite_qwik h5,
.bite_qwik h6 {
  font: 60px/67px Jost-Regular;
  margin-bottom: 20px;
}
.bite_qwik .btm_space {
  margin-bottom: 100px;
}
.bite_qwik .padding {
  padding: 120px 0;
}
.bite_qwik .hd {
  text-align: center;
  margin-bottom: 50px;
}
.bite_qwik .hd.centered {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bite_qwik .bit_logo {
  width: 173px;
}
.bite_qwik .bit_logo img {
  width: 100%;
  height: 65px;
}
.bite_qwik .download_now {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 40px;
}
.bite_qwik .download_now a {
  width: 158px;
}
.bite_qwik .download_now a img {
  width: 100%;
  height: 50px;
}
.bite_qwik .download_now a:not(:last-child) {
  margin-right: 10px;
}
.bite_qwik .bit_banner {
  padding: 140px 0 240px;
  background: url(../images/main_banner.jpg) no-repeat center;
  margin-bottom: 500px;
  background-size: cover;
  position: relative;
}
.bite_qwik .bit_banner .banner_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
}
.bite_qwik .bit_banner::before {
  content: "";
  position: absolute;
  background: url(../images/meat1.png) no-repeat;
  bottom: -69px;
  left: 0;
  background-size: 292px, 298px;

  height: 298px;
  width: 292px;
}

.bite_qwik .bit_banner .banner_inner .bit_logo {
  margin-bottom: 10px;
}
.bite_qwik .bit_banner .banner_inner strong {
  font: 90px/100px Jost-Bold;
  margin-bottom: 20px;
}
.bite_qwik .bit_banner .banner_inner p {
  font-size: 25px;
}
.bite_qwik .bit_banner .banner_inner .use_appl {
  display: flex;
  align-items: center;
}
.bite_qwik .bit_banner .banner_inner .use_appl .app_img img {
  width: 38px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0);
}
.bite_qwik .bit_banner .banner_inner .use_appl .app_img:not(:last-child) {
  margin-right: 50px;
}
.bite_qwik .bit_banner .video_blk {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -410px;
  max-width: 1200px;
  width: 100%;
}
.bite_qwik .bit_banner .video_blk img {
  width: 100%;
  height: 635px;
  -o-object-fit: cover;
  object-fit: cover;
}
.bite_qwik .bit_feat .view_all {
  display: block;
  border-radius: 10px;
  padding: 10px;
  font: 20px/26px Jost-Bold;
  color: #000;
  border: 2px solid #000;
  text-align: center;
}
.bite_qwik .bit_feat .fea_block {
  display: flex;
  flex-wrap: wrap;
}
.bite_qwik .bit_feat .fea_block .f_itm {
  width: 15%;
  padding: 5px;
  text-align: center;
  margin-bottom: 40px;
}
.bite_qwik .bit_feat .fea_block .f_itm .f_img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  background: #f4f4f4;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  position: relative;
}
.bite_qwik .bit_feat .fea_block .f_itm .f_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.bite_qwik .bit_feat .fea_block .f_itm .f_img b {
  padding: 3px 7px;
  border-radius: 30px;
  background: #ff3366;
  font: 15px/17px Jost-Regular;
  color: #fff;
  position: absolute;
  top: -10px;
  left: -5px;
}
.bite_qwik .bit_feat .fea_block .f_itm:not(:nth-child(6n)) {
  margin-right: 2%;
}
.bite_qwik .bit_intro {
  padding-top: 115px;
  background: url(../images/intro_banner.png) no-repeat center;
  background-size: cover;
  position: relative;
}
.bite_qwik .bit_intro::before {
  content: "";
  position: absolute;
  background: url(../images/fish.svg) no-repeat;
  bottom: -167px;
  right: 0;
  background-size: 300px;
  height: 300px;
  width: 300px;
}
.bite_qwik .bit_intro .inner_phon {
  max-width: 575px;
  width: 95%;
  margin: 0 auto;
}
.bite_qwik .bit_intro .inner_phon img {
  width: 100%;
  height: 450px;
}
.bite_qwik .bit_uniq {
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.bite_qwik .bit_uniq::before {
  content: "";
  position: absolute;
  background: url(../images/corn.svg) no-repeat;
  bottom: -69px;
  left: 0;
  background-size: 234px, 152px;
  height: 152px;
  width: 234px;
}
.bite_qwik .bit_uniq .uniq_inner .uniq_features {
  display: flex;
  flex-wrap: wrap;
}
.bite_qwik .bit_uniq .uniq_inner .uniq_features .item {
  width: 32%;
  margin-bottom: 15px;
}
.bite_qwik .bit_uniq .uniq_inner .uniq_features .item .img {
  height: 310px;
  padding: 15px 20px 0;
  background: #afde1f;
}
.bite_qwik .bit_uniq .uniq_inner .uniq_features .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.bite_qwik .bit_uniq .uniq_inner .uniq_features .item .txt_ {
  padding: 25px 20px;
  background-color: #faffeb;
}
.bite_qwik .bit_uniq .uniq_inner .uniq_features .item .txt_ b {
  font: 25px/35px Jost-Regular;
  color: #000;
  margin-bottom: 8px;
  display: block;
}
.bite_qwik .bit_uniq .uniq_inner .uniq_features .item .txt_ p {
  font-size: 18px;
}
.bite_qwik .bit_uniq .uniq_inner .uniq_features .item:not(:nth-child(3n)) {
  margin-right: 1.8%;
}
.bite_qwik .bit_balance_diet .bit_diet_inner .block {
  display: flex;
}
.bite_qwik .bit_balance_diet .bit_diet_inner .block .img_blk {
  width: 44%;
  text-align: center;
  background: url(../images/greenBack.png) no-repeat center;
  background-size: contain;
}
.bite_qwik .bit_balance_diet .bit_diet_inner .block .img_blk img {
  width: 80%;
  height: 355px;
  -o-object-fit: contain;
  object-fit: contain;
}
.bite_qwik .bit_balance_diet .bit_diet_inner .block .txt_blk {
  width: 28%;
}
.bite_qwik .bit_balance_diet .bit_diet_inner .block .txt_blk ul li {
  display: flex;
}
.bite_qwik .bit_balance_diet .bit_diet_inner .block .txt_blk ul li .img_lft {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 80px;
  width: 80px;
  margin-right: 15px;
}
.bite_qwik
  .bit_balance_diet
  .bit_diet_inner
  .block
  .txt_blk
  ul
  li
  .img_lft
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.bite_qwik .bit_balance_diet .bit_diet_inner .block .txt_blk ul li .txt_rgt b {
  font: 22px/30px Jost-Medium;
  display: block;
  margin-bottom: 10px;
}
.bite_qwik .bit_balance_diet .bit_diet_inner .block .txt_blk ul li .txt_rgt p {
  font-size: 17px;
  line-height: 24px;
}
.bite_qwik
  .bit_balance_diet
  .bit_diet_inner
  .block
  .txt_blk
  ul
  li:not(:last-child) {
  margin-bottom: 35px;
}
.bite_qwik .rvw_prd {
  position: relative;
}
.bite_qwik .rvw_prd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/dark_green_1.png) no-repeat center;
  background-size: contain;
  z-index: -1;
  width: 743px;
  height: 569px;
}
.bite_qwik .rvw_prd .rvw_prd_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bite_qwik .rvw_prd .rvw_prd_inner .lft {
  width: 42.2%;
  position: relative;
}
.bite_qwik .rvw_prd .rvw_prd_inner .lft img {
  width: 100%;
  height: 528px;
  -o-object-fit: contain;
  object-fit: contain;
}
.bite_qwik .rvw_prd .rvw_prd_inner .txt {
  width: 52.5%;
}
.bite_qwik .rvw_prd .rvw_prd_inner .txt p:not(:last-child) {
  margin-bottom: 25px;
}
.bite_qwik .rvw_prd.whish_list::before {
  left: unset;
  right: 0;
  background-image: url(../images/dark_green_2.png);
}
.bite_qwik .rvw_prd.whish_list .rvw_prd_inner {
  flex-direction: row-reverse;
}
.bite_qwik .del_app {
  position: relative;
}
.bite_qwik .del_app::before {
  content: "";
  background: url(../images/Meat2.png) no-repeat;
  position: absolute;
  background-size: 442px, 323px;
  height: 323px;
  width: 442px;
  top: -135px;
  right: 0;
}
.bite_qwik .del_app .hd {
  text-align: left;
  max-width: 850px;
  width: 100%;
}
.bite_qwik .del_app .AppScreen {
  width: 100%;
}
.bite_qwik .del_app .AppScreen img {
  height: 800px;
  width: 100%;
}
.bite_qwik .del_app .app_screen {
  position: relative;
  height: 830px;
}
.bite_qwik .del_app .app_screen > div {
  position: absolute;
}
.bite_qwik .del_app .app_screen > div .img_ {
  width: 466px;
}
.bite_qwik .del_app .app_screen > div .img_ img {
  width: 100%;
  height: 357px;
}
.bite_qwik .del_app .app_screen .txt_ {
  display: none;
}
.bite_qwik .del_app .app_screen .dash_ {
  right: 22%;
  top: 0;
}
.bite_qwik .del_app .app_screen .delivery {
  left: 50%;
  top: 59%;
  transform: translate(-50%, -50%);
}
.bite_qwik .del_app .app_screen .track {
  left: 0;
  top: 25%;
}
.bite_qwik .del_app .app_screen .order {
  right: 70px;
  bottom: 10%;
}
.bite_qwik .balanced_meal {
  background: #89ce10;
  position: relative;
}
.bite_qwik .balanced_meal::before {
  content: "";
  position: absolute;
  background: url(../images/peanut.svg) no-repeat;
  top: -85px;
  left: 0;
  background-size: 263px, 160px;
  height: 160px;
  width: 263px;
}
.bite_qwik .balanced_meal .balanced_inner {
  display: flex;
  align-items: center;
}
.bite_qwik .balanced_meal .balanced_inner .lft_img {
  width: 45%;
}
.bite_qwik .balanced_meal .balanced_inner .lft_img img {
  width: 100%;
  height: 670px;
}
.bite_qwik .balanced_meal .balanced_inner .rgt_txt {
  width: 55%;
}
.bite_qwik .balanced_meal .balanced_inner .rgt_txt h6 {
  font-size: 66px;
  line-height: 72px;
  font-family: Jost-Bold;
}
.bite_qwik .balanced_meal .balanced_inner .rgt_txt .usp_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.bite_qwik .balanced_meal .balanced_inner .rgt_txt .usp_block .usp_ {
  width: 48%;
  margin-bottom: 60px;
  background: #afde1f;
  padding: 30px 50px 40px;
  border-radius: 100px;
  border: 2px solid #000;
  transition: all 0.3s;
  position: relative;
}
.bite_qwik .balanced_meal .balanced_inner .rgt_txt .usp_block .usp_ p {
  font-size: 18px;
  line-height: 20px;
}
.bite_qwik .balanced_meal .balanced_inner .rgt_txt .usp_block .usp_ .btm_ {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #000;
  padding: 8px 15px;
  width: 100px;
}
.bite_qwik .balanced_meal .balanced_inner .rgt_txt .usp_block .usp_ .btm_ img {
  width: 70%;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
.bite_qwik
  .balanced_meal
  .balanced_inner
  .rgt_txt
  .usp_block
  .usp_:first-child {
  margin-right: 4%;
}
.bite_qwik .balanced_meal .balanced_inner .rgt_txt .usp_block .usp_:hover {
  background: #000;
}
.bite_qwik .balanced_meal .balanced_inner .rgt_txt .usp_block .usp_:hover p {
  color: #fff;
}
.bite_qwik .available_app {
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.bite_qwik .available_app .lft_img {
  max-width: 922px;
  width: 100%;
  margin-right: 100px;
}
.bite_qwik .available_app .lft_img img {
  width: 100%;
  height: 630px;
}
.bite_qwik .available_app .rgt_ {
  width: 25.5%;
}
.bite_qwik .available_app .rgt_ h2 {
  font-size: 66px;
  line-height: 69px;
}
.bite_qwik .available_app .rgt_ .download_now {
  justify-content: start;
}
.bite_qwik .visit_Web {
  position: relative;
}
.bite_qwik .visit_Web::before {
  content: "";
  position: absolute;
  background: url(../images/juice.svg) no-repeat;
  top: 120px;
  right: 150px;
  background-size: 230px, 250px;
  height: 250px;
  width: 230px;
}
.bite_qwik .visit_Web::after {
  content: "";
  position: absolute;
  background: url(../images/lftLayer.png) no-repeat;
  bottom: -215px;
  left: 0;
  background-size: 180px, 438px;
  height: 438px;
  width: 180px;
}
.bite_qwik .visit_Web .hd {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
}
.bite_qwik .visit_Web .hd a {
  font: 16px/25px Jost-Bold;
  color: #000;
  padding: 12px 53px;
  border: 1px solid #000;
  margin-top: 25px;
}
.bite_qwik .visit_Web .hd a:hover {
  color: #fff;
  background: #000;
}
.bite_qwik .visit_Web .main_img {
  text-align: center;
}
.bite_qwik .visit_Web .main_img img {
  max-width: 922px;
  width: 100%;
  margin: 0 auto;
  height: 315px;
  -o-object-fit: contain;
  object-fit: contain;
}
.bite_qwik .bit_feat .view_all:hover {
  color: #fff;
  background: #000;
}
/* 08-01-26 */
/* 12-01-26 */
.bite_qwik .app-faq {
  position: relative;
}
.bite_qwik .app-faq::before {
  content: "";
  position: absolute;
  background: url(../images/rghtLayer.png) no-repeat;
  bottom: 0 !important;
  right: 0 !important;
  height: 424px;
  width: 128px;
  top: unset !important;
  transform: none !important;
  left: unset !important;
}
/* 12-01-26 */
@media screen and (max-width: 1900px) {
  .bite_qwik .available_app .rgt_ h2 {
    font-size: 63px;
    line-height: 65px;
  }
  .bite_qwik .bit_banner::before {
    background-size: 255px, 270px;
    height: 270px;
    width: 255px;
  }
  .bite_qwik .del_app::before {
    background-size: 385px, 288px;
    height: 288px;
    width: 385px;
  }
  .bite_qwik .visit_Web::before {
    top: 140px;
    right: 150px;
    background-size: 195px, 215px;
    height: 215px;
    width: 195px;
  }
}
@media screen and (max-width: 1800px) {
  .bite_qwik .available_app .rgt_ {
    width: 26.7%;
  }
  .bite_qwik .app-faq::before {
    display: none;
  }
  .bite_qwik .visit_Web::after {
    display: none;
  }
  .bite_qwik .bit_banner::before {
    display: none;
  }
  .bite_qwik .bit_intro::before {
    display: none;
  }
  .bite_qwik .bit_uniq::before {
    display: none;
  }
  .bite_qwik .del_app::before {
    display: none;
  }
  .bite_qwik .balanced_meal::before {
    display: none;
  }
  .bite_qwik .visit_Web::before {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .bite_qwik h1,
  .bite_qwik h2,
  .bite_qwik h3,
  .bite_qwik h4,
  .bite_qwik h5,
  .bite_qwik h6 {
    font-size: 58px;
    line-height: 65px;
    margin-bottom: 20px;
  }
  .bite_qwik .bit_banner .banner_inner strong {
    font-size: 75px;
    line-height: 82px;
    margin-bottom: 18px;
  }
  .bite_qwik .bit_banner {
    padding: 130px 0 235px;
    margin-bottom: 500px;
  }
  .bite_qwik .bit_banner {
    padding: 130px 0 235px;
    margin-bottom: 495px;
  }
  .app-features .feature-head h2 {
    font-size: 63px;
    line-height: 63px;
  }
  .bite_qwik .bit_intro {
    padding-top: 100px;
  }
  .bite_qwik .bit_intro .inner_phon img {
    width: 100%;
    height: 440px;
  }
  .bite_qwik .padding {
    padding: 100px 0;
  }

  .bite_qwik .rvw_prd::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 630px;
    height: 560px;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner .lft img {
    width: 100%;
    height: 490px;
  }
  .bite_qwik .btm_space {
    margin-bottom: 90px;
  }
  .bite_qwik .del_app .app_screen > div .img_ {
    width: 450px;
  }
  .bite_qwik .del_app .app_screen > div .img_ img {
    width: 100%;
    height: 340px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt h6 {
    font-size: 63px;
    line-height: 70px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt .usp_block .usp_ {
    width: 48%;
    margin-bottom: 60px;
    padding: 26px 44px 40px;
    border-radius: 100px;
  }
  .bite_qwik .available_app .rgt_ {
    width: 30%;
  }
  .bite_qwik .available_app .rgt_ h2 {
    font-size: 62px;
    line-height: 64px;
  }
  .bite_qwik .available_app .lft_img {
    max-width: 922px;
    width: 100%;
    margin-right: 90px;
  }
  .app-faq {
    margin-bottom: 90px;
    position: relative;
  }
  .bite_qwik .del_app .AppScreen img {
    height: 750px;
    width: 100%;
  }
}

@media screen and (max-width: 1500px) {
  .bite_qwik p {
    font: 21px / 28px Jost-Regular;
  }
  .bite_qwik .bit_logo {
    width: 169px;
  }
  .bite_qwik .bit_logo img {
    width: 100%;
    height: 63px;
  }
  .bite_qwik .bit_banner {
    padding: 120px 0 235px;
    margin-bottom: 495px;
  }
  .bite_qwik .bit_banner .banner_inner strong {
    font-size: 71px;
    line-height: 79px;
    margin-bottom: 18px;
  }
  .app-features .wh_head {
    margin-bottom: 45px;
  }
  .app-features .feature-head h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .bite_qwik .bit_intro {
    padding-top: 90px;
  }
  .bite_qwik h1,
  .bite_qwik h2,
  .bite_qwik h3,
  .bite_qwik h4,
  .bite_qwik h5,
  .bite_qwik h6 {
    font-size: 56px;
    line-height: 63px;
    margin-bottom: 18px;
  }
  .bite_qwik .download_now {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 30px;
  }
  .bite_qwik .padding {
    padding: 90px 0;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item .img {
    height: 300px;
    padding: 15px 20px 0;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item .txt_ b {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 8px;
  }
  .bite_qwik .btm_space {
    margin-bottom: 85px;
  }
  .bite_qwik
    .bit_balance_diet
    .bit_diet_inner
    .block
    .txt_blk
    ul
    li
    .txt_rgt
    b {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 10px;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner .lft img {
    width: 100%;
    height: 480px;
  }
  .bite_qwik .rvw_prd::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 610px;
    height: 560px;
  }
  .app-features .wh_head span.h2_span {
    padding-bottom: 25px;
    display: block;
    font: 20px / 20px Jost-Regular;
  }
  .bite_qwik .bit_banner .video_blk img {
    width: 100%;
    height: 625px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .bite_qwik .bit_banner {
    padding: 110px 0 235px;
    margin-bottom: 495px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt h6 {
    font-size: 60px;
    line-height: 68px;
  }
  .bite_qwik .del_app .AppScreen img {
    height: 730px;
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .bite_qwik h1,
  .bite_qwik h2,
  .bite_qwik h3,
  .bite_qwik h4,
  .bite_qwik h5,
  .bite_qwik h6 {
    font-size: 54px;
    line-height: 61px;
    margin-bottom: 17px;
  }
  .bite_qwik .bit_banner {
    padding: 110px 0 235px;
    margin-bottom: 485px;
  }
  .bite_qwik .bit_banner .banner_inner p {
    font-size: 24px;
  }
  .app-features .feature-head h2 {
    font-size: 57px;
    line-height: 57px;
  }
  .bite_qwik .bit_intro {
    padding-top: 85px;
  }
  .bite_qwik .download_now {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 25px;
  }
  .bite_qwik .bit_intro .inner_phon img {
    width: 100%;
    height: 420px;
  }
  .bite_qwik .padding {
    padding: 80px 0;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item .txt_ b {
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 7px;
  }
  .bite_qwik .btm_space {
    margin-bottom: 80px;
  }
  .bite_qwik .bit_balance_diet .bit_diet_inner .block .txt_blk ul li .img_lft {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 77px;
    height: 77px;
    width: 77px;
    margin-right: 15px;
  }
  .bite_qwik .bit_balance_diet .bit_diet_inner .block .img_blk img {
    width: 80%;
    height: 345px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .bite_qwik
    .bit_balance_diet
    .bit_diet_inner
    .block
    .txt_blk
    ul
    li
    .txt_rgt
    b {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 8px;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner .lft img {
    width: 100%;
    height: 450px;
  }
  .bite_qwik .rvw_prd::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 558px;
    height: 552px;
  }
  .bite_qwik .del_app .app_screen > div .img_ img {
    width: 100%;
    height: 330px;
  }
  .bite_qwik .del_app .app_screen {
    position: relative;
    height: 800px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt h6 {
    font-size: 57px;
    line-height: 66px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt .usp_block .usp_ p {
    font-size: 17px;
    line-height: 19px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt .usp_block .usp_ {
    width: 48%;
    margin-bottom: 60px;
    padding: 18px 33px 36px;
    border-radius: 100px;
  }
  .bite_qwik
    .balanced_meal
    .balanced_inner
    .rgt_txt
    .usp_block
    .usp_
    .btm_
    img {
    width: 70%;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .bite_qwik .balanced_meal .balanced_inner .lft_img img {
    width: 100%;
    height: 605px;
  }
  .bite_qwik .available_app .lft_img {
    max-width: 790px;
    width: 100%;
    margin-right: 55px;
  }
  .bite_qwik .available_app .lft_img img {
    width: 100%;
    height: 590px;
  }
  .bite_qwik .available_app .rgt_ {
    width: 32.8%;
  }
  .app-faq-block p.box1 {
    font: 20px / 29px Jost-Regular;
    padding-bottom: 40px;
  }
  .bite_qwik .available_app .rgt_ h2 {
    font-size: 57px;
    line-height: 60px;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  .bite_qwik .visit_Web .main_img img {
    height: 310px;
  }
}

@media screen and (max-width: 1300px) {
  .bite_qwik .bit_banner .video_blk {
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -410px;
    max-width: unset;
    width: 98%;
  }
  .bite_qwik .bit_logo {
    width: 169px;
  }
  .bite_qwik .bit_banner .banner_inner strong {
    font-size: 66px;
    line-height: 73px;
    margin-bottom: 18px;
  }
  .bite_qwik .download_now a {
    width: 153px;
  }

  .bite_qwik .download_now a img {
    width: 100%;
    height: 48px;
  }
  .bite_qwik .bit_banner {
    padding: 110px 0 235px;
    margin-bottom: 480px;
  }
  .app-features .feature-head h2 {
    font-size: 54px;
    line-height: 54px;
  }
  .bite_qwik .bit_feat .fea_block .f_itm .f_img {
    width: 97px;
    height: 97px;
    border-radius: 30px;
    padding: 25px;
    margin: 0 auto 15px;
  }
  .bite_qwik p {
    font-size: 20px;
    line-height: 28px;
  }
  .bite_qwik .bit_feat .fea_block .f_itm {
    width: 15%;
    padding: 5px;
    text-align: center;
    margin-bottom: 30px;
  }
  .bite_qwik h1,
  .bite_qwik h2,
  .bite_qwik h3,
  .bite_qwik h4,
  .bite_qwik h5,
  .bite_qwik h6 {
    font-size: 52px;
    line-height: 59px;
    margin-bottom: 17px;
  }
  .bite_qwik .bit_intro .inner_phon img {
    width: 100%;
    height: 400px;
  }
  .bite_qwik .padding {
    padding: 75px 0;
  }
  .bite_qwik .btm_space {
    margin-bottom: 70px;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner .txt p:not(:last-child) {
    margin-bottom: 17px;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner .lft img {
    width: 100%;
    height: 440px;
  }
  .bite_qwik .del_app .app_screen {
    height: 775px;
  }
  .bite_qwik .del_app .app_screen > div .img_ img {
    width: 100%;
    height: 310px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt h6 {
    font-size: 54px;
    line-height: 61px;
  }
  .bite_qwik .hd {
    text-align: center;
    margin-bottom: 40px;
  }
  .bite_qwik
    .balanced_meal
    .balanced_inner
    .rgt_txt
    .usp_block
    .usp_:first-child {
    margin-right: 3.8%;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt .usp_block .usp_ {
    width: 48%;
    margin-bottom: 60px;
    padding: 19px 33px 35px;
    border-radius: 100px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt .usp_block .usp_ .btm_ {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -27px;
    border-radius: 30px;
    background: #fff;
    border: 2px solid #000;
    padding: 6px 15px;
    width: 90px;
  }
  .bite_qwik
    .balanced_meal
    .balanced_inner
    .rgt_txt
    .usp_block
    .usp_
    .btm_
    img {
    width: 70%;
    height: 31px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .bite_qwik .available_app .lft_img {
    max-width: 750px;
    width: 100%;
    margin-right: 50px;
  }
  .bite_qwik .available_app .lft_img img {
    width: 100%;
    height: 570px;
  }
  .bite_qwik .available_app {
    padding: 0 10px;
    display: flex;
    align-items: center;
  }
  .bite_qwik .available_app .rgt_ h2 {
    font-size: 54px;
    line-height: 58px;
  }
  .bite_qwik .visit_Web .hd a {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    padding: 9px 49px;
    border: 1px solid #000;
    margin-top: 25px;
  }
  .bite_qwik .visit_Web .hd {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 65px;
  }
  .bite_qwik .del_app .AppScreen img {
    height: 700px;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .bite_qwik .bit_banner {
    padding: 95px 0 233px;
    margin-bottom: 480px;
  }
  .bite_qwik .bit_logo {
    width: 165px;
  }
  .bite_qwik .bit_banner .video_blk img {
    width: 100%;
    height: 575px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .bite_qwik .bit_banner {
    padding: 95px 0 190px;
    margin-bottom: 480px;
  }
  .bite_qwik .bit_logo img {
    width: 100%;
    height: 60px;
  }
  .bite_qwik .bit_banner .banner_inner strong {
    font-size: 61px;
    line-height: 68px;
    margin-bottom: 16px;
  }
  .bite_qwik .bit_banner .banner_inner p {
    font-size: 23px;
    line-height: 28px;
  }
  .app_img {
    width: 30px;
    margin-top: 3px;
  }
  .app-features .feature-head h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .bite_qwik h1,
  .bite_qwik h2,
  .bite_qwik h3,
  .bite_qwik h4,
  .bite_qwik h5,
  .bite_qwik h6 {
    font-size: 50px;
    line-height: 57px;
    margin-bottom: 15px;
  }
  .bite_qwik .bit_intro .inner_phon img {
    width: 100%;
    height: 390px;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item .img {
    height: 290px;
    padding: 15px 20px 0;
  }
  .bite_qwik .bit_balance_diet .bit_diet_inner .block .txt_blk ul li .img_lft {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    height: 70px;
    width: 70px;
    margin-right: 13px;
  }
  .bite_qwik .rvw_prd::before {
    left: -34px;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 535px;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner .lft img {
    width: 100%;
    height: 415px;
  }
  .bite_qwik .del_app .app_screen > div .img_ img {
    width: 100%;
    height: 280px;
  }
  .bite_qwik .bit_feat .fea_block .f_itm:not(:nth-child(6n)) {
    margin-right: 0;
  }
  .bite_qwik .bit_feat .fea_block .f_itm {
    width: 25%;
    padding: 5px;
    text-align: center;
    margin-bottom: 30px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt h6 {
    font-size: 50px;
    margin-bottom: 15px;
    line-height: 58px;
  }
  .bite_qwik .hd {
    text-align: center;
    margin-bottom: 35px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt .usp_block .usp_ {
    width: 48%;
    margin-bottom: 45px;
    padding: 14px 24px 35px;
    border-radius: 100px;
  }
  .bite_qwik .balanced_meal .balanced_inner .lft_img img {
    width: 100%;
    height: 510px;
  }
  .bite_qwik .available_app .lft_img {
    max-width: 720px;
    width: 100%;
    margin-right: 30px;
  }
  .bite_qwik .available_app .rgt_ h2 {
    font-size: 47px;
    line-height: 52px;
  }
  .bite_qwik .download_now a {
    width: 150px;
  }
  .bite_qwik .download_now a img {
    width: 100%;
    height: 46px;
  }
  .bite_qwik .available_app .lft_img img {
    width: 100%;
    height: 545px;
  }

  .bite_qwik .bit_feat .fea_block .f_itm .f_img b {
    padding: 3px 7px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 16px;
    top: -10px;
    left: -5px;
  }
  .bite_qwik .bit_balance_diet .bit_diet_inner .block {
    display: flex;
    flex-wrap: wrap;
  }
  .bite_qwik .bit_balance_diet .bit_diet_inner .block .txt_blk {
    order: 2;
    width: 50%;
    margin-top: 45px;
  }
  .bite_qwik .bit_balance_diet .bit_diet_inner .block .img_blk {
    width: 100%;
    order: 1;
  }
  .bite_qwik .del_app .AppScreen img {
    height: 670px;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .bite_qwik .bit_banner {
    padding: 70px 0 180px;
    margin-bottom: 465px;
  }
  .bite_qwik .bit_logo {
    width: 160px;
  }
  .bite_qwik .bit_logo img {
    height: 65px;
  }
  .bite_qwik .bit_banner .banner_inner strong {
    font-size: 58px;
    line-height: 65px;
    margin-bottom: 14px;
  }
  .bite_qwik .bit_banner .banner_inner p {
    font-size: 22px;
    line-height: 27px;
  }
  .bite_qwik .bit_banner .video_blk img {
    width: 100%;
    height: 550px;
  }
  .app-features .wh_head span.h2_span {
    padding-bottom: 23px;
    display: block;
    font-size: 19px;
    line-height: 22px;
  }
  .app-features .wh_head {
    margin-bottom: 35px;
  }
  .app-features .feature-head h2 {
    font-size: 47px;
    line-height: 47px;
  }
  .bite_qwik .bit_feat .fea_block .f_itm .f_img {
    width: 94px;
    height: 94px;
    border-radius: 20px;
    padding: 25px;
    margin: 0 auto 15px;
  }
  .bite_qwik .bit_feat .view_all {
    border-radius: 10px;
    padding: 8px;
    font-size: 19px;
    line-height: 25px;
  }
  .bite_qwik h1,
  .bite_qwik h2,
  .bite_qwik h3,
  .bite_qwik h4,
  .bite_qwik h5,
  .bite_qwik h6 {
    font-size: 47px;
    line-height: 54px;
    margin-bottom: 11px;
  }
  .bite_qwik .download_now {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 22px 0 22px;
  }
  .bite_qwik .padding {
    padding: 60px 0;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item .img {
    height: 280px;
    padding: 11px 16px 0;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item .txt_ b {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 7px;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item .txt_ p {
    font-size: 17px;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item .txt_ {
    padding: 20px 15px;
    background-color: #faffeb;
  }
  .bite_qwik .bit_balance_diet .bit_diet_inner .block .img_blk img {
    width: 80%;
    height: 330px;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner .txt p:not(:last-child) {
    margin-bottom: 10px;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner .lft img {
    width: 100%;
    height: 388px;
  }
  .bite_qwik .rvw_prd::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 462px;
    height: 432px;
  }
  .bite_qwik .btm_space {
    margin-bottom: 60px;
  }
  .bite_qwik .del_app .app_screen > div .img_ {
    width: 420px;
  }
  .bite_qwik .del_app .app_screen > div .img_ img {
    width: 100%;
    height: 260px;
  }
  .bite_qwik .del_app .app_screen {
    height: 750px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt h6 {
    font-size: 47px;
    margin-bottom: 10px;
    line-height: 54px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt .usp_block .usp_ {
    width: 48%;
    margin-bottom: 45px;
    padding: 12px 23px 21px;
    border-radius: 100px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt .usp_block .usp_ .btm_ {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -23px;
    border-radius: 30px;
    background: #fff;
    border: 2px solid #000;
    padding: 4px 15px;
    width: 85px;
  }
  .bite_qwik .balanced_meal .balanced_inner .lft_img img {
    width: 100%;
    height: 490px;
  }
  .bite_qwik .available_app .lft_img {
    max-width: 630px;
    width: 100%;
    margin-right: 20px;
  }
  .bite_qwik .available_app .lft_img img {
    width: 100%;
    height: 525px;
  }
  .bite_qwik .available_app .rgt_ {
    width: 35.2%;
  }
  .bite_qwik .available_app .rgt_ h2 {
    font-size: 45px;
    line-height: 51px;
  }
  .bite_qwik .visit_Web .main_img img {
    height: 305px;
  }
  .app-faq .app-faq-head span.h2_span {
    padding-bottom: 30px;
    font-size: 19px;
    line-height: 19px;
    display: block;
  }
  .app-faq .app-faq-head {
    margin-bottom: 30px;
  }
  .bite_qwik .del_app .AppScreen img {
    height: 630px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .bite_qwik .del_app .AppScreen img {
    height: 600px;
    width: 100%;
  }
  .bite_qwik .bit_logo {
    width: 150px;
  }
  .bite_qwik .bit_logo img {
    height: 60px;
  }
  .bite_qwik .bit_banner .banner_inner strong {
    font-size: 56px;
    line-height: 63px;
    margin-bottom: 13px;
  }
  .bite_qwik .bit_banner .banner_inner p {
    font-size: 21px;
    line-height: 26px;
  }
  .bite_qwik .download_now a img {
    width: 100%;
    height: 44px;
  }
  .bite_qwik .download_now a {
    width: 145px;
  }
  .bite_qwik .bit_banner .video_blk img {
    width: 100%;
    height: 530px;
  }
  .bite_qwik .bit_banner .video_blk {
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -370px;
    max-width: unset;
    width: 98%;
  }
  .bite_qwik .bit_banner {
    padding: 70px 0 180px;
    margin-bottom: 420px;
  }
  .app-features .feature-head {
    margin-bottom: 55px;
  }
  .app-features .feature-head h2 {
    font-size: 43px;
    line-height: 43px;
  }
  .bite_qwik .bit_feat .fea_block .f_itm {
    width: 25%;
    padding: 5px;
    margin-bottom: 20px;
  }
  .bite_qwik .bit_intro {
    padding-top: 65px;
  }
  .bite_qwik h1,
  .bite_qwik h2,
  .bite_qwik h3,
  .bite_qwik h4,
  .bite_qwik h5,
  .bite_qwik h6 {
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 11px;
  }
  .bite_qwik .bit_intro .inner_phon img {
    width: 100%;
    height: 370px;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item .txt_ {
    padding: 17px 15px;
    background-color: #faffeb;
  }
  .bite_qwik
    .bit_balance_diet
    .bit_diet_inner
    .block
    .txt_blk
    ul
    li
    .txt_rgt
    b {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 3px;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner .lft img {
    width: 100%;
    height: 370px;
  }
  .bite_qwik .del_app .app_screen > div .img_ {
    width: 390px;
  }
  .bite_qwik .del_app .app_screen > div .img_ img {
    width: 100%;
    height: 250px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt h6 {
    font-size: 43px;
    margin-bottom: 10px;
    line-height: 50px;
  }
  .bite_qwik .balanced_meal .balanced_inner .lft_img img {
    width: 100%;
    height: 475px;
  }
  .bite_qwik .available_app .lft_img img {
    width: 100%;
    height: 460px;
  }
  .bite_qwik .visit_Web .main_img img {
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .bite_qwik .del_app .AppScreen img {
    height: 550px;
    width: 100%;
  }
  .bite_qwik .bit_banner {
    padding: 60px 0 180px;
    margin-bottom: 390px;
  }
  .bite_qwik .bit_logo {
    width: 138px;
  }
  .bite_qwik .bit_logo img {
    height: 50px;
  }
  .bite_qwik .bit_banner .banner_inner strong {
    font-size: 52px;
    line-height: 59px;
    margin-bottom: 9px;
  }
  .bite_qwik .bit_banner .banner_inner p {
    font-size: 20px;
    line-height: 25px;
  }
  .bite_qwik .download_now {
    margin: 20px 0 20px;
  }
  .app_img {
    width: 28px;
    margin-top: 3px;
  }
  .bite_qwik .bit_banner .video_blk img {
    width: 100%;
    height: 510px;
  }
  .bite_qwik .bit_banner .video_blk {
    border-radius: 20px;
    left: 50%;
    bottom: -350px;
    width: 98%;
  }
  .app-features .feature-head h2 {
    font-size: 39px;
    line-height: 39px;
  }
  .bite_qwik .bit_feat .fea_block .f_itm .f_img {
    width: 90px;
    height: 90px;
    border-radius: 15px;
    padding: 25px;
    margin: 0 auto 15px;
  }
  .bite_qwik p {
    font-size: 19px;
    line-height: 27px;
  }
  .app-features {
    margin-bottom: 60px;
  }
  .bite_qwik .bit_feat .view_all {
    border-radius: 10px;
    padding: 7px;
    font-size: 19px;
    line-height: 25px;
  }
  .bite_qwik h1,
  .bite_qwik h2,
  .bite_qwik h3,
  .bite_qwik h4,
  .bite_qwik h5,
  .bite_qwik h6 {
    font-size: 41px;
    line-height: 49px;
    margin-bottom: 5px;
  }
  .bite_qwik .bit_intro .inner_phon img {
    width: 100%;
    height: 350px;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item .img {
    height: 260px;
    padding: 11px 16px 0;
  }
  .bite_qwik .btm_space {
    margin-bottom: 50px;
  }
  .bite_qwik .padding {
    padding: 55px 0;
  }
  .bite_qwik .bit_balance_diet .bit_diet_inner .block .img_blk img {
    width: 80%;
    height: 320px;
  }
  .bite_qwik .bit_balance_diet .bit_diet_inner .block .txt_blk ul li .img_lft {
    padding: 13px;
    border-radius: 10px;
    min-width: 65px;
    height: 65px;
    width: 65px;
    margin-right: 13px;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner {
    display: flex;
    align-items: center;
    justify-content: unset;
    gap: 45px;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner .lft img {
    width: 100%;
    height: 350px;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner .txt p:not(:last-child) {
    margin-bottom: 5px;
  }
  .bite_qwik .rvw_prd::before {
    left: -75px;
    top: 50%;
    transform: translateY(-50%);
    width: 462px;
    height: 432px;
  }
  .bite_qwik .del_app .app_screen > div .img_ {
    width: 355px;
  }
  .bite_qwik .del_app .app_screen {
    height: 720px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt h6 {
    font-size: 39px;
    margin-bottom: 7px;
    line-height: 45px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt .usp_block .usp_ p {
    font-size: 16px;
    line-height: 18px;
  }
  .bite_qwik
    .balanced_meal
    .balanced_inner
    .rgt_txt
    .usp_block
    .usp_:first-child {
    margin-right: 2%;
  }
  .bite_qwik
    .balanced_meal
    .balanced_inner
    .rgt_txt
    .usp_block
    .usp_
    .btm_
    img {
    width: 70%;
    height: 26px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt .usp_block .usp_ .btm_ {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -23px;
    border-radius: 30px;
    background: #fff;
    border: 2px solid #000;
    padding: 4px 11px;
    width: 77px;
  }
  .bite_qwik .rvw_prd.whish_list::before {
    left: unset;
    right: -57px !important;
    right: 0;
    background-image: url(../images/dark_green_2.png);
  }
  .bite_qwik .visit_Web .main_img img {
    max-width: 880px;
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .bite_qwik .del_app .AppScreen img {
    height: 520px;
    width: 100%;
  }
  .bite_qwik .bit_banner .banner_inner strong {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 9px;
  }
  .bite_qwik .bit_banner .banner_inner p {
    font-size: 19px;
    line-height: 24px;
  }
  .bite_qwik .download_now a {
    width: 139px;
  }
  .bite_qwik .download_now a img {
    width: 100%;
    height: 40px;
  }
  .app_img {
    width: 26px;
    margin-top: 3px;
  }
  .bite_qwik .bit_banner .video_blk img {
    width: 100%;
    height: 495px;
  }
  .bite_qwik .bit_banner {
    padding: 60px 0 155px;
    margin-bottom: 378px;
  }
  .app-features .wh_head span.h2_span {
    padding-bottom: 15px;
    display: block;
    font-size: 19px;
    line-height: 22px;
  }
  .app-features .feature-head h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .app-features .feature-head {
    margin-bottom: 45px;
  }
  .bite_qwik .bit_feat .fea_block .f_itm .f_img {
    width: 85px;
    height: 85px;
    border-radius: 15px;
    padding: 24px;
    margin: 0 auto 15px;
  }
  .bite_qwik .bit_feat .fea_block .f_itm {
    width: 32%;
    padding: 5px;
    margin-bottom: 20px;
  }
  .bite_qwik h1,
  .bite_qwik h2,
  .bite_qwik h3,
  .bite_qwik h4,
  .bite_qwik h5,
  .bite_qwik h6 {
    font-size: 37px;
    line-height: 46px;
    margin-bottom: 5px;
  }
  .bite_qwik .bit_intro .inner_phon img {
    width: 100%;
    height: 330px;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item .img {
    height: 240px;
    padding: 9px 14px 0;
    width: 30%;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item .txt_ {
    width: 70%;
  }

  .bite_qwik .bit_balance_diet .bit_diet_inner .block .img_blk img {
    width: 80%;
    height: 300px;
  }
  .bite_qwik .bit_balance_diet .bit_diet_inner .block .txt_blk ul li .img_lft {
    padding: 13px;
    border-radius: 10px;
    min-width: 60px;
    height: 60px;
    width: 60px;
    margin-right: 13px;
  }
  .bite_qwik
    .bit_balance_diet
    .bit_diet_inner
    .block
    .txt_blk
    ul
    li
    .txt_rgt
    b {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 3px;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner .lft img {
    width: 100%;
    height: 340px;
  }
  .bite_qwik .rvw_prd::before {
    left: -75px;
    top: 50%;
    transform: translateY(-50%);
    width: 431px;
    height: 411px;
  }
  .bite_qwik .del_app .app_screen > div .img_ {
    width: 295px;
  }
  .bite_qwik .del_app .app_screen {
    height: 690px;
  }
  .bite_qwik .balanced_meal .balanced_inner {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt {
    width: 100%;
    padding-top: 20px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt h6 {
    font-size: 36px;
    margin-bottom: 7px;
    line-height: 41px;
  }
  .bite_qwik .balanced_meal .balanced_inner .lft_img img {
    width: 100%;
    height: 430px;
  }
  .bite_qwik .available_app {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bite_qwik .available_app .rgt_ {
    width: 100%;
  }
  .bite_qwik .available_app .rgt_ h2 {
    font-size: 36px;
    line-height: 45px;
  }
  .bite_qwik .visit_Web .hd a {
    color: #000;
    padding: 8px 44px;
    border: 1px solid #000;
    margin-top: 15px;
  }
  .bite_qwik .available_app .lft_img img {
    width: 100%;
    height: 420px;
  }
  .bite_qwik .visit_Web .main_img img {
    max-width: unset;
    width: 98%;
  }
  .bite_qwik .visit_Web .hd {
    margin-bottom: 35px;
  }
  .app-faq .app-faq-head span.h2_span {
    padding-bottom: 25px;
    display: block;
  }
  .app-faq .app-faq-head {
    margin-bottom: 10px;
  }

  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
  }
  .bite_qwik .available_app .lft_img {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .bite_qwik .del_app .AppScreen img {
    height: 490px;
    width: 100%;
  }
  .bite_qwik .bit_logo img {
    height: 45px;
  }
  .bite_qwik .bit_banner .banner_inner strong {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 9px;
  }
  .app_img {
    width: 25px;
    margin-top: 3px;
  }
  .bite_qwik .bit_banner .video_blk img {
    width: 100%;
    height: 470px;
  }
  .bite_qwik .bit_banner {
    padding: 60px 0 130px;
    margin-bottom: 376px;
  }
  .app-features .feature-head h2 {
    font-size: 33px;
    line-height: 33px;
    text-align: start;
  }
  .bite_qwik .bit_feat .fea_block .f_itm {
    width: 50%;
    padding: 5px;
    margin-bottom: 20px;
  }
  .bite_qwik .bit_feat .view_all {
    border-radius: 10px;
    padding: 5px;
    font-size: 18px;
    line-height: 24px;
  }
  .bite_qwik .bit_intro {
    padding-top: 50px;
  }
  .bite_qwik h1,
  .bite_qwik h2,
  .bite_qwik h3,
  .bite_qwik h4,
  .bite_qwik h5,
  .bite_qwik h6 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 5px;
  }
  .bite_qwik .download_now a {
    width: 134px;
  }
  .bite_qwik .download_now a img {
    width: 100%;
    height: 38px;
  }
  .bite_qwik .bit_intro .inner_phon {
    max-width: 540px;
    width: 95%;
    margin: 0 auto;
  }
  .bite_qwik .bit_intro .inner_phon img {
    width: 100%;
    height: 310px;
  }
  .bite_qwik .bit_balance_diet .bit_diet_inner .block .img_blk img {
    width: 80%;
    height: 275px;
  }
  .block .txt_blk ul li .img_lft {
    padding: 12px;
    border-radius: 10px;
    min-width: 54px;
    height: 54px;
    width: 54px;
    margin-right: 13px;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner {
    display: flex;
    align-items: center;
    justify-content: unset;
    margin-bottom: 0;
    flex-direction: column !important;
    gap: 0;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner .lft img {
    width: 100%;
    height: 320px;
  }
  .bite_qwik p {
    font-size: 18px;
    line-height: 26px;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item .txt_ b {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 4px;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item .txt_ p {
    font-size: 16px;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item .img {
    height: 230px;
    padding: 9px 14px 0;
    width: 30%;
  }
  .bite_qwik
    .bit_balance_diet
    .bit_diet_inner
    .block
    .txt_blk
    ul
    li
    .txt_rgt
    p {
    font-size: 16px;
    line-height: 23px;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner .lft {
    width: 60%;
    position: relative;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner .txt {
    width: 100%;
    margin-top: 20px;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner .lft img {
    width: 100%;
    height: 290px;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner .lft img {
    width: 100%;
    height: 276px;
  }
  .bite_qwik .rvw_prd::before {
    left: 0;
    top: 122px;
    transform: translateY(-50%);
    width: 431px;
    height: 362px;
  }
  .bite_qwik .bit_balance_diet .bit_diet_inner .block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .bite_qwik .bit_balance_diet .bit_diet_inner .block .txt_blk {
    order: 2;
    width: 100%;
    margin-top: 30px;
  }
  .bite_qwik .del_app .app_screen {
    height: 650px;
  }
  .bite_qwik .del_app .app_screen > div .img_ {
    width: 218px;
  }
  .bite_qwik .del_app .app_screen > div .img_ img {
    width: 100%;
    height: 224px;
  }
  .bite_qwik .balanced_meal .balanced_inner .lft_img {
    width: 54%;
  }
  .bite_qwik .balanced_meal .balanced_inner .lft_img img {
    width: 100%;
    height: 400px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt h6 {
    font-size: 33px;
    margin-bottom: 6px;
    line-height: 38px;
  }
  .bite_qwik .hd {
    text-align: center;
    margin-bottom: 26px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt .usp_block .usp_ {
    width: 100%;
    margin-bottom: 45px;
    padding: 12px 23px 21px;
    border-radius: 100px;
    max-width: 390px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt .usp_block .usp_ .btm_ {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -23px;
    border-radius: 30px;
    background: #fff;
    border: 2px solid #000;
    padding: 4px 8px;
    width: 70px;
  }
  .bite_qwik .available_app .lft_img img {
    width: 100%;
    height: 400px;
  }
  .bite_qwik .available_app .rgt_ h2 {
    font-size: 33px;
    line-height: 42px;
  }
  .bite_qwik .visit_Web .hd a {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    padding: 8px 44px;
    border: 1px solid #000;
    margin-top: 15px;
  }
  .bite_qwik .visit_Web .hd {
    margin-bottom: 8px;
  }
  .bite_qwik .visit_Web .main_img img {
    height: 280px;
  }
  .bite_qwik
    .balanced_meal
    .balanced_inner
    .rgt_txt
    .usp_block
    .usp_:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .bite_qwik .bit_banner {
    padding: 50px 0 130px;
    margin-bottom: 350px;
  }

  .bite_qwik .bit_logo {
    width: 130px;
  }
  .bite_qwik .bit_logo img {
    height: 40px;
  }
  .bite_qwik .bit_banner .banner_inner strong {
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 9px;
  }
  .bite_qwik .bit_banner .banner_inner p {
    font-size: 18px;
    line-height: 21px;
  }
  .bite_qwik .download_now a {
    width: 120px;
  }
  .bite_qwik .download_now a img {
    width: 100%;
    height: 32px;
  }
  .bite_qwik .bit_banner .video_blk img {
    width: 100%;
    height: 430px;
  }
  .bite_qwik .bit_banner .video_blk {
    border-radius: 15px;
    left: 50%;
    bottom: -315px;
    width: 98%;
  }
  .app-features .feature-head h2 {
    font-size: 31px;
    line-height: 31px;
    text-align: start;
  }
  .bite_qwik .bit_feat .fea_block .f_itm .f_img {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    padding: 24px;
    margin: 0 auto 15px;
  }
  .bite_qwik h1,
  .bite_qwik h2,
  .bite_qwik h3,
  .bite_qwik h4,
  .bite_qwik h5,
  .bite_qwik h6 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 5px;
  }
  .bite_qwik .download_now {
    margin: 15px 0 15px;
  }
  .bite_qwik .bit_intro .inner_phon img {
    width: 100%;
    height: 295px;
  }
  .bite_qwik .bit_intro .inner_phon {
    max-width: 450px;
    width: 95%;
    margin: 0 auto;
  }

  .bite_qwik .bit_balance_diet .bit_diet_inner .block .img_blk img {
    width: 80%;
    height: 250px;
  }
  .bite_qwik
    .bit_balance_diet
    .bit_diet_inner
    .block
    .txt_blk
    ul
    li:not(:last-child) {
    margin-bottom: 25px;
  }

  .bite_qwik .bit_diet_inner {
    margin-bottom: 25px;
  }
  .bite_qwik .del_app .app_screen {
    height: unset;
    display: flex;
    flex-direction: column;
  }
  .bite_qwik .del_app .app_screen > div .img_ {
    width: 218px;
    margin: 0 auto;
  }
  .bite_qwik .del_app .app_screen .track {
    left: 0;
    top: 0;
  }
  .bite_qwik .del_app .app_screen .delivery {
    left: 0;
    top: 0;
    transform: unset !important;
  }
  .bite_qwik .del_app .app_screen > div {
    position: relative;
  }
  .bite_qwik .del_app .app_screen .dash_ {
    right: 0;
    top: 0;
  }
  .bite_qwik .del_app .app_screen .order {
    right: 0;
    bottom: 0;
  }
  .bite_qwik .balanced_meal .balanced_inner .lft_img {
    width: 58%;
  }

  .bite_qwik .balanced_meal .balanced_inner .lft_img img {
    width: 100%;
    height: 365px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt h6 {
    font-size: 31px;
    margin-bottom: 6px;
    line-height: 36px;
  }
  .bite_qwik .padding {
    padding: 40px 0;
  }
  .bite_qwik .available_app .lft_img img {
    width: 100%;
    height: 375px;
  }
  .bite_qwik .available_app .rgt_ h2 {
    font-size: 31px;
    line-height: 39px;
  }
  .bite_qwik .visit_Web .main_img img {
    height: 260px;
  }
  .bite_qwik .available_app .lft_img {
    max-width: unset;
    width: 98%;
  }

  .bite_qwik .del_app .AppScreen img {
    height: 420px;
  }
}
@media screen and (max-width: 550px) {
  .bite_qwik .del_app .AppScreen img {
    height: 390px;
  }
  .bite_qwik .bit_logo {
    width: 120px;
  }
  .bite_qwik .bit_logo img {
    height: 37px;
  }
  .bite_qwik .bit_banner .banner_inner strong {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 9px;
  }
  .bite_qwik .bit_banner .video_blk img {
    width: 100%;
    height: 395px;
  }
  .bite_qwik .bit_banner {
    padding: 50px 0 90px;
    margin-bottom: 350px;
  }
  .bite_qwik .bit_banner .video_blk {
    border-radius: 10px;
  }
  .bite_qwik .bit_feat .fea_block .f_itm {
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
  }
  .bite_qwik h1,
  .bite_qwik h2,
  .bite_qwik h3,
  .bite_qwik h4,
  .bite_qwik h5,
  .bite_qwik h6 {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 5px;
  }
  .app-features .feature-head h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: start;
  }
  .bite_qwik .bit_intro .inner_phon img {
    width: 100%;
    height: 270px;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item .img {
    padding: 9px 14px 0;
    width: 40%;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item .txt_ {
    width: 60%;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item {
    margin-bottom: 10px;
  }
  .bite_qwik .del_app .app_screen > div .img_ img {
    width: 100%;
    height: 200px;
  }
  .bite_qwik .balanced_meal .balanced_inner .lft_img {
    width: 68%;
  }
  .bite_qwik .balanced_meal .balanced_inner .lft_img img {
    width: 100%;
    height: 320px;
  }
  .bite_qwik .bit_feat .fea_block .f_itm .f_img {
    margin: 0px auto 10px;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item .txt_ b {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 4px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt .usp_block .usp_ {
    max-width: 350px;
  }
  .bite_qwik .available_app .lft_img img {
    width: 100%;
    height: 320px;
  }
  .bite_qwik .available_app .rgt_ h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner .lft img {
    width: 100%;
    height: 260px;
  }
  .bite_qwik .rvw_prd::before {
    left: 0;
    top: 120px;
    transform: translateY(-50%);
    width: 407px;
    height: 305px;
  }
  .bite_qwik .visit_Web .main_img img {
    height: 250px;
  }
}
@media screen and (max-width: 450px) {
  .bite_qwik .available_app .rgt_ .download_now {
    justify-content: center;
}
  .bite_qwik .bit_banner .banner_inner strong {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 8px;
  }
  .app_img {
    width: 24px;
    margin-top: 3px;
  }
  .bite_qwik .bit_banner .banner_inner .use_appl .app_img:not(:last-child) {
    margin-right: 42px;
  }
  .bite_qwik .bit_banner .video_blk img {
    width: 100%;
    height: 340px;
  }
  .bite_qwik .bit_banner .video_blk {
    border-radius: 15px;
    left: 50%;
    bottom: -265px;
    width: 98%;
  }
  .bite_qwik .bit_banner {
    padding: 50px 0 90px;
    margin-bottom: 305px;
  }
  .app-features .feature-head h2 {
    font-size: 29px;
    line-height: 29px;
    text-align: start;
  }
  .bite_qwik h1,
  .bite_qwik h2,
  .bite_qwik h3,
  .bite_qwik h4,
  .bite_qwik h5,
  .bite_qwik h6 {
    font-size: 29px;
    line-height: 36px;
    margin-bottom: 5px;
  }
  .bite_qwik .bit_intro .inner_phon img {
    width: 100%;
    height: 240px;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item {
    margin-bottom: 10px;
    flex-direction: column;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item .img {
    padding: 9px 14px 0;
    width: 100%;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item .txt_ {
    width: 100%;
  }
  .bite_qwik .bit_uniq .uniq_inner .uniq_features .item .img {
    padding: 9px 14px 0;
    width: 100%;
    height: 210px;
  }
  .bite_qwik .bit_balance_diet .bit_diet_inner .block .img_blk img {
    width: 80%;
    height: 235px;
  }
  .bite_qwik .bit_balance_diet .bit_diet_inner .block .txt_blk {
    order: 2;
    width: 100%;
    margin-top: 26px;
  }
  .bite_qwik .rvw_prd .rvw_prd_inner .lft img {
    width: 100%;
    height: 240px;
  }
  .bite_qwik .rvw_prd::before {
    left: 0;
    top: 120px;
    transform: translateY(-50%);
    width: 342px;
    height: 260px;
  }
  .bite_qwik .del_app .app_screen > div .img_ img {
    width: 100%;
    height: 180px;
  }
  .bite_qwik .balanced_meal .balanced_inner .lft_img {
    width: 76%;
  }
  .bite_qwik .balanced_meal .balanced_inner .lft_img img {
    width: 100%;
    height: 285px;
  }
  .bite_qwik .balanced_meal .balanced_inner .rgt_txt h6 {
    font-size: 29px;
    margin-bottom: 6px;
    line-height: 34px;
  }
  .bite_qwik .available_app .lft_img img {
    width: 100%;
    height: 280px;
  }
  .bite_qwik .available_app .rgt_ h2 {
    font-size: 29px;
    line-height: 35px;
  }
  .bite_qwik .rvw_prd.whish_list::before {
    left: unset;
    right: -10px !important;
    background-image: url(../images/dark_green_2.png);
  }
  .bite_qwik .bit_intro .inner_phon {
    max-width: unset;
    width: 98%;
    margin: 0 auto;
  }
  .bite_qwik .del_app .AppScreen img {
    height: 277px;
  }
}

@media screen and (max-width: 380px) {
  .bite_qwik .bit_banner .banner_inner .use_appl .app_img:not(:last-child) {
    margin-right: 38px;
  }
  .app_img {
    width: 23px;
    margin-top: 3px;
  }
  .bite_qwik .bit_banner .video_blk img {
    width: 100%;
    height: 310px;
  }
  .bite_qwik .bit_banner .video_blk {
    border-radius: 15px;
    left: 50%;
    bottom: -235px;
    width: 98%;
  }
  .bite_qwik .bit_banner {
    padding: 50px 0 90px;
    margin-bottom: 270px;
  }
  .bite_qwik .bit_feat .fea_block .f_itm .f_img {
    width: 77px;
    height: 77px;
    border-radius: 15px;
    padding: 24px;
    margin: 0 auto 15px;
  }
  .bite_qwik .bit_feat .fea_block .f_itm {
    width: 100%;
    padding: 5px;
    margin-bottom: 15px;
  }
  .app-features {
    margin-bottom: 50px;
  }
  .bite_qwik
    .bit_balance_diet
    .bit_diet_inner
    .block
    .txt_blk
    ul
    li
    .txt_rgt
    b {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .bite_qwik .rvw_prd::before {
    left: 0;
    top: 120px;
    transform: translateY(-50%);
    width: 290px;
    height: 231px;
  }
  .bite_qwik .del_app .app_screen > div .img_ {
    width: 80%;
    margin: 0 auto;
  }
  .bite_qwik .balanced_meal .balanced_inner .lft_img {
    width: 80%;
  }
  .bite_qwik .balanced_meal .balanced_inner .lft_img img {
    width: 100%;
    height: 260px;
  }
  .bite_qwik .padding {
    padding: 35px 0 20px;
  }
  .bite_qwik .available_app .lft_img img {
    width: 100%;
    height: 240px;
  }
}

/*# sourceMappingURL=bite.css.map */
