.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.image-content {
  width: 75%;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.body {
  max-width: 1920px;
  border-radius: 20px;
  background-color: #eafcf1;
  font-family: 'Open Sans', sans-serif;
  color: #009339;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-decoration: none;
}

.body:hover {
  color: #009339;
}

.body.sub {
  background-color: #f7f7f7;
}

.navbars {
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #f7f7f7;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-justify-content:space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 15px;
}

.brand {
  margin: 0px 20px 0px 0px;
}

.nav-link {
/*  margin-right: auto;*/
/*  margin-left: auto;*/
  padding: 0px 0px 0px 0px;
  color: #434343;
  font-weight: 400;
}

.nav-link:hover {
  color: #009339;
}

.nav-link:active {
  /*border-style: solid;
  border-width: 1px;
  border-color: #009339;*/
  color: #434343;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.line-border {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #009339;
  -o-object-fit: fill;
  object-fit: fill;
}

.top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* margin-top: 20px; */
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-ambulance {
  padding-right: 16px;
}

.emergency {
  padding-right: 16px;
  color: #cd4242;
  font-size: 12px;
  text-decoration: none;
}

.emergency-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.emergency-call {
  padding-right: 0px;
  color: #cd4242;
  font-size: 18px;
  text-decoration: none;
}

.call-center-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.bg-secondary {
  background-color: #acd6ca;
}

.search-section {
  height: 400px;
}

.icon-call-center {
  padding-right: 16px;
}

.call-center {
  padding-right: 16px;
  color: #009339;
  font-size: 12px;
  text-decoration: none;
}

.call-center-call {
  padding-right: 0px;
  color: #009339;
  font-size: 18px;
  text-decoration: none;
}

.search {
  margin-right: 20px;
  margin-left: 20px;
}

.youtube-top {
  margin-right: 5px;
  margin-left: 5px;
}

.facebook-top {
  margin-right: 5px;
  margin-left: 5px;
}

.instagram-top {
  margin-right: 5px;
  margin-left: 5px;
}

.linkedin-top {
  margin-right: 5px;
  margin-left: 5px;
}

.linkedin-icon {
  border-style: solid;
  border-width: 0px;
  border-color: #434343;
}

.language-flag {
  margin-right: 5px;
  padding-right: 0px;
}

.dropdown-toggle {
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
}


.icon {
  margin-right: 0px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-group-button {
  margin: 1rem;
  align-items: center;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*max-width: 875px;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.login-section{
    margin-left: 20px;
    text-align:right;
}

.note-login {
    display: flex;
    flex-flow: column;
}

.not-login {
    display:flex;
}

.btn-login {
    text-decoration: inherit;
    color: #009339;
    font-size: 15px;
    font-weight: 400;
}

.btn-login:hover {
    font-weight: 700;
}

.btn-register {
    text-decoration: inherit;
    color: #009339;
    font-size: 15px;
    font-weight: 400;
}

.btn-register:hover {
    font-weight: 700;
}



.search-block {
  display: none;
}

.social-media-top-mobile {
  display: none;
}

.dropdown-list-2.w--open {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  background-color: #f7f7f7;
}

.link-block {
  margin: 10px 20px 20px;
  padding-bottom: 10px;
  background-color: #f7f7f7;
}

.sticky {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 2%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  pointer-events: none;
}

.cari-dokter-sticky-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #009339;
  text-decoration: none;
  pointer-events: visible;
}

.image-placeholder-sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sticky-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f7f7f7;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.myrspik-sticky-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #95edb7;
  text-decoration: none;
  pointer-events: visible;
}

.sticky-text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #009339;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 162px;
  height: 50px;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #f7f7f7;
  box-shadow: 0 0 6px 0 rgba(67, 67, 67, 0.3);
  text-decoration: none;
  pointer-events: visible;
}

.sticky-text-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #009339;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;

}

