html {
    scroll-behavior: smooth !important;
}

:root {
    --cnvs-body-font: 'Red Hat Display', sans-serif;
    --cnvs-primary-font: 'Red Hat Display', sans-serif;
    --cnvs-secondary-font: 'Red Hat Display', sans-serif;
}

#header-wrap {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1) !important;
}

.menu-container .menu-item .menu-link {
    padding: 1rem 1rem !important;
}

.header-wrap-clone {
    height: 0 !important;
}

.menu-item .menu-link.active {
    color: var(--cnvs-themecolor) !important;
}

.stretched #gotoTop {
    --cnvs-gotoTop-position-boxed-bottom: 30px;
}

#contact-me {
    position: fixed;
    z-index: 299;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}

.gototop-active #contact-me {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.slider-caption p {
    margin-top: 1rem;
    margin-bottom: 0;
}

.slider-caption,
.flex-caption {
    font-size: var(--cnvs-slider-caption-font-size);
}

@media (max-width: 767.98px) {

    .slider-caption h2,
    .slider-caption .h2 {
        font-size: 8vw;
    }

    .slider-caption p {
        font-size: 4vw;
    }
}

img[usemap] {
    width: 100%;
    height: auto;
}

/* CONCERN OBJECT */

.hotspot-wrapper {
    position: relative;
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.hotspot-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.hotspot-wrapper:hover {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

.hot-spot {
    display: block;
    position: absolute;
    opacity: .1;
    color: #000;
    padding: 4px 8px;
    border-radius: 4px;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(-5px);
    font-size: 12px;
    z-index: 10;
    pointer-events: auto !important;
    cursor: pointer;
}

.hot-spot:hover {
    opacity: 1;
}

.hot-spot.left {
    right: 0;
}

.hot-spot.show {
    opacity: 1;
}

.hot-spot.left::before,
.hot-spot.right::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: #000;
    width: 40px;
}

.hot-spot.left::before {
    right: calc(100% + 12px);
}

.hot-spot.left::after {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(100% + 52px);
    transform: translate(50%, -50%);
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
}

.hot-spot.right::before {
    left: calc(100% + 12px);
}

.hot-spot.right::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 52px);
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
}

/* Posisi Top per ID Man */
#x-man-eye_area {
    top: 7%;
}

#x-man-facial_area {
    top: 11%;
}

#x-man-neck_area {
    top: 15%;
}

#x-man-chest_area {
    top: 22%;
}

#x-man-arm_area {
    top: 32%;
}

#x-man-abdominal_area {
    top: 40%;
}

#x-man-mens_health_area {
    top: 48%;
}

/* Posisi Top per ID Woman */
#x-woman-eye_area {
    top: 7%;
}

#x-woman-facial_area {
    top: 10%;
}

#x-woman-neck_area {
    top: 14%;
}

#x-woman-chest_area {
    top: 19%;
}

#x-woman-arm_area {
    top: 32%;
}

#x-woman-abdominal_area {
    top: 40%;
}

#x-woman-vaginal_area {
    top: 48%;
}

/* Ukuran default before & after */
.hot-spot::before,
.hot-spot::after {
    content: "";
    position: absolute;
    top: 0;
}

.hot-spot::before {
    height: 100%;
    background: transparent;
}

.hot-spot::after {
    height: 100%;
    background: transparent;
}

/* Ukuran khusus per ID Man */
.hot-spot#x-man-eye_area::before {
    width: 296%;
}

.hot-spot#x-man-eye_area::after {
    left: calc(100% + 200px);
}

.hot-spot#x-man-facial_area::before {
    width: 240%;
}

.hot-spot#x-man-facial_area::after {
    left: calc(100% + 187px);
}

.hot-spot#x-man-neck_area::before {
    width: 215%;
}

.hot-spot#x-man-neck_area::after {
    left: calc(100% + 175px);
}

.hot-spot#x-man-chest_area::before {
    width: 215%;
}

.hot-spot#x-man-chest_area::after {
    left: calc(100% + 173px);
}

.hot-spot#x-man-arm_area::before {
    width: 158%;
}

.hot-spot#x-man-arm_area::after {
    left: calc(100% + 120px);
}

