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

@media (max-width: 1200px) {
  main.main-wrapper.posts-list .custom-margin-top-articles {
    margin-top: 20px;
  }
  main.main-wrapper.posts-list .custom-margin-top-articles div.newsletter-container form#w1 {
    border: 1px solid red;
  }
  main.main-wrapper.posts-list .custom-margin-top-articles div.newsletter-container form#w1 div.field-newsletterform-gdpr div.custom-control.custom-checkbox {
    border: 1px solid red;
    font-size: 14px;
  }
}
main.main-wrapper.posts-list section.search-wrapper {
  margin-bottom: 75px;
  margin-top: -33px;
}
@media (max-width: 1200px) {
  main.main-wrapper.posts-list section.search-wrapper {
    margin-bottom: 50px;
  }
}
main.main-wrapper.posts-list section.search-wrapper .search-bar {
  border-radius: 50px;
  background-color: #f8f9fa;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 5px 15px;
}
@media (max-width: 570px) {
  main.main-wrapper.posts-list section.search-wrapper .search-bar .form-control {
    font-size: 16px;
  }
}
main.main-wrapper.posts-list section.search-wrapper .search-bar .button-looks {
  padding: 10px 20px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  main.main-wrapper.posts-list section.search-wrapper .search-bar .button-looks {
    height: 46px;
  }
}
@media (max-width: 550px) {
  main.main-wrapper.posts-list section.search-wrapper .search-bar .button-looks {
    height: 41px;
  }
}
main.main-wrapper.posts-list section.search-wrapper .search-bar i {
  margin-top: 2px;
  font-size: 23px;
}
@media (max-width: 550px) {
  main.main-wrapper.posts-list section.search-wrapper .search-bar i {
    font-size: 18px;
  }
}
main.main-wrapper.posts-list section.search-wrapper .search-bar .fa-newspaper {
  margin-left: 20px;
}
@media (max-width: 550px) {
  main.main-wrapper.posts-list section.search-wrapper .search-bar .fa-newspaper {
    margin-left: 10px;
  }
}
main.main-wrapper.posts-list section.search-wrapper .search-bar input {
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
main.main-wrapper.posts-list section.search-wrapper .search-bar input:focus {
  outline: none;
  box-shadow: none;
}
main.main-wrapper.posts-list section.search-wrapper .search-bar .search-icon {
  background-color: #007bff;
  color: white;
  border-radius: 50%;
  padding: 8px;
}
main.main-wrapper.posts-list section.most-read-posts {
  overflow: hidden;
}
main.main-wrapper.posts-list section.most-read-posts div.container div.header {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  main.main-wrapper.posts-list section.most-read-posts div.container div.header {
    margin-bottom: 30px;
  }
}
@media (max-width: 550px) {
  main.main-wrapper.posts-list section.most-read-posts div.container div.header {
    align-items: start;
  }
}
main.main-wrapper.posts-list section.most-read-posts div.container div.header h2.title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  main.main-wrapper.posts-list section.most-read-posts div.container div.header h2.title {
    font-size: 17px;
  }
}
@media (max-width: 570px) {
  main.main-wrapper.posts-list section.most-read-posts div.container div.header h2.title {
    font-size: 16px;
  }
}
main.main-wrapper.posts-list section.most-read-posts div.container div.header h2.title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: #000;
}
main.main-wrapper.posts-list section.most-read-posts div.container div.header a.see-more {
  text-decoration: none;
  color: #888;
  font-size: 16px;
  font-weight: 600;
  float: right;
}
@media (max-width: 570px) {
  main.main-wrapper.posts-list section.most-read-posts div.container div.header a.see-more {
    font-size: 13px;
  }
}
main.main-wrapper.posts-list section.most-read-posts div.container div.content div.posts-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
main.main-wrapper.posts-list section.most-read-posts div.container div.content div.posts-wrapper .owl-carousel .owl-stage {
  margin-bottom: 29px;
}
main.main-wrapper.posts-list section.most-read-posts div.container div.content div.posts-wrapper div.custom-nav-left,
main.main-wrapper.posts-list section.most-read-posts div.container div.content div.posts-wrapper div.custom-nav-right {
  position: absolute;
  width: 50px;
  z-index: 2;
}
main.main-wrapper.posts-list section.most-read-posts div.container div.content div.posts-wrapper div.custom-nav-left i,
main.main-wrapper.posts-list section.most-read-posts div.container div.content div.posts-wrapper div.custom-nav-right i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
main.main-wrapper.posts-list section.most-read-posts div.container div.content div.posts-wrapper div.custom-nav-left i:hover,
main.main-wrapper.posts-list section.most-read-posts div.container div.content div.posts-wrapper div.custom-nav-right i:hover {
  background: #fff;
  color: #000;
}
main.main-wrapper.posts-list section.most-read-posts div.container div.content div.posts-wrapper div.custom-nav-left {
  left: -25px;
}
@media (max-width: 1500px) {
  main.main-wrapper.posts-list section.most-read-posts div.container div.content div.posts-wrapper div.custom-nav-left {
    left: -10px;
  }
}
@media (max-width: 768px) {
  main.main-wrapper.posts-list section.most-read-posts div.container div.content div.posts-wrapper div.custom-nav-left {
    left: -7px;
  }
}
@media (max-width: 550px) {
  main.main-wrapper.posts-list section.most-read-posts div.container div.content div.posts-wrapper div.custom-nav-left {
    left: -7px;
    margin-top: -66px;
  }
}
@media (max-width: 550px) {
  main.main-wrapper.posts-list section.most-read-posts div.container div.content div.posts-wrapper div.custom-nav-left i {
    width: 31px;
    height: 31px;
    font-size: 18px;
  }
}
main.main-wrapper.posts-list section.most-read-posts div.container div.content div.posts-wrapper div.custom-nav-right {
  right: -25px;
}
@media (max-width: 1500px) {
  main.main-wrapper.posts-list section.most-read-posts div.container div.content div.posts-wrapper div.custom-nav-right {
    right: -10px;
  }
}
@media (max-width: 768px) {
  main.main-wrapper.posts-list section.most-read-posts div.container div.content div.posts-wrapper div.custom-nav-right {
    right: -7px;
  }
}
@media (max-width: 550px) {
  main.main-wrapper.posts-list section.most-read-posts div.container div.content div.posts-wrapper div.custom-nav-right {
    right: -24px;
    margin-top: -67px;
  }
}
@media (max-width: 550px) {
  main.main-wrapper.posts-list section.most-read-posts div.container div.content div.posts-wrapper div.custom-nav-right i {
    width: 31px;
    height: 31px;
    font-size: 18px;
  }
}
main.main-wrapper.posts-list section.orange-bg {
  height: 200px;
  background: var(--dark_orange);
  margin-top: -135px;
}
@media (max-width: 768px) {
  main.main-wrapper.posts-list section.orange-bg {
    height: 156px;
  }
}
main.main-wrapper.posts-list section.different-posts {
  padding-top: 60px;
}
@media (max-width: 768px) {
  main.main-wrapper.posts-list section.different-posts {
    padding-top: 40px;
  }
}
main.main-wrapper.posts-list section.different-posts div.container .sidebar-custom {
  width: 100%;
  background: #FFF;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  padding: 20px;
  position: relative;
}
main.main-wrapper.posts-list section.different-posts div.container div.newsletter-container form#subscribe-form div.field-newsletterform-gdpr div.custom-control.custom-checkbox {
  font-size: 14px;
}
main.main-wrapper.posts-list section.different-posts div.container div.newsletter-container 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;
}
main.main-wrapper.posts-list section.different-posts div.container div.newsletter-container form#subscribe-form div.field-newsletterform-gdpr div.custom-control.custom-checkbox a:hover {
  color: var(--dark_orange);
}
main.main-wrapper.posts-list section.different-posts div.container .newsletter-container {
  position: relative;
  padding: 50px 10px 10px;
}
@media (max-width: 1400px) {
  main.main-wrapper.posts-list section.different-posts div.container .newsletter-container p {
    font-size: 15px;
  }
}
main.main-wrapper.posts-list section.different-posts div.container .newsletter-container h5 {
  text-align: center;
}
@media (max-width: 992px) {
  main.main-wrapper.posts-list section.different-posts div.container .newsletter-container form {
    display: flex;
    flex-direction: column;
  }
  main.main-wrapper.posts-list section.different-posts div.container .social-media-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.main-wrapper.posts-list section.different-posts div.container .social-media-links {
    align-items: center;
  }
}
main.main-wrapper.posts-list section.different-posts div.container .newsletter-container p {
  text-align: center;
  font-size: 15px;
}
main.main-wrapper.posts-list section.different-posts div.container .newsletter-image {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 81px;
  flex-shrink: 0;
  z-index: 10;
}
main.main-wrapper.posts-list section.different-posts div.container .newsletter-container h2 {
  color: #212529;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 600;
}
main.main-wrapper.posts-list section.different-posts 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;
}
main.main-wrapper.posts-list section.different-posts div.container .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;
}
main.main-wrapper.posts-list section.different-posts div.container .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;
}
main.main-wrapper.posts-list section.different-posts div.container .newsletter-container .select2 {
  margin-top: 10px;
}
main.main-wrapper.posts-list section.different-posts div.container .terms-container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
main.main-wrapper.posts-list section.different-posts div.container .terms-container input {
  margin-right: 5px;
  border: 1px solid #E1E1E1 !important;
  width: 12px;
  height: 11px;
  margin-bottom: 17px;
}
@media (max-width: 992px) {
  main.main-wrapper.posts-list section.different-posts div.container .terms-container input {
    margin-bottom: 0px;
    margin-top: -3px;
  }
}
@media (max-width: 550px) {
  main.main-wrapper.posts-list section.different-posts div.container .terms-container input {
    margin-top: -18px;
  }
}
main.main-wrapper.posts-list section.different-posts div.container .terms-container label {
  font-size: 12px;
  color: #212529;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
main.main-wrapper.posts-list section.different-posts div.container .terms-container a {
  color: #007BFF;
}
main.main-wrapper.posts-list section.different-posts div.container .terms-container a:hover {
  text-decoration: underline;
}
main.main-wrapper.posts-list section.different-posts 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%;
}
main.main-wrapper.posts-list section.different-posts div.container .newsletter-container button:hover {
  background-color: #0056b3;
}
@media (max-width: 992px) {
  main.main-wrapper.posts-list section.different-posts div.container .social-media {
    text-align: center;
  }
}
main.main-wrapper.posts-list section.different-posts div.container .social-media div {
  margin-bottom: 20px;
  flex-shrink: 0;
  color: #212529;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main.main-wrapper.posts-list section.different-posts div.container .social-media-links {
  margin-bottom: 30px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 992px) {
  main.main-wrapper.posts-list section.different-posts div.container .social-media-links {
    width: auto;
    justify-content: center;
  }
}
main.main-wrapper.posts-list section.different-posts div.container .social-media-link {
  width: 330px;
  height: 25px;
  color: #212529;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
main.main-wrapper.posts-list section.different-posts div.container .social-media-link span {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
main.main-wrapper.posts-list section.different-posts div.container .social-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 10px;
  object-fit: contain;
}
main.main-wrapper.posts-list section.different-posts div.container .social-media-link:hover {
  opacity: 0.8;
}
main.main-wrapper.posts-list section.different-posts div.container div.main-content h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
  color: var(--blue_ad);
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  main.main-wrapper.posts-list section.different-posts div.container div.main-content h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 550px) {
  main.main-wrapper.posts-list section.different-posts div.container div.main-content h3 {
    font-size: 14px;
    margin-bottom: 9px;
  }
}
main.main-wrapper.posts-list section.different-posts 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;
}
main.main-wrapper.posts-list section.different-posts div.container div.main-content section.regular-posts {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  main.main-wrapper.posts-list section.different-posts div.container div.main-content section.regular-posts {
    margin-top: 25px;
  }
}
@media (max-width: 550px) {
  main.main-wrapper.posts-list section.different-posts div.container div.main-content section.regular-posts {
    margin-top: 15px;
  }
}
main.main-wrapper.posts-list section.different-posts div.container div.sidebar {
  padding-left: 38px;
}
@media (max-width: 992px) {
  main.main-wrapper.posts-list section.different-posts div.container div.sidebar {
    padding-left: 15px !important;
  }
}
main.main-wrapper.posts-list section.different-posts 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) {
  main.main-wrapper.posts-list section.different-posts div.container div.sidebar section.premium-medical-facilities h2.title {
    margin-bottom: 15px;
  }
}
main.main-wrapper.posts-list section.different-posts div.container div.sidebar section.premium-medical-facilities h2.title i {
  color: #c4c4c4;
  font-size: 15px;
  margin-left: 12px;
}
main.main-wrapper.posts-list section.different-posts 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) {
  main.main-wrapper.posts-list section.different-posts div.container div.sidebar div.owned-unit {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
main.main-wrapper.posts-list section.different-posts div.container div.sidebar div.owned-unit strong {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}
main.main-wrapper.posts-list section.different-posts 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;
}
main.main-wrapper.posts-list section.different-posts div.container div.sidebar div.owned-unit a:hover {
  color: var(--figmaBlue);
}

.footer-box {
  padding: 40px;
  border: 1px solid #CACACA;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .footer-box {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .footer-box {
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  .footer-box {
    padding: 23px;
  }
}
.footer-box h2 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .footer-box h2 {
    margin-bottom: 20px;
    font-size: 20px !important;
  }
}
@media (max-width: 550px) {
  .footer-box h2 {
    font-size: 17px !important;
  }
}
.footer-box p {
  margin-bottom: 0;
}

.distance-custom-articles-2 {
  margin-bottom: 30px;
}
@media (max-width: 550px) {
  .distance-custom-articles-2 {
    margin-bottom: 20px;
  }
}

.custom-bottom-more {
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .custom-bottom-more {
    margin-bottom: 50px;
  }
}
@media (max-width: 550px) {
  .custom-bottom-more {
    margin-bottom: 0px;
  }
}

.custom-search-for-articles {
  font-weight: 700;
}

.pagination {
  width: 100%;
  max-width: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.pagination li a:hover {
  color: var(--figmaBlue);
}
.pagination li.active a {
  color: var(--figmaBlue);
}
