.care_wrapper {
    padding: 150px 0 0;
}
.med_clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.care_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    z-index: 400;
}
.scroll_down .care_header {
    top: -40px;
}
.scroll_up .care_header {
    top: 0;
}
.care_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
/* MENU */
.care_menu {
    position: relative;
    z-index: 100;
}
.care_menu_float {
    display: flex;
    position: relative;
    align-items: center;
}
.care_menu_float .care_date {
    margin-right: auto;
    line-height: 44px;
    font-weight: bold;
}

.nav {
    margin-left: 100px;
}
.nav .desktop {
    height: 44px;
}
.nav .desktop > li {
    float: left;
    display: inline-block;
    margin: 0;
    text-align: center;
    line-height: 44px;
    position: relative;
}

.nav .desktop > li:last-child {
    border: 0;
}

.nav .desktop > li.menu-item-has-children:before {
    content: "\E802";
    font-family: "med-font";
    position: absolute;
    right: 18px;
    transform: rotate(90deg);
}

.nav .desktop > li > a {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0 12px;
    font-weight: bold;
    line-height: 44px;
    position: relative;
    transition: all 0.2s ease;
}
.nav .desktop > li.menu-item-has-children > a {
    padding: 0 35px 0 12px;
}
.nav .desktop li > .sub-menu {
    border-width: 0;
    border-style: solid;
    padding: 12px 25px;
    position: absolute;
    width: 220px;
    top: 44px;
    opacity: 0;
    transform: perspective(1000px) rotateX(-90deg);
    transform-origin: top center;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.2);
}

.nav .desktop li:hover > .sub-menu {
    opacity: 1;
    transform: perspective(1000px) rotateX(0deg);
    visibility: visible;
}

.nav .desktop li > .sub-menu > li {
    display: block;
    float: none;
    text-align: left;
    position: relative;
    padding: 0;
    border-width: 0 0 1px;
    border-style: solid;
}

.nav .desktop li > .sub-menu > li:last-child {
    border-width: 0;
}
.nav .desktop li > .sub-menu > li > a {
    padding: 10px 0;
    margin-right: 20px;
    line-height: 1.25;
    font-weight: 400;
    display: block;
    position: relative;
}
.nav .desktop li > .sub-menu > li:hover > a {
    opacity: 0.8;
}

.nav .desktop li > .sub-menu > li.menu-item-has-children:before {
    content: "\E802";
    font-family: "med-font";
    position: absolute;
    right: 18px;
    transform: rotate(0deg);
	top: 11px;
	line-height: 1;
}

.nav .desktop li > .sub-menu > li > ul {
    top: -12px;
    left: 100%;
}

.care_open {
    display: none;
    position: relative;
    font-weight: bold;
    padding: 0 0 0 20px;
}
.care_open:before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    width: 15px;
    height: 2px;
    transition: all 0.3s ease;
}
.care_open:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px);
    left: 0;
    width: 15px;
    height: 2px;
    transition: all 0.3s ease;
}
.caremenu .care_open:before {
    transform: rotate(-150deg);
    top: calc(50% - 1px);
}
.caremenu .care_open:after {
    transform: rotate(150deg);
    bottom: calc(50% - 1px);
}

