﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI",Arial,sans-serif
}

body {
    background: #f5f7fa;
    color: #1e293b;
    line-height: 1.6
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    text-decoration: none
}
.ei-search-section {
    position: relative;
    max-width: 900px;
    margin: 0 auto 25px;
    padding-top: 20px
}
.ime-page-title {
    max-width: 1200px;
    margin: 10px 0;
    font-size: 30px;
    font-weight: 700;
    color: #111827;
    text-align: center
}
.ei-search-box {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    background: #fff;
    padding: 9px 16px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    justify-content: space-between
}
    .ei-search-box input {
        border: none;
        flex: 1;
        font-size: 16px;
        outline: 0;
        font-weight: 600
    }
.search-doctor-line {
    display: none
}
.ei-search-box-mobile-div {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    position: relative
}
.ei-clear-input:hover, a, button, input {
    color: #000
}

.ei-clear-input {
    position: absolute;
    right: 10px;
    font-size: 18px;
    color: #6b7280;
    cursor: pointer;
    display: none
}
.ei-clear-input-mobile {
    position: absolute !important;
    right: 35px !important
}
.ei-use-location {
    background: #fff;
    font-weight: 600;
    cursor: pointer
}
.ei-use-location {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #d1d5db;
    padding: 9px;
    border-radius: 8px;
    font-size: 14px;
    color: #0f766e;
    white-space: nowrap
}

    .ei-use-location i {
        color: #ef4444;
        font-size: 16px
    }

    .ei-use-location:hover {
        background: #f8fafc
    }
.ei-search-btn {
    background: #0f766e;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer
}
.no-list-found {
    display: none;
    margin-top: 10px;
    background-color: #fde8e8;
    color: #b42318;
    border: 1px solid #f5c2c7;
    padding: 2px 10px;
    border-radius: 10px;
    text-align: center
}
.no-list-found-mobile {
    display: none;
    background-color: #fde8e8;
    color: #b42318;
    border: 1px solid #f5c2c7;
    padding: 2px 10px;
    border-radius: 10px;
    margin-top: 10px;
    text-align: center
}
.ei-mobile-sheet {
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 20px;
    z-index: 40;
    height: 80vh;
    max-height: 80vh;
    overflow-y: auto;
    transition: bottom 0.55s,height 0.5s
}
.ei-sheet-close {
    background: #0f766e;
    color: #fff;
    border-radius: 10px;
    border: none
}

    .ei-sheet-close i {
        font-size: 16px
    }

    .ei-mobile-sheet.active {
        bottom: 0
    }
    .ei-mobile-sheet.fullscreen {
        height: 100vh;
        max-height: 100vh;
        border-radius: 0
    }
.ei-sheet-search {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #d1d5db;
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 5px
}

    .ei-sheet-search input {
        flex: 1;
        width: 100%;
        border: none;
        outline: 0;
        font-size: 16px;
        line-height: 1.4;
        padding: 4px 20px 4px 0
    }

        .ei-sheet-search input::placeholder {
            color: #6b7280
        }
.ei-sheet-back {
    background: 0 0;
    border: none;
    font-size: 0;
    color: #0f766e;
    cursor: pointer
}
.ei-dropdown-item {
    display: flex;
    gap: 14px;
    padding: 12px;
    border-radius: 10px;
    cursor: pointer;
    align-items: center
}

    .ei-dropdown-item:hover {
        background: #f1f5f9
    }

    .ei-dropdown-item i {
        font-size: 18px;
        color: #0f766e
    }
.ei-use-location-mobile {
    background: #ecfeff;
    border: 1px solid #99f6e4
}

    .ei-preferred-location i, .ei-use-location-mobile i {
        color: #ef4444
    }

