/*
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.1.9
Requires at least: 6.2
Tested up to: 6.7
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
*/

@import url("https://fonts.googleapis.com/css2?family=Lato&family=Montserrat:wght@300;600&family=Outfit:wght@200;500&family=Playfair+Display&family=Poppins:wght@300;500&family=Quicksand&family=Roboto:wght@300;700&display=swap");
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;
}
.wrapper {
    overflow: hidden;
    border-top-style: solid;
}
.med_clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.med_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    z-index: 40;
}
.med_navi {
    position: relative;
    z-index: 1000;
    padding: 0 20px;
}
.goscroll .med_navi {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.med_logo {
    height: 34px;
    width: auto;
    float: left;
    padding: 10px 10px 10px 0;
    margin: 0 45px 0 0;
    position: relative;
}
.custom-logo-link {
    position: relative;
    z-index: 2;
}
.med_logo:after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    right: -24px;
    bottom: 0;
    clear: both;
    clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
    z-index: 1;
}
.med_logo img {
    height: 34px;
    width: auto;
}

/* Menu */
.med_menu {
    float: left;
    height: 34px;
    padding: 10px 0;
}
.nav .dd.desktop {
    height: 34px;
}

.nav .dd.desktop li {
    float: left;
    display: block;
    margin: 0 3px 0 0;
    position: relative;
}
.nav .dd.desktop li.menu-item-has-children {
    padding-right: 10px;
}
.nav .dd.desktop li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 4px;
    width: 6px;
    height: 8px;
    clear: both;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.nav .dd.desktop li.menu-item-has-children:hover:after {
    display: none;
}

.nav .dd.desktop li a {
    text-decoration: none;
    display: block;
    line-height: 34px;
    font-weight: bold;
    margin: 0;
    padding: 0 10px;
    border-radius: 30px;
    white-space: nowrap;
}

.nav .dd.desktop li ul {
    display: none;
    position: absolute;
    top: 34px;
    left: 0px;
    padding: 7px 0;
    z-index: 400;
}
.nav .dd.desktop li:hover ul {
    display: block;
}
.nav .dd.desktop li ul li,
.nav .dd.desktop li ul li.menu-item-has-children {
    float: none;
    display: block;
    line-height: 1.2;
    min-width: 240px;
    padding: 0;
    margin: 0;
}
.nav .dd.desktop li ul li.menu-item-has-children:after {
    top: 16px;
    right: 10px;
}
.nav .dd.desktop li ul li a,
.nav .dd.desktop li ul li:hover ul li a,
.nav .dd.desktop li ul li ul li:hover ul li a,
.nav .dd.desktop li ul li ul li ul li:hover ul li a {
    position: relative;
    line-height: 1.2;
    padding: 12px 16px;
    border-radius: 0;
    border: 0 !important;
}
.nav .dd.desktop li ul li a:after,
.nav .dd.desktop li ul li:hover ul li a:after,
.nav .dd.desktop li ul li ul li:hover ul li a:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    clear: both;
    opacity: 0;
}
.nav .dd.desktop li ul li:hover a:after,
.nav .dd.desktop li ul li ul li:hover a:after,
.nav .dd.desktop li ul li ul li ul li:hover a:after {
    opacity: 1;
}

.nav .dd.desktop li ul li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.nav .dd.desktop li:hover ul li ul,
.nav .dd.desktop li ul li:hover ul li ul,
.nav .dd.desktop li ul li ul li:hover ul li ul {
    display: none !important;
}
.nav .dd.desktop li ul li:hover ul,
.nav .dd.desktop li ul li ul li:hover ul,
.nav .dd.desktop li ul li ul li ul li:hover ul {
    display: block !important;
}

.med_searchform {
    position: absolute;
    right: 25px;
    z-index: 15;
    cursor: pointer;
    height: 34px;
}
.med_searchform .med_form {
    display: inline-block;
    height: 34px;
    padding: 0;
    text-align: center;
    border-radius: 16px;
}
.med_searchform .fa-search {
    width: 14px;
}
.masearch {
    position: relative;
    overflow: hidden;
    text-align: left;
    height: 34px;
}
.first_show {
    position: relative;
    float: left;
    width: 40px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    z-index: 2;
}
.search_form {
    float: left;
    width: auto;
    border-left: 1px solid rgba(125, 125, 125, 0.3);
}
.search_select {
    display: inline-block;
}
.search_select select {
    height: 34px;
    background: none;
    padding: 0 10px;
    appearance: none;
    font-size: 15px;
    border: 0;
    outline: none;
}
.search_select option {
    padding: 15px 10px;
}
.search_select select > option:hover {
    background: #fff;
    color: #333333 !important;
}
.search_form button {
    background: none;
    border: 0;
    display: inline-block;
    float: right;
    width: 40px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
/* INFO HEADER */

.med_head_info {
    position: relative;
    height: 62px;
    padding: 20px 0;
    width: 100%;
    z-index: 999;
    transition: all 0.5s ease;
    display: block;
    overflow: hidden;
}
.goscroll .med_head_info {
    height: 0;
    padding: 0 !important;
}
.med_head_out {
    margin: 0;
    position: relative;
}
.med_container {
    padding: 0 15px;
    max-width: 1170px;
    margin: 0 auto;
}
.med_leftinfo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 44%;
}
.med_leftinfo .med_clear {
    margin-right: 50px;
}

.med_head_out .med_clear {
    margin: 0 15px;
}
.med_head_out i {
    display: block;
    float: left;
    height: 56px;
    width: 56px;

    line-height: 56px;
    text-align: center;
    font-size: 35px;
    border-radius: 35px;
}

.hos_info {
    float: right;
    width: calc(100% - 75px);
    font-size: 14px;
    padding-top: 5px;
}
.hos_add {
    font-size: 13px;
}
.hos_add span {
    text-transform: uppercase;
}
.hos_road {
    line-height: 1.3;
    font-size: 14px;
    max-width: 320px;
}
.med_centerinfo {
    position: absolute;
    top: 0;
    left: 44%;
    width: 26%;
}
.med_rightinfo {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
}
.hos_clock {
    font-size: 25px;
    font-weight: bold;
    display: block;
    position: relative;
}
.hos_clock span.tz {
    position: absolute;
    top: -2px;
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    width: auto;
    padding: 0 6px;
    border-radius: 10px;
    margin-left: 5px;
    font-weight: bold;
}
.hos_phone {
    font-size: 25px;
    font-weight: bold;
    display: block;
}

#medikaslider-1 .med_container,
#medikaslider-2 .med_container,
#medikaslider-3 .med_container,
#medikaslider-4 .med_container,
#medikaslider-5 .med_container,
#medikaslider-6 .med_container,
#medikaslider-7 .med_container,
#medikaslider-8 .med_container,
#medikaslider-9 .med_container,
#medikaslider-10 .med_container,
#medikaslider-11 .med_container,
#medikaslider-12 .med_container,
#medikaslider-13 .med_container,
#medikaslider-14 .med_container,
#medikaslider-15 .med_container,
#medikaslider-16 .med_container,
#medikaslider-17 .med_container,
#medikaslider-18 .med_container,
#medikaslider-19 .med_container,
#medikaslider-20 .med_container,
#medikaslider-21 .med_container,
#medikaslider-22 .med_container,
#medikaslider-23 .med_container,
#medikaslider-24 .med_container,
#medikaslider-25 .med_container,
#medikaslider-26 .med_container,
#medikaslider-27 .med_container,
#medikaslider-28 .med_container,
#medikaslider-29 .med_container,
#medikaslider-30 .med_container {
    max-width: 100%;
    padding: 0;
}

