.latest-article-con {
    background: #fff;
    padding: 80px 20px;
}

.latest-article-con .latest-article-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.latest-article-con .latest-article-wrap .article-list-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

    .blog-main,
    .latest-article-con {
        overflow: hidden;
    }

    .latest-article-con {
        padding: 40px 20px;
    }

    .latest-article-con .latest-article-wrap .article-list-top {
        flex-direction: column;
        gap: 20px;
    }
}

.feature-article-image {
    height: 100%;
}

.feature-article-image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.latest-article-con .latest-article-wrap .article-list-top h3 {
    text-align: left;
    color: #000;
    text-transform: none;
    font-size: 38px;
    font-weight: 600;
    line-height: 50px;
    margin: 0;
}

.latest-article-con .latest-article-wrap .article-list-top .search-field-wrap {
    position: relative;
}

.latest-article-con .latest-article-wrap .article-list-top .articles-search-wrap {
    width: 100%;
    max-width: 320px;
}

@media only screen and (max-width: 767px) {
    .latest-article-con .latest-article-wrap .article-list-top .articles-search-wrap {
        max-width: 100%;
    }
}

.latest-article-con .latest-article-wrap .article-list-top .articles-search-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 6px;
    box-shadow: 0px 12px 20px -6px #c5c5c5;
    overflow: hidden;
    background: #fff;
    position: absolute;
    width: 100%;
    display: none;
    z-index: 99;
}

.latest-article-con .latest-article-wrap .article-list-top .articles-search-wrap ul li {
    border-bottom: 1px solid #eaeaea;
    transition: all 200ms ease-in;
}

.latest-article-con .latest-article-wrap .article-list-top .articles-search-wrap ul li a {
    padding: 8px 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
    transition: all 200ms ease-in;
    color: #808080;
    display: block;
    width: 100%;
}

.latest-article-con .latest-article-wrap .article-list-top .articles-search-wrap ul li a.selected {
    background: #808080;
    color: #fff;
}

.latest-article-con .latest-article-wrap .article-list-top .articles-search-wrap ul li:hover {
    background: #808080;
}

.latest-article-con .latest-article-wrap .article-list-top .articles-search-wrap ul li:hover a {
    color: #fff;
}

.latest-article-con .latest-article-wrap .article-list-top .search-field {
    padding: 12px 20px;
    border: 1px solid #808080;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    min-width: 271px;
}

.latest-article-con .latest-article-wrap .article-list-top .search-field label {
    color: #808080;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: unset;
    letter-spacing: unset;
}

@media only screen and (max-width: 767px) {
    .latest-article-con .latest-article-wrap .article-list-top .search-field {
        min-width: unset;
    }

    .latest-article-con .latest-article-wrap .article-list-top .search-field label {
        font-size: 16px;
        line-height: 24px;
    }
}

.latest-article-con .latest-article-wrap .article-list-top .search-field svg {
    transition: all ease-in 200ms;
}

.latest-article-con .latest-article-wrap .article-list-top .search-field.selecting svg {
    rotate: 180deg;
}

.latest-article-con .latest-article-wrap .article-list-top .search-dropdown-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 320px;
}

@media only screen and (max-width: 767px) {
    .latest-article-con .latest-article-wrap .article-list-top .search-dropdown-wrap {
        width: 100%;
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 767px) {
    .latest-article-con .latest-article-wrap .article-list-top .search-dropdown-wrap .search-wrap {
        width: 100%;
    }
}

.search-field-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 6px;
    box-shadow: 0px 12px 20px -6px #c5c5c5;
    overflow: hidden;
    background: #FFFFFF;
    position: absolute;
    width: 100%;
    display: none;
    z-index: 99;
}

.search-field-wrap ul li {
    border-bottom: 1px solid #EAEAEA;
    transition: all 200ms ease-in;
}

.search-field-wrap ul li a {
    padding: 8px 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
    transition: all 200ms ease-in;
    color: #808080;
    display: block;
    width: 100%;
}

.latest-article-con .latest-article-wrap .article-list-top .search-dropdown-wrap .post-search-wrap form {
    display: flex;
    gap: 16px;
    border-radius: 200px;
    border: 2px solid#073950;
    background: #fff;
    padding: 10px 16px;
    align-items: center;
}

.latest-article-con .latest-article-wrap .article-list-top .search-dropdown-wrap .post-search-wrap form input {
    padding: 0;
    border: none;
    background: transparent;
    outline: none;
    border-radius: unset;
    font-size: 20px;
    line-height: 28px;
}

@media only screen and (max-width: 767px) {
    .latest-article-con .latest-article-wrap .article-list-top .search-dropdown-wrap .post-search-wrap form input {
        width: 100%;
    }
}

.latest-article-con .latest-article-wrap .article-list-top .search-dropdown-wrap .post-search-wrap form .icon-wrap {
    display: flex;
}

.latest-article-con .latest-article-wrap .articles-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 44px;
}

