@import url(variable.css);

*, ::after, ::before {
  box-sizing: border-box;
}

html, body {
     /* position: relative; */
    /* height: 100%;  */
    margin: 0;
    box-sizing:border-box !important;
    font-family: var(--chevin),var(--poppins), sans-serif;
    overflow: auto;
}



form {
    background-color: #fff !important;
}
/* set up */

.page-title {
    height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table {
    display: table!important;
}

.d-table-cell {
    vertical-align: middle;
}

.d-table-cell {
    display: table-cell!important;
}

.page-title-content {
    text-align: center;
}
.page-title-content h2 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 40px;
    font-weight: 600;
}

.bg-primary {
    background-color: var(--green) !important;
}

.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 0;
}

.page-title-content li.first-child::before{
    content: "\f054";
    position: absolute;
    color: #545a73;
    right: -13px;
    top: 5px;
    font-weight: 900;
    font-family: "font awesome 5 free";
    font-size: 10px;
}

.page-title-content ul li {
    display: inline-block;
    position: relative;
    color: var(--green);
    font-size: 16px;
    margin-left: 8px;
    margin-right: 8px;
}

a {
    -webkit-transition: .5s;
    transition: .5s;
    outline: 0!important;
    text-decoration: none;
    color: #121521;
}

a:hover {
    text-decoration: none;
    color: var(--green) !important;
}
.text-title {
    text-align: center;
    font-size: 2.2rem;
    font-family: var(--chevin);
    text-shadow: 1px 1px 1px rgb(0 0 0 / 40%);
    font-weight: 700;
}
.text-title span{
    color: var(--green);
    text-shadow: 1px 2px 1px var(--hijau-tua);
}

.text-subtitle {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

.text-post {
    margin-top: 10px;
    margin-bottom: 0;
    color: var(--color-description);
    font-size: 12px;
}

.submit-btn {
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
    background-color: var(--green);
    text-decoration: none;
    padding: 7px 13px;
    margin: 5px 0;
    box-shadow: 2px 2px 5px #000;
    transition: .3s;
}

.submit-btn:hover {
    color: #fff !important;
    background-color: var(--hijau-tua);
    transform: scale(1.1);
}

/* end set up */


#nav{
    padding: 5px 0;
}
navbar-toggler {
    border: 0;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    display: block;
}

.toggler-icon{
    width: 30px;
    height: 3px;
    background-color:rgb(34, 86, 67);
    display: block;
}

.middle-bar {
    margin: 5px auto;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler.collapsed .top-bar{
    transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar{
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .bottom-bar{
    transform: rotate(0);
}
.navbar-toggler.collapsed .toggler-icon{
    background-color: var(--green);
}

#navbarSupportedContent{
    transition: .5s ease-in;
}

.logo {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}
a.navbar-brand {
    margin: 0;
    padding:0;
}
/* .fa-bars {
    color: rgb(34, 86, 67);
    margin: 5px 0 0 0;
} */
.img-logo{
    width: 100%;
    height: 60px;
    /* margin: -3px 0 0 0; */
    padding: 10px 0;
}

/* .header {
    position: relative;
    width: 100%;
} */

.top-header {
    /* position: relative; */
    background-color: #f4f9fd;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type:none;
}
.header-contact-info li {
    display: inline-block;
    font-size: 14px;
    color: #000;
}
.header-contact-info li i {
    color: #19ce67;
    margin-right: 4px;
    width: 28px;
    height: 28px;
    display: inline-block;
    line-height: 28px;
    border-radius: 50%;
    background-color: #def5ee;
    text-align: center;
    font-size: 13px;
    -webkit-transition: .5s;
    transition: .5s;
}
ul.header-contact-info li:first-child i{
    font-size: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #06286b;
    color: #fff;
}
ul.header-contact-info li:hover i{
    background-color: var(--green);
    color: #fff;
}
ul.header-contact-info li:hover a{
    color: var(--green);
}


.header-contact-info li:last-child{
  margin-left: 8px;
}
.header-contact-info li a {
    color: #000;
    text-decoration: none;
}

.header-right-icons {
    display: grid;
    height: 100%;
    width: 100%;
    place-items: end;
}

 .header-right-icons .icon-wrapper .button{
    display: inline-block;
    height: 30px;
    width: 30px;
    float: left;
    margin: 0 5px;
    overflow: hidden;
    background: #fff;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease-out;
  }
  .header-right-icons .icon-wrapper .button:hover{
    width: 130px;
  }
  .header-right-icons .icon-wrapper .button .icon{
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 30px;
    box-sizing: border-box;
    line-height: 30px;
    transition: all 0.3s ease-out;
  }

  .header-right-icons .icon-wrapper .button:nth-child(1):hover .icon{
    background: #4267B2;
  }

  .header-right-icons .icon-wrapper .button:nth-child(2):hover .icon{
    background: #E1306C;
  }

  .header-right-icons .icon-wrapper .button:nth-child(3):hover .icon{
    background: #ff0000;
  }
  .header-right-icons .icon-wrapper .button .icon i{
    color: #000;
    font-size: 14px;
    line-height: 30px;
    transition: all 0.3s ease-out;
  }
  .header-right-icons .icon-wrapper .button:hover .icon i{
    color: #fff;
  }
  .header-right-icons .icon-wrapper .button span{
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin-left: 5px;
    transition: all 0.3s ease-out;
  }
  .header-right-icons .icon-wrapper .button:nth-child(1) span{
    color: #4267B2;
  }

  .header-right-icons .icon-wrapper .button:nth-child(2) span{
    color: #E1306C;
  }

  .header-right-icons .icon-wrapper .button:nth-child(3) span{
    color: #ff0000;
  }


.header-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: var(--green);
}


.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 1rem;
    padding-left: 1rem;
}


.navbar.navbar-expand-lg .nav-item {
    position: relative;
}