/* Breadcrumb */
.med_breadcrumb {
    margin: 0;
    position: relative;
    background-size: 100%;
    padding: 80px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.single-event .med_breadcrumb {
    display: none;
}
.med_breadcrumb.med_404 {
    padding: 200px 0;
}

.med_breadcrumb .bread_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.med_breadcrumb h1 {
    font-size: 35px;
    line-height: 1.1;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
}
.breadcrumbs {
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    position: relative;
    z-index: 5;
}
.text_not {
    text-align: center;
    position: relative;
    z-index: 2;
}

/* Archive */
.med_postwrapper {
    padding: 50px 0;
}
.med_postouter {
    margin: 0 -10px;
}
.loop__test.med_postouter {
    margin: 0 -10px 20px;
}
.med_postloop {
    width: 25%;
    float: left;
}
.med_videowrapper .med_postloop {
    width: 50%;
}
.med_post_image iframe {
    width: 100%;
	height: 320px;
	display: block;
}
.med_post_inner {
    margin: 0 10px 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.med_postpayment_inner {
    margin: 0 30px 30px;
}
.med_post_image img {
    width: 100%;
}
.med_post_meta {
    position: relative;
    padding: 30px 20px 20px;
    margin: 0 0 15px;
}
.med_videowrapper .med_post_meta {
    padding: 20px;
}
.pos_type.med_post_meta {
    padding: 10px 20px 10px;
}

.med_post_meta img {
    position: absolute;
    top: -24px;
    left: 20px;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-width: 4px;
    border-style: solid;
    border-radius: 30px;
    border-radius: 30px;
    padding: 0;
}
.med_post_cat {
    text-align: left;
    overflow: hidden;
}
.med_post_cat a,
.med_post_cat span {
    height: 18px;
    padding: 0 6px;
    margin: 0 2px 2px 0;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 18px;
}
.med_post_cat a {
    display: none;
}
.med_post_cat span {
    display: inline-block;
}
.med_post_cat a:nth-child(1),
.med_post_cat a:nth-child(2) {
    display: inline-block;
}

.med_post_meta h2 {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.4;
    overflow: hidden;
}
.post-type-archive-kamar .med_post_meta h2 {
    font-size: 20px;
}
.med_post_meta h2 a {
    font-weight: 700;
}
.med_post_adt {
    font-size: 15px;
}
.med_postouter .med_clear {
    display: none;
}
.med_postouter .med_clear.medpost4,
.med_postouter .med_clear.medpost8,
.med_postouter .med_clear.medpost12,
.med_postouter .med_clear.medpost16,
.med_postouter .med_clear.medpost20,
.med_postouter .med_clear.medpost24,
.med_postouter .med_clear.medpost28,
.med_postouter .med_clear.medpost32,
.med_postouter .med_clear.medpost36,
.med_postouter .med_clear.medpost40 {
    display: block;
}
.room_list_outer {
    margin: 0 10px;
}
.room_list_status {
    margin: 0 0 30px;
    text-align: center;
}
.room_list_status div {
    display: inline-block;
    padding: 0 25px;
    border-radius: 30px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 5px;
}
.room_name {
    float: left;
    width: 300px;
    padding: 0 30px 20px 0;
}
.room_name a {
    font-size: 18px;
    font-weight: bold;
}
.room_in_class {
    font-style: italic;
    font-size: 15px;
}
.room_inroom {
    float: left;
    padding: 12px 20px;
    margin: 0 5px 5px 0;
}

/* Event Archive */
.event_clear {
    margin: 0 0 10px;
}
.event_clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.med_day_count {
    float: left;
    width: 46px;
    height: 46px;
    border: 2px solid #333;
    text-align: center;
}
.event_day {
    display: block;
    line-height: 24px;
    font-weight: bold;
    font-size: 25px;
    padding: 5px 0 0;
}
.event_daytext {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
}
.med_time_count {
    float: right;
    width: calc(100% - 65px);
    padding: 4px 0 0;
    font-size: 14px;
}
.event_title {
    font-weight: bold;
    font-size: 16px;
}

.loop__test {
    column-count: 2;
    column-gap: 5px;
}
.test__block {
    margin: 0 10px 20px;
    padding: 30px;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
    text-align: center;
}
.med_tess_title {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: bold;
}
.med_tess_star {
    font-size: 20px;
    color: #d35;
    margin: 0 0 10px;
}
.med_tess_text {
    margin: 0 0 20px;
    font-size: 14px;
}
.test__block img {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 80px;
}
.med_tess_name {
    font-weight: bold;
}
.med_tess_data {
    font-size: 14px;
}

/* Paginasi */
.pagination {
    display: block;
    margin: 0 0 30px;
}
.pagination a,
.pagination .disabled {
    text-decoration: none;
    padding: 8px 15px;
    margin: 0 1px 5px 0;
    display: inline-block;
}

/* Single */
.med_singleouter {
    margin: 0 -10px;
}
.med_single_primary {
    position: relative;
    float: left;
    width: calc(100% - 370px);
}
.med_single_primary.single_med {
    width: auto;
    float: none;
}

.blog-content {
    position: relative;
    margin: 0 10px;
    padding: 0 0 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.med_single_image {
    position: relative;
}
.med_single_image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}
.med_single_image.med_single_logo img {
    width: calc( 100% - 60px );
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
}
.med_single_image img.logo_square {
    width: 100px;
    height: 100px;
    border: 10px solid #fff;
    background: #fff;
    position: absolute;
    bottom: -60px;
    left: calc(50% - 60px);
    border-radius: 100px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    z-index: 2;
}
.blog-content .med_single_image iframe {
	height: 450px;
}
.med_single_title {
    padding: 30px 40px 0;
}
.med_single_title.med_single_title_layanan {
    padding: 80px 40px 0;
    text-align: center;
}
.med_single_title.med_single_title_layanan .med_single_headarea {
    float: none;
    width: 100%;
}
.med_single_avatar {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
    margin: 0 30px 0 0;
}
.med_single_avatar .avatar {
    width: 80px;
    height: 80px;
    border-radius: 100px;
}
.med_single_headarea {
    float: left;
    width: calc(100% - 130px);
}
.med_single_headarea h1 {
    font-size: 35px;
    line-height: 1.2;
}
.singlemeta .single_cat a {
    float: left;
    display: none;
    height: 18px;
    padding: 0 6px;
    margin: 0 2px 2px 0;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 18px;
}
.singlemeta .single_cat a:nth-child(1),
.singlemeta .single_cat a:nth-child(2) {
    display: inline-block;
}
.singlemeta .single_right {
    float: right;
    display: inline-block;
    height: 18px;
    padding: 0 6px;
    margin: 0 2px 2px 0;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 18px;
}
.med_single_content {
    padding: 30px 40px;
}
.med_single_medis {
    padding: 30px 0;
}
.med_maps_lokasi {
    margin: 0 0 30px;
}

.med_single_event {
    margin: 0 10px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.med_event_image {
    float: right;
    width: 500px;
    height: auto;
}
.med_event_image img {
    width: 100%;
}

.med_event_data {
    float: left;
    width: calc(100% - 500px);
}
.event_data {
    padding: 40px;
}
.event_data .med_day_count {
    width: 69px;
    height: 69px;
    border-width: 3px;
}
.event_data .event_day,
.event_data i {
    display: block;
    line-height: 36px;
    font-weight: bold;
    font-size: 38px;
    padding: 7px 0 0;
}
.event_data .event_daytext {
    font-size: 15px;
}
.event_data .med_time_count {
    width: calc(100% - 110px);
    padding: 6px 0 0;
    font-size: 21px;
}
.event_data .event_title {
    font-size: 24px;
}
.event_data .event_clear {
    margin: 0 0 10px;
}
.med_event_expired {
    margin: 0 0 30px;
}
.event_data h1 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 40px 20px 110px;
}
.left_ev {
    width: 69px;
    float: left;
    line-height: 40px;
}
.right_ev {
    width: calc(100% - 110px);
    float: right;
}
.right_ev a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-weight: bold;
    border-radius: 20px;
}

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

.blog-content h1 {
    font-size: 36px;
}

.blog-content h2 {
    font-size: 32px;
}

.blog-content h3 {
    font-size: 28px;
}

.blog-content h4 {
    font-size: 24px;
}

.blog-content h5 {
    font-size: 22px;
}

.blog-content h5 {
    font-size: 20px;
}

.blog-content p {
    margin: 0 0 20px;
}

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

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

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

.blog-content li {
    margin: 5px 0;
}

.blog-content blockquote {
    padding: 0 0 0 45px;
    margin: 20px 0;
    border-left: 2px solid #ddd;
}

.blog-content blockquote p {
    font-style: italic;
}

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

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

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

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

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

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

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

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

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

.blog-content .wp-smiley {
    margin: 0;
}

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

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

.blog-content .gallery dl {
    margin: 0;
}

.blog-content .gallery br + br {
    display: none;
}

.blog-content .attachment img {
    display: block;
    margin: 0 auto;
}

.blog-content iframe {
    width: 100%;
    height: 300px;
}

.post-footer {
    padding: 15px 0;
    margin: 0 40px 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;
}

.med_share {
    margin: 0 40px 30px;
}
.single-medis .med_share {
    margin: 0 0 30px;
}
.med_share a {
    width: auto;
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    line-height: 36px;
}
.blog-content .med_share a {
    color: #fff;
}
.med_share .sharefb {
    background: #2539c4;
}
.med_share .sharetw {
    background: #3bf;
}
.med_share .mob_wa,
.med_share .web_wa {
    background: #1dc275;
}
.med_share .sharetele {
    background: #1689de;
}
.med_share .mob_wa {
    display: none;
}
.transparent_icon {
    position: absolute;
    top: -70px;
    right: -50px;
    font-size: 300px;
    color: #0cb299;
    opacity: 0.1;
    z-index: 2;
}

.room_single_top {
    margin: 0 0 50px;
}
.room_single_img {
    float: right;
    width: 50%;
}
.room_single_detail {
    float: left;
    width: 50%;
}
.room_single_data {
    padding: 40px;
}

.room_single_meta {
    margin: 0 0 30px;
}
.room_cap {
    float: left;
    width: 50%;
}
.room_class {
    font-size: 18px;
    line-height: 1.6;
}
.room_cost {
    float: right;
    width: 50%;
    text-align: right;
    padding: 22px 0 0;
}
.room_cost {
    font-size: 25px;
    font-weight: bold;
}
.room_head_facility {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
}
.room_single_facility span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    margin: 0 10px 8px 0;
    border-radius: 30px;
}
.room_single_facility span:nth-child(1) {
    background: #f4a;
    color: #fff;
}
.room_single_facility span:nth-child(2) {
    background: #603be2;
    color: #fff;
}
.room_single_facility span:nth-child(3) {
    background: #f99d3a;
    color: #fff;
}
.room_single_facility span:nth-child(4) {
    background: #1cd728;
    color: #fff;
}
.room_single_facility span:nth-child(5) {
    background: #26c0ef;
    color: #fff;
}
.room_single_facility span:nth-child(6) {
    background: #f32828;
    color: #fff;
}
.room_single_facility span:nth-child(7) {
    background: #22c085;
    color: #fff;
}
.room_single_facility span:nth-child(8) {
    background: #f4a;
    color: #fff;
}
.room_single_facility span:nth-child(9) {
    background: #f4a;
    color: #fff;
}
.room_single_facility span:nth-child(10) {
    background: #f4a;
    color: #fff;
}
.room_single_facility span:nth-child(11) {
    background: #f4a;
    color: #fff;
}
.blog-content .room_single_facility ul li {
    padding: 6px 0;
    margin: 0;
    float: left;
    width: 50%;
}

