/*
Theme Name: Medika
Theme URI: https://medika.ciuss.net
Author URI: https://facebook.com/ciussgw
Description: Special theme for Hospital. Have feature like list of Doctor, list of Medical Personnel, Doctor Timetable, Event, Testimonial, Medical Service, Room Capacity, Room Facility, Room Availability 
Author: Ciuss Creative
Version: 1.2.2
Requires at least: 6.2
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, header, footer, sidebar, breadcrumb
Text Domain: medika
Copyright: (c) 2017 - Sekarang ciuss.com
*/

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    line-height: 1.4;
    text-align: left;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: 0 !important;
}

body {
    font-weight: 400;
}

img {
    pointer-events: none;
    max-width: 100%;
    height: auto;
    display: block;
}

.med_container {
    padding: 0 15px;
    max-width: 1170px;
    margin: 0 auto;
}

/* Widgets */
.medika_home_widget {
    position: relative;
}

/* Dokter Jaga */
.widget_dokterjaga {
    padding: 30px 0;
}
.med_afterslider .med_container {
    max-width: 1170px;
}
.widget_med_doconduty {
    position: relative;
    z-index: 2;
    margin: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    height: 300px;
    overflow: hidden;
}
/* Dokter Jaga Emergency */
.widget_med_emergency {
    position: relative;
    float: left;
    width: 30%;
}
.widget_meder_inner {
    position: relative;
    padding: 25px 30px;
    height: 250px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}
.er_call {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.3;
    position: relative;
    z-index: 2;
}
.er_ready {
    position: relative;
    z-index: 2;
    height: calc(100% - 40px);
    overflow-y: scroll;
    scrollbar-width: none;
}
.med_er .er_ready:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.15;
    height: 1px;
}
.meder_on {
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
}
.meder_on:first-child {
    padding: 10px 0;
}
.meder_on:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.15;
    height: 1px;
}
.meder_on img {
    float: right;
    width: 45px;
    margin: 0 0 0 15px;
    border-radius: 30px;
}
.meder_on .igd_doc {
    float: left;
    width: calc(100% - 60px);
    font-size: 16px;
    line-height: 1.3;
}
.meder_on .igd_doc a {
    font-weight: bold;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.meder_on .igd_doc span {
    font-size: 13px;
}

/* Dokter Jaga Emergency */
.widget_med_doc {
    position: relative;
    float: left;
    width: 40%;
}
.widget_meddoc_inner {
    position: relative;
    padding: 25px 30px;
    height: 250px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    background-size: 120%;
    z-index: 2;
}
.widget_meddoc_inner .overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.widget_meddoc_inner .er_ready {
    position: relative;
    z-index: 2;
    height: 115px;
    overflow-y: scroll;
    scrollbar-width: none;
}
.er_span {
    margin: 0 0 10px;
    position: relative;
    z-index: 2;
}
.med_er .er_span {
    margin: -40px 0 20px;
}

.er_time {
    line-height: 26px;
    height: 26px;
    margin: 0 0 4px;
    position: relative;
}
.er_time:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    height: 13px;
    z-index: 2;
    border-width: 1px 0 0;
    border-style: dashed;
}
.er_time span {
    position: relative;
    z-index: 3;
    padding-right: 8px;
}
.er_text {
    position: relative;
    z-index: 2;
}
.ertime_right {
    float: right;
    padding: 0 0 0 8px !important;
}
.doc_on {
    line-height: 28px;
    height: 28px;
}
.doc_on strong {
    width: calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.doc_onright {
    float: right;
    font-weight: 700;
    width: 90px;
}

.doc_second {
    margin-left: 20px;
}
.see_doctime {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    padding-top: 20px;
}
.see_doctime:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    opacity: 0.25;
}
.see_doctime a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    border-width: 2px;
    border-style: solid;
}
.doc_full {
    float: right;
}
.med_right {
    float: left;
    width: 30%;
}
.meder_erinner {
    position: relative;
    padding: 25px 30px;
    height: 250px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}

