* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  /* background-color: #ffffff; */
}
#container {
  margin: auto;
  text-align: center;
}
@media only screen and (max-device-width: 480px) {
  #container {
    width: 150%;
  }
}

header {
  /* background-color: #02488e; */
  background: linear-gradient(to right, #000000 0%, #0080ff 150%);
  justify-content: center;
  padding: 20px;
  display: flex;
}
header #logo_header {
  color: #ea2922;
  font-family: Garamond, sans-serif;
  margin-right: 700px;
  display: flex;
}
@media only screen and (max-device-width: 480px) {
  header {
    margin: auto;

    text-align: center;
  }
}

/* LEFT side Logo and Name */

header #logo_header .logo-name {
  display: inline-block;
  margin-bottom: 5px;
}
#logo_img {
  height: auto;
  border-radius: 20px;
}
#logo {
  box-sizing: border-box;
}
header #logo_header h1 {
  padding: 0 10px;
}

/* RIGHT side Search bar and Social Med */
#navigation {
  display: inline;
  height: 113.25px;
}
.short-nav {
  text-align: center;
  justify-content: center;
  align-items: center;
}
/* Search Bar */
#navigation .searchbar {
  display: flex;
}
#navigation .searchbar input,
#navigation .searchbar button {
  padding: 0;
  /* background-color: black; */
  border: 0;
  height: 50px;
  margin: 0 10px;
  border-radius: 15px;
}
/* Social Med */
.social-med {
  display: flex;
  justify-content: center;
  border-top: 2px solid #a1a1a1;
}
.side-footer img {
  width: 1.5rem;
  height: auto;
  margin-right: 15px;
  border-radius: 20px;
}

/* Hidden Menu */
.menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.menu-wrap .toggler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
}
.menu-wrap .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  padding: 1rem;
  background-color: rgba(0, 0, 70, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Menu 3 lines */
.menu-wrap .hamburger > div {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

/* Top and Bottom lines */
.menu-wrap .hamburger > div:before,
.menu-wrap .hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -10px;
  width: 100%;
  height: 2px;
  background: inherit;
}

/* Moves line down */
.menu-wrap .hamburger > div:after {
  top: 10px;
}

/*  Toggler Animate */
.menu-wrap .toggler:checked + .hamburger > div {
  transform: rotate(135deg);
}

/* turn lines in to X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}

/* Rotate X */
.menu-wrap .toggler:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}

/*  Show Menu */
.menu-wrap .toggler:checked ~ .menu {
  visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: 0.75s;
}

.menu-wrap .toggler:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.menu-wrap .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-wrap .menu > div {
  background: rgba(0, 0, 77, 0.75);
  border-radius: 50%;
  width: 200vw;
  height: 200vw;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.4s ease;
}

.menu-wrap .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vw;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.menu-wrap .menu > div > div > ul > li {
  list-style: none;
  color: #fff;
  font-size: 1.5rem;
}

.menu-wrap .menu > div > div > ul > li > a {
  color: inherit;
  text-decoration: none;
  padding: 1rem;
  display: block;
}

.menu-wrap .menu > div > div > ul > li > a:hover,
.menu-wrap .menu div div ul li:active a {
  background-color: rgba(240, 232, 232, 0.75);
  color: #02488e;
}

/* Index */

#index {
  background: #fff url(../Photos/Care-3.jpg) no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
#index .about-us {
  display: flex;
  max-width: 1280px;

  padding: 20px;
  margin: 0 auto 30px auto;
}
@media only screen and (max-device-width: 480px) {
  #index {
    width: 134%;
  }
  #index .about-us {
    padding: 80px;
    margin: 0;
  }
}

@media only screen and (max-device-width: 480px) {
  #index .about-us div {
    display: flex;
    /* opacity: 0.9; */
  }
  #index .about-us div div {
    display: block;
    margin-right: 70px;
  }
  #index .about-us div .homoediv {
    height: fit-content;
  }
  #index {
    background-size: 115%;
  }
}

/* About */

.about-us ul li {
  padding: 10px 0;
}

/* Products Box */
#products {
  margin: auto;
  max-width: 1280px;
}

#products .product {
  display: flex;
  margin: 20px 0;
  width: 100%;
  height: auto;
  /* background-color: rgb(127, 255, 212); */
  border: 1px solid black;
  border-radius: 15px;
  transition: all 0.4s ease;
}

#products .product:hover {
  background-color: #fff;
  box-shadow: 10px 10px 10px #00000080;
  cursor: pointer;
  /* box-sizing: border-box; */
}

/* Products */

/* product name img */
.product .productn-img {
  display: flex;
  width: 35%;
  height: 100%;
  /* box-sizing: border-box; */
}
.product .productn-img .prod-name {
  background-color: #02488e;
  padding: 15px;
  border-top-left-radius: 15px;
  color: #fff;
  font-size: 20px;
  /* box-sizing: border-box; */
  height: 15%;
}

.product .productn-img .dosage {
  display: flex;
  text-align: left;
  height: auto;
}

.product .productn-img .dosage ul li {
  list-style: none;
}

.product .productn-img .dosage .prod-dosg,
.product .productn-img .dosage .prod-prep {
  display: block;
  height: auto;
  margin: 15px;
  padding: 15px;
  border: 1px dashed #000;
}

/* product disc */
.product .product-disc {
  display: flex;
  width: 65%;
  text-align: center;
  margin: 0 auto;
}

.product .product-disc .prod-disc,
.product .product-disc .prod-benf {
  text-align: left;
  border: 3px solid #000;
  border-top-left-radius: 75px;
  border-bottom-right-radius: 75px;
  padding: 45px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.product .product-disc .prod-disc ul li,
.product .product-disc .prod-benf ul li {
  padding: 10px;
}

.pharmapdf {
  margin: auto;
  display: inline-block;
}
.pharmapdf .pdfbutton a {
  width: 300px;
  margin: 0 auto;

  background-color: #fff;
  height: 130px;

  border-radius: 30px;
  text-align: center;
  justify-content: center;
  text-shadow: 3px 3px 3px #000000;

  text-decoration: none;
  color: #000;
  font-size: 50px;
}

.pharmapdf .pdfbutton a:hover {
  background-color: #02488e;
  color: #fff;
  text-shadow: 3px 3px 3px #ff2820;
  transition: all 0.4s ease;
}

.pharmapdf .pdfbutton a:active {
  background-color: #ff2820;
}

/* END PROD */

#index .backimg {
  width: 1600px;
  margin: auto;
  height: 900px;
  background-image: url(../Photos/Care.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#contacts {
  margin: auto;
  max-width: 1280px;
}
.bold {
  font-weight: bolder;
  font-size: 20px;
}

#map {
  height: 500px;
  width: 100%;
}

.Map-address {
  width: 100%;
  /* margin: 0 20px; */
  border-style: outset;
  padding: 20px;
  text-align: left;
}
.address-tab ul li {
  padding: 10px 0;
  transition: all 0.4s ease;
}

.address-tab ul li:hover {
  background-color: #dddddd;
}
.address-tab ul li .website a {
  text-decoration: none;
  color: #000;
  display: inline-block;
}

.address-tab ul li .website a:hover {
  text-decoration: underline;
}

footer {
  text-align: center;
  color: rgb(163, 163, 163);
  font-size: 15px;
  padding: 15px 0;
}
