@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  max-width: 650px;
  margin: 0 auto;
  font-family: "poppins", sans-serif;
  background-color: #f1f5f8;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

.owl-theme .owl-nav,
.owl-theme .owl-dots {
  display: none;
}

#num {
  color: green;
  font-weight: bold;
}

main {
  max-width: 100%;
  height: 100%;
  padding-bottom: 0px;
  background: #fff !important;
}

/* NAV BAR */
.nav-memu {
  display: flex;
  align-items: center;
  list-style: none;
  background-color: #0557bb;
}
.nav-memu li {
  width: 100%;
}

.nav-memu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  color: #fff;
}

.title-content {
  font-size: 24px;
  margin: 20px 0px;
  display: inline-block;
  background-color: #0557bb;
  color: #fff;
}

.title-content::before {
  content: "";
  border: 1px solid green;
  margin-right: 15px;
}
.title-content:after {
  content: "";
  border: 1px solid green;
  margin-left: 15px;
}

.top-title-penyakit {
  font-size: 18px;
  text-align: center;
  background: #0557bb;
  color: #fff;
  padding: 20px 0px;
  position: relative;
}

.top-title-penyakit::before {
  content: url(../img/corner.png);
  position: absolute;
  top: 0;
  left: 0;
}

/* CONTENN JENIS */

.grid-content-penyakit {
  background-color: #e1e6eb;
  padding: 30px 0px;
}

.grid-content-penyakit .crd-eff {
  position: relative;
  border-radius: 20px;
  height: 100%;
  z-index: 999;
}

.grid-content-penyakit .crd-eff::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  bottom: -10px;
  border-radius: 20px;
  background-color: #d6d2f1;
  z-index: -1;
  transition: all 300ms;
  opacity: 0;
  visibility: visible;
}

.grid-content-penyakit .crd-eff:hover::before {
  opacity: 1;
  visibility: visible;
}

.grid-content-penyakit .card-body {
  text-decoration: none;
}

.grid-content-penyakit .card-body .card-title {
  color: #000;
  font-size: 16px;
  margin: 10px 0px;
}

.grid-content-penyakit .card-body .card-text {
  font-size: 12px;
}

/* REPUTASI */
.reputasi .cta-btn-cht {
  background-color: rgba(0, 0, 0, 0.07);
  padding: 40px 20px;
}

.reputasi .cta-btn-cht .title {
  margin: 15px 0px;
}

.reputasi .cta-btn-cht .wrapper-form {
  width: 100%;
}

.reputasi .cta-btn-cht .wrapper-form a {
  width: 50%;
  /* padding: 7px 0px; */
  text-decoration: none;
  background-color: #fff;
  color: #000;
}

.reputasi .cta-btn-cht .wrapper-form a:nth-child(2) {
  background-color: #0557bb;
  color: #fff;
  padding: 3px;
}

.reputasi .cta-btn-cht .wrapper-form input {
  width: 100%;
  height: 100%;
  padding: 3px;
  border-left: none;
  border-right: none;
  border-top: none;
}

.reputasi .cta-btn-cht .wrapper-form::placeholder {
  font-size: 14px;
}

/* Dokter Ahli */
.content-dokter .desc,
.desc {
  font-size: 14px;
}
.content-dokter .profil {
  padding: 20px 0px;
}
.content-dokter .profil img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

/* Dokter Ahli */
.content-dokter .profil .title {
  margin: 15px 0px;
  font-size: 20px;
}

.content-dokter .profil .rating {
  color: #fdcc0d;
  font-weight: bold;
}

.content-dokter .profil a {
  text-decoration: none;
  border: 1px solid #0557bb;
  padding: 5px;
  margin: 10px 0px;
  color: #0557bb;
}

.content-dokter .profil a:hover {
  background-color: #0557bb;
  color: #fff;
}

/* FOOTER */
footer {
  background-color: #333333;
  color: #fff;
  padding: 40px 20px 100px 20px;
}

footer p {
  text-align: center;
  font-size: 14px;
}

/* FORM KONTAK */
.content-form {
  background-color: #e1e6eb;
  padding: 40px 10px;
}

/* Chat Fitur */
.chat-fitur {
  max-width: 650px;
  width: 100%;
  position: fixed;
  margin: 0 auto;
  bottom: 0;
  z-index: 9999;
}

.chat-fitur .overplow {
  background-color: #fff;
  text-align: center;
}

.chat-fitur .title-chat {
  margin-bottom: 15px;
  font-weight: bold;
}

.chat-fitur .wrapper-icon {
  width: 100%;
}

.chat-fitur .icon {
  background-color: #049862;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  text-decoration: none;
  width: 100%;
}

.chat-fitur .btn2 {
  background-color: #0557bb;
}

.chat-fitur .icon .icon-teks {
  margin: 0px;
}

@media screen and (min-width: 576px) {
  .reputasi .cta-btn-cht .wrapper-form a:nth-child(2) {
    height: 33px;
  }
  footer p {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .nav-memu {
    padding-right: 0px;
    padding-left: 0px;
    overflow-x: scroll;
  }

  .reputasi .cta-btn-cht .wrapper-form {
    flex-direction: column;
  }
  .reputasi .cta-btn-cht .wrapper-form a {
    width: 100%;
    margin: 10px 0px;
  }

  .chat-fitur .icon i {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .nav-memu li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .chat-fitur .icon {
    font-size: 14px;
    padding: 10px;
  }
  footer {
    padding: 40px 20px 80px 20px;
  }
}


.article-body{
    padding:10px 10px;   
}
.article-body img{
    max-width: 100% !important;
    height: auto !important;
}
