.patient-profiles-block {
  background-color: #250d0c;
  color: var(--color-light);
  padding: 100px 0 40px 0;
}
.patient-profiles-block p,
.patient-profiles-block ul li {
  font-size: 18px;
  line-height: 22px;
  color: var(--color-light);
  font-family: var(--font-family-Epilogue-Medium);
}
.patient-profiles-block .card .card-body h6 {
  font-size: 28px;
  line-height: 32px;
  min-height: 150px;
  font-family: var(--font-family-Epilogue-Medium);
}
body.lang-fr .patient-profiles-block .card .card-body h6 {
  font-size: 25px;
}


body.es-lang .patient-profiles-block .card .card-body h6{
  min-height: 162px;
}
.patient-profiles-block .card .highlight-box .img-txt-wrapper-box {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 10px 17px 10px 20px;
  box-shadow: 7px 7px 0px 0px #f2a21f;
  -webkit-box-shadow: 7px 7px 0px 0px #f2a21f;
  -moz-box-shadow: 7px 7px 0px 0px #f2a21f;
  border: 2px solid #f2a21f;
  position: relative;
  z-index: 999;
}
.patient-profiles-block
  .card
  .highlight-box
  .img-txt-wrapper-box
  .img-content-area
  img {
  height: 32px;
  cursor: pointer;
}
.patient-profiles-block
  .card
  .highlight-box
  .img-txt-wrapper-box
  .txt-content-title {
  width: 88%;
}
.patient-profiles-block
  .card
  .highlight-box
  .img-txt-wrapper-box
  .img-content-area {
  width: 12%;
}
.patient-profiles-block .card .card-body {
  padding: 0;
  background-color: #250d0c;
}
.patient-profiles-block .card .custom-foldable-content {
  background-color: #a52622;
}
.patient-profiles-block .card .custom-foldable-content ul {
  padding: 20px 42px;
  margin-top: -10px;
}
.patient-profiles-block .card .highlight-box {
  background-color: #8b5715;
}
.patient-profiles-block .card {
  border-radius: 0;
  padding: 20px;
  background-color: #250d0c;
  transition: max-height 0.5s ease-in-out;
}
.patient-profiles-block .card .card-body .custom-card-top-section,
.patient-profiles-block .card .card-body .custom-foldable-content {
  margin-right: 20px;
}
.patient-profiles-block .card .card-body .custom-foldable-content {
  padding-top: 10px;
}
.patient-profiles-block .custom-bottom-para {
  margin-top: 20px;
}
.patient-profiles-block .custom-bottom-para p{
  font-size: 12px;
  line-height: 16px;
}
.patient-profiles-block .custom-slide-up-header-block {
  margin-bottom: 40px;
}
.patient-profiles-block .custom-slide-up-header h2{
  margin-bottom: 0;
}
.patient-profiles-block .card:not(.show) .custom-foldable-content {
  display: none;
}
.patient-profiles-block .card .highlight-box img.card-arrow-right {
  display: block;
}
.patient-profiles-block .card.show .highlight-box img.card-arrow-down {
  display: none;
}
.patient-profiles-block .card:not(.show) .highlight-box img.card-arrow-right {
  display: none;
}
.patient-profiles-block .card:not(.show) .highlight-box img.card-arrow-down {
  display: block;
}
@media (min-width: 1280px) {
  .patient-profiles-block .custom-bottom-para {
    margin-top: 50px;
  }
  body.es-lang .patient-profiles-block .custom-slide-up-header{
    top: -180px;
  }
}
@media (min-width: 992px) {
  .patient-profiles-block .custom-slide-up-header {
    top: -150px;
  }
}
@media (max-width: 767px) {
  .patient-profiles-block .card .card-body h6 {
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .patient-profiles-block .custom-slide-up-header {
    top: -50px;
  }
  .patient-profiles-block .custom-slide-up-header-block {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .patient-profiles-block .card .card-body h6 {
    min-height: 150px;
  }
}

@media (max-width: 486px) {
  .patient-profiles-block .custom-slide-up-header {
    top: -116px;
  }
}