.ei-mobile-search-btn {
    margin-top: 20px;
    width: 100%;
    background: #0f766e;
    color: #fff;
    padding: 12px 10px !important;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    border: none
}
.ei-faq-item.active .ei-faq-answer, .ei-search-dropdown.active, .ei-sheet-backdrop.active, .imep-action.active .ei-schedule-box {
    display: block
}
.ei-sheet-backdrop {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / .35);
    z-index: 30;
    display: none
}
body.ei-popup-open .ei-scroll-top {
    display: none !important
}
body.ei-no-scroll {
    overflow: hidden;
    touch-action: none
}



    @media (max-width:600px) {
        .ei-search-section {
            padding-top: 15px;
            min-height: 120px;
            margin-bottom: 15px
        }

        .ei-search-sticky.mobile-fixed {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 70;
            background: #fff;
            padding: 10px 16px;
            box-shadow: 0 2px 6px rgb(0 0 0 / .08)
        }

            .ei-search-sticky.mobile-fixed .ei-search-box {
                padding: 10px 0;
                border: none;
                border-radius: 0;
                background: 0 0;
                box-shadow: none;
                margin: 0 10px
            }

            .ei-search-sticky.mobile-fixed .ei-search-btn, .ei-search-sticky.mobile-fixed .ei-use-location {
                display: none
            }

            .ei-search-sticky.mobile-fixed .ei-search-box-mobile-div {
                border: 1px solid #d1d5db;
                padding: 12px;
                border-radius: 999px;
                background: #fff
            }

            .ei-search-sticky.mobile-fixed input {
                font-size: 14px;
                font-weight: 600
            }

        .ei-search-box {
            background: linear-gradient(180deg,#fff,#f8fafc);
            border-radius: 18px;
            box-shadow: 0 10px 28px rgb(15 118 110 / .15);
            border: 1px solid #e5e7eb
        }

        .ei-search-box {
            align-items: stretch;
            flex-direction: column;
            padding: 20px 16px
        }

        .search-doctor-line {
            display: block;
            text-align: center;
            font-weight: 700;
            color: #0f766e;
            font-size: 16px
        }

        .ei-search-box-mobile-div {
            background: #fff;
            border: 1px solid #d1d5db;
            padding: 16px 12px;
            border-radius: 10px
        }

        .ei-use-location {
            padding: 12px;
            font-size: 16px
        }

        .ei-search-btn {
            font-size: 16px;
        }

        .ei-search-btn {
            border-radius: 12px;
            padding: 13px 16px
        }

        .no-list-found {
            margin: 20px 20px 0
        }

        .in-search-input {
            padding-bottom: 10px
        }

        .ei-sheet-search input {
            border: none
        }
    }

    @media (max-width:768px) {
        .ime-page-title, .imep-inclusive-price {
            font-size: 22px
        }

        .ei-search-box {
            margin: 0 20px
        }

        .ei-use-location {
            justify-content: center
        }

        body.ei-popup-open #eiSearchSticky {
            display: none
        }

        
    }

    @media (min-width: 768px) {
        body.ei-popup-open #eiSearchSticky {
            display: none
        }
    }

    @media (min-width:769px) {
        .ei-search-sticky {
            transition: transform 0.2s
        }

            .ei-search-sticky.sticky {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                background: #fff;
                z-index: 60;
                padding: 12px 0
            }

                .ei-search-sticky.sticky .ei-search-box {
                    max-width: 900px;
                    margin: 0 auto
                }

                .ei-search-sticky.sticky .ei-search-dropdown {
                    max-width: 900px;
                    left: 50%;
                    transform: translateX(-50%)
                }
    }

    @media (min-width:1024px) {
        .ei-mobile-sheet {
            display: none
        }
    }

    

    .ei-modal-overlay {
        position: fixed;
        inset: 0;
        background: rgb(0 0 0 / .55);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 9999
    }

        .ei-modal-overlay.active {
            display: flex
        }

    .ei-modal {
        position: relative;
        background: #fff;
        border-radius: 16px;
        max-width: 420px;
        width: 90%;
        padding: 40px 26px 28px;
        text-align: center;
        box-shadow: 0 20px 60px rgb(0 0 0 / .25)
    }

    .ei-modal-icon-wrap {
        position: absolute;
        top: -28px;
        left: 50%;
        transform: translateX(-50%);
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 20px rgb(0 0 0 / .15)
    }

        .ei-modal-icon-wrap img {
            width: 26px
        }

    .ei-modal-close {
        position: absolute;
        top: 5px;
        right: 12px;
        border: none;
        background: none;
        font-size: 22px;
        cursor: pointer
    }

    .ei-primary-btn {
        margin-top: 14px;
        background: #0f766e;
        color: #fff;
        border: none;
        padding: 12px 22px;
        border-radius: 10px;
        font-weight: 600;
        cursor: pointer
    }

    .ei-loader {
        position: fixed;
        inset: 0;
        background: rgb(255 255 255 / .9);
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        font-weight: 600
    }

        .ei-loader .spinner {
            width: 28px;
            height: 28px;
            border: 3px solid #ddd;
            border-top-color: #1f8ceb;
            border-radius: 50%;
            animation: spin 0.8s linear infinite
        }

    @keyframes spin {
        to {
            transform: rotate(360deg)
        }
    }
