.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-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .featured-article .img-wrap {
    max-height: 278px;
    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 .content-wrap {
  flex: 1;
  background: #fff;
}
.featured-article .article-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px;
  gap: 40px;
  justify-content: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 740px;
}
@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: 0;
 }
}
.featured-article .article-content .article-upper-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.featured-article .article-content .article-upper-content label {
  color: #1A526B;
}
.featured-article .article-content .article-upper-content .article-category {
  margin-bottom: 12px;
}
.featured-article .article-content .article-upper-content .article-category a {
  color: #fff !important;
  letter-spacing: 1.28px;
  text-decoration: none;
}
.featured-article .article-content .article-upper-content > a {
  text-decoration: none;
  margin-bottom: 16px;
}
.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: #000;
    white-space: nowrap;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}
.featured-article .article-content .article-upper-content .credibility-wrap p a {
    text-decoration: underline;
    font-weight: 700;
}
.featured-article .article-content .article-upper-content .credibility-wrap a {
  color: #000 !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: #717174;
} */
.featured-article .article-content .article-upper-content h2 {
  text-transform: unset;
  font-size: 46px;
  font-weight: 800;
  line-height: 56px;
  color: #000;
  margin: 0;
}
.featured-article .article-content .btn {
  padding: 16px 40px;
  letter-spacing: 0.04em;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  color: #6BBC9F;
  border-radius: 40px;
  border: 2px solid #6BBC9F;
  display: flex;
  align-items: center;
  gap: 12px;
}
.featured-article .article-content .btn:hover {
  border: 2px solid #4EB0E9;
  background: #4EB0E9;
  color: #fff;
}
.featured-article .article-content .btn:focus {
  border: 2px solid #3498D2;
  background: #3498D2;
  color: #fff;
}
.featured-article .article-content .btn:hover svg path,
.featured-article .article-content .btn:focus svg path {
  fill: #fff;
}
.latest-article-con {
  background: #F2F2F2;
  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;
 }
 .featured-article .article-content .article-upper-content .credibility-wrap p {
  font-size: 14px;
  line-height: 24px;
 }
}
.latest-article-con .latest-article-wrap .article-list-top h3 {
  font-family: Lato;
  text-align: left;
  color: #000;
  text-transform: none;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px; 
  margin: 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 .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: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
}
.latest-article-con .latest-article-wrap .article-list-top .search-field label {
  color: #808080;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-transform: unset;
  letter-spacing: unset;
}
@media only screen and (max-width: 767px) {
  .latest-article-con .latest-article-wrap .article-list-top .search-field label {
    font-size: 18px;
    line-height: 26px;
 }
}
.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%;
 }
}
.latest-article-con .latest-article-wrap .article-list-top .search-dropdown-wrap .post-search-wrap form {
  display: flex;
  gap: 16px;
  border: 2px solid#808080;
  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: 24px;
  margin-top: 44px;
}
@media only screen and (max-width: 1255px) and (min-width: 768px) {
    .latest-article-con .latest-article-wrap .articles-wrap {
        display: grid!important;
        grid-template-columns: repeat(2, minmax(200px, 1fr))!important;
        gap: 24px;
    }
    .latest-article-con .latest-article-wrap .articles-wrap .article-wrap {
        width: 100%!important;
        max-width: 100%!important;
    }
    .article-wrap .article-img-wrap {
        width: 100%;
        min-width: unset;
    }
    
}
.article-wrap .article-img-wrap a {
    width: 100%;
}
.article-wrap .article-img-wrap a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
        object-fit: cover;
}
@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: 15px;
 }
}
@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;
 }
}
.latest-article-con .latest-article-wrap .articles-wrap .article-content {
  padding: 24px 20px;
}
.latest-article-con .pagination {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.latest-article-con .pagination .page-numbers {
  padding: 8px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #8C8B8A;
  text-decoration: none;
  text-transform: uppercase;
}
.latest-article-con .pagination .page-numbers.current {
  background: #6BBC9F;
  color: #fff;
}
.latest-article-con .pagination .page-numbers.next,
.latest-article-con .pagination .page-numbers.prev {
  padding: 8px 27px;
  color: #949496;
}
.latest-article-con .pagination .page-numbers:focus {
  outline: none !important;
}

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

.article-wrap {
  width: 100%;
  max-width: 384px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
    box-shadow: -5px 10px 25px 0px rgba(111, 111, 111, 0.10);
}
@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;
}
.article-wrap .article-img-wrap img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease-in-out 200ms;
}
.article-wrap .article-img-wrap img:hover {
  transform: scale(1.1);
}
.article-wrap .article-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 24px;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .article-wrap .article-content {
    padding: 20px;
    gap: 32px;
 }
}
.article-wrap .article-content .article-upper-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.article-wrap .article-content .article-upper-content a {
  text-decoration: none;
}
.article-wrap .article-content .article-upper-content a h5 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  letter-spacing: normal;
  font-family: Lato;
}
@media only screen and (max-width: 767px) {
  .article-wrap .article-content .article-upper-content a h5 {
    font-size: 20px;
    line-height: 28px;
 }
}
.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;
  letter-spacing: 1.6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #6BBC9F;
  text-decoration: underline;
}
/* .article-wrap .article-content .read-more-btn:visited {
  color: #6BBC9F;
} */
.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;
 }
}
.featured-article .doctor-section {
  padding: 0;
  margin: 32px 0 60px 0;
}
.featured-article .doctor-section {
  gap: 16px;
}
.featured-article .doctor-section .doctor-details h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}
.featured-article .doctor-section .doctor-details h6 span {
  font-weight: 400;
} 

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

