* {
  font-family: Arial, Helvetica, sans-serif;
}

.select-hide {
  display: none;
}



.hero .slick-next,
.hero .slick-prev {
  display: none !important;
}

.wrapper-center {
  margin-bottom: 20px;
}

/* 
  =================
    HEADER
  =================
*/

header {
  padding: 7px;
  color: #fff;
  background: linear-gradient(90deg, rgba(58, 184, 232, 1) 0%, rgba(18, 217, 241, 1) 100%);
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-mobile {
  display: none;
}

header ul {
  margin: 0px;
  padding: 0px;
  gap: 20px;
  font-size: 14px;
}

header ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
}

header li img {
  width: 30px;
  height: 30px;
}
header li span {
  margin-left: 7px;
}

header .search {
  position: relative;
  font-size: 14px;
}

header .search input {
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  width: 100%;
}

header .search input::placeholder {
  color: #fff;
}

header .search .btn-search {
  background: url("./img/header-search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

header .search .btn-search, 
header .search .btn-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  border: none;
  color: #fff;
}

.btn-submit {
  border: none;
  background: transparent;
}

.header-top-mobile form {
  width: 100%;
}

.wrapper-mobile {
  gap: 15px;
}

/* 
  =================
    NAV
  =================
*/

nav .menu {
  display: flex;
}

nav .menu,
.menu-drop {
  padding: 0px;
  margin: 0px;
}

nav .menu li {
  list-style-type: none;
}

nav .menu li a {
  text-decoration: none;
  color: #000;
  padding: 10px 20px;
  display: inline-block;
}

nav .list-drop {
  position: relative;
}

nav .menu > li > a {
  text-transform: uppercase;
}

nav .menu-drop {
  background-color: #fff;
  border-top: 1px solid #3ab8e8;
  position: absolute;
  z-index: 9999;
  min-width: 100%;
  display: none;
}

nav .menu-drop li:hover {
  background-color: #3ab8e8;
}

nav .list-drop:hover .menu-drop {
  display: block;
}

nav .list-drop button {
  background: transparent;
  border: none;
  display: none;
  position: absolute;
  right: 0;
  top: 7px;
}

.show {
  display: block !important;
}

/* 
  =================
   INFORMATION HOTLINE
  =================
*/

.information-hotline {
  margin-top: -55px;
  position: relative;
  z-index: 1;
}

.information-hotline .hotline-content {
  /* display: grid; */
  /* grid-template-columns: repeat(4, 1fr); */
  text-align: center;
  background-color: #1b7fd3;
  padding: 20px;
  border-radius: 1rem;
  font-weight: 600;
}

.information-hotline .hotline-content .slick-next {
  right: 0;
}
.information-hotline .hotline-content .slick-prev {
  left: 0;
}

.information-hotline .hotline-content .hotline-item {
  text-decoration: none;
  gap: 20px;
  color: #fff;
}

.information-hotline .hotline-content .hotline-item:hover img {
  transform: scale(1.3);
}

.information-hotline .hotline-content .hotline-item img {
  transition: all 0.35s ease;
}

/* 
  =================
   JENIS PENYAKIT
  =================
*/

.jenis-penyakit {
  padding: 30px 0px;
}

.wrapper-jp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.wrapper-jp .content-jp {
  text-decoration: none;
  color: #000;
  gap: 15px;
}

.wrapper-jp .content-jp:hover .jp-img {
  background: linear-gradient(45deg, #3ab8e8 27%, #12d9f1 69%);
}

/* .wrapper-jp .content-jp:hover .jp-img img {
  width: 60%;
} */
.wrapper-jp .content-jp:hover .jp-img img {
  filter: brightness(0) invert(1);
}
.wrapper-jp .content-jp:hover span {
  color: #3ab8e8;
}

.wrapper-jp .jp-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background-color: #fff;
  box-shadow: 0px 8px 25px rgb(0 0 0 / 15%);
  border-radius: 50%;
}

.wrapper-jp .jp-img img {
  max-width: 100%;
}

/* 
  =================
   ABOUT
  =================
*/

.title-top {
  display: inline-block;
  background-color: #eee;
  padding: 3px 20px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 5px;
}

.about .title,
.tentang-information .title {
  color: #1b7fd3;
  font-weight: bold;
}

.about .desc {
  text-align: justify;
}

.about ul {
  display: flex;
  text-align: center;
  gap: 30px;
  padding: 0px;
  margin: 0px;
}

.about ul li {
  list-style-type: none;
}

.about ul li img {
  border-radius: 50%;
}

.about ul li h4 {
  color: #3ab8e8;
  font-size: 18px;
  margin: 15px 0px;
}
.btn-next {
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(90deg, rgba(58, 184, 232, 1) 0%, rgba(18, 217, 241, 1) 100%);
}

/* 
  =================
   BEBERAPA
  =================
*/

.beberapa {
  padding: 40px 0px;
}

.beberapa .right button.active {
  border-bottom: 1px solid red;
  margin-bottom: -1px;
  color: #3ab8e8;
}

.beberapa .title {
  color: #1b7fd3;
  font-weight: bold;
}

.beberapa .wrapper-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.beberapa .tabs-left {
  background-color: #f2f4f6;
  width: 100%;
}

.beberapa .card {
  border: none !important;
  text-decoration: none;
  color: #12d9f1;
}
.beberapa .card:hover {
  color: #1b7fd3;
}

.beberapa .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.beberapa button {
  background: transparent;
  outline: none;
  border: none;
}

.nav-pills .nav-link {
  text-align: left;
}

.nav-pills .nav-link.active {
  background-color: #3ab8e8 !important;
}


.banner-tlpn {
  margin-bottom: -65px;
}

.banner-tlpn img {
  border-radius: 10px;
}


/* 
  =================
   TENTANG INFORMATION
  =================
*/

.tentang-information {
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: #f2f4f6;
}

.tentang-information .wrapper-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.wrapper-icon {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.content-icon {
  display: grid;
  grid-template-columns: 50px auto;
  gap: 10px;
}

.content-icon h3 {
  font-size: 20px;
  font-weight: bold;
}
.content-icon p {
  font-size: 14px;
}
.content-icon img {
  width: 100%;
}

/* 
  =================
   TESTIMONI
  =================
*/

.testimoni {
  padding: 40px 0px;
}

.wrapper-title {
  text-align: center;
  margin-bottom: 20px;
}

.testimoni .title, 
.lingkungan .title {
  color: #1b7fd3;
  font-weight: bold;
}

.testimoni .card {
  margin: 0px 5px;
  padding-bottom: 35px;
  border: none;
}

.testimoni .card-body {
  position: relative;
  padding-top: 50px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.testimoni .profil-note {
  position: absolute;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

.testimoni .profil-info {
  display: flex;
  align-items: center;
  width: 85%;
  height: 90px;
  margin-left: 7%;
  position: relative;
  margin-bottom: -40px;
  z-index: 10;
}

.testimoni .profil-img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
}


.testimoni .profil-img img {
  width: 100%;
}

.testimoni .info-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  color: #fff;
  background: linear-gradient(90deg, rgba(58, 184, 232, 1) 0%, rgba(18, 217, 241, 1) 100%);
  border-radius: 3rem;
  padding: 20px;
  padding-left: 90px;
  height: 70px;
}

.testimoni .info-text span {
  font-size: 20px;
}

.testimoni .slick-dots li {
  margin: 0 10px;
}

.testimoni .slick-dots li button:before {
  content: '';
  width: 30px;
  height: 6px;
  background: gray;
  border-radius: 10px;
}

.testimoni .slick-dots li.slick-active button:before {
  background: #12d9f1;
  color: black;
  opacity: 1;
}

/* 
  =================
   FORM KONSULTASI
  =================
*/

.form-konsultasi {
  padding: 30px;
  background: #1b7fd3;
  color: #fff;
}

.form-konsultasi .title {
  color: #1b7fd3;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.form-konsultasi form {
  display: grid;
  grid-template-columns: 40% 40% auto;
  gap: 20px;
}

.form-konsultasi form input {
  width: 100%;
  display: block;
  padding: 0.25rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	outline: none;
	font-size: 15px;
}

.form-konsultasi form button {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(58, 184, 232, 1) 0%, rgba(18, 217, 241, 1) 100%);
  border: 1px solid #ced4da;
  outline: none;
	font-size: 15px;
  border-radius: 0.25rem;
  padding: 4px 12px;
}

/* 
  =================
   LINGKUNGAN
  =================
*/

.lingkungan {
  padding: 40px 0px;
}

.lingkungan .img-item {
  margin: 0 10px;
  position: relative;
}

.content-slider {
  position: relative;
}

.lingkungan .img-item img {
  width: 100%;
}

.lingkungan .slide-prev {
  position: absolute;
  left: -25px;
  top: 50%;
  cursor: pointer;
}

.lingkungan .slide-next {
  position: absolute;
  top: 50%;
  right: -20px;
  cursor: pointer;
}

/* 
  =================
   FOOTER
  =================
*/

footer {
  padding: 40px 0px;
  background: url('./img/ft-bg.jpg');
}
.wrappe-footer {
  display: grid;
  grid-template-columns: 30% auto auto;
  gap: 25px;
}
.wrappe-footer .logo {
  margin-bottom: 10px;
}
.wrappe-footer ul {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.wrappe-footer ul li {
  list-style-type: none;
}
.wrappe-footer .left ul li {
  display: grid;
  grid-template-columns: 10% auto;
  gap: 10px;
}

.wrappe-footer ul li .icon-footer {
  width: 25px;
  height: 25px;
}

.wrappe-footer ul li img {
  width: 100%;
}

.wrappe-footer ul li p {
  font-size: 14px;
}

.wrappe-footer h3 {
  color: #3ab8e8;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 8px;
  font-size: 21px;
  font-weight: bold;
}

.wrappe-footer h3::before {
  content: "/";
  margin-right: 4px;
  font-weight: bold;
}

.wrappe-footer .mid ul li a,
.wrappe-footer .right ul li a {
  text-decoration: none;
  color: #666;
  padding-bottom: 10px;
  display: block;
}

.wrappe-footer .mid ul li a:hover,
.wrappe-footer .right ul li a:hover {
  color: #3ab8e8;
}

/* CONTENT AREA */

.content {
  padding: 40px 0;
}
.wrapper-fasilitas {
  display: grid;
  grid-template-columns: 25% auto;
  gap: 20px;
}

.wrapper-fasilitas  .content-sidebar{
  background: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
  border-radius: 10px;
  padding: 1rem;
}

.wrapper-fasilitas aside a {
  text-decoration: none;
  padding: 8px;
  text-transform: capitalize;
  color: #666;
  position: relative;
  display: block;
}
.wrapper-fasilitas aside a:hover {
  color: #12d9f1;
}
.wrapper-fasilitas aside a:hover::after {
  width: 100%;
}

.wrapper-fasilitas aside a::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #12d9f1;
  left: 0;
  top: 100%;
  transition: all .7s;
  width: 0;
}

.content-area h1,
.content-area h2,
.content-area h3 {
  color: #3ab8e8;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #3ab8e8;
  font-weight: bold;
}

.content-area h2,
.content-area h3 {
  display: inline-block;
}

.content-area h1 {
  font-size: 25px;
}
.content-area h2 {
  font-size: 20px;
}
.content-area h3 {
  font-size: 18px;
}
.content-area ul {
  padding: 0px;
}
.content-area ul li {
  margin-bottom: 10px;
}

.content-area ul li img {
  width: 30px;
  height: 30px;
}

.content-area ul li p {
  margin-bottom: 0px;
  margin-left: 10px;
}

.memperkenalkan h5 {
  display: inline-block;
  color: #006400;
  border-bottom: 1px solid #006400;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width:992px)  {
    .beberapa .tabs-left, .tab-content{
        width:50%;
    }
}


@media screen and (max-width: 1024px) {
  .wrapper-jp {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .header-top {
    display: none !important;
  }
  .header-top-mobile {
    display: block;
  }
  .information-hotline {
    margin: 10px 0px;
  }
  .information-hotline .hotline-content {
    border-radius: 0px;
  }
  .tentang-information .wrapper-content {
    grid-template-columns: 1fr;
  }
  .menu-mobile {
    display: block !important;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  nav .list-drop:hover .menu-drop {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .wrapper-center {
    text-align: center;
  }
  .about ul {
    justify-content: center;
  }
  nav .list-drop button {
    display: block;
  }
  .tabs-mobile {
    flex-direction: column;
  }
  .beberapa .wrapper-heading {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .wrapper-heading .right {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .title-top {
    text-align: center;
  }
  .form-konsultasi form {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
  }

  .form-konsultasi form input {
    border-radius: 2rem;
  }
  .form-konsultasi form button {
    border-radius: 2rem;
    padding: .4rem 2rem;
  }

  .form-konsultasi .btn-btn {
    text-align: center;
  }

  .lingkungan .slide-prev, 
  .lingkungan .slide-next {
    display: none !important;
  } 

  .wrappe-footer {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .wrapper-fasilitas {
    grid-template-columns: 1fr;
  }
  aside {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .information-hotline .hotline-content .hotline-item span {
    font-size: 14px;
  }
  .wrapper-jp .jp-img {
    max-width: 50px;
    height: 50px;
  }
  .wrapper-jp .jp-img img {
    max-width: 100%;
  }
  .wrapper-jp .content-jp {
    gap: 7px;
  }  
  
  .information-hotline .hotline-content .hotline-item img {
    width: 40px;
    height: 40px;
  }
  .information-hotline .hotline-content {
    padding-left: 0;
    padding-right: 0;
  }
  .information-hotline .hotline-content .hotline-item {
    gap: 10px;
    border-right: 1px solid #fff;
  }

  .btn-next {
    background: linear-gradient(45deg, #3ab8e8 25%, #05ecfc 50%);
  }

  .wrapper-icon {
    grid-template-columns: 1fr;
  }

  .testimoni .info-text {
    height: 55px;
  }

  .testimoni .profil-img {
    width: 60px;
    height: 60px;
  }
  .wrappe-footer h3 {
    font-size: 16px;
  }
  .wrappe-footer .mid ul li a, 
  .wrappe-footer .right ul li a {
    font-size: 14px;
  }
  .content-area img{
      max-width: 100% !important;
      height: auto !important;
  }
}

@media screen and (max-width: 320px) {
  .wrapper-jp {
    grid-template-columns: 1fr;
  }
  .content-area img{
      max-width: 100% !important;
      height: auto !important;
  }
}
