.blog main.site-main {
  background: #F4F7FA;
}

.featured-article {
  display: flex;
  align-items: stretch;
  padding: 80px 20px;
  gap: 64px;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .featured-article {
    flex-direction: column;
 }
}
.featured-article .img-wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  max-width: 509px;
  border-radius: 20px;
}
.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 {
  padding: 40px 20px;
  gap: 32px;
 }
}
.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 {
  width: 100%;
  max-width: 547px;
}
.featured-article .article-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  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 {
    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 > span {
  margin-bottom: 8px;
  color: #909090;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 400;
  line-height: 30.89px; /* 162.579% */
  text-transform: uppercase;
}
.featured-article .article-content .article-upper-content .article-category a {
  color: #909090;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 400;
  line-height: 30.89px;
  text-transform: uppercase;
}
.featured-article .article-content .article-upper-content > a {
  text-decoration: none;
  margin-bottom: 32px;
}
.featured-article .article-content .article-upper-content > a h5 {
  color: #000;
}

.featured-article .article-content .article-upper-content .excerpt-wrap p {
  color: #000000;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 400;
  line-height: 30.89px;
}
.featured-article .article-content .article-upper-content h2 {
  text-transform: unset;
  font-family: Roboto;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px; 
  margin: 0;
  color: #000000;
}
.featured-article .article-content .btn {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #000;
}
.featured-article .article-content .btn .button-text {
  font-family: 'Roboto';
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  width: 150px;
  padding: 11px;
  text-align: center;
  border: solid 1px #000;
  position: relative;
  transition: all ease 200ms;
  z-index: 1;
}
.featured-article .article-content .btn:hover .button-text {
  border: solid 1px #042D5A;
  color: #fff;
}
.featured-article .article-content .btn .button-icon {
  width: 47px;
  background: #042D5A;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-article .article-content .btn .button-icon::before {
  content: '';
  height: 100%;
  position: absolute;
  right: 47px;
  width: 0;
  background: #042D5A;
  transition: all ease 500ms;
}

.featured-article .article-content .btn:hover .button-icon::before {
  width: 100%;
}

.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: center;
  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 > span {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
 }
 .featured-article .article-content .article-upper-content > a {
  margin-bottom: 24px;
 }
}
.latest-article-con .latest-article-wrap .article-list-top h3 {
  font-family: Roboto;
  text-align: left;
  color: #000;
  text-transform: none;
  font-size: 40px;
  font-weight: 600;
  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: 40px 20px;
  margin-top: 60px;
}
@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: 24px;
    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%;
    gap: 16px;
 }
} 

@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: 0;
}
.latest-article-con .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.latest-article-con .pagination .page-numbers {
  padding: 8px 16px;
  font-weight: 400;
  font-family: Roboto;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 60px;
}
.latest-article-con .pagination .page-numbers.current {
  background: #1A5699;
  color: #fff;
  border-radius: 12px;
}
.latest-article-con .pagination .page-numbers.next,
.latest-article-con .pagination .page-numbers.prev { 
  padding: 8px 27px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  letter-spacing: 0.36px;
  color: #616161;
}
.latest-article-con .pagination .page-numbers:focus {
  outline: none !important;
}

.article-wrap {
  width: 100%;
  max-width: 384px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  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;
}
.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-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 .article-category a {
  text-decoration: none;
  color: #909090;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 400;
  line-height: 30.89px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: flex;
}
.article-wrap .article-content .article-upper-content a h5 {
  color: #000;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 20px;
}
.article-wrap .article-content .article-upper-content .article-details > p {
  color: #616161;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .article-wrap .article-content .article-upper-content a h5 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .article-wrap .article-content .article-upper-content .article-details > p {
    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;
  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;
 }
}


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

@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: 28px;
    line-height: 35px;
  }
  .featured-article .article-content .article-upper-content .excerpt-wrap p {
    font-size: 16px;
    line-height: 24px; 
  }

  .featured-article .article-content .btn {
    width: 100%;
    padding: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.72px;
  }

  .latest-article-con {
    padding: 40px 20px;
  }
  .latest-article-con .latest-article-wrap .article-list-top h3 {
    font-size: 36px;
    line-height: 45px;
  }
  .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: 0px;
  }
}

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

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

.doctor-section {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
} 


.doctor-section .doctor-img-wrap {
  width: 100%;
  max-width: 72px;
  height: 72px;
  border-radius: 200px;
  overflow: hidden;
}

.doctor-section .doctor-img-wrap img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

.doctor-section .doctor-details h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
}

.doctor-section .doctor-details h6 > a {
  color: inherit;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
}

.doctor-section .doctor-details > label {
  color: #1A5699;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

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

.doctor-section .doctor-details .credentials-list > p {
  font-size: 14px;
  line-height: 20px;
  color: #9C9C9C;
  position: relative;
  margin-bottom: 0;
}

.doctor-section .doctor-details .credentials-list > p::after {
  content: '|';
  margin: 0 6px;
}

.doctor-section .doctor-details .credentials-list > p:last-child:after {
  content: '';
}

@media screen and (max-width: 767px) {
  .doctor-section {
    margin-bottom: 24px;
  }
  .doctor-section .doctor-img-wrap {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .doctor-section .doctor-details h6 {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  .doctor-section .doctor-details h6 > a {
    display: block;
  }
  .doctor-section .doctor-details > label {
    font-size: 10px;
    font-weight: 600;
    line-height: 15px; /* 150% */
    letter-spacing: 0.4px;
  }
  .doctor-section .doctor-details .credentials-list > p {
    font-size: 9px;
    font-weight: 400;
    line-height: 15px; 
    white-space: nowrap;
  }
  .doctor-section .doctor-details .credentials-list > p .mobile-hidden {
    display: none;
  }
}


.blog-main-banner {
  width: 100%;
  background: #042D5A;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-bottom: 33px;
  position: relative;
}

.blog-main-banner:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-top: 34px solid #042D5A;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
}

.blog-main-banner .wrap {
  padding: 140px 200px 80px 200px;
  width: 100%;
  max-width: 1440px;
}

.blog-main-banner .wrap .columns {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.blog-main-banner .wrap .columns .column {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 10px;
}

.blog-main-banner .wrap .columns .column h1 {
  color: #FFF;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
}

.blog-main-banner .wrap .columns .column .wysiwyg-content *:only-child,
.blog-main-banner .wrap .columns .column .wysiwyg-content *:first-child {
  margin-top: 0;
}

.blog-main-banner .wrap .columns .column .wysiwyg-content * {
  color: #FFF;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}

.blog-main-banner .wrap .columns .column .wysiwyg-content.wysiwyg-breadcrumb-content * {
  color: #FFF;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.blog-main-banner .wrap .columns .column .wysiwyg-content.wysiwyg-breadcrumb-content .manual_sep {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 1279px) {
  .blog-main-banner .wrap .columns .column {
      gap: 12px;
  }

  .blog-main-banner .wrap .columns .column h1 {
      font-size: 40px;
      line-height: 48px;
      font-weight: 700;
  }

  .blog-main-banner .wrap .columns .column .wysiwyg-content * {
      font-size: 12px;
      line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-main-banner {
      margin-bottom: 18px;
  }

  .blog-main-banner:before {
      border-top-width: 18px;
      border-left-width: 17px;
      border-right-width: 17px;
  }

  .blog-main-banner .wrap {
      padding: 60px 20px;
  }
}