* {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

.navbar {
  width: 100%;
  align-items: center;
  vertical-align: middle;
  background-color: #0077b6;
  height: 80px;
  display: flex;
}

.navbar a .logo {
  height: 55px;
  width: auto;
  margin-left: 30px;
}

.menu-icon {
  height: 20px;
  cursor: pointer;
  display: none;
  padding-right: 15px;
}

.navbar nav {
  flex: 1;
  text-align: right;
  position: relative;
}

.navbar nav ul li {
  display: inline-block;
  list-style: none;
  padding-right: 30px;
}

nav ul li a {
  text-decoration: none;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.navbar ul li::after {
  content: "";
  width: 0px;
  height: 3px;
  background: white;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.navbar ul li:hover::after {
  width: 100%;
}

.contact-us p {
  padding-bottom: 20px;
}
.contact-us ol {
  padding-left: 120px;
}

.contact-us ol li {
  margin-bottom: 5px;
}

.contact-cards {
  display: flex;
  padding: 80px;
  align-items: center;
  justify-content: center;
}

.c-card-small {
  height: 450px;
  flex-basis: 30%;
  text-align: center;
  transition: 0.5s;
}

.c-card-small:first-child {
  margin-right: 25px;
}

.c-card-medium {
  height: 630px;
  flex-basis: 40%;
  text-align: center;
  transition: 0.5s;
  margin-right: 25px;
}

.c-card:last-child {
  margin-right: 0;
}

.c-card-top-line {
  height: 15px;
  background-color: #0077b6;
}

.c-card-small div:nth-child(2),
.c-card-medium div:nth-child(2) {
  height: 40px;
  padding-top: 20px;
}

.c-card-small div:last-child,
.c-card-medium div:last-child {
  padding: 10px 10px 30px 10px;
}

.c-card-small img {
  height: 100%;
}

.contact-cards h3 {
  padding: 12px 0 0 0;
  font-size: 20px;
  font-weight: 500;
}

.contact-cards p {
  font-size: 16px;
  padding: 0;
  margin: auto;
  margin-top: 3px;
}

.contact-cards a {
  color: black;
  word-wrap: break-word;
}

#dep-spec-concern {
  font-size: 20px;
  font-weight: 500;
  padding: 35px 0 10px 0;
}

.bottom-link h4 {
  font-weight: 200;
  font-size: 20px;
  color: black;
  margin: 50px 100px;
}

.title {
  display: flex;
}

h1 {
  font-weight: 500;
  font-family: "Montserrat";
  padding: 40px 20px 40px 100px;
  flex-basis: auto;
}
h1::after {
  margin-top: 5px;
  content: "";
  width: 120px;
  height: 5px;
  background: #0077b6;
  display: block;
}
.bod {
  margin-top: 40px;
  margin-bottom: 40px;
}
.member {
  margin-top: 20px;
}

.bod .member ul {
  padding-left: 120px;
}

h3 {
  padding-left: 100px;
}

p {
  padding: 0 100px;
}

img {
  width: 40px;
}

.map {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.map iframe {
  width: 70vw;
  height: 80vh;
}

.img-header {
  width: 100%;
  height: 30vh;
  background-image: url("../images/bod-room.jpg");
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  z-index: -1;
}

.doctors-img-header {
  width: 100%;
  height: 50vh;
  background-image: url("../images/doc-bg.webp");
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  z-index: -1;
}

.doctors-img-header h1 {
  font-weight: 100;
  font-family: "Montserrat";
  flex-basis: auto;
}
.doctors-img-header img {
  width: 40px;
}

.img-header img {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 30px;
  height: 70%;
  width: auto;
  position: absolute;
}

.page-container {
  position: relative;
  min-height: 100vh;
}

.content {
  padding-bottom: 2.5rem;
}

.input-group {
  padding: 0 20%;
}

/*NEWS*/

.news-row {
  display: flex;
  width: 90%;
}

.news-section {
  flex-basis: 80%;
}

.news-search-section {
  flex-basis: 20%;
}

.categories {
  padding-top: 30px;
}

.categories h2 {
  font-weight: 500;
  font-family: "Montserrat";
}

.categories ul a {
  text-decoration: none;
  color: black;
}
.categories ul li {
  list-style: none;
  margin-top: 10px;
}

.categories ul li::after {
  content: "";
  width: 80%;
  height: 1px;
  background: black;
  display: block;
  transition: 0.5s;
}

.footer {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: rgb(42, 42, 42);
  align-items: center;
}

.footer p {
  font-size: 13px;
  color: white;
  margin-left: 30px;
  padding-left: 0;
}

@media only screen and (max-width: 1300px) {
  .contact-cards {
    padding: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .contact-cards {
    flex-wrap: wrap;
    padding: 30px 20px;
  }

  .c-card-small,
  .c-card-medium {
    box-sizing: border-box;
    margin-top: 25px;
    width: 100%;
    height: fit-content;
    flex-grow: 1;
    flex-basis: 100%;
    transition: 0.5s;
  }

  .c-card-small div:last-child,
  .c-card-medium div:last-child {
    padding: 20px 10px;
  }

  .c-card-small:first-child {
    margin-right: 0;
  }

  .c-card-small div:nth-child(2),
  .c-card-medium div:nth-child(2) {
    height: 40px;
    margin: 20px 0 0 0;
  }
}

@media only screen and (max-width: 700px) {
  #dep-spec-concern {
    font-weight: 400;
    font-size: 20px;
    padding: 30px 0 0 0;
  }

  .contact-cards {
    flex-wrap: wrap;
  }

  .c-card-small,
  .c-card-medium {
    box-sizing: border-box;
    margin-top: 25px;
    margin-right: 0;
    width: 100%;
    height: fit-content;
    flex-grow: 1;
    flex-basis: 100%;
    transition: 0.5s;
  }

  .c-card-small div:last-child,
  .c-card-medium div:last-child {
    padding: 0 10px 20px 10px;
  }
  .c-card-small div:nth-child(2),
  .c-card-medium div:nth-child(2) {
    height: 40px;
    padding: 0 0 10px 0;
  }

  .navbar {
    height: 60px;
    padding-top: 5px;
  }
  .navbar nav {
    padding: 25px 0;
  }
  .navbar nav ul {
    width: 100%;
    background-color: #0077b6;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 10;
  }

  .navbar nav ul li {
    display: block;
    list-style: none;
    padding: 10px;
  }

  .menu-icon {
    display: block;
    width: 25px;
  }

  #menuList {
    overflow: hidden;
    transition: 0.5s ease;
  }

  .navbar a .logo {
    width: 50px;
    margin-left: 10px;
  }

  .bod .member ul {
    padding-left: 60px;
  }

  .contact-us ol {
    padding-left: 60px;
  }

  h3 {
    padding-left: 30px;
  }

  h1 {
    font-weight: normal;
    font-size: 25px;
    font-family: "Montserrat";
    padding: 40px 30px;
    flex-basis: auto;
  }

  p {
    padding: 0 30px;
  }

  .footer p {
    font-size: 10px;
  }

  .map iframe {
    width: 90vw;
    height: 50vh;
  }

  .bottom-link h4 {
    font-weight: 400;
    font-size: 20px;
    color: black;
    margin: 50px 30px;
  }
}