.care_top {
    position: relative;
    display: flex;
    padding: 30px 0;
    align-items: center;
}
/* LOGO */
.care_logo {
    margin-right: 60px;
    width: 40%;
}
.care_logo img {
    height: 46px;
    width: auto;
    display: block;
}
/* SEARCH */
.care_search {
    margin: 0 auto;
    flex: 1;
}
#care_form {
    display: flex;
    align-items: center;
}
.care_select {
    flex: 1;
    margin: 0 auto;
}
.care_select select {
    width: 100%;
    padding: 0 20px;
    height: 40px;
    border-radius: 36px 5px 5px 36px;
    font-size: 15px;
    appearance: none;
}
.care_button {
    margin: 0 0 0 6px;
    height: 40px;
    width: 46px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px 36px 36px 5px;
    border: 0;
}
/* OPEN INFO */
.care_head_icon {
    display: flex;
}
.care_head_icon i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    margin: 0 0 0 10px;
    font-size: 16px;
}
.care_head_icon i:first-child {
    display: none;
}
/* EMERGENCY */
.care_emergency {
    margin-left: 20px;
    height: 30px;
    line-height: 30px;
    padding: 5px 15px 5px 5px;
    border-radius: 26px;
}
.care_emergency i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
}
.care_emergency span {
    font-weight: bold;
    margin: 0 0 0 5px;
}
/* CONTACT */
.care_contact {
    position: absolute;
    top: 105px;
    right: 0;
    font-size: 15px;
    line-height: 1.3;
    z-index: 20;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    transition: all 0.3s ease;
    display: none;
}
.care_contact_in {
    position: relative;
    width: 200px;
    padding: 25px 25px 15px;
    border-radius: 8px;
    z-index: 2;
}
.hidemenu .care_contact {
    display: block;
}
.care_contact:after {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    opacity: 0.25;
    z-index: 1;
    border-radius: 18px;
}
.care_contact_logo {
    max-width: 100%;
    height: auto;
}
.care_contact_logo img {
    margin: 0 0 20px;
}
.care_addhead {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
}
.care_address {
    margin: 0 0 15px;
    opacity: 0.8;
}
.care_online {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px;
}
.care_online .tz {
    font-size: 12px;
    font-weight: normal;
    padding: 4px 10px;
    margin-left: 10px;
    border-radius: 20px;
}
.care_cont_icon {
    display: flex;
    margin: 0 0 15px;
}
.care_cont_icon i {
    width: 35px;
    height: 35px;
    display: block;
}
.care_cont_data {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* BREADCRUMB */
.care_breadcrumb {
    padding: 15px 0;
}
.inbread {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}
.single .inbread {
    text-align: center;
}


/* 404 */
.care_404 {
    padding: 200px 0 240px;
    text-align: center;
    position: relative;
}
.care_404:after {
    content: "404";
    position: absolute;
    top: calc(50% - 150px);
    left: 0;
    right: 0;
    height: 300px;
    line-height: 300px;
    font-size: 300px;
    font-weight: bold;
    opacity: 0.1;
}

/* ARSIP */
.care_headline {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 30px;
}
.care_archive_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin: 0 0 30px;
}
.care_archive_grid_partner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 30px;
    margin: 0 0 30px;
}
.archive_loop {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.partner_loop {
    padding: 20px;
    display: flex;
    align-items: center;
    text-align: center;
}
.care_loop_image {
    width: 35%;
    aspect-ratio: 1 / 1;
    margin: 0;
}
.care_loop_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.archive_meta {
    width: calc(65% - 60px);
    padding: 30px 30px;
}
.archive_cat {
    margin: 0 0 8px;
}
.archive_title {
    font-weight: bold;
    font-size: 25px;
    line-height: 1.25;
}
.archive_room {
    padding: 8px 0 0;
}
.archive_today {
    padding: 8px 0 0;
}
.to_timetable {
    margin: 0 0 30px;
}

.video_loop {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    margin: 0 0 20px;
}

.responsive-video iframe,
.responsive-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.care_archive_grid_testi {
    column-count: 2;
    column-gap: 30px;
    margin: 0 0 30px;
}
.testimoni_loop {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
    padding: 30px;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
}
.testimoni_title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.15;
    margin: 0 0 15px;
}
.testimoni_text {
    margin: 0 0 20px;
    font-size: 18px;
}
.testimoni_text p {
    margin: 0 0 15px;
}
.testimoni_text p:last-child {
    margin: 0;
}
.testimoni_star {
    font-size: 18px;
    margin: 0 0 20px;
}
.testimoni_meta {
    display: flex;
    align-items: center;
}
.testimoni_meta img {
    width: 60px;
    height: 60px;
    margin: 0 15px 0 0;
    border-radius: 8px;
}
.testimoni_name {
    font-size: 18px;
    font-weight: bold;
}
.care_price {
    column-count: 2;
    column-gap: 30px;
    margin: 0 0 30px;
}
.room_block {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
    padding: 30px;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
}
.room_cat {
}
.room_clss {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 18px;
}
.room_name {
    padding: 15px 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #ddd;
}
.room_name:last-child {
    padding: 15px 0 0;
}
.room_detail {
    display: flex;
    align-items: center;
}
.room_link {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 6px;
}
.room_total {
    color: #555;
}
.room_price {
    margin-left: auto;
}

/* PAGINASI */
.care_pagination {
    margin: 0 0 30px;
    display: flex;
}
.care_pagination a {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 6px 0 0;
}

/* SINGLE */
.care_single {
    position: relative;
}
.care_single_top {
    position: relative;
}
.care_single_top .care_headline {
    position: relative;
    padding: 100px 0;
    margin: 0 auto;
    max-width: 800px;
    font-size: 50px;
    text-transform: capitalize;
    text-align: center;
    z-index: 2;
}
.single_back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.15;
}
.single_back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.care_with_thumbnail {
    padding: 0 0 80px;
}
.care_single_content {
    margin: -80px 0 0;
    position: relative;
    z-index: 1;
}
.single_content {
    float: left;
    width: calc(100% - 390px);
    position: sticky;
    top: 140px;
}
.scroll_up .single_content {
    top: 180px;
}

