.nav-link {
  font-weight: 500;
  position: relative;
}

body {
  position: relative;
  margin: 0;
  min-height: 100%;
  padding-bottom: 6.74rem;
  box-sizing: inherit;
}

/*Ini Bagian Banner*/
.banner {
  height: 75%;
  background-image: url("images/banner3.jpg");
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-left: 3%;
  margin-right: 3%;
  border-radius: 10px;
  box-shadow: 5px 5px 9px -1px rgba(27, 21, 206, 0.5);
}

.banner h2 {
  color: aliceblue;
  z-index: 1;
  padding: 20px 25px;
  border: 3px solid aliceblue;
}

.banner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(18, 0, 120, 0.2);
  border-radius: inherit;
}

footer {
  padding: 10px 0;
  background-color: #120078;
  color: aliceblue;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}

.sosmed {
  padding-top: 5px;
}

.sosmed a {
  text-decoration: none;
  margin: 5px;
  padding: 5px 5px;
  background-color: #fecd1a;
  border-radius: 50%;
}

.sosmed a i {
  font-size: 2em;
  color: #120078;
}

.sosmed a:hover {
  background-color: #120078;
  transition: 0.5s;
}
.sosmed a:hover i {
  color: white;
  transition: 0.1s;
}

.bg-loader {
  background-color: #eee;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-loader .loader {
  width: 100px;
  height: 100px;
  border: 3px solid #fff;
  border-radius: 50%;
  border-top-color: #120078;
  border-right-color: #120078;
  border-bottom-color: #120078;
  animation: putar-load 0.8s linear infinite;
}

section {
  padding: 20px 0;
}

section h3 {
  font-size: 1.2rem;
  text-align: center;
  padding: 20px 0;
  color: #120078;
  margin-bottom: 30px;
  min-height: calc(100vh - 211px - 78.4 px);
}

/*GALERI KAMI*/
.accordion {
  margin: auto;
  width: auto;
  height: fit-content;
  padding-right: 60px;
}

.accordion li {
  list-style: none;
  width: 100%;
  margin: 20px;
  padding: 10px;
  border-radius: 8px;
  background: white;
  box-shadow: 6px 6px 10px -1px rgba(9, 1, 229, 0.5),
    -6px -6px 10px -1px rgba(255, 208, 0, 0.5);
}

.accordion li label {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 18px;
  color: #120078;
  font-weight: 600;
  cursor: pointer;
}

label::before {
  margin-right: 10px;
  font-size: 24px;
  font-weight: 600;
}

.accordion_label:hover {
  border-radius: 8px;
  background: #f6eabe;
}

input[type="radio"] {
  display: none;
}

.accordion .gallery {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s;
}

.accordion input[type="radio"]:checked + label + .gallery {
  max-height: 100%;
}

/*.gallery {
  margin: 10px 5px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8px;
}*/

.gallery {
  margin: 10px 5px;
  display: flex;
  max-width: fit-content;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.gallery img {
  /*width: 100%;
  height: 280px;*/
  width: 370px;
  height: 240px;
  object-fit: cover;
  border: 1px solid #eee;
  box-shadow: 1px 2px 3px #ddd;
  border-radius: 10px;
  box-sizing: border-box;
  transition: 0.5s ease;
  filter: grayscale(100%);
}

.gallery img:hover {
  transform: scale(1.06);
  z-index: 2;
  filter: grayscale(0%);
}

/* Ini bagian Sejarah Kami */
.process-wrapper {
  margin: auto;
  max-width: 1080px;
}

#progress-bar-container {
  position: relative;
  width: 90%;
  margin: auto;
  height: 100px;
  margin-top: 65px;
}

#progress-bar-container ul {
  padding: 0;
  margin: 0;
  padding-top: 15px;
  z-index: 1000;
  position: absolute;
  width: 100%;
  margin-top: -32px;
}

#progress-bar-container li:before {
  content: " ";
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #aaa;
  transition: all ease 0.3s;
}