@media only screen and (max-width: 767px) {
  .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: 32px;  
    line-height: 40px; 
  }
  .featured-article .article-content .article-upper-content .excerpt-wrap p {
    font-size: 18px;
    line-height: 26px; 
  }
  .featured-article .doctor-section {
    margin: 16px 0 40px 0;
  }
  .featured-article .article-content .btn {
    width: 100%;
    padding: 14px 20px;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.72px;
  }
  .featured-article .article-content .article-upper-content label {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.28px;
  }

  .latest-article-con {
    padding: 40px 20px;
  }
  .latest-article-con .latest-article-wrap .article-list-top h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .latest-article-con .latest-article-wrap .articles-wrap .article-category {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 1.28px;
    margin-bottom: 6px;
  }
}
.credibility-wrap {
    display: flex;
    flex-flow: column nowrap;
}
.credibility-wrap .doctor-wrap {
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    align-items: center;
}
.credibility-wrap .doctor-wrap .doctor-image {
    width: 76px;
    height: 76px;
    display: flex;
    flex-flow: column nowrap;
}
.credibility-wrap .doctor-wrap .doctor-image .doc-image-wrap {
    width: 76px;
    height: 76px;
    display: flex;
    flex-flow: column nowrap;
    overflow: hidden;
    border-radius: 50%;
}
.credibility-wrap .doctor-wrap .doctor-image .doc-image-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
}
@media only screen and (max-width: 767px) {
    .credibility-wrap .doctor-wrap .doctor-image,
    .credibility-wrap .doctor-wrap .doctor-image .doc-image-wrap {
        width: 66px;
        height: 66px;
    }
    .doctor-detail p {
        font-size: 14px;
        line-height: 24px; 
    }
}
.doctor-detail .positions {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    color: #9B9B9B;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.56px;
    text-transform: uppercase;
    display: block;
}
.featured-article .article-content .article-upper-content .credibility-wrap a {
    color: inherit!important;
}
@media only screen and (max-width: 767px) {
    .doctor-detail .positions {
        font-size: 12px;
        line-height: 18px;
    }
    .featured-article .article-content {
        align-items: unset;
        gap: 32px;
    }
}

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