.single_image {
    margin: 0 0 30px;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.single_video {
    padding: 10px;
}
.single_video .responsive-video {
    margin: 0;
}
.single_video iframe {
    border-radius: 12px;
}
.single-rekanan .single_image,
.single-payment .single_image {
    padding: 30px;
    text-align: center;
    border-radius: 20px;
}
.single_image img {
    width: 100%;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.single-rekanan .single_image img,
.single-payment .single_image img {
    width: auto;
    max-width: 100%;
}
.single_share {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px;
    margin: 0 0 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.single_share .share_left {
    margin-right: 20px;
}
.single_share .share_right {
    margin-left: auto;
    padding-left: 30px;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    border-radius: 40px;
}

.single_share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    margin: 0 5px 0 0;
    border-radius: 40px;
	color: #fff !important;
}

.sharefb {
    background: #0d22b0;
}
.sharetw {
    background: #222;
}
.sharewa {
    background: #25bd6f;
}
.sharetel {
    background: #3374ac;
}
.copy-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    margin: 0 5px 0 0;
    border-radius: 40px;
    background: #fc3;
    color: #333;
}
#copy-notification {
    position: absolute;
    right: 50%;
    top: 70%;
    visibility: hidden;
    background: #fff;
    color: #333;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 4px;
    z-index: 1000;
    margin: -15px 0 0 10px;
}
.single_meta {
    text-align: center;
    margin: 0 0 20px;
}

/* SINGLE DOKTER */
.dokter_top .single_content {
    margin: 0 0 20px;
}
.single_dokter_image {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    padding: 30px;
    position: relative;
    border-radius: 20px;
}
.dokter_image {
    width: 200px;
    margin: 0 30px 0 0;
}
.dokter_image img {
    border-radius: 8px;
}

