.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) {
  .latest-article-con .latest-article-wrap .article-list-top {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}

.latest-article-con .latest-article-wrap .article-list-top h3 {
  color: #000;
  font-family: 'Funnel Sans';
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  margin: 0;
}

.latest-article-con .latest-article-wrap .article-list-top .article--top-form {
  display: flex;
  align-items: center;
  gap: 40px;
}

.latest-article-con .latest-article-wrap .article-list-top .article--top-form form {
  display: flex;
  flex-flow: row nowrap;
  gap: 0;
  border-radius: 60px;
  border: 1px solid #808080;
  overflow: hidden;
  position: relative;
  min-width: 200px;
}

.latest-article-con .latest-article-wrap .article-list-top .article--top-form form input {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 13px 60px 13px 25px;
  outline: none;
  color: #000;
  font-family: 'Funnel Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;  
}

.latest-article-con .latest-article-wrap .article-list-top .article--top-form form button {
  border: 0;
  background: transparent;
  padding: 10px 25px;
  outline: none;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  padding: 0;
}

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

.latest-article-con .latest-article-wrap .article-list-top .search-field-wrap .search-form {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #C8C8CA;
    background: #F4F4F4;
    overflow: hidden;
    position: relative;
}

.latest-article-con .latest-article-wrap .article-list-top .search-field-wrap .search-form .search-field {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 10px 60px 10px 25px;
    outline: none;
    color: #58585A;
    font-family: 'Funnel Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.latest-article-con .latest-article-wrap .article-list-top .search-field-wrap .search-form .search-field::-webkit-input-placeholder {
    color: #808080;
}

.latest-article-con .latest-article-wrap .article-list-top .search-field-wrap .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: transparent;
    border: 0;
    border-left: none;
}

.latest-article-con .latest-article-wrap .article-list-top .search-field-wrap .search-form .search-submit svg path {
    fill: #000;
}

.latest-article-con .latest-article-wrap .article-list-top .search-field-wrap .search-form .search-field::-moz-placeholder {
    color: #808080;
}

.latest-article-con .latest-article-wrap .article-list-top .search-field-wrap .search-form .search-field:-ms-input-placeholder {
    color: #808080;
}

.latest-article-con .latest-article-wrap .article-list-top .search-field-wrap .search-form .search-field::-ms-input-placeholder {
    color: #808080;
}

.latest-article-con .latest-article-wrap .article-list-top .search-field-wrap .search-form .search-field::-webkit-input-placeholder {
    color: #808080;
}

.latest-article-con .latest-article-wrap .article-list-top .search-field-wrap .search-form .search-field::placeholder {
    color: #808080;
}

.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: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.latest-article-con .latest-article-wrap .article-list-top .search-field label {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: unset;
  letter-spacing: unset;
  font-family: 'Funnel Sans';
}



@media only screen and (max-width: 767px) {
    .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: 335px;
}

@media only screen and (max-width: 767px) {
    .latest-article-con .latest-article-wrap .article-list-top .search-dropdown-wrap {
        width: 100%;
        max-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%;
    }
}

.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;
  gap: 40px;
  margin-top: 44px;
  flex-wrap: wrap;
}

@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: 32px;
    }
}

@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 a {
    color: #808080 !important;
    letter-spacing: 1.28px;
    text-decoration: none;
}

@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: 12px;
    }
}



.article-wrap {
  width: 100%;
  max-width: calc(100% / 3 - 27px);
  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;
    overflow: hidden;
    border-radius: 16px;
    background: #D9D9D9 !important;
}

.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;
  justify-content: space-between;
  height: 100%;
  gap: 35px;
}

@media only screen and (max-width: 767px) {
    .article-wrap .article-img-wrap {
        min-height: 200px;
        max-height: 200px;
    }
}

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

.article-wrap .article-content .article-upper-content .date {
  font-size: 18px;
  line-height: 18px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 500;
  margin-bottom: 20px;
  color: #D0576E;
  font-family: 'Funnel Sans';
}

.article-wrap .article-content .article-upper-content .date .icon {
  display: flex;
}

.article-wrap .article-content .article-upper-content p,
.blog-main .excerpt-wrap p {
  margin: 0;
  margin-top: 0px;
  color: #404040;
  font-family: 'Funnel Sans';
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  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;
  font-family: 'Funnel Sans';
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  letter-spacing: unset;
  margin-bottom: 12px;
}

@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 p,
    .blog-main .excerpt-wrap p {
        margin-top: 6px;
        font-size: 16px;
        line-height: 24px;
    }
}

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

.article-wrap .article-content .read-more-btn {
    display: flex;
    gap: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #1B2540;
    text-decoration: underline;
    font-family: 'Funnel Sans';
    letter-spacing: 0.72px;
}

