#myBtn {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 70px;
    right: 15px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 100%;
}

.c-logo {
    transform-style: preserve-3d;
    transform: perspective(500px);
    /* transform: translateZ(1740px) */
}

.cob:hover {
    width: 190px;
    /* height: 300px; */
}

.cob {
    width: 60px;
    height: 68px;
    background: #fff;
    opacity: 0.9;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0),
        -4px -4px 6px 0 rgba(116, 125, 136, 0.5),
        inset -4px -4px 6px 0 rgba(36, 36, 36, 0.2),
        inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
    transition: 1.3s;
}

.sos-ambulances:hover::before {
    content: "SOS & AMBULANCE ";
    background-image: linear-gradient(310deg, #2152ff 0%, #21d4fd 100%);
    padding: 22px;
    color: white;
    padding-inline-end: 10px;
    padding-inline-start: 10px;
    /* transition: 4s; */
}

.telp-wah:hover::before {
    content: "CALL CENTER ";
    background-image: linear-gradient(310deg, #2152ff 0%, #21d4fd 100%);
    padding: 22px;
    color: white;
    padding-inline-end: 32px;
    padding-inline-start: 32px;
}

.telemedicines:hover::before {
    content: "TELEMEDICINE ";
    background-image: linear-gradient(310deg, #2152ff 0%, #21d4fd 100%);
    padding: 22px;
    color: white;
    padding-inline-end: 27px;
    padding-inline-start: 27px;
}

.bottom-menu1:hover {
    background-image: linear-gradient(310deg, #2152ff 0%, #21d4fd 100%);
}

.bottom-menu2:hover {
    background-image: linear-gradient(310deg, #17ad37 0%, #82d616 100%);
}

.bottom-menu3:hover {
    background-image: linear-gradient(310deg, #008876 0%, #2aecdc 100%);
}

.bottom-menu4:hover {
    background-image: linear-gradient(310deg, #887400 0%, #ece92a 100%);
}

.bottom-menu5:hover {
    background-image: linear-gradient(310deg, #7928ca, #ff0080);
}

.circular-menu {
    position: fixed;
    z-index: 4;
    bottom: 5.5em;
    left: 1em;
}

.circular-menu .floating-btn {
    display: block;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background-color: hsl(4, 98%, 60%);
    box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.26);
    color: hsl(0, 0%, 100%);
    text-align: center;
    line-height: 3.9;
    cursor: pointer;
    outline: 0;
}

.circular-menu.active .floating-btn {
    box-shadow: inset 0 0 3px hsla(0, 0%, 0%, 0.3);
}

.circular-menu .floating-btn:active {
    box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, 0.4);
}

.circular-menu .floating-btn i {
    font-size: 1.3em;
    transition: transform 0.2s;
}

.circular-menu.active .floating-btn i {
    transform: rotate(-45deg);
}

.circular-menu:after {
    display: block;
    content: " ";
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    background-color: hsl(4, 98%, 60%);
    transition: all 0.3s ease;
}

.circular-menu.active:after {
    transform: scale3d(5.5, 5.5, 1);
    transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1);
}

.circular-menu .items-wrapper {
    padding: 0;
    margin: 0;
}

.circular-menu .menu-item {
    position: absolute;
    top: 0.2em;
    right: 0.2em;
    z-index: -1;
    display: block;
    text-decoration: none;
    color: hsl(0, 0%, 100%);
    font-size: 1em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    text-align: center;
    line-height: 3;
    background-color: rgba(255, 249, 249, 0.87);
    transition: transform 0.3s ease, background 0.2s ease;
}

.circular-menu .menu-item:hover {
    background-color: hsla(0, 0%, 0%, 0.3);
}

.circular-menu.active .menu-item {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu.active .menu-item:nth-child(1) {
    transform: translate3d(1em, -7em, 0);
}

.circular-menu.active .menu-item:nth-child(2) {
    transform: translate3d(-3.5em, -6.3em, 0);
}

.circular-menu.active .menu-item:nth-child(3) {
    transform: translate3d(-6.5em, -3.2em, 0);
}

.circular-menu.active .menu-item:nth-child(4) {
    transform: translate3d(-7em, 1em, 0);
}

/**
* The other theme for this menu
*/

.circular-menu.circular-menu-left {
    right: auto;
    left: 0.8em;
}

.circular-menu.circular-menu-left .floating-btn {
    background-image: linear-gradient(310deg, #009FDE 0%, #21d4fd 100%);
}

.circular-menu.circular-menu-left:after {
    background-image: linear-gradient(310deg, #2152ff 0%, #21d4fd 100%);
}

.circular-menu.circular-menu-left.active .floating-btn i {
    transform: rotate(90deg);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(1) {
    transform: translate3d(-1em, -7em, 0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(2) {
    transform: translate3d(3.5em, -6.3em, 0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(3) {
    transform: translate3d(6.5em, -3.2em, 0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(4) {
    transform: translate3d(7em, 1em, 0);
}

#shrink {
    background-color: none;
    text-align: center;
    transition-duration: 0.3s;
}

#shrink:hover,
.shrink:focus,
.shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background-image: linear-gradient(310deg, #ced4da 0%, #ebeff4 100%);
    border-radius: 10px;
}

.navCari {
    position: fixed;
    z-index: 2;
    bottom: -4em;
}

nav ul li .search-container {
    background: #fff;
    height: 30px;
    border-radius: 30px;
    border: none;
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.8s;
    width: 155px;
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3),
        -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
        inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

@keyframes hoverShake {
    0% {
        transform: skew(0deg, 0deg);
    }

    25% {
        transform: skew(5deg, 5deg);
    }

    75% {
        transform: skew(-5deg, -5deg);
    }

    100% {
        transform: skew(0deg, 0deg);
    }
}

nav ul li .search-container:hover {
    animation: hoverShake 0.15s linear 3;
}

.rekan {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0),
        -4px -4px 6px 0 rgba(116, 125, 136, 0.5),
        inset -4px -4px 6px 0 rgba(36, 36, 36, 0.2),
        inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

.apec {
    box-shadow: 4px 4px 6px 0 rgba(197, 195, 195, 0.5),
        -4px -4px 6px 0 rgba(186, 188, 190, 0.5),
        inset -4px -4px 6px 0 rgba(36, 36, 36, 0.3),
        inset 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
}

.sertifikat {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.2),
        -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
        inset -4px -4px 6px 0 rgba(36, 36, 36, 0.2),
        inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

#breathing-button {
    -webkit-animation: breathing 8s ease-out infinite normal;
    animation: breathing 8s ease-out infinite normal;
}

@-webkit-keyframes breathing {
    0% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes breathing {
    0% {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@font-face {
    font-family: tulisan_keren;
    src: url(../fonts/Baloo2-Medium.ttf);
}

.zoom {
    transition: transform 0.3s;
}

.zoom:hover {
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/* kabar terbaru klik aktif */

.nave li .aktif {
    position: relative;
    /* margin:0 0 4px; */
    text-shadow: 0 1px rgba(0, 0, 0, 0.9);
    border: 1px solid #6b6b6b;
    border-bottom-color: #666666;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 25px;
}

.table-wrapper {
    max-height: 243px;
    /* overflow: auto; */
    display: inline-block;
}

.table-wrapperdua {
    max-height: 411px;
    /* overflow: auto; */
    display: inline-block;
}
