#notifications {
    cursor: pointer;
    position: fixed;
    right: 0px;
    z-index: 9999;
    bottom: 0px;
    margin-bottom: 22px;
    margin-right: 15px;
    min-width: 300px;
    max-width: 800px;
}

.cp-topbar,
.cp-mega-menu>ul>li>a:hover,
.cp-mega-menu>ul>li:hover>a,
.cp-mega-menu .drop-down.full-width.col-4 ul.sub-menu li a:hover,
.drop-down.full-width.text-links li:hover,
.drop-down.full-width.text-links li:hover a,
.cp-mega-menu .search-bar:hover,
.loadmore,
.pagination-holder .pagination>.active>a,
.pagination-holder .pagination>.active>span,
.pagination-holder .pagination>.active>a:hover,
.pagination-holder .pagination>.active>span:hover,
.pagination-holder .pagination>.active>a:focus,
.pagination-holder .pagination>.active>span:focus,
.most-commented ul li i,
.sidebar .cat-holder .count,
.sidebar .widget .cp-newsletter-holder .btn.btn-submit,
.cp-cart-button .cart-button,
.footer .material .material-bar::before,
.footer .material .material-bar::after,
.footer .form-widget .btn-submit,
.cp-category-mainpost-style-4 .cp-post-content,
.cp-single-post .cp-post-content blockquote:before,
.cp-comments-form .btn-submit,
.audioplayer-playpause,
.p404 .btn-submit,
.cp-review-form .btn-submit,
.cp-contact-form .btn-submit,
.toggle-map,
.cp-login-form .btn-submit,
.cp-login-form .or-sp strong,
.load,
.cp-mega-menu .slogo {
    background-color: #9a0000;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #9a0000;
    border-color: #9a0000;
}

.carousel-inner>.item {
    height: unset;
}

.collapse.in {
    height: unset;
}

.sm-simple a,
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active {
    font-size: 11px;
    font-weight: bold;
}


@media (min-width: 768px){
    .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
        color: #193250;
    }
}


@media screen and (min-width: 767px){}
    .sm-simple ul li a {
        padding: 15px 10px !important;
        color: #ffffff;
    }
}

@media screen and (min-width: 767px){}
    .sm-simple ul li a:hover {
        padding: 15px 10px !important;
        background-color: #ffffff;
        color: #000000;
    }
}

.sticky {
    /*CSS Sticky ternyata sudah ada*/
    box-shadow: 12px 0 13px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 5;
    top: 0;
}

@media screen and (max-width: 767px) {
    #defaultNavbar1 {
        background: transparent !important;
        padding-top: 5%;
        width: 100%;
    }
    .navbar-collapse.in {
        display: block;
        height: 320px !important;
    }
    .hede {
        padding: unset !important;
        background-color: #b60107;
    }
    .wow {
        background: #b60107;
    }
    .navbar-default .navbar-toggle {
        background-color: unset;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: unset;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #defaultNavbar1 {
        background: transparent !important;
        padding-top: 5%;
        width: 100%;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.in {
        display: block !important;
        height: 500px !important;
    }
    .hede {
        padding: unset !important;
        background-color: #b60107;
    }
    .wow {
        background: #b60107;
    }
    .navbar-default .navbar-toggle {
        background-color: unset;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: unset;
    }
    .navbar-toggle {
        display: block;
    }
    .hc-blog-title {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 767px) {
    .sm-simple ul li a {
        padding: 15px 10px !important;
    }
    .wow {
        padding: unset;
    }
    .sm-simple ul a.has-submenu {
        padding-right: 30px !important;
    }
}

#cari:hover {
    animation: hover-expand .2s linear 0s forwards;
    -moz-animation: hover-expand .2s linear 0s forwards;
    -ms-animation: hover-expand .2s linear 0s forwards;
    -o-animation: hover-expand .2s linear 0s forwards;
    -webkit-animation: hover-expand .2s linear 0s forwards;
}

