
.detail-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;

}
.mb_box{
    padding-top: 60px;
}
.mb_c{
    background: rgba(255, 255, 255, .2);
    border-radius: 0;
    backdrop-filter: blur(3px);
    min-height: 100vh;
}
.breadcrumb {
    margin-bottom: 20px;
}

.breadcrumb a {
    color: #666;
    text-decoration: none;
}

.breadcrumb .separator {
    margin: 0 10px;
    color: #000;
}

.detail-header {
    text-align: left;
    margin-bottom: 10px;
}

.detail-header h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.subtitle {
    margin-bottom: 15px;
}

.business-type {
    color: #888;
    margin-bottom: 20px;
}

.appointment-btn {
    display: inline-block;
    padding: 12px 24px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 20px;
    border: 1px solid #fff;
}
.website a{
    color: #fff;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.insurance-banner {
    padding: 0;
    margin: 15px 0;
    text-align: center;
    min-height: 250px;
}

.banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.learn-more-btn {
    background-color: #ff6b35;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.detail-tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.tab {
    padding: 10px 20px;
    text-decoration: none;
    color: #666;
}

.tab.active {
    border-bottom: 2px solid #007bff;
    color: #007bff;
}

.contact-info {
    margin-bottom: 30px;
}

.contact-info p {
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.contact-info p svg{
    margin-right: 8px;
}

.hours ul {
    list-style: none;
    padding: 0;
}

.hours li {
    display: flex;
    justify-content: space-between;
    padding: 2px 0;
    border-bottom: 1px solid #eee;
    font-size: 12px
}

.hours li:last-child {
    border-bottom: none;
}
.hours h3{
    display: flex;
    align-items: center;
}
.hours h3 svg{
    margin-right: 8px;
}

.related-articles {
    margin-top: 40px;
}

.article-card {
    display: flex;
    gap: 20px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.article-card img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}

.article-content {
    flex: 1;
}

.read-time {
    color: #666;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.article-content h3 {
    margin: 10px 0;
    font-size: 18px;
}

.read-more {
    color: #007bff;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}

.disclaimer {
    margin-top: 40px;
    padding: 20px;
    background-color: #f8f9fa;
    font-size: 12px;
    color: #666;
    text-align: center;
}
.maps{
    min-height: 100vh;
    background-image: url(../../images/b18.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.m_boxs{
    min-height: 100vh;
    background: rgba(0, 0, 0, .7);
    color: #fff;
}
.loading_near {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loading_box {
    text-align: center;
}

.loading {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.share_e_d {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.sed_box {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.sed_box a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #666;
    background: #f5f5f5;
    transition: all 0.3s ease;
}

.sed_box a:hover {
    background: #e9e9e9;
    color: #333;
}

.sed_box svg {
    width: 20px;
    height: 20px;
}

.sed_box span {
    font-size: 14px;
}
header{
    background-color: rgba(0, 0, 0, .8);
}
.search_content{
    background-color: #fff;
    width: 75%;
    margin-left: 10px;
}
.search_i{
    display: flex;

}
.header_box{
    background: rgba(0, 0, 0, .7);
    border-bottom: none;
}
@media (max-width: 768px) {
    .go_back{
        right: 60px !important;
    }
    .search_icon {
        background-color: transparent;
        width: 100px;
    }
    .search_icon svg path {
        fill: #666666;
    }
    .search_ipt{
        padding: 0 !important;
    }
    .insurance-banner{
        margin: 15px 0;
        padding: 0px;
    }
    #about h2{
        font-size: 18px;
    }
    .subtitle{
        margin-bottom: 5px;
    }
    .detail-page-container{
        padding: 3px 8px;
    }
    .mb_box{
        padding-top: 60px;
    }
    .detail-header h1{
        font-size: 20px;
        margin-bottom: 0;
    }
    .detail-header{
        margin-bottom: 0;
    }
    .contact-info{
        margin-bottom: 0;
    }
    .contact-info p{
        margin: 0;
    }
    .breadcrumb{
        margin-bottom: 10px;
    }
    .sed_box {
        flex-direction: column;
    }
    
    .sed_box a {
        justify-content: center;
    }
    .sed_box{
        gap: 8px;
    }
    .disclaimer{
        margin-top: 8px;
    }
    .logo img{
        width: 30px;
        height: auto;
    }
    header{
        padding: 5px;
        height: 40px;
    }
}
@media (max-width: 768px) {
    .banner-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .article-card {
        flex-direction: column;
    }

    .article-card img {
        width: 100%;
    }
}