

.blog-page-clinic-bg .blog-clinic-content:not(.expanded) .blog-clinic-list, .blog-page-clinic-bg .blog-clinic-content:not(.expanded) .blog-explores{
    opacity: 1;
}

.blog-page-clinic-bg .blog-clinic-content{
    height: 460px;
    width: 100%;
}

.blog-explores h4 {
    color: #FFF;
    font-family: "Sora";
    font-size: 22.667px;
    font-weight: 400;
    text-transform: capitalize;
}

.blog-overlay-text a {
    font-size: 16px;
    padding: 9px 24px;
}

.blog-updates h1{
    color:#134A8E;
    text-align: center;
    font-family: "Sora";
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 70px 0 12px 0;
}

.blog-updates p{
    color:#6B7280;
    text-align: center;
    font-family: "Sora";
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    max-width: 812px;
    margin: 0 auto;
}

.blog-filt-para p{
    color: #6B7280;
    font-family: "Sora";
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.social-bfb-bt p{
    border-radius: 4px;
    background: #27A9E1;
    margin: 0;
}

.social-bfb-bt p{
    color: #FFF;
    font-family: "Sora";
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    padding: 10px 20px;
    margin: 0;
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; /* adds space between rows and columns */
}

.tag-btn {
    color: #FFF;
    font-family: "Sora";
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    padding: 10px 20px;
    margin: 0;
    border-radius: 4px;
    background: #27A9E1;
    text-decoration: none;
}

.tag-btn-inactive {
    color: #27A9E1;
    font-family: "Sora";
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    border-radius: 4px;
    border: 1px solid #27A9E1;
    padding: 10px 20px;
    margin: 0;
    text-decoration: none;
}

.child-bfb-bt p{
    color: #27A9E1;
    font-family: "Sora";
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    border-radius: 4px;
    border: 1px solid #27A9E1;
    padding: 10px 20px;
    margin: 0;
}
.blog-filter-btn{
    display: flex;
    gap: 15px;
}

.blog-filter{
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
}
.blog-updates{
    padding-bottom: 90px;
}
.blog-page-clinic-bg .row{
    row-gap: 24px;
}

.blog-pagination{
    padding-top: 40px;
}

.blog-pagination ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 11px;
    justify-content: center;
}

.blog-pagination ul .blog-pagi-def{
    border-radius: 5px;
    border: 1.25px solid #D8D8D8;
    background: #D8D8D8;
    width: 40px;
    height: 40px;
  
}

.blog-pagination ul li{
    border-radius: 5px;
    border: 1.25px solid #D8D8D8;
    background: #FFF;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.blog-pagination ul li a{
    color: #6B7280;
    text-align: center;
    font-family: "Sora";
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}

.blog-pagination ul .active a{
    color: #27A9E1;
}
.blog-pagination ul .active{
    border-color: #27A9E1;
}

.blog-footer-bg {
    padding-top: 120px;
    margin-top: 60px;
}

.blog-footer-bg .sydney-footer:after{
    top: -120px;
    height: 480px;
}

.blog-updates{
    position: relative;
}
.blog-updates::after {
    position: absolute;
    content: '';
    background: url(../images/hamburg-line.png) repeat;
    width: 100%;
    height: 400px;
    z-index: -1;
    top: 0px;
    opacity: 0.3;
}


.blog-support-clinic-bg{
    position: relative;
}
.blog-support-clinic-bg::after{
    position: absolute;
    content: url(../images/ham-gr1.png);
    top: 0;
    left: 0;
    z-index: -2;
}

.blog-support-clinic-bg::before{
    position: absolute;
    content: url(../images/ham-gr2.png);
    top: 180px;
    right: 0;
    z-index: -2;
}

@media (max-width:767px){
    .blog-updates h1 {
        font-size: 24px;
        padding: 30px 0 5px 0;
    }
    .blog-updates p{
        font-size: 14px;
    }
    .blog-updates {
        padding-bottom: 20px;
    }
    .blog-filter {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    .child-bfb-bt p {
        padding: 9px 10px;
        font-size: 14px;
    }
    .social-bfb-bt p {
        font-size: 14px;
        padding: 10px 10px;
    }
}