#progress-bar-container li.aktif:before,
#progress-bar-container li:hover:before {
  border: solid 2px #fff;
  background: linear-gradient(to right, #fecd1a 0%, #ff8400 100%);
}

#progress-bar-container li {
  list-style: none;
  float: left;
  width: 20%;
  text-align: center;
  color: #aaa;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.2s;
  vertical-align: bottom;
  height: 60px;
  position: relative;
}

#progress-bar-container li .step-inner {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 14px;
  color: #120078;
}

#progress-bar-container li.aktif,
#progress-bar-container li:hover {
  color: #444;
}

#progress-bar-container li:after {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  background: #777;
  margin: auto;
  border: solid 7px #fff;
  border-radius: 50%;
  margin-top: 40px;
  box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.3);
  transition: all ease 0.2s;
}

#progress-bar-container li:hover:after {
  background: #555;
}

#progress-bar-container li.aktif:after {
  background: #120078;
}

#progress-bar-container #line {
  width: 80%;
  margin: auto;
  background: #eee;
  height: 6px;
  position: absolute;
  left: 10%;
  top: 57px;
  z-index: 1;
  border-radius: 50px;
  transition: all ease 0.9s;
}

#progress-bar-container #line-progress {
  content: " ";
  width: 3%;
  height: 100%;
  background: #120078;
  /*background: linear-gradient(to right, #207893 0%, #2ea3b7 100%)*/
  position: absolute;
  z-index: 2;
  border-radius: 50px;
  transition: all ease 0.9s;
}

#progress-content-section {
  width: 90%;
  margin: auto;
  background: #f3f3f3;
  border-radius: 4px;
}

#progress-content-section .section-content {
  padding: 30px 40px;
  text-align: center;
}

#progress-content-section .section-content h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  padding-bottom: 3%;
}

#progress-content-section .section-content p {
  font-size: 20px;
  line-height: 1.8em;
  color: #120078;
}

#progress-content-section .section-content {
  display: none;
  animation: FadeInUp 700ms ease 1;
  animation-fill-mode: forwards;
  transform: translateY(15px);
  opacity: 0;
}

#progress-content-section .section-content.aktif {
  display: block;
}

/*Ini bagian About*/
.about {
  padding-bottom: 100px;
}

.about p {
  color: #120078;
  word-spacing: 0.5px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 20px;
  font-size: larger;
}

.about h1 {
  font-size: 30px;
  text-align: left;
  /* border: 1px solid; */
  color: #120078;
  /*text-decoration: underline;*/
  padding: 5px 10px;
  background-color: rgba(254, 205, 26, 0.5);
  border-radius: 10px;
}

.about h2 {
  font-size: 25px;
  text-align: center;
  color: #120078;
  padding-bottom: 10px;
  margin-top: 20px;
}

.about ul li {
  text-align: justify;
}

/* Image Slider*/
.slider {
  border: 3px solid #120078;
  width: auto;
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 20%;
  margin-right: 20%;
  justify-content: center;
  align-items: center;
}

.slides {
  width: 500%;
  height: 450px;
  display: flex;
}

.slides input {
  display: none;
}

.slide {
  width: 20%;
  transition: 2s;
}

.slide img {
  width: 800px;
  height: 450px;
}

/* css for manual slide navigation */
.navigation-manual {
  position: relative;
  width: auto;
  margin-top: -40px;
  display: flex;
  justify-content: center;
}

.manual-btn {
  border: 2px solid #40d3dc;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}

.manual-btn:not(:last-child) {
  margin-right: 40px;
}

.manual-btn:hover {
  background: #40d3dc;
}

#radio1:checked ~ .first {
  margin-left: 0;
}

#radio2:checked ~ .first {
  margin-left: -20%;
}

#radio3:checked ~ .first {
  margin-left: -40%;
}

#radio4:checked ~ .first {
  margin-left: -60%;
}

/* css for automatic navigation */
.navigation-auto {
  position: relative;
  display: flex;
  width: auto;
  justify-content: center;
  margin-top: 460px;
}