.nav-item span.nav-link {
    padding: 8px 16px ;
}

.navbar-title-rs .nav-item .nav-link a{
  color: var(--green);
  font-weight: 500;
  text-decoration: none;
}

.navbar-title-rs .nav-item .nav-link .hover-link{
  display:inline-block;
}
.navbar-title-rs .nav-item .nav-link .hover-link:after{
  display:block;
  content: '';
  border-bottom: solid 4px var(--hijau-tua);
  transform: scaleX(0);
  transition: transform .4s ease-in-out;
}

.navbar-title-rs .nav-item .nav-link .hover-link:hover:after {
  transform: scaleX(1);
}
.navbar-title-rs .nav-item .nav-link .hover-link:hover {
  color: var(--hijau-tua);
  transition: all .4s;
}
.navbar-title-rs .nav-item .nav-link .hover-link.fromLeft:after{  transform-origin:  0% 50%; }

.nav-item span.nav-link i {
    margin-right: 5px;
}

.fromLeft.active{
  color: var(--hijau-tua) !important;
  border-bottom: none !important;
  transform: none !important;
}
.fromLeft.active::after{
  content: "";
  transform: none !important;
  transition: none !important;
}
.fromLeft.active:hover:after{
  content: "";
  border-bottom: 4px solid var(--hijau-tua) !;
  transform: none !important;
  transition: none !important;
}


.navbar-toggler.collapsed {
    color: rgb(34, 86, 67);
}
.navbar-toggler:focus {
    color: rgb(34, 86, 67);
}

.header-btn {
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
    background-color: var(--green);
    text-decoration: none;
    padding: 8px 15px;
    margin: 5px 0;
    box-shadow: 2px 2px 5px #000;
    transition: .3s;
}
.header-btn:hover {
    color: #fff !important;
    background-color: var(--hijau-tua);
    transform: scale(1.1);
}


/* SWIPER SLIDER */

.swiper-container {
    position: relative;
    height: 100%;
}

.swiper-container {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin-top:123px;
    padding-bottom: 70px;
}

.swiper {
    width: 100%;
    height: 100%;
  }

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }



/* HERO */
.hero-banner {
    display: block;
    margin-top: 123px;
    padding-bottom: 70px;
    top: 0;
    left: 0;
}
.hero-banner .carousel-inner .carousel-item{
    display: relative;
    height: 100%;
    z-index: 1;
    transition: transform 2s ease, opacity .5s ease-out
}

.banner {
    display: relative;
    width: 100%;
    max-height: 500px;
    z-index: 999;
}
.banner img{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .banner:before{
    position: absolute;
    content:'';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.1);
    z-index: 1;
} */

.btn-carousel:hover {
    color: #fff;
    background-color: #225643;
    transform: scale(1.1);
}

.carousel-indicators .active {
    background-color: rgb(64, 171, 59);
}


/* Scroll Nav */
.navbar-scroll {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    transition-duration: 0.3s;
}


.navbar-show {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
}
.navbar-show .nav-link a.hover-link:hover{
  background-color: #225643 !important;
}
.navbar-show .dropdown-hover:hover {
  background-color: #225643;
}

.dropdown-toggle{
  color: #fff;
}
.dropdown-item {
  color: #40ab3b;
  transition: .2s;
}
.dropdown-item:focus,
.dropdown-item:hover  {

}
/*
==================================
        TENTANG KAMI
=================================
*/

.tentang-kami {
    position: relative;
    width: 100%;
    padding-bottom: 0px;
}
.tentang-kami-section {
  margin-top: 50px !important;
}

.tentang-kami-btn {
    margin-top: 20;
}
.section-text {
    text-align: justify;
    position: relative;

}
.section-text h2{
    color: var(--color-judul);
    text-align: center;
    font-size: 2.2rem;
    font-family: var(--montsserrat);
    text-shadow: 1px 2px 1px rgba(0,0,0,0.6);
    font-weight: 700;
    margin-bottom: 30px;
}
.section-text h2 span{
    color: var(--green);
    /* border-bottom: 2px solid var(--hijau-muda2); */
    text-shadow: 1px 2px 1px var(--hijau-tua);
}
.section-text .text-decription p{
    font-size: 1rem;
    color: var(--color-description);
    margin-bottom: 30px;
    font-family: var(--roboto);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
}

 .section-img img{
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.section-img::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    background-color: rgba(0, 0, 0, 0.3);
}
.img-shadow {
    -webkit-filter: drop-shadow(-1px 6px 10px rgba(0, 0, 0));
    filter: drop-shadow(-1px 6px 10px rgba(0, 0, 0));
}

/* .clip-tentang-kami {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    top: 0;
    right: 0;
    background-color: #41ab3b60;
    -webkit-clip-path: circle(40% at 100% 52%);
    clip-path: circle(40% at 100% 40%);

} */

.default-btn {
  font-size: 16px;
  border-radius: 10px;
  color: #fff;
  background-color: var(--green);
  text-decoration: none;
  padding: 8px 15px;
  margin: 5px 0;
  box-shadow: 2px 2px 5px #000;
  transition: .3s;
}

.default-btn:hover {
  color: #fff !important;
  background-color: var(--hijau-tua);
  transform: scale(1.1);
}


.pelayanan-btn {
  margin-top: 20px;
  text-align: center;
}


/*
==================================
        BERITA
=================================
*/
.berita {
    padding-bottom: 100px;
}

.berita h2 {
    font-size: 2.2rem;
    font-family: var(--montsserrat);
    font-weight: 700;
    color: var(--green);
    text-align: center;
    text-shadow: 1px 2px 1px rgba(0,0,0,0.6);
    margin-bottom: 30px;
}

.berita h2 span {
    color: var(--color-judul);
}

.single-blog-post {
    margin-bottom: 25px;
}

.single-blog-post .post-img img{
    width: 100%;
    height: auto;
}