.div-block-4 {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-5 {
  display: none;
}

.slide {
/*  background-image: url('../images/banner-image-1.jpg');*/
  background-position: 50% 50%;
  background-size: cover;
}

.login-image-profil {
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #FFF;
    margin-left: 3px;
    margin-right: 3px;
    background-size: cover;
    background-position: center;
}

.image-profil {
    border-style: solid;
    border-width: 1px;
    border-color: #009339;
    border-radius: 20px;
}

.line-shading {
  position: relative;
  left: 0%;
  top: -80px;
  right: 0%;
  bottom: auto;
  z-index: 2;
  height: 100px;
  background-image: url('../images/Slide-Line-Bottom.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav {
  /* position: relative; */
}

.left-arrow {
  display: block;
  color: #009339;
}

.right-arrow {
  display: block;
  color: #009339;
}

.title-banner {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f7f7f7;
  font-size: 60px;
  line-height: 65px;
}

.description-banner {
  min-width: 500px;
  margin-top: 20px;
  color: #f7f7f7;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.button-banner {
  margin-top: 40px;
  padding: 15px 36px;
  border-radius: 10px;
  background-color: #f7f7f740;
  color: #009339;
  line-height: 28px;
  font-weight: bold;
}

.button-banner:hover {
    background-color: #f7f7f7;
}

.content-banner {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  margin-bottom: 0px;
  margin-left: 70px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popup-login{
  background-color: #f5f5f5;
  height: 350px;
  width: 600px;
  padding: 30px 40px;
  position: fixed;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 150px 1px #000;
  left: 50%;
  top: 50%;
  border-radius: 8px;
  display: none;
  text-align: center;
  z-index: 9999;
  background-size: cover;
}

.popup-login:target {
  display: block;
}

.popup-login button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}


.popup{
  /*background-color: #f5f5f5;*/
  height: 650px;
  width: 800px;
  padding: 30px 40px;
  position: fixed;
  transform: translate(-50%, -50%);
  /*box-shadow: 0px 0px 150px 1px #000;*/
  left: 50%;
  top: 40%;
  border-radius: 8px;
  display: none;
  text-align: center;
  z-index: 9999;
  background-size: cover;
}

.popup:target {
  display: block;
}


.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}

.popup a{
/*    display: block;*/
  position: absolute;
  right:    0;
  left:    0;
  bottom:  auto;
  margin-top: 10px;
  margin-left: 100px;
  margin-right: 100px;
}

.button-popup {
  margin-top: 20px;
  padding: 15px 36px;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #f7f7f7;
  color: #009339;
  line-height: 28px;
  font-weight: 400;
  text-decoration:none;
  outline: none;
  
}

.banner-container {
  max-width: none;
}

.banner-section {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.banner-slider {
  height: 700px;
}

.layanan-unggulan-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1920px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.title-section {
  display: block;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 80px;
  font-weight: 300;
  margin-top: 20px;
}

.title-section.button-sub {
  margin-bottom: 20px;
}

.description-section {
  margin-top: 20px;
  color: #434343;
  font-weight: 400;
}

.layanan-unggulan-section {
/*  height: 721px;*/
  margin-right: 0px;
/*  margin-left: 40px;*/
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.layanan-unggulan-wrapper {
/*  width: 1440px;*/
  padding: 40px;
}

.title-head-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
/*  margin: 60px 40px 80px;*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.title-head-block.testimoni-title {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
}

.title-head-block.layanan {
  margin-top: 0px;
}

.title-head-block.aplikasi {
  margin: 0px;
}

.readmore-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-decoration: none;
}

.readmore-text {
  color: #009339;
  font-weight: 400;
  text-decoration: none;
}

.arrow-icon {
  margin-left: 20px;
}

.slider-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  
}

/*.slide-item {
  cursor: pointer;
}*/

.title-unggulan {
  color: #f7f7f7;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}

.image-new-10 {
    width: 100%;
}

.desc-unggulan {
  display: none;
/*  margin-top: 20px;*/
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f7f7f7;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.slide-unggulan:hover .desc-unggulan{
  display: block;
/*  font-weight: 900;*/
}

.desc-unggulan.show {
  display: block;
}

.readmore-unggulan {
  margin-top: 10px;
  color: #f7f7f7;
  font-weight: 400;
  text-decoration: none;
}

.paket-section {
  margin-top: -5px;
  background-color: #acd6ca;
}

.top-line-art {
  position: static;
  bottom: 80px;
  height: 100px;
  margin-top: 140px;
  background-image: url('../images/Slide-Line-Top-v2.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.paket-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
/*  -webkit-justify-content: space-around;*/
  -ms-flex-pack: distribute;
  justify-content: space-between;
  grid-column-gap: 16px;
}

.content-paket-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-paket-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title-content {
  margin-top: 20px;
/*  max-width: 350px;*/
  color: #009339;
  font-size: 24px;
  text-decoration: none;
  text-transform: capitalize;
}

/*.title-capital {*/
/*  text-transform: capitalize;*/
/*}*/

.description-content {
  margin-top: 20px;
  color: #434343;
  font-size: 14px;
  font-weight: 400;
}

.text-pointer {
    cursor: pointer;
}

.read-more-content {
  margin-top: 30px;
/*  margin-bottom: 40px;*/
  color: #434343;
  font-size: 14px;
  font-weight: 600;
}

.readmore-unggulan-coe {
  margin-top: 60px;
  color: #f7f7f7;;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.image-paket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  min-height: 240px;
  min-width: 420px;
  border-radius: 20px;
/*  background-image: url('../images/Promo-1b-1.png');*/
  background-position: 50% 0%;
  background-size: cover;
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.image-dokter {
  width: 100%;
  height: 100%;
}

.bottom-line-art {
  position: relative;
  top: -9px;
  z-index: 1;
  height: 100px;
  background-image: url('../images/Slide-Line-Bottom-v2.svg');
  background-position: 50% 0%;
  background-size: cover;
}

.title-head-block-paket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paket-container {
  max-width: 1920px;
  padding: 40px;
}

.promo-container {
  max-width: 1920px;
  margin-top: -100px;
  padding-top: 140px;
  background-color: #f7f7f7;
}

.title-head-promo {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 40px 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.promo-section {
  padding-left: 0px;
}

.promo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
/*  -webkit-align-items: center;*/
  -ms-flex-align: center;
/*  align-items: center;*/
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content-promo {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;*/
  -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
}

.image-promo {
  display: block;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.promo-content-wrapper {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;*/
  /*padding-left: 40px;
  padding-right: 40px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.image-10 {
  width: 100%;
  border-radius: 20px;
}

.copy-promo {
  text-decoration: none;
}

.artikel-container {
  max-width: 1920px;
  margin-top: 0px;
  margin-bottom: 100px;
}

.artikel-container.kabar {
  margin-bottom: 0px;
  padding-bottom: 100px;
  background-color: #f7f7f7;
}

.artikel-section {
  max-width: none;
  padding: 40px;
}

.image-artikel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.artikel-content {
  width: auto;
  min-height: 200px;
/*  max-width: 20em;*/
/*  margin-right: 10px;*/
/*  margin-left: 10px;*/
  border-radius: 20px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  background-color: #fff;
}

.artikel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: grid;
  max-width: 1920px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 0.27fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.27fr 0.27fr 0.27fr;
    grid-template-columns: 0.27fr 0.27fr 0.27fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.artikel-wrapper.artikel-page-next {
  margin-top: 40px;
}

.artikel-copy {
  display: grid;
  height: auto;
  min-height: 200px;
/*  padding: 20px;*/
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  text-decoration: none;
/*  grid-template-rows: 0.35fr 0.50fr 0.20fr;*/
grid-template-rows: 0.05fr 0.70fr 0.20fr;
}

.text-block {
  color: #434343;
}

.text-block-2 {
  margin-top: 10px;
  color: #434343;
  font-size: 14px;
  font-weight: 400;
}

.image-11 {
  max-width: none;
}

.image-12 {
  max-width: none;
}

.image-13 {
  max-width: none;
}

.testimoni-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: none;
  margin-top: 0px;
  /*margin-right: 40px;
  margin-left: 40px;*/
  padding-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.testimoni-wrapper {
  width: 300px;
}

.content-testimoni-wrapper {
  margin-top: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

.testimoni-container {
  height: 50em;
  width: 100%;
  max-width: 1920px;
  padding-top: 40px;
  padding-left: 30%;
  padding-right: 40px;
  background-image: url('../images/shutterstock_1740289769.png');
  background-position: 100% 50%;
  background-size: cover;
}

.testimoni-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 1440px;
}

.testimoni {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.testimoni-description {
  margin-bottom: 20px;
  color: #434343;
  font-size: 15px;
  font-weight: 400;
}

.patient-name {
  color: #009339;
  padding-top: 20px;
  padding-bottom: 30px;
}

.testimoni-copy {
  margin: 0px;
  padding: 50px 40px 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.image-14 {
  border-style: solid;
  border-width: 6px;
  border-color: #009339;
  border-radius: 100px;
}

.center {
  display: block;
/*  width: 100%;*/
  height: 100%;
}

.testimoni-picture {
  position: relative;
  bottom: -35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimoni-picture img {
  max-width: 120px;
}

.section-2 {
  max-width: none;
  margin-top: 140px;
  margin-bottom: 140px;
}

.section-12 {
  max-width: none;
  margin-top: -60px;
  margin-bottom: 40px;
}

.container {
  max-width: 1920px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 0px;
  align-items: flex-start;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-13 {
  margin-right: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-15 {
  padding: 40px;
}

.text-block-3 {
  margin-top: 20px;
  color: #434343;
  line-height: 30px;
  font-weight: 400;
}

.button-app {
  margin-top: 20px;
  padding: 15px 36px;
  border-radius: 10px;
  background-color: #009339;
  color: #f7f7f7;
  line-height: 28px;
  font-weight: 400;
}

.text-block-4 {
  color: #434343;
  font-weight: 400;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  margin-left: 60px;
}

.section-app-page{
  padding-left: 60px;
  padding-right: 60px;
}

.section-alfabet{
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1rem auto;
    text-transform: uppercase;
}

.alphabetList--link {
  background: #fff;
  border: 1px solid #d1d3d3;
  border-radius: 0.25rem;
  color: #646569;
  display: inline-block;
  margin: 0.25rem;
  padding: 0.375rem 0.5rem;
  text-align: center;
  text-decoration: none!important;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 2rem;
}

.alphabetList\:active {
  border-radius: 6px;
  color: #202020;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-top: 8px;
  background: #95edb7;
  position: relative;
}

.pusat-cyclopedia {
  display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    grid-column-gap: 0px;
    grid-row-gap: 36px;
    -ms-grid-columns: 0.35fr 0.65fr;
    grid-template-columns: 0.35fr 0.65fr;
    -ms-grid-rows: auto auto;
    padding: 0px 20px;
}

.condition {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.condition--item {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 50%;
}

.condition--item--link {
  color: #646569;
  display: block;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#count_found {
  margin-right: 10px;
}

.pointer-none {
  pointer-events: none;
  color: #cccccc;
}

.div-block-16 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
/*  z-index: -1;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
/*  height: 400px;*/
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(54%, #ccebdb), to(#eafcf1));
  background-image: linear-gradient(90deg, #ccebdb 54%, #eafcf1);
}

.text-block-desk-app {
  padding: 60px;
}


.div-block-img-app {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
/*  z-index: -1;*/
padding: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(54%, #ccebdb), to(#eafcf1));
  background-image: linear-gradient(90deg, #ccebdb 54%, #eafcf1);
}

.div-block-img-app .section-app-page img {
  height: 80%;
}

.newsletter-container {
  max-width: 1920px;
  margin-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #7ba287;
}

.ornament-newsletter {
  position: relative;
  top: 5px;
  bottom: auto;
  height: 100px;
  max-height: 100%;
  background-image: url('../images/Slide-Line-Top-newsletter.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.newsletter-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.newsletter-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0.4em 0;
}

.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.field-label {
  width: 6em;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.text-field-2 {
  width: 25em;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}

.newsletter-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-16 {
  max-width: 80%;
}

.submit-button {
  width: 10em;
  height: auto;
  max-height: none;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #009339;
  font-size: 15px;
  font-weight: 400;
}

.success-message {
  background-color: #7ba287;
  color: #f7f7f7;
}

.error-message {
  background-color: #7ba287;
  color: #fff;
}

.newsletter-form-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-container {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 40px;
  background-color: #f7f7f7;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.footer-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footeer-social-media-and-apps {
  margin-right: 20px;
  margin-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.map-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-head-menu {
  display: block;
  margin-top: 0px;
  color: #434343;
  font-size: 15px;
  text-decoration: none;
}

.footer-head-menu.kontak {
  margin-top: 20px;
}

.footer-menu {
  color: #434343;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-media-blok {
  margin-bottom: 40px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12.8em;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  /*-webkit-flex-direction: column;*/
  /*-ms-flex-direction: column;*/
  /*flex-direction: column;*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.map-preview {
  margin-top: 10px;
  margin-bottom: 10px;
}

.link-map {
  color: #009339;
  text-decoration: none;
}

.footer-line {
  width: 100%;
  max-width: none;
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #009339;
}

.copyright-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright-text {
  margin-right: 40px;
  color: #434343;
  font-weight: 400;
}

.text-block-6 {
  padding-right: 10px;
  padding-left: 10px;
  color: #434343;
}

.term-condition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.margin-7 {
    margin-left: 7em;
    margin-right: 7em;
}

.slide-unggulan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
/*  height: 490px;*/
/*  max-height: 500px;*/
/*  margin-right: 20px;*/
/*  margin: 20px;*/
  /*padding-right: 20px;
  padding-bottom: 60px;
  padding-left: 20px;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide-unggulan .slide-item div {
  margin: 20px;
}

.slide-unggulan:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  border-radius: 10px;
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.2);
}

/*.slide-unggulan:after :hover {
  background-image:none;
}*/

.slide-unggulan:hover{
/*  background-size: 700px 550px;*/
  transform: scale(1.05,1.05);
  transition: .6s;
  background-image: unset;

}

.slide-unggulan:hover:after{
  background-image: unset;
  background: linear-gradient(0deg,#000,transparent 60%);
}

/*.slide-unggulan:hover {
  color: green;
}*/

.slide-item-overview {
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.2);*/
  position: absolute;
  padding: 20px;
  width: inherit;
  z-index: 1;
}

.slide-unggulan.slide-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slide-unggulan.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_1951533499.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_1951533499.jpg');
  background-position: 0px 0px, 74% 50%;
  background-size: auto, cover;
}

.slide-unggulan.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_1348820678.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_1348820678.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-unggulan.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_1460184983-1-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_1460184983-1-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-unggulan.slide-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_2197963431.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_2197963431.jpg');
  background-position: 0px 0px, 50% 21%;
  background-size: auto, auto;
}

._1st-page {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
}

.breadcrumb-text {
  padding-right: 10px;
  color: #009339;
  font-size: 12px;
  text-decoration: none;
}

._2nd-page {
  text-decoration: none;
}

.breadcrumb-icon {
  margin-right: 10px;
}

.breadcrumb-container {
  max-width: 1920px;
  padding: 5px 40px;
  background-color: #e8f3ed;
}

.container-3 {
  max-width: 1920px;
}

.section-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.title-wrapper {
  margin-left: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.search-wrapper-cari-dokter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  padding: 60px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #acd6ca;
  
}

.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
/*  margin-right: 40px;*/
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #f7f7f7;
}

.dropdown.w--open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.dropdown.kelamin {
  margin-right: 0px;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding-left: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.2));
}

.button-booking-detail-wrapper {
    margin-top: 2em !important;
}

.text-block-7 {
/*  margin-right: 100px;*/
  color: #999;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  text-transform: capitalize;
}

.image-17 {
  width: 16px;
  max-width: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.dropdown-list-3 {
  margin-right: 40px;
  background-color: #f7f7f7;
}

.dropdown-link {
  color: #009339;
  font-weight: 400;
}

.dropdown-link-2 {
  color: #009339;
  font-weight: 400;
}

.dropdown-link-3 {
  color: #009339;
  font-weight: 400;
}

.dropdown-2 {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wrapp-search-form {
  width: auto;
  margin-left: 40px;
  margin-right: 40px;
}

.search-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dropdown-3 {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.search-input {
/*  width: 16.5em;*/
/*  margin-right: 40px;*/
  margin-bottom: 0px;
  padding: 22px 20px;
  border-radius: 10px;
  color: #009339;
  font-size: 16px;
  font-weight: 400;
}

.search-button {
  width: 100%;
  height: 55px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 10px;
  background-color: #009339;
}

.reset-button {
  width: 5em;
  height: 55px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 10px;
  color: #000000;
  margin-right: 10px;
  background-color: #ffffff;
}

.wrapper-cari-dokter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: 0.27fr 0.27fr 0.27fr;
}

.pencarian-lebih-lanjut {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dropdown-advance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-26 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #009339;
}

.dropdown-list-4 {
  background-color: transparent;
}

.dropdown-list-4.w--open {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.title-dropdown-advance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-dropdown-advance.time-title {
  margin-top: 40px;
}

.text-block-9 {
  color: #434343;
}

.text-block-10 {
  color: #434343;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.dropdown-content-advance {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pick-day-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.advance-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button-2 {
  display: block;
  width: 10em;
  margin-top: 40px;
  border-radius: 10px;
  
  background-color: #009339;
}

.submit-button-login {
  display: block;
  width: 10em;
  margin-top: 20px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #009339;
}

.submit-button-regis {
  display: block;
  width: 10em;
  margin-top: 20px;
  border-radius: 10px;
  color:#434343;
  margin-left: auto;
  margin-right: auto;
  background-color: #95EDB7;
}

.day-check {
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.checkbox-label {
  margin-bottom: 0px;
  margin-left: 10px;
  color: #434343;
  font-size: 14px;
}

.checkbox {
  float: none;
}

.day-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.radio-button-label {
  margin-bottom: 0px;
  margin-left: 10px;
  color: #434343;
  font-size: 14px;
  font-weight: 400;
}

.time-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.radio-button {
  margin-top: 0px;
}

.time-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3rd-page {
  text-decoration: none;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 50px;
  background-color: #009339;
}

.text-block-11 {
  color: #fff;
}

.div-block-31 {
  width: 150px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #009339;
}

.wizard-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 50px;
  background-color: #acd6ca;
}

.wizard-2.done-steps {
  background-color: #009339;
}

.buat-janji-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin-bottom: 100px;
  padding: 60px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #acd6ca;
}

.buat-janji-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-32 {
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.textarea {
/*  width: 640px;*/
  height: 300px;
  max-width: 640px;
  padding-bottom: 46px;
  border-radius: 10px;
  opacity: 1;
  font-weight:400;
  color: #434343;
}

.form-2 {
  margin-top: 10px;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
  height: 40px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

.d-none {
    display:none;
}

.table-grid-3 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-auto-columns: 0.25fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 0.25fr 0.25fr 0.25fr;
  grid-template-columns: 0.30fr 0.05fr 0.65fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.submit-button-3 {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 10px;
  background-color: #009339;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 320px;
  margin-right: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 10px;
  background-image: url('../images/blurred-view-modern-hospital-1.png');
  background-position: 0% 50%;
  background-size: cover;
}

.div-block-34 img{
  width: 240px;
  max-width: none;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 320px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 10px;
/*  background-image: linear-gradient(354deg, #fff, transparent 51%), url('../images/doctor-5-1.png');*/
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.text-block-13 {
  color: white;
}

.text-block-14 {
  color: white;
  font-weight: 400;
}

.text-block-7-copy {
  margin-right: 100px;
  color: #434343;
  font-weight: 400;
}

.informasi-pasien-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  padding: 60px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #acd6ca;
}

.wrapper-informasi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  justify-content: center;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  /*padding-right: 10px;*/
  /*padding-left: 10px;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.booking-form-wrapper {
    display: flex;
}

.form-information-wrapper {
    width: 48%;
    margin-right: 2em;
}

.booking-information-detail-wrapper {
    width: 48%;
}

.confirm-booking-view {
    width: 80%;
}

.dropdown-gender-select-info-wrapper, .dropdown-gender-select-info {
    width: 100%;
}

.dropdown-gender-confirm-booking {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.text-field-3 {
  width: 100%;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.2));
  margin-right: 0px;
  border-radius: 10px;
  margin-bottom: 1.5em;
  padding: 0.8em;
}

.text-field-4 {
  width: 100%;
  padding: 0.8em;
  border-radius: 10px;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.2));
  margin-bottom: 1.5em;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 38px;
  padding-right: 20px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 10px;
  background-color: #fff;
}

.text-block-15 {
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #999;
  font-size: 15px;
  font-weight: 600;
}

.image-18 {
  width: 7%;
  max-width: 50%;
}

.submit-button-4 {
  width: 130px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 10px;
  background-color: #009339;
  /*font-size: 15px;*/
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #7ba287;
}

._3rd {
  text-decoration: none;
}

.wizard-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 50px;
  background-color: #acd6ca;
}

.wizard-3.done-steps {
  background-color: #009339;
}

.container-4 {
  max-width: 1920px;
  margin-bottom: 60px;
  padding-right: 0px;
  padding-left: 0px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Image.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-16 {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
}

.button-2 {
  margin-top: 20px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 10px;
  background-color: #b3e5d7;
  color: #009339;
}

.div-block-47 {
  display: -ms-grid;
  display: grid;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
/*  grid-auto-flow: column dense;*/
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 0.25fr minmax(200px, 0.25fr) 0.25fr;
  grid-template-columns: 0.25fr minmax(200px, 0.25fr) 0.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

/*.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 18px;
}*/


.docter-result-bio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 320px;
  color: white;
  margin-right: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 10px;
/*  background: linear-gradient(0deg,#000,transparent 60%);*/
  background: linear-gradient(0deg,#000,transparent 60%),url('../images/blurred-view-modern-hospital-1.png');
  background-position: 0% 50%;
  background-size: cover;
/*  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);*/
}

/*.div-block-35:before,*/
.docter-result-bio:after {
/*  content: '';*/
  background: linear-gradient(0deg,#000,transparent 60%);
    width: 100%;
    height: 100%;
/*  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5);*/
}
.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  max-width: 1920px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/blurred-view-modern-hospital-1.png');
  background-position: 0% 50%;
  background-size: cover;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-48 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  width: 40%;
  overflow: hidden;
}

.div-block-49 {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 60%;
}

.text-block-17 {
  font-size: 35px;
  line-height: 40px;
}

.nama-dokter {
  margin-bottom: 40px;
}

.text-block-18 {
  font-weight: 400;
}

.text-block-19 {
  margin-bottom: 10px;
  font-size: 20px;
}

.dokter-spesiality {
  margin-bottom: 20px;
}

.text-block-20 {
  margin-bottom: 0.5em;
  font-size: 20px;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.2px;
  border-color: #434343;
}

.jadwal-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: baseline;
}

.table-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.2px;
  border-color: #434343;
  background-color: #7ba287;
  color: #fff;
}

.text-block-22 {
  color: #434343;
}

.jadwal-dokter {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.button-3 {
  padding-right: 39px;
  padding-left: 39px;
  border-radius: 10px;
  background-color: #009339;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-start;
}

.image-20 {
  display: block;
  max-width: 100%;
}

.text-block-23 {
  margin-bottom: 20px;
  font-size: 22px;
}

.text-block-24 {
  color: #434343;
  font-weight: 400;
}

.div-block-55 {
  margin-bottom: 20px;
}

.container-6 {
  max-width: 1920px;
  margin-bottom: 100px;
}

.section-6 {
  /*margin-right: 40px;*/
  /*margin-left: 40px;*/
  margin: 0 5em;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-7 {
  max-width: 1920px;
/*  margin-bottom: 100px;*/
  padding-right: 40px;
  padding-left: 40px;
}

.title-wrapper-sub {
  margin-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.artikel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 550px;
  max-width: 350px;
  /*min-height: 450px;
  min-width: 350px;*/
  /*margin-right: 20px;
  margin-left: 20px;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.div-block-57 {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.div-block-58 {
  min-height: 200px;
  min-width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-25 {
  margin-bottom: 10px;
  color: #434343;
}

.text-block-26 {
  margin-bottom: 20px;
  color: #434343;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.link-3 {
  color: #434343;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.container-8 {
  max-width: 1920px;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-right: 40px;
  padding-left: 40px;
}

.login-section-mobile {
      display:none;
  }

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.artikel-body {
/*  margin-right: 40px;*/
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-63 {
  width: auto;
  max-width: 350px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 20px;
}

.text-block-28 {
  color: #434343;
  font-size: 12px;
  font-weight: 400;
}

.post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-29 {
  padding-right: 10px;
  color: #434343;
  font-size: 12px;
  font-weight: 400;
}

.link-block-3 {
  display: inline-block;
  padding-right: 5px;
}

.text-block-30 {
  color: #434343;
  font-size: 28px;
}

.artikel-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
/*  max-height: 450px;*/
  min-height: 300px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

.title-artikel {
  margin-bottom: 40px;
}

.text-block-32 {
  color: #434343;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: justify;
}

.konten-artikel {
  margin-bottom: 40px;
}

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-33 {
  color: #434343;
  font-weight: 400;
}

.text-block-34 {
  color: #434343;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.link-block-4 {
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #b3e5d7;
  text-decoration: none;
}

.text-block-35 {
/*  color: #434343;*/
  font-size: 23px;
}

.div-block-66 {
  margin-bottom: 20px;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.div-block-68 {
  overflow: hidden;
  height: auto;
  max-width: 8em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-21 {
  max-width: 140%;
}

.text-block-36 {
  color: #434343;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.div-block-70 {
  margin-bottom: 20px;
}

.link-4 {
  color: #434343;
  font-size: 14px;
  text-decoration: none;
}

.div-block-71 {
  color: #434343;
  font-weight: 400;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button-4 {
  border-radius: 10px;
  background-color: #009339;
  font-size: 14px;
  font-weight: 400;
}

.paket-medis-artikel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-68-copy {
  overflow: hidden;
  height: auto;
  max-width: none;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
}

.text-block-36-copy {
  color: #434343;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

.div-block-74 {
  margin-top: 0px;
  margin-bottom: 60px;
}

.dokter-list-artikel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 170px;
  max-width: none;
  margin-bottom: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-image: url('../images/blurred-view-modern-hospital-1.png');
  background-position: 0% 50%;
  background-size: cover;
}

.image-22 {
  display: block;
  max-width: none;
  min-width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-75 {
  margin-bottom: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dokter-artikel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-37 {
  color: #434343;
  font-weight: 400;
}

.testimoni-detail-page {
  margin: 0px;
  padding: 50px 40px 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.testimoni-detail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimoni-detail {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pusat-unggulan-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-auto-columns: 0.25fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 0.25fr 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr 0.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.pusat-unggulan-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 490px;
  max-height: 500px;
  /*margin-right: 0px;
  padding-right: 20px;
  padding-bottom: 60px;
  padding-left: 20px;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_1930897430.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_1930897430.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;*/
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.2);
  background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.pusat-unggulan-box:after {
  content: "";
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  border-radius: 10px;
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.pusat-unggulan-box:hover{
/*  background-size: 750px 600px;*/
  transform: scale(1.06, 1.06);
  transition: .10s;
}

/*.slide-unggulan:hover{
  background-size: 700px 550px;
  transform: scale(1.0, 1.1);
  transition: .6s;
  background-image: unset;

}*/

.pusat-unggulan-box:hover:after{

  background-image: unset;
  background: linear-gradient(0deg,#000,transparent 60%);
}

.pusat-unggulan-box:hover .desc-unggulan{
  display: block;
} 

.post-pusat-unggulan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-title-green {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.title-detail-pusat-unggulan {
/*  color: #434343;*/
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.paket-medis-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-auto-columns: 0.25fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-paket-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
/*  padding-right: 20px;*/
  padding-bottom: 0px;
/*  padding-left: 20px;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
/*  -webkit-align-items: stretch;*/
  -ms-flex-align: stretch;
/*  align-items: stretch;*/
  text-decoration: none;
}

.image-paket-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  min-height: 330px;
  min-width: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-image: url('../images/Promo-1b-1.png');
  background-position: 50% 0%;
  background-size: cover;
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.title-section-home {
  display: block;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 80px;
  font-weight: 300;
}

.pusat-unggulan-artikel-copy {
  margin-top: 60px;
  margin-bottom: 0px;
}

.promo-terkini-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-auto-columns: 0.25fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr 0.5fr;
  -ms-grid-rows: auto auto;
  grid-template-columns: 0.25fr 0.25fr 0.25fr;
}

.content-promo-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.artikel-terkait {
  margin-top: 0px;
  margin-bottom: 60px;
}

.paket-medis-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  max-height: none;
  min-height: auto;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
}

.konten-paket-medis {
  margin-bottom: 40px;
}

.title-paket-medis-detail {
  margin-bottom: 20px;
  color: #009339;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
/*  text-align: justify;*/
}

.bold-text-2 {
  font-size: 28px;
  line-height: 24px;
}

.deskripsi-paket-medis-detail {
  margin-bottom: 40px;
}

.text-block-38 {
  color: #434343;
  font-weight: 400;
}

.title-harga-medis-detail {
  margin-bottom: 20px;
  color: #009339;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: justify;
}

.bold-text-2-copy {
  font-size: 22px;
  line-height: 24px;
}

.paket-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-39 {
  color: #434343;
}

.nama-paket {
  margin-right: 40px;
}

.text-block-40 {
  color: #434343;
}

.paket-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button-5 {
  margin-top: 20px;
  border-radius: 10px;
  background-color: #009339;
}

.detail-paket-medis-copy {
  margin-bottom: 40px;
}

.detail-paket-1 {
  margin-bottom: 20px;
  color: #434343;
  font-size: 18px;
  font-weight: 400;
}

.artikel-body-copy {
  margin-right: 40px;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-24 {
  max-width: 100%;
  border-radius: 10px;
}

.dropdown-toggle-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-bottom: 0px;
  padding: 6px 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

.text-block-41 {
  color: #999;
  font-size: 13px;
}

.icon-2 {
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-40-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-40-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-42 {
  color: #434343;
  font-size: 22px;
}

.date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #009339;
}

.text-block-43 {
  color: #f7f7f7;
  font-size: 13px;
}

.div-block-79 {
  width: 400px;
  margin-top: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkbox-label-2 {
  color: #434343;
  font-size: 12px;
  font-weight: 400;
}

.informasi-pasien-paket-medis-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin-bottom: 100px;
  padding: 60px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #acd6ca;
}

.div-block-39-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-tanggal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.banner-sub {
  max-width: 1920px;
/*  margin-bottom: 60px;*/
  padding-right: 0px;
  padding-left: 0px;
}

.sub-banner-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/sub-banner-image.png');
  background-position: 50% 0%;
  background-size: cover;
}

.bottom-ornament-sub-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-82 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-83 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width:1920px;
  margin-left:auto;
  margin-right:auto;
  -webkit-box-pack: center;
  /*-webkit-justify-content: center;*/
  /*-ms-flex-pack: center;*/
  /*justify-content: center;*/
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding-left: 40px;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title-sub-banner {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 500px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #f7f7f7;
  font-size: 60px;
  line-height: 65px;
  font-weight: 300;
}

.bold-text-3 {
  margin-right: 10px;
}

.container-9 {
  max-width: 1920px;
  margin-bottom: 100px;
  padding-right: 40px;
  padding-left: 40px;
}

.container-page {
  max-width: 1920px;
/*  margin-bottom: 100px;*/
  padding-right: 80px;
  padding-left: 80px;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-84 {
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
}

.div-block-85 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-44 {
  font-size: 32px;
  line-height: 28px;
}

.div-block-86 {
  margin-bottom: 40px;
}

.text-field-5 {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}

.text-field-6 {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}

.text-field-7 {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}

.textarea-2 {
  height: 400px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dropdown-toggle-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  margin-bottom: 20px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 10px;
  background-color: #fff;
}

.text-block-45 {
  color: #999;
  font-size: 14px;
}

.icon-3 {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.dropdown-4 {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.submit-button-5 {
  width: 170px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 10px;
  background-color: #009339;
}

.text-block-44-copy {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 28px;
}

.text-block-46 {
  margin-bottom: 40px;
  color: #434343;
  font-size: 14px;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 320px;
  max-width: 530px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 20px;
}

.icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 530px;
}

.div-block-89 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-90 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-91 {
  margin-bottom: 40px;
}

.icon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.icon-wrapper {
    display: flex;
}

.div-block-93 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.icon-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-contact {
  margin-right: 10px;
}

.text-block-47 {
  color: #434343;
}

.text-block-48 {
  color: #434343;
}

.link-5 {
  color: #434343;
  text-decoration: none;
}

.icon-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-end;
}

.link-5-copy {
  color: #434343;
  text-decoration: none;
}

.icon-name-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 197px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-26 {
  max-width: 80%;
}

.icon-contact-fax {
  margin-right: 17px;
}

.icon-name-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 109px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-contact-ugd {
  margin-right: 0px;
}

.image-27 {
  max-width: 100%;
}

.icon-name-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 196px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-contact-email {
  margin-right: 14px;
}

.link-5-email {
  color: #434343;
  text-decoration: none;
}

.icon-name-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 217px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-49 {
  font-size: 32px;
}

.checkbox-label-3 {
  color: #434343;
  font-size: 15px;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-2 {
  margin-top: 0px;
  margin-right: 10px;
}

.div-block-96 {
  margin-bottom: 20px;
}

.footer-dark {
  position: relative;
  padding: 50px 30px 15px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-content {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-small {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  margin-top: 12px;
  margin-bottom: 6px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider-2 {
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  background-color: #e4ebf3;
}

.footer-copyright-center {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.section-tentang-kami {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-97 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-98 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-98 img {
    width: 90%;
    border-radius: 0.5em;
}

.content-cyclopedia-item h6 {
    font-weight: bold;
    margin-left: 1em;
}

.text-block-50 {
  color: #434343;
  font-size: 0.9em;
  font-weight: 300;
  background-color: white;
  padding: 1em 1.5em;
  font-weight: 400;
}

.text-block-50 ul, .text-block-50 ol {
    padding-left: 1.3em;
}

.text-block-50 ul li {
    list-style-type:disc;
}

.text-block-50 ol li {
    list-style-type: decimal;
}

.text-block-60 {
  color: #434343;
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  max-width: 1920px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(38%, hsla(0, 0%, 100%, 0.38)), to(#fff)), url('../images/BG-vision-mission.png');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.38) 38%, #fff), url('../images/BG-vision-mission.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-99 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-100 {
  margin-right: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.text-block-51 {
  margin-bottom: 10px;
  color: #434343;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.text-block-52 {
  color: #434343;
  font-weight: 400;
}

.div-block-101 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-102 {
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-29 {
  max-width: none;
}

.list-item {
  color: #434343;
  font-weight: 400;
}

.list-item-2 {
  color: #434343;
  font-weight: 400;
}

.list-item-3 {
  color: #434343;
  font-weight: 400;
}

.list-item-4 {
  color: #434343;
  font-weight: 400;
}

.list {
  padding-left: 20px;
}

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1920px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7ba287;
}

.section-10 {
  display: block;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.div-block-103 {
  padding-right: 40px;
  padding-left: 40px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-53 {
  margin-top: 100px;
  margin-bottom: 60px;
  color: #f7f7f7;
  font-weight: 400;
  text-align: center;
}

.div-block-104 {
  position: static;
  bottom: 0px;
  max-width: 1920px;
  background-image: url('../images/Slide-Line-Bottom-selesai.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-105 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url('../images/Slide-Line-Bottom-selesai.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-13 {
  max-width: 1920px;
  margin-bottom: 100px;
  padding-right: 40px;
  padding-left: 40px;
}

.text-block-54 {
  color: #434343;
  font-weight: 300;
  text-align: center;
}

.container-14 {
  max-width: 1920px;
  margin-bottom: 60px;
  padding-right: 40px;
  padding-left: 40px;
}

.div-block-107 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-55 {
  color: #434343;
  text-align: center;
}

.div-block-108 {
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-109 {
  padding-right: 10px;
  padding-left: 10px;
}

.container-15 {
  max-width: 1920px;
  margin-bottom: 100px;
  padding-right: 40px;
  padding-left: 40px;
  background-image: url('../../img/RSPIK_Sub Banner Karir_1440x400px 2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

/*.container-155 {*/
/*  max-width: 1920px;*/
/*  margin-bottom: 100px;*/
/*  padding-right: 40px;*/
/*  padding-left: 40px;*/
/*  background-image: url('../../img/RSPIK_Sub Banner Karir_1440x400px 2.jpg');*/
/*  background-position: 50% 50%;*/
/*  background-size: cover;*/
/*}*/

.section-11 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.text-block-56 {
  margin-bottom: 20px;
  color: #434343;
}

.button-6 {
  border-radius: 10px;
  background-color: #009339;
  color: #eafcf1;
}

#w-node-_1808663f-5893-aefc-ac2f-f15590d18e9b-a10a826f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_333d3cec-5626-648c-dac4-cc812a638c47-a10a826f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4f1366cc-d551-1706-04e1-cd88e50ba78c-a10a826f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ad99c391-3879-c4e9-7391-e5da4d55b442-a10a826f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_67f52594-7962-b561-14d4-3140a99e5bcf-a10a826f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_133cd96e-3f12-2dfc-b32f-e953010f384b-a10a826f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

.container {
/*  max-width: 1120px;*/
  width: 100%;
  padding: 40px 0;
}
.slide-container {
/*  margin: 0 30px;*/
  overflow: hidden;
}
.card {
  border-radius: 8px;
}

.swiper-navBtn {
  color: #000;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 18px;
}

.swiper-pagination-bullet {
  background-color: #000;
}

.copy-paket {
  width: 100%;
}

.after_login_mobile {
      display:none;
  }


.text-green-primary {
    color : #009339;
}

.div-text-login {
  font-weight: 400;text-align: center;color:#434343; 
}

@media screen and (min-width: 1280px) {
  .slider-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer-container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-unggulan {
    margin-left: 0px;
  }

  .search-wrapper-cari-dokter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrapper-cari-dokter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .buat-janji-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .buat-janji-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .informasi-pasien-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrapper-informasi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container-5 {
    margin-bottom: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .section-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .pusat-unggulan-box {
    margin-left: 0px;
  }

  .div-block-79 {
    width: 400px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .checkbox-label-2 {
    min-width: 100px;
  }

  .informasi-pasien-paket-medis-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1440px) {

  .body {
    max-width: none;
  }
  
  .xxl-margin-right {
      margin-right:15%;
  }

  .section {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .layanan-unggulan-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .layanan-unggulan-section {
/*    margin-left: 40px;*/
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .content-title-block {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .title-head-block-paket {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-promo {
    margin-right: 0px;
    margin-left: 0px;
  }

  .promo-content-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .artikel-wrapper {
    /*display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;*/
  }

  .testimoni-wrapper {
    width: 490px;
  }

  .testimoni-container {
    height: 55em;
    background-position: 100% 50%;
  }

  .testimoni {
    max-width: 22em;
  }

  .footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-section {
    max-width: 1920px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .search-wrapper-cari-dokter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrapper-cari-dokter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .buat-janji-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .buat-janji-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .informasi-pasien-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrapper-informasi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-47 {
    max-width: none;
    justify-items: center;
    -ms-grid-columns: 0.25fr 0.25fr 0.25fr;
    grid-template-columns: 0.25fr 0.25fr 0.25fr;
  }

  .container-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/blurred-view-modern-hospital-1.png');
    background-position: 0% 50%;
    background-size: cover;
  }

  .section-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 700px;
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-48 {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 40%;
    margin-left: 10%;
    overflow: unset;
    margin-bottom:30px;
  }

  .div-block-49 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    /*padding-bottom: 20px;*/
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block-17 {
    font-size: 35px;
    line-height: 45px;
    /*white-space: nowrap;*/
  }

  .nama-dokter {
    margin-bottom: 20px;
  }

  .text-block-18 {
    font-weight: 400;
  }

  .text-block-19 {
    margin-bottom: 10px;
  }

  .dokter-spesiality {
    margin-bottom: 20px;
    display: flex;
    column-gap: 20px;
  }

  .div-block-52 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
  }

  .div-block-53 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 35px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    border-style: solid;
    border-width: 0.2px;
    border-color: rgba(0, 0, 0, 0.5);
  }

  .jadwal-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .table-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-style: solid;
    border-width: 0.5px;
    border-color: rgba(0, 0, 0, 0.6);
    background-color: #7ba287;
    text-align: center;
  }

  .text-block-21 {
    color: #f7f7f7;
  }

  .text-block-22 {
    color: #434343;
  }

  .button-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 65px;
    padding-left: 65px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 10px;
    background-color: #009339;
  }

  .testimoni-detail-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .testimoni-detail {
    max-width: 22em;
  }

  .pusat-unggulan-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 0.25fr 0.25fr 0.25fr 0.25fr;
/*    grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr;*/
  }

  .paket-medis-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 0.25fr 0.25fr 0.25fr;
    grid-template-columns: 0.25fr 0.25fr 0.25fr;
  }

  .link-paket-main {
/*    margin-right: 40px;*/
/*    margin-left: 40px;*/
    padding-right: 0px;
    padding-left: 0px;
  }

  .title-section-home {
    margin-top: 0px;
  }

  .promo-terkini-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 0.25fr 0.25fr 0.25fr 0.25fr;
    grid-template-columns: 0.25fr 0.25fr 0.25fr;
  }

  .content-promo-main {
    margin-right: 10px;
    margin-left: 10px;
  }

  .paket-medis-img {
    max-height: none;
    min-height: 560px;
  }

  .informasi-pasien-paket-medis-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-8 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-page {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-84 {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-85 {
    margin-right: 40px;
    margin-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-87 {
/*    max-width: none;*/
  }

  .div-block-97 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-99 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-100 {
    margin-right: 20px;
  }

  .text-block-51 {
    color: #434343;
    font-size: 30px;
    font-weight: 700;
  }

  .text-block-52 {
    color: #434343;
    font-weight: 400;
  }

  .div-block-106 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}



@media screen and (min-width: 1920px) {
  .body {
    /* max-width: 1920px; */
    margin-left: auto;
    margin-right: auto;
  }
  
  .section-5 {
      width:100%;
      max-width:1920px;
      margin-left:auto;
      margin-right:auto;
  }

  /* .body div {
    padding-left: 40px;
    padding-right: 40px;
  } */

  .xxl-margin { 
    padding-left: 60px;
    padding-right: 60px;
  }

  .navbars {
    padding-left: 40px;
  }

  .brand {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dropdown-list-2 {
    background-color: transparent;
  }

  .dropdown-list-2.w--open {
    background-color: #f7f7f7;
  }

  .link-block {
    margin: 10px 0px 10px 20px;
  }

  .line-shading {
    background-image: url('../images/Slide-Line-Bottom.svg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .slide-nav {
    top: 80%;
  }

  .description-banner {
    font-size: 24px;
    line-height: 30px;
  }

  .testimoni-container {
    padding-left: 0px;
    padding-right: 0px;
  }


  .content-banner {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1920px;
    margin-left: 240px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .banner-container {
    max-width: none;
  }

  .banner-slider {
    height: 850px;
  }

  .layanan-unggulan-container {
    overflow: visible;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .layanan-unggulan-wrapper {
    /* width: 1440px; */
    /* padding: 0px; */
  }

  .description-section {
    font-size: 22px;
  }

  .image-paket-home {
    min-height: 330px;
    min-width: 660px;
  }

  .layanan-unggulan-section {
    overflow: visible;
    /* margin-left: 0px; */
    padding-right: 10px;
    padding-left: 10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .title-head-block {
    margin-top: 100px;
    margin-right: 0px;
  }

  .readmore-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .readmore-text {
    font-size: 18px;
  }

  .slider-list {
    overflow: visible;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paket-section {
    margin-bottom: 0px;
    font-size: 28px;
  }

  .top-line-art {
    bottom: 96px;
    height: 100px;
    background-position: 50% 0%;
  }

  .paket-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .content-paket-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .content-paket-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .description-content {
    font-size: 18px;
    line-height: 28px;
  }

  .read-more-content {
    margin-top: 20px;
    font-size: 18px;
  }

  .readmore-unggulan-coe {
    margin-top: 40px;
    font-size: 18px;
  }

  /*.copy-paket {
    padding-right: 62px;
    padding-left: 62px;
  }*/

  .bottom-line-art {
    position: relative;
  }

  .title-head-block-paket {
    margin-right: 0px;
  }

  .paket-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .promo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .title-head-promo {
    margin-right: 0px;
  }

  .promo-section {
    max-width: none;
    margin-top: 60px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .promo-wrapper {
    width: 1440px;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .content-promo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .promo-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-10 {
    border-radius: 20px;
  }

  .copy-promo {
    margin-top: 20px;
    color: #434343;
    text-decoration: none;
  }

  .artikel-container.kabar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1920px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .artikel-section {
/*    max-width: 1920px;*/
    padding: 40px;
  }

  .image-artikel {
    max-width: 25em;
  }

  .artikel-content {
    width: auto;
    max-width: 20em;
  }

  .artikel-wrapper {
    /*display: flex;*/
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .artikel-copy {
/*    padding-bottom: 40px;*/
  }

  .testimoni-section {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .testimoni-wrapper {
    width: 570px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .testimoni-container {
    height: 55em;
    max-width: none;
  }

  .testimoni {
    max-width: 24em;
  }

  .container {
    max-width: none;
  }

  .newsletter-container {
    max-width: none;
  }

  .footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .slide-unggulan {
    /* height: 460px; */
    box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.2);
  }

  .breadcrumb-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1920px;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .breadcrumb-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    padding-left: 40px;
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-3 {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section-3 {
    width: 1920px;
    max-width: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .title-wrapper {
    /* margin-left: 0px; */
  }

  .search-wrapper-cari-dokter {
    max-width: none;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .wrapper-cari-dokter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-29 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .buat-janji-wrapper {
    max-width: none;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .buat-janji-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .informasi-pasien-wrapper {
    max-width: none;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .wrapper-informasi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-19 {
    margin-bottom: -4px;
  }

  .div-block-47 {
    max-width: 1920px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-columns: 0.25fr 0.25fr 0.25fr;
    grid-template-columns: 0.25fr 0.25fr 0.25fr;
  }

  .container-5 {
    max-width: none;
  }

  .container-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .title-wrapper-sub {
    margin-left: 0px;
  }

  .container-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimoni-detail-wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .testimoni-detail {
    max-width: 24em;
  }

  .pusat-unggulan-wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-grid-columns: 0.25fr 0.25fr 0.25fr 0.25fr;
    grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr;
  }

  .pusat-unggulan-box {
    box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.2);
  }

  .paket-medis-wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -ms-grid-columns: 0.25fr 0.25fr 0.25fr;
/*    grid-template-columns: 0.25fr 0.25fr 0.25fr;*/
  }

  .copy-paket-main {
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-paket-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
/*    -webkit-align-items: center;*/
    -ms-flex-align: center;
/*    align-items: center;*/
    color: #009339;
    text-decoration: none;
  }

  .promo-terkini-wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-grid-columns: 0.25fr 0.25fr 0.25fr 0.25fr;
    grid-template-columns: 0.25fr 0.25fr 0.25fr;
  }

  .content-promo-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .informasi-pasien-paket-medis-wrapper {
    max-width: none;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .banner-sub {
    max-width: none;
  }

  .sub-banner-section {
    height: 520px;
  }

  .image-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-85 {
    overflow: hidden;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-87 {
    width: 47em;
  }

  .container-11 {
    height: 620px;
    max-width: none;
    background-position: 0px 0px, 50% 30%;
  }

  .container-12 {
    height: 500px;
    max-width: none;
  }

  .div-block-103 {
    margin-top: 60px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-53 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 800px;
    margin-top: 40px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-11 {
    max-width: 1920px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .ck-content {
    padding-right: 60px;
    /* padding-left:20px; */
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_1808663f-5893-aefc-ac2f-f15590d18e9b-a10a826f {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}


@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .customInputContainer, .customInput-subContainer, .customInput-name-Container {
        width: 13em !important;
    }
    .jadwal-layout {
        width: 100% !important;
    }
    .jadwal-dokter {
        width: auto;
    /*    display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    }

    .dokter-spesiality {
    margin-bottom: 20px;
    display: flex;
    column-gap: 20px;
}
}

@media screen and (min-width: 1365px) and (max-width: 1439px) {
    
    .jadwal-dokter {
        width: 100% !important;
    }

}

@media screen and (max-width: 1024px) {
    .about {
        display: flex;
        flex-direction: column;
    }
    .search-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .search-2 div .customInput {
        position: unset;
    }
    
    .dropdown-3 {
        max-width: 90% !important;
        width: 90vw !important;
        margin-bottom: 0.4em;
        align-self: center !important;
        margin-right: 0 !important;
    }
    
    .dropdown-3 .customInput-name {
        position: unset !important;
    }
    
    .dropdown-3 .customInput-sub {
        position: unset !important;
    }
    .search-button-cari-button-container {
        width: 90% !important;   
    }
    .search-button-cari-dokter {
        margin-top: 0.6em;
    }
    .clear-search-doctor {
        margin-top: 1em !important;
    }
    .jadwal-layout {
        align-self: center;
    }
    /*.jadwal-dokter {*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    align-items: center;*/
    /*}*/
    .container-5 {
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
    }
    .section-5 {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    
    .section-6 {
        margin: 0 2em;
    }
    
    .confirm-booking-view {
        width: 100%;
    }
  
    .div-block-48 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        background-image: url('../images/blurred-view-modern-hospital-1.png');
        background-position: 0% 50%;
        background-size: cover;
        width:100%;
    }
  
    .div-block-49 {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    .title-section {
        /*margin-top: 80px;*/
    }
}

@media screen and (max-width: 1400px) {
    .jadwal-dokter {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 991px) {
  .navbars {
    border: 0px solid #000;
  }
  
  .tags {
      display:block;
  }
  
  .tags .text-block-33 {
      margin-bottom:20px;
  }
  
  .home-margin-overflow-image {
      margin-bottom: 8em;
  }
  
  .submit-button-4 {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      font-size: 14px;
      margin-top: 10px;
      /*margin-top: 1em;*/
  }
  
    .booking-form-wrapper {
        flex-direction: column;
    }
    
    .form-information-wrapper, .booking-information-detail-wrapper {
        width: 100%;
    }
    
    .button-booking-detail-wrapper {
        width: 100%;
    }

  .section-app-page{
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .after_login_mobile {
      display:block;
  }

  .section-group-button {
    margin: 1em;
  }

  /*.section-alfabet{
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    display: inline-flex;

  }*/

  .testimoni-container {
    padding-left: 40px;
  }
  
  .login-section {
      display: none;
  }
  
  
  
  .login-section-mobile {
      display:block;
      margin-top:auto;
      margin-bottom:auto;
  }

  .nav-menu {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: #009339;
    background-color: #f7f7f7;
    display: none;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
/*    padding-left: 40px;*/
    font-weight: 600;
  }

  .line-border {
    display: none;
  }

  .testimoni-wrapper {
    display: none;
  }

  .top-menu {
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .icon-ambulance {
    padding: 0px 18px;
  }

  .emergency {
    display: none;
  }

  .emergency-call {
    display: none;
  }

  .icon-call-center {
    padding: 0px 18px;
  }

  .call-center {
    display: none;
  }

  .call-center-call {
    display: none;
  }

  .call-center-icon {
    width: 37px;
  }

  .search {
    display: none;
  }

  .youtube-top {
    margin-right: 10px;
    margin-left: 10px;
  }

  .facebook-top {
    margin-right: 10px;
    margin-left: 10px;
  }

  .instagram-top {
    margin-right: 10px;
    margin-left: 10px;
  }

  .linkedin-top {
    margin-right: 10px;
    margin-left: 10px;
  }

  .social-media-top {
    display: none;
  }

  .section {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .language-dropdown {
    display: none;
  }

  .ambulance-icon {
    width: 37px;
  }

  .image-3 {
    max-width: 75%;
  }

  .menu-button {
    position: static;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .menu-button.w--open {
    padding-bottom: 0px;
    background-color: #f7f7f7;
  }

  .search-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #009339;
  }

  .search-icon-mobile {
    padding: 10px 0px;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-field {
    margin-right: 20px;
    margin-bottom: 0px;
    border: 0px solid #000;
    background-color: #f7f7f7;
    color: #009339;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
  }

  .language-dropdown-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
  }

  .social-media-top-mobile {
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .hamburger-one {
    width: 35px;
    height: 6px;
    margin-bottom: 5px;
    padding: 0px;
    background-color: #009339;
  }

  .hamburger-two {
    width: 35px;
    height: 6px;
    margin-bottom: 5px;
    padding: 0px;
    background-color: #009339;
  }

  .hamburger-three {
    width: 35px;
    height: 6px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: #009339;
  }

  .sticky {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    z-index: 9999;
  }

  .cari-dokter-sticky-icon {
    width: auto;
    max-width: none;
    min-width: auto;
    margin: 20px 0px 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .myrspik-sticky-icon {
    width: auto;
    max-width: none;
    min-width: auto;
    margin: 20px 0px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .link-block-2 {
    width: auto;
    height: 100px;
    max-width: none;
    min-width: auto;
    margin: 20px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 10px 10px 0px 0px;

  }

  .image-4 {
    display: none;
  }

  .image-5 {
    display: block;
    width: 5em;
    height: 34px;
    max-width: none;
  }

  .image-6 {
    width: 3em;
    max-width: none;
  }

  .image-7 {
    width: 2.7em;
    max-width: none;
  }

  .slide {
    background-image: url('../images/banner-image-mobile-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .line-shading {
    position: relative;
    left: 0%;
    top: -98px;
    right: 0%;
    bottom: auto;
    overflow: hidden;
    max-width: 100em;
  }

  .left-arrow {
    display: block;
  }

  .right-arrow {
    display: block;
  }

  .title-banner {
    max-width: 400px;
    font-size: 40px;
    line-height: 45px;
  }

  .description-banner {
    max-width: 400px;
    min-width: auto;
    font-size: 20px;
    line-height: 28px;
  }

  .button-banner {
    font-size: 16px;
  }

  .content-banner {
    height: 600px;
  }

  .banner-slider {
    height: 700px;
  }

  .layanan-unggulan-container {
    overflow: hidden;
    margin-top: 0px;
  }

  .title-section {
    font-size: 50px;
    line-height: 60px;
  }

  .description-section {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .layanan-unggulan-section {
/*    height: 723px;*/
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .title-head-block {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
  }

  .readmore-block.artikel-kesehatan {
    margin-top: 40px;
  }

  .readmore-text {
    font-size: 15px;
  }

  .bold-text {
    font-size: 50px;
  }

  .testimoni-wrapper {
    width: unset;
  }

  .slide-unggulan{
    width: 100%;
/*    height: 390px;*/
  }

  .title-unggulan {
    font-size: 24px;
  }

  .paket-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .content-paket-1 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .image-paket {
    min-height: 320px;
    min-width: 400px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  /*.copy-paket {
    margin: 20px 40px 40px 45px;
  }*/

  .title-head-block-paket {
    margin-right: 40px;
    margin-bottom: 60px;
    margin-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
  }

  .paket-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .title-head-promo {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
  }

  .content-promo {
    margin-top: 0px;
/*    margin-bottom: 60px;*/
  }

  .promo-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .artikel-content {
    width: auto;
    max-width: 25em;
    margin: 30px;
  }

  .artikel-wrapper {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .artikel-wrapper.artikel-page-next {
    display: none;
    margin-top: 0px;
  }

  .artikel-copy {
/*    padding-bottom: 40px;*/
  }

  .content-testimoni-wrapper {
    overflow: hidden;
    margin-top: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .testimoni-container {
    background-position: 35% 50%;
  }

  .testimoni-content {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .testimoni {
    overflow: visible;
    max-width: 32em;
    min-width: 15em;
    margin-right: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .section-2 {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .section-12 {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .div-block-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-12 {
    margin-top: 100px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-15 {
    padding: 0px;
  }

  .button-app {
    font-size: 16px;
  }

  .div-block-14 {
    display: none;
  }

  .div-block-16 {
    height: 1100px;
  }

  .div-block-img-app {
    height: 1000px;
  }

  .footer-container {
    margin-bottom: 0px;
    padding-bottom: 140px;
  }

  .footer-section {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .search-wrapper-cari-dokter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .dropdown {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .dropdown-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .search-2 {
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;*/
  }

  .dropdown-3 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .search-input {
/*    width: auto;*/
    margin-right: 0px;
/*    margin-bottom: 10px;*/
    padding: 10px 10px 10px 17px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    font-weight: 600;
  }

  .search-button {
/*    height: 44px;*/
  }

  .wrapper-cari-dokter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-32 {
    display: block;
    margin-bottom: 0px;
  }

  .textarea {
    width: 300px;
    max-width: none;
  }

  .form-2 {
    margin-top: 0px;
  }

  .div-block-33 {
    width: 300px;
    height: 52px;
  }

  .text-block-7-copy {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 11px;
    line-height: 15px;
  }

  .form-block-2 {
    display: block;
  }

  .div-block-36 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .informasi-pasien-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .wrapper-informasi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section-4 {
    background-position: 66% 50%;
  }

  .div-block-46 {
    margin-left: 60px;
  }

  .div-block-47 {
    margin-bottom: 100px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 0.25fr minmax(244px, 0.25fr) 0.25fr;
    grid-template-columns: 0.25fr minmax(244px, 0.25fr) 0.25fr;
  }

  /*.container-5 {*/
  /*  height: 530px;*/
  /*  -webkit-box-pack: end;*/
  /*  -webkit-justify-content: flex-end;*/
  /*  -ms-flex-pack: end;*/
  /*  justify-content: flex-end;*/
  /*  -webkit-box-align: center;*/
  /*  -webkit-align-items: center;*/
  /*  -ms-flex-align: center;*/
  /*  align-items: center;*/
  /*}*/

  .section-5 {
    /*margin-right: 20px;*/
    /*margin-left: 20px;*/
  }

  /*.div-block-48 {*/
  /*  -webkit-align-self: flex-end;*/
  /*  -ms-flex-item-align: end;*/
  /*  align-self: flex-end;*/
  /*  -webkit-box-flex: 0;*/
  /*  -webkit-flex: 0 auto;*/
  /*  -ms-flex: 0 auto;*/
  /*  flex: 0 auto;*/
  /*}*/

  /*.div-block-49 {*/
  /*  margin-top: 20px;*/
  /*  margin-bottom: 20px;*/
  /*  -webkit-box-flex: 0;*/
  /*  -webkit-flex: 0 0 auto;*/
  /*  -ms-flex: 0 0 auto;*/
  /*  flex: 0 0 auto;*/
  /*}*/

  .text-block-17 {
    font-size: 21px;
  }

  .nama-dokter {
    margin-bottom: 10px;
  }

  .text-block-18 {
    font-size: 14px;
  }

  .text-block-19 {
    font-size: 15px;
  }

  .dokter-spesiality {
    margin-bottom: 10px;
  }

  .text-block-20 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .div-block-52 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-53 {
    width: auto;
    max-width: 200px;
    min-width: 120px;
  }

  .table-header {
    width: auto;
    max-width: 200px;
    min-width: 120px;
  }

  .text-block-21 {
    font-size: 14px;
  }

  .text-block-22 {
    font-size: 12px;
  }

  .div-block-54 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-20 {
    max-width: 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .text-block-24 {
    font-size: 14px;
  }

  .artikel {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .artikel-body {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .div-block-63 {
    max-width: none;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-left: 0px;
  }

  .div-block-68 {
    max-width: 16em;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-21 {
    display: inline-block;
    max-width: 100%;
  }

  .div-block-68-copy {
    max-width: 100%;
  }

  .dokter-list-artikel {
    height: 260px;
    max-width: 100%;
  }

  .image-23 {
    max-width: 100%;
  }

  .testimoni-detail-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimoni-detail {
    overflow: visible;
    max-width: 36em;
    margin-right: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .pusat-unggulan-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 0.25fr 0.25fr;
    grid-template-columns: 0.25fr 0.25fr;
  }

  .paket-medis-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 0.25fr;
    grid-template-columns: auto;
  }

  .copy-paket-main {
/*    margin: 20px 0px 40px;*/
  }

  .link-paket-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 42em;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-paket-home {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .title-section-home {
    margin-bottom: 0px;
    font-size: 50px;
    line-height: 60px;
  }

  .promo-terkini-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: auto auto;
    grid-template-columns: 0.40fr 0.40fr;
  }

  .content-promo-main {
    margin: 0px 10px 40px;
  }

  .paket-medis-img {
    overflow: hidden;
    max-height: none;
    min-height: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .artikel-body-copy {
    margin-right: 0px;
    margin-bottom: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .informasi-pasien-paket-medis-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .sub-banner-section {
    height: 300px;
    background-image: url('../images/banner-image-mobile-1.jpg'), url('../images/sub-banner-image.png');
    background-position: 50% 50%, 50% 0%;
    background-size: cover, cover;
  }

  .title-sub-banner {
    max-width: 400px;
    font-size: 40px;
    line-height: 45px;
  }

  .section-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-84 {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
  }

  .form-4 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .dropdown-toggle-3 {
    min-width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
  }

  .dropdown-4 {
    position: static;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-87 {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-10 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .section-tentang-kami {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-98 {
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  
  .

  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .container-11 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(38%, hsla(0, 0%, 100%, 0.38)), to(#fff)), url('../images/BG-vision-mission.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.38) 38%, #fff), url('../images/BG-vision-mission.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .section-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-12 {
    height: 460px;
    margin-bottom: 20px;
  }

  .text-block-53 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-105 {
    background-size: cover;
  }

  .container-15 {
    background-position: 70% 50%;
  }
  
  .text-block-desk-app {
      padding: 0px;
    }
    
    .title-section {
        /*margin-top: 80px;*/
    }
}

@media screen and (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }

  .div-text-login {
    font-weight: 400;text-align: center;color:#434343; font-size: 13px;
  }
  
  .section-alfabet{
      padding-left: 10px;
      padding-right:10px;
  }

  .popup {
    height: 450px;
    width: 600px;
  }
  
  .margin-7 {
      margin-left: 2em;
      margin-right: 2em;
  }

  .section-app-page{
    padding-left: 0px;
    padding-right: 0px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
     padding-left: 40px; 
    font-weight: 600;
  }

  .m-dropdown {
    position: relative;
    display: block;
    text-align: justify;
  }

  .m-dropdown-content {
      display: block;
      position: unset;
      background-color: unset;
      padding-left: 60px;
  }

  .dropbtn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    color: #222222;
  }
  
  .div-block-107 {
      display: flex;
      flex-wrap: wrap;
  }
  
  .div-block-108 {
      width: 43%;
  }
  
  .div-block-108 div img {
      margin-bottom: 1em;
  }

  .pusat-cyclopedia {
    grid-template-columns: auto;
  }

  /*.section-alfabet{
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    display: inline-flex;
  }*/
  
  .sub-banner-section {
    height: 600px;
    background-image: url('../images/banner-image-mobile-1.jpg'), url('../images/sub-banner-image.png');
    background-position: 50% 50%, 50% 0%;
    background-size: cover, cover;
  }
}

@media screen and (max-width: 767px) {
  .top-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .icon-ambulance {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .emergency-bar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .call-center-bar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .icon-call-center {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .section {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button {
    padding-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }


  .hamburger-three {
    margin-bottom: 0px;
  }

  .cari-dokter-sticky-icon {
    height: 5em;
    margin-right: 0px;
    margin-left: 0px;
  }

  .myrspik-sticky-icon {
    height: 5em;
    margin-right: 0px;
    margin-left: 0px;
  }

  .link-block-2 {
    height: 5em;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-5 {
    width: 2em;
  }

  .image-6 {
    width: 2em;
  }

  .image-7 {
    width: 2em;
  }

  .slide {
    background-size: cover;
  }

  .line-shading {
    bottom: auto;
    overflow: hidden;
    max-width: 100em;
  }

  .left-arrow {
    display: block;
  }

  .right-arrow {
    display: block;
  }

  .title-banner {
    max-width: 300px;
    font-size: 30px;
    line-height: 35px;
  }

  .description-banner {
    max-width: 300px;
    font-size: 20px;
    line-height: 28px;
  }

  .content-banner {
    margin-left: 40px;
  }

  .banner-slider {
    height: 600px;
  }

  .layanan-unggulan-container {
    margin-top: 0px;
  }



  .title-section {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .description-section {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 25px;
  }

  .layanan-unggulan-section {
/*    height: 693px;*/
    margin-left: 20px;
  }

  .title-head-block {
    margin-right: 20px;
    margin-bottom: 60px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-head-block.testimoni-title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .title-head-block.layanan {
    margin-top: 0px;
  }

  .bold-text {
    font-size: 40px;
  }

  .top-line-art {
    margin-top: 100px;
  }

  .content-paket-1 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-paket {
    min-height: 230px;
    min-width: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .copy-paket {
    max-width: none;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .title-head-block-paket {
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paket-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title-head-promo {
    margin-right: 20px;
    margin-bottom: 60px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimoni-section {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .testimoni-wrapper {
    display: none;
  }

  .testimoni-container {
    background-position: 30% 10%;
    background-size: auto;
  }

  .testimoni {
    display: block;
    max-width: 30em;
    min-width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-16 {
    height: 880px;
  }

  .div-block-img-app {
    height: 880px;
  }

  .newsletter-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .newsletter-form {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .field-label {
    width: auto;
    font-size: 23px;
  }

  .text-field-2 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .newsletter-form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-16 {
    max-width: 100%;
  }

  .newsletter-form-submit {
    margin-top: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .footer-container {
    margin-bottom: 0px;
    padding-bottom: 100px;
  }

  .footer-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .copyright-wrapper {
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .copyright-text {
    margin-right: 0px;
  }

  .slide-unggulan {
/*    height: 450px;*/
  }

  .breadcrumb-text {
    font-size: 10px;
  }

  .dropdown {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-block-7 {
    font-size: 15px;
  }

  .advance-form {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .day-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-27 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .time-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-28 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-29 {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .buat-janji-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .buat-janji-dropdown {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .textarea {
    width: auto;
  }

  .form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-33 {
    width: auto;
  }

  .div-block-34 {
    width: 200px;
    height: 280px;
    margin-right: 20px;
  }

  .div-block-35 {
    width: 200px;
    height: 280px;
  }

  .text-block-13 {
    font-size: 15px;
  }

  .text-block-14 {
    font-size: 14px;
  }

  .div-block-36 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-40 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-41 {
    margin-bottom: 10px;
  }

  .section-4 {
    background-position: 23% 50%;
  }

  .div-block-47 {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 0.25fr 0.25fr;
    grid-template-columns: 0.25fr 0.25fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .docter-result-bio {
    width: 200px;
    height: 280px;
    margin-right: 20px;
  }

  .container-5 {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .section-5 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-48 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: url('../images/blurred-view-modern-hospital-1.png');
    background-position: 0% 50%;
    background-size: cover;
  }

  .div-block-49 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-52 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-53 {
    min-width: 180px;
  }

  .jadwal-layout {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .table-header {
    min-width: 180px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-54 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-20 {
    max-width: 80%;
  }

  .container-8 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-block-4 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-block-69 {
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-21 {
    max-width: 90%;
  }

  .paket-medis-artikel {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-74 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-77 {
    margin-top: 10px;
  }

  .testimoni-detail {
    display: block;
    max-width: 30em;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .pusat-unggulan-wrapper {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
  }

  .pusat-unggulan-box {
    height: 450px;
  }

  .paket-medis-wrapper {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    -ms-grid-columns: -webkit-min-content;
    -ms-grid-columns: min-content;
    grid-template-columns: -webkit-min-content;
    grid-template-columns: min-content;
  }

  .copy-paket-main {
    max-width: none;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 40px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .link-paket-main {
    width: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .title-section-home {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .pusat-unggulan-artikel-copy {
    margin-bottom: 60px;
  }

  .promo-terkini-wrapper {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .artikel-terkait {
    margin-bottom: 60px;
  }

  .paket-medis-img {
    max-height: none;
    min-height: auto;
    margin-bottom: 40px;
  }

  .div-block-40-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-40-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-79 {
    width: 300px;
  }

  .div-block-39-copy {
    margin-bottom: 10px;
  }

  .div-block-tanggal {
    margin-bottom: 10px;
  }

  .div-block-81 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-82 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-83 {
    margin-left: 0px;
    padding-left: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .title-sub-banner {
    max-width: 300px;
    font-size: 40px;
    line-height: 35px;
  }

  .text-block-44 {
    font-size: 28px;
  }

  .form-4 {
    margin-bottom: 60px;
  }
  
  .icon-link {
      width: 100%;
  }

  .icon-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /*-webkit-flex-direction: column;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column;*/
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
  }

  .icon-contact {
    margin-bottom: 10px;
  }

  .icon-contact-fax {
    margin-bottom: 10px;
  }

  .icon-contact-ugd {
    margin-bottom: 10px;
  }

  .icon-contact-email {
    margin-bottom: 10px;
  }

  .text-block-49 {
    font-size: 28px;
  }

  .footer-dark {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-content {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, 0.75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .text-block-51 {
    font-size: 20px;
  }

  .container-12 {
    height: 560px;
    margin-bottom: 20px;
  }

  .container-13 {
    margin-bottom: 20px;
  }

  .text-block-54 {
    font-size: 14px;
    line-height: 17px;
  }

  .container-15 {
    background-position: 70% 50%;
  }
}

@media screen and (max-width: 650px) {
    .search-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .search-2 div .customInput {
        position: unset;
    }
    
    .dropdown-3 {
        max-width: 90% !important;
        width: 90vw !important;
        margin-bottom: 0.4em;
        align-self: center;
        margin-right: 0 !important;
    }
    
    .dropdown-3 .customInput-name {
        position: unset !important;
    }
    .customInputContainer {
        min-width: unset !important;
    }
    .customInput-subContainer {
        min-width: unset !important;
    }
    .dropdown-3 .customInput-sub {
        position: unset !important;
    }
    .search-button-cari-button-container {
        width: 90% !important;   
    }
    .search-button-cari-dokter {
        margin-top: 0.6em;
    }
    .clear-search-doctor {
        margin-top: 1em !important;
    }

    .condition {
      display: grid;
    }

    .condition--item {
      width: 100%;
    }
}

@media screen and (max-width: 479px) {
  .navbars {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-container {
    padding-right: 20px;
  }

  .popup {
    height: 350px;
    width: 360px;
  }

  .search-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .brand {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .top-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .icon-ambulance {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .emergency-bar {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 0px;
  }

  .call-center-bar {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .icon-call-center {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .call-center-icon {
    max-width: 90%;
  }

  .section {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .menu {
    margin-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ambulance-icon {
    max-width: 90%;
  }

  .image-3 {
    max-width: 100px;
    min-width: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .copy-paket .read-more-content {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .dropdown-list {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .slide {
    background-position: 50% 0%;
    background-size: cover;
  }

  .line-shading {
    bottom: auto;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .title-banner {
    max-width: 200px;
    font-size: 25px;
    line-height: 30px;
  }

  .description-banner {
    max-width: 200px;
    font-size: 14px;
    line-height: 19px;
  }

  .content-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title-section {
    font-size: 40px;
    line-height: 47px;
  }

  .title-section.button-sub {
    color: #fff;
  }

  .description-section {
    font-size: 15px;
    line-height: 22px;
  }

  .layanan-unggulan-section {
/*    height: 577px;*/
    margin-left: 20px;
  }

  .title-head-block {
    margin-right: 20px;
    margin-left: 20px;
  }

  .readmore-block {
    margin-top: 20px;
  }

  .title-unggulan {
    font-size: 25px;
    line-height: 30px;
  }

  .desc-unggulan {
    display: none;
    font-size: 12px;
    line-height: 20px;
  }

  .readmore-unggulan {
    font-size: 12px;
  }

  .bold-text {
    font-size: 40px;
    line-height: 40px;
  }

  .title-content {
    font-size: 18px;
    line-height: 20px;
  }

  .image-paket {
    max-height: none;
    min-height: 230px;
    min-width: 200px;
    border-radius: 10px;
  }

  .title-head-block-paket {
    margin-right: 20px;
    margin-left: 0px;
  }

  .title-head-promo {
    margin-right: 20px;
    margin-left: 20px;
  }

  .promo-content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-artikel {
    overflow: hidden;
    width: auto;
    height: auto;
    width:100%;
    max-width: 100%;
  }

  .artikel-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .artikel-wrapper {
    display: flex;
    overflow: visible;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .artikel-copy {
    width: auto;
    height: auto;
/*    max-width: 16em;*/
  }

  .image-11 {
    max-width: none;
  }
  
  
  .image-new-11 {
    max-width: 100%;
  }

  .image-artikel .image-11{
    max-width: 100%;
  }

  .testimoni-section {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content-testimoni-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .testimoni-container {
    height: 53em;
    background-position: 26% 48%;
    background-size: cover;
    padding-left: 0px;
    padding-right: 0px;
  }

  .testimoni-content {
    position: static;
    overflow: hidden;
    width: 16em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .testimoni {
/*    max-width: 16em;*/
    padding-left: 0px;
  }

  .div-block-11 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-12 {
    margin-top: 60px;
  }

  .div-block-13 {
    margin-right: 0px;
  }

  .text-block-3 {
    font-size: 15px;
  }

  .div-block-16 {
    position: static;
/*    height: 700px;*/
  }

  .div-block-img-app {
    position: static;
    height: 700px;
  }

  .newsletter-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .newsletter-section {
    display: inline-block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .newsletter-title {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .newsletter-form {
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .field-label {
    font-size: 21px;
  }

  .text-field-2 {
    width: auto;
    max-width: none;
    min-width: auto;
  }

  .newsletter-form-block {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .submit-button {
    margin-top: 20px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .newsletter-form-submit {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-head-menu {
    font-size: 14px;
  }

  .map-preview {
    overflow: hidden;
  }

  .copyright-text {
    font-size: 12px;
  }

  .text-block-6 {
    display: none;
  }

  .term-condition {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-unggulan {
    width: auto;
/*    height: 400px;*/
/*    padding-bottom: 20px;*/
  }

  .breadcrumb-text {
    font-size: 10px;
  }

  .breadcrumb-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title-wrapper {
    margin-left: 10px;
  }

  .div-block-31 {
    width: 80px;
  }

  .buat-janji-dropdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-34 {
    width: 260px;
    height: 340px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .div-block-35 {
    width: 260px;
    height: 340px;
  }

  .div-block-38 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section-4 {
    background-position: 40% 50%;
  }

  .div-block-47 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .docter-result-bio {
    width: 260px;
    height: 340px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .section-5 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block-17 {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-18 {
    text-align: center;
  }

  .text-block-19 {
    text-align: center;
  }

  .text-block-20 {
    text-align: center;
  }

  .div-block-53 {
    min-width: 130px;
  }

  .table-header {
    min-width: 130px;
  }

  .container-7 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .title-wrapper-sub {
    margin-left: 10px;
  }

  .artikel {
    min-height: 400px;
    min-width: 210px;
  }

  .div-block-58 {
    min-height: auto;
  }

  .artikel-image {
    min-height: 180px;
  }

  .link-block-4 {
    margin-bottom: 10px;
  }

  .div-block-67 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-68 {
    max-width: none;
  }

  .image-21 {
    max-width: 100%;
  }

  .text-block-36 {
    font-size: 18px;
    line-height: 25px;
  }

  .link-4 {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-36-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .dokter-list-artikel {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-22 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-75 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    opacity: 1;
  }

  .div-block-76 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .testimoni-detail-wrapper {
    overflow: visible;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimoni-detail {
    max-width: 17em;
    padding-left: 0px;
  }

  .pusat-unggulan-wrapper {
    overflow: visible;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .pusat-unggulan-box {
    width: auto;
    height: 400px;
    max-width: 21em;
    min-width: 24em;
/*    padding-bottom: 20px;*/
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .title-detail-pusat-unggulan {
    font-size: 32px;
    line-height: 42px;
  }

  .paket-medis-wrapper {
    overflow: visible;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    /*margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
    -ms-grid-columns: auto;
    grid-template-columns: auto;*/
  }

  .link-paket-main {
    padding-right: 0px;
    padding-left: 0px;
  }

  .title-section-home {
    font-size: 40px;
    line-height: 45px;
  }

  .pusat-unggulan-artikel-copy {
    margin-top: 60px;
    margin-bottom: 0px;
  }

  .promo-terkini-wrapper {
    overflow: visible;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .artikel-terkait {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .paket-medis-img {
    min-height: auto;
  }

  .paket-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-39 {
    font-weight: 700;
  }

  .paket-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-79 {
    width: 280px;
  }

  .checkbox-field {
    margin-right: 10px;
    margin-left: 10px;
  }

  .title-sub-banner {
    max-width: 200px;
    font-size: 25px;
    line-height: 30px;
  }

  .container-9 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-page {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-block-44 {
    font-size: 22px;
  }

  .dropdown-toggle-3 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .icon-3 {
    margin-right: 0px;
  }

  .icon-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /*-webkit-flex-direction: column;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column;*/
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    justify-content: space-between;
  }

  .icon-name {
    margin-right: 0px;
  }

  .text-block-47 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .icon-name-copy {
    margin-right: 0px;
  }

  .icon-name-3 {
    margin-right: 0px;
  }

  .icon-name-4 {
    margin-right: 0px;
  }

  .icon-name-5 {
    margin-right: 0px;
  }

  .text-block-49 {
    font-size: 25px;
  }

  .container-10 {
    max-width: none;
  }

  .div-block-98 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .about {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .container-11 {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 40px;
    background-position: 0px 0px, 30% 50%;
  }

  .div-block-99 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-100 {
    margin-bottom: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .text-block-51 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-52 {
    font-size: 14px;
  }

  .list-item {
    font-size: 14px;
  }

  .list-item-2 {
    font-size: 14px;
  }

  .list-item-3 {
    font-size: 14px;
  }

  .list-item-4 {
    font-size: 14px;
  }

  .container-12 {
    height: auto;
    margin-bottom: 20px;
  }

  .text-block-53 {
    font-size: 14px;
  }

  .container-13 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-54 {
    font-size: 11px;
    line-height: 15px;
  }

  .container-14 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-107 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-block-55 {
    font-size: 10px;
  }

  .container-15 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/karir.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/karir.png');
    background-position: 0px 0px, 80% 50%;
    background-size: auto, cover;
  }

  .text-block-56 {
    color: #fff;
  }

  .section-app-page{
    padding-left: 0px;
    padding-right: 0px;
  }

  /*.section-alfabet{
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    display: inline-flex;
  }*/

  .promo-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}



@media screen and (max-width: 479px) {
  #w-node-_3fc6f2ce-6f4f-4642-240a-a77c37da6f38-699c41c9 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b7619825-7d67-440e-e048-65c70f355e0d-6e09b07d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .popup {
    height: 350px;
    width: 360px;
  }
  .section-app-page{
    padding-left: 0px;
    padding-right: 0px;
  }

  /*.section-alfabet{
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    display: inline-flex;
  }*/

  .promo-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    padding-left: 40px;
  }

  .popup-login {
    width: 90%;
    padding:10px;
    margin: 5px;
    font-size: 14px;
  }

  #select-view h4 {
    font-size: 13px;
  }
}

@media screen and (max-width: 379px) {
  .popup {
    height: 300px;
    width: 310px;
  }

  .layanan-unggulan-wrapper {
    padding: 0px;
  }

  .layanan-unggulan-section {
/*    height: 477px;*/
    margin-left: 0px;
  }

  .slide-container {
    padding-right: 0px;
  }

  .paket-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }

  .section-app-page{
    padding-left: 0px;
    padding-right: 0px;
  }

  .artikel-section {
    padding: 0px;
  }

  /*.section-alfabet{
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    display: inline-flex;
  }*/

  .promo-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-sub{
    margin-bottom: 0px;
  }

  .pusat-unggulan-box {
    min-width: 17em;
  }

  .container-page {
      padding-left: 20px;
      padding-right: 20px;
   }
   
   .margin-7 {
      margin-left: 1em;
      margin-right: 1em;
  }
  
  /*.ck-content {*/
  /*    color: #434343;*/
      /*padding-left: 5%;*/
      /*padding-right: 5%;*/
  /*  }*/
}

@media only screen and (max-width: 1168px) and (min-width: 651px) {
  /*.section-alfabet{
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    display: inline-flex;
  }*/
  .emergency {
    display: none;
  }

  .call-center {
    display: none;
  }

  .testimoni-wrapper {
    display: none;
  }

  .testimoni-container {
    padding-left: 40px;
  }
}




/*:root {
    --ck-color-image-caption-background: hsl(0, 0%, 97%);
    --ck-color-image-caption-text: hsl(0, 0%, 20%);
    --ck-color-mention-background: hsla(341, 100%, 30%, 0.1);
    --ck-color-mention-text: hsl(341, 100%, 30%);
    --ck-color-table-caption-background: hsl(0, 0%, 97%);
    --ck-color-table-caption-text: hsl(0, 0%, 20%);
    --ck-highlight-marker-blue: hsl(201, 97%, 72%);
    --ck-highlight-marker-green: hsl(120, 93%, 68%);
    --ck-highlight-marker-pink: hsl(345, 96%, 73%);
    --ck-highlight-marker-yellow: hsl(60, 97%, 73%);
    --ck-highlight-pen-green: hsl(112, 100%, 27%);
    --ck-highlight-pen-red: hsl(0, 85%, 49%);
    --ck-image-style-spacing: 1.5em;
    --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
    --ck-todo-list-checkmark-size: 16px;
}*/

.ck-content {
  color: #434343;
  padding-left: 10%;
  padding-right: 10%;
}

@media screen and (max-width: 479px) {
    .ck-content {
      color: #434343;
      padding-left: unset;
      padding-right: unset;
    }
}

/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: solid 5px hsl(0, 0%, 80%);
    
}
/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content[dir="rtl"] blockquote {
    border-left: 0;
    border-right: solid 5px hsl(0, 0%, 80%);
}
/* ckeditor5-basic-styles/theme/code.css */
.ck-content code {
    background-color: hsla(0, 0%, 78%, 0.3);
    padding: .15em;
    border-radius: 2px;
}
/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-tiny {
    font-size: .7em;
}
/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-small {
    font-size: .85em;
}
/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-big {
    font-size: 1.4em;
}
/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-huge {
    font-size: 1.8em;
}
/* ckeditor5-image/theme/imagecaption.css */
.ck-content .image > figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    color: var(--ck-color-image-caption-text);
    background-color: var(--ck-color-image-caption-background);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image {
    display: table;
    clear: both;
    text-align: center;
    margin: 0.9em auto;
    min-width: 50px;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image-inline {
    /*
     * Normally, the .image-inline would have "display: inline-block" and "img { width: 100% }" (to follow the wrapper while resizing).;
     * Unfortunately, together with "srcset", it gets automatically stretched up to the width of the editing root.
     * This strange behavior does not happen with inline-flex.
     */
    display: inline-flex;
    max-width: 100%;
    align-items: flex-start;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image-inline picture {
    display: flex;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image-inline picture,
.ck-content .image-inline img {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized img {
    width: 100%;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized > figcaption {
    display: block;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-block-align-left,
.ck-content .image-style-block-align-right {
    max-width: calc(100% - var(--ck-image-style-spacing));
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-left,
.ck-content .image-style-align-right {
    clear: none;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
    max-width: 50%;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-block-align-right {
    margin-right: 0;
    margin-left: auto;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-block-align-left {
    margin-left: 0;
    margin-right: auto;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content p + .image-style-align-left,
.ck-content p + .image-style-align-right,
.ck-content p + .image-style-side {
    margin-top: 0;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-inline.image-style-align-left,
.ck-content .image-inline.image-style-align-right {
    margin-top: var(--ck-inline-image-style-spacing);
    margin-bottom: var(--ck-inline-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-inline.image-style-align-left {
    margin-right: var(--ck-inline-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-inline.image-style-align-right {
    margin-left: var(--ck-inline-image-style-spacing);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list {
    list-style: none;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li {
    margin-bottom: 5px;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li .todo-list {
    margin-top: 5px;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    width: var(--ck-todo-list-checkmark-size);
    height: var(--ck-todo-list-checkmark-size);
    vertical-align: middle;
    border: 0;
    left: -25px;
    margin-right: -15px;
    right: 0;
    margin-left: 0;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::before {
    display: block;
    position: absolute;
    box-sizing: border-box;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid hsl(0, 0%, 20%);
    border-radius: 2px;
    transition: 250ms ease-in-out box-shadow, 250ms ease-in-out background, 250ms ease-in-out border;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::after {
    display: block;
    position: absolute;
    box-sizing: content-box;
    pointer-events: none;
    content: '';
    left: calc( var(--ck-todo-list-checkmark-size) / 3 );
    top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
    border-style: solid;
    border-color: transparent;
    border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
    transform: rotate(45deg);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::before {
    background: hsl(126, 64%, 41%);
    border-color: hsl(126, 64%, 41%);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::after {
    border-color: hsl(0, 0%, 100%);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label .todo-list__label__description {
    vertical-align: middle;
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-yellow {
    background-color: var(--ck-highlight-marker-yellow);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-green {
    background-color: var(--ck-highlight-marker-green);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-pink {
    background-color: var(--ck-highlight-marker-pink);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-blue {
    background-color: var(--ck-highlight-marker-blue);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-red {
    color: var(--ck-highlight-pen-red);
    background-color: transparent;
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-green {
    color: var(--ck-highlight-pen-green);
    background-color: transparent;
}
/* ckeditor5-language/theme/language.css */
.ck-content span[lang] {
    font-style: italic;
}
/* ckeditor5-media-embed/theme/mediaembed.css */
.ck-content .media {
    clear: both;
    margin: 0.9em 0;
    display: block;
    min-width: 15em;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break {
    position: relative;
    clear: both;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break::after {
    content: '';
    position: absolute;
    border-bottom: 2px dashed hsl(0, 0%, 77%);
    width: 100%;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break__label {
    position: relative;
    z-index: 1;
    padding: .3em .6em;
    display: block;
    text-transform: uppercase;
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 0.75em;
    font-weight: bold;
    color: hsl(0, 0%, 20%);
    background: hsl(0, 0%, 100%);
    box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* ckeditor5-table/theme/tablecaption.css */
.ck-content .table > figcaption {
    display: table-caption;
    caption-side: top;
    word-break: break-word;
    text-align: center;
    color: var(--ck-color-table-caption-text);
    background-color: var(--ck-color-table-caption-background);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px;
}
/* ckeditor5-table/theme/table.css */
.ck-content .table {
    margin: 0.9em auto;
    display: table;
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    border: 0px double hsl(0, 0%, 70%);
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table td,
.ck-content .table table th {
    min-width: 2em;
    padding: .4em;
    border: 0px solid hsl(0, 0%, 75%);
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table th {
    font-weight: bold;
    background: hsla(0, 0%, 0%, 5%);
}
/* ckeditor5-table/theme/table.css */
.ck-content[dir="rtl"] .table th {
    text-align: right;
}
/* ckeditor5-table/theme/table.css */
.ck-content[dir="ltr"] .table th {
    text-align: left;
}
/* ckeditor5-table/theme/tablecolumnresize.css */
.ck-content .table .ck-table-resized {
    table-layout: fixed;
}
/* ckeditor5-table/theme/tablecolumnresize.css */
.ck-content .table table {
    overflow: hidden;
}
/* ckeditor5-table/theme/tablecolumnresize.css */
.ck-content .table td,
.ck-content .table th {
    position: relative;
}
/* ckeditor5-code-block/theme/codeblock.css */
.ck-content pre {
    padding: 1em;
    color: hsl(0, 0%, 20.8%);
    background: hsla(0, 0%, 78%, 0.3);
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    text-align: left;
    direction: ltr;
    tab-size: 4;
    white-space: pre-wrap;
    font-style: normal;
    min-width: 200px;
}
/* ckeditor5-code-block/theme/codeblock.css */
.ck-content pre code {
    background: unset;
    padding: 0;
    border-radius: 0;
}
/* ckeditor5-horizontal-line/theme/horizontalline.css */
.ck-content hr {
    margin: 15px 0;
    height: 4px;
    background: hsl(0, 0%, 87%);
    border: 0;
}
/* ckeditor5-mention/theme/mention.css */
.ck-content .mention {
    background: var(--ck-color-mention-background);
    color: var(--ck-color-mention-text);
}
/* ckeditor5-list/theme/liststyles.css */
.ck-content ol {
    list-style-type: decimal;
}
/* ckeditor5-list/theme/liststyles.css */
.ck-content ol ol {
    list-style-type: lower-latin;
}
/* ckeditor5-list/theme/liststyles.css */
.ck-content ol ol ol {
    list-style-type: lower-roman;
}
/* ckeditor5-list/theme/liststyles.css */
.ck-content ol ol ol ol {
    list-style-type: upper-latin;
}
/* ckeditor5-list/theme/liststyles.css */
.ck-content ol ol ol ol ol {
    list-style-type: upper-roman;
}
/* ckeditor5-list/theme/liststyles.css */
.ck-content ul {
    list-style-type: circle;
}
/* ckeditor5-list/theme/liststyles.css */
.ck-content ul ul {
    list-style-type: disc;
}
/* ckeditor5-list/theme/liststyles.css */
.ck-content ul ul ul {
    list-style-type: square;
}
/* ckeditor5-list/theme/liststyles.css */
.ck-content ul ul ul ul {
    list-style-type: square;
}
@media print {
    /* ckeditor5-page-break/theme/pagebreak.css */
    .ck-content .page-break {
        padding: 0;
    }
    /* ckeditor5-page-break/theme/pagebreak.css */
    .ck-content .page-break::after {
        display: none;
    }
}


.bg-secondary-1 {
  background-color: #acd6ca;
}

.slide-container-2{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-content-2{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card-2{
  border-radius: 25px;
/*  background-color: #FFF;*/
}
.image-content-2 {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
/*  padding: 10px 14px;*/

}
.card-content-2{
  display: flex;
  flex-direction: column;
  align-items: center;
/*  padding: 10px 14px;*/
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FFF;
}
.image-content-2{
  position: relative;
  row-gap: 5px;
/*  padding: 25px 0;*/
}
.overlay-2{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  border-radius: 25px 25px 0 25px;
}
.overlay-2::before,
.overlay-2::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}
.overlay-2::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.card-image-2{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: -60px;
  background-size: cover;
  background-position: center;
}
.card-image-2 .card-img-2{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #4070F4;
}
.name-2{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description-2{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button-2{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button-2:hover{
  background: #265DF2;
}

.swiper-navBtn-2{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn-2:hover{
  color: #4070F4;
}
.swiper-navBtn-2::before,
.swiper-navBtn-2::after{
  font-size: 35px;
}
.swiper-button-next-2{
  right: 0;
}
.swiper-button-prev-2{
  left: 0;
}
.swiper-pagination-bullet-2{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-2-active{
  background-color: #4070F4;
}

@media screen and (max-width: 768px) {
  .slide-content-2{
    margin: 0 10px;
  }
  .swiper-navBtn-2{
    display: none;
  }

  .testimoni-container {
    padding-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  .testimoni-container {
    padding-left: 20px;
  }
}

.zoom-effect {  
  position: relative;
  width: 100%;
/*  height: 360px;*/
  margin: 0 auto;
  overflow: hidden;  
}
 
.kotak {
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 0.6;
  font-weight: normal; 
  transition: transform 3s; 
  position: relative;*/
  
}
 
.kotak img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: 700px;
  border-radius: 20px;
}
 
.slide-unggulan:hover .kotak img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  border-radius: 20px;
  background: unset;
}

@media screen and (max-width : 1280px) {
    .nav-menu {
        font-size:13px;
    }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}