.navigation-auto div {
  border: 2px solid #40d3dc;
  padding: 5px;
  border-radius: 10px;
  transition: 1s;
}

.navigation-auto div:not(:last-child) {
  margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1 {
  background: #40d3dc;
}

#radio2:checked ~ .navigation-auto .auto-btn2 {
  background: #40d3dc;
}

#radio3:checked ~ .navigation-auto .auto-btn3 {
  background: #40d3dc;
}

#radio3:checked ~ .navigation-auto .auto-btn4 {
  background: #40d3dc;
}

.map {
  border: 4px solid #120078;
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
}

iframe {
  position: relative;
}

.layanan {
  background-color: #f9f9f9;
  padding-bottom: 0;
}

.box {
  /*border: 1px solid;*/
  color: #120078;
}

.box::after {
  content: "";
  display: block;
  clear: both;
}

.box .col-1 {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  /*border: 1px solid;*/
  text-align: center;
  float: left;
  margin-bottom: 25px;
  /*margin-left: 37.55%;*/
}

.box .col-1 h3 {
  margin-bottom: 5px;
}

.box .col-1 p {
  margin-bottom: 0.5px;
}

.col-1 .modified-img img {
  width: auto;
  height: 250px;
}

.col-1 .modified-img-opt img {
  width: auto;
  height: 250px;
}

/*untuk kebutuhan tab OPTIK*/
.col-1opt .modified-img-opt img {
  width: 50%;
  height: auto;
  border-radius: 10px;
  box-shadow: 6px 6px 10px -1px rgba(9, 1, 229, 0.5);
}

.box .col-1opt {
  width: 100%;
  height: fit-content;
  padding: 20px;
  box-sizing: border-box;
  /*border: 1px solid;*/
  text-align: center;
  float: left;
  margin-bottom: -50px;
}

.box .col-1opt h3 {
  font-size: 20px;
  margin-bottom: -5px;
}

.box .col-2 {
  width: 50%;
  height: 525px;
  padding: 20px;
  box-sizing: border-box;
  /*border: 1px solid;*/
  text-align: center;
  float: left;
  margin-bottom: 10px;
}

.box .col-2 h3 {
  margin-bottom: 5px;
}

.box .col-2 p {
  margin-bottom: 0.5px;
}

.col-2 .modified-img img {
  width: auto;
  height: 250px;
}

/*untuk kebutuhan tab OPTIK*/
.col-2opt .modified-img-opt img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 6px 6px 10px -1px rgba(9, 1, 229, 0.5);
}

.box .col-2opt {
  width: 50%;
  height: fit-content;
  padding: 20px;
  box-sizing: border-box;
  /*border: 1px solid;*/
  text-align: center;
  float: left;
}

.box .col-2opt h3 {
  margin-bottom: -5px;
  font-size: 20px;
}

/*untuk kebutuhan if*/
.col-2if .modified-img-if img {
  width: auto;
  height: 250px;
  border-radius: 3%;
  box-shadow: 6px 6px 10px -1px rgba(9, 1, 229, 0.5);
}

.box .col-2if {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  /*border: 1px solid;*/
  text-align: center;
  float: left;
  margin-bottom: 10px;
}

.box .col-2if h3 {
  margin-bottom: -5px;
  font-size: 20px;
}

/*untuk kebutuhan promo*/

.nav-item-promo .disc {
  animation: blink 1s linear infinite;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}

.col-2prom .modified-img-promo img {
  width: 60%;
  height: auto;
  border-radius: 10px;
  box-shadow: 6px 6px 10px -1px rgba(9, 1, 229, 0.5);
}

.box .col-2prom {
  width: 50%;
  height: fit-content;
  padding: 20px;
  box-sizing: border-box;
  /*border: 1px solid;*/
  text-align: center;
  float: left;
}

.box .col-2prom h4 {
  margin-bottom: 10px;
  font-size: 15px;
}