.hot-spot#x-man-abdominal_area::before {
    width: 125%;
}

.hot-spot#x-man-abdominal_area::after {
    left: calc(100% + 138px);
}

.hot-spot#x-man-mens_health_area::before {
    width: 95%;
}

.hot-spot#x-man-mens_health_area::after {
    left: calc(100% + 120px);
}

/* Ukuran khusus per ID Woman */
.hot-spot#x-woman-eye_area::before {
    width: 225%;
}

.hot-spot#x-woman-eye_area::after {
    right: calc(100% + 155px);
}

.hot-spot#x-woman-facial_area::before {
    width: 190%;
}

.hot-spot#x-woman-facial_area::after {
    right: calc(100% + 152px);
}

.hot-spot#x-woman-neck_area::before {
    width: 210%;
}

.hot-spot#x-woman-neck_area::after {
    right: calc(100% + 163px);
}

.hot-spot#x-woman-chest_area::before {
    width: 210%;
}

.hot-spot#x-woman-chest_area::after {
    right: calc(100% + 170px);
}

.hot-spot#x-woman-arm_area::before {
    width: 155%;
}

.hot-spot#x-woman-arm_area::after {
    right: calc(100% + 115px);
}

.hot-spot#x-woman-abdominal_area::before {
    width: 120%;
}

.hot-spot#x-woman-abdominal_area::after {
    right: calc(100% + 132px);
}

.hot-spot#x-woman-vaginal_area::before {
    width: 160%;
}

.hot-spot#x-woman-vaginal_area::after {
    right: calc(100% + 142px);
}

/* Tablet */
@media (min-width: 768px) {
    .hotspot-wrapper {
        max-width: 200px;
    }

    .hot-spot#x-man-eye_area::before {
        width: 217%;
    }

    .hot-spot#x-man-eye_area::after {
        left: calc(100% + 151px);
    }

    .hot-spot#x-man-facial_area::before {
        width: 167%;
    }

    .hot-spot#x-man-facial_area::after {
        left: calc(100% + 134px);
    }

    .hot-spot#x-man-neck_area::before {
        width: 177%;
    }

    .hot-spot#x-man-neck_area::after {
        left: calc(100% + 140px);
    }

    .hot-spot#x-man-chest_area::before {
        width: 165%;
    }

    .hot-spot#x-man-chest_area::after {
        left: calc(100% + 135px);
    }

    .hot-spot#x-man-arm_area::before {
        width: 120%;
    }

    .hot-spot#x-man-arm_area::after {
        left: calc(100% + 93px);
    }

    .hot-spot#x-man-abdominal_area::before {
        width: 77%;
    }

    .hot-spot#x-man-abdominal_area::after {
        left: calc(100% + 91px);
    }

    .hot-spot#x-man-mens_health_area::before {
        width: 52%;
    }

    .hot-spot#x-man-mens_health_area::after {
        left: calc(100% + 73px);
    }

    .hot-spot#x-woman-eye_area::before {
        width: 202%;
    }

    .hot-spot#x-woman-eye_area::after {
        right: calc(100% + 137px);
    }

    .hot-spot#x-woman-facial_area::before {
        width: 158%;
    }

    .hot-spot#x-woman-facial_area::after {
        right: calc(100% + 128px);
    }

    .hot-spot#x-woman-neck_area::before {
        width: 155%;
    }

    .hot-spot#x-woman-neck_area::after {
        right: calc(100% + 122px);
    }

    .hot-spot#x-woman-chest_area::before {
        width: 135%;
    }

    .hot-spot#x-woman-chest_area::after {
        right: calc(100% + 115px);
    }

    .hot-spot#x-woman-arm_area::before {
        width: 125%;
    }

    .hot-spot#x-woman-arm_area::after {
        right: calc(100% + 95px);
    }

    .hot-spot#x-woman-abdominal_area::before {
        width: 71%;
    }

    .hot-spot#x-woman-abdominal_area::after {
        right: calc(100% + 84px);
    }

    .hot-spot#x-woman-vaginal_area::before {
        width: 106%;
    }

    .hot-spot#x-woman-vaginal_area::after {
        right: calc(100% + 98px);
    }
}