.single-blog-post .post-content {
    background-color: #fff;
    box-shadow: 1px 4px 17px rgb(0 0 0 / 6%);
    padding: 18px;
    position: relative;
    z-index: 1;
}

.single-blog-post .post-content .post-meta{
    margin-bottom: 9px;
}
.single-blog-post .post-content .post-meta ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-blog-post .post-content .post-meta ul li {
    display: inline-block;
    font-size: 12px;
    color: var(--color-description);
    position: relative;
}

.single-blog-post .post-content h3 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}
.single-blog-post .post-content h3 a{
   text-decoration: none;
   color: var(--color-judul);
   transition: .4s;
}
.single-blog-post .post-content h3 a:hover{
   color: var(--green);
}

.single-blog-post .post-content p {
    margin-top: 10px;
    margin-bottom: 0;
    color: var(--color-description);
    font-size: 12px;
}



/* Visi Misi */

.visi-misi {
  position: relative;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.6);
  /* z-index: 1; */
}

.visi-misi .clip-path-shadow{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
}
.clip-path-shadow .clip-path{
  width:100%;
  height:100%;
  background-color: #41ab3bad;
  -webkit-clip-path: circle(34.7% at 0 50%);
  clip-path: circle(34.7% at 0 50%);
}

.visi-misi .visi h3 {
  font-size: 1.8rem;
  font-family: var(--montsserrat);
  color: var(--color-judul);
  text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.visi-misi .misi h3 {
  font-size: 1.8rem;
  font-family: var(--montsserrat);
  color: var(--hijau-muda2);
  text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
.visi-misi p {
  font-size: 1rem;
  color: var(--color-description);
  font-family: var(--roboto);
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  background-color: var(--hijau-muda2);
  padding: 15px;
  border-radius: 30px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}
.visi-misi .misi p {
  color: #ffffff;
  background-color: var(--color-description);
}


/*
==================================
        LAYANAN UNGGULAN SECTION
=================================
*/
.layanan-unggulan
{
  background-color: #F4F9FD;
  box-shadow: 5px 2px 1px rgba(0, 0, 0,);
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(70,683,317)'%3E%3Cstop offset='0' stop-color='%23E0E0E0'/%3E%3Cstop offset='1' stop-color='%235FCE59'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='489' height='407.5' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.14'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E"); */
  background-attachment: fixed;
  background-size: cover;
  }

  .page-bg-layanan-unggulan {
    background: url(/template_frontend/img/title/excellent_service-01.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

  .layanan-unggulan-title span{
    color: var(--green);
    font-size: 2.2rem;
    font-family: var(--montsserrat);
    text-shadow: 1px 2px 1px rgba(0,0,0,0.6);
    margin:0;
}
  .layanan-unggulan-title{
    color: var(--color-judul);
    font-size: 2.2rem;
    font-family: var(--montsserrat);
    text-align: center;
    text-shadow: 1px 2px 1px rgba(0,0,0,0.6);
    font-weight: 700;
    margin: 40px 0 30px;
}
.layanan-unggulan .card-body{
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 1px 4px 17px 0 rgb(0 0 0 / 6%);
    padding: 25px 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
}
.layanan-unggulan .card-body:hover{
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.layanan-unggulan .card-body::before {
  width: 0;
  height: 100%;
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--green);
  -webkit-transition: .5s;
  transition: .5s;
}
.layanan-unggulan .card-body::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    border: 10px solid #fff;
    left: -80px;
    bottom: -80px;
    border-radius: 50%;
    z-index: -1;
    opacity: .15;
    -webkit-transition: .5s;
    transition: .5s;
}
.layanan-unggulan .card-body:hover::before {
  width: 100%;
}
.layanan-unggulan .card-body:hover::after {
  left: -50px;
  bottom: -50px;
}
.layanan-unggulan .card-body .icon-rs {
   margin-bottom: 20px;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    background-color: var(--green);
    color: #fff;
    font-size: 25px;
    -webkit-transition: .5s;
    transition: .5s;
}
.layanan-unggulan .card-body:hover .icon-rs {
  background-color: #49d685;
  color: #fff;

}

.card-full-height {
  height: calc(100% - 30px);
}

.layanan-unggulan .card-body h3 {
  transition: .5s;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 5px;
  font-size: 1.25rem;
  font-weight: 700;
}

.layanan-unggulan .card-body h3::before {
  width: 0;
  height: 1px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}
.layanan-unggulan .card-body:hover h3::before {
 width: 80px;
}

.layanan-unggulan .card-body:hover h3 {
  color: #fff;
}

.layanan-unggulan .card-body p {
    line-height: 1.7;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 10px;
    margin-bottom: 0;
}
.layanan-unggulan .card-body:hover p {
    color: #fff !important;
}

/*
==================================
       LOKASI
=================================

*/

.lokasi {
  padding-bottom: 100px;
}

.lokasi-title {
  color: var(--color-judul);
  font-size: 2.2rem;
  font-family: var(--montsserrat);
  text-shadow: 1px 2px 1px rgb(0 0 0 / 60%);
  font-weight: 700;
  padding-bottom: 30px;
  margin: 0;
  text-align: center;
}
.lokasi-title span{
  color: var(--green);
}

/*
==================================
       Partner
=================================
*/

.partner {
    padding-bottom: 100px;
}
.partner h2 {
    font-family: Poppins, 'sans-serif';
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--green);
    text-shadow:1px 2px 1px rgb(0 0 0 / 60%);
    margin-bottom: 30px;

}
.partner h2 span {
    color: var(--color-judul);
}
.single-img-partner {
    padding: 20px;
    margin-bottom: 30px;
    display:flex;
    justify-content: center;
}

.partner-submenu{
    padding-bottom: 70px;
}

/*
==================================
       Partner
=================================
*/
.testimonials {
    padding-bottom: 70px;
}

.testimonials h2 {
    font-family: Poppins, 'sans-serif';
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--green);
    text-shadow:1px 2px 1px rgb(0 0 0 / 60%);
    margin-bottom: 30px;
}

.testimonials h2 span {
    color: var(--color-judul);
}

/* SLIDER */

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: var(--green);
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    margin-bottom:15px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    margin-bottom:15px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background:var(--green);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
    display: inline-block;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: var(--yellow);
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

/*  Facility Img */

.facility-img {
    width: 400px;
    height: 300px;
}



/*
==================================
       DOCTOR
=================================

*/

.doctor {
    padding : 60px;
}

.single-doctor-box {
    text-align: center;
    margin: 30px 0;
    background-color: #fff;
    box-shadow: 1px 4px 17px 0 rgb(0 0 0 / 9%);
    padding: 25px;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-doctor-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-doctor-box .doctor-image {
    position: relative;
}

.single-doctor-box .doctor-image img {
    display: inline-block !important;
    width: 145px!important;
    background-size: cover !important;
    background-position: center !important;
    height: 155px !important;
    box-shadow: 0 0 29px 0 rgb(102 102 102 / 10%);
    border-radius: 5px;
}

.single-doctor-box .doctor-image::before {
    width: 145px;
    height: 155px;
    content: '';
    position: absolute;
    border-radius: 5px;
    top: 0;
    background-color: #19ce67;
    opacity: 1;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-doctor-box:hover .doctor-image::before {
    opacity: .9;
    visibility: visible;
}

.single-doctor-box .doctor-image .details-btn:hover {
    color: #fff;
    background-color: #121521;
}
.single-doctor-box .doctor-image .details-btn {
    position: absolute;
    top: 50%;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: #fff;
    line-height: 35px;
    border-radius: 50%;
    color: #19ce67;
    opacity: 0;
    visibility: hidden;
    margin-top: 25px;
}

.single-doctor-box:hover .doctor-image .details-btn {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.single-doctor-box .doctor-content {
    margin-top: 22px;
}

.single-doctor-box .doctor-content h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}

.single-doctor-box .doctor-content h3 a {
    display: inline-block;
}

.single-doctor-box .doctor-content span {
    display: block;
    color: var(--green);
    font-size: 14.5px;
    margin-top: 5px;
}
.single-doctor-box .doctor-content span:nth-child(2) {
    display: block;
    color: var(--green);
    font-size: 18px;
    margin-top: 5px;
}

.doctor-submit-btn {
    margin-top: 35px;
}

/* .loadmore-btn{
    color: #fff;
    background-color: var(--green);
    font-size: 14px;
    line-height: 2;
    padding: 15px, 25px;
    border-radius: 30px;
    box-shadow: 2px 2px 5px #000;
    font-weight: 700;
    transition: all .4s;
} */
/* .loadmore-btn:hover{
    color: #fff;
    background-color: var(--hijau-tua);
    transform: scale(1.1);
} */

.specialist-type h3{
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;

}

/*
==================================
       DOCTOR DETAIL
=================================

*/
.doctor-details {
    padding: 60px 0;
}

.card-shadow {
    box-shadow: 0 0 29px 0 rgb(102 102 102 / 8%);
    background-color: #fff;
    border-radius: 5px;
}

.doctor-widget {
    display: flex;
}

.doctor-info {
    display: -webkit-box;
    display: flex;
}

.doctor-img {
    width: 150px;
}

.doctor-img img {
    border-radius: 5px;
}

.doctor-info-content{
    padding: 25px;
}

.doctor-name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
}

.doctor-specialist {
    font-size: 16px;
    color: var(--green);
    margin-bottom: 4px;
}

.doctor-table {
    margin-top: 40px;
}

/*
==================================
       TENTANG KAMI
=================================

*/

.page-bg-1 {
    background-image: url(/template_frontend/img/title/bg-1.jpg);
}


.vision-area {
    padding: 100px 0;
}

.about-content{
    height: 100%;
    padding: 50px 40px;
    background-color: var(--green);
    position: relative;
    top: -35px;
}
.about-content h3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
}
.about-content p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.history-area {
    padding-bottom: 100px;
}
.history-content {
    position: relative;
    padding: 45px 35px;
    background-color: var(--yellow)
}

.history-content h3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
}
.history-content p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

    /* tab */