/* WIDGET AGENDA */
.widget_recentagenda {
    padding: 60px 0 30px;
}
.med_event_widget {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.mew_content {
    position: relative;
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border-width: 4px 0 0;
    border-style: solid;
}
.mew_content .icon_agenda {
    position: absolute;
    bottom: -90px;
    right: -50px;
    font-size: 156px;
    opacity: 0.15;
    transform: rotate(20deg);
}
.mew_top {
    padding: 0 0 30px;
    margin: 0 0 30px;
    position: relative;
    z-index: 2;
}
.mew_top:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    opacity: 0.15;
}
.mew_time {
    float: left;
    line-height: 44px;
    font-size: 25px;
}
.mew_button {
    float: right;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.mew_title {
    font-size: 16px;

    position: relative;
    z-index: 2;
}
.mew_title_link {
    float: right;
    margin: 0 120px 10px 0;
    width: calc(100% - 200px);
}
.mew_title a {
    font-weight: bold;
}
.mew_title i {
    float: left;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 30px;
    text-align: center;
    font-size: 24px;
    border-radius: 40px;
}

/* WIDGET HOSPITAL INFO */
.widget_hospitalinfo {
    padding: 80px 0 40px;
}
.stat_outer {
    margin: 0 -20px;
    position: relative;
}
.stat_left {
    width: 50%;
    float: left;
    position: sticky;
    top: 110px;
}
.stat_inner {
    margin: 0 20px;
}
.stat_image {
    margin: 0 0 20px;
	width: 100%;
}
.med_name,
.medika_partner {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px;
}
.stat_text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 40px;
}
.stat_textexcerpt {
    margin: 0 0 25px;
}
.stat_textmore a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
}
.stat_right {
    width: 50%;
    float: left;
    position: sticky;
    top: 110px;
}
.medic_caps_outer {
    font-size: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin: 0 0 30px;
}
.caps_box_inner {
    position: relative;
    padding: 15px 20px 20px;
    border-radius: 4px;
    overflow: hidden;
    height: 110px;
}
.medika_widget .caps_box_inner {
    margin: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0);
}
.caps_box_inner i {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 100px;
    line-height: 1;
    opacity: 0.1;
    z-index: 1;
}
.caps_box a {
    color: #fff;
}
.caps_boxsection {
    width: calc(100% - 100px);
    float: left;
}
.caps_title {
    display: block;
    margin: 0 -50px 8px 0;
}
.caps_number {
    position: relative;
    width: 100px;
    padding-top: 15px;
    float: left;
    text-align: right;
    font-size: 44px;
    line-height: 60px;
    letter-spacing: -2px;
    font-weight: 700;
    z-index: 2;
}
.cap_doc img {
    width: 30px;
    height: 30px;
    margin: 0 5px 5px 0;
    border-radius: 30px;
    float: left;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    margin-right: 4px;
    position: relative;
}
.inner_caps {
    font-size: 12px;
    font-style: italic;
    line-height: 1.3;
}
.caps_desc {
    font-size: 15px;
    display: block;
    line-height: 1;
    letter-spacing: 0;
}
/* WIDGET PARTNER */

.med_partner_loop {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.med_partner_logo {
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}
.med_partner_inner {
    margin: 15px;
}

/* WIDGET LAYANAN */
.widget_medikaservice {
    padding: 80px 0;
	overflow: hidden;
}
.med_serv_title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 30px;
}
.med_serv_text {
    max-width: 500px;
    margin: 0 auto 60px;
    padding: 0 30px;
    text-align: center;
}
.inner_serv {
    text-align: center;
    padding: 40px 60px;
    position: relative;
}
.inner_serv img {
    position: absolute;
    width: 50px !important;
    height: 50px;
    border-radius: 50px;
    top: -30px;
    left: calc(50% - 30px);
    padding: 5px;
}
.servslide.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}
.servslide.owl-theme .owl-dots .owl-dot span {
    background: none !important;
    border-radius: 30px;
    margin: 0 4px;
}