/* Desktop */
@media (min-width: 992px) {
    .hotspot-wrapper {
        max-width: 250px;
    }

    .hot-spot {
        font-size: 14px;
    }

    .hot-spot#x-man-eye_area::before {
        width: 315%;
    }

    .hot-spot#x-man-eye_area::after {
        left: calc(100% + 232px);
    }

    .hot-spot#x-man-facial_area::before {
        width: 230%;
    }

    .hot-spot#x-man-facial_area::after {
        left: calc(100% + 204px);
    }

    .hot-spot#x-man-neck_area::before {
        width: 247%;
    }

    .hot-spot#x-man-neck_area::after {
        left: calc(100% + 211px);
    }

    .hot-spot#x-man-chest_area::before {
        width: 223%;
    }

    .hot-spot#x-man-chest_area::after {
        left: calc(100% + 202px);
    }

    .hot-spot#x-man-arm_area::before {
        width: 187%;
    }

    .hot-spot#x-man-arm_area::after {
        left: calc(100% + 148px);
    }

    .hot-spot#x-man-abdominal_area::before {
        width: 118%;
    }

    .hot-spot#x-man-abdominal_area::after {
        left: calc(100% + 149px);
    }

    .hot-spot#x-man-mens_health_area::before {
        width: 90%;
    }

    .hot-spot#x-man-mens_health_area::after {
        left: calc(100% + 128px);
    }

    .hot-spot#x-woman-eye_area::before {
        width: 269%;
    }

    .hot-spot#x-woman-eye_area::after {
        right: calc(100% + 205px);
    }

    .hot-spot#x-woman-facial_area::before {
        width: 220%;
    }

    .hot-spot#x-woman-facial_area::after {
        right: calc(100% + 193px);
    }

    .hot-spot#x-woman-neck_area::before {
        width: 220%;
    }

    .hot-spot#x-woman-neck_area::after {
        right: calc(100% + 189px);
    }

    .hot-spot#x-woman-chest_area::before {
        width: 200%;
    }

    .hot-spot#x-woman-chest_area::after {
        right: calc(100% + 180px);
    }

    .hot-spot#x-woman-arm_area::before {
        width: 186%;
    }

    .hot-spot#x-woman-arm_area::after {
        right: calc(100% + 150px);
    }

    .hot-spot#x-woman-abdominal_area::before {
        width: 114%;
    }

    .hot-spot#x-woman-abdominal_area::after {
        right: calc(100% + 142px);
    }

    .hot-spot#x-woman-vaginal_area::before {
        width: 157%;
    }

    .hot-spot#x-woman-vaginal_area::after {
        right: calc(100% + 155px);
    }
}

/* Large Desktop */
@media (min-width: 1200px) {
    .hot-spot.right {
        left: 30%;
    }

    .hot-spot.left {
        right: 30%;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .hot-spot#x-man-eye_area::before {
        width: 220%;
    }

    .hot-spot#x-man-eye_area::after {
        left: calc(100% + 172px);
    }

    .hot-spot#x-man-facial_area::before {
        width: 158%;
    }

    .hot-spot#x-man-facial_area::after {
        left: calc(100% + 145px);
    }

    .hot-spot#x-man-neck_area::before {
        width: 170%;
    }

    .hot-spot#x-man-neck_area::after {
        left: calc(100% + 150px);
    }

    .hot-spot#x-man-chest_area::before {
        width: 140%;
    }

    .hot-spot#x-man-chest_area::after {
        left: calc(100% + 132px);
    }

    .hot-spot#x-man-arm_area::before {
        width: 100%;
    }

    .hot-spot#x-man-arm_area::after {
        left: calc(100% + 88px);
    }

    .hot-spot#x-man-abdominal_area::before {
        width: 85%;
    }

    .hot-spot#x-man-abdominal_area::after {
        left: calc(100% + 110px);
    }

    .hot-spot#x-man-mens_health_area::before {
        width: 55%;
    }

    .hot-spot#x-man-mens_health_area::after {
        left: calc(100% + 85px);
    }

    .hot-spot#x-woman-eye_area::before {
        width: 192%;
    }

    .hot-spot#x-woman-eye_area::after {
        right: calc(100% + 150px);
    }

    .hot-spot#x-woman-facial_area::before {
        width: 145%;
    }

    .hot-spot#x-woman-facial_area::after {
        right: calc(100% + 133px);
    }

    .hot-spot#x-woman-neck_area::before {
        width: 148%;
    }

    .hot-spot#x-woman-neck_area::after {
        right: calc(100% + 132px);
    }

    .hot-spot#x-woman-chest_area::before {
        width: 135%;
    }

    .hot-spot#x-woman-chest_area::after {
        right: calc(100% + 128px);
    }

    .hot-spot#x-woman-arm_area::before {
        width: 98%;
    }

    .hot-spot#x-woman-arm_area::after {
        right: calc(100% + 87px);
    }

    .hot-spot#x-woman-abdominal_area::before {
        width: 80%;
    }

    .hot-spot#x-woman-abdominal_area::after {
        right: calc(100% + 106px);
    }

    .hot-spot#x-woman-vaginal_area::before {
        width: 110%;
    }

    .hot-spot#x-woman-vaginal_area::after {
        right: calc(100% + 115px);
    }
}