.single_room_list {
    padding: 40px;
}
.single_room_list h2 {
    text-align: right;
}
.single_room_list h2 span {
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 7px 0 0;
    border-radius: 6px;
}

.single_room_block {
    margin: 0 -5px;
}
.single_room_area {
    width: 25%;
    float: left;
}
.single_room_ready {
    margin: 5px;
    padding: 60px 20px 20px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}
.num {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
}

.time_table_full {
    margin: 0 10px;
}
.fullday {
    margin: 0 0 15px;
}

.medtable {
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.tab_name {
    float: left;
    width: calc(100% - 890px);
    margin: 0 10px 0 0;
    height: 68px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.tab_name a {
    font-weight: bold;
    font-size: 18px;
}
.tab_name_spes {
    font-size: 15px;
    padding: 5px 0 0;
}
.tab_name_img {
    float: left;
    width: 68px;
    margin: 0 15px 0 0;
}
.tab_name_img img {
    border-radius: 6px;
}
.tab_day {
    float: left;
    width: 90px;
    height: 68px;
    text-align: center;
    padding: 20px 10px;
    margin: 0 5px;
    font-size: 14px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.tab_day .tab_dayname {
    display: block;
    margin: 0 0 10px;
}
.tab_day strong {
    display: inline-block;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    font-size: 11px;
    text-transform: uppercase;
}

.room_cat_name {
    text-align: center;
}
.room_cat_name span {
    display: inline-block;
    margin: 0 auto;
    line-height: 35px;
    padding: 0 15px;
    border-radius: 30px;
}
.room_det_price {
    padding: 20px 0;
    position: relative;
}
.room_det_price:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
}
.room_det_price:last-child {
    margin: 0 0 30px;
}
.room_cat_detail {
    float: left;
    width: auto;
}
.room_cat_detail a {
    font-weight: bold;
    font-size: 18px;
}
.room_cat_total {
    font-size: 15px;
    font-style: italic;
}
.room_cat_price {
    width: auto;
    float: right;
    line-height: 45px;
    height: 45px;
    margin: 0 0 0 30px;
    font-size: 22px;
    font-weight: bold;
}

/* Comment */
.medika_comment {
    margin: 0 40px;
}
.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-family: "Open Sans", sans-serif;
    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: 0 10px;
    height: 26px;
    line-height: 26px;
}

.comment_list {
    margin: 0 0 40px;
}

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

.comment-text p {
    font: 14px/1.5 "Open Sans", sans-serif;
    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;
}

.med_doctor {
    float: left;
    width: calc(100% - 350px);
}
.to_timetable {
    margin: 0 0 30px;
}
.list_doctor {
    margin: 0 30px 15px 0;
    padding: 25px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    border-top-width: 1px;
    border-top-style: solid;
}
.doc_left {
    float: left;
    width: calc(100% - 180px);
}
.doc_list_image {
    width: 150px;
    height: 150px;
    margin: 0 30px 0 0;
    border-radius: 5px;
    overflow: hidden;
    float: left;
}
.doc_list_data {
    float: left;
    width: calc(100% - 180px);
}
.doc_list_name {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0 6px;
}
.doc_data {
    line-height: 1.6;
}

.doc_list_add {
    float: right;
    width: 160px;
    margin: 15px 0 0;
    padding-left: 19px;
    border-left-width: 1px;
    border-left-style: solid;
    text-align: center;
}
.doc_list_add i {
    font-size: 22px;
    display: block;
}
.doc_list_add strong {
    display: block;
}
.doc_profile {
    padding: 15px 0 0;
}
.doc_profile a {
    height: 35px;
    line-height: 35px;
    font-weight: 600;
    padding-left: 16px;
    padding-right: 16px;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
}

.med_pro {
    padding: 40px 40px 0;
}
.med_prodoc_img {
    width: 250px;
    float: right;
}
.med_prodoc_sos {
    margin: 0 0 30px;
}
.med_prodoc_sos .mob_wa {
    display: none;
}
.med_prodoc_sosio {
    margin: 10px 0 30px;
}

.med_prodoc_sosio a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 165px;
}
.med_prodoc_sos a.sosmed {
    width: 40px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    margin: 0 5px 0 0;
    background: #0cb299;
    color: #fff;
    border-radius: 4px;
}
.med_cvdoc {
    width: calc(100% - 290px);
    float: left;
    position: relative;
}
.med_cvdoc_inner {
    padding: 0;
    position: relative;
    z-index: 1;
}
.med_cvdoc_inner h1 {
    font-size: 34px;
    margin: 0 0 10px;
}
.med_cvdoc_priv {
    padding: 0;
    margin: 0;
}
.med_cvdoc_priv i {
    color: #0cb299;
}
.med_cvdoc_name {
    line-height: 1.8;
}
.cv_after {
    margin: 0 0 40px;
}
.med_cvdoc_ps {
    padding: 20px 20px 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    margin: 0 0 20px;
}
.med_cvdoc_head {
    font-weight: bold;
    font-size: 18px;
}
.edutab {
    width: 100%;
    margin: 10px 0;
}

.blog-content .edutab td {
    border: 0;
    border-top: 1px solid #ddd;
    padding: 12px 12px 12px 0;
}
.blog-content .edutab td.eduyear {
    padding: 12px 0;
    text-align: right;
    font-weight: bold;
}
.med_prodoc_sosio {
    width: 100%;
}
.med_timedoc {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    margin: 0 0 20px;
    padding: 0;
}
.med_doc_all {
    float: left;
    width: calc(14.28% - 20px);
    text-align: center;
    padding: 10px;
    line-height: 1.8;
}
.med_doc_day {
    font-weight: bold;
}
.day_sunday {
    background: #fdfafb;
}
.day_friday {
    background: #f7fdfc;
}

.blog-content .med_prodoc_sosio td {
    padding: 8px 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    text-align: right;
}
.blog-content .med_prodoc_sosio td.doc_call {
    padding: 8px 12px 8px 0;
    text-align: left;
}

/* Sidebar */
.medika_secondary {
    float: right;
    width: 350px;
}
.medika_secondary .widget_block {
    margin: 0 10px 15px;
    padding: 20px 25px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

.widget_block {
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 1.4;
}

.widget_block h1 {
    font-size: 27px;
    margin: 0 0 10px;
    letter-spacing: -1px;
}

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

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

.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: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px dashed rgba(125, 125, 125, 0.3);
}

.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 */
.footer {
    padding: 40px 0;
    text-align: center;
}

.med_footer_menu {
    width: 50%;
    float: right;
}
.ft_menu {
    text-align: right;
}
.ft_menu li {
    display: inline-block;
    margin-left: 15px;
}

.copyright {
    width: 50%;
    float: left;
    text-align: left;
}

/* 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;
}

/* AFTER SLIDER */
.widget_dokterjaga {
    padding: 30px 0;
}
.med_afterslider .med_container {
    max-width: 1170px;
}
.med_doconduty {
    position: relative;
    z-index: 2;
    margin: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    height: 300px;
    overflow: hidden;
}
.med_er {
    position: relative;
    float: left;
    width: 30%;
}
.meder_inner {
    position: relative;
    padding: 25px 30px;
    height: 250px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    background-size: auto 100%;
}
.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;
}
.med_doc {
    position: relative;
    float: left;
    width: 40%;
}
.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;
}
.meddoc_inner .overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.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;
}
.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_call {
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.3;
    position: relative;
    z-index: 2;
}

