* {
  margin: 0;
  font-family: myFirstFont, sans-serif;
}

@font-face {
  font-family: myFirstFont;
  src: url(img/ProximaNovaCond-Semibold_0.otf);
}



/*NAVBAR------------------------------------------------------------------------------------*/
.navbar-editing {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: transparent;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .navbar-editing {
    position: relative;
  }
}



/*BODY SECTIONS HEADING PART ONLY ---------------------------------------------------------------*/

.section-headingpart-maindiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-headingpart-bigheading {
  color: #20100a;
  font-size: 45px;
  font-weight: bold;
  font-family: myFirstFont, sans-serif;
}

.section-headingpart-smallheading {
  font-size: 15px;
  color: #5f4223;
  max-width: 700px;
  font-family: myFirstFont, sans-serif;
}

.section-headingpart-smallheadingaboutus {
  font-size: 18px;
  color: white;
  max-width: 700px;
  font-family: myFirstFont, sans-serif;
}

/*HEALTH BENEFITS SECTION PART ALL 6 SM SECTION ----------------------------------------------------------------*/

.healthbenefits-small2-maindiv {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  align-items: center;
}

.healthbenefits-small2-maindiv span {
  font-size: 17px;
}

.healthbenefits-small2-innerdiv {
  border-radius: 50%;
  padding: 5px;
}

.healthbenefits-small2-innerdiv img {
  height: 90px;
  width: 90px;
  object-fit: contain;
}


.healthbenefits-small2-maindiv:hover {
  box-shadow: 2px 2px 8px 2px rgb(236, 236, 236);
  border-radius: 20px;
  transition: 0.2s;
}







#footer {
  position: relative;
  width: 100%;
  background: lightgrey;
}

.footer-section1-rowdiv {
  background: ;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.footer-section1-rowdiv2 {
  background: ;
  display: flex;
  justify-content: ;
}

.footer-section1-rowdiv ul {
  list-style-type: none;
  padding: 0;
}

.footer-section1-rowdiv a {
  text-decoration: none;
  color: white;
}

.footer-section1-heading {
  font-size: 17px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 16px;
  padding-left: 5px;
  background: transparent;
  letter-spacing: 1px;
}

.footer-section1-link {
  font-size: 14px;
  padding-left: 5px;
  margin-bottom: 8px;
  background: transparent;
  letter-spacing: 0.1px;


  /* color: darkgray; */
}

.footer-section2-icons {
  display: flex;
  /*justify-content: center;*/
}

.footer-section2-icons a {
  color: white;
  padding-left: 2%;
  padding-right: 2%;
}

.footer-section2-icons i {
  font-size: 23px;
}

.footer-section3-aboutwws {
  display: flex;
  justify-content: center;
  background: transparent;
  padding-left: 2%;
  padding-right: 2%;
}

.footer-section3-aboutwws span {
  font-size: 12px;
  text-align: center;
  flex: 3;
}

.footer-section4-img {
  text-align: center;
  background: transparent;
}

.footer-section4-img span {
  font-size: 13px;
  letter-spacing: 2px;
}

.footer-section4-img img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}


.footer-section5-cc {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  color: white;
}