.navbar-collapse input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('http://www.w3schools.com/howto/searchicon.png');
    background-position: 10px 5px;
    background-repeat: no-repeat;
    padding: 5px 20px 5px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.hc-btn {
    display: inline-block;
    min-width: 140px;
    background: #0066b4;
    color: #fff;
    text-transform: capitalize;
    outline: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-radius: 50px;
    transition: 0.3s;
    max-width: max-content;
    line-height: normal;
    position: relative;
    box-shadow: 0px 0px 0px 4px rgb(245 245 245 / 95%);
}

.hc-btn:hover {
    background: #b60107;
    color: #fff;
    box-shadow: 0px 0px 0px 4px rgb(245 245 245 / 95%);
    transform: scale(1.05);
    text-decoration: none;
}

.navbar-toggle {
    float: left;
}

.top-nav {
    min-height: 50px;
    padding-left: 56px !important;
}

.header .header-primary {
    background: #0193DE;
}

.header-top {
    z-index: 1000;
    position: unset;
    background-color: non;
    border-bottom: 3px solid #e4e8eb;
}

.dropdown-menu {
    left: unset;
    margin: unset;
    right: 5px;
}

@media screen and (max-width: 767px) {
    .dropdown-menu {
        left: 0px !important;
    }
}

.sm-simple a {
    color: #193250;
}

.dropdown-menu {
    left: unset;
    margin: unset;
    right: 5px;
}

@media screen and (max-width: 767px) {
    .dropdown-menu {
        left: 0px !important;
    }
}

@media screen and (min-width: 767px) {
    div.owl-nav {
        float: right;
        margin-top: -650px;
        font-size: 20px;
    }
    div.olo div.owl-nav {
        float: right;
        margin-top: -640px;
        font-size: 20px;
    }
    div.owl-four div.owl-nav {
        float: right;
        margin-top: -120px;
        font-size: 20px;
    }
    div.ala div.owl-nav {
        float: right;
        margin-top: -405px;
        font-size: 20px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        background: #ecf0f3 !important;
        border-radius: 10px;
        padding: 0px 10px !important;
        margin-right: 5px !important;
        border: 2px solid #aaaaaa;
    }
    .owl-carousel .owl-nav button.owl-next {
        background: #ecf0f3 !important;
        border-radius: 10px;
        padding: 0px 10px !important;
        margin-left: 5px !important;
        border: 2px solid #aaaaaa;
    }
    .owl-carousel .owl-dots.disabled {
        display: none !important;
    }
    .aselole {
        margin-top: 30px;
    }
    .kotak {
        padding: 20px 0px 20px 30px;
    }
}

@media screen and (max-width: 767px) {
    .mas {
        margin-top: 25px;
    }
    .papada {
        padding: unset;
    }
    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: none !important;
    }
    div.owl-dots {
        display: none !important;
    }
    .markotop {
        margin-top: 30px;
    }
    .popon {
        font-size: 22px !important;
    }
    .popa {
        padding: unset !important;
    }
    .imag {
        width: 100% !important;
    }
    .mar-top {
        margin-bottom: 20px !important;
    }
}

.no-pad {
    padding: unset !important;
}

.section-divider {
    display: block;
    width: 150px;
    height: 3px;
    background: #9a0000;
    margin: 0% 0%;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .elementor-6 .elementor-element.elementor-element-7f8b83ec {
        margin-top: 0px !important;
    }
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none !important;
}

div.owl-dots {
    display: none !important;
}

.grow:hover,
.grow:focus,
.grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.grow {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .barbar {
        font-size: 28px;
    }
}

.carousel-control.right,
.carousel-control.left {
    background: none !important;
}

.carousel-control {
    width: 0% !important;
}