.er_time {
    line-height: 26px;
    height: 26px;
    margin: 0 0 4px;
    position: relative;
}
.er_time:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 13px;
    z-index: 2;
}
.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.5;
}
.see_doctime a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
}
.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;
}

/* Hospital Info */
.widget_hospitalinfo {
    padding: 80px 0 40px;
}
.med_parner_outer {
    margin: 0 -15px;
}
.med_partner_logo {
    width: 33.33%;
    float: left;
}
.med_partner_inner {
    margin: 15px;
}
.med_partner_loop .med_clear {
    display: none;
}
.med_partner_loop .med_clear.part-3,
.med_partner_loop .med_clear.part-6,
.med_partner_loop .med_clear.part-9 {
    display: block;
}

/* Event */
.med_event_widget {
    margin: 0 -15px;
}
.mew_inner {
    float: left;
    width: 50%;
}
.mew_content {
    position: relative;
    margin: 0 15px 30px;
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.mew_content .icon_agenda {
    position: absolute;
    bottom: -90px;
    right: -50px;
    font-size: 156px;
    opacity: 0.15;
    transform: rotate(20deg);
    color: #0cb299;
}
.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;
    background: #0cb299;
    border: 2px solid #0cb299;
}
.mew_button a {
    color: #fff;
}
.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;
    background: #0cb299;
    color: #fff;
    border-radius: 40px;
}
.ecount-1.med_clear,
.ecount-3.med_clear,
.ecount-5.med_clear,
.ecount-7.med_clear,
.ecount-9.med_clear {
    display: none;
}

/* Widget Slide Service */
.widget_medikaservice {
    padding: 80px 0;
}
.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;
    font-weight: 300;
}

/* Doctor Slide */
.widget_ourdoctor {
    padding: 80px 0;
}
.ourdoct_head {
    font-size: 30px;
    height: 42px;
    line-height: 42px;
    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: 10px;
    overflow: hidden;
}
.docslide.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    margin: 0;
    top: -62px;
}
.docslide.owl-theme .owl-nav button {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    height: 40px;
    margin: 0 0 0 5px;
    border-radius: 0;
}

/* Kapasitas */

.medical_stat {
    background: #f7f7f7;
    padding: 80px 0;
}
.stat_outer {
    margin: 0 -30px;
}
.stat_left {
    width: 50%;
    float: left;
}
.stat_inner {
    margin: 0 30px;
}
.stat_image {
    margin: 0 0 20px;
}
.med_name,
.medika_partner {
    font-size: 30px;
    font-weight: bold;
    margin: 15px 0 20px;
}
.stat_text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    font-family: Roboto;
    margin: 0 0 40px;
}
.stat_textexcerpt {
    margin: 0 0 25px;
}
.stat_textmore a {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}
.stat_right {
    width: 50%;
    float: left;
}
.medic_caps {
    width: 100%;
    font-size: 16px;
    line-height: 2;
    font-family: Roboto;
    font-weight: 300;
}
.medic_caps_outer {
    margin: 0 -10px;
}
.caps_box {
    margin: 0;
    width: 50%;
    float: left;
}
.caps_box_inner {
    position: relative;
    padding: 15px 20px 20px;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 10px 20px;
    height: 110px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.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;
}

.par_overlay {
    opacity: 0.7;
    background: #fff;
}
.par_overlay {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.med_parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 40px 0;
}
.med_imgparallax {
    position: relative;
    z-index: 3;
}
.medserv_outer {
    padding: 60px 0;
}
.servtop_left {
    text-align: left;
}
.servtop_center {
    text-align: center;
    margin: 0 auto;
}
.medserv_title {
    margin: 15px 0 20px;
    color: #0cb299;
    font-weight: 700;
    line-height: 1.2;
}
.service_text {
    margin: 15px 0 30px;
    color: #222222;
    line-height: 1.5;
    font-weight: 300;
}

.serv_icon {
    margin-bottom: 20px;
}
.serv_icon i {
    font-size: 40px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #0cb299;
}

.iconoverlay {
    font-size: 140px;
    color: #0cb299;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    transform: rotateY(180deg);
}

/* Room & Tarif */

.med_room {
    padding: 60px 0;
    background: #0cb299;
    color: #fff;
}
.medroom_title {
    font-weight: 400;
    margin: 0 0 20px;
}

.room_tabs {
    width: 100%;
    font-weight: 300;
}
.room_tabs td {
    padding: 10px 0;
    border-bottom: 1px solid #60cab6;
}
.room_caps {
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.room_caps h4 {
    height: 34px;
    line-height: 34px;
    margin: 0 0 25px;
    text-align: center;
}
.room_caps h4 span {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 25px;
    background: #fff;
    color: #0cb299;
    border-radius: 30px;
}
.room_tabs a {
    color: #fff;
    display: block;
    line-height: 1;
    margin: 0 0 5px;
    font-weight: 400;
}
.room_tabs em {
    font-size: 13px;
    line-height: 1;
}
.room_price {
    text-align: right;
    vertical-align: middle;
    font-weight: 700;
}

.roomslide.owl-carousel .owl-stage-outer {
    padding: 20px;
    margin: 0 -20px;
}
.roomslide.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -70px;
}
.roomslide.owl-theme .owl-nav button {
    margin: 0 0 0 5px;
    height: 34px;
    width: 45px;
}
.roomslide.owl-theme .owl-nav button .fa {
    height: 34px;
    width: 45px;
    line-height: 34px;
    text-align: center;
    background: #fff;
    color: #0cb299;
    font-size: 17px;
}

/* Dokter Slide */
.slide_doc {
    padding: 60px 0;
    background: #fff;
    color: #333;
}
.slidedoc_title {
    position: relative;
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 38px;
    margin: 0 0 20px;
    line-height: 54px;
}
.slidedoc_title .slidedoc_link {
    position: absolute;
    top: 13px;
    right: 100px;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    background: #333;
    font-size: 14px;
    font-weight: 300;
}
.slidedoc_title span a {
    color: #fff;
}
.slidedoc_title span i {
    display: none;
}

.doc_fotobox {
    background: #0cb299;
}
.doc_overlay {
    position: relative;
}
.doc_overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0cb299;
    opacity: 0;
    transition: all 0.5s ease 0.1s;
    z-index: 1;
}
.doc_fotobox:hover .doc_overlay:after {
    opacity: 0.8;
}
.doclay {
    display: block;
}
.doc_overlay i {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    opacity: 0;
    transition: all 0.5s ease 0.1s;
    z-index: 3;
}
.doc_fotobox:hover .doc_overlay i {
    opacity: 1;
}
.doc_details {
    padding: 25px 25px;
}
.doc_details span {
    font-size: 13px;
    font-weight: 300;
}
.doc_details span a {
    color: #fff;
}
.doc_details .doc_name {
    font-weight: 400;
}
.doc_name a {
    color: #fff;
}
.docslide.owl-theme .owl-dots {
    margin-top: 30px;
}

/* Testimoni */
.med_slidetess {
    background-image: url(https://medika.ciuss.net/wp-content/uploads/2022/05/medika-2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}
.testilay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0.9;
    background: #eee;
}
.tess_box {
    background: #fff;
    padding: 50px;
}
.tess_head {
    font-size: 22px;
    line-height: 1.1;
    margin: 0 0 20px;
    font-family: Roboto;
    font-weight: 700;
}
.tess_excerpt {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 20px;
    font-family: Roboto;
    font-weight: 400;
}
.tess_star {
    padding-bottom: 30px;
    color: #0cb299;
    font-size: 18px;
    letter-spacing: 2px;
}
.tess_image {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0;
    overflow: hidden;
    border-radius: 50px;
}
.med_tess {
    position: relative;
    z-index: 3;
    color: #333;
}
.people_info {
    float: right;
    width: calc(100% - 110px);
}
.tess_name {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 700;
    padding-top: 8px;
}
.medtess_title {
    position: relative;
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 38px;
    margin: 0 0 20px;
}

/* Widget Galeri */
.widget_medikagaleri {
	padding: 80px 0;
	position: relative;
}
.galstyle_1 {
    position: relative;
}
.galstyle_1:before {
	content: '';
	position: absolute;
	width: 800px;
	height: 800px;
	border-radius: 400px;
	bottom: -130px;
	left: -600px;
	z-index: 1;
}
.galstyle_1:after {
	content: '';
	position: absolute;
	width: 400px;
	height: 400px;
	border-radius: 200px;
	top: -120px;
	right: -370px;
	z-index: 1;
}
.galstyle_2 {
    position: relative;
}
.galstyle_2:before {
	content: '';
	position: absolute;
	height: 210px;
	bottom: -80px;
	left: -1000px;
	right: 50%;
	z-index: 1;
}
.galstyle_2:after {
	content: '';
	position: absolute;
	height: 210px;
	bottom: -80px;
	left: 50%;
	right: -1000px;
	z-index: 1;
}
.galstyle_3 {
    position: relative;
}
.galstyle_3:before {
	content: '';
	position: absolute;
	top: -80px;
	bottom: -80px;
	left: -1000px;
	right: 85%;
	z-index: 1;
}
.galstyle_3:after {
	content: '';
	position: absolute;
	top: -80px;
	bottom: -80px;
	left: 85%;
	right: -1000px;
	z-index: 1;
}
.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 {
	margin: 0 -4px;
	position: relative;
	z-index: 2;
}
.wid__galbox {
	width: 33.33%;
	float: left;
}
.wid__galin {
	margin: 0 4px 8px;
	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 .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;
	transition: all .5s ease;
}
.gal__meta a {
	color: #fff;
	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 .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 .5s ease .3s;
}
.wid__galbox:hover .gal__meta .gal__date span:before {
	width: 70px;
}

/* Widget Video */
.widget_medikavideo {
	padding: 80px 0;
}
.widget_medikavideo iframe {
	display: block;
	width: 100%;
	height: 315px;
	border-radius: 6px;
	overflow: hidden;
}

.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;
}