.article-wrap .article-content .read-more-btn svg path {
    fill: #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: 28px;
      line-height: 36px;
    }

    .latest-article-con .latest-article-wrap .articles-wrap .article-category {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .03em;
        margin-bottom: 6px;
    }

}

.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(2, minmax(200px, 1fr));
        gap: 20px;
    }

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


.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%;
}

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

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

.feature-article-image {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.featured-article .article-content .excerpt-wrap p {
  color: #fff;
}
@media only screen and (max-width: 767px) {
    .featured-article .img-wrap {
        max-height: 260px;
        overflow: hidden;
        flex-direction: unset;
        align-items: center;
    }
}

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

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

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

.featured-article .img-wrap img.mobile-img {
    display: none;
}

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

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

@media only screen and (max-width: 1023px) {
    .featured-article .article-content {
        max-width: 100%;
    }
}

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

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

.featured-article .article-content .article-upper-content>label {
    color: #004E61;
    /* font-family: "Proxima Nova"; */
    font-family: 'Funnel Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.featured-article .article-content .article-upper-content .article-category {
    margin-bottom: 12px;
}

.featured-article .article-content .article-upper-content .article-category a {
  font-family: 'Funnel Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #950304;
  text-decoration: none;
}

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

.featured-article .article-content .article-upper-content > a h1 {
  font-family: 'Funnel Sans';
  font-weight: 600;
  font-size: 56px;
  line-height: 66px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #fff;
}

.featured-article .article-content .article-upper-content>a h5 {
    color: #000;
}

.featured-article .article-content .article-upper-content .credibility-wrap {
    margin-bottom: 24px;
    gap: 5px;
}

.featured-article .article-content .article-upper-content .credibility-wrap p {
    color: #404040;
    white-space: nowrap;
}

.featured-article .article-content .article-upper-content .credibility-wrap a {
    color: #1a4290 !important;
    white-space: nowrap;
}

.featured-article .article-content .article-upper-content .credibility-wrap svg {
    margin-right: 6px;
}

@media only screen and (max-width: 767px) {
    .featured-article .article-content .article-upper-content .credibility-wrap svg {
        width: 20px;
        height: 20px;
        margin-right: 3px;
    }
}

.featured-article .article-content .article-upper-content .excerpt-wrap p {
    color: #000;
    font-family: 'Funnel Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.featured-article .article-content .article-upper-content h2 {
    text-transform: unset;
    color: #000;
    font-family: 'Funnel Sans';
    font-size: 44px;
    font-weight: 500;
    line-height: 54px;
    margin: 0;
    margin-bottom: 24px;
}

@media only screen and (max-width:1023px) {
    .featured-article .article-content .article-upper-content h2 {
        margin-bottom: 20px !important;
    }
}

.featured-article .article-content .btn {
  font-family: 'Funnel Sans';
  padding: 20px 40px;
  letter-spacing: 0.8px;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 40px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all ease-in-out 200ms;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  text-decoration: none;
}


.featured-article .article-content .btn-outlined svg path,
.featured-article .article-content .btn-outlined:visited svg path {
  fill: #fff;
}

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

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

.featured-article .article-content .btn:active {
    border: 1px solid #fff;
    background: #fff;
    color: #0E4C84;
}

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

.featured-article .doctor-section {
    padding: 0;
    margin: 0;
}

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

.featured-article .doctor-section .doctor-details h6 {
    color: #141414;
    font-family: 'Funnel Sans';
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}

.featured-article .doctor-section .doctor-details h6 span {
    font-weight: 400;
    font-family: 'Funnel Sans';
}

.featured-article .doctor-section .doctor-details h6 a {
    font-family: 'Funnel Sans';
    color: #000;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    text-decoration: underline;
}

.featured-article .doctor-section .credentials-list {
    display: flex;
    gap: 24px;
    margin-top: 4px;
}

.featured-article .doctor-section .credentials-list p {
  color: #fff;
  position: relative;
  margin: 0;
  text-transform: unset;
  font-family: 'Funnel Sans';
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
}

.featured-article .doctor-section .credentials-list p::after {
    content: "";
    position: absolute;
    background: #000;
    width: 1px;
    height: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -12px;
}

.featured-article .doctor-section .credentials-list p:last-child::after {
    content: unset;
}

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




.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-numbers {
    padding: 7px 16px;
    font-family: 'Funnel Sans';
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.04em;
    width: 46px;
    height: 46px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-numbers.current {
    background: #6A768C;
    color: #fff;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    width: unset;
    height: unset;
    padding: 8px 27px;
    color: #616161;
}

.pagination .page-numbers.next {
    color: #616161;
}

.pagination .page-numbers:focus {
    outline: none !important;
}

@media only screen and (max-width: 767px) {
    .desktop-img {
        display: none !important;
    }

    .mobile-img {
        display: block !important;
    }

    .pagination .page-numbers {
        margin-top: 32px;
        font-size: 16px;
        line-height: 24px;
    }

    .pagination .page-numbers.next,
    .pagination .page-numbers.prev {
        padding: 8px 12px;
    }
}

.article-references * {
    font-size: 13px !important;
    line-height: 21px !important;
}

.featured-contain {
    background: #D9D9D9 !important;
    display: flex;
}

.featured-contain img {
    -o-object-fit: contain !important;
    object-fit: contain !important;
}


.featured-article .content-wrap .article-content .article-upper-content .doctor-section {
  display: flex;
  flex-flow: row nowrap;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  width: 100%;
}

.featured-article .content-wrap .article-content .article-upper-content .doctor-section .doctor-img-wrap {
    width: 100%;
    max-width: 74px;
    height: 74px;
    border-radius: 50%;
    overflow: hidden;
    border: solid 1px #fff;
}

.featured-article .content-wrap .article-content .article-upper-content .doctor-section .doctor-img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.featured-article .content-wrap .article-content .article-upper-content .doctor-section .doctor-details {
    display: flex;
    flex-flow: column nowrap;
}

.featured-article .content-wrap .article-content .article-upper-content .doctor-section .doctor-details h6 {
    margin: 0;
    color: #fff;
    font-family: 'Funnel Sans';
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 4px;
}

.featured-article .content-wrap .article-content .article-upper-content .doctor-section .doctor-details h6 a {
    color: inherit;
    line-height: inherit;
    font-size: inherit;
    font-family: 'Funnel Sans';
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: underline;
}

.featured-article .content-wrap .article-content .article-upper-content .doctor-section .doctor-details h6 span {
  font-family: 'Funnel Sans';
  font-weight: 400;
}

.featured-article .content-wrap .article-content .article-upper-content .doctor-section .doctor-details label {
  margin: 0;
  color: #fff;
  font-family: 'Funnel Sans';
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

@media (max-width: 767px) {
    .featured-article .content-wrap .article-content .article-upper-content .doctor-section .doctor-details h6 {
        font-size: 16px;
        line-height: 24px;
    }
    .featured-article .content-wrap .article-content .article-upper-content .doctor-section .doctor-img-wrap {
      max-width: 50px;
      min-width: 50px;
      height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .featured-article .content-wrap .article-content .article-upper-content .doctor-section .doctor-details h6 a {
        font-size: 18px;
        line-height: 26px;
    }

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

    .featured-article .img-wrap img {
        display: block;
        width: 100%;
    }

    .feature-article-image,
    .featured-article .img-wrap a {
        width: 100%;
    }

    .featured-article .article-content .article-upper-content h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .featured-article .article-content .article-upper-content .excerpt-wrap p {
        font-size: 16px;
        line-height: 24px;
    }

    .featured-article .article-content .btn {
      width: fit-content;
      padding: 16px 32px;
      justify-content: center;
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
	  width: 100%;
    }

    .featured-article .content-wrap .article-content .article-upper-content .doctor-section .doctor-details label {
        font-size: 14px;
        line-height: 22px;
    }



    .featured-article .doctor-section .credentials-list p {
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      padding-right: 12px;
    }

    .featured-article .doctor-section .credentials-list p+p {
        position: relative;
        padding-left: 12px;
    }

    .featured-article .doctor-section .credentials-list p:after {
        display: none;
    }

    .featured-article .doctor-section .credentials-list p+p:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 6px;
        background: #000;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

    .featured-article .doctor-section .doctor-details h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .featured-article .doctor-section .credentials-list {
        gap: 6px 0px;
        flex-wrap: wrap;
    }

    .featured-article .doctor-section .credentials-list p::after {
        right: -6px;
    }
}

.featured-article .doctor-section .credentials-list p {
    position: relative;
}

.featured-article .doctor-section .credentials-list p span.credential-separator {
    display: inline;
    position: relative;
    font-size: 66%;
    top: -1px;
}

@media screen and (max-width: 767px) {
    .latest-article-con .latest-article-wrap .article-list-top .article--top-form {
      flex-direction: column;
      max-width: 100%;
      width: 100%;
      gap: 20px;
    }
    .latest-article-con .latest-article-wrap .article-list-top .article--top-form form {
      width: 100%;
    }
    .featured-article .article-content .article-upper-content > a h1 {
      font-size: 40px;
      line-height: 50px;
    }
}