@media only screen and (max-width: 767px) {
    .latest-article-con .latest-article-wrap .articles-wrap {
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .latest-article-con .latest-article-wrap .articles-wrap {
        margin-top: 32px;
        gap: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .latest-article-con .latest-article-wrap .articles-wrap .article-wrap {
        max-width: 48.7%;
    }
}

@media only screen and (max-width: 767px) {
    .latest-article-con .latest-article-wrap .articles-wrap .article-wrap {
        max-width: 100%;
    }
}

.latest-article-con .latest-article-wrap .articles-wrap .article-category {
    display: flex;
    align-items: center;
    gap: 8px;
}

.latest-article-con .latest-article-wrap .articles-wrap .article-category i {
    display: flex;
}

.latest-article-con .latest-article-wrap .articles-wrap .article-category time {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000000;
}

@media only screen and (max-width: 767px) {
    .latest-article-con .latest-article-wrap .articles-wrap .article-category {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0px;
    }

    .latest-article-con .latest-article-wrap .articles-wrap .article-category i {
        width: 20px;
        height: 20px;
    }
}


.article-category a {
    color: #005377;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 6px;
}

.article-wrap {
    width: 100%;
    max-width: calc(100% / 3 - 28px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media only screen and (max-width: 767px) {
    .article-wrap {
        max-width: 100%;
    }
}

.article-wrap .article-img-wrap {
    min-height: 240px;
    max-height: 240px;
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4px 40px 0px rgb(0 0 0 / 12%);
}

.article-wrap .article-img-wrap img {
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all ease-in-out 200ms;
    width: 100%;
}

.article-wrap .article-img-wrap img:hover {
    transform: scale(1.1);
}

.article-wrap .article-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    justify-content: space-between;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .article-wrap .article-content {
        padding: 20px;
        gap: 24px;
    }

    .article-wrap .article-img-wrap {
        min-height: 200px;
        max-height: 200px;
    }

    .latest-article-con .latest-article-wrap .articles-wrap .article-content {
        padding: 16px;
        gap: 35px;
    }
}

.article-wrap .article-content .article-upper-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.article-wrap .article-content .article-upper-content p,
.blog-main .excerpt-wrap p {
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-wrap .article-content .article-upper-content a {
    text-decoration: none;
}

.articles-wrap .article-wrap .article-details>a {
    display: block;
}

.article-wrap .article-content .article-upper-content a h5 {
    color: #000;
    margin: 0;
    font-family: Lora;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .article-wrap .article-content .article-upper-content a h5 {
        font-size: 20px;
        line-height: 28px;
    }

    .articles-wrap .article-wrap .article-details>a {
        height: unset !important;
    }
}

.article-wrap .article-content .article-upper-content a:hover {
    color: #000;
    text-decoration: underline;
}

.article-wrap .article-content .read-more-btn {
    /* Start of Selection */
    display: flex;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.72px;
    color: #1B2540;
    text-decoration: underline;
    align-items: center;
    /* End of Selection */
}

.article-wrap .article-content .read-more-btn:visited {
    color: #1B2540;
}

.article-wrap .excerpt-wrap {
    margin-top: 16px;
}

.article-wrap .excerpt-wrap p {
    color: #7c7c7c;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

@media only screen and (max-width: 767px) {
    .article-wrap .excerpt-wrap p {
        font-size: 16px;
        line-height: 24px;
    }
}




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

    .latest-article-con {
        padding: 40px 20px;
    }

    .latest-article-con .latest-article-wrap .article-list-top h3 {
        font-size: 30px;
        line-height: 38px;
        text-align: center;
    }

}

.article-wrap .article-img-wrap a {
    width: 100%;
}

@media only screen and (max-width: 1255px) and (min-width: 768px) {
    .latest-article-con .latest-article-wrap .articles-wrap {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        width: 100%;
    }

    .latest-article-con .latest-article-wrap .articles-wrap .article-wrap {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 1024px) {
    .article-upper-content .excerpt-wrap {
        margin-top: 32px;
    }
}

.featured-article {
    display: flex;
    align-items: stretch;
}

.featured-article .img-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.featured-article .img-wrap a {
    height: 100%;
}

.featured-article .content-wrap {
    flex: 1;
    background: #FCF9F1;
}

.featured-article .article-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px;
    justify-content: center;
    height: 100%;
    width: 100%;
    gap: 12px;
}

.featured-article .article-content .article-upper-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 4px;
}

.featured-article .article-content .article-upper-content>a {
    text-decoration: none;
}

.featured-article .article-content .article-upper-content h1 {
    text-transform: unset;
    color: #000;
    margin: 0;
}

.featured-article .article-content .article-upper-content .excerpt-wrap {
    margin-top: 32px;
}

@media only screen and (min-width: 1024px) {
    .article-upper-content .excerpt-wrap {
        margin-top: 32px;
    }
}

.article-wrap .article-content .article-upper-content p,
.blog-main .excerpt-wrap p {
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #6A6A6A;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.featured-article .article-content .article-upper-content .excerpt-wrap p {
    color: #6A6A6A;
    margin: 0;
}

.featured-article .doctor-section {
    gap: 16px;
}

.doctor-section {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.doctor-section .doctor-img-wrap {
    width: 74px;
}

.doctor-section .doctor-img-wrap .inner-img-wrap {
    width: 100%;
    height: 74px;
    border-radius: 200px;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0px #00000033;
}

.doctor-section .doctor-details {
    display: flex;
    flex-flow: column nowrap;
    gap: 8px;
}

.doctor-section .doctor-details h6 {
    margin-bottom: 0;
    color: #000;
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 16px;
}

.doctor-section .doctor-details h6 a {
    text-decoration: underline;
    color: #000;
    font-weight: 700;
}

.doctor-section .doctor-details label:not(.mandarin-name) {
    color: #4D5B9A !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.doctor-section .doctor-details .credentials-list {
    display: flex;
    gap: 10px;
}

.doctor-section .doctor-details .credentials-list p {
    margin-bottom: 0;
    position: relative;
    color: #717174;
    text-align: justify;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin-top: 0;
}

.doctor-section .doctor-details .credentials-list p span.separator {
    font-size: 8px;
    line-height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 10px 0;
}

.doctor-section .doctor-details .mandarin-name {
    color: #000;
    font-family: "PingFang HK";
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}

.doctor-details .credentials-list p::after {
    content: "";
    position: absolute;
    background: #bebebe;
    width: 1px;
    height: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -5px;
    display: none;
}

.featured-article .article-content .btn {
    padding: 22px 32px;
    border-radius: 200px;
    border: 1px solid #235289;
    color: #235289;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    transition: all 0.3s ease;
}

.featured-article .article-content .btn:hover {
    background: #CA5B61;
    border: 1px solid #CA5B61;
    color: #fff;
}

.featured-article .article-content .btn:focus,
.featured-article .article-content .btn:active {
    border: 1px solid #CA5B61;
    background: #CA5B61;
    color: #fff;
}

.featured-article .article-content .btn svg path {
    fill: #235289;
}

.featured-article .article-content .btn:hover svg path {
    fill: #fff;
}

.featured-article .article-content .btn:active svg path {
    fill: #fff;
}

@media only screen and (max-width: 1023px) {
    .featured-article {
        flex-direction: column-reverse;
    }

    .featured-article .img-wrap {
        flex: unset;
        height: 500px;
    }

    .featured-article .content-wrap {
        flex: 1;
    }

    .featured-article .article-content {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .featured-article .img-wrap {
        flex: unset;
        height: 260px;
    }
}

.featured-article .img-wrap img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
    .featured-article .article-content {
        padding: 40px 20px;
        gap: 20px;
    }

    .featured-article .article-content .article-upper-content h2 {
        /* font-size: 36px;
        line-height: 42px; */
    }

    .doctor-section .doctor-details .credentials-list {
        flex-flow: wrap;
        gap: 2px 10px;
    }

    .featured-article .doctor-section .doctor-details label {
        font-size: 12px;
        font-weight: 700;
        line-height: 14px;
        letter-spacing: 0.72px;
    }

    .featured-article .doctor-section .credentials-list p {
        font-size: 10px;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: .6px;
        text-transform: uppercase;
    }

    .featured-article .doctor-section .credentials-list p span.separator {
        font-size: 8px;
        line-height: 12px;
        display: inline-block;
        vertical-align: middle;
        margin: -4px 6px 0 !important;
    }

    .featured-article .article-content .btn {
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        justify-content: center;
        margin-top: 16px;
        padding: 16px 32px;
        font-size: 16px;
        line-height: 16px;
    }

    .doctor-section .doctor-details h6,
    .featured-article .doctor-section .doctor-details h6 a {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
    }


    .latest-article-con .latest-article-wrap .article-list-top .search-field-wrap {
        width: 100%;
    }

    .featured-article .doctor-section {
        gap: 10px;
        align-items: flex-start;
    }

    .doctor-section .doctor-img-wrap,
    .doctor-section .doctor-img-wrap .inner-img-wrap {
        width: 74px;
        min-width: 74px;
        height: 74px;

    }
}

.latest-article-con .latest-article-wrap .pagination {
    margin-top: 60px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.latest-article-con .latest-article-wrap .pagination .page-numbers {
    color: #616161;
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 2%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.latest-article-con .latest-article-wrap .pagination .page-numbers {
    width: 40px;
    height: 40px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
}

.latest-article-con .latest-article-wrap .pagination .current.page-numbers,
.latest-article-con .latest-article-wrap .pagination .page-numbers:not(.next):not(.prev):hover {
    color: #fff;
    background: #0E4C84;
    color: #fff;
}

.latest-article-con .latest-article-wrap .pagination .page-numbers.next,
.latest-article-con .latest-article-wrap .pagination .page-numbers.prev {
    padding: 7px 20px;
    width: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.latest-article-con .latest-article-wrap .pagination .page-numbers.next:hover,
.latest-article-con .latest-article-wrap .pagination .page-numbers.prev:hover {
    border-radius: 0;
    background: #0E4C84;
    color: #fff;
}