.search-result-container {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.doctor-detail-header {
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-result-header-container {
    padding-top: 56px;
    padding-bottom: 56px;
}
.search-result-header {
    max-width: 1440px;
    width: 100%;
}
.search-result-header .search-result-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
}
.search-result-map-container {
    margin-top: -224px;
}
.search-result-container {
    width: 100% !important;
}
.search-result-header {
    background-color: #fff;
}
.search-result-map {
    width:400px;
    height: 480px;
    border-radius: 16px;
}
.search-result-results {
    margin-bottom: 34px !important;
    padding-bottom: 30px!important;
    margin-top: 6px;
    font-size: 28px !important;
    letter-spacing: 1.6px;
    font-weight: 500;
    width: 100%;
    border-bottom: 1px solid rgba(128,146,190,.2);
}
.search-result__load-more {
    display: none;
}
.dr-detail-clinic-info {
    padding-right: 40px;
    padding-top: 40px;
    width: 50%;
}
.option-filter {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
    padding-left: 12px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    background-color: transparent;
}
.option-desc-l {
    margin-right: 24px !important;
    font-size: 12px !important;
    white-space: nowrap;
    color: rgba(4,3,69,.6);
    font-family: helvetica neue!important;
    font-weight: 500;
}
.doctor-options-l {
    width: 100%;
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
}
.doctor-option-l {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    border-radius: 8px;
    cursor: pointer;
}
.option-filter-order {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    width: 144px;
    height: 48px;
}
.search-filter-icon {
    margin-right: 12px;
}
.filter-icon-cover {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.mobile-filter-icon-cover {
    display: none;
}
.search-detail-cards {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
}
.filter-btn-wrapper {
    margin-bottom: 10px;
}
.search-result-map-container {
    position:sticky;
    top:110px;
    width: 400px;
    height: 480px;
}
.page-breadcrumb {
    width: 100%;
    max-width: 1440px;
    text-align: left;
    margin-bottom: 24px;
}
@media (max-width: 1176px) {
}
@media (max-width: 999px) {
    .doctor-option-l,    
    .filter-icon-cover {
        display: none;
    }
    .search-result-header,
    .search-result-header-container,
    .doctor-detail-desc {
        width: 100%;
    }
    .search-result-header-container {
        margin-left: 0;
    }

    .mobile-filter-icon-cover {
        margin-top: 32px;
        padding: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        width: 104px;
        height: 48px;
        color: #fff;
        gap: 8px;
        font-size: 14px;
    }
}
@media (max-width: 800px) { 
    .search-result-map-container {
        display: none;
    }

}

@media (max-width: 480px) {
    .search-result-header-container {
        padding-top: 24px;
        padding-bottom: 0px;
    }
    .search-result-results {
        margin-top: 8px;
        font-size: 20px;
        font-weight: 500;
    }
    .search-result-results {
        margin-bottom: 0 !important;
        font-size: 20px !important;
    }
    .search-result__load-more {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 1000px) and (max-width:1250px) {

    .tablet-screen-center {

        justify-content: center!important;
        align-items: unset!important;
        padding: 0px;
    }

}

@media (min-width: 1000px) and (max-width:1178px) {
    .tablet-padding {
        padding-right: 168px;
        padding-left: 168px;
    }
    .doctor-options-l {
        gap:10px;
    }

}