.dokter_profile {
    width: calc(100% - 230px);
}
.dokter_name {
    font-size: 35px;
    margin: 0 0 20px;
}
.dokter_meta {
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 8px 0;
}
.dokter_meta i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    margin: 0 20px 0 0;
}
.dokter_pos {
    position: relative;
    padding: 30px;
    margin: 0 0 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.dokter_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.dokter_grid .dokter_meta {
    padding: 0;
}
.dokter_grid .dokter_meta i {
    background: rgba(0, 0, 0, 0.1);
}

.care_allday {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.doc_is_ready {
    margin-left: auto;
}
.doc_not_ready {
    margin-left: auto;
}
#dokter_time .widget_block {
    overflow: hidden;
}
.widget_timetable i {
    position: absolute;
    bottom: -70px;
    right: -50px;
    font-size: 156px;
    opacity: 0.1;
    transform: rotate(20deg);
}
.dokter_call {
    display: flex;
    align-items: center;
    margin: 0 0 16px;
}
.dokter_call strong {
    margin-right: 20px;
}
.dokter_call a {
    margin-left: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.sosmed {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    margin: 0 5px 0 0;
    border-radius: 40px;
}

.dokter_his {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin: 0 0 20px;
}
.dokter_history {
    position: relative;
    padding: 30px;
    margin: 0 0 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.dokter_history i {
    position: absolute;
    bottom: -70px;
    right: -50px;
    font-size: 156px;
    opacity: 0.1;
    transform: rotate(20deg);
}
.history_head {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 10px;
}
.history_list {
    padding: 15px 0;
    display: flex;
    align-items: center;
}
.history_list:last-child {
    padding: 15px 0 0;
}
.history_left {
    margin-right: 30px;
}
.history_right {
    margin-left: auto;
}

/* SINGLE ROOM */
.single_room {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px;
    margin: 0 0 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.single_room td {
    padding-right: 8px;
}
.room_level {
    margin-right: 30px;
}
.room_costs {
    margin-left: auto;
    font-size: 30px;
    font-weight: bold;
}

.room_benefit {
    position: relative;
    padding: 30px;
    margin: 0 0 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.room_benhead {
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: bold;
}
.room_benlist {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0;
}
.room_feats {
    padding: 5px 20px 5px 0;
}
.room_feats {
    display: flex;
}
.room_feats i {
    margin-right: 4px;
}
.room_ready {
    margin: 0 0 20px;
    display: flex;
}

.room_all {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin: 0 0 30px;
}
.room_in {
    padding: 30px 20px 40px;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.room_in:before {
    content: attr(title);
    position: absolute;
    top: -30px;
    right: 10px;
    opacity: 0.06;
    font-size: 80px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -10px;
}
.ready_for {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 10px;
    padding: 3px 6px;
    font-weight: bold;
}
.room_num {
    margin: 0 0 10px;
    font-size: 16px;
}

/* COMMENT */

.care_blog {
    padding: 30px;
    margin: 0 0 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.care_blog h1,
.care_blog h2,
.care_blog h3,
.care_blog h4,
.care_blog h5,
.care_blog h6 {
    margin: 5px 0 16px;
    line-height: 1.1;
}

.care_blog h1 {
    font-size: 36px;
}

.care_blog h2 {
    font-size: 32px;
}

.care_blog h3 {
    font-size: 28px;
}

.care_blog h4 {
    font-size: 24px;
}

.care_blog h5 {
    font-size: 22px;
}

.care_blog h5 {
    font-size: 20px;
}

.care_blog p {
    margin: 0 0 15px;
    line-height: 1.5;
}

.care_blog p:last-child {
    margin: 0;
}

.care_blog table td {
    vertical-align: top;
    border: 1px solid #bbb;
    padding: 8px 12px;
}

.care_blog ol {
    list-style: decimal;
    padding-left: 35px;
    margin: 15px 0;
}

.care_blog ul {
    list-style: disc;
    padding-left: 15px;
    margin: 15px 0;
}

.care_blog li {
    margin: 5px 0;
}

.care_blog blockquote {
    padding: 0 0 0 45px;
    margin: 20px 0;
}

.care_blog blockquote p {
    font-style: italic;
}

.care_blog img,
.care_blog .attachment img {
    max-width: 100%;
    height: auto;
}

.care_blog .alignnone,
.care_blog img.alignnone {
    clear: both;
    display: block;
    margin-bottom: 15px;
}

.care_blog .alignleft,
.care_blog img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    margin-top: 4px;
}

.care_blog .alignright,
.care_blog img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
    margin-top: 4px;
}

.care_blog .aligncenter,
.care_blog img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.care_blog img.alignleft,
.care_blog img.alignright,
.care_blog img.aligncenter {
    margin-bottom: 15px;
}

.care_blog .wp-caption {
    line-height: 18px;
    margin-bottom: 20px;
    padding: 4px;
    text-align: center;
}

.care_blog .wp-caption img {
    margin: 5px 5px 0;
}

.care_blog .wp-caption p.wp-caption-text {
    font-size: 14px;
    margin: 5px;
}

.care_blog .wp-smiley {
    margin: 0;
}

.care_blog .gallery .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border: none !important;
    margin-bottom: 0;
}

.care_blog .gallery .gallery-caption {
    font-size: 14px;
    margin: 0 0 14px;
}

.care_blog .gallery dl {
    margin: 0;
}

.care_blog .gallery br + br {
    display: none;
}

.care_blog .attachment img {
    display: block;
    margin: 0 auto;
}

.care_blog iframe {
    width: 100%;
}
.care_blog .responsive-video {
    margin: 0 0 25px;
}

/* TAG POST */

.post-footer {
    padding: 15px 0;
    margin: 0 0 30px;
}
.post-footer a {
    display: inline-block;
    position: relative;
    padding: 0;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 4px 0;
    padding: 0 12px;
    font-weight: bold;
    font-size: 13px;
    border-radius: 30px;
    border-width: 2px;
    border-style: solid;
}

/* SINGLE EVENT */
.single_event {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin: 0 0 30px;
}
.event_block {
    position: relative;
    overflow: hidden;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.event_block i {
    position: absolute;
    bottom: -70px;
    right: -50px;
    font-size: 156px;
    opacity: 0.1;
    transform: rotate(20deg);
}
.event_status {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}
.event_text {
    font-size: 15px;
    color: #444;
}
.event_text td {
    padding-right: 8px;
}
.event_call {
    display: flex;
    align-items: center;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 0 0 30px;
}
.event_call a {
    margin-left: auto;
    padding-left: 30px;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    border-radius: 40px;
}
.event_cs {
    font-size: 16px;
    font-weight: bold;
}

/* COMMENT */
.medika_comment {
    margin: 0;
}
.comments h3 {
    font-size: 18px;
    font-weight: 400;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

#comments {
    margin-bottom: 30px;
}

.comment {
    padding: 25px 0;
    border-bottom: 1px dotted #ddd;
}

.comment td {
    vertical-align: top;
}

.comment-meta {
    position: relative;
    min-height: 70px;
    font-size: 12px;
    margin-right: 30px;
    width: 120px;
}

.avatar {
    display: block;
    margin-right: 10px;
    background: rgba(0, 0, 0, 0.08);
    padding: 8px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
}

.comment-author a,
.comment-author span {
    text-decoration: none;
    text-transform: uppercase;
    font-style: normal;
}

.comment-author a:hover {
    text-decoration: underline;
}

.comment-reply-link {
    text-decoration: none;
    font-size: 12px;
    float: right;
    display: inline-block;
    padding: 10px 0 0;
    height: 26px;
    line-height: 26px;
}

.comment_list {
    margin: 0 0 40px;
}

.comment-reply-title {
	font-size: 25px;
}

.comment-reply-link:hover {
    text-decoration: underline;
}

.comment-text p {
    margin-bottom: 10px;
}

.inncom {
    background: #f7f7f7;
}

#author,
#email,
#url {
    background: #f7f7f7;
}

.children {
    margin-left: 0;
}

.children .children {
    margin-left: 0;
}

.children .comment {
    padding-left: 0;
}

#respond p,
.nopassword {
    margin: 10px 0;
}

#respond p a {
    text-decoration: none;
}

#respond p a:hover {
    text-decoration: underline;
}

#commentform {
    position: relative;
    margin: 10px 0;
    padding-top: 155px;
}

#respond .comment_message {
    margin: 10px 0 25px;
}

