.expert_active {
    position: relative;
    overflow: visible;
    padding-top: 70px;
    margin-top: -70px;
}

.expert_active .owl-stage-outer {
    overflow: hidden;
}

.expert_active .owl-stage {
    display: flex;
}

.expert_active .owl-item {
    float: left;
}

.expert_active .doctor_item_v2 {
    width: 100%;
    height: 100%;
}

.expert_active .doctor_link_v2 {
    width: 100%;
    display: block;
}

.expert_active .single_expert_v2 {
    display: block;
    width: 100%;
    overflow: visible;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.expert_active .expert_thumb_v2 {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.expert_active .doctor-img_v2 {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.expert_active .experts_name_v2 {
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    min-height: 120px;
    height: auto;
    margin: 0;
}

.expert_active .experts_name_v2 h3 {
    font-size: 16px;
    margin-bottom: 5px;
    white-space: normal;
    word-wrap: break-word;
    overflow: visible;
    line-height: 1.4;
}

.expert_active .experts_name_v2 span {
    font-size: 14px;
    white-space: normal;
    word-wrap: break-word;
    overflow: visible;
    line-height: 1.3;
}

.expert_active .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex !important;
    gap: 10px;
}

.expert_active .owl-nav button {
    width: 40px !important;
    height: 40px !important;
    background: #4CAF50 !important;
    color: white !important;
    border-radius: 50% !important;
    border: none !important;
    font-size: 20px !important;
    line-height: 40px !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.expert_active .owl-nav button:hover {
    background: #388E3C !important;
}

.expert_active .owl-nav button span {
    display: block;
    line-height: 1;
}

.expert_active .owl-nav button.disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
}

#doctor-loading-spinner {
    padding: 0px 0;
    text-align: center;
    width: 100%;
}

#doctor-loading-spinner .spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
}

.expert_doctors_area .doctors_title {
    margin-bottom: 0px;
    position: relative;
}

.our_pricing_area .section_title {
    margin-bottom: 20px !important;
}

.our_pricing_area .divider-short {
    margin-bottom: 20px;
}

.service_area, .bg_integrity {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg_button_reservasi h3 {
    font-size: 22px;
    font-weight: 600;
}

.line_button_reservasi {
    border-left: 1px solid rgba(255,255,255,0.3);
}

.carousel-item {
    height: auto;
    min-height: 300px;
}

.carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 600px;
}

@media (max-width: 768px) {
    .expert_active .owl-nav {
        top: auto;
        bottom: -60px;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }

    .expert_doctors_area {
        padding-bottom: 80px;
    }

    .service_area, .bg_integrity {
        padding: 15px 3px !important;
    }

    .service_area .icon img, .bg_integrity .icon img {
        max-width: 50px !important;
        height: auto !important;
    }

    .service_area h5, .bg_integrity h5 {
        font-size: 12px !important;
        margin: 5px 0 !important;
    }

    .service_area h3, .bg_integrity h3 {
        font-size: 14px !important;
    }

    .service_area p, .bg_integrity p {
        font-size: 11px !important;
        padding: 0 5px !important;
    }

    #header-asuransi {
        font-size: 20px !important;
    }

    .row.justify-content-center img {
        max-width: 120px !important;
        height: auto !important;
    }

    .learn_more {
        display: block !important;
        text-align: center !important;
        margin: 10px auto 0 !important;
    }

    .department_content {
        text-align: center !important;
    }

    .carousel-item {
        min-height: 200px;
    }

    .carousel-item img {
        max-height: 300px;
    }

    .bg_button_reservasi {
        padding: 20px 10px !important;
    }

    .bg_button_reservasi h3 {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }

    .button_reservasi {
        font-size: 12px !important;
        padding: 8px 15px !important;
    }

    .welcome_docmed_info h2 {
        font-size: 24px !important;
        margin-bottom: 15px !important;
    }

    .welcome_docmed_info h3 {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }

    .welcome_docmed_info p {
        font-size: 14px !important;
    }

    .welcome_docmed_info ul li {
        font-size: 14px !important;
    }

    .welcome_thumb {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .service_area, .bg_integrity {
        padding: 10px 2px !important;
        min-height: 90px !important;
    }

    .service_area .icon img, .bg_integrity .icon img {
        max-width: 35px !important;
        width: 35px !important;
    }

    .service_area h5, .bg_integrity h5 {
        font-size: 10px !important;
        line-height: 1.2 !important;
    }

    .service_area h3, .bg_integrity h3 {
        font-size: 11px !important;
    }

    .service_area p, .bg_integrity p {
        font-size: 9px !important;
        line-height: 1.2 !important;
    }

    #header-asuransi {
        font-size: 18px !important;
    }

    .row.justify-content-center img {
        max-width: 100px !important;
        height: auto !important;
    }

    .learn_more {
        display: block !important;
        text-align: center !important;
        margin: 10px auto 0 !important;
        font-size: 13px !important;
    }

    .department_content {
        text-align: center !important;
    }

    .department_content h3 {
        font-size: 16px !important;
    }

    .department_content p {
        font-size: 13px !important;
    }

    .carousel-item {
        min-height: 150px;
    }

    .carousel-item img {
        max-height: 250px;
    }

    .bg_button_reservasi h3 {
        font-size: 16px !important;
    }

    .button_reservasi {
        font-size: 12px !important;
        padding: 8px 15px !important;
        display: inline-block;
        width: auto;
    }

    .line_button_reservasi {
        border-left: none !important;
        border-top: 1px solid rgba(255,255,255,0.3);
        padding-top: 20px;
        margin-top: 10px;
    }

    .welcome_docmed_info h2 {
        font-size: 20px !important;
    }

    .welcome_docmed_info h3 {
        font-size: 16px !important;
    }

    .welcome_docmed_info p, .welcome_docmed_info ul li {
        font-size: 13px !important;
    }

    .section_title h3 {
        font-size: 20px !important;
    }

    .section_title p {
        font-size: 13px !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .welcome_docmed_info h2 {
        font-size: 28px !important;
    }

    .welcome_docmed_info h3 {
        font-size: 20px !important;
    }
}