.heading,
.section-title-container .section-title {
    font-weight: 700;
    font-size: 38px;
    line-height: 150%;
    color: var(--secondary-color);
    text-transform: none;
    border-bottom: 0 solid #000;
    /* font-family: 'Playfair Display'; */
    margin-bottom: 0;
}
.section-title-container .section-title span {
    border-bottom: 0;
    padding: 0;
    margin: 0;
    text-transform: none;
}
.section-title-center b {
    opacity: 0;
}
.news .uni_blog .heading {
    margin-bottom: 24px;
    line-height: 1;
    position: relative;
}
.news .uni_blog .heading a {
    /* background: rgb(245, 246, 248); */
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding-right: 15px;
}
.news .uni_blog .heading:after {
    content: "";
    background: var(--secondary-color);
    width: 100%;
    height: 1px;
    bottom: 5px;
    left: 0;
    position: absolute;
}
/* .ivf,
#customer-list {
    position: relative;
}
.ivf:before {
    content: '';
    width: 9.79166667vw;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/subtract.svg') center no-repeat;
    background-size: contain;
} */
.news {
    position: relative;
    padding-top: 50px !important;
    padding-bottom: 0 !important;
}
.news:before {
    content: "";
    width: 9.79166667vw;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/subtract.svg") center no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
}
.news .sh-blog-shortcode.layout-1 .box {
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}
.news .sh-blog-shortcode.layout-1 .box-text {
    padding: 15px;
}
.news .sh-blog-shortcode.layout-1 .post-title {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 150%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
}
.news .box-vertical .box-image,
.news .box-vertical .box-text {
    vertical-align: middle;
}
.news .box-vertical .box-text .post-meta {
    color: var(--base-color);
    margin-bottom: 7px;
}
.news .box-vertical .box-text .from_the_blog_excerpt {
    color: var(--base-color);
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.service,
.ivf {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}
.ivf .img img {
    border-radius: 15px;
}
.service .tab-panels .panel .banner {
    border-radius: 15px;
    overflow: hidden;
}
.service .tab-panels .panel h3 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
}
.service .tab-panels .panel ul li {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
}
/* .service .tab-panels {
    padding-top: 0;
} */
.service .tab-panels {
    padding-top: 0;
}
.service .tab-panels .panel {
    position: relative;
}
.service .tab-panels .panel.active {
    padding-top: 48px;
}
.service .nav-pills li {
    position: relative;
}
.service .nav-pills > li > a {
    border-radius: 0 !important;
    background: var(--primary-color);
    font-size: 14px;
    line-height: 150%;
    padding: 13px 28px;
    border-left: 1px solid #fff;
    color: #fff;
}
.service .nav-pills > li.active > a {
    background: linear-gradient(
        89.83deg,
        #f59695 4.05%,
        var(--primary-color) 99.93%
    );
}
.reason:before {
    content: "";
    width: 9.79166667vw;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/subtract.svg") center no-repeat;
    background-size: contain;
}
.reason .box-txt .icon-box {
    align-items: center;
    margin-bottom: 18px;
}
/* partner */
.partner {
    padding-bottom: 0 !important;
}
.partner .flickity-page-dots {
    bottom: -20px;
}
.partner .flickity-page-dots .dot {
    background-color: #e1e1e1;
    opacity: 1;
}
.partner .flickity-page-dots .dot.is-selected {
    background-color: var(--base-color);
}
/* doctor */
.section-doctor .flickity-button {
    display: none;
}
.section-doctor:before {
    content: "";
    width: 9.79166667vw;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/subtract-white.svg") center no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (max-width: 1199.98px) {
    .service .nav-pills {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        overflow-x: scroll;
        padding-bottom: 15px;
    }
    .service .nav-pills::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.15);
        background-color: #f5f5f5;
    }
    .service .nav-pills::-webkit-scrollbar {
        height: 10px;
        background-color: #f5f5f5;
    }
    .service .nav-pills::-webkit-scrollbar-thumb {
        background-color: #b1abab;
    }
    .service .nav-pills > li {
        width: 200px;
    }
    .service .nav-pills > li > a {
        height: 74px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    /* .reason */
    .reason {
        padding-bottom: 30px !important;
    }
}

@media only screen and (max-width: 1024.98px) {
    .heading,
    .section-title-container .section-title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 849.98px) {
    .service .banner .text-box {
        left: 15px;
        right: 15px;
        width: calc(100% - 30px) !important;
    }
    .service .tab-panels .panel h3 {
        font-size: 16px;
    }
    .service .tab-panels .panel ul li {
        font-size: 14px;
    }
    .service .tab-panels .panel.active {
        padding-top: 10px;
    }
    .service .tab-panels .panel.active:before {
        display: none;
        left: 50%;
        transform: translateX(-50%);
        width: 77px;
        height: 30px;
    }
}

@media only screen and (max-width: 699.98px) {
    .heading,
    .section-title-container .section-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 549.98px) {
}

@media only screen and (min-width: 550px) {
}

@media only screen and (min-width: 700px) {
}

@media only screen and (min-width: 850px) {
    .news {
        padding-top: 80px !important;
        padding-bottom: 20px !important;
    }
    .service,
    .reason {
        padding-top: 80px !important;
        padding-bottom: 50px !important;
    }
    .ivf {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .section-doctor {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
    .news .uni_blog .heading {
        font-size: 38px;
    }
    .news .box-vertical .box-image,
    .news .box-vertical .box-text {
        vertical-align: top;
    }
    .service .nav-pills {
        flex-wrap: nowrap;
    }
    .service .nav-pills > li {
        min-width: 15.3%;
    }
    .service .nav-pills > li > a {
        display: block;
        text-align: center;
    }
    .service .nav-pills .active:before {
        content: "";
        width: 95px;
        height: 48px;
        position: absolute;
        background: url("../img/polygon.svg") center no-repeat;
        background-size: contain;
        top: calc(100%);
        left: 50%;
        transform: translateX(-50%);
    }
}
@media only screen and (min-width: 1500px) {
    .service .nav-pills > li > a {
        font-size: 16px;
    }
}