#respond .commform-author,
#respond .commform-email,
#respond .commform-url {
    float: left;
    width: 33.333333333%;
    margin-bottom: 15px;
}

#respond .commform-author p,
#respond .commform-email p,
#respond .commform-url p {
    margin-bottom: 5px;
}

#respond .commform-author p span,
#respond .commform-email p span,
#respond .commform-url p span {
}

#respond .commform-textarea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f3f3f3;
}

#respond .commform-textarea > div {
    border-radius: 4px;
    padding: 10px;
    background: #f3f3f3;
}

#respond p.form-submit {
    margin-bottom: 0;
    height: 40px;
}

#respond p.form-submit #submit {
    float: right;
}

#comment {
    width: 100%;
    height: 120px;
    padding: 0;
    margin: 0;
    border: none;
    overflow: auto;
    background: #f3f3f3;
}

.commform-author div {
    margin-right: 15px;
    border-radius: 4px;
    padding: 10px;
}

.commform-email div {
    border-radius: 4px;
    padding: 10px;
}

.commform-url p {
    margin-left: 15px !important;
}

.commform-url div {
    margin-left: 15px;
    border-radius: 4px;
    padding: 10px;
}

#author,
#email,
#url {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

#submit {
    float: left;
    border: none;
    cursor: pointer;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
}

p#cancel-comment-reply {
    float: right;
    line-height: 28px;
    margin: 0;
}

.post-password-form input {
}

.comment__avatar {
    float: left;
    margin-right: 40px;
    width: 106px;
}
.comment__meta {
    float: right;
    width: calc(100% - 146px);
}
.medika_count_comment {
    margin: 0 0 15px;
}
.comment_date {
    margin: 0 0 15px;
    font-size: 13px;
}

