@charset "UTF-8";
.section-2 {
  overflow: hidden;
}

.body {
  font-family: Poppins, sans-serif;
}

.content {
  margin-bottom: 50px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-size: 24px;
}
@media (max-width: 550px) {
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    font-size: 18px;
  }
}

.content img {
  max-width: 100%;
}

.icon-spacing {
  margin-right: 5px;
}

.post-meta {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}
@media (max-width: 550px) {
  .post-meta {
    margin-top: 10px !important;
    margin-bottom: 7px !important;
  }
}

.post-meta span {
  margin-right: 15px;
}
@media (max-width: 550px) {
  .post-meta span {
    margin-right: 10px !important;
  }
}

.post-meta a {
  text-decoration: none;
  color: #6c757d;
}

.icon-round {
  height: 20px;
  border-radius: 50%;
  object-fit: contain;
  margin-right: 8px;
  vertical-align: middle;
}
.icon-round.medical-facility {
  width: 70px;
}

.category-outer-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 25px;
  border-radius: 4px;
  background: #D52652;
  color: #FFF;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.title-for-articles h1 {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #06255E;
}
@media (max-width: 570px) {
  .title-for-articles h1 {
    font-size: 21px !important;
  }
}

.separator-line {
  position: relative;
  height: 1px;
  background: #DEDEDE;
  margin: 10px 0;
}

.text-muted {
  margin-right: 15px;
}

.featured {
  margin-bottom: 20px;
}

.featured-image {
  width: 100%;
  border-radius: 15px;
}

.unit-details {
  margin-top: 25px;
  margin-bottom: 25px;
}

.unit-name {
  margin-bottom: 5px;
  color: #212529;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 570px) {
  .unit-name {
    margin-top: 18px;
  }
}

.unit-short-description {
  margin-top: 11px;
  margin-bottom: 15px;
  color: #212529;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
}

.small-img-unit {
  width: 135px;
  height: 95px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #ECECEC;
  object-fit: cover;
}