.tab-area {
    padding-bottom: 100px;
}
.products-details-tab {
    margin-top: 50px;
}
.products-details-tab .tabs {
    list-style-type: none;
    margin-bottom: -1px;
    padding-left: 0;
}
.products-details-tab .tabs li {
    display: inline-block;
    line-height: initial;
    margin-right: 5px;
}

.products-details-tab .tabs li a.current {
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
}
.products-details-tab .tabs li a.current .dot::before {
    background: #fff;
}
.products-details-tab .tabs li a.current .dot{
    color: #fff;
    border-color: #fff;
}


.products-details-tab .tabs li a:hover, .products-details-tab .tabs li a:focus {
    color: #fff !important;
    background-color: var(--green);
    border-color: var(--green);
}

.products-details-tab .tabs li a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #121521;
    border: 1px dashed #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    padding-left: 48px;
    font-weight: 600;
    font-size: 14px;
}
.products-details-tab .tabs li a .dot {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    width: 12px;
    height: 12px;
    border: 1px solid #121521;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%;
}
.products-details-tab .tabs li a:hover .dot, .products-details-tab .tabs li a:focus .dot {
    border-color: #fff;
}
.products-details-tab .tabs li a .dot::before {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    background: #121521;
    margin: 2px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
}
.products-details-tab .tabs li a:hover .dot::before, .products-details-tab .tabs li a:focus .dot::before {
    background: #fff;
}

.products-details-tab .tab_content {
    border: 1px dashed var(--green);
    padding: 30px;
}

.tab .tabs_item:first-child {
    display: block;
}
.tab .tabs_item {
    display: none;
}

.about-content-new {
    padding: 0;
}

