.navigation_bar_section {
  position: fixed;
  top: 0px;
  z-index: 50;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -3px 7px -1px #25401e;
  text-align: center;
}

.navigation_container {
  max-width: 80%;
  text-align: center;
}

.navigation_logo_container {
  z-index: 10;
  width: 140px;
  margin-top: 17px;
}

.navigation_logo_container.w--current {
  z-index: 10;
}

.navigation_logo {
  width: 100%;
  margin-top: 0px;
}

.navigation_link_container {
  position: absolute;
  left: 0px;
  right: 0px;
  float: left;
  clear: none;
}

.navigation_link {
  padding: 25px;
  font-family: Poppins, sans-serif;
  color: #2f2f2f;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.navigation_link.w--current {
  color: #84a63c;
}

.navigation_link.dropdown {
  padding: 0px;
}

.header_slider_container {
  height: 100vh;
  margin-top: 0vh;
  padding-top: 0px;
}

.slider_nav {
  font-size: 8px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search_btn {
  position: relative;
  z-index: 10;
  padding: 25px 20px;
  float: right;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #25401e;
  text-decoration: none;
}

.search_text {
  text-decoration: none;
}

.dropdown_toggle {
  padding: 25px;
}

.dropdown_links {
  padding: 20px 25px;
  background-color: #f2f2f2;
  color: #2f2f2f;
}

.dropdown_links:hover {
  background-color: #fff;
}

.dropdown_links.w--current {
  color: #84a63c;
}

.dropdown_list.w--open {
  margin-top: -1px;
}

.slides {
  width: 100%;
  padding-right: 10%;
  padding-left: 10%;
}

.slides.slide_1 {
  padding-right: 10%;
  padding-left: 10%;
  background-image: url('../images/header_2.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.slides.slide_2 {
  background-image: url('../images/header_3.jpg');
  background-position: 80% 50%;
  background-size: cover;
}

.slides.slide_3 {
  background-image: url('../images/header_4.jpg');
  background-position: 70% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slides.slide_4 {
  background-image: url('../images/header_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slides.slide_5 {
  background-image: url('../images/header_5.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header_des_container {
  position: relative;
  width: 40%;
  margin-top: 22vh;
  float: left;
}

.header_des_container.sustainable_header {
  width: 65%;
}

.header_des_container.different_header {
  width: 45%;
}

.h1 {
  font-family: Rubik, sans-serif;
  color: #2f2f2f;
  font-size: 75px;
  font-weight: 400;
  letter-spacing: -1px;
}

.h1.header_h1 {
  margin-top: 45px;
  color: #2f2f2f;
  font-size: 6em;
  line-height: 1.1em;
}

.h1.header_h1.white_colour {
  color: #fff;
}

.h6 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.h6.header_h6 {
  color: #84a63c;
  font-size: 0.9em;
}

.h6.header_h6.coral_colour {
  color: #f88148;
}

.h6.protein_powder_h6 {
  margin-top: 130px;
  color: #f88148;
  text-align: center;
}

.btn {
  padding: 11px 25px;
  border-radius: 5px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn.header_btn {
  display: inline-block;
  margin-top: 100px;
  background-color: #84a63c;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.btn.header_btn.coral_colour {
  background-color: #f88148;
}

.btn.landing_product_btn {
  position: relative;
  bottom: auto;
  background-color: #fff;
  color: #2f2f2f;
  text-align: left;
}

.btn.join_btn {
  margin-top: 15px;
  background-color: #25401e;
}

.btn.product_shop_btn {
  margin-top: 60px;
  background-color: #f88148;
}

.btn.contact_btn {
  background-color: #84a63c;
}

.btn.search_btn {
  background-color: #84a63c;
}

.btn_text {
  position: relative;
  float: left;
  font-weight: 400;
}

.btn_text.product_card_p {
  color: #2f2f2f;
}

.arrow_container {
  position: relative;
  width: 13px;
  margin-left: 10px;
  float: left;
  font-family: Poppins, sans-serif;
}

.arrow {
  width: 100px;
}

.landing_infographics_section {
  width: 100%;
}

.landing_infographics_container {
  max-width: 80%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.h2 {
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.h2.landing_info_h2 {
  font-size: 1.2em;
  text-align: center;
}

.h2.landing_about_h2 {
  color: #b8d943;
}

.h2.featured_h2 {
  color: #c6c6c6;
}

.h2.join_h2 {
  position: relative;
  width: 100%;
  float: left;
  color: #84a63c;
}

.h2.product_info_h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.h2.product_shop_h2 {
  margin-top: 80px;
  color: #f88148;
}

.h2.contact_h2 {
  margin-top: 120px;
  color: #84a63c;
}

.landing_inforgraphic_icon_container {
  width: 60%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.infographic_icon_card {
  position: relative;
  width: 25%;
  padding: 12px;
  float: left;
}

.info_icon {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.landing_products_container {
  max-width: 80%;
  padding-top: 120px;
  padding-bottom: 150px;
}

.landing_product_card {
  position: relative;
  width: 23.5%;
  height: 42vh;
  margin-right: 0.5%;
  margin-left: 0.8%;
  padding-right: 0%;
  padding-left: 0%;
  float: left;
  border-radius: 8px;
  background-image: url('../images/CCM.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.landing_product_card.product_2 {
  background-image: url('../images/Protein-Powder.jpg');
}

.landing_product_card.product_4 {
  background-image: url('../images/Flour-Blend.jpg');
}

.landing_product_card.product_3 {
  background-image: url('../images/OR.jpg');
}

.landing_product_btn_container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
}

.landing_about_section {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #2f2f2f;
  text-align: center;
}

.p {
  margin-right: 0px;
  padding-right: 0%;
  padding-left: 0%;
  font-family: Rubik, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.p.landing_about_p {
  margin-top: 40px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.6em;
}

.p.join_p {
  position: relative;
  width: 100%;
  margin-top: 20px;
  float: left;
  font-family: Rubik, sans-serif;
  color: #c6c6c6;
  font-size: 0.9em;
  line-height: 1.5em;
  font-style: italic;
  font-weight: 400;
}

.p.footer_detail_p {
  position: relative;
  margin-right: 10px;
  float: left;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.p.footer_main_p {
  margin-top: 20px;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.p.product_shop_p {
  width: 80%;
  margin-top: 20px;
}

.p.contact_p {
  margin-bottom: 50px;
  color: #c6c6c6;
  font-style: italic;
}

.p.construction_p {
  margin-top: 50px;
  font-family: Rubik, sans-serif;
  font-size: 1.5em;
  letter-spacing: -0.5px;
}

.landing_about_container {
  max-width: 70%;
}

.featured_section {
  padding-top: 80px;
  padding-bottom: 120px;
  text-align: center;
}

.featured_container {
  max-width: 80%;
}

.featured_logo_container {
  padding-top: 30px;
}

.cna_img {
  width: 200px;
  margin-right: 20px;
  margin-left: 20px;
}

.moneyfm_img {
  width: 120px;
  margin-right: 20px;
  margin-left: 20px;
}

.business_time_img {
  width: 200px;
  margin-right: 20px;
  margin-left: 20px;
}

.new_paper_img {
  width: 160px;
  margin-right: 20px;
  margin-left: 20px;
}

.landing_join_container {
  overflow: hidden;
  height: 55vh;
  max-width: 100%;
  background-color: #f2f2f2;
}

.landing_join_col1 {
  position: relative;
  width: 65%;
  height: auto;
  padding: 60px 12%;
  float: left;
  background-color: #f2f2f2;
}

.landing_join_col2 {
  position: relative;
  width: 35%;
  height: 55vh;
  float: left;
  background-image: url('../images/join_img.png');
  background-position: 50% 50%;
  background-size: cover;
}

.join_field {
  position: relative;
  width: 100%;
  height: 48px;
  margin-top: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  float: left;
  border-radius: 5px;
  font-family: Rubik, sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
}

.join_field::-webkit-input-placeholder {
  color: #c6c6c6;
  font-size: 1em;
}

.join_field:-ms-input-placeholder {
  color: #c6c6c6;
  font-size: 1em;
}

.join_field::-ms-input-placeholder {
  color: #c6c6c6;
  font-size: 1em;
}

.join_field::placeholder {
  color: #c6c6c6;
  font-size: 1em;
}

.footer_section {
  background-color: #2f2f2f;
}

.footer_container {
  max-width: 80%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer_links {
  padding: 10px 25px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1em;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.footer_label {
  font-size: 10px;
}

.footer_details {
  position: relative;
  width: 160px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.footer_socials {
  float: left;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 10px;
}

.icon {
  opacity: 0.5;
}

.icon:hover {
  opacity: 1;
}

.icon-2 {
  opacity: 0.5;
}

.icon-2:hover {
  opacity: 1;
}

.cricket_powder_header_section {
  width: 100%;
  height: 75vh;
  background-image: url('../images/protein_powder_banner.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.cricket_powder_header_container {
  max-width: 80%;
  text-align: center;
}

.h3 {
  font-family: Rubik, sans-serif;
  font-size: 2.2em;
  line-height: 1.2em;
}

.h3.protein_powder_h3 {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 2.2em;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.product_info_section {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 120px;
}

.product_info_container {
  max-width: 80%;
  text-align: center;
}

.product_info_wrapper {
  width: 100%;
  margin-top: 60px;
}

.product_info_col1 {
  position: relative;
  width: 50%;
  padding-right: 20px;
  float: left;
}

.product_info_col2 {
  position: relative;
  width: 50%;
  padding-right: 20px;
  padding-left: 80px;
  float: left;
}

.h4 {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: -0.5px;
}

.h4.product_info_h4 {
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.divider_thick {
  width: 100%;
  height: 2px;
  background-color: #2f2f2f;
}

.divider_thin {
  width: 100%;
  height: 1px;
  background-color: #2f2f2f;
}

.product_chart_label {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.product_info_coral {
  color: #f88148;
}

.product_info_icon_card {
  position: relative;
  overflow: visible;
  width: 33%;
  height: auto;
  max-height: none;
  padding: 15px;
  float: left;
}

.product_info_card_img {
  width: 100%;
}

.product_shop_section {
  width: 100%;
  padding-top: 50px;
  background-color: #e5e6e5;
}

.product_shop_col1 {
  position: relative;
  overflow: hidden;
  width: 50%;
  max-height: 55vh;
  padding-left: 10%;
  float: left;
}

.product_shop_col2 {
  position: relative;
  width: 50%;
  float: left;
}

.product_shop_container {
  max-width: 80%;
}

.product_shop_img {
  width: 100%;
  margin-top: -50px;
}

.join_us_success {
  position: relative;
  padding-left: 0px;
  float: left;
  background-color: transparent;
  text-align: left;
}

.join_us_error {
  position: relative;
  padding-left: 0px;
  background-color: transparent;
  color: #ff1515;
}

.contact_section {
  width: 100%;
  height: 100vh;
  line-height: 1.5em;
}

.contact_container {
  max-width: 80%;
  text-align: center;
}

.contact_form_container {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.contact_success {
  background-color: transparent;
}

.contact_error {
  background-color: transparent;
  font-family: Rubik, sans-serif;
  color: #ff1e1e;
}

.contact_label {
  font-family: Rubik, sans-serif;
  color: #56732c;
  font-size: 1em;
  font-weight: 500;
  text-align: left;
}

.contact_field {
  height: 45px;
  margin-bottom: 40px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 5px;
  font-family: Rubik, sans-serif;
  color: #2f2f2f;
  font-size: 1em;
}

.contact_field::-webkit-input-placeholder {
  color: #c6c6c6;
}

.contact_field:-ms-input-placeholder {
  color: #c6c6c6;
}

.contact_field::-ms-input-placeholder {
  color: #c6c6c6;
}

.contact_field::placeholder {
  color: #c6c6c6;
}

.contact_field.contact_textbox {
  height: 150px;
}

.text-block-2 {
  font-family: Rubik, sans-serif;
}

.construction_section {
  width: 100%;
  height: 100vh;
  padding-top: 30vh;
  text-align: center;
}

.construction_img {
  width: 20%;
}

.construction_container {
  max-width: 80%;
}

.search_section {
  position: fixed;
  top: 0px;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  height: 70px;
  margin-top: 65px;
}

.search_body {
  width: 50%;
  margin-top: -70px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  opacity: 0;
}

.search_bar {
  position: relative;
  width: 78%;
  height: 42px;
  padding-top: 11px;
  padding-bottom: 11px;
  float: left;
  border-radius: 5px;
  font-family: Rubik, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.search_bar::-webkit-input-placeholder {
  color: #c6c6c6;
}

.search_bar:-ms-input-placeholder {
  color: #c6c6c6;
}

.search_bar::-ms-input-placeholder {
  color: #c6c6c6;
}

.search_bar::placeholder {
  color: #c6c6c6;
}

@media screen and (min-width: 1280px) {
  .navigation_container {
    max-width: 80%;
  }

  .slides.slide_2 {
    background-position: 80% 50%;
    background-repeat: no-repeat;
  }

  .slides.slide_5 {
    background-image: url('../images/header_5.jpg');
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .header_des_container.sustainable_header {
    width: 65%;
  }

  .h6.header_h6 {
    color: #84a63c;
  }

  .h2.product_shop_h2 {
    margin-top: 90px;
    color: #f88148;
  }

  .p {
    font-size: 0.9em;
  }

  .p.product_shop_p {
    width: 75%;
  }
}

@media screen and (min-width: 1440px) {
  .slides.slide_2 {
    background-image: url('../images/header_3.jpg');
    background-position: 100% 50%;
  }

  .header_des_container {
    margin-top: 22vh;
  }

  .h6.header_h6 {
    color: #84a63c;
  }

  .landing_inforgraphic_icon_container {
    width: 55%;
  }

  .p.product_shop_p {
    width: 70%;
  }
}

@media screen and (min-width: 1920px) {
  .navigation_bar_section {
    box-shadow: 0 -1px 3px 0 #000;
  }

  .slides.slide_4 {
    background-position: 50% 50%;
  }

  .header_des_container {
    margin-top: 24vh;
    font-size: 0.9em;
  }

  .h1.header_h1 {
    font-size: 7.5em;
  }

  .h6.header_h6 {
    color: #84a63c;
    font-size: 1.2em;
  }

  .h6.protein_powder_h6 {
    margin-top: 160px;
  }

  .h2.landing_info_h2 {
    font-size: 1.2em;
  }

  .h2.landing_about_h2 {
    color: #b8d943;
  }

  .h2.featured_h2 {
    margin-top: 0px;
    color: #c6c6c6;
  }

  .h2.join_h2 {
    margin-top: 30px;
  }

  .h2.product_shop_h2 {
    margin-top: 130px;
  }

  .landing_inforgraphic_icon_container {
    width: 50%;
  }

  .landing_products_container {
    max-width: 75%;
  }

  .landing_product_card {
    height: 45vh;
  }

  .landing_about_section {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 150px;
    background-color: #2f2f2f;
    font-size: 14px;
    text-align: center;
  }

  .p {
    font-family: Rubik, sans-serif;
    font-size: 18px;
    line-height: 28px;
  }

  .p.landing_about_p {
    margin-top: 50px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
  }

  .p.join_p {
    font-size: 1em;
  }

  .p.contact_p {
    font-size: 1em;
  }

  .landing_about_container {
    max-width: 70%;
  }

  .featured_section {
    padding-top: 140px;
    padding-bottom: 160px;
  }

  .featured_container {
    max-width: 80%;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }

  .featured_logo_container {
    margin-left: 0px;
  }

  .cna_img {
    width: 290px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .moneyfm_img {
    width: 190px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .business_time_img {
    width: 290px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .new_paper_img {
    width: 220px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .landing_join_container {
    height: 50vh;
  }

  .landing_join_col2 {
    height: 50vh;
  }

  .join_form_container {
    background-color: transparent;
  }

  .join_field {
    color: #2f2f2f;
    font-size: 1em;
  }

  .join_field::-webkit-input-placeholder {
    font-size: 1em;
  }

  .join_field:-ms-input-placeholder {
    font-size: 1em;
  }

  .join_field::-ms-input-placeholder {
    font-size: 1em;
  }

  .join_field::placeholder {
    font-size: 1em;
  }

  .icon {
    opacity: 0.5;
  }

  .icon-2 {
    opacity: 0.5;
  }

  .cricket_powder_header_section {
    height: 80vh;
  }

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

  .product_info_container {
    height: auto;
    max-width: 65%;
    padding-bottom: 80px;
  }

  .product_info_col1 {
    padding-top: 40px;
  }

  .product_info_col2 {
    padding-right: 0px;
    padding-left: 80px;
  }

  .product_info_icon_card {
    width: 33%;
    height: auto;
    max-height: none;
    padding: 20px;
  }

  .product_info_card_img {
    overflow: visible;
    width: 100%;
    height: auto;
  }

  .product_shop_col1 {
    max-height: 66vh;
    margin-top: 0px;
  }

  .product_shop_img {
    margin-top: -50px;
    margin-bottom: 0px;
  }

  .join_us_success {
    padding-top: 0px;
    padding-left: 0px;
    background-color: transparent;
    text-align: left;
  }

  .join_us_success_label {
    position: relative;
    margin-top: 30px;
    float: left;
    font-family: Rubik, sans-serif;
    font-size: 1.3em;
  }

  .join_us_error {
    position: relative;
    padding-top: 20px;
    padding-left: 0px;
    float: left;
    background-color: transparent;
    color: #ff2929;
  }

  .contact_form_container {
    width: 60%;
  }

  .search_body {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .navigation_bar_section {
    height: auto;
  }

  .navigation_container {
    height: auto;
    max-width: 90%;
  }

  .navigation_logo_container.w--current {
    width: 140px;
  }

  .header_slider_container {
    height: 95vh;
    margin-top: 0vh;
  }

  .search_btn {
    padding-top: 27px;
    padding-bottom: 28px;
  }

  .slides.slide_1 {
    background-image: url('../images/header_2_ipad.jpg'), url('../images/header_2.jpg');
    background-position: 50% 50%, 100% 0%;
    background-size: cover, cover;
    text-align: center;
  }

  .slides.slide_2 {
    background-image: url('../images/header_3.jpg');
    background-position: 70% 50%;
  }

  .slides.slide_3 {
    background-position: 40% 50%;
  }

  .slides.slide_5 {
    background-position: 50% 50%;
  }

  .header_des_container {
    width: 100%;
    margin-top: 20vh;
    text-align: left;
  }

  .h1.header_h1 {
    color: #2f2f2f;
    font-size: 6em;
    line-height: 1.1em;
  }

  .h6.header_h6 {
    color: #84a63c;
    font-size: 0.8em;
    line-height: 1.5em;
  }

  .btn.header_btn {
    padding: 15px 30px;
    font-size: 12px;
  }

  .btn.product_shop_btn {
    margin-top: 40px;
  }

  .btn.search_btn {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .btn_text {
    font-size: 0.9em;
    line-height: 2em;
  }

  .h2.join_h2 {
    text-align: center;
  }

  .h2.product_shop_h2 {
    margin-top: 40px;
  }

  .landing_inforgraphic_icon_container {
    width: 100%;
  }

  .landing_products_container {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .landing_product_card {
    width: 46%;
    height: 42vh;
    margin: 2%;
  }

  .landing_about_section {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .p.landing_about_p {
    font-size: 1.1em;
  }

  .p.join_p {
    text-align: center;
  }

  .p.product_shop_p {
    width: 100%;
  }

  .landing_about_container {
    max-width: 85%;
  }

  .featured_section {
    padding-top: 60px;
  }

  .featured_logo_container {
    padding-top: 20px;
  }

  .cna_img {
    margin-right: 40px;
    margin-left: 40px;
  }

  .moneyfm_img {
    margin-right: 40px;
    margin-left: 40px;
  }

  .business_time_img {
    margin-left: 40px;
  }

  .new_paper_img {
    margin-left: 40px;
    padding-left: 20px;
  }

  .landing_join_container {
    height: auto;
  }

  .landing_join_col1 {
    width: 100%;
    padding-bottom: 100px;
  }

  .landing_join_col2 {
    display: none;
    width: 100%;
    height: auto;
  }

  .join_form {
    text-align: center;
  }

  .join_field {
    text-align: center;
  }

  .footer_links {
    width: 33%;
  }

  .menu-button {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .icon {
    opacity: 0.3;
  }

  .icon-2 {
    opacity: 0.3;
  }

  .cricket_powder_header_section {
    height: 82vh;
  }

  .cricket_powder_header_container {
    max-width: 75%;
  }

  .product_info_container {
    max-width: 85%;
  }

  .product_info_col1 {
    margin-top: 50px;
    padding-right: 0px;
    padding-left: 20px;
  }

  .product_info_col2 {
    padding-right: 0px;
    padding-left: 40px;
  }

  .product_chart_label {
    font-size: 0.9em;
  }

  .product_info_icon_card {
    width: 50%;
    height: auto;
    max-height: none;
  }

  .product_shop_col1 {
    max-height: none;
    padding-left: 0%;
  }

  .product_shop_container {
    overflow: hidden;
    max-height: 40vh;
  }

  .product_shop_img {
    margin-top: -20px;
  }

  .contact_form_container {
    width: 80%;
  }

  .search_body {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .navigation_logo_container.w--current {
    margin-top: 18px;
  }

  .header_slider_container {
    margin-top: 7vh;
  }

  .search_btn {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .slides.slide_1 {
    background-image: url('../images/header_2_ipad.jpg'), url('../images/header_2.jpg');
    background-position: 0% 0%, 50% 50%;
    background-size: cover, cover;
  }

  .header_des_container {
    width: 100%;
  }

  .h1.header_h1 {
    margin-top: 35px;
    font-size: 4em;
    line-height: 1.2em;
  }

  .h6.header_h6 {
    font-size: 0.8em;
    line-height: 1.5em;
  }

  .btn_text {
    font-size: 0.9em;
    line-height: 2em;
  }

  .h2.landing_info_h2 {
    font-size: 1em;
  }

  .h2.landing_about_h2 {
    font-size: 1em;
  }

  .h2.join_h2 {
    font-size: 1em;
  }

  .featured_logo_container {
    padding-top: 50px;
  }

  .cna_img {
    width: 55%;
    margin-right: auto;
    margin-left: auto;
  }

  .moneyfm_img {
    width: 40%;
    margin-top: 10px;
    margin-right: 40px;
    margin-left: 40px;
    padding-left: 0px;
  }

  .business_time_img {
    width: 55%;
    margin-top: 20px;
    margin-right: 40px;
  }

  .new_paper_img {
    width: 40%;
    margin-top: 50px;
    margin-right: 40px;
    padding-left: 0px;
  }

  .footer_links {
    width: 50%;
  }

  .menu-button {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .product_info_col1 {
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
  }

  .product_info_col2 {
    width: 100%;
    padding-top: 50px;
    padding-left: 0px;
  }

  .product_info_icon_card {
    width: 33%;
    height: auto;
  }

  .search_bar {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .navigation_logo_container {
    width: 120px;
    margin-top: 20px;
    padding-left: 0px;
  }

  .navigation_logo_container.w--current {
    width: 120px;
    margin-top: 18px;
    padding-left: 0px;
  }

  .navigation_logo {
    width: 100%;
  }

  .navigation_link_container {
    background-color: #f2f2f2;
  }

  .navigation_link {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.8em;
  }

  .navigation_link.w--current {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.8em;
  }

  .navigation_link.dropdown {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.8em;
  }

  .header_slider_container {
    height: 87vh;
    margin-top: 0vh;
  }

  .search_btn {
    padding-right: 10px;
    padding-left: 10px;
  }

  .dropdown_toggle.w--open {
    width: auto;
  }

  .dropdown_links {
    background-color: #c6c6c6;
  }

  .dropdown_list {
    margin-right: auto;
    margin-left: auto;
  }

  .dropdown_list.w--open {
    width: 100%;
    background-color: #c6c6c6;
  }

  .slides.slide_1 {
    padding-right: 8%;
    padding-left: 8%;
    background-image: url('../images/header_2_iphone.jpg'), url('../images/header_2.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
  }

  .slides.slide_2 {
    background-image: url('../images/header_3_iphone.jpg');
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slides.slide_3 {
    background-image: url('../images/header_4_iphone.jpg');
    background-position: 50% 40%;
    background-size: cover;
    background-repeat: repeat;
  }

  .slides.slide_4 {
    background-image: url('../images/header_1_iphone.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .slides.slide_5 {
    background-image: url('../images/header_5_iphone.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .slider_arrow.left {
    font-size: 2em;
  }

  .slider_arrow.right {
    font-size: 2em;
  }

  .header_des_container {
    margin-top: 15vh;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .header_des_container.sustainable_header {
    width: 100%;
  }

  .header_des_container.different_header {
    width: 100%;
  }

  .h1.header_h1 {
    margin-top: 30px;
    font-size: 4.2em;
    line-height: 1.1em;
  }

  .h1.header_h1.sustainable_header {
    font-size: 3.2em;
  }

  .h6.header_h6 {
    font-size: 0.8em;
    line-height: 1.2em;
  }

  .btn.header_btn {
    margin-top: 60px;
    font-size: 0.8em;
  }

  .btn.join_btn {
    font-size: 0.8em;
  }

  .btn.product_shop_btn {
    background-color: #f88148;
  }

  .btn.search_btn {
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .btn_text {
    background-color: transparent;
    color: #fff;
    font-size: 1em;
  }

  .btn_text.header_text_btn {
    color: #fff;
  }

  .landing_infographics_container {
    max-width: 90%;
  }

  .h2.landing_info_h2 {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .h2.landing_about_h2 {
    font-size: 1.1em;
  }

  .h2.featured_h2 {
    font-size: 1.1em;
  }

  .h2.join_h2 {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .h2.product_info_h2 {
    line-height: 1.5em;
  }

  .h2.product_shop_h2 {
    color: #f88148;
    line-height: 1.5em;
    text-align: center;
  }

  .infographic_icon_card {
    width: 50%;
    padding: 10px;
  }

  .landing_products_container {
    max-width: 85%;
    padding-bottom: 100px;
  }

  .landing_product_card {
    width: 100%;
    height: 55vh;
    margin: 4% 0%;
  }

  .landing_product_card.product_2 {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .landing_about_section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .p.landing_about_p {
    padding-right: 0%;
    padding-left: 0%;
    font-size: 1.2em;
    line-height: 1.7em;
  }

  .p.join_p {
    font-size: 1em;
  }

  .p.footer_detail_p {
    padding-right: 0%;
    padding-left: 0%;
  }

  .p.product_shop_p {
    padding-left: 0%;
    color: #2f2f2f;
    font-size: 1.1em;
    text-align: center;
  }

  .landing_about_container {
    max-width: 85%;
    text-align: left;
  }

  .cna_img {
    width: 80%;
  }

  .moneyfm_img {
    width: 60%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .business_time_img {
    width: 80%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .new_paper_img {
    width: 60%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .landing_join_col1 {
    padding: 40px 5% 80px;
  }

  .join_form {
    text-align: center;
  }

  .join_field {
    font-size: 1em;
  }

  .footer_links {
    width: 100%;
  }

  .menu-button {
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-button.w--open {
    background-color: #84a63c;
  }

  .icon {
    margin-right: 10px;
    margin-left: 10px;
  }

  .icon-2 {
    margin-right: 10px;
    margin-left: 45px;
  }

  .cricket_powder_header_section {
    background-image: url('../images/product-page_4_iphone.jpg');
    background-position: 50% 100%;
  }

  .cricket_powder_header_container {
    max-width: 90%;
  }

  .product_info_section {
    padding-bottom: 50px;
  }

  .product_info_container {
    max-width: 90%;
  }

  .product_info_col1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .product_info_icon_card {
    width: 50%;
    height: auto;
    padding: 10px;
  }

  .product_shop_section {
    padding-top: 0px;
    background-color: transparent;
  }

  .product_shop_col1 {
    width: 100%;
  }

  .product_shop_col2 {
    width: 100%;
    margin-top: -60px;
    padding-right: 6%;
    padding-bottom: 50px;
    padding-left: 6%;
    background-color: #f2f2f2;
    text-align: center;
  }

  .product_shop_container {
    max-height: none;
    max-width: 100%;
  }

  .contact_container {
    max-width: 90%;
  }

  .contact_form_container {
    width: 100%;
  }

  .search_section {
    height: 140px;
  }

  .search_body {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .search_bar {
    width: 100%;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}