.logo-container {
  position: relative;
  width: 300px;
  height: auto;
}

.logo {
  position: absolute;
  top: 0px;
  left: 30px;
  width: 100%;
}

.navbar .lang,
.lang-nav {
  font-size: 10px;
  text-decoration: none;
}

.showcase {
  background: url("../img/showcase-bk-img.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150px 70px;
  border-bottom: #515151 solid 1px;
}

.showcase h1 {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

.showcase hr {
  width: 400px;
  margin: auto;
  border-width: 3px;
  border-color: #f44336;
}

.showcase p {
  font-size: 22px;
}

.showcase-txt {
  font-weight: bold;
}

.showcase-padding {
  padding: 30px;
}

.feature-heading {
  padding-top: 30px;
}

.feature-heading h1 {
  font-weight: bold;
}

.sectors {
  padding: 30px 0px 30px 0px;
}

.sectors .sector-intro {
  padding: 10px 100px 20px 100px;
}

.sector-container {
  height: 200px;
  overflow: hidden;
}

.sector-pain {
  height: 100%;
  width: 100%;
  background: url("../img/sector-pain.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}

.sector-pain:hover,
.sector-medical:hover,
.sector-fitness:hover,
.sector-beauty:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.sector-pain p,
.sector-medical p,
.sector-fitness p,
.sector-beauty p {
  color: #515151;
}

.sector-title {
  color: #515151;
  font-weight: bold;
}

.sector-medical {
  height: 100%;
  width: 100%;
  background: url("../img/sector-medical.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}

.sector-fitness {
  height: 100%;
  width: 100%;
  background: url("../img/sector-fitness.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}

.sector-beauty {
  height: 100%;
  width: 100%;
  background: url("../img/sector-beauty.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}

.CONTACT {
  padding: 90px 100px 80px 100px;
}

.CONTACT h2 {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  color: #515151;
}

.CONTACT p {
  font-size: 20px;
  color: #515151;
}

input::placeholder {
  color: lightgrey;
}

.FOOTER {
  padding: 70px 50px;
}

.FOOTER h6 {
  font-family: calibri;
  font-size: 18px;
  font-weight: bold;
}

.FOOTER p {
  font-family: calibri;
  font-size: 16px;
}

.FOOTER a:link a:visited a:active {
  color: white;
}

.FOOTER a:hover {
  color: white;
  text-decoration: underline;
}

.font-reduce {
  font-size: 14px;
}

.boldTxt {
  font-weight: bold;
}

@media only screen and (max-width: 1000px) {
}

@media only screen and (max-width: 870px) {
  .logo-container {
    width: 200px;
  }
  .nav-font-size {
    font-size: 14px;
  }
  .showcase {
    padding: 100px 40px;
  }
}

@media only screen and (max-width: 745px) {
  .logo-container {
    width: 150px;
  }
  .nav-font-size {
    font-size: 12px;
  }
  .logo {
    left: 5px;
  }
  .showcase h1 {
    font-size: 30px;
  }
  .showcase p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 600px) {
}

.no-padding {
  padding: 0px;
}

/* ------------------ Products Page ---------------------------------  */

.products-sector-container {
  padding: 30px 10px 20px 30px;
}

#products-sector-pain {
  background: url("../img/products-sector-pain-bk.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 50px 30px 50px;
}

#products-sector-medical {
  background: url("../img/products-sector-medical-bk.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 50px 30px 50px;
  margin-top: 30px;
}

#products-sector-fitness {
  background: url("../img/products-sector-fitness-bk.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 50px 30px 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#products-sector-beauty {
  background: url("../img/products-sector-beauty-bk.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 50px 30px 50px;
}

.products-sector-spacer {
  padding-left: 20px;
}

.products-sector-container h1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.products-sector-container h3 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

#products-sector-pain hr {
  width: 90%;
  border-width: 2px;
  border-color: #f44336;
}

#products-sector-pain i {
  color: #f44336;
}

.products-sector-button {
  font-size: 25px;
  font-weight: 700;
}

#products-sector-medical hr {
  width: 90%;
  border-width: 3px;
  border-color: #2196f3;
}

#products-sector-medical i {
  color: #2196f3;
}

#products-sector-fitness hr {
  width: 90%;
  border-width: 3px;
  border-color: #673ab7;
}

#products-sector-fitness i {
  color: #673ab7;
}

#products-sector-beauty hr {
  width: 90%;
  border-width: 3px;
  border-color: #4caf50;
}

#products-sector-beauty i {
  color: #4caf50;
}

@media only screen and (max-width: 910px) {
  #products-sector-pain h1,
  h3 {
    font-size: 18px;
    font-weight: bold;
  }
  #products-sector-medical h1,
  h3 {
    font-size: 18px;
    font-weight: bold;
  }
  #products-sector-fitness h1,
  h3 {
    font-size: 18px;
    font-weight: bold;
  }
  #products-sector-beauty h1,
  h3 {
    font-size: 18px;
    font-weight: bold;
  }
}

/* END PRODUCT PAGE  */

#triangle-down {
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 70px solid #fc4638;
}

/*------------------------------------------Contact page-------------------------------------------------------- */
.showcase-contact {
  background: url("../img/showcase-contact.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 70px;
  border-bottom: #515151 solid thick;
}

.showcase-contact hr {
  width: 400px;
  margin: auto;
  border-width: 3px;
  border-color: #fff;
}

.showcase-contact h1 {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

.showcase-contact p {
  font-size: 22px;
}
/*----------End Conact Page------------------- */

/*-------------------------------------------------------------About Page----------------------------------------------------- */
.showcase-about {
  background: url("../img/plant.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 70px;
  border-bottom: #515151 solid thick;
}

.showcase-about hr {
  width: 400px;
  margin: auto;
  border-width: 3px;
  border-color: #fff;
}

.showcase-about h1 {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

.showcase-about p {
  font-size: 22px;
}

/*----------End About Page------------------- */

/*----------Pain Management Page------------------- */

.pain-showcase {
  background: url("../img/pain-showcase-bkg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150px 70px;
  border-bottom: #515151 solid 1px;
}

.pain-showcase h1 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.pain-showcase hr {
  width: 400px;
  margin: auto;
  border-width: 3px;
  border-color: #fff;
}

.pain-showcase p {
  font-size: 22px;
}

.pain-intro {
  background: url("../img/bkg1.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.pain-intro p {
  font-size: 18px;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  color: #515151;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Style the tab */
.tab2 {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab2 button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab2 button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab2 button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent2 {
  display: none;
  color: #515151;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabcontent2 {
  animation: fadeEffect2 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.pain-tabs i {
  color: #f44336;
}
/*----------End Pain Management Page------------------- */

/*----------Wound Healing Page------------------- */

.wound-showcase {
  background: url("../img/wound-healing-showcase.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150px 70px;
  border-bottom: #515151 solid 1px;
}

.wound-showcase h1 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.wound-showcase hr {
  width: 400px;
  margin: auto;
  border-width: 3px;
  border-color: #fff;
}

.wound-showcase p {
  font-size: 22px;
}

.wound-intro {
  background: url("../img/bkg1.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

/*----------End Wound Healing Page------------------- */

/*----------Fitness Product Page------------------- */

.fitness-showcase {
  background: url("../img/fitness-showcase.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150px 70px;
  border-bottom: #515151 solid 1px;
}

.fitness-showcase h1 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.fitness-showcase hr {
  width: 400px;
  margin: auto;
  border-width: 3px;
  border-color: #fff;
}

.fitness-showcase p {
  font-size: 22px;
}

.fitness-intro {
  background: url("../img/bkg1.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
/* Style the tab */
.tab3 {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab3 button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab3 button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab3 button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent3 {
  display: none;
  color: #515151;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabcontent3 {
  animation: fadeEffect3 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*----------End Fitness Product Page------------------- */

/*------------------------------------- Beauty Product Page-----------------------------------------------*/

.beauty-showcase {
  background: url("../img/beauty-showcase.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150px 70px;
  border-bottom: #515151 solid 1px;
}

.beauty-showcase h1 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.beauty-showcase hr {
  width: 400px;
  margin: auto;
  border-width: 3px;
  border-color: #fff;
}

.beauty-showcase p {
  font-size: 22px;
}

.beauty-intro {
  background: url("../img/bkg1.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
/* Style the tab */
.tab4 {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab4 button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab4 button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab4 button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent4 {
  display: none;
  color: #515151;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabcontent {
  animation: fadeEffect4 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect4 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*--------- Beauty Product Page END-------*/

/*--------- Science Page -------*/

#science h3 {
  font-weight: bold;
}

/*--------- Science Page END-------*/