.dept_title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
}
.dept_excerpt {
    font-size: 16px;
}

/* WIDGET DOKTER */
.widget_ourdoctor {
    padding: 80px 0;
}
.ourdoct_head {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    margin: 0 0 20px;
}
.widget_ourdoctor .ourdoc_full {
    position: absolute;
    right: 90px;
    top: 0px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 0;
}
.medika_widget {
    position: relative;
}
.docslide .item {
    border-radius: 5px;
    overflow: hidden;
}
.docslide.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    margin: 0;
    top: -70px;
}
.docslide.owl-theme .owl-nav button.owl-prev {
    border-radius: 30px 0 0 30px;
}
.docslide.owl-theme .owl-nav button.owl-next {
    border-radius: 0 30px 30px 0;
}
.docslide.owl-theme .owl-nav button {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    height: 40px;
    margin: 0 0 0 5px;
    border-radius: 0;
}
/* WIDGET GALERI */
.widget_medikagaleri {
    padding: 80px 0;
    position: relative;
}
.wid__galhead {
    margin: 0 -20px 40px;
    position: relative;
    z-index: 2;
}
.gal__head {
    float: left;
    width: 50%;
}
.galhead__inn {
    margin: 0 50px 40px;
    text-align: right;
    position: relative;
}
.galhead__inn:before {
    content: "";
    position: absolute;
    top: 15px;
    right: -50px;
    bottom: 15px;
    width: 1px;
}
.galhead__top {
    font-size: 20px;
    margin: 0 0 15px;
}
.galhead__top .galprefix {
    position: relative;
}
.galhead__top .galprefix:before {
    content: "";
    position: absolute;
    right: calc(100% + 10px);
    bottom: 50%;
    width: 150px;
    height: 1px;
}
.galhead__bot {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
}
.gal__subhead {
    float: left;
    width: 50%;
}
.galsubhead__inn {
    margin: 20px 50px 40px;
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
}

.wid__galout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.wid__galin {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.gal__link {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    width: auto;
    padding: 0 15px;
    border-radius: 20px;
    font-weight: bold;
    z-index: 2;
    transition: all 0.5s ease;
}
.wid__galin img {
    display: block;
}
.wid__galout .med_clear {
    display: none;
}
.wid__galout .med_clear.gal3 {
    display: block;
}
.wid__galmeta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
}
.gal__meta {
    padding: 0 0 0 20px;
    margin: 80px 30px 30px;
    border-width: 0 0 0 2px;
    border-style: solid;
    transition: all 0.5s ease;
}
.gal__meta a {
    font-weight: bold;
    display: block;
}
.gal__meta .gal__date {
    padding: 0;
    font-size: 14px;
    font-style: italic;
    color: #ddd;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}
.wid__galbox:hover .gal__meta .gal__date {
    padding: 6px 0 0;
    height: 20px;
}
.gal__date span {
    position: relative;
}
.gal__date span:before {
    content: "";
    position: absolute;
    left: calc(100% + 10px);
    bottom: 15%;
    width: 0px;
    height: 1px;
    background: #ddd;
    transition: all 0.5s ease 0.3s;
}
.wid__galbox:hover .gal__meta .gal__date span:before {
    width: 70px;
}

/* VIDGET VIDEO */
.widget_medikavideo {
    padding: 80px 0;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

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

.homevideo.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 15px 4px 0;
}
.homevideo.owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
}

/* WIDGET ROOM */

.widget_roomfacility {
    padding: 80px 0;
}