button {
  background-color: #fecd1a;
  padding: 10px 15px;
  border-radius: 50px;
  border-style: hidden;
  box-shadow: 6px 6px 10px -1px rgba(9, 1, 229, 0.5);
  font-weight: 700;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

button:hover {
  letter-spacing: 0.25em;
  transform: scale(1.025);
}

.box .col-3 {
  width: 33%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid;
  text-align: center;
  float: left;
  margin-bottom: 100px;
}

/*Untuk kebutuhan if*/
.col-3if .modified-img-if img {
  width: auto;
  height: 250px;
  border-radius: 3%;
  box-shadow: 6px 6px 10px -1px rgba(9, 1, 229, 0.5);
}

.box .col-3if {
  width: 33.3%;
  padding: 20px;
  box-sizing: border-box;
  /*border: 1px solid;*/
  text-align: center;
  float: left;
  margin-bottom: 10px;
}

.box .col-3if h3 {
  margin-bottom: -5px;
  font-size: 20px;
}

.box .col-4 {
  width: 24.1%;
  /*padding: 10px;*/
  box-sizing: border-box;
  /*border: 1px solid;*/
  text-align: center;
  float: left;
  margin-bottom: 25px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 10px;
  box-shadow: 5px 5px 9px -0.5px rgba(9, 1, 229, 0.5);
}

.col-4 .modified-img img {
  margin-top: 10px;
  margin-bottom: 10px;
  width: auto;
  height: 120px;
}

.col-4 h3 {
  margin-bottom: -15px;
}

.col-4 .icon {
  margin-top: 20px;
}

/*Untuk kebutuhan Klinik Kesehatan*/
.box .col-4kl {
  /*position: absolute;*/
  width: 24.1%;
  box-sizing: border-box;
  /*border: 1px solid;*/
  text-align: center;
  float: left;
  margin-top: 15px;
  margin-bottom: 45px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 10px;
  box-shadow: 6px 6px 10px -1px rgba(9, 1, 229, 0.5);
}

.col-4kl .modified-img img {
  margin-top: 45px;
  width: auto;
  height: 210px;
}

/*UNTUK KEPERLUAN KONTAK KAMI*/
.box .col-4kntk {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
  /*border: 1px solid;*/
  text-align: center;
  float: left;
  margin-bottom: 25px;
}

.box .col-5 {
  width: 20%;
  box-sizing: border-box;
  /* border: 1px solid; */
  text-align: center;
  float: left;
}

.icon {
  width: 70px;
  height: 70px;
  /* border: 1px solid; */
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  margin: 0 auto;
}

/*UNTUK KEPERLUAN MEDIA (ARTIKEL)*/
.box .col-1artikel {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  /*border: 1px solid;*/
  text-align: center;
  float: left;
  margin-bottom: 25px;
  /*margin-left: 37.55%;*/
}

.box1 {
  width: 49%;
  padding: 10px;
  box-sizing: border-box;
  /*border: 1px solid;*/
  text-align: left;
  float: inherit;
  margin-bottom: 25px;
  margin-left: 25.5%;
  /*margin-left: 37.55%;*/
}

.modified-img-detail-artikel img {
  width: 600px;
  border-radius: 1%;
}

.box1 h6 {
  margin-top: 15px;
  font-family: sans-serif;
  color: grey;
}

.box1 h5 {
  font-family: sans-serif;
  color: #333;
  text-align: justify;
  word-spacing: 1%;
  font-size: 20px;
}

.box1 h1 {
  margin-top: 10px;
  font-family: sans-serif;
  color: #333;
}

.box1 hr {
  margin-left: 5px;
  margin-right: 5px;
  color: #777;
}

.content-artikel {
  font-size: 20px;
}

.content-artikel li {
  color: #333;
  margin-left: 15px;
}

.box .col-3artikel {
  /*position: absolute;*/
  width: 32%;
  height: fit-content;
  box-sizing: border-box;
  /*border: 1px solid;*/
  text-align: center;
  float: left;
  margin-bottom: 45px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 10px;
  box-shadow: 6px 6px 10px -1px rgba(9, 1, 229, 0.5);
}

.col-3artikel .modified-img img {
  margin-top: 15px;
  margin-bottom: 5px;
  width: 385px;
  height: auto;
  border-radius: 10px;
}

.modified-img img:hover {
  transform: scale(1.03);
  z-index: 2;
  transition: 0.5s ease;
}

.box .col-3artikel h6 {
  text-align: left;
  font-size: 13px;
  margin-top: 5px;
  margin-left: 15px;
  color: #777;
}

.box .col-3artikel h4 {
  text-align: left;
  font-size: 18px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.box .col-3artikel a {
  text-decoration: none;
}

/*TO TOP VIEW BUTTON*/
html {
  scroll-behavior: smooth;
}

.to-top {
  background: #120078;
  position: fixed;
  bottom: 16px;
  right: 32px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  box-shadow: 6px 6px 10px -1px rgba(9, 1, 229, 0.5),
    -6px -6px 10px -1px rgba(253, 209, 13, 0.5);
}

.to-top i {
  color: #fecd1a;
  transition: all 0.4s ease;
}

.to-top:hover i {
  transform: translateY(-5px);
}

.to-top.active {
  bottom: 32px;
  pointer-events: auto;
  opacity: 1;
  z-index: 100;
}

@keyframes FadeInUp {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/*FOR BIG SCREEN*/
@media (min-width: 1024px) {
  .nav-link:hover,
  .nav-link.active {
    color: #120078;
  }
  .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background-color: #120078;
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }
  .nav-link:hover::before,
  .nav-link.active::before {
    width: 100%;
    visibility: visible;
  }
}

/*FOR SMALL SCREEN*/
@media (max-width: 767px/*991px*/) {
  .sidebar {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
  }
  .nav-link {
    font-weight: 450;
    color: white;
  }
  .nav-link:hover,
  .nav-link.active {
    color: #fecd1a;
  }

  .box .col-1opt {
    width: 100%;
    float: none;
  }
  .col-1opt .modified-img-opt img {
    width: 100%;
    height: auto;
    border-radius: 3%;
  }

  .box .col-2 {
    width: 100%;
    height: fit-content;
    float: none;
  }

  .box .col-2opt {
    width: 100%;
    float: none;
  }

  .box .col-2if {
    width: 100%;
    float: none;
  }

  .box .col-2if h3 {
    margin-bottom: -30px;
  }

  .box .col-3if {
    width: 100%;
    float: none;
  }

  .box .col-3if h3 {
    margin-bottom: -20px;
  }

  .box .col-4 {
    margin-top: 25px;
    width: 100%;
    float: none;
  }
  .box .col-4kntk {
    margin-top: 25px;
    width: 100%;
    float: none;
  }
  .box .col-4kl {
    margin-top: 25px;
    width: 100%;
    float: none;
  }
  .col-4kl .modified-img img {
    margin-top: 10px;
    width: auto;
    height: 210px;
  }

  /*PROMO*/
  .box .col-2prom {
    width: 100%;
    float: none;
  }

  .col-2prom .modified-img-promo {
    width: auto;
    height: max-content;
  }

  /*ARTIKEL*/
  .box .col-3artikel {
    width: 100%;
    padding: 10px;
    height: fit-content;
    box-sizing: border-box;
    float: none;
    /*border: 1px solid;*/
  }

  .col-3artikel .modified-img img {
    margin-top: 15px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .modified-img img:hover {
    transform: scale(1.03);
    z-index: 2;
    transition: 0.5s ease;
  }

  /*DETAILED ARTIKEL*/
  .box .col-1artikel {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    /*border: 1px solid;*/
    text-align: center;
    float: left;
    margin-bottom: 25px;
  }

  .box1 {
    width: 90%;
    padding: 10px;
    box-sizing: border-box;
    /*border: 1px solid;*/
    text-align: left;
    float: inherit;
    margin-bottom: 25px;
    margin-left: 35px;
  }

  .col-1artikel .modified-img-detail-artikel img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
}