.feature-menu {
    margin: 0 10px;
    padding: 30px 10px;
    border-radius: 5px;
    box-shadow: 0 5px 7px 0 #f1f1f1;
    height: 180px;
    border: 1px solid rgb(228, 232, 236);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button.link-button.hero-button {
    font-size: 16px;
    height: 80px;
    background-color: #FFFFFF;
    font-weight: bold;
    color: #383838;
    background-repeat: no-repeat;
    background-position: center left 20px;
    padding-left: 80px;
    padding-right: 20px;
    background-size: 40px;
    text-align: left;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button.link-button {
    text-decoration: none;
    text-align: center;
    display: block;
    border: 0;
    border-radius: 3px;
    color: #FFFFFF;
}

.button.link-button.hero-button p {
    margin: 0;
    line-height: 14px;
    vertical-align: middle;
    font-size: 16px;
}

.feature-menu:hover {
    box-shadow: 0 8px 20px 0 rgb(54 65 130 / 18%);
}

.feature-menu {
    margin: 0 10px;
    padding: 30px 10px;
    border-radius: 5px;
    box-shadow: 0 5px 7px 0 #f1f1f1;
    height: 180px;
    border: 1px solid rgb(228, 232, 236);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button.link-button.hero-button {
    font-size: 16px;
    height: 80px;
    background-color: #FFFFFF;
    font-weight: bold;
    color: #383838;
    background-repeat: no-repeat;
    background-position: center left 20px;
    padding-left: 80px;
    padding-right: 20px;
    background-size: 40px;
    text-align: left;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button.link-button {
    text-decoration: none;
    text-align: center;
    display: block;
    border: 0;
    border-radius: 3px;
    color: #FFFFFF;
}

.button.link-button.hero-button p {
    margin: 0;
    line-height: 14px;
    vertical-align: middle;
    font-size: 16px;
}

.feature-menu:hover {
    box-shadow: 0 8px 20px 0 rgb(54 65 130 / 18%);
}

.hero-hospital-doctor-search form {
    display: flex;
    text-align: left;
    align-items: center;
    margin-bottom: 0;
}

.search-by {
    font-size: 12px;
    letter-spacing: -0.2px;
}

.search-by.location .search-form {
    width: 300px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #cbced2;
}

.search-form {
    background-color: #fff;
    width: 410px;
    height: 55px;
    display: flex;
    border-radius: 5px;
    position: relative;
}

.search-form input {
    border: none;
    width: 100%;
    font-size: 16px;
    background-color: #fff;
    border-radius: 5px;
}

.searchLocation,
.searchProcedure {
    background-position: center left 15px;
    background-repeat: no-repeat;
    text-indent: 48px;
}

.search-by.location .search-form .search-dropdown {
    width: 300px;
}

.search-form .search-dropdown {
    z-index: 900;
    position: absolute;
    padding: 0;
    margin-top: 52px;
    width: 460px;
    font-size: 16px;
    float: left;
    color: #262626;
    cursor: pointer;
    max-height: 400px;
    overflow-y: scroll;
    display: none;
    box-shadow: 0pc 5px 10px rgb(0 0 0 / 40%);
    background: #fff;
}

li#currentLocation {
    display: flex;
    align-items: center;
    color: #0e4eb9;
}

.search-form .search-dropdown li {
    background: #fff;
    list-style: none;
    padding: 10px;
    margin: 0 10px;
    opacity: 0.97;
    border-bottom: solid 1px #ddd;
    background-repeat: no-repeat;
    background-position: 200% 16px;
}

#overlay {
    position: relative;
}

.tabs-container {
    display: flex;
    position: relative;
}

.search-by {
    font-size: 12px;
    letter-spacing: -0.2px;
}

.search-by.procedure .search-form {
    width: 560px;
    border-radius: 0;
}

.search-form {
    background-color: #fff;
    width: 410px;
    height: 55px;
    display: flex;
    border-radius: 5px;
    position: relative;
}

.button.link-button.search {
    width: 139px;
    height: 55px;
    letter-spacing: 0.9px;
    background-color: #f96d01;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-repeat: no-repeat;
    background-position: center left 34px;
    text-indent: 24px;
}

.button.link-button {
    text-decoration: none;
    text-align: center;
    display: block;
    border: 0;
    border-radius: 3px;
    color: #FFFFFF;
}

.carousel-caption {
    bottom: 75px;
}

.text-white {
    color: #FFFFFF !important;
}

@media screen and (min-width: 767px) {
    .owl-stage-outer {
        padding: 20px 0px;
    }
}

.eapps-link {
    display: none !important;
}

.footer-top {
    border-top: 4px solid #0070BA;
    background: #111517;
    padding: 66px 0;
}

h4.site-name {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 28px;
}

.alamat {
    color: #bebec8;
    margin: 24px 0;
}

.image-gallery a {
    margin-bottom: 20px;
    position: relative;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.img-wrp {
    line-height: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
    max-width: 100%;
    border-radius: 15px;
}

.img-wrp img {
    width: 100%;
    height: 240px;
    position: relative;
    border-radius: 15px;
}

.hov-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    font-size: 20px;
}

.align-middle {
    display: flex;
    align-items: center;
}

.blue-purple-bg,
.news-content-wrp .img-wrp {
    background: -moz-linear-gradient(124deg, rgba(39, 42, 103, 1) 0%, rgba(0, 96, 169, 1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 96, 169, 1)), color-stop(100%, rgba(39, 42, 103, 1)));
    background: -webkit-linear-gradient( 124deg, rgba(39, 42, 103, 1) 0%, rgba(0, 96, 169, 1) 100%);
    background: -o-linear-gradient(124deg, rgba(39, 42, 103, 1) 0%, rgba(0, 96, 169, 1) 100%);
    background: -ms-linear-gradient(124deg, rgba(39, 42, 103, 1) 0%, rgba(0, 96, 169, 1) 100%);
    background: linear-gradient(326deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060a9', endColorstr='#272a67', GradientType=0);
}

.boxblue-icon,
.text-boxblue-btn,
.oh-logo-link:before,
.submit-icon,
.submit-wrp,
.icon-nl,
.long-line-king:after,
.wpcf7-form-control-wrap:before,
.news-content-wrp .img-wrp,
.desc-news-wrp-hm,
.r-more-news-hm,
.r-more-news-hm>span,
.oh-ll-bg-outer,
.news-content-detail>div,
.hospital-list-content h3,
.hospital-list-content h3:before,
.btn,
.line-close,
a,
img,
.icon-phone-emergency,
.icon-phone-emergency:before,
.bce-icon,
#menu-main-menu .sub-menu,
#nav-top-btm .sub-menu a:before,
.toggle-title-icon>span,
.toggle-close,
.toggle-close>span,
.toggle-title-text,
.toggle-title:before,
.toggle-content li:before,
.toggle-content li,
.hov-gallery,
.text-ce-wrp>span,
.ce-menu-container:before,
.go-top span,
.center-excelent-subMenu>div>ul>li>ul.sub-menu a:before,
.center-excelent-subMenu a:after,
.container-coe-subMenu-top,
.icon-sub-ce svg path,
.mainNav,
body,
.menu-main-menu-container,
.top-call-wrp,
table *,
.zoom-img-rm {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -mz-transition: all .3s ease-in-out;
}

.hov-gallery>span {
    margin: auto;
}

.image-gallery a:hover img {
    transform: scale(1.1);
}

.image-gallery a:hover .hov-gallery {
    opacity: 0.7;
}

.image-gallery .hov-gallery {
    opacity: 0.3;
    border-radius: 15px;
}

.on-hover {
    display: block;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 767px) {
    .mar-bot {
        margin-bottom: 20px;
    }
}

.footer-social-wrap {
    color: #fff;
}

.footer-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.menu-footer {
    padding: 0;
    list-style: none;
}

footer a {
    color: #bebec8;
    margin: 8px 0;
    display: inline-block;
}

footer .hidden-md a {
    margin: 0px 0;
}

.peta iframe {
    max-width: 100%;
    height: 240px;
    border: none;
}

.footer-bottom {
    background-color: #111111;
    height: 80px;
    padding: 24px 0;
    color: #fff;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

@media screen and (max-width: 767px) {
    .footer-title {
        margin-top: 40px;
    }
    .footer-bottom {
        height: unset;
    }
}