/* Footer Blog */

.footer_blog {
    position: relative;
    background: #f7f7f7;
    padding: 80px 0;
}
.blog_cat {
    margin: 0 0 11px;
    overflow: hidden;
    text-align: center;
}
.cat_list {
    text-align: left;
    margin: 0 auto;
    display: flex;
    padding: 0 0 10px;
    overflow-x: auto;
}
.first_catlist {
    background: #333;
    color: #fff;
    font: 13px/34px Montserrat;
    height: 34px;
    display: inline-block;
    padding: 0 10px;
}
.catspan {
    background: #0cb299;
    border: 2px solid #0cb299;
    font: 13px/30px Montserrat;
    height: 30px;
    display: inline-block;
    padding: 0 10px;
    margin: 0 0 0 3px;
    transition: all 0.2s ease 0.1s;
}
.catspan:hover {
    background: #333;
    color: #fff;
}
.catspan a {
    color: #fff;
}

.show_blog {
    margin: 0 -15px;
}
.post_medblog {
    width: 25%;
    float: left;
}
.med_blogin {
    margin: 0 15px;
}
.med_blogin img {
    width: 100%;
    height: auto;
    display: block;
}
.med_blogmeta {
    position: relative;
    min-height: 90px;
    padding: 30px 15px 15px;
    margin: 0 0 15px;
    background: #ffffff;
}
.med_blogmeta img {
    position: absolute;
    top: -24px;
    left: 20px;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: 4px solid #f7f7f7;
    border-radius: 30px;
    padding: 0;
}

.blog_showcat span {
    border: 1px solid #333;
    display: inline-block;
    height: 18px;
    padding: 0 6px;
    margin: 0 2px 2px 0;
    text-transform: uppercase;
    font: 10px/18px "Poppins";
}
.blog_showcat span a {
    color: #333;
}
.med_blogmeta h4 {
    padding: 10px 0;
    font: 400 15px/1.3 Roboto;
}
.med_blogmeta h4 a {
    color: #222;
}

/* Sosial */
.medika_footer_contact {
    padding: 80px 0;
    text-align: left;
}
.med_foot_outer {
    margin: 0;
}
.medfoot_block {
    width: 300px;
    float: left;
}
.medfoot_3block {
    width: calc(100% - 300px);
    display: inline-block;
    float: right;
    text-align: right;
}
.medfoot_block_right {
    width: auto;
    float: right;
    margin: 0 0 0 50px;
}
.medika_footer_contact a {
    display: inline-block;
    padding: 0 3px;
}
.medika_social_icon i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    font-size: 20px;
}
.medika_call i {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    font-size: 20px;
}
.medfoot_after {
    float: right;
    text-align: left;
    padding-left: 15px;
	width: calc( 100% - 60px );
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.medfoot_after span {
    display: block;
}
.email_data {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.med_mobile_button {
    position: fixed;
    right: 16px;
    height: 40px;
    top: 17px;
    display: none;
}
.med_mobile_button i {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    border-radius: 30px;
    margin-right: 5px;
}

.med_shortcut {
    position: fixed;
    height: 80px;
    bottom: -20px;
    left: 0;
    right: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
}
.footer_poli {
    position: fixed;
    top: -30px;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
}
.open_poli .footer_poli {
    display: block;
}
.footer_poli:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.85;
    z-index: 1;
}
.scroll_poli {
    height: calc(100% - 75px);
    margin: 45px 15px 15px;
    padding: 15px 0;
    overflow-y: scroll;
    position: relative;
    z-index: 2;
}
.poli_list {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    padding: 15px 15px 15px 20px;
    border-radius: 6px;
    margin: 0 15px 8px;
}
.poli_list img {
    float: right;
    width: 45px;
    height: 45px;
    margin: 0 0 0 15px;
    border-radius: 5px;
}
.poli_name {
    float: left;
    width: calc(100% - 80px);
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
}
.poli_name a {
    display: block;
    font-weight: normal;
    font-size: 13px;
    font-style: italic;
}

.footer_doctor {
    position: fixed;
    top: -30px;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
}
.open_dod .footer_doctor {
    display: block;
}
.scroll_doctor {
    height: calc(100% - 75px);
    margin: 45px 15px 15px;
    padding: 15px 0;
    overflow-y: scroll;
    position: relative;
    z-index: 2;
}

.footer_on {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    padding: 15px 15px 15px 20px;
    border-radius: 6px;
    margin: 0 15px 8px;
}
.footer_on img {
    float: right;
    width: 45px;
    height: 45px;
    margin: 0 0 0 15px;
    border-radius: 5px;
}
.footer_doc_on {
    float: left;
    width: calc(100% - 80px);
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
}

.footer_on a {
    display: block;
}
.doc_poli {
    display: inline-block;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    font-style: italic;
}
.dod_idg {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    margin: 0 6px 0 0;
    border-radius: 12px;
}

.footer_stats {
    position: fixed;
    top: -30px;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
}
.open_stat .footer_stats {
    display: block;
}
.scroll_stats {
    height: calc(100% - 75px);
    margin: 45px 15px 15px;
    padding: 15px 0;
    overflow-y: scroll;
    position: relative;
    z-index: 2;
}

.scroll_stats .caps_box_inner {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    margin: 0 15px 15px;
}
.scroll_stats .caps_box_inner .caps_title {
	font-size: 18px;
	font-weight: 700;
}
.scroll_stats .caps_boxsection {
    width: calc(100% - 150px);
}
.scroll_stats .caps_number {
    float: right;
}

.footer_tess {
    position: fixed;
    top: -30px;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
}
.open_tess .footer_tess {
    display: block;
}
.footer_tess:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.95;
    z-index: 1;
}
.scroll_tess {
    height: calc(100% - 75px);
    margin: 45px 15px 15px;
    padding: 15px 0;
    overflow-y: scroll;
    position: relative;
    z-index: 2;
}
.tess_med {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    background: rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 6px;
    margin: 0 15px 16px;
}
.tess_text {
    font-size: 14px;
    font-style: italic;
    line-height: 1.4;
    margin: 0 0 20px;
}
.tess_rate {
    margin: 0 0 25px;
}
.tess_data {
    float: left;
    width: calc(100% - 60px);
}
.tess_nama {
    font-size: 16px;
    font-weight: bold;
}
.tess_add {
    font-size: 13px;
    font-style: italic;
}
.tess_med img {
    float: left;
    width: 45px;
    height: 45px;
    margin: 0 15px 0 0;
    border-radius: 6px;
}
.tess_bottom {
    text-align: center;
    margin: 25px 0 15px;
}
.tess_link {
    display: inline-block;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 30px;
}

.med_footcut {
    float: left;
    width: 20%;
    text-align: center;
    padding: 11px 0 0;
}
.med_footcut.med_center {
    padding: 5px 0 0;
    position: relative;
}
.med_footcut i {
    font-size: 24px;
    display: block;
}
.med_footcut.med_center i {
    font-size: 28px;
    position: relative;
    z-index: 3;
}
.med_footcut span {
    display: block;
    font-size: 9px;
}
.med_footcut.med_center span {
    position: relative;
    z-index: 3;
}
.med_footcut.med_center:before {
    content: "";
    position: absolute;
    top: 20px;
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    opacity: 0;
    border-radius: 100px;
    z-index: 1;
    transform: scale(0);
    animation: mymove 2s infinite;
}
.med_footcut.med_center:after {
    content: "";
    position: absolute;
    top: 20px;
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    opacity: 0;
    border-radius: 100px;
    z-index: 1;
    transform: scale(0);
    animation: mymove 4s infinite;
}
@keyframes mymove {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    15% {
        opacity: 0.2;
        transform: scale(1);
    }
    30% {
        opacity: 0.1;
        transform: scale(4);
    }
    50% {
        opacity: 0;
        transform: scale(4);
    }
    100% {
        opacity: 0;
        transform: scale(0);
    }
	.med_post_image iframe {
		height: 270px;
	}
}