/* SIDEBAR */
.care_sidebar {
    float: right;
    width: 360px;
    position: sticky;
    top: 140px;
}
.scroll_up .care_sidebar {
    top: 180px;
}
.care_sidebar .widget_block {
    position: relative;
    padding: 30px;
    margin: 0 0 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

/* Single page sidebar tweaks: pull widgets up to align with header/hero */
body.single .care_sidebar {
    top: 0 !important;
}
body.single .care_sidebar .widget_block {
    margin-top: 0 !important;
}
/* If theme places sidebar in .medika_secondary on some templates, reduce its top gap */
body.single .medika_secondary {
    margin-top: -60px !important;
    padding-top: 0 !important;
}
.widget_block h1 {
    font-size: 27px;
    margin: 0 0 10px;
}

.widget_block h2 {
    font-size: 25px;
    margin: 0 0 10px;
}

.widget_block h3 {
    font-size: 22px;
    margin: 0 0 10px;
}

.widget_block h4 {
    font-size: 18px;
    margin: 0 0 10px;
}

.widget_block h5 {
    font-size: 17px;
    margin: 0 0 10px;
}

.widget_block h6 {
    font-size: 16px;
    margin: 0 0 10px;
}

.widget_block p {
    margin: 0 0 10px;
}

.widget_block ul,
.widget_block ol {
    margin: 0 0 10px;
}

.widget_block ul li,
.widget_block ol li {
    margin: 0 0 0 15px;
}

.widget_block blockquote {
    padding: 15px;
    background: rgba(0, 0, 0, 0.02);
    font-size: 16px;
}

.widget_block blockquote cite {
    font-size: 13px;
}

.widget_block .wp-block-code code {
    padding: 15px;
    background: rgba(0, 0, 0, 0.02);
}

.widget_block .wp-block-table {
    width: 100%;
}

.widget_block .wp-block-table td {
    padding: 10px;
    border: 1px solid rgba(125, 125, 125, 0.3);
    margin: 0 0 -1px -1px;
}

.widget_block .wp-block-pullquote blockquote {
    background: none;
}

.widget_block figcaption {
    font-size: 12px;
    padding: 5px 0;
}

.widget_block .wp-block-archives,
.widget_block .wp-block-categories {
    margin: 0;
    list-style: none;
}

.widget_block .wp-block-archives li,
.widget_block .wp-block-categories li {
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px dashed rgba(125, 125, 125, 0.6);
}

.widget_block .wp-block-calendar table th {
    background: rgba(0, 0, 0, 0.05);
}

.widget_block .wp-block-calendar table caption {
    font-size: 16px;
    padding: 0 0 10px;
}

.widget_block .wp-calendar-nav {
    padding: 10px 0;
}

.widget_block .wp-block-latest-comments__comment {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid rgba(125, 125, 125, 0.3);
    line-height: 1.4;
}

.widget_block .wp-block-latest-comments__comment-excerpt p {
    line-height: 1.4;
}

.widget_block .wp-block-latest-comments__comment-date {
    font-style: italic;
}

.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li,
.widget_block .wp-block-pages-list__item {
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li time {
    font-size: 12px;
    line-height: 1.3;
}

.widget_block .wp-block-page-list {
    list-style: none;
}

.widget_block .wp-block-pages-list__item.has-child {
    padding: 0;
}

.widget_block .wp-block-pages-list__item.has-child .submenu-container {
    margin: 10px 0 0 15px;
}

.widget_block .wp-block-rss {
    list-style: none;
}

.widget_block .wp-block-rss__item {
    padding: 0 0 10px;
    margin: 0;
}

.widget_block .wp-block-tag-cloud a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-size: 14px !important;
    padding: 0 10px;
    margin: 0 0 4px;
}

.widget_block .wp-block-search .wp-block-search__button {
    border: 0;
    height: 40px;
    line-height: 40px;
    width: 70px;
    padding: 0;
    margin-left: 10px;
    text-align: center;
}

.widget_block .wp-block-search .wp-block-search__input {
    box-shadow: 0 0 10px inset rgba(125, 125, 125, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 40px;
    line-height: 40px;
    width: calc(100% - 90px);
    padding: 0 15px;
    background: #fff;
    color: #222;
    float: left;
}

.widget_block .wp-block-search .wp-block-search__label {
    margin: 0 0 6px;
    font-style: italic;
    display: block;
}

.widget_block.widget_meta li {
    padding: 0 0 10px;
}

.widget_block.widget_nav_menu li {
    padding: 0 0 10px;
}

.widget_block.widget_nav_menu li.menu-item-has-children {
    padding: 0;
}

.widget_block.widget_nav_menu li.menu-item-has-children ul.sub-menu {
    margin: 10px 0 0;
}

.widget_block .wp-block-video iframe {
    width: 100%;
    padding: 0 0 10px;
    height: 200px;
}

/* Search */

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    width: calc(100% - 10px) !important;
}

.wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper {
    width: calc(100% - 2px) !important;
}

.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper {
    width: 100% !important;
}

/* FOOTER */
.care_footer_contact {
    padding: 40px 0;
}
.care_foot_top {
    display: flex;
}
.care_foot_block {
    margin-right: 100px;
}
.care_foot_social {
    display: flex;
}
.care_foot_social a {
    width: 40px;
    height: 40px;
    margin-right: 6px;
    border-radius: 40px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.care_foot_call {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.care_foot_call:last-child {
    margin: 0 0 40px;
}
.care_foot_call i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    font-size: 20px;
}
.call_value a {
    font-size: 16px;
}

.care_foot_menu {
    margin-left: auto;
}
.carefoot_menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    list-style: none;
}
.carefoot_menu > li {
    width: 140px;
    font-weight: bold;
}
.carefoot_menu > li > a {
    font-size: 20px;
}
.carefoot_menu > li > ul > li {
    padding: 16px 0 0;
    font-weight: normal;
    list-style: none;
}

/* COPY */
.care_footer_copy {
    padding: 30px 0;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .wrapper {
        overflow: hidden;
    }
    /* MENU */
    .nav {
        display: none;
        position: fixed;
        top: 44px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        z-index: 2;
    }
    .caremenu .nav {
        display: block;
    }
    .nav .mobile li {
        position: relative;
        float: none;
        display: block;
        line-height: 1.3;
        text-align: left;
        padding: 0 20px;
    }
    .nav .mobile li a {
        display: flex;
        line-height: 1.3;
        padding: 10px 0;
        font-size: 16px;
        border-width: 0 0 1px;
        border-style: solid;
    }
    .nav .mobile li:last-child > a {
        border-width: 0;
    }
    .nav .mobile li.menu-item-has-children:before {
        content: "\E802";
        font-family: "med-font";
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 16px;
        transform: rotate(90deg);
    }
    .nav .mobile li > .sub-menu {
        padding: 0;
        position: relative;
        width: auto;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-10px);
        transition:
            max-height 0.3s ease,
            opacity 0.3s ease,
            transform 0.3s ease;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    .nav .mobile > li > .sub-menu {
        margin: 0;
    }
    .nav .mobile li.active > .sub-menu {
        max-height: 500px;
        opacity: 1;
        transform: translateY(0);
    }
    .nav .mobile li > .sub-menu > li {
        width: auto;
        padding: 0;
    }
    .nav .mobile li > .sub-menu > li.menu-item-has-children:before {
        content: "\E802";
        font-family: "med-font";
        position: absolute;
        right: 2px;
        top: 10px;
        font-size: 16px;
        transform: rotate(90deg);
    }
    .nav .mobile li > .sub-menu > li a {
        padding: 8px 0 8px 20px;
        font-size: 15px;
        position: relative;
    }
    .nav .mobile li > .sub-menu > li:last-child > a {
        border-width: 0 0 1px;
    }
    .nav .mobile li > .sub-menu > li a:before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        left: 0;
        top: 14px;
    }
    .nav .mobile li > .sub-menu > li.menu-item-has-children:before {
        top: 8px;
    }
    .nav .mobile li > ul > li > .sub-menu {
        padding: 0 0 0 20px;
    }
    .nav .mobile li > ul > li > .sub-menu > li a {
        padding: 8px 0 8px 20px;
        font-size: 15px;
        position: relative;
    }
    .nav .mobile li > lu > li > .sub-menu > li a:before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        left: 0;
        top: 14px;
    }
    .care_logo {
        width: auto;
    }
    /* EMERGENCY */
    .care_emergency {
        position: fixed;
        bottom: 30px;
        right: 20px;
    }
    /* SEARCH */
    .care_search {
        display: none;
    }
    /* ICON */
    .care_head_icon {
        margin-left: auto;
    }
    .care_open {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    /* ARSIP */
    .care_archive_grid_partner {
        grid-template-columns: repeat(3, 1fr);
    }
    /* SINGLE */
    .single_content {
        width: 100%;
        float: none;
        margin: 0 0 50px;
        position: static;
    }
    .care_single_top .care_headline {
        font-size: 40px;
    }
    /* SIDEBAR */
    .care_sidebar {
        width: 100%;
        float: none;
        position: static;
    }
    .room_benlist {
        grid-template-columns: repeat(3, 1fr);
    }
    .room_all {
        grid-template-columns: repeat(3, 1fr);
    }
    /* FOOTER */
    .care_foot_top {
        flex-direction: column;
    }
    .care_foot_block {
        margin: 0 0 50px;
    }
    .care_foot_menu {
        margin: 0;
    }
    .carefoot_menu {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }
}