.fas_right {
    float: left;
    width: 40%;
}
.fas_left {
    float: right;
    width: 60%;
}
.fas_left img {
    display: block;
    border-radius: 8px;
}
.fas_loop {
    margin: 0 -15px;
}
.fas_in {
    margin: 0 15px;
    position: relative;
}
.fas_cat {
    position: absolute;
    bottom: 60px;
    left: 40px;
    height: 46px;
    line-height: 46px;
    width: auto;
    padding: 0 15px;
    border-radius: 46px;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.5s ease 0.6s;
    opacity: 0;
    z-index: 5;
}
.active .fas_cat {
    opacity: 1;
    left: -40px;
}
.fas_top {
    margin: 40px 0 10px;
}
.rom_subhead {
    position: relative;
    display: inline-block;
    font-size: 20px;
}
.rom_subhead:before {
    content: "";
    position: absolute;
    left: calc(100% + 10px);
    bottom: calc(50% - 2px);
    width: 150px;
    height: 1px;
}
.fas_ttl {
    padding: 0;
    margin: 0 0 30px;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
}
.fas_class {
    position: absolute;
    top: 60px;
    right: 30px;
    height: 100px;
    width: 100px;
    padding: 0;
    border-radius: 0;
    font-size: 12px;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease 0.6s;
    transform: scale(0);
    z-index: 4;
}
.active .fas_class {
    transform: scale(1);
}
.fas_class div {
    font-size: 50px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    display: block;
}
.fas_class span {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.fas_feat {
    width: 60%;
}

.fas_feat span {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    border-radius: 6px;
}

.fas_left .fas_in:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: calc(66.66% - 5px);
    border-style: solid;
    border-width: 20px 10px 40px 0;
    z-index: 3;
}
.fas_left .fas_in:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: calc(66.66% - 5px);
    border-style: solid;
    border-width: 30px 0 10px 10px;
    z-index: 3;
}
.fas_left .fas_in {
    z-index: 2;
}
.fas_right .fas_in:before {
    content: "";
    position: absolute;
    top: 50px;
    right: -200px;
    width: 300px;
    height: 300px;
    opacity: 0;
    border-radius: 500px;
    transform: scale(2);
    transition: all 0.5s ease;
    z-index: 1;
}
.active .fas_right .fas_in:before {
    transform: scale(1);
    opacity: 0.1;
}

/* WIDGET PRICE */

.widget_pricingroom {
    padding: 80px 0;
}
.rom_head {
    font-size: 50px;
    line-height: 1.2;
    margin: 0 0 30px;
}
.widget_pricingroom .item {
    border-radius: 8px;
}
.rom_in {
    padding: 20px 20px;
}

.rom_ttl {
    padding: 15px 0;
    text-align: center;
}
.rom_ttl span {
    display: inline-block;
    border-radius: 40px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.rom_list {
    padding: 15px 0;
    position: relative;
	display: flex;
}
.rom_list:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    opacity: 0.2;
}
.rom_left {
    margin: 0 30px 0 0;
}
.rom_left h4 {
    height: 20px;
    font-size: 18px;
    margin: 0 0 6px;
}
.rom_caps {
    font-size: 14px;
    line-height: 14px;
    opacity: 0.8;
}
.rom_right {
    margin-left: auto;
    text-align: right;
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
}

.priceslide {
    position: relative;
}
.owl-theme.priceslide .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
    margin: 0;
    padding: 0;
    height: 55px;
}
.owl-theme.priceslide .owl-nav [class*="owl-"] {
    height: 40px;
    width: 40px;
    line-height: 35px;
    margin: 0 2px;
    text-align: center;
    font-size: 25px;
}
.owl-theme.priceslide .owl-nav .owl-prev {
    border-radius: 30px 0 0 30px;
}
.owl-theme.priceslide .owl-nav .owl-next {
    border-radius: 0 30px 30px 0;
}


/* SLIDER */
.homeslide .item {
    position: relative;
}
.homeslide.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.homeslide.owl-theme .owl-dots .owl-dot span {
    background: none !important;
    border: 5px solid #333;
    border-radius: 30px;
    margin: 0 4px;
}
.homeslide.owl-theme .owl-dots .owl-dot.active span {
    border: 5px solid #fff;
}
.slide_center .slide_button {
    text-align: center;
}