/* END CONCERN OBJECT */


.negetive-margin {
    margin-top: -230px;
}

.doctors:hover .card-title {
    color: rgba(var(--cnvs-themecolor-rgb), var(--bs-text-opacity, 1)) !important
}

#doctor-carousel .owl-item {
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s .1s ease-out;
}

#doctor-carousel .owl-item.active {
    opacity: 1;
    transform: translateY(0);
}

.i-doctors {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.i-doctors:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .04);
}

.i-doctors .doctors-image,
.i-doctors .doctors-image img {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.i-doctors .doctors-image img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.i-doctors:hover .doctors-image img {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.i-doctors .doctors-desc {
    position: relative;
    padding: 25px;
    background-color: #FFF;
    border: solid #EEE;
    border-width: 0 1px 1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    min-height: 130px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.doctors-desc .doctors-name {
    min-height: 85px;
}

.i-doctors:hover .doctors-desc {
    margin-top: -130px;
    min-height: 320px;
    box-shadow: 0 -3px 20px 3px rgba(0, 0, 0, .4);
    overflow: auto;
}

.i-doctors .doctors-desc h3 {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
}

.i-doctors .doctors-desc p,
.i-doctors .doctors-hoverlays .doctors-subtitle,
.i-doctors .doctors-hoverlays ul li {
    color: #333;
    font-size: 13px;
}

.i-doctors .doctors-hoverlays ul li {
    margin-bottom: 5px;
    list-style: inside;
}

.i-doctors .doctors-desc p {
    font-weight: 400;
    margin-bottom: 25px;
}

.i-doctors .doctors-desc h3 a {
    color: #333
}

.i-doctors .doctors-hoverlays {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 30px;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #FFF;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 1;
    transition: all .2s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.i-doctors:hover .doctors-hoverlays {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition: all .2s ease-in-out;
}


.block-testimonials-2 .owl-carousel .owl-nav [class*=owl-] {
    opacity: 1 !important;
}

.block-testimonials-2 .owl-carousel .owl-nav .owl-next {
    right: -20px !important;
}

.block-testimonials-2 .owl-carousel .owl-nav .owl-prev {
    left: -20px !important;
}

.block-testimonials-2 .fbox-content p::before {
    content: "\e7ad";
    font-family: font-icons;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 120px;
    color: #F5F5F5;
    z-index: -1;
    font-style: normal;
    transform: translate(-50%, -45%);
}

.block-testimonials-2 .dark .fbox-content p::before {
    color: rgba(255, 255, 255, 0.1);
}

.block-testimonials-2 .fbox-content p {
    position: relative;
    z-index: 1;
}

#header-misc-btn {
    position: absolute;
    top: 0;
    right: 40px;
    transform: translateY(30%)
}

@media (max-width: 1199.98px) {
    #header-misc-btn {
        position: absolute;
        top: 0;
        right: 10px;
        transform: translateY(30%)
    }
}