@media screen and (max-width: 533px) {
    /* ARSIP */
    .care_archive_grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
    .care_archive_grid_partner {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .care_archive_grid_testi {
        column-count: 1;
    }
    .care_price {
        column-count: 1;
        column-gap: 20px;
    }
    .room_block {
        margin: 0 0 20px;
        padding: 20px;
    }
    .single_event {
        grid-template-columns: repeat(1, 1fr);
    }
    .single_room {
        flex-direction: column;
    }
    .room_level {
        margin: 0 0 20px;
        width: 100%;
    }
    .room_costs {
        font-size: 25px;
    }
    .room_benlist {
        grid-template-columns: repeat(2, 1fr);
    }
    .room_all {
        grid-template-columns: repeat(2, 1fr);
    }
    .dokter_grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
    .dokter_his {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}

@media screen and (max-width: 420px) {
    .care_wrapper {
        padding: 100px 0 0;
    }
    /* HEADER */
    .scroll_down .care_header {
        top: -33px;
    }
	.nav {
		top: 36px;
	}
    .care_menu_float .care_date {
        line-height: 36px;
        font-weight: normal;
    }
    .care_open {
        font-weight: normal;
    }
    /* LOGO */
    .care_top {
        padding: 15px 0;
    }
    .care_logo {
        margin-right: 0;
        width: auto;
    }
    .care_logo img {
        height: 35px;
    }
    .care_head_icon i {
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 13px;
    }
    .care_contact {
        top: 70px;
    }
    /* BREADCRUMB */
    .care_breadcrumb {
        padding: 10px 0;
    }
    /* 404 */
    .care_404 {
        padding: 120px 0 150px;
    }
    .care_404:after {
        top: calc(50% - 100px);
        height: 180px;
        line-height: 180px;
        font-size: 180px;
    }
    /* ARSIP */
    .care_headline {
        font-size: 22px;
        margin: 0 0 15px;
    }
    .archive_meta {
        width: calc(65% - 32px);
        padding: 16px;
    }
    .archive_cat {
        margin: 0 0 6px;
        font-size: 12px;
    }
    .archive_today {
        padding: 6px 0 0;
        font-size: 12px;
    }
    .archive_title {
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-transform: capitalize;
    }
    .archive_title.dokter_title {
        -webkit-line-clamp: 2;
        font-size: 18px;
    }
    .testimoni_loop {
        padding: 20px;
    }
    .care_archive_grid_testi {
        column-gap: 20px;
    }
    .testimoni_title {
        font-size: 20px;
    }
    .testimoni_text {
        font-size: 16px;
    }
    .testimoni_star {
        font-size: 16px;
    }
    .room_clss {
        margin: 0 0 15px;
        font-size: 16px;
    }
    .room_block:last-child {
        margin: 0;
    }
    .room_name {
        padding: 10px 0;
    }
    .room_link {
        font-size: 15px;
        margin: 0 0 4px;
    }
    /* SINGLE */

    .care_single_content {
        margin: -40px 0 0;
    }
    .care_with_thumbnail {
        padding: 0 0 40px;
    }
    .care_single_top .care_headline {
        padding: 50px 0;
        font-size: 25px;
    }
    .single_image img {
        border-radius: 15px;
    }
    .single_image iframe {
        border-radius: 15px;
    }
    .single_image:after {
        border-radius: 6px;
    }
    .single_video iframe {
        border-radius: 6px;
    }
    .single_share {
        padding: 20px;
        margin: 0 0 20px;
    }
    .single_share .share_left {
        display: none;
    }
    .single_share .share_right {
        height: 28px;
        line-height: 28px;
        padding: 0 12px;
        font-size: 12px;
    }

    .single_share a,
    .copy-link {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .care_blog {
        padding: 20px;
        margin: 0 -20px 20px;
        border-radius: 0;
    }
    .post-footer a {
        height: 26px;
        line-height: 26px;
        margin: 0 5px 4px 0;
        padding: 0 12px;
        font-size: 12px;
        border-width: 1px;
    }

    /* SINGLE DOKTER */
    .single_dokter_image {
        margin: 0 0 20px;
        padding: 20px;
        border-radius: 10px;
    }
    .dokter_image {
        width: 90px;
        margin: 0 15px 0 0;
    }
    .dokter_image img {
        border-radius: 4px;
    }

    .dokter_profile {
        width: calc(100% - 105px);
    }

    .dokter_name {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .dokter_meta {
        padding: 5px 0;
        font-size: 14px;
    }
    .dokter_meta i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0 10px 0 0;
    }
    .dokter_pos {
        padding: 20px;
        margin: 0;
    }
    .dokter_history {
        padding: 20px;
        margin: 0;
    }

    /* SINGLE EVENT */
    .single_event {
        grid-gap: 20px;
        margin: 0 0 20px;
    }
    .event_block {
        padding: 20px;
    }

    .event_call {
        padding: 20px;
        margin: 0 0 20px;
    }
    .event_call a {
        height: 35px;
        line-height: 35px;
        padding: 0 12px;
        font-size: 14px;
    }

    .single_room {
        padding: 20px;
        margin: 0 0 20px;
    }
    .room_benefit {
        padding: 20px;
        margin: 0 0 20px;
    }

    .room_all {
        grid-gap: 10px;
        margin: 0 0 20px;
    }
    .room_in {
        padding: 20px 20px 40px;
    }
    /* COMMENT */
    .comment__avatar {
        width: 50px;
        margin-right: 20px;
    }
    .avatar {
        padding: 5px;
        width: 40px;
        height: 40px;
    }
	.comment-reply-title {
		font-size: 20px;
	}
    .comment__meta {
        float: right;
        width: calc(100% - 70px);
    }

    /* SIDEBAR */
    .care_sidebar .widget_block {
        padding: 20px;
        margin: 0 -20px;
        border-radius: 0;
        border-top: 1px solid #ccc;
        box-shadow: 0 0 0;
    }
    .care_sidebar #dokter_time .widget_block {
        margin: 0 0 20px;
        border-top: 0;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }
    .widget_block h2,
    .history_head {
        font-size: 22px;
    }
    .sosmed {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 13px;
    }
    /* FOOTER */
    .carefoot_menu {
        grid-template-columns: repeat(2, 1fr);
    }
}

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