.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 .5s ease .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;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	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 .5s ease;
	z-index: 1;
}
.active .fas_right .fas_in:before {
	transform: scale(1);
	opacity: 0.1;
}


.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;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	padding:0 25px;
	text-transform: uppercase;
}

.rom_list {
	padding: 15px 0;
	position: relative;
}
.rom_list:after {
	content:'';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	opacity: 0.2;
}
.rom_left {
	width: 50%;
	float: left;
}
.rom_left h4 {
	height: 20px;
	font-size: 18px;
	margin: 0 0 6px;
}
.rom_caps {
	font-size: 14px;
	line-height: 14px;
}
.rom_right {
	width: 50%;
	float: right;
	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;
}





@media screen and (max-width: 982px) {
    .wrapper {
        margin-top: 0 !important;
    }
    .med_menu {
        position: fixed;
        height: 0;
        top: 74px;
        left: 0;
        right: 0;
        margin: 0 !important;
        z-index: 20;
        padding: 0;
        overflow: hidden;
        box-shadow: 0 0 25px inset rgba(0, 0, 0, 0.2);
        background-repeat: no-repeat !important;
        background-position: top center !important;
        transition: all 0.5s ease 0.1s;
    }
    .med_openmenu .med_menu {
        height: auto;
		max-height: calc( 100% - 124px );
		overflow-y: auto;
    }
    .med_menu:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        opacity: 0.9;
    }
    .float_menu {
        position: relative;
        z-index: 2;
        padding: 0;
        transition: all 0.5s ease 0.1s;
    }
    .float_menu {
        padding: 30px 0;
    }
    .nav .dd.accord li {
        padding: 0 30px;
        width: calc(100% - 60px);
        line-height: 52px;
        position: relative;
        font-size: 18px;
        display: block;
    }
    .nav .dd.accord li.menu-item-has-children:after {
        content: "";
        position: absolute;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        top: 23px;
        right: 25px;
    }
    .nav .dd.accord ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    .nav .dd.accord li a {
        display: block;
    }
    .nav .dd.accord li ul {
        display: none;
        margin: 0 -20px 0 0;
        background: rgba(0, 0, 0, 0.01);
    }
    .nav .dd.accord li ul li ul {
        background: rgba(0, 0, 0, 0.006);
    }
    .nav .dd.accord li.menu-item-has-children span {
        position: absolute;
        background: #fff;
        width: 20px;
        height: 20px;
        right: 8px;
        top: 12px;
        z-index: 2;
    }
    .nav .dd.accord ul li {
        padding: 0 20px;
        width: calc(100% - 40px);
    }
    .med_searchform {
        position: fixed;
        top: 74px !important;
        left: 0;
        right: 0;
        padding: 34px 30px;
        box-shadow: 0 0 15px inset rgba(0, 0, 0, 0.1);
        display: none;
    }
    .med_opensearch .med_searchform {
        display: block;
    }
    .med_searchform .med_form {
        display: block;
    }
    .search_form {
        width: calc(100% - 42px);
    }
    .search_select {
        width: calc(100% - 40px);
    }
    .search_select select {
        width: 100%;
    }
    .med_mobile_button {
        display: block;
    }
    .med_head_info {
        padding: 20px 0 !important;
    }
    .med_leftinfo {
        display: none;
    }
    .med_centerinfo,
    .med_rightinfo {
        position: relative;
        width: 50%;
        float: left;
        left: auto;
    }

    .med_breadcrumb {
        padding: 60px 0;
    }

    .med_postloop {
        width: 33.33%;
        float: left;
    }
    .med_postouter .med_clear.medpost4,
    .med_postouter .med_clear.medpost8,
    .med_postouter .med_clear.medpost12,
    .med_postouter .med_clear.medpost16,
    .med_postouter .med_clear.medpost20 {
        display: none;
    }
    .med_postouter .med_clear.medpost3,
    .med_postouter .med_clear.medpost6,
    .med_postouter .med_clear.medpost9,
    .med_postouter .med_clear.medpost12,
    .med_postouter .med_clear.medpost15,
    .med_postouter .med_clear.medpost18,
    .med_postouter .med_clear.medpost21 {
        display: block;
    }
	
    .med_videowrapper .med_postouter .med_clear.medpost3,
    .med_videowrapper .med_postouter .med_clear.medpost6,
    .med_videowrapper .med_postouter .med_clear.medpost9,
    .med_videowrapper .med_postouter .med_clear.medpost12,
    .med_videowrapper .med_postouter .med_clear.medpost15,
    .med_videowrapper .med_postouter .med_clear.medpost18,
    .med_videowrapper .med_postouter .med_clear.medpost21 {
        display: none;
    }

    .med_single_primary {
        width: auto;
        float: none;
    }

    .med_event_image {
        float: none;
        width: auto;
    }
    .med_event_data {
        float: none;
        width: auto;
    }

    .med_doctor {
        float: none;
        width: auto;
    }
    .to_timetable {
        margin: 0 10px 30px;
    }
    .list_doctor {
        margin: 0 10px 15px;
    }

    .med_prodoc_sos .mob_wa {
        display: block;
    }
    .med_prodoc_sos .web_wa {
        display: none;
    }

    .med_doc_all {
        display: block;
        float: none;
        text-align: right;
        width: calc(100% - 60px);
        padding: 10px 30px;
    }
    .med_doc_day {
        float: left;
    }

    .room_single_img,
    .room_single_detail {
        float: none;
        width: 100%;
    }

    .single_room_area {
        width: 33.33%;
    }

    .tab_name {
        float: none;
        display: block;
        width: auto;
        margin: 0 0 10px;
    }
    .tab_day {
        display: none;
        width: auto;
        margin: 0 0 10px;
    }
    .warna00,
	.warna01,
    .warna02,
    .warna03,
    .warna04,
    .warna05,
    .warna06,
    .warna07,
    .warna08,
    .warna09,
    .warna10,
    .warna11,
    .warna12,
    .warna13,
    .warna14,
    .warna15,
    .warna16,
    .warna17,
    .warna18,
    .warna19,
    .warna20,
    .warna21,
    .warna22,
    .warna23 {
        display: block !important;
        float: none;
        height: auto;
        text-align: right;
        padding: 20px;
    }
    .tab_day .tab_dayname {
        display: inline-block;
        float: left;
        margin: 0;
    }

    .med_logo img,
    .med_logo {
        height: 44px !important;
    }
    .med_mobile_button {
        top: 12px;
    }
    .med_searchform {
        top: 64px !important;
    }
    .med_menu {
        top: 64px;
    }
    .wrapper {
        border-top-width: 166px !important;
    }
    .med_doconduty {
        height: auto;
    }
    .med_er,
    .med_doc,
    .med_right {
        float: none;
        width: 100%;
    }

    .medika_secondary {
        float: none;
        width: auto;
    }
    .stat_outer {
        margin: 0 -10px;
    }
    .stat_inner {
        margin: 0 10px;
    }
    .caps_box {
        width: 100%;
        float: none;
    }

    .med_event_widget {
        margin: 0 -8px;
    }
    .mew_inner {
        float: none;
        width: 100%;
    }
    .mew_content {
        margin: 0 8px 16px;
    }

    .medfoot_block {
        width: auto;
        float: none;
        margin: 0 0 20px;
    }
    .medfoot_3block {
        width: auto;
        display: block;
        float: none;
        text-align: left;
    }

    .medfoot_block_right {
        width: auto;
        float: none;
        margin: 0 0 20px;
        display: block;
        height: 42px;
    }
    .medfoot_after {
        float: left;
    }
    .med_footer_menu {
        width: auto;
        float: none;
        text-align: center;
        margin: 0 0 15px;
    }
    .nav_footer {
        display: inline-block;
        margin: 0 auto;
    }
    .ft_menu {
        text-align: center;
    }

    .copyright {
        width: auto;
        float: none;
        text-align: center;
    }

    .footer {
        padding: 40px 0 80px;
    }
	.med_post_image iframe {
		height: 258px;
	}
	.widget_medikavideo iframe {
		height: 262px;
	}
	.med_share .web_wa {
		display: none;
	}
	.med_share .mob_wa {
		display: inline-block;
	}
}
@media screen and (max-width: 800px) {
	.med_post_image iframe {
		height: 208px;
	}
	.gal__head,
	.gal__subhead {
		float: none;
		width: 100%;
	}
	.galhead__inn,
	.galsubhead__inn {
		text-align: center;
	}
	.wid__galbox {
		width: 50%;
	}
	.wid__galout .med_clear.gal3 {
		display: none;
	}
	.wid__galout .med_clear.gal2,
	.wid__galout .med_clear.gal4 {
		display: block;
	}
	.galhead__inn:before {
		display: none;
	}
	.widget_medikavideo iframe {
		height: 210px;
	}
	.fas_left,
.fas_right	{
  float: none;
  width: 100%;
}
.fas_cat {
	left:80px;
}
.active .fas_cat {
	left:20px;
}
}
@media screen and (max-width: 768px) {
	.med_post_image iframe {
		height: 200px;
	}
	.widget_medikavideo iframe {
		height: 200px;
	}
}
@media screen and (max-width: 720px) {
	.med_post_image iframe {
		height: 11px;
	}
	.widget_medikavideo iframe {
		height: 186px;
	}
}
@media screen and (max-width: 640px) {
    .med_breadcrumb {
        padding: 40px 0;
    }
    .med_breadcrumb h1 {
        font-size: 30px;
    }
    .med_postwrapper {
        padding: 30px 0;
    }
    .med_postloop {
        width: 50%;
    }
    .doc_left {
        float: none;
        width: auto;
    }
    .doc_list_data {
        width: calc(100% - 180px);
    }
    .doc_list_add {
        display: block;
        float: none;
        width: auto;
        padding: 15px 19px 0;
        border-top: 1px solid #0cb299;
        border-left: 0;
    }
    .med_prodoc_img {
        float: none;
        margin: 0 auto;
    }
    .med_cvdoc {
        width: auto;
        float: none;
    }
    .doc_ready {
        display: inline-block;
        margin: 0 20px 0 0;
        height: 35px;
        line-height: 36px;
        font-size: 16px;
        float: left;
        display: flex;
    }
    .doc_ready.only_timetable {
        display: inline-block;
        text-align: left;
        height: auto;
        line-height: 1.3;
    }
    .doc_ready i,
    .doc_ready strong {
        margin-right: 8px;
    }
    .doc_list_add {
        padding: 15px 0 0;
    }
    .doc_list_add i {
        font-size: 16px;
    }
    .doc_profile {
        display: inline-block;
        float: right;
        padding: 0;
    }
    .transparent_icon {
        top: 150px;
        right: -20px;
        font-size: 234px;
    }
    .single_room_area {
        width: 50%;
    }
    .doc_list_add .doc_loc strong {
        display: inline-block;
    }
    .stat_left,
    .stat_right {
        width: 100%;
        float: none;
    }
	.med_post_image iframe {
		height: 163px;
	}
	.widget_medikavideo iframe {
		height: 210px;
	}.blog-content .med_single_image iframe {
  height: 345px;
}
}
@media screen and (max-width: 600px) {
	.med_post_image iframe {
		height: 152px;
	}
	.blog-content .med_single_image iframe {
  height: 320px;
}
}
@media screen and (max-width: 533px) {
    .wrapper {
        border-top-width: 124px !important;
    }
    .is_small .med_logo img,
    .is_small .med_logo {
        height: 44px;
    }
    .is_small .med_logo {
        padding: 10px 40px 10px 0;
    }
    .med_menu {
        top: 64px;
    }

    .med_searchform {
        top: 64px !important;
        padding: 13px 30px;
    }
    .med_opensearch .med_searchform {
        top: 64px !important;
    }
    .med_mobile_button {
        position: fixed;
        right: 10px;
        height: 34px;
        top: 15px;
    }
    .med_mobile_button i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    .med_head_out .med_clear {
        margin: 0 10px 0 0;
    }
    .med_rightinfo .med_clear {
        margin: 0 0 0 10px;
    }
    .med_head_info {
        padding: 12px 0 !important;
        height: 36px;
    }
    .hos_info {
        width: calc(100% - 44px);
        padding-top: 0;
    }
    .hos_add {
        font-size: 11px;
    }
    .med_head_out i {
        border-width: 2px !important;
        height: 32px;
        width: 32px;
        line-height: 32px;
        font-size: 20px;
    }
    .hos_clock,
    .hos_phone {
        font-size: 16px;
    }
    .med_doconduty {
        margin: 0;
    }
    .med_breadcrumb {
        padding: 20px 0;
    }
    .med_breadcrumb h1 {
        font-size: 20px;
    }
    .breadcrumbs {
        font-size: 13px;
    }
    .med_container {
        padding: 0 20px;
    }
    .med_postouter .med_clear.medpost3,
    .med_postouter .med_clear.medpost6,
    .med_postouter .med_clear.medpost9,
    .med_postouter .med_clear.medpost12,
    .med_postouter .med_clear.medpost15,
    .med_postouter .med_clear.medpost18 {
        display: none;
    }
    .med_postouter .med_clear.medpost2,
    .med_postouter .med_clear.medpost4,
    .med_postouter .med_clear.medpost6,
    .med_postouter .med_clear.medpost8,
    .med_postouter .med_clear.medpost10,
    .med_postouter .med_clear.medpost12,
    .med_postouter .med_clear.medpost14,
    .med_postouter .med_clear.medpost16,
    .med_postouter .med_clear.medpost18,
    .med_postouter .med_clear.medpost20 {
        display: block;
    }
    .medika_footer_contact {
        padding: 40px 0;
    }
    .med_single_avatar {
        display: none;
    }
    .med_single_title {
        padding: 20px 30px 0;
    }
    .med_single_headarea {
        float: none;
        width: auto;
    }
    .blog-content h1 {
        font-size: 26px;
    }
    .med_single_content {
        padding: 20px 30px;
    }
    .page .med_single_content {
        padding: 0 30px 20px;
    }
    .blog-content blockquote {
        padding: 0 0 0 25px;
    }
    .post-footer {
        padding: 0;
        margin: 0 30px 30px;
    }
    .med_share {
        margin: 0 30px 30px;
    }
    .medika_comment {
        margin: 0 30px;
    }
    #comments {
        margin-bottom: 15px;
    }
    .medika_secondary .widget_block {
        padding: 20px 30px;
    }
    .med_pro {
        padding: 30px 30px 0;
    }
    .room_class {
        font-size: 15px;
        font-weight: 400;
    }
    .room_cost {
        font-size: 18px;
    }
    .room_name {
        float: none;
        width: auto;
        padding: 20px 0 10px 0;
    }
    .widget_dokterjaga {
        padding: 0;
    }
    .medika_home_widget .med_container {
        padding: 0;
    }
    .meder_inner {
        height: 175px;
    }
    .meder_on strong {
        font-size: 15px;
    }
    .widget_hospitalinfo {
        padding: 30px;
    }
    .med_parner_outer {
        margin: 0 -15px;
    }
    .med_partner_logo {
        width: 50%;
    }
    .med_partner_loop .med_clear.part-3,
    .med_partner_loop .med_clear.part-6,
    .med_partner_loop .med_clear.part-9 {
        display: none;
    }
    .med_partner_loop .med_clear.part-2,
    .med_partner_loop .med_clear.part-4,
    .med_partner_loop .med_clear.part-6,
    .med_partner_loop .med_clear.part-8,
    .med_partner_loop .med_clear.part-10 {
        display: block;
    }
    .med_event_widget {
        margin: 0 22px;
        padding: 30px 0;
    }
    .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_medikaservice {
        padding: 30px 0 30px 15px;
    }
    .servslide.owl-carousel {
        width: 150%;
    }
    .servslide .owl-stage-outer {
        padding: 0 15px;
    }
    .med_serv_title {
        font-size: 25px;
        margin: 0 0 15px;
    }
    .med_serv_text {
        margin: 0 auto 40px;
        padding: 0 30px;
    }
    .servslide.owl-theme .owl-nav.disabled + .owl-dots {
        bottom: -40px;
    }
    .widget_ourdoctor {
        padding: 30px;
    }

    .ourdoct_head {
        font-size: 25px;
    }

    .dept_excerpt {
        display: none;
    }
    .inner_serv {
        padding: 40px 30px;
    }
    .med_shortcut {
        display: block;
    }
	.med_post_image iframe {
		height: 130px;
	}
	.widget_medikagaleri {
		padding: 30px;
	}
	.galstyle_3:before {
		top: -30px;
		bottom: -30px;
	}
	.galstyle_3:after {
		top: -30px;
		bottom: -30px;
	}
	.galhead__top {
		font-size: 16px;
	}
	.galhead__top .galprefix:before {
		width: 100px;
	}
	.galhead__bot {
		font-size: 38px;
	}
	.galsubhead__inn {
		margin: 20px 50px 0;
		font-size: 16px;
	}
	.galstyle_1:before {
		bottom: -90px;
		left: -600px;
	}
	.widget_medikavideo {
		padding: 30px;
	}
	.widget_medikavideo iframe {
		height: 265px;
	}
	.blog-content .med_single_image iframe {
  height: 275px;
}
.widget_roomfacility {
	padding: 30px;
}
.fas_cat {
  font-size: 12px;
  height: 32px;
  line-height: 32px;
}
.rom_subhead {
	font-size: 16px;
}
.fas_ttl {
  margin: 0 0 20px;
  font-size: 38px;
}
.fas_feat {
  width: 70%;
}
.fas_feat span {
  margin: 0 8px 8px 0;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  font-size: 14px;
}
.widget_pricingroom {
  padding: 30px;
}
.rom_head {
  font-size: 38px;
  margin: 0 0 20px;
}
.owl-theme.priceslide .owl-nav {
top: -63px;
}
}
@media screen and (max-width: 480px) {
	.med_videowrapper .med_postloop {
        width: 100%;
		float: none;
	}
	.med_post_image iframe {
		height: 244px;
	}
	.widget_medikavideo iframe {
		height: 240px;
	}
	.blog-content .med_single_image iframe {
  height: 246px;
}
}
@media screen and (max-width: 420px) {
    .hos_add {
        font-size: 10px;
    }
    .hos_clock span.tz {
        font-size: 8px;
        height: 16px;
        line-height: 16px;
        padding: 0 4px;
    }
    .homeslide.owl-theme .owl-nav.disabled + .owl-dots {
        bottom: 10px;
        transform: scale(0.5);
    }
    .med_name,
    .medika_partner {
        font-size: 25px;
    }
    .med_container {
        padding: 0 30px;
    }
    .med_postloop {
        width: 100%;
        float: none;
    }
    .med_post_meta h2 {
        height: auto;
        font-size: 18px;
    }
    .med_post_meta {
        min-height: 0;
    }
    .med_head_info .med_container {
        padding: 0 10px;
    }

    .single .med_postwrapper .med_container,
    .page .med_postwrapper .med_container {
        padding: 0;
    }
    .page .med_postwrapper .med_container.med_pages {
        padding: 0 30px;
    }
    .single .med_postwrapper,
    .page .med_postwrapper {
        padding: 0 0 20px;
    }

    .event_data {
        padding: 30px;
    }
    .event_data .med_day_count {
        width: 46px;
        height: 46px;
        border-width: 2px;
    }

    .event_data .med_time_count {
        width: calc(100% - 65px);
        padding: 4px 0 0;
        font-size: 14px;
    }
    .event_data .event_day,
    .event_data i {
        line-height: 24px;
        font-size: 25px;
        padding: 5px 0 0;
    }
    .event_data .event_daytext {
        font-size: 10px;
    }

    .event_data .event_title {
        font-size: 18px;
    }
    .event_data h1 {
        margin: 20px 0 30px;
        font-size: 26px;
        line-height: 1.3;
    }

    .list_doctor {
        margin: 0 -30px 15px;
    }
    .doc_list_image {
        width: 86px;
        height: 86px;
        margin: 0 20px 0 0;
    }
    .doc_list_name {
        font-size: 16px;
        padding: 0 0 6px;
    }
    .doc_list_data {
        width: calc(100% - 110px);
    }
    .doc_name {
        font-size: 16px;
        font-weight: bold;
        padding: 5px 0 6px;
    }

    .doc_profile {
        padding: 0;
    }
    .list_doctor {
        padding: 15px 25px;
    }
    .med_pro {
        font-size: 16px;
    }

    .med_prodoc_img {
        width: auto;
        float: none;
    }
    .med_prodoc_img img {
        width: 100%;
    }
    .med_cvdoc_ps {
        padding: 20px 30px 3px;
        margin: 0 -30px 20px;
    }
    .med_prodoc_sosio a {
        width: auto;
    }
    .comment__avatar {
        margin-right: 20px;
        width: 55px;
    }
    .comment__avatar .avatar {
        margin-right: 0;
        padding: 5px;
        width: 55px;
        height: 55px;
    }
    .comment__meta {
        width: calc(100% - 85px);
    }
    .transparent_icon {
        top: 150px;
        right: -20px;
        font-size: 150px;
    }
    .med_timedoc {
        margin: 0 -30px 20px;
    }
    .post-type-archive-dokter .medika_secondary .widget_block,
    .page-template-page-jaga .medika_secondary .widget_block,
    .page-template-page-active .medika_secondary .widget_block,
    .page-template-page-noactive .medika_secondary .widget_block {
        margin: 0 -30px 15px;
    }

    .med_single_image img.logo_square {
        width: 80px;
        height: 80px;
        border-width: 8px;
        bottom: -50px;
        left: calc(50% - 50px);
    }
    .med_single_title.med_single_title_layanan {
        padding: 60px 40px 0;
    }

    .room_single_top {
        margin: 0;
    }
    .room_single_data {
        padding: 30px 30px 0;
    }
    .single_room_list {
        padding: 30px;
    }
    .blog-content .room_single_facility ul {
        margin: 15px 0 0;
    }
    .room_single_meta {
        margin: 0 0 20px;
    }

    .single_room_ready {
        height: 40px;
    }
    .single_room_list h2 {
        text-align: center;
    }

    .loop__test {
        column-count: 1;
        column-gap: 15px;
    }
    .only_timetable {
        font-size: 14px;
    }
    .to_timetable {
        margin: 0 -5px 30px;
        font-size: 16px;
    }

    .warna00,
	.warna01,
    .warna02,
    .warna03,
    .warna04,
    .warna05,
    .warna06,
    .warna07,
    .warna08,
    .warna09,
    .warna10,
    .warna11,
    .warna12,
    .warna13,
    .warna14,
    .warna15,
    .warna16,
    .warna17,
    .warna18,
    .warna19,
    .warna20,
    .warna21,
    .warna22,
    .warna23 {
        padding: 14px 20px;
    }
    .medtable {
        margin: 0 0 20px;
        padding: 0 25px 10px;
        width: auto;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .medtable:first-child {
        padding: 20px 25px 10px;
    }
    .tab_name {
        border-top: 2px solid rgba(0,0,0,0.1);
    }
    .tab_name a {
        font-size: 16px;
    }

    .room_list_outer {
        padding: 20px 25px 0;
    }

    .room_cat_price {
        font-size: 16px;
    }

    .room_cat_detail a {
        font-size: 16px;
    }

    .med_logo img,
    .med_logo {
        height: 34px !important;
    }
    .med_mobile_button {
        top: 10px;
    }
    .med_searchform {
        top: 54px !important;
    }
    .med_menu {
        top: 54px;
    }
    .wrapper {
        border-top-width: 114px !important;
    }

    .mew_time {
        font-size: 15px;
        line-height: 30px;
    }
    .mew_title_link {
        margin: 0 0 10px 0;
        width: calc(100% - 70px);
    }

    .mew_button {
        width: 100px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }

    .servslide.owl-theme .owl-nav.disabled + .owl-dots {
        transform: scale(0.5);
    }
    .inner_serv {
        padding: 40px;
    }

    .widget_ourdoctor .ourdoc_full {
        display: none;
    }

    .medika_footer_contact {
        padding: 30px 0;
    }
    .medfoot_block_right {
        margin: 0 0 10px;
    }
    .footer {
        padding: 20px 0 80px;
    }
	.tab_name_spes {
		padding: 5px 0 0 83px;
	}
	.med_post_image iframe {
		height: 200px;
	}
	
	.galhead__top {
		font-size: 15px;
	}
	.galhead__top .galprefix:before {
		width: 60px;
	}
	.galhead__inn {
		margin: 0 20px 20px;
	}
	 .galhead__bot {
    font-size: 32px;
  }
  .galsubhead__inn {
    margin: 20px 20px 0;
    font-size: 15px;
  }
    .wid__galbox {
    width: 100%;
	float: none;
  }
	.widget_medikavideo iframe {
		height: 204px;
	}
	.blog-content .med_single_image iframe {
  height: 236px;
}
.fas_left .fas_in:before {
  left: calc( 66.66% - 3px );
  border-width: 20px 0 6px 6px;
}
.fas_left .fas_in:after {
  right: calc( 66.66% - 3px );
  border-width: 15px 5px 20px 0;
}
.fas_class {
  top: 24px;
  right: 0;
}
.active .fas_class {
  transform: scale(0.8);
}
.fas_cat {
	bottom: 30px;
}
 .fas_feat {
    width: 85%;
  }
  .rom_subhead:before {
	width: 70px;
}
.rom_head {
    font-size: 32px;
    margin: 0 0 15px;
  }
  .owl-theme.priceslide .owl-nav { 
  height: 36px;
  }
  .owl-theme.priceslide .owl-nav [class*="owl-"] {
  height: 36px;
  width: 36px;
  line-height: 28px;
  font-size: 20px;
}
 .owl-theme.priceslide .owl-nav {
    top: -52px;
  }
  .rom_ttl span {
  height: 36px;
  line-height: 36px;
  border-radius: 40px;
  padding: 0 20px;
  font-size: 14px;
}
}
@media screen and (max-width: 375px) {
    .doc_left {
        font-size: 14px;
    }
	.med_post_image iframe {
		height: 175px;
	}
	.med_rightinfo {
		display: none;
	}
	.med_centerinfo {
		width: 100%;
	}
	.blog-content .med_single_image iframe {
  height: 208px;
}
}