.about-content-new ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 0;
}

.about-content-new ul li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 34px;
    font-family: var(--chevin);
}
.about-content-new ul li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    background-color: #d2f5e1;
    color: #19ce67;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: -2px;
}

.tab .tablinks.current {
    background-color: var(--green);
    transition: .4s;
}

.products-details-tab-content{
    display:none;
}
#visi{
    display:block;
}


/*
==================================
       ARTICLE
=================================
*/

.page-bg-2 {
    background-image: url(/template_frontend/img/title/bg-2.jpg);
}

.article-search {
    padding: 60px 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* FORM ARTICLE*/

form {
    padding: 6px;
    background: var(--green);
    border-radius: 5px;
    font-size: 1.2rem;
  }
  /* eof Generic styles */

  .searchBox-fakeInput {
    background: white;
    border: 1px solid #d6dadc;
    border-radius: 3px;
    display: table;
  }

  .searchBox-fakeInput.is-focussed {
    border: 2px solid var(--yellow) !important;
    transition: .3s;
  }
  .searchBox-inputWrapper,
  .searchBox-clearWrapper
   {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  .searchBox-input {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    width: 100%;
    padding: 0.5rem;
    font-size: inherit;
  }
  .searchBox-input:focus {
    outline: none;
    background: #FFF;
    box-shadow: none;
  }
  .searchBox-clearWrapper {
    padding-right: 0.5rem;
  }
  .searchBox-clear {
    color: #CCC;
    padding: 0;
    cursor: pointer;
    font-size: inherit;
    cursor: pointer;
    line-height: 1.5;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .searchBox-searchIconWrapper {
    padding-left: 0.5rem;
    height: 100%;
  }

  .searchBox-icon {
    color: var(--green);
    opacity: .6;
    position: relative;
    top: 6.5px;
    font-weight: 300;
  }

/* END FORM ARTICLE*/

/* PAGINATION */
.page-item.active .page-link {
    background-color: var(--green) !important;
    border-color: var(--green) !important;
    color: #fff;
}
.page-item .page-link {
    color: var(--green);
}
/* .page-item .page-link {
    background-color: var(--green) !important;
    border-color: var(--green) !important;
} */

/* ARTICLE DETAILS */

.article-details-area {
    padding: 60px 0;
}

.article-details-desc .article-image img{
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}


.article-details-desc .article-content {
    margin-top: 30px;
}

.article-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.article-details-desc .article-content .entry-meta ul li {
    position: relative;
    display: inline-block;
    color: #121521;
    margin-right: 21px;
}

.article-details-desc .article-content h3 {
    margin-bottom: 13px;
    margin-top: 25px;
    font-size: 23px;
    font-weight: 600;
}
.article-details-desc .article-content p {
    color: var(--color-description);
    line-height: 1.8;
    margin-bottom: 12px;
    font-size: 15.5px;
}

.blog-details-desc .post-navigation {
    margin-top: 30px;
}
.post-navigation {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.post-navigation .navigation-links {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.post-navigation .navigation-links .nav-previous {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.post-navigation .navigation-links .nav-next {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}
.widget-area .widget:first-child {
    margin-top: 0;
}

/* ASIDE ARTICLE DETAILS */
.widget-area .widget {
    box-shadow: 0 0 29px 0 rgb(102 102 102 / 8%);
    background-color: #fff;
    padding: 25px;
    margin-bottom: 2rem;
}
.widget-area .widget-tag .widget-title{
    margin-bottom: 12px;
}

.widget-area .widget .widget-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    background-color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    font-size: 20px;
}

.widget-area .widget .widget-title::before {
    content: '';
    position: absolute;
    background: var(--green);
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}

.widget-tag .widget-links {
    color: var(--color-description);
}


/*
==================================
       PROMO
=================================

*/

.promo-area {
    padding: 58px 0;
}
.page-bg-3 {
    background: url(/template_frontend/img/title/bg-5-01-01.jpg);
    width: 100%;
    object-fit: none;
    background-position: 25% 20%;
}

.single-promo-box {
    text-align: center;
    margin: 30px 0;
    background-color: #fff;
    box-shadow: 1px 4px 17px 0 rgb(0 0 0 / 9%);
    padding: 25px;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
}

.promo-title h3:after {
    content: "";
    display: block;
    width: 100px;
    height:3px;
    margin-top: 10px;
    background-color: var(--green);
}

/*
==================================
       Contact
=================================

*/

.contact-area {
    padding: 100px 0;
}

.page-bg-4 {
    background: url(/template_frontend/img/title/bg-4.jpg);

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.__contact_address p {
    color: var(--color-description);
    font-family:  Chevin, 'Open-sans', 'sans-serif';
    line-height: 1.5;
    font-size: 1.1rem;
}
.__contact h2{
    margin-top: 0px;
}
.__contact h2:after{
    content: "";
    position: relative;
    left: 34%;
    text-align: center;
    width: 180px;
    height: 2px;
    background-color: var(--green);
    display: block;
    margin-top: 10px;
}

.contact-area form{
    margin-top: 15px;
    background-color: #fff;
}
.kritik-saran h2 {
    margin-top: 0px;
    font-weight: 600;
}
.kritik-saran h2::after {
    content: "";
    position: relative;
    text-align: center;
    width: 180px;
    height: 4px;
    background-color: var(--green);
    display: block;
    margin-top: 10px;
}

.kritik-saran label {
    font-weight: 600;
}

/*
==================================
       CAREER
=================================

*/

.career-area {
    padding: 58px 0;
}
.page-bg-6 {
    background: url(/template_frontend/img/title/bg-6.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.single-career-box {
    text-align: center;
    margin: 30px 0;
    background-color: #fff;
    box-shadow: 1px 4px 17px 0 rgb(0 0 0 / 9%);
    padding: 25px;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
}

/*
==================================
       CAREER DETAILS
=================================

*/

.career-details {
    padding: 100px 0;
}

.apply-vacancy ul {
    padding-left: 0;
    list-style-type: none;
}
.apply-vacancy ul li {
    margin: 15px 0;
}
.apply-vacancy h3:after {
    content: "";
    width: 180px;
    height: 2px;
    background-color: var(--green);
    display: block;
    margin-top: 10px;
}

/*
==================================
       Service Excellent
=================================

*/

.page-bg-kebidanan {
    background: url(/template_frontend/img/title/bg-kebidanan_white.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-bg-kesehatan-anak {
    background: url(/template_frontend/img/title/bg-kesehatan_anak.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-trauma-center {
    background: url(/template_frontend/img/title/bg-trauma_center_new2.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*.bg-trauma-center {*/
/*    background: url(/template_frontend/img/title/bg-trauma_center_new2.jpg);*/
/*    width: 100%;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/

.page-bg-icu {
    background: url(/template_frontend/img/title/bg-icu.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service-section {
    padding: 100px 0;
}
.service-box img{
    width: 800px;
    height: 500px;
    background-position: center;
    background-size: cover;
}
.service-box-sm img{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.service-list {
    padding-left: 20px;
}
.service-list ul{
    list-style-type: disc;
}
.service-list ol {
    list-style-type: decimal;
}

/*
==================================
       Fasilities
=================================

*/
.hospital-service {
    padding: 0 25px;
}

.page-bg-fasilities {
    background: url(/template_frontend/img/title/fasilitas-01.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fasilities h2 {
    margin-top: 0;
}

.fasilities h2::after {
    content: "";
    position: relative;
    width: 200px;
    height: 3px;
    background-color: var(--green);
    display: block;
    margin-top: 10px;
}


.widget-list h3 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.widget-list h3 i {
    color: var(--green);
}

.widget-list h3::after {
    content: "";
    position: relative;
    width: 180px;
    height: 2px;
    background-color: var(--green);
    display: block;
    margin-top: 10px;
}

.widget-list ul {
    padding: 5px;
}

.widget-list ul li{
    margin-bottom: 15px;
}

.widget-list ul li i{
    color: var(--green);
}

.single-services-box {
    margin-bottom: 30px;
    position: relative;
    padding: 30px;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-services-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-services-box:hover::before {
    background-color: var(--green);
    opacity: .8;
}

.single-services-box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: var(--green);
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.single-services-box .icon {
    margin-bottom: 21px;
    text-align: center;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    background-color: #fff;
    color: var(--green);
    font-size: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 1px 4px 17px 0 rgb(0 0 0 / 6%);
}
.single-services-box:hover .icon {
    border-radius: 50%;
}

.single-services-box h3 {
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 0;
    font-size: 20px;
}
/* .single-services-title:hover h3{
    color: #fff;
} */
 /* .single-services-title a:hover{
    color: #121521;
} */
.single-services-box:hover h3 a{
    color: #fff !important;
}

.single-services-box h3 a {
    display: inline-block;
}

.single-services-box p {
    transition: .5s;
}
.single-services-box:hover p {
    color: #fff;
}

.single-services-box .read-more-btn {
    color: var(--green);
    display: inline-block;
    margin-top: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.single-services-box:hover .read-more-btn {
    color: #fff;
}
.single-services-box:hover .read-more-btn:hover {
    color: #121521 !important;
}

/*
==================================
       Footer
=================================

*/

.header-margin {
    margin-top: 123px;
}


.footer-area {
  background: linear-gradient(94deg, rgba(0,172,108,1) 0%, rgba(4,181,115,1) 56%, rgba(26,181,123,1) 100%);
  padding: 60px 0 0;
}
.footer-area .text-footer span{
 display: block;
 color: #fff;
 font-weight: 400;
 text-align: center;
 margin-top: 13px;
 text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}


.single-footer-widget{
  margin-bottom: 25px;
}
.single-footer-widget .footer-logo a {
  display: inline-block;
}
.single-footer-widget .footer-logo p {
  font-family: var(--poppins);
  font-weight: 400;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1.8;
}

.single-footer-widget h3{
  font-weight: var(--poppins);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
}
.single-footer-widget .menu-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.single-footer-widget .menu-list li {
  margin-bottom: 10px;
  font-size: 16 px;
  color: #fff;
}

.single-footer-widget .menu-list li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: .4s;
}

.single-footer-widget .menu-list li a:hover {
  color: var(--hijau-tua) !important;
  font-weight: 700;
}

.single-footer-widget .menu-ugd p {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  word-spacing: 1.5;
}
.single-footer-widget .menu-alamat p {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  word-spacing: 1.5;
}

/* icon footer */

.icon-container{
  display: grid;
  height: 100%;
  width: 100%;
  border-top: 1px solid #ffffff1a;
  place-items: center;
  margin-top: 25px;
  padding: 25px 0;
}

.icon-wrapper .button{
  display: inline-block;
  height: 50px;
  width: 50px;
  float: left;
  margin: 0 5px;
  overflow: hidden;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease-out;
}
.icon-wrapper .button:hover{
  width: 160px;
}
.icon-wrapper .button .icon{
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 50px;
  transition: all 0.3s ease-out;
}

.icon-wrapper .button:nth-child(1):hover .icon{
  background: #4267B2;
}
.icon-wrapper .button:nth-child(2):hover .icon{
  background: #1DA1F2;
}
.icon-wrapper .button:nth-child(3):hover .icon{
  background: #E1306C;
}

.icon-wrapper .button:nth-child(4):hover .icon{
  background: #ff0000;
}
.icon-wrapper .button .icon i{
  color: #000;
  font-size: 20px;
  line-height: 50px;
  transition: all 0.3s ease-out;
}
.icon-wrapper .button:hover .icon i{
  color: #fff;
}
.icon-wrapper .button span{
  font-size: 15px;
  font-weight: 500;
  line-height: 50px;
  margin-left: 5px;
  transition: all 0.3s ease-out;
}
.icon-wrapper .button:nth-child(1) span{
  color: #4267B2;
}
.icon-wrapper .button:nth-child(2) span{
  color: #1DA1F2;
}
.icon-wrapper .button:nth-child(3) span{
  color: #E1306C;
}
.icon-wrapper .button:nth-child(4) span{
  color: #333;
}
.icon-wrapper .button:nth-child(5) span{
  color: #ff0000;
}


/*
==================================
        RESPONSIVE SCREEN
=================================

*/


@media screen and (min-width: 992px){

    .navbar-toggler{
        display: none !important;
    }
    .carousel-caption h2{
      font-size: 40px !important;
    }
    .carousel-caption h3{
        font-size: 25px !important;
    }
    .carousel-caption p{
        font-size: 19px !important;
    }
    .carousel-caption .btn-carousel{
        font-size: 17px !important;
        padding: 8px 8px !important;
    }
    /* blog */
    .blog-title .row {
        text-align: start;
        padding: 0 0;
    }
    .right-content .contact textarea{
        background: red !important;
    }

    .navbar.navbar-expand-lg {
        position: relative;
        top: 0;
        bottom: 0;
        border-radius: 50px;
        background-color: #fff;
        z-index: 99;
    }

    /* dropdown large */
    .dropdown-hover {
        display: inline-block;
    }
    .dropdown-hover::after {
        display: block;
        content: '';
        border-bottom: 4px solid var(--hijau-tua);
        transform: scaleX(0);
        transition: transform .4s ease-in-out;
    }
    .dropdown-hover:hover:after {
        transform: scaleX(1);

    }

    .dropdown-hover.fromLeft::after {
        transform-origin:  0% 50%;
    }

    .dropdown-hover a:hover{
        color: var(--hijau-tua) !important;
        transition: all .4s;
    }

    .nav-item:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 110%;
    }

    .nav-item .dropdown-menu {
        box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
        background: #fff;
        position: absolute;
        border: none;
        top: 80px;
        left: 0;
        width: 240px;
        z-index: 99;
        display: block;
        opacity: 0;
        visibility: hidden;
        border-radius: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        border-bottom: 4px solid var(--hijau-tua);
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }

    /* DROPDOWN SUB-MENU START*/

    .mcu:hover .submenu-mcu {
        opacity: 1;
        visibility: visible;

    }

    .mcu .submenu-mcu {
        list-style-type: none;
        background-color: #fff;
        box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
        border-radius: 3px;
        position: absolute;
        top:126px;
        left:218px;
        width: 200px;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        border-bottom: 3px solid var(--hijau-tua);
        transition: all .3s linear;
        -webkit-transition: all .4s ease-out;
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;

    }
    .test-covid:hover .submenu-test-covid {
        opacity: 1;
        visibility: visible;

    }

    .test-covid .submenu-test-covid {
        list-style-type: none;
        background-color: #fff;
        box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
        border-radius: 3px;
        position: absolute;
        top:186px;
        left:218px;
        width: 200px;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        border-bottom: 3px solid var(--hijau-tua);
        transition: all .3s linear;
        -webkit-transition: all .4s ease-out;
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;

    }
    .vaccine:hover .submenu-vaccine {
        opacity: 1;
        visibility: visible;

    }
    .vaccine .submenu-vaccine {
        list-style-type: none;
        background-color: #fff;
        box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
        border-radius: 3px;
        position: absolute;
        top:156px;
        left:218px;
        width: 200px;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        border-bottom: 3px solid var(--hijau-tua);
        transition: all .3s linear;
        -webkit-transition: all .4s ease-out;
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;

    }
    /* DROPDOWN SUB-MENU END*/

    .dropdown .dropdown-toggle {
        display: none;
    }

    .img-logo{
        width: 100%;
        height: 70px;
        margin: -3px 0 0 0;
        padding: 5px 10px;
    }

}


@media screen and (max-width: 992px){


    .top-header {
        background-color: #f4f9fd;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-contact-info li {
        display: inline-block;
        font-size: 9.5px;
    }
    .header-contact-info li i {
        margin-right: 0px !important;
    }
    ul.header-contact-info li:first-child i {
        width: 21px !important;
        height: 22px !important;
    }

    ul.header-contact-info li:last-child i{
        width: 22px;
        height: 22px;
        line-height: 21px;
        text-align: center;
    }

    ul.header-contact-info li:first-child i {
        font-size: 8px;
        color: #fff;
    }
    .header-contact-info li:last-child{
         margin-left: 4px;
     }
    .header-right-icons .icon-wrapper .button:hover{
        width: 95px;
    }
    .header-right-icons .icon-wrapper .button span {
        font-size: 12px;
        margin-left: 2px;
    }
    .header-right-icons .icon-wrapper .button {
        width: 25px;
        height: 26px;
        border-radius: 25px;
    }
    .header-right-icons .icon-wrapper .button .icon{
        width: 25px;
        height: 25px;
        border-radius: 25px;
        line-height: 25px;
    }
    .header-right-icons .icon-wrapper .button .icon i {
        line-height: 25px;
    }


    .header-inner {
         background-color: rgb(255, 255, 255) !important;
    }

        /* HERO */
    .hero-banner {
        display: absolute;
        margin-top: 123px;
        /* padding-bottom: 70px; */
        top: 0;
        left: 0;
    }
    .nav-link a.hover-link:hover{
        color: var(--hijau-tua)
    }
    .header-btn {
        margin-bottom: 10px !important;
    }

    /* btn header navbar */
    .navbar.navbar-expand-lg .header-btn{
        display: inline-block;
        margin-bottom: 20px;
    }

    /* dropdown mobile */
    .dropdown i {
        display: none;
    }
    .dropdown-hover {
         display: inline-block;
    }
    .dropdown-hover::after {
        display: block;
        content: '';
        border-bottom: 4px solid var(--hijau-tua);
        transform: scaleX(0);
        transition: transform .4s ease-in-out;
    }
    .dropdown-hover:hover:after {
        transform: scaleX(1);
    }

    .dropdown-hover.fromLeft::after {
        transform-origin:  0% 50%;
    }

    .dropdown-hover a:hover{
        color: var(--hijau-tua) !important;
        transition: all .4s;
    }

    .section-text .text-decription p{
        font-size: 1rem;
        color: var(--color-description);
        margin-bottom: 30px;
        font-family: var(--roboto);
        padding: 0 18px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 1px;
    }

    /* mobile padding */
    .hero-banner {
        padding-bottom: 30px;
    }

    .tentang-kami {
         padding-bottom: 30px;
    }
    .tentang-kami h2{
         margin-top: 15px
    }

    .layanan-unggulan-title{
        margin: 40px 0 30px;
    }

    /* mobile font */

    .berita h2 {
        font-size: 1.8rem;
    }

    .layanan-unggulan-title{
        font-size: 1.8rem;
    }

    .layanan-unggulan-title span{
        font-size: 1.8rem;
    }

    .layanan-unggulan .card-body h3 {
        font-size: 16px;
      }

    .single-footer-widget .footer-logo p {
        font-size: .9rem;
        margin-top: 15px;
    }

    .single-footer-widget h3 {
        font-size: 1rem;
        margin-bottom: 17px;
    }

    .single-footer-widget .menu-list li {
        font-size: .9rem;
    }
    .single-footer-widget .menu-ugd p {
        font-size: .9rem;
    }

    .single-footer-widget .menu-alamat p {
        font-size: .9rem;
    }

    /* mobile screen button */

    .tentang-kami-btn {
        margin-top: 20;
        text-align: center;
    }

    .carousel-caption h2{
        font-size: 25px;
    }
    .carousel-caption h3{
        font-size: 16px;
    }
    .carousel-caption p{
        font-size: 12px;
    }
    .carousel-caption .btn-carousel{
        font-size: 12px;
        padding: 8px 8px;
    }
    /* form */
    .content .left-content{
        grid-column: 1 / 7;
    }
    .content .right-content{
        grid-column: 1 / 7;
    }
    /* text title */
    .section-text h2{
        font-size: 1.8rem;
    }
    .gallery-title h2{
        font-size: 1.8rem;
    }
    .blog-title h2{
        font-size: 1.8rem;
    }
    .lokasi h2 {
        font-size: 1.8rem;
    }
    .contact-title h2{
        font-size: 1.8rem;
    }

    .partner {
        padding-bottom: 30px;
    }
    .partner h2 {
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 10px !important;
    }
    .single-img-partner img {
        width: 100%;
        text-align: center !important;
    }
    .single-img-partner {
        padding: 15px;
        margin-bottom: 10px;
    }
    .text-loader {
        font-size: 35px !important;
    }
    .loader-wrapper {
        width: 150px !important;
        height: 150px !important;
    }
    /* Doctor */
    .text-title {
        font-size: 1.8rem;
    }

    .doctor-schedule tr th{
        font-size: 12px !important;
    }
    .doctor-schedule tr td{
        font-size: 11px !important;
    }

    .doctor-name {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 4px;
    }
    .doctor-info-content {
        padding: 10px 11px;
    }
    .doctor-specialist {
    font-size: 14px;
    color: var(--green);
    margin-bottom: 4px;
    }
     /* today */
    .page-title-content h2 {
        font-size: 28px;
    }
    .service-box img {
        width: 800px;
        height: 300px;
    }
    .fasilities h2 {
        font-size: 24px;
    }

    .__contact_address p {
        font-size : 1rem;
    }
}

@media screen and (max-width: 1200px){

    span.logo {
        font-size: 15px;
    }
    .nav-link a.hover-link {
        font-size: 16px;
    }
    .nav-item .nav-link {
        padding: 10px 5px !important;
    }
    a.header-btn {
        margin-top: 0;
        padding: 8px 8px !important;
    }

    .carousel-caption h2{
        font-size: 25px;
    }
    .carousel-caption h3{
        font-size: 16px;
    }
    .carousel-caption p{
        font-size: 12px;
    }
    .carousel-caption .btn-carousel{
        font-size: 12px;
       padding: 8px 8px;
    }

}

/* go top */

.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 50%;
    right: 15px;
    background: #d2f5e1;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    color: #19ce67;
    border-radius: 3px;
    font-size: 20px;
}


/* preloader */

.preloader {
    position: fixed;
    top:0;
    /* opacity: 1; */
    left: 0;
    z-index: 9999;
    background: #F4F9FD;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

  }

  .text-loader {
    display:inline-block;
    font-family: var(--chevin), 'Courier New', Courier, monospace;
    color: #162534;
    font-size: 50px;
    margin-block: 20px;
    font-weight: 700;
    animation: shake 5s ease-in-out infinite;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  }

  .loader-wrapper {
    width: 200px;
    height: 200px;
  }

  .loader {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 15px solid #162534;
    border-top-color: #00AC6C;
    border-bottom-color: #f8ba1b;
    border-radius: 50%;
    animation: rotate 5s linear infinite;
  }

  .loader-inner {
    border-top-color: #00AC6C;
    border-bottom-color: #f8ba1b;
    animation-duration: 2.5s;
  }

  .disappear {
      display: none;
  }


  @keyframes rotate{
    0% {
      transform: scale(1) rotate(360deg);
    }
    50% {
      transform: scale(.8) rotate(-360deg);
    }
    110% {
      transform: scale(1) rotate(360deg);
    }
  }

  @keyframes shake{
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(.8);
    }
    110% {
      transform: scale(1);
    }
  }

  /* @keyframes vanish{
      100% {
        opacity: 0;
        visibility: hidden;
      }
  } */
  /* end preloader */