.view-unit-link {
  width: 914px;
  height: 27px;
  flex-shrink: 0;
  color: rgba(0, 123, 254, 0.97);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.view-unit-link:hover {
  text-decoration: underline;
}

.writte-comment {
  margin-top: 14px;
  margin-bottom: 14px;
  width: 100%;
  max-width: 100%;
  height: 35px;
  flex-shrink: 0;
  color: #212529;
  font-size: 23px;
  font-weight: 700;
  line-height: normal;
  padding: 21px;
}
@media (max-width: 550px) {
  .writte-comment {
    margin-top: 11px;
    padding: 5px;
  }
}

.container-writte {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  height: 302px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #F9F9F9;
  padding: 21px;
  margin-top: 20px;
}

.your-comment {
  width: 100%;
  max-width: 100%;
  height: 177px;
  flex-shrink: 0;
  padding: 20px 20px 10px;
  line-height: 1.2;
  border: 1px solid #ccc;
}

.your-comment::placeholder {
  color: #909090;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  top: -65px;
  width: 100%;
}

.submit-comment {
  margin-top: 30px;
  display: flex;
  width: auto;
  max-width: 100%;
  height: 43px;
  padding: 7px 12px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #212529;
  color: #FFF;
}

.submit-comment span {
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.other-articles {
  color: #212529;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0 !important;
}

.other-articles-red {
  color: #D52652;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.articles-grid {
  margin-top: 20px;
  margin-bottom: 0;
  filter: drop-shadow(0px 0px 17px rgba(0, 0, 0, 0.08));
}

.article-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 40px;
  background-color: #FFFFFF;
}

.article-image img {
  width: 100%;
  aspect-ratio: 1/0.5;
  object-fit: cover;
  object-position: 50%;
}

.article-title-container {
  padding: 20px 20px 0 20px;
}

.article-title {
  color: #212529;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.article-date-and-category {
  margin-top: 15px;
  color: #212529;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.black-point {
  margin: 20px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #212529;
  border-radius: 50%;
  vertical-align: middle;
}

.dateforarticle {
  width: auto;
  height: auto;
  flex-shrink: 0;
  color: #8C8C8C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
}

.article-image-otherart {
  width: 100%;
  aspect-ratio: 311/194;
  object-fit: cover;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .text-muted {
    margin-top: 10px;
  }
  .custom-block {
    display: inline-block;
  }
  .article-image-otherart {
    width: 100%;
    height: auto;
  }
}
.article-title {
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.article-title:hover {
  text-decoration: underline;
}

.title-for-articles h1 {
  font-size: 25px;
}

.article-date-and-category {
  margin-top: 0.5rem;
  color: #666;
  font-size: 0.9rem;
}

.black-point {
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.5rem;
}

.dateforarticle {
  display: inline-block;
}

.box-shadow-container {
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.08);
  background-color: white;
}

.login-prompt {
  font-size: 18px;
  color: #212529;
  margin-bottom: 20px;
  font-weight: 500;
}

.content img {
  object-fit: contain;
  max-width: 100%;
  height: 100% !important;
  margin-bottom: 10px;
}

.submit-comment-notlogged {
  margin-top: 15px;
  width: 200px;
  height: 43px;
  border-radius: 6px;
  background: #212529;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
}

.social-media-units div {
  color: #212529;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.social-media-units img {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

.unit-container {
  width: 100%;
  height: 97px;
  flex-shrink: 0;
  background: #FFF;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 10px;
}

.see-details-units-articles {
  text-decoration: none;
  flex-shrink: 0;
  color: rgba(0, 123, 254, 0.97);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  cursor: pointer;
}

.container {
  max-width: 1520px !important;
}

main.main-wrapper.post-profile-page section.section-3 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  main.main-wrapper.post-profile-page section.section-3 {
    margin-bottom: 25px;
  }
}
main.main-wrapper.post-profile-page section.section-3 div.container h2.section-title {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 33px;
}
main.main-wrapper.post-profile-page section.section-3 div.container h2.section-title span {
  color: var(--dark_orange);
}
main.main-wrapper.post-profile-page section.section-4 div.container {
  margin-bottom: 50px;
}
main.main-wrapper.post-profile-page section.section-4 div.container h2.section-title {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 29px;
}

section.section-1 {
  overflow-x: hidden;
  padding-top: 30px;
}
@media (max-width: 992px) {
  section.section-1 {
    padding-top: 20px;
  }
}
@media (max-width: 570px) {
  section.section-1 {
    padding-top: 0;
  }
}
section.section-1 div.container .sidebar-custom {
  width: 100%;
  background: #FFF;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  padding: 20px;
  position: relative;
}
section.section-1 div.container .sidebar-custom form#subscribe-form div.field-newsletterform-gdpr div.custom-control.custom-checkbox {
  font-size: 14px;
}
section.section-1 div.container .sidebar-custom form#subscribe-form div.field-newsletterform-gdpr div.custom-control.custom-checkbox a {
  color: var(--figmaBlue);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