@media screen and (max-width: 1024px) {
	.care_wrapper {
		overflow: hidden;
}
    /* WIDGET DOKTER JAGA */
    .widget_med_doconduty {
        height: auto;
    }
    .widget_med_emergency,
    .widget_med_doc,
    .med_right {
        float: none;
        width: 100%;
    }

    /* WIDGET AGENDA */
    .med_event_widget {
        grid-template-columns: repeat(1, 1fr);
    }
    /* WIDGET HOSPITAL INFO */
    .medic_caps_outer {
        grid-template-columns: repeat(1, 1fr);
    }
    /* WIDGET GALERI */
    .gal__head {
        float: none;
        width: 100%;
    }
    .galhead__inn {
        text-align: center;
    }

    .galhead__top .galprefix:before {
        display: none;
    }
    .gal__subhead {
        float: none;
        width: 100%;
    }
    .galsubhead__inn {
        text-align: center;
    }
    /* WIDGET ROOM */
    .fas_left {
        float: none;
        width: 100%;
    }
    .fas_right {
        float: none;
        width: 100%;
    }
    .active .fas_cat {
        left: 40px;
    }
}

@media screen and (max-width: 768px) {
    /* WIDGET HOSPITAL INFO */
    .stat_left,
    .stat_right {
        width: 100%;
        float: none;
        position: static;
    }
    /* WIDGET GALERI */
    .wid__galout {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 533px) {
    /* WIDGET AGENDA */
    .med_event_widget {
        margin: 0 22px;
    }
    .mew_button {
        width: 110px;
        height: 30px;
        line-height: 30px;
    }
    .mew_time {
        line-height: 34px;
        font-size: 18px;
    }
    .mew_content {
        padding: 15px 20px;
    }
    .mew_top {
        padding: 0 0 20px;
        margin: 0 0 20px;
    }
    .mew_title i {
        margin-right: 20px;
    }
    /* WIDGET GALERI */
    .wid__galout {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 420px) {
    .medika_home_widget .med_container {
        padding: 0;
    }
    /* WIDGET DOKTER JAGA */
    .widget_dokterjaga {
        padding: 0;
    }
    .widget_med_doconduty {
        margin: 0;
    }
    /* WIDGET DOKTER JAGA */
    .widget_meder_inner,
    .widget_meddoc_inner,
    .meder_erinner {
        padding: 20px;
    }
    /* WIDGET HOSPITAL INFO */
    .widget_hospitalinfo {
        padding: 30px 20px;
    }
    .med_name,
    .medika_partner {
        font-size: 28px;
        margin: 0 0 10px;
    }
    .stat_text {
        font-size: 15px;
        margin: 0 0 30px;
    }
    .stat_textmore a {
        padding: 8px 16px;
    }
    /* PARTNER */
    .med_partner_loop {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }
    /* WIDGET AGENDA */
    .widget_recentagenda {
        padding: 30px 0 1px;
    }
    .med_event_widget {
        grid-gap: 15px;
    }
    .mew_time {
        font-size: 15px;
    }
    .mew_title_link {
        margin: 0 0 10px 0;
        width: calc(100% - 65px);
    }
    .mew_top {
        margin: 0;
    }
    /* WIDGET LAYANAN */
    .widget_medikaservice {
        padding: 30px 20px;
    }
    .med_serv_title {
        font-size: 28px;
        margin: 0 0 20px;
    }
    .med_serv_text {
        margin: 0 auto 20px;
    }
    .servslide.owl-carousel {
        width: calc(100% + 200px);
    }
    .inner_serv {
        padding: 40px 16px 20px;
    }
    .dept_excerpt {
        font-size: 15px;
    }
    /* WIDGET DOKTER */
    .widget_ourdoctor {
        padding: 30px 20px;
    }
    .ourdoct_head {
        font-size: 28px;
        height: 36px;
        line-height: 36px;
        margin: 0 0 15px;
    }
    .docslide.owl-theme .owl-nav {
        top: -48px;
    }
    .docslide.owl-theme .owl-nav button {
        width: 30px;
        line-height: 30px;
        height: 30px;
    }
    /* WIDGET GALERI */
    .widget_medikagaleri {
        padding: 30px 20px;
    }
    .wid__galhead {
        margin: 0 -20px 0;
    }
    .galhead__inn {
        margin: 0 20px 15px;
    }
    .galhead__top {
        font-size: 15px;
        margin: 0 0 10px;
    }
    .galhead__bot {
        font-size: 28px;
    }
    .galsubhead__inn {
        margin: 10px 20px 20px;
        font-size: 15px;
    }
    /* VIDGET VIDEO */
    .widget_medikavideo {
        padding: 30px 20px;
    }
    .homevideo.owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 5px 2px 0;
    }
    .homevideo.owl-theme .owl-dots .owl-dot.active span {
        width: 20px;
    }
    /* WIDGET ROOM */
    .widget_roomfacility {
        padding: 30px 20px;
    }
    .fas_top {
        margin: 30px 0 10px;
    }
    .rom_subhead {
        font-size: 15px;
    }
    .fas_ttl {
        margin: 0 0 20px;
        font-size: 28px;
    }
    .fas_feat {
        width: 85%;
    }
    .fas_feat span {
        margin: 0 6px 6px 0;
        padding: 8px 16px;
    }
    .fas_left .fas_in:before {
        border-width: 20px 0 8px 8px;
    }
    .fas_left .fas_in:after {
        border-width: 15px 8px 20px 0;
    }
    .fas_cat {
        bottom: 40px;
        height: 36px;
        line-height: 36px;
        padding: 0 12px;
        border-radius: 36px;
        font-size: 15px;
    }
    .active .fas_cat {
        left: 15px;
    }
    .fas_class {
        position: absolute;
        top: 30px;
        right: 15px;
        height: 60px;
        width: 60px;
        font-size: 8px;
        border-radius: 4px;
    }
    .fas_class span {
        height: 18px;
        line-height: 18px;
        font-size: 10px;
    }
    .fas_class div {
        font-size: 30px;
        line-height: 20px;
    }
    /* WIDGET PRICE */
    .widget_pricingroom {
        padding: 30px 20px;
    }
    .rom_head {
        font-size: 28px;
        height: 36px;
        line-height: 36px;
        margin: 0 0 15px;
    }
    .owl-theme.priceslide .owl-nav {
        top: -48px;
        height: 30px;
    }
    .owl-theme.priceslide .owl-nav [class*="owl-"] {
        width: 30px;
        line-height: 30px;
        height: 30px;
        font-size: 22px;
    }
    .rom_ttl span {
        padding: 8px 16px;
    }
    .rom_left h4 {
        height: 20px;
        font-size: 16px;
    }
    .rom_caps {
        font-size: 13px;
    }
    .rom_right {
        font-size: 20px;
    }
}
@media screen and (max-width: 375px) {
}

/* Hide contact info and view counter on single doctor pages */
body.single .med_prodoc_sosio,
body.single .med_prodoc_sos,
body.single .dokter_call,
body.single .care_sidebar .dokter_call,
body.single .single_share .share_right {
    display: none !important;
}

/* More aggressive selectors (in case of different layout variants) */
body.single .med_single_doc table.med_prodoc_sosio,
body.single .med_single_doc .med_prodoc_sos,
body.single .care_sidebar .widget_timetable,
body.single .share_right {
    display: none !important;
}

/* Move contact/social widget to top of sidebar for cleaner layout */
.medika_secondary {
    display: flex;
    flex-direction: column;
}
.medika_secondary .widget_kontak,
.medika_secondary .widget_block.widget_kontak {
    order: -1;
}