section.section-1 div.container .sidebar-custom form#subscribe-form div.field-newsletterform-gdpr div.custom-control.custom-checkbox a:hover {
  color: var(--dark_orange);
}
section.section-1 div.container .newsletter-container {
  position: relative;
  padding: 50px 10px 10px;
}
@media (max-width: 1400px) {
  section.section-1 div.container .newsletter-container p {
    font-size: 15px;
  }
}
section.section-1 div.container .newsletter-container h5 {
  text-align: center;
}
@media (max-width: 992px) {
  section.section-1 div.container .newsletter-container form {
    display: flex;
    flex-direction: column;
  }
  section.section-1 div.container .social-media-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.section-1 div.container .social-media-links {
    align-items: center;
  }
}
section.section-1 div.container .newsletter-container p {
  text-align: center;
  font-size: 15px;
}
section.section-1 div.container .newsletter-image {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 81px;
  flex-shrink: 0;
  z-index: 10;
}
section.section-1 div.container .newsletter-container h2 {
  color: #212529;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 600;
}
section.section-1 div.container .newsletter-container input[type=email] {
  width: 100%;
  padding-left: 25px;
  padding-bottom: 5px;
  padding-top: 5px;
  border: 1px solid #E1E1E1;
  color: #A7A7A7;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.section-1 div.container .terms-container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
section.section-1 div.container .terms-container input {
  margin-right: 5px;
  border: 1px solid #E1E1E1 !important;
  width: 12px;
  height: 11px;
  margin-bottom: 17px;
}
@media (max-width: 992px) {
  section.section-1 div.container .terms-container input {
    margin-bottom: 0px;
    margin-top: -3px;
  }
}
@media (max-width: 550px) {
  section.section-1 div.container .terms-container input {
    margin-top: -18px;
  }
}
section.section-1 div.container .terms-container label {
  font-size: 12px;
  color: #212529;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
section.section-1 div.container .terms-container a {
  color: #007BFF;
}
section.section-1 div.container .terms-container a:hover {
  text-decoration: underline;
}
section.section-1 div.container .newsletter-container button {
  padding: 5px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 17px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
section.section-1 div.container .newsletter-container button:hover {
  background-color: #0056b3;
}
@media (max-width: 992px) {
  section.section-1 div.container .social-media {
    text-align: center;
  }
}
section.section-1 div.container .social-media div {
  margin-top: 0px !important;
  margin-bottom: 20px;
  flex-shrink: 0;
  color: #212529;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.section-1 div.container .social-media-links {
  margin-bottom: 30px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 992px) {
  section.section-1 div.container .social-media-links {
    width: auto;
    justify-content: center;
    flex-direction: row;
  }
}
section.section-1 div.container .social-media-link {
  width: 330px;
  height: 25px;
  color: #212529;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
@media (max-width: 992px) {
  section.section-1 div.container .social-media-link {
    width: auto;
  }
}
section.section-1 div.container .social-media-link span {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 992px) {
  section.section-1 div.container .social-media-link span {
    display: none;
  }
}
section.section-1 div.container .social-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 10px;
  object-fit: contain;
}
section.section-1 div.container .social-media-link:hover {
  opacity: 0.8;
}
section.section-1 div.container div.main-content h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: var(--blue_ad);
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  section.section-1 div.container div.main-content h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 550px) {
  section.section-1 div.container div.main-content h3 {
    font-size: 14px;
    margin-bottom: 9px;
  }
}
section.section-1 div.container div.main-content h3 hr {
  display: inline-block;
  flex: auto;
  margin-left: 10px;
  height: 6px;
  background: none;
  border-top: 1px solid #06255E;
  border-bottom: 1px solid #06255E;
  opacity: 1 !important;
}
section.section-1 div.container div.main-content section.regular-posts {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  section.section-1 div.container div.main-content section.regular-posts {
    margin-top: 25px;
  }
}
@media (max-width: 550px) {
  section.section-1 div.container div.main-content section.regular-posts {
    margin-top: 15px;
  }
}
section.section-1 div.container div.sidebar {
  padding-left: 22px;
}
@media (max-width: 992px) {
  section.section-1 div.container div.sidebar {
    padding-left: 15px !important;
  }
}
section.section-1 div.container div.sidebar section.premium-medical-facilities h2.title {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  section.section-1 div.container div.sidebar section.premium-medical-facilities h2.title {
    margin-bottom: 15px;
  }
}
section.section-1 div.container div.sidebar section.premium-medical-facilities h2.title i {
  color: #c4c4c4;
  font-size: 15px;
  margin-left: 12px;
}
section.section-1 div.container div.sidebar div.owned-unit {
  margin-bottom: 70px;
  padding: 12px;
  background: #FFF;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
}
@media (max-width: 992px) {
  section.section-1 div.container div.sidebar div.owned-unit {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
section.section-1 div.container div.sidebar div.owned-unit strong {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}
section.section-1 div.container div.sidebar div.owned-unit a {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  color: var(--red);
  transition: all 0.2s ease-in-out;
}
section.section-1 div.container div.sidebar div.owned-unit a:hover {
  color: var(--figmaBlue);
}

.share-media {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.share-label {
  margin: 0;
}

.share-media-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

.share-media-link {
  display: inline-block;
}

.social-icon {
  width: 30px;
  height: auto;
}

.rounded-image {
  border: 1px solid #ECECEC;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

/* On phones (screen width ≤ 576px), make it smaller */
@media (max-width: 576px) {
  .rounded-image {
    max-width: 120px; /* adjust as needed */
    height: auto;
  }
}
@media (max-width: 992px) {
  .share-media {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  .share-label {
    margin-bottom: 5px;
  }
  .share-media-links {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}
.custom-bottom-articles {
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .custom-bottom-articles {
    margin-bottom: 5px;
  }
}

.img-fluid {
  width: 100%;
}

.newsletter-container input[type=text] {
  margin-bottom: 10px;
  width: 100%;
  padding-left: 25px;
  padding-bottom: 5px;
  padding-top: 5px;
  border: 1px solid #E1E1E1;
  color: #A7A7A7;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  width: 100%;
  padding-left: 12px;
  padding-bottom: 5px;
  color: #A7A7A7;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.newsletter-container .select2 {
  margin-top: 10px;
}
