.animatePulse.plus-delay:hover {
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.animatePulse:hover {
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}

.animateHeartBeat.plus-delay:hover {
  -webkit-animation: heartBeat 2s infinite;
  animation: heartBeat 2s infinite;
}

.animateHeartBeat:hover {
  -webkit-animation: heartBeat 1s infinite;
  animation: heartBeat 1s infinite;
}

#thankYouModal .modal-content,
.modalFala .modal-content {
  border: none;
  border-radius: 10px;
  background-color: #fcfcfc;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  #thankYouModal .modal-content,
  .modalFala .modal-content {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 20px;
  }
}

#thankYouModal .modal-content .close,
.modalFala .modal-content .close {
  position: absolute;
  top: -20px;
  right: -20px;
  opacity: 1;
  z-index: 1;
}

#thankYouModal .modal-content .close:focus,
.modalFala .modal-content .close:focus,
#thankYouModal .modal-content .close:active,
.modalFala .modal-content .close:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#thankYouModal .name {
  color: #7d8490;
  font-size: 17px;
  font-family: ubuntu-regular;
  font-weight: 400;
  line-height: 20.91px;
}

#widget-list-events .list-events .card {
  border: none;
  text-decoration: none;
  padding-bottom: 50px;
  border-radius: 0;
  border-bottom: 2px solid #d7d7d7;
  margin-bottom: 50px;
}

#widget-list-events .list-events .card:last-child {
  border: none;
}

#widget-list-events .list-events .card .card-img-top {
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
}

#widget-list-events .list-events .card .card-img-top img {
  height: 100%;
  max-height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  padding: 5px;
  border-radius: 10px;
}

@media (max-width: 524px) {
  #widget-list-events .list-events .card .card-img-top img {
    max-height: 250px;
  }
}

#widget-list-events .list-events .card .card-body {
  padding: 5px;
}

#widget-list-events .list-events .card .card-body .number-event {
  background-color: #f5f4f4;
  color: #7d8490;
  font-family: ubuntu-bold;
  font-size: 21px;
  font-weight: 700;
  line-height: 20.92px;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

#widget-list-events .list-events .card .card-body .date-event {
  border-radius: 0 0 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px;
  color: #ffffff;
  font-family: ubuntu-bold;
  font-size: 13px;
  font-weight: 700;
  line-height: 20.92px;
  text-transform: uppercase;
}

#widget-list-events .list-events .card .card-body .date-event.conference {
  background-color: #bca7d0;
}

#widget-list-events .list-events .card .card-body .date-event.training {
  background-color: #89b9e5;
}

#widget-list-events .list-events .card .card-body .date-event span {
  color: #ffffff;
  font-family: ubuntu-regular;
  font-size: 13px;
  font-weight: 400;
  line-height: 20.92px;
}

#widget-list-events .list-events .card .card-body .card-title {
  color: #616a7d;
  font-family: ubuntu-bold;
  font-size: 25px;
  font-weight: 700;
  line-height: 25.08px;
}

#widget-list-events .list-events .card .card-body .card-description {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.92px;
}

@media (max-width: 425px) {
  #widget-list-events .list-events .card .card-body .card-description {
    margin-bottom: 30px;
  }
}

@media (max-width: 425px) {
  #widget-list-events .list-events .card .card-body .info {
    margin-bottom: 30px;
  }
}

#widget-list-events .list-events .card .card-body .info .fas {
  color: #7d8490;
  margin-right: 5px;
}

#widget-list-events .list-events .card .card-body .info .event-type a {
  font-size: 15px;
  line-height: 20.92px;
  font-family: ubuntu-bold;
  font-weight: 700;
  margin-right: 20px;
}

#widget-list-events .list-events .card .card-body .info .event-type.conference a {
  color: #bca7d0;
}

#widget-list-events .list-events .card .card-body .info .event-type.training a {
  color: #89b9e5;
}

#widget-list-events .list-events .card .card-body .info .location {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-weight: 400;
  line-height: 20.92px;
  font-size: 15px;
}

#widget-list-events .list-events .card .card-body .link {
  text-align: right;
}

#widget-list-events .list-events .card .card-body .link .btn-link {
  padding: 15px 40px;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(#87bae5), to(#bca7d0));
  background-image: linear-gradient(to right, #87bae5 0%, #bca7d0 100%);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: ubuntu-bold;
  font-size: 17px;
  font-weight: 700;
  line-height: 20.93px;
  text-transform: uppercase;
}

@media (max-width: 425px) {
  #widget-list-events .list-events .card .card-body .link .btn-link {
    width: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 767px) {
  #widget-events-filters .events-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  #widget-events-filters .events-filters .filters {
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
  }
}

#widget-events-filters .events-filters .filters ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  #widget-events-filters .events-filters .filters ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#widget-events-filters .events-filters .filters ul li {
  cursor: pointer;
  margin: 0 20px;
}

@media (max-width: 767px) {
  #widget-events-filters .events-filters .filters ul li {
    margin-bottom: 15px;
  }
}

#widget-events-filters .events-filters .filters ul li a {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.93px;
}

#widget-events-filters .events-filters .filters ul li a.active {
  padding: 10px 25px;
  color: #ffffff;
  font-family: ubuntu-bold;
  font-weight: 700;
  border-radius: 19px;
  background-image: linear-gradient(-58deg, #87bae5 0%, #bca7d0 100%);
}

#widget-events-filters .events-filters .filters.open {
  max-height: 400px;
  -webkit-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}

#widget-events-filters .events-filters .filters.open + .open-filters .fas {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}

#widget-events-filters .events-filters .open-filters {
  padding: 8px;
  text-align: center;
  color: #7d8490;
  width: 100%;
}

#widget-events-filters .events-filters .open-filters .fas {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}

#widget-detail .slick-initialized .slick-slide {
  height: auto;
}

#widget-detail .card {
  border: none;
  text-decoration: none;
  padding-bottom: 50px;
  border-radius: 0;
  margin-bottom: 50px;
}

#widget-detail .card .card-img-top {
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
}

#widget-detail .card .card-img-top .item .image-card-detail {
  width: 100%;
}

#widget-detail .card .card-body {
  padding: 5px;
}

#widget-detail .card .card-body .location-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#widget-detail .card .card-body .location-show a {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 14px;
  text-decoration: none;
}

#widget-detail .card .card-body .number-event {
  background-color: #f5f4f4;
  color: #7d8490;
  font-family: ubuntu-bold;
  font-size: 21px;
  font-weight: 700;
  line-height: 20.92px;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

#widget-detail .card .card-body .date-event {
  border-radius: 0 0 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px;
  color: #ffffff;
  font-family: ubuntu-bold;
  font-size: 13px;
  font-weight: 700;
  line-height: 20.92px;
  text-transform: uppercase;
}

#widget-detail .card .card-body .date-event.conference {
  background-color: #bca7d0;
}

#widget-detail .card .card-body .date-event.training {
  background-color: #89b9e5;
}

#widget-detail .card .card-body .date-event span {
  color: #ffffff;
  font-family: ubuntu-regular;
  font-size: 13px;
  font-weight: 400;
  line-height: 20.92px;
}

#widget-detail .card .card-body .card-title {
  color: #616a7d;
  font-family: ubuntu-bold;
  font-size: 25px;
  font-weight: 700;
  line-height: 25.08px;
}

#widget-detail .card .card-body .card-description {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.92px;
}

@media (max-width: 425px) {
  #widget-detail .card .card-body .card-description {
    margin-bottom: 30px;
  }
}

@media (max-width: 425px) {
  #widget-detail .card .card-body .info {
    margin-bottom: 30px;
  }
}

#widget-detail .card .card-body .info .fas {
  color: #7d8490;
  margin-right: 5px;
}

#widget-detail .card .card-body .info .event-type a {
  font-size: 15px;
  line-height: 20.92px;
  font-family: ubuntu-bold;
  font-weight: 700;
  margin-right: 20px;
}

#widget-detail .card .card-body .info .event-type.conference {
  color: #bca7d0;
}

#widget-detail .card .card-body .info .event-type.training {
  color: #89b9e5;
}

#widget-detail .card .card-body .info .location {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-weight: 400;
  line-height: 20.92px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5px;
  margin-right: 5px;
}

#widget-detail .card .card-body .link {
  text-align: right;
}

#widget-detail .card .card-body .link .btn-link {
  padding: 15px 40px;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(#87bae5), to(#bca7d0));
  background-image: linear-gradient(to right, #87bae5 0%, #bca7d0 100%);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: ubuntu-bold;
  font-size: 17px;
  font-weight: 700;
  line-height: 20.93px;
  text-transform: uppercase;
}

@media (max-width: 425px) {
  #widget-detail .card .card-body .link .btn-link {
    width: 100%;
  }
}

#widget-detail .card .slick-arrow {
  position: absolute;
  top: 50%;
  width: 100%;
}

#widget-detail .card .slick-arrow.prev-event-slider,
#widget-detail .card .slick-arrow.next-event-slider {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#87bae5), to(#bca7d0));
  background-image: linear-gradient(to right, #87bae5 0%, #bca7d0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fefefe;
}

#widget-detail .card .slick-arrow.next-event-slider {
  right: -15px;
}

@media (max-width: 425px) {
  #widget-detail .card .slick-arrow.next-event-slider {
    right: -8px;
  }
}

#widget-detail .card .slick-arrow.prev-event-slider {
  left: -15px;
}

@media (max-width: 425px) {
  #widget-detail .card .slick-arrow.prev-event-slider {
    left: -8px;
  }
}

.pagination-list .page-item {
  margin: 2px;
}

.pagination-list .page-item .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  width: 30px;
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.08px;
  border-radius: 15px;
  background-color: #f5f4f4;
  border: none;
}

.pagination-list .page-item.active .page-link {
  background-color: #86b9e4;
  color: #ffffff;
  font-family: ubuntu-bold;
  font-size: 21px;
  font-weight: 700;
  line-height: 25.08px;
}

#widget-diagnosed-page {
  padding-top: 50px;
  margin-bottom: 40px;
}

#widget-diagnosed-page .description {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.08px;
  margin-bottom: 40px;
}

#widget-diagnosed-page .description .black {
  font-family: ubuntu-bold;
  font-weight: 700;
}

#widget-diagnosed-page .description .pink {
  color: #bca7d0;
  font-family: ubuntu-regular;
  font-weight: 400;
}

#widget-diagnosed-page .sliderDiagnosedPage .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#widget-diagnosed-page .sliderDiagnosedPage .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#widget-diagnosed-page .sliderDiagnosedPage .slick-track .slick-slide:hover,
#widget-diagnosed-page .sliderDiagnosedPage .slick-track .slick-slide:active,
#widget-diagnosed-page .sliderDiagnosedPage .slick-track .slick-slide:focus {
  outline: none;
}

#widget-diagnosed-page .sliderDiagnosedPage .slick-track .slick-slide .slide .card {
  margin: 10px;
  cursor: pointer;
}

#widget-diagnosed-page .sliderDiagnosedPage .slick-track .slick-slide .slide .card .card-img-top {
  height: 270px;
  max-height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  padding: 5px;
  border-radius: 9px;
}

#widget-diagnosed-page .sliderDiagnosedPage .slick-track .slick-slide .slide .card .card-body {
  padding: 10px;
  height: 150px;
  max-height: 150px;
  overflow: hidden;
}

#widget-diagnosed-page .sliderDiagnosedPage .slick-track .slick-slide .slide .card .card-body .card-title {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.92px;
}

#widget-diagnosed-page .sliderDiagnosedPage .slick-track .slick-slide .slide .card .card-body .card-title .black {
  font-family: ubuntu-bold;
  font-weight: 700;
}

#widget-diagnosed-page .slick-arrow {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
}

#widget-diagnosed-page .slick-arrow.prev-diagnosed,
#widget-diagnosed-page .slick-arrow.next-diagnosed {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#87bae5), to(#bca7d0));
  background-image: linear-gradient(to right, #87bae5 0%, #bca7d0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fefefe;
}

#widget-diagnosed-page .slick-arrow.next-diagnosed {
  right: -15px;
}

@media (max-width: 425px) {
  #widget-diagnosed-page .slick-arrow.next-diagnosed {
    right: -8px;
  }
}

#widget-diagnosed-page .slick-arrow.prev-diagnosed {
  left: -15px;
}

@media (max-width: 425px) {
  #widget-diagnosed-page .slick-arrow.prev-diagnosed {
    left: -8px;
  }
}

#widget-diagnosed-page .text-section {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.04px;
}

#widget-diagnosed-page .vision-mission-box {
  border-radius: 15px;
  text-align: center;
  width: 100%;
}

#widget-diagnosed-page .vision-mission-box.vision-line {
  background-color: #f5f4f4;
  border-top: 8px solid #87bae5;
}

#widget-diagnosed-page .vision-mission-box.mission-line {
  background-color: #f5f4f4;
  border-top: 8px solid #bca7d0;
}

#widget-diagnosed-page .vision-mission-box .icon {
  margin-top: 35px;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  #widget-diagnosed-page .vision-mission-box .icon {
    margin-top: 25px;
  }
}

#widget-diagnosed-page .vision-mission-box .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

#widget-diagnosed-page .vision-mission-box .text {
  display: inline-block;
  margin-bottom: 35px;
  padding: 0 40px;
}

@media (max-width: 767px) {
  #widget-diagnosed-page .vision-mission-box .text {
    padding: 0 25px;
    margin-bottom: 20px;
  }
}

#widget-diagnosed-page .vision-mission-box .text .title {
  line-height: 20.9px;
  color: #616a7d;
  font-family: ubuntu-bold;
  font-size: 21px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #widget-diagnosed-page .vision-mission-box .text .title {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

#widget-diagnosed-page .vision-mission-box .text .description {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.9px;
}

.widget-important-section {
  background-image: linear-gradient(85deg, #bca7d0 0%, #87bae5 100%);
  padding: 35px 0;
}

.widget-important-section .text {
  font-family: ubuntu-bold;
  font-size: 25px;
  font-weight: 700;
  line-height: 29.25px;
  color: #ffffff;
}

.widget-important-section .description {
  color: #ffffff;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
}

#widget-research {
  background-color: #f5f4f4;
  padding-top: 80px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  #widget-research {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#widget-research .description {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.08px;
}

#widget-research .description a {
  color: #87bae5;
  font-family: ubuntu-italic;
  text-decoration: underline;
}

#widget-treatments-living {
  background-color: #fff;
}

#widget-treatments-living .tabs-info {
  text-align: center;
}

#widget-treatments-living .tabs-info .title {
  margin-top: 60px;
  color: #616a7d;
  font-family: ubuntu-bold;
  font-size: 33px;
  font-weight: 700;
  line-height: 20.93px;
}

#widget-treatments-living .tabs-info .description {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.08px;
}

#widget-treatments-living .tabs-info .tabs {
  margin-top: 60px;
}

#widget-treatments-living .tabs-info .tabs .nav-justified .nav-tabs {
  border: none;
}

@media (max-width: 425px) {
  #widget-treatments-living .tabs-info .tabs .nav-justified .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#widget-treatments-living .tabs-info .tabs .nav-justified .nav-tabs .nav-link {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.8px;
  background-color: transparent;
  border: none;
  border-radius: 2px;
  border-bottom: 4px solid rgba(125, 132, 144, 0.15);
  margin: 0 2px;
}

@media (max-width: 425px) {
  #widget-treatments-living .tabs-info .tabs .nav-justified .nav-tabs .nav-link {
    width: 100%;
    margin-bottom: 10px;
  }
}

#widget-treatments-living .tabs-info .tabs .nav-justified .nav-tabs .nav-link.active {
  color: #bba7d0;
  font-family: ubuntu-bold;
  font-size: 17px;
  font-weight: 700;
  line-height: 20.8px;
  font-weight: bold;
  border-radius: 2px;
  border-bottom: 4px solid #bba7d0;
  border-right: none;
  border-left: none;
  border-top: none;
}

#widget-treatments-living .tabs-info .tabs .tab-content .tab-pane {
  text-align: center;
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.08px;
}

#widget-treatments-living .tabs-info .btn-link {
  padding: 15px 40px;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(#87bae5), to(#bca7d0));
  background-image: linear-gradient(to right, #87bae5 0%, #bca7d0 100%);
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: ubuntu-bold;
  font-size: 17px;
  font-weight: 700;
  line-height: 20.93px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

#carouselLiving .carousel-control-prev,
#carouselLiving .carousel-control-next {
  width: 8%;
}

@media (max-width: 768px) {
  #carouselLiving .carousel-control-prev,
  #carouselLiving .carousel-control-next {
    display: none;
  }
}

#carouselLiving .carousel-item.carousel-item-video {
  position: relative;
}

#carouselLiving .carousel-item.carousel-item-video .shadow-video {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: absolute;
  height: 100%;
}

#carouselLiving .carousel-item .carousel-caption {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  #carouselLiving .carousel-item .carousel-caption {
    width: 100%;
    left: 0;
  }
}

#carouselLiving .carousel-item .carousel-caption .title {
  color: #ffffff;
  font-family: ubuntu-bold;
  font-size: 25px;
  font-weight: 700;
  line-height: 33.42px;
  text-transform: none;
}

#carouselLiving .carousel-item .carousel-caption .description {
  color: #ffffff;
  font-family: ubuntu-regular;
  font-size: 21px;
  font-weight: 400;
  line-height: 25.08px;
}

#carouselLiving .carousel-item .carousel-caption .btn-link {
  padding: 15px 40px;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(#87bae5), to(#bca7d0));
  background-image: linear-gradient(to right, #87bae5 0%, #bca7d0 100%);
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  font-family: ubuntu-bold;
  font-size: 17px;
  font-weight: 700;
  line-height: 20.9px;
  text-transform: uppercase;
}

#carouselLiving .carousel-item .carousel-caption .btn-play {
  width: 87px;
  height: 85px;
  border-radius: 42px;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#carouselLiving .carousel-item .item-img {
  max-height: 694px;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1023px) {
  #carouselLiving .carousel-item .item-img {
    height: 362px;
  }
}

#carouselLiving .carousel-indicators li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

#widget-different-therapies {
  background-color: #f5f4f4;
}

#widget-different-therapies .title-section {
  color: #616a7d;
  font-family: ubuntu-bold;
  font-size: 33px;
  font-weight: 700;
  line-height: 37.5px;
  margin: 50px auto;
}

#widget-different-therapies #different-therapies {
  padding-top: 60px;
  border-bottom: 2px solid #959595;
}

#widget-different-therapies #different-therapies .therapie-desction .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7d8490;
  line-height: 25px;
  font-family: ubuntu-bold;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 35px;
}

#widget-different-therapies #different-therapies .therapie-desction .section-title img {
  margin: 0 15px;
}

#widget-different-therapies #different-therapies .therapie-desction .section-desc {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

#widget-different-therapies #different-therapies .therapie-desction:nth-child(odd) {
  text-align: right;
}

#widget-different-therapies #different-therapies .therapie-desction:nth-child(odd) .section-title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#widget-different-therapies #different-therapies-second .title {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 35px;
}

#widget-different-therapies #different-therapies-second .title span {
  color: #bba7d0;
  font-family: ubuntu-bold;
  font-weight: 700;
}

#widget-different-therapies #different-therapies-second .btn-link {
  padding: 15px 40px;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(#87bae5), to(#bca7d0));
  background-image: linear-gradient(to right, #87bae5 0%, #bca7d0 100%);
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: ubuntu-bold;
  font-size: 17px;
  font-weight: 700;
  line-height: 20.93px;
  text-transform: uppercase;
}

#widget-resources-studies .title {
  color: #616a7d;
  font-family: ubuntu-bold;
  font-size: 33px;
  font-weight: 700;
  line-height: 20.93px;
  margin: 60px 0 30px 0;
}

@media (max-width: 768px) {
  #widget-resources-studies .title {
    font-size: 24px;
  }
}

#widget-resources-studies .description {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.08px;
  margin-bottom: 40px;
}

#widget-resources-studies .description .black {
  font-family: ubuntu-bold;
  font-weight: 700;
}

#widget-resources-studies .description .pink {
  color: #bca7d0;
  font-family: ubuntu-regular;
  font-weight: 400;
}

#widget-associations .associations-title {
  color: #616a7d;
  font-family: ubuntu-bold;
  font-size: 33px;
  font-weight: 700;
  padding: 10px 0 40px 0;
}

@media (max-width: 768px) {
  #widget-associations .associations-title {
    font-size: 24px;
  }
}

#widget-associations .list-associations {
  max-height: 405px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  list-style: none;
}

#widget-associations .list-associations::-webkit-scrollbar {
  -webkit-appearance: none;
}

#widget-associations .list-associations::-webkit-scrollbar:vertical {
  width: 11px;
  padding: 10px;
}

#widget-associations .list-associations::-webkit-scrollbar:horizontal {
  height: 6px;
  padding: 10px;
}

#widget-associations .list-associations::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #d0d0d0;
  border: 2px solid white;
  /* should match background, can't be transparent */
}

#widget-associations .list-associations li {
  cursor: pointer;
  border: 2px solid #f5f4f4;
  background-color: #f5f4f4;
  margin-bottom: 3px;
  padding: 30px;
}

#widget-associations .list-associations li:first-child {
  border-radius: 5px 5px 0 0;
}

#widget-associations .list-associations li:last-child {
  border-radius: 0 0 5px 5px;
}

#widget-associations .list-associations li:hover,
#widget-associations .list-associations li:focus,
#widget-associations .list-associations li:active {
  border: 2px solid #bca7d0;
  background-color: #bca7d0;
}

#widget-associations .list-associations li:hover a,
#widget-associations .list-associations li:focus a,
#widget-associations .list-associations li:active a {
  color: #ffffff;
}

#widget-associations .list-associations li a {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 19px;
  font-weight: 400;
  line-height: 20.9px;
}

#widget-contact-living {
  background-color: #f5f4f4;
  padding: 50px 0;
}

#widget-contact-living .text-section {
  color: #616a7d;
  font-family: ubuntu-bold;
  font-size: 23px;
  font-weight: 700;
  line-height: 21.07px;
}

#widget-contact-living .vision-mission-box {
  border-radius: 15px;
  text-align: center;
  width: 100%;
}

#widget-contact-living .vision-mission-box.vision-line {
  background-color: #ffffff;
  border-top: 8px solid #87bae5;
}

#widget-contact-living .vision-mission-box.mission-line {
  background-color: #ffffff;
  border-top: 8px solid #bca7d0;
}

#widget-contact-living .vision-mission-box .icon {
  margin-top: 35px;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  #widget-contact-living .vision-mission-box .icon {
    margin-top: 25px;
  }
}

#widget-contact-living .vision-mission-box .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

#widget-contact-living .vision-mission-box .text {
  display: inline-block;
  margin-bottom: 35px;
  padding: 0 40px;
}

@media (max-width: 767px) {
  #widget-contact-living .vision-mission-box .text {
    padding: 0 25px;
    margin-bottom: 20px;
  }
}

#widget-contact-living .vision-mission-box .text .title {
  line-height: 20.9px;
  color: #616a7d;
  font-family: ubuntu-bold;
  font-size: 21px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}

#widget-contact-living .vision-mission-box .text .description {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.9px;
}

#simple-gray {
  background-color: #f5f4f4;
}

#simple-gray .text-section {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  line-height: 25.09px;
}

#simple-gray .title-section {
  color: #616a7d;
  font-family: ubuntu-bold;
  font-size: 23px;
  line-height: 21.08px;
}

#carouselWhatFa {
  width: 100%;
}

#carouselWhatFa .carousel-control-prev,
#carouselWhatFa .carousel-control-next {
  width: 8%;
}

@media (max-width: 768px) {
  #carouselWhatFa .carousel-control-prev,
  #carouselWhatFa .carousel-control-next {
    display: none;
  }
}

#carouselWhatFa .carousel-item.carousel-item-video {
  position: relative;
}

#carouselWhatFa .carousel-item.carousel-item-video .shadow-video {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: absolute;
  height: 100%;
}

#carouselWhatFa .carousel-item .carousel-caption {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  #carouselWhatFa .carousel-item .carousel-caption {
    width: 100%;
    left: 0;
  }
}

#carouselWhatFa .carousel-item .carousel-caption .title {
  color: #ffffff;
  font-family: ubuntu-bold;
  font-size: 25px;
  font-weight: 700;
  line-height: 33.42px;
  text-transform: none;
}

#carouselWhatFa .carousel-item .carousel-caption .description {
  color: #ffffff;
  font-family: ubuntu-regular;
  font-size: 21px;
  font-weight: 400;
  line-height: 25.08px;
}

#carouselWhatFa .carousel-item .carousel-caption .btn-link {
  padding: 15px 40px;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(#87bae5), to(#bca7d0));
  background-image: linear-gradient(to right, #87bae5 0%, #bca7d0 100%);
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  font-family: ubuntu-bold;
  font-size: 17px;
  font-weight: 700;
  line-height: 20.9px;
  text-transform: uppercase;
}

#carouselWhatFa .carousel-item .carousel-caption .btn-play {
  width: 87px;
  height: 85px;
  border-radius: 42px;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#carouselWhatFa .carousel-item .item-img {
  max-height: 694px;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1023px) {
  #carouselWhatFa .carousel-item .item-img {
    height: 362px;
  }
}

#carouselWhatFa .carousel-indicators li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

#widget-definition-symptom {
  padding-top: 50px;
  margin-bottom: 65px;
}

@media (max-width: 767px) {
  #widget-definition-symptom {
    margin-bottom: 40px;
  }
}

#widget-definition-symptom .title {
  padding-top: 70px;
  margin-bottom: 40px;
  color: #7d8490;
  font-family: ubuntu-bold;
  font-size: 33px;
  font-weight: 700;
  line-height: 20.85px;
}

@media (max-width: 767px) {
  #widget-definition-symptom .title {
    padding-top: 35px;
    margin-bottom: 20px;
  }
}

#widget-definition-symptom .description {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.08px;
}

#widget-causes {
  padding-top: 70px;
  padding-bottom: 65px;
  background-color: #f5f4f4;
}

@media (max-width: 767px) {
  #widget-causes {
    padding-bottom: 40px;
  }
}

#widget-causes .title {
  margin-top: 70px;
  margin-bottom: 40px;
  color: #7d8490;
  font-family: ubuntu-bold;
  font-size: 33px;
  font-weight: 700;
  line-height: 20.85px;
}

@media (max-width: 767px) {
  #widget-causes .title {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}

#widget-causes .description {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.08px;
}

#widget-in-lebanon {
  background-image: url("/img/fala-bg-main.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#widget-in-lebanon .img-in-lebanon-bg {
  background-color: #616a7d;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

#widget-in-lebanon .img-in-lebanon {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#widget-in-lebanon .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 35px 0 45px 0px;
}

#widget-in-lebanon .caption .title {
  color: #ffffff;
  font-family: ubuntu-regular;
  font-size: 25px;
  font-weight: 400;
  line-height: 37.54px;
}

#widget-in-lebanon .caption .title span {
  font-family: ubuntu-italic;
}

@media (max-width: 767px) {
  #widget-in-lebanon .caption .title {
    font-size: 13px;
    line-height: inherit;
  }
}

#widget-in-lebanon .caption .link {
  color: #ffffff;
  font-family: ubuntu-italic;
  font-size: 17px;
  line-height: 25.03px;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #widget-in-lebanon .caption .link {
    font-size: 15px;
  }
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 767px) {
  #widget-gallery-filters .gallery-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  #widget-gallery-filters .gallery-filters .filters {
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
  }
}

#widget-gallery-filters .gallery-filters .filters ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  #widget-gallery-filters .gallery-filters .filters ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#widget-gallery-filters .gallery-filters .filters ul li {
  cursor: pointer;
  margin: 0 20px;
}

@media (max-width: 767px) {
  #widget-gallery-filters .gallery-filters .filters ul li {
    margin-bottom: 15px;
  }
}

#widget-gallery-filters .gallery-filters .filters ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.93px;
}

#widget-gallery-filters .gallery-filters .filters ul li a.active {
  padding: 10px 25px;
  color: #ffffff;
  font-family: ubuntu-bold;
  font-weight: 700;
  border-radius: 19px;
  background-image: linear-gradient(-58deg, #87bae5 0%, #bca7d0 100%);
}

#widget-gallery-filters .gallery-filters .filters.open {
  max-height: 400px;
  -webkit-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}

#widget-gallery-filters .gallery-filters .filters.open + .open-filters .fas {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}

#widget-gallery-filters .gallery-filters .open-filters {
  padding: 8px;
  text-align: center;
  color: #7d8490;
  width: 100%;
}

#widget-gallery-filters .gallery-filters .open-filters .fas {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}

#widget-gallery-list .item-list-gallery {
  height: auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

#widget-gallery-list .item-list-gallery .card {
  border-radius: 5px;
  border: none;
  background-color: #ffffff;
  width: 100%;
}

#widget-gallery-list .item-list-gallery .card .card-body {
  padding: 20px 0;
}

#widget-gallery-list .item-list-gallery .card .card-body .card-title {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 500;
  line-height: 20.93px;
}

#widget-gallery-list .item-list-gallery .card .type-gallery {
  position: absolute;
  top: 0;
  right: 0;
}

#widget-gallery-list .item-list-gallery .card .card-img-top {
  padding: 5px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  max-height: 270px;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.fancybox-caption__body {
  color: #c3c6ca;
  font-family: ubuntu-regular;
  font-size: 21px;
  font-weight: 500;
  line-height: inherit;
}

#widget-our-story-about {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  #widget-our-story-about {
    margin-bottom: 40px;
  }
}

#widget-our-story-about .title {
  margin-top: 70px;
  margin-bottom: 40px;
  color: #7d8490;
  font-family: ubuntu-bold;
  font-size: 33px;
  font-weight: 700;
  line-height: 20.85px;
}

@media (max-width: 767px) {
  #widget-our-story-about .title {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}

#widget-our-story-about .description {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.08px;
}

#widget-mission-vision {
  background-color: #f5f4f4;
}

#widget-mission-vision .vision-mission-box-space {
  padding-top: 50px;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  #widget-mission-vision .vision-mission-box-space {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

#widget-mission-vision .vision-mission-box {
  border-radius: 15px;
  text-align: center;
}

#widget-mission-vision .vision-mission-box.vision-line {
  background-color: #ffffff;
  border-top: 8px solid #87bae5;
}

#widget-mission-vision .vision-mission-box.mission-line {
  background-color: #ffffff;
  border-top: 8px solid #bca7d0;
}

#widget-mission-vision .vision-mission-box .icon {
  margin-top: 35px;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  #widget-mission-vision .vision-mission-box .icon {
    margin-top: 25px;
  }
}

#widget-mission-vision .vision-mission-box .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

#widget-mission-vision .vision-mission-box .text {
  display: inline-block;
  margin-bottom: 35px;
  padding: 0 40px;
}

@media (max-width: 767px) {
  #widget-mission-vision .vision-mission-box .text {
    padding: 0 25px;
    margin-bottom: 20px;
  }
}

#widget-mission-vision .vision-mission-box .text .title {
  line-height: 20.9px;
  color: #616a7d;
  font-family: ubuntu-bold;
  font-size: 21px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #widget-mission-vision .vision-mission-box .text .title {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

#widget-mission-vision .vision-mission-box .text .description {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.9px;
}

#widget-family {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #widget-family {
    margin-bottom: 20px;
  }
}

#widget-family .title {
  margin-top: 70px;
  margin-bottom: 40px;
  color: #7d8490;
  font-family: ubuntu-bold;
  font-size: 33px;
  font-weight: 700;
  line-height: 20.85px;
}

@media (max-width: 767px) {
  #widget-family .title {
    margin-top: 35px;
    margin-bottom: 25px;
  }
}

#widget-family .family-slider {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  #widget-family .family-slider {
    height: 350px;
  }
}

#widget-family .family-slider .family-item {
  height: auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

#widget-family .family-slider .family-item .card {
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
  padding: 5px;
}

#widget-family .family-slider .family-item .card .card-body .card-name {
  color: #616a7d;
  font-family: ubuntu-regular;
  font-size: 19px;
  font-weight: 400;
  line-height: 20.92px;
}

#widget-family .family-slider .family-item .card .card-img-top {
  border-radius: 5px;
  max-height: 270px;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

#widget-family .slick-arrow {
  position: absolute;
  top: 50%;
  width: 100%;
}

@media (min-width: 768px) {
  #widget-family .slick-arrow {
    display: none !important;
  }
}

#widget-family .slick-arrow.prev-family,
#widget-family .slick-arrow.next-family {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#87bae5), to(#bca7d0));
  background-image: linear-gradient(to right, #87bae5 0%, #bca7d0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fefefe;
}

#widget-family .slick-arrow.next-family {
  right: -15px;
}

@media (max-width: 425px) {
  #widget-family .slick-arrow.next-family {
    right: -8px;
  }
}

#widget-family .slick-arrow.prev-family {
  left: -15px;
}

@media (max-width: 425px) {
  #widget-family .slick-arrow.prev-family {
    left: -8px;
  }
}

.modalFala.modalFamily .personal-info .name {
  width: 100%;
  color: #bca7d0;
  font-family: ubuntu-bold;
  font-size: 33px;
  font-weight: 700;
  line-height: 21.07px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .modalFala.modalFamily .personal-info .name {
    text-align: center !important;
    font-size: 24px;
    margin-top: 20px;
    padding: 0;
  }
}

.modalFala.modalFamily .personal-info .info {
  color: #7d8490;
  font-size: 17px;
  font-family: ubuntu-regular;
  font-weight: 400;
  line-height: 20.91px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .modalFala.modalFamily .personal-info .info {
    padding: 0;
  }
}

#widget-partners {
  background-color: #f5f4f4;
}

#widget-partners .title {
  color: #7d8490;
  font-family: ubuntu-bold;
  font-size: 33px;
  font-weight: 700;
  line-height: 20.93px;
  margin: 60px 0 35px 0;
}

@media (max-width: 768px) {
  #widget-partners .title {
    font-size: 24px;
  }
}

#widget-partners .partners-content {
  margin-bottom: 20px;
}

#widget-partners .partners-content .partner {
  text-decoration: none;
  margin-bottom: 30px;
  padding: 45px;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#widget-partners .partners-content .partner img {
  height: 128px;
  max-height: 128px;
}

@media (max-width: 768px) {
  #widget-partners .partners-content .partner {
    padding: 20px 10px;
  }
}

#widget-partners .partners-content .partner .partners-title {
  text-align: center;
  color: #616a7d;
  font-family: ubuntu-bold;
  font-size: 21px;
  font-weight: 700;
  line-height: 20.9px;
  margin-bottom: 8px;
}

#widget-partners .partners-content .partner .partners-type {
  color: #bca7d0;
  font-family: ubuntu-italic;
  font-size: 17px;
  font-weight: 400;
}

#widget-our-story-home {
  background-image: url("/img/fala-bg-main.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#widget-our-story-home .story-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#widget-our-story-home .our-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 35px 0 45px 0px;
}

@media (max-width: 768px) {
  #widget-our-story-home .our-story .emblem {
    width: 60%;
  }
}

#widget-our-story-home .our-story .title {
  color: #ffffff;
  font-family: ubuntu-bold;
  font-size: 33px;
  font-weight: 700;
  line-height: 20.93px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  #widget-our-story-home .our-story .title {
    font-size: 24px;
  }
}

#widget-our-story-home .our-story .description {
  margin-top: 20px;
  color: #ffffff;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.11px;
}

#widget-our-story-home .our-story .btn-link {
  margin-top: 35px;
  padding: 15px 40px;
  border-radius: 25px;
  background-color: #fff;
  text-decoration: none;
  display: inline-block;
  color: #616a7d;
  font-family: ubuntu-bold;
  font-size: 17px;
  font-weight: 700;
  line-height: 20.93px;
  text-transform: uppercase;
}

#mainCarousel {
  width: 100%;
}

#mainCarousel .carousel-control-prev,
#mainCarousel .carousel-control-next {
  width: 8%;
}

@media (max-width: 768px) {
  #mainCarousel .carousel-control-prev,
  #mainCarousel .carousel-control-next {
    display: none;
  }
}

#mainCarousel .carousel-item .carousel-caption {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  #mainCarousel .carousel-item .carousel-caption {
    width: 100%;
    left: 0;
  }
}

#mainCarousel .carousel-item .carousel-caption .title {
  color: #ffffff;
  font-family: ubuntu-bold;
  font-size: 42px;
  font-weight: 700;
  line-height: 20.9px;
  text-transform: uppercase;
}

#mainCarousel .carousel-item .carousel-caption .description {
  color: #ffffff;
  font-family: ubuntu-regular;
  font-size: 21px;
  font-weight: 400;
  line-height: 25.08px;
}

#mainCarousel .carousel-item .carousel-caption .btn-link {
  padding: 15px 40px;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(#87bae5), to(#bca7d0));
  background-image: linear-gradient(to right, #87bae5 0%, #bca7d0 100%);
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  font-family: ubuntu-bold;
  font-size: 17px;
  font-weight: 700;
  line-height: 20.9px;
  text-transform: uppercase;
}

#mainCarousel .carousel-item .carousel-caption .btn-play {
  width: 87px;
  height: 85px;
  border-radius: 42px;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mainCarousel .carousel-item .item-img {
  max-height: 694px;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 767px) {
  #mainCarousel .carousel-item .item-img {
    height: 694px;
  }
}

#mainCarousel .carousel-indicators li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

#widget-account .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#widget-account .account .count {
  font-family: ubuntu-regular;
  font-size: 42px;
  font-weight: 700;
}

#widget-account .account .count.diagnosed {
  color: #87bae5;
}

#widget-account .account .count.families {
  color: #98b5df;
}

#widget-account .account .count.volunteer {
  color: #aaafd8;
}

#widget-account .account .count.donat {
  color: #bca7d0;
}

#widget-account .account .text {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
}

#widget-what-fa {
  background-color: #f5f4f4;
}

#widget-what-fa .tabs-info {
  text-align: center;
}

#widget-what-fa .tabs-info .title {
  margin-top: 60px;
  color: #616a7d;
  font-family: ubuntu-bold;
  font-size: 33px;
  font-weight: 700;
}

#widget-what-fa .tabs-info .tabs {
  margin-top: 60px;
}

#widget-what-fa .tabs-info .tabs .nav-justified .nav-tabs {
  border: none;
}

@media (max-width: 425px) {
  #widget-what-fa .tabs-info .tabs .nav-justified .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#widget-what-fa .tabs-info .tabs .nav-justified .nav-tabs .nav-link {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.8px;
  background-color: transparent;
  border: none;
  border-radius: 2px;
  border-bottom: 4px solid rgba(125, 132, 144, 0.15);
  margin: 0 2px;
}

@media (max-width: 425px) {
  #widget-what-fa .tabs-info .tabs .nav-justified .nav-tabs .nav-link {
    width: 100%;
    margin-bottom: 10px;
  }
}

#widget-what-fa .tabs-info .tabs .nav-justified .nav-tabs .nav-link.active {
  color: #bba7d0;
  font-family: ubuntu-bold;
  font-size: 17px;
  font-weight: 700;
  line-height: 20.8px;
  font-weight: bold;
  border-radius: 2px;
  border-bottom: 4px solid #bba7d0;
  border-right: none;
  border-left: none;
  border-top: none;
}

#widget-what-fa .tabs-info .tabs .tab-content .tab-pane {
  text-align: center;
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.08px;
}

#widget-what-fa .tabs-info .btn-link {
  padding: 15px 40px;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(#87bae5), to(#bca7d0));
  background-image: linear-gradient(to right, #87bae5 0%, #bca7d0 100%);
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: ubuntu-bold;
  font-size: 17px;
  font-weight: 700;
  line-height: 20.93px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

#widget-diagnosed .title {
  color: #616a7d;
  font-family: ubuntu-bold;
  font-size: 33px;
  font-weight: 700;
  line-height: 20.93px;
  margin: 60px 0 30px 0;
}

@media (max-width: 768px) {
  #widget-diagnosed .title {
    font-size: 24px;
    line-height: 45px;
  }
}

#widget-diagnosed .description {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.08px;
  margin-bottom: 40px;
}

#widget-diagnosed .description .black {
  font-family: ubuntu-bold;
  font-weight: 700;
}

#widget-diagnosed .description .pink {
  color: #bca7d0;
  font-family: ubuntu-regular;
  font-weight: 400;
}

#widget-diagnosed .sliderDiagnosed .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#widget-diagnosed .sliderDiagnosed .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#widget-diagnosed .sliderDiagnosed .slick-track .slick-slide:hover,
#widget-diagnosed .sliderDiagnosed .slick-track .slick-slide:active,
#widget-diagnosed .sliderDiagnosed .slick-track .slick-slide:focus {
  outline: none;
}

#widget-diagnosed .sliderDiagnosed .slick-track .slick-slide .card {
  margin: 10px;
}

#widget-diagnosed .sliderDiagnosed .slick-track .slick-slide .card .card-img-top {
  height: 270px;
  max-height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  padding: 5px;
  border-radius: 9px;
}

#widget-diagnosed .sliderDiagnosed .slick-track .slick-slide .card .card-body {
  padding: 10px;
  height: 170px;
}

#widget-diagnosed .sliderDiagnosed .slick-track .slick-slide .card .card-body .card-title {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.92px;
}

#widget-diagnosed .sliderDiagnosed .slick-track .slick-slide .card .card-body .card-title .black {
  font-family: ubuntu-bold;
  font-weight: 700;
}

#widget-diagnosed .slick-arrow {
  position: absolute;
  top: 50%;
  width: 100%;
}

#widget-diagnosed .slick-arrow.prev,
#widget-diagnosed .slick-arrow.next {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#87bae5), to(#bca7d0));
  background-image: linear-gradient(to right, #87bae5 0%, #bca7d0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fefefe;
}

#widget-diagnosed .slick-arrow.next {
  right: -15px;
}

@media (max-width: 425px) {
  #widget-diagnosed .slick-arrow.next {
    right: -8px;
  }
}

#widget-diagnosed .slick-arrow.prev {
  left: -15px;
}

@media (max-width: 425px) {
  #widget-diagnosed .slick-arrow.prev {
    left: -8px;
  }
}

#widget-diagnosed .sliderResourcesStudies .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#widget-diagnosed .sliderResourcesStudies .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#widget-diagnosed .sliderResourcesStudies .slick-track .slick-slide:hover,
#widget-diagnosed .sliderResourcesStudies .slick-track .slick-slide:active,
#widget-diagnosed .sliderResourcesStudies .slick-track .slick-slide:focus {
  outline: none;
}

#widget-diagnosed .sliderResourcesStudies .slick-track .slick-slide .card {
  margin: 10px;
}

#widget-diagnosed .sliderResourcesStudies .slick-track .slick-slide .card .card-img-top {
  height: 270px;
  max-height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  padding: 5px;
  border-radius: 9px;
}

#widget-diagnosed .sliderResourcesStudies .slick-track .slick-slide .card .card-body {
  padding: 10px;
  height: 165px;
}

#widget-diagnosed .sliderResourcesStudies .slick-track .slick-slide .card .card-body .card-title {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.92px;
}

#widget-diagnosed .sliderResourcesStudies .slick-track .slick-slide .card .card-body .card-title .black {
  font-family: ubuntu-bold;
  font-weight: 700;
}

#widget-diagnosed .slick-arrow {
  position: absolute;
  top: 50%;
  width: 100%;
}

#widget-diagnosed .slick-arrow.prev-studies,
#widget-diagnosed .slick-arrow.next-studies {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#87bae5), to(#bca7d0));
  background-image: linear-gradient(to right, #87bae5 0%, #bca7d0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fefefe;
}

#widget-diagnosed .slick-arrow.next-studies {
  right: -15px;
}

@media (max-width: 425px) {
  #widget-diagnosed .slick-arrow.next-studies {
    right: -8px;
  }
}

#widget-diagnosed .slick-arrow.prev-studies {
  left: -15px;
}

@media (max-width: 425px) {
  #widget-diagnosed .slick-arrow.prev-studies {
    left: -8px;
  }
}

#widget-treatments {
  background-image: -webkit-gradient(linear, left top, right top, from(#87bae5), to(#bca7d0));
  background-image: linear-gradient(to right, #87bae5 0%, #bca7d0 100%);
}

#widget-treatments .title {
  color: #ffffff;
  font-family: ubuntu-bold;
  font-size: 33px;
  font-weight: 700;
  line-height: 20.93px;
  margin: 60px 0 35px 0;
}

@media (max-width: 768px) {
  #widget-treatments .title {
    font-size: 24px;
  }
}

#widget-treatments .description {
  margin-bottom: 45px;
  color: #ffffff;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.08px;
}

#widget-treatments .coordinate-content {
  margin-bottom: 40px;
}

#widget-treatments .coordinate-content .coordinate {
  text-decoration: none;
  margin-bottom: 30px;
  padding: 55px;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  #widget-treatments .coordinate-content .coordinate {
    padding: 11px;
  }

  #widget-treatments .coordinate-content .coordinate img {
    width: 50%;
  }
}

#widget-treatments .coordinate-content .coordinate .emblem-title {
  text-align: center;
  color: #7d8490;
  font-family: ubuntu-bold;
  font-size: 17px;
  font-weight: 700;
  line-height: 20.92px;
}

#widget-involved {
  background-color: #f5f4f4;
}

#widget-involved .title {
  color: #616a7d;
  font-family: ubuntu-bold;
  font-size: 33px;
  font-weight: 700;
  line-height: 20.93px;
  margin: 60px 0 35px 0;
}

@media (max-width: 768px) {
  #widget-involved .title {
    font-size: 24px;
  }
}

#widget-involved .involved-content .involted {
  margin-bottom: 30px;
  padding: 45px;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  #widget-involved .involved-content .involted {
    padding: 18px;
  }
}

#widget-involved .involved-content .involted .title-involted {
  color: #7d8490;
  font-family: ubuntu-bold;
  font-size: 21px;
  font-weight: 700;
  line-height: 20.92px;
}

#widget-involved .involved-content .involted .description-involted {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.08px;
}

#widget-involved .involved-content .involted .btn-link {
  padding: 15px 40px;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(#87bae5), to(#bca7d0));
  background-image: linear-gradient(to right, #87bae5 0%, #bca7d0 100%);
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: ubuntu-bold;
  font-size: 17px;
  font-weight: 700;
  line-height: 20.93px;
  text-transform: uppercase;
}

#widget-events .title {
  color: #616a7d;
  font-family: ubuntu-bold;
  font-size: 33px;
  font-weight: 700;
  line-height: 20.93px;
  margin: 60px 0 45px 0;
}

@media (max-width: 768px) {
  #widget-events .title {
    font-size: 24px;
  }
}

#widget-events .sliderEvents .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#widget-events .sliderEvents .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#widget-events .sliderEvents .slick-track .slick-slide:hover,
#widget-events .sliderEvents .slick-track .slick-slide:active,
#widget-events .sliderEvents .slick-track .slick-slide:focus {
  outline: none;
}

#widget-events .sliderEvents .slick-track .slick-slide .card {
  border: none;
  text-decoration: none;
}

#widget-events .sliderEvents .slick-track .slick-slide .card .card-img-top {
  height: 270px;
  max-height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  padding: 5px;
}

#widget-events .sliderEvents .slick-track .slick-slide .card-body {
  padding: 5px;
}

#widget-events .sliderEvents .slick-track .slick-slide .card-body .card-title {
  color: #616a7d;
  font-family: ubuntu-bold;
  font-size: 17px;
  font-weight: 700;
  line-height: 20.92px;
}

#widget-events .sliderEvents .slick-track .slick-slide .card-body .card-description {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.92px;
}

#widget-events .sliderEvents .slick-track .slick-slide .card-body .info .fas {
  color: #7d8490;
  margin-right: 5px;
}

#widget-events .sliderEvents .slick-track .slick-slide .card-body .info .event-type {
  font-size: 15px;
  line-height: 20.92px;
  font-family: ubuntu-bold;
  font-weight: 700;
}

#widget-events .sliderEvents .slick-track .slick-slide .card-body .info .event-type.conference {
  color: #bca7d0;
}

#widget-events .sliderEvents .slick-track .slick-slide .card-body .info .event-type.training {
  color: #89b9e5;
}

#widget-events .sliderEvents .slick-track .slick-slide .card-body .info .location {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-weight: 400;
  line-height: 20.92px;
}

#widget-events .slick-arrow {
  position: absolute;
  top: 50%;
  width: 100%;
}

#widget-events .slick-arrow.prev-event,
#widget-events .slick-arrow.next-event {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#87bae5), to(#bca7d0));
  background-image: linear-gradient(to right, #87bae5 0%, #bca7d0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fefefe;
}

#widget-events .slick-arrow.next-event {
  right: -15px;
}

@media (max-width: 425px) {
  #widget-events .slick-arrow.next-event {
    right: -8px;
  }
}

#widget-events .slick-arrow.prev-event {
  left: -15px;
}

@media (max-width: 425px) {
  #widget-events .slick-arrow.prev-event {
    left: -8px;
  }
}

#widget-subscription {
  position: relative;
}

#widget-subscription .error-help-block {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 12px;
}

#widget-subscription .bg-subscribe {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#widget-subscription .subscribe-tagline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
}

#widget-subscription .subscribe-tagline .subscribe-title {
  color: #ffffff;
  font-family: ubuntu-bold;
  font-size: 33px;
  font-weight: 700;
  line-height: 28.93px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #widget-subscription .subscribe-tagline .subscribe-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-top: 50px;
  }
}

#widget-subscription .subscribe-tagline .subscribe-subtitle {
  color: #ffffff;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.11px;
}

#widget-subscription .subscribe-form {
  margin: 40px 0;
}

#widget-subscription .subscribe-form input {
  border: none;
  border-radius: 25px;
  background-color: #ffffff;
  padding: 0px 30px;
  height: 49px;
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.9px;
}

#widget-subscription .subscribe-form input ::-webkit-input-placeholder,
#widget-subscription .subscribe-form input ::-moz-placeholder,
#widget-subscription .subscribe-form input :-ms-input-placeholder,
#widget-subscription .subscribe-form input :-moz-placeholder {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.9px;
}

#widget-subscription .subscribe-form input:active,
#widget-subscription .subscribe-form input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#widget-subscription .subscribe-form .subscribe-submit-button {
  border: none;
  height: 49px;
  border-radius: 25px;
  background-color: #e9e9e9;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  color: #7d8490;
  font-family: ubuntu-bold;
  font-size: 17px;
  font-weight: 700;
  line-height: 20.9px;
  text-transform: uppercase;
}

#widget-subscription .subscribe-form .subscribe-submit-button:active,
#widget-subscription .subscribe-form .subscribe-submit-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#widget-faqs-list {
  margin: 70px 0;
}

#widget-faqs-list #accordionFAQ .card {
  background: none;
  border: none;
  margin-bottom: 5px;
}

#widget-faqs-list #accordionFAQ .card .card-header {
  background: none;
  padding: 0;
  margin-bottom: 0px;
  border-radius: 5px 5px 0 0;
}

#widget-faqs-list #accordionFAQ .card .card-body {
  padding: 35px;
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 22.92px;
}

#widget-faqs-list #accordionFAQ .btn-link {
  border: 2px solid #f5f4f4;
  background-color: #bca7d0;
  text-decoration: none;
  border-radius: 0;
}

#widget-faqs-list #accordionFAQ .btn-link .title {
  color: #ffffff;
  font-family: ubuntu-bold;
  font-size: 19px;
  font-weight: 700;
  line-height: 20.9px;
  padding: 25px;
}

#widget-faqs-list #accordionFAQ .btn-link.collapsed {
  border: 2px solid #f5f4f4;
  background-color: #f5f4f4;
}

#widget-faqs-list #accordionFAQ .btn-link.collapsed .title {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 19px;
  font-weight: 400;
  line-height: 20.9px;
}

#widget-faqs-list #accordionFAQ .btn-link .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
}

#widget-faqs-list #accordionFAQ .btn-link .icon:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#widget-faqs-list #accordionFAQ .btn-link[aria-expanded="true"] .icon:after {
  content: '-';
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-family: ubuntu-bold;
  font-size: 29px;
  font-weight: 700;
  line-height: 25.08px;
}

#widget-faqs-list #accordionFAQ .btn-link[aria-expanded="false"] .icon:after {
  content: '+';
  width: 10px;
  height: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7d8490;
  font-family: ubuntu-bold;
  font-size: 29px;
  font-weight: 700;
  line-height: 25.08px;
}

#widget-contact-form {
  padding: 60px 0;
}

#widget-contact-form #contactForm .submitButton {
  border: none;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(#87bae5), to(#bca7d0));
  background-image: linear-gradient(to right, #87bae5 0%, #bca7d0 100%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px;
  color: #ffffff;
  font-family: ubuntu-bold;
  font-size: 17px;
  font-weight: 700;
  line-height: 20.9px;
  text-transform: uppercase;
}

#widget-contact-form #contactForm .submitButton:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#widget-contact-form #contactForm .form-field {
  height: 49px;
  margin-bottom: 5px;
  border-radius: 25px;
  border: 1px solid #bbbfc5;
  background-color: #ffffff;
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.9px;
  padding: 0 15px;
}

#widget-contact-form #contactForm .form-field::-webkit-input-placeholder,
#widget-contact-form #contactForm .form-field::-moz-placeholder,
#widget-contact-form #contactForm .form-field:-ms-input-placeholder,
#widget-contact-form #contactForm .form-field:-moz-placeholder {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.9px;
}

#widget-contact-form #contactForm .form-field-message {
  border-radius: 5px;
  border: 1px solid #bbbfc5;
  background-color: #ffffff;
}

#widget-contact-form #contactForm .form-field-message::-webkit-input-placeholder,
#widget-contact-form #contactForm .form-field-message::-moz-placeholder,
#widget-contact-form #contactForm .form-field-message:-ms-input-placeholder,
#widget-contact-form #contactForm .form-field-message:-moz-placeholder {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.9px;
}

#widget-contact-form #contactForm .error-help-block {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.04px;
  margin-bottom: 40px;
}

#widget-contact-form .info-description .text {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.04px;
  margin-bottom: 40px;
}

#widget-contact-form .info-description .contact-blocks .vision-mission-box {
  border-radius: 15px;
  text-align: center;
  width: 100%;
}

#widget-contact-form .info-description .contact-blocks .vision-mission-box.first-line {
  background-color: #f5f4f4;
  border-top: 5px solid #87bae5;
}

#widget-contact-form .info-description .contact-blocks .vision-mission-box.middle-line {
  background-color: #f5f4f4;
  border-top: 5px solid #a4b1da;
}

#widget-contact-form .info-description .contact-blocks .vision-mission-box.last-line {
  background-color: #f5f4f4;
  border-top: 5px solid #bca7d0;
}

#widget-contact-form .info-description .contact-blocks .vision-mission-box .icon {
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#widget-contact-form .info-description .contact-blocks .vision-mission-box .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

#widget-contact-form .info-description .contact-blocks .vision-mission-box .text {
  display: inline-block;
  margin-bottom: 35px;
  padding: 0 5px;
}

@media (max-width: 767px) {
  #widget-contact-form .info-description .contact-blocks .vision-mission-box .text {
    padding: 0 5px;
    margin-bottom: 20px;
  }
}

#widget-contact-form .info-description .contact-blocks .vision-mission-box .text .title {
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 10px;
  font-weight: 400;
  line-height: 13.75px;
  margin-top: 20px;
  margin-bottom: 10px;
}

#widget-contact-form .info-description .contact-blocks .vision-mission-box .text .link {
  color: #87bae5;
  font-family: ubuntu-italic;
  font-size: 12px;
  font-style: italic;
  line-height: 20.88px;
  text-decoration: underline;
}

#widget-contact-form .info-description .social-block .social-link {
  text-decoration: none;
  margin: 5px;
  width: 45px;
  height: 45px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 29.78px;
  letter-spacing: -0.88px;
  background-color: #bba7d0;
  border-radius: 50%;
}

#widget-contact-form .info-description .social-block .social-link i {
  padding: 10px;
}

#header {
  z-index: 99;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
}

@media (max-width: 992px) {
  #header {
    padding: 0;
    border-bottom: 2px solid #f0f0f0;
  }

  #header .header-navbar {
    padding: 0;
  }
}

#header .navbar {
  padding: 0;
  margin: 0;
}

@media (max-width: 992px) {
  #header .navbar {
    padding: 0 16px;
  }
}

#header .navbar .navbar-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 100%;
}

#header .navbar .navbar-content .navbar-brand {
  padding: 10px 0;
  margin: 0;
}

@media (max-width: 992px) {
  #header .navbar .navbar-content .navbar-collapse {
    position: absolute;
    padding: 16px 16px 16px 16px;
    width: 100%;
    top: 101%;
    left: 0;
    background: white;
  }
}

#header .navbar .navbar-content .navbar-toggler {
  padding: 0;
}

#header .navbar .navbar-content .navbar-toggler:hover,
#header .navbar .navbar-content .navbar-toggler:active,
#header .navbar .navbar-content .navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

#header .navbar .navbar-content .navbar-toggler .menu-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#87bae5), to(#bca7d0));
  background-image: linear-gradient(to right, #87bae5 0%, #bca7d0 100%);
}

#header .navbar .navbar-content .navbar-nav .nav-item {
  position: relative;
}

@media (max-width: 992px) {
  #header .navbar .navbar-content .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
}

#header .navbar .navbar-content .navbar-nav .nav-item .caret-nav {
  position: absolute;
  color: #616a7d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 8px;
  height: 100px;
  font-size: 15px;
}

#header .navbar .navbar-content .navbar-nav .nav-item .caret-nav.active {
  color: #fff;
}

@media (max-width: 992px) {
  #header .navbar .navbar-content .navbar-nav .nav-item .caret-nav {
    width: 60px;
    height: 50px;
  }
}

#header .navbar .navbar-content .navbar-nav .nav-item .nav-link {
  cursor: pointer;
  padding: 40px 20px;
  -webkit-transition: background-color 1s,  color 1s;
  transition: background-color 1s,  color 1s;
  color: #616a7d;
  font-family: ubuntu-regular;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.9px;
}

@media (max-width: 992px) {
  #header .navbar .navbar-content .navbar-nav .nav-item .nav-link {
    padding: 15px 20px;
    border-radius: 60px;
    background-color: #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #header .navbar .navbar-content .navbar-nav .nav-item .nav-link .fas {
    font-size: 18px;
  }

  #header .navbar .navbar-content .navbar-nav .nav-item .nav-link.active {
    background-image: linear-gradient(-265deg, #89bae4 0%, #bba8d1 100%);
  }
}

#header .navbar .navbar-content .navbar-nav .nav-item .nav-link.active {
  background-color: #bba7d0;
  color: #fefeff;
  font-family: ubuntu-regular;
}

#header .navbar .navbar-content .navbar-nav .nav-item .dropdown-menu {
  width: 203px;
  margin: 0;
  padding: 0 10px;
  border-top: 4px solid #bba7d0;
  border-radius: 0;
}

@media (max-width: 992px) {
  #header .navbar .navbar-content .navbar-nav .nav-item .dropdown-menu {
    width: auto;
    border: none;
  }
}

#header .navbar .navbar-content .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 10px 5px;
  color: #7d8490;
  font-family: ubuntu-regular;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  border-bottom: 2px solid #c6c6c621;
}

#header .navbar .navbar-content .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-child {
  border: none;
}

#header .navbar .navbar-content .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
#header .navbar .navbar-content .navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
  cursor: pointer;
  background-color: transparent;
  color: #616a7d;
  font-family: ubuntu-bold;
  font-weight: 700;
}

#header .navbar .navbar-content .language {
  margin-left: 10px;
}

@media (max-width: 992px) {
  #header .navbar .navbar-content .language {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#header .navbar .navbar-content .language .local-select {
  background-color: #e4e4e4;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin: 0 7px;
  color: #616a7d;
  font-family: ubuntu-bold;
  font-size: 13px;
  font-weight: 700;
  line-height: 20.9px;
  text-transform: uppercase;
}

#header .navbar .navbar-content .language .local-select.version {
  font-family: cairo-regular;
  font-size: 11px;
  font-weight: 400;
  line-height: 41.62px;
}

#header .navbar .navbar-content .language .local-select.active {
  background-color: #87bae5;
  color: #fefeff;
}

* {
  margin: 0;
  padding: 0;
}

/* Icon 1 */

#burger-icon {
  width: 20px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  cursor: pointer;
}

#burger-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

#burger-icon span:nth-child(1) {
  top: 0px;
}

#burger-icon span:nth-child(2),
#burger-icon span:nth-child(3) {
  top: 6px;
}

#burger-icon span:nth-child(4) {
  top: 12px;
}

.navbar-toggler[aria-expanded="true"] #burger-icon span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}

.navbar-toggler[aria-expanded="true"] #burger-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] #burger-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] #burger-icon span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}

#nav-crumbs {
  position: relative;
}

#nav-crumbs .bg-crumbs {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#nav-crumbs .crumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 30px 0;
}

#nav-crumbs .crumb .page-title {
  color: #ffffff;
  font-family: ubuntu-bold;
  font-size: 33px;
  font-weight: 700;
  line-height: 20.93px;
  margin-bottom: 12px;
  text-align: center;
}

@media (max-width: 767px) {
  #nav-crumbs .crumb .page-title {
    line-height: 50px;
  }
}

#nav-crumbs .crumb .page-crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 20.93px;
  color: #e3e3e3;
}

#nav-crumbs .crumb .page-crumbs span {
  text-decoration: none;
  color: #e3e3e3;
  font-family: ubuntu-regular;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.93px;
}

#nav-crumbs .crumb .page-crumbs span:last-child:after {
  display: none;
}

#nav-crumbs .crumb .page-crumbs span:after {
  content: "\F054";
  font-family: 'Font Awesome 5 Free';
  margin: 0 15px;
  font-weight: 900;
}

html {
  scroll-behavior: smooth;
}

#widget-scroll-to {
  background-color: #f5f4f4;
}

#widget-scroll-to.affix {
  position: fixed;
  top: 100px;
  right: 0;
  left: 0;
  z-index: 98;
}

@media (max-width: 767px) {
  #widget-scroll-to .scroll-to-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#widget-scroll-to .scroll-to-box .logo {
  margin: 5px 0;
  height: 80px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#widget-scroll-to .scroll-to-box .logo img {
  height: 60px;
  display: none;
}

@media (max-width: 767px) {
  #widget-scroll-to .scroll-to-box .logo {
    display: none;
  }
}

@media (max-width: 767px) {
  #widget-scroll-to .scroll-to-box .list-to {
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
  }
}

#widget-scroll-to .scroll-to-box .list-to ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  #widget-scroll-to .scroll-to-box .list-to ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#widget-scroll-to .scroll-to-box .list-to ul li {
  cursor: pointer;
  margin: 0 15px;
}

@media (max-width: 767px) {
  #widget-scroll-to .scroll-to-box .list-to ul li {
    margin-bottom: 15px;
  }
}

#widget-scroll-to .scroll-to-box .list-to ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #616a7d;
  font-family: ubuntu-regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.93px;
}

#widget-scroll-to .scroll-to-box .list-to ul li a.active {
  padding: 10px 20px;
  color: #ffffff;
  font-family: ubuntu-bold;
  font-weight: 700;
  border-radius: 19px;
  background-image: linear-gradient(-58deg, #87bae5 0%, #bca7d0 100%);
}

#widget-scroll-to .scroll-to-box .list-to.open {
  max-height: 400px;
  -webkit-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}

#widget-scroll-to .scroll-to-box .list-to.open + .open-list-to .fas {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}

#widget-scroll-to .scroll-to-box .open-list-to {
  padding: 8px;
  text-align: center;
  color: #7d8490;
  width: 100%;
}

#widget-scroll-to .scroll-to-box .open-list-to .fas {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}

#scroll-top-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  width: 50px;
  height: 50px;
  border-radius: 42px;
  background-image: -webkit-gradient(linear, left top, right top, from(#87bae5), to(#bca7d0));
  background-image: linear-gradient(to right, #87bae5 0%, #bca7d0 100%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#scroll-top-button.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer {
  background-color: #616a7d;
}

#footer .sitemap {
  color: #ffffff;
  font-family: ubuntu-bold;
  font-size: 17px;
  font-weight: 700;
  line-height: 25.01px;
  text-transform: uppercase;
  margin: 20px 0;
}

#footer .sitemap-list .list {
  padding-left: 15px;
  list-style: none;
}

#footer .sitemap-list .list .title-section a {
  text-decoration: none;
  color: #ffffff;
  font-family: ubuntu-bold;
  font-size: 13px;
  font-weight: 700;
  line-height: 15.83px;
}

#footer .sitemap-list .list .title-section a:hover {
  color: #bca7d0;
}

#footer .sitemap-list .list .title-section:before {
  content: "";
  border-color: transparent #87bae5;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.8em;
  position: relative;
}

#footer .sitemap-list .list .child {
  padding-left: 10px;
  list-style: none;
}

#footer .sitemap-list .list .child li {
  font-size: 10px;
  line-height: 12.83px;
}

#footer .sitemap-list .list .child li a {
  text-decoration: none;
  color: #ffffff;
  font-family: ubuntu-regular;
  font-size: 10px;
  font-weight: 700;
  line-height: 12.83px;
}

#footer .sitemap-list .list .child li a:hover {
  color: #bca7d0;
}

#footer .sitemap-list .list .child li:before {
  content: "";
  border-color: transparent #ffffff;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1em;
  position: relative;
}

#footer .contact-home-info .info {
  color: #ffffff;
  font-family: ubuntu-regular;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.75px;
  margin-bottom: 30px;
}

#footer .contact-home-info .info a {
  text-decoration: none;
  color: #ffffff;
  font-family: ubuntu-regular;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.75px;
}

#footer .contact-home-info .info .fas {
  margin-right: 15px;
  color: #87bae5;
  font-size: 15px;
  line-height: 20.87px;
}

#footer .sitemap-footer {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 30px 0;
}

#footer .sitemap-footer .copyright {
  color: #a5a5a5;
  font-family: ubuntu-regular;
  font-size: 12px;
  font-weight: 400;
  line-height: 25.11px;
  margin: 0 90px;
}

@media (max-width: 768px) {
  #footer .sitemap-footer .copyright {
    margin: 0;
  }
}

.rtl .revers-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.rtl .align-block {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.rtl .text-transform {
  direction: rtl;
  text-align: right;
}

.rtl #header .navbar .navbar-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.rtl #header .navbar .navbar-content .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 992px) {
  .rtl #header .navbar .navbar-content .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.rtl #header .navbar .navbar-content .navbar-nav .nav-item i {
  right: auto;
  left: 8px;
}

@media (max-width: 992px) {
  .rtl #header .navbar .navbar-content .navbar-nav .nav-item .nav-link {
    direction: rtl;
  }
}

.rtl #header .navbar .navbar-content .navbar-nav .nav-item .dropdown-menu {
  width: 237px;
  right: 0;
  left: auto;
  text-align: right;
  direction: rtl;
}

@media (max-width: 992px) {
  .rtl #header .navbar .navbar-content .navbar-nav .nav-item .dropdown-menu {
    width: auto;
    border: none;
  }
}

.rtl #header .navbar .navbar-content .language {
  margin-left: 0px;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .rtl #header .navbar .navbar-content .language {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.rtl #nav-crumbs .crumb .page-crumbs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.rtl #nav-crumbs .crumb .page-crumbs span:last-child:before {
  display: none;
}

.rtl #nav-crumbs .crumb .page-crumbs span:after {
  display: none;
}

.rtl #nav-crumbs .crumb .page-crumbs span:before {
  content: "\F053";
  font-family: 'Font Awesome 5 Free';
  margin: 0 15px;
  font-weight: 900;
}

.rtl #widget-scroll-to .scroll-to-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .rtl #widget-scroll-to .scroll-to-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.rtl #widget-scroll-to .scroll-to-box .list-to ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .rtl #widget-scroll-to .scroll-to-box .list-to ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.rtl #scroll-top-button {
  left: 20px;
  right: 0;
}

.rtl #mainCarousel {
  direction: rtl;
}

.rtl #mainCarousel #mainCarousel {
  width: 100%;
}

@media (max-width: 768px) {
  .rtl #mainCarousel #mainCarousel .carousel-item .carousel-caption {
    width: 100%;
    left: 0;
    right: 0;
  }
}

.rtl #widget-our-story-home .our-story {
  direction: rtl;
}

.rtl #widget-what-fa .tabs-info .title {
  direction: rtl;
}

.rtl #widget-what-fa .tabs-info .description {
  direction: rtl;
}

.rtl #widget-what-fa .tabs-info .tabs {
  direction: rtl;
}

.rtl #widget-diagnosed .title {
  direction: rtl;
}

.rtl #widget-diagnosed .description {
  direction: rtl;
}

.rtl #widget-diagnosed .sliderDiagnosed .slick-track .slick-slide .card .card-body,
.rtl #widget-diagnosed .sliderResourcesStudies .slick-track .slick-slide .card .card-body {
  text-align: right;
  direction: rtl;
}

.rtl #widget-diagnosed .sliderDiagnosed .slick-track .slick-slide .card .card-body .card-title,
.rtl #widget-diagnosed .sliderResourcesStudies .slick-track .slick-slide .card .card-body .card-title {
  direction: rtl;
}

.rtl #widget-treatments .title {
  direction: rtl;
}

.rtl #widget-treatments .description {
  direction: rtl;
}

.rtl #widget-treatments .coordinate .emblem-title {
  direction: rtl;
}

.rtl #widget-events .sliderEvents .card-body .card-title {
  direction: rtl;
  text-align: right;
}

.rtl #widget-events .sliderEvents .card-body .card-description {
  direction: rtl;
  text-align: right;
}

.rtl #widget-subscription .subscribe-form input {
  direction: rtl;
  text-align: right;
}

.rtl #widget-our-story-about .title {
  direction: rtl;
}

.rtl #widget-our-story-about .description {
  direction: rtl;
}

.rtl #widget-mission-vision .vision-mission-box {
  direction: rtl;
}

.rtl #widget-family .title {
  direction: rtl;
}

.rtl #widget-family .family-slider .card-body .card-name {
  direction: rtl;
}

.rtl #widget-partners .title {
  direction: rtl;
}

.rtl #widget-partners .partners-content .partner .partners-title {
  direction: rtl;
}

.rtl #widget-partners .partners-content .partner .partners-type {
  direction: rtl;
}

.rtl #carouselWhatFa .carousel-item .carousel-caption {
  direction: rtl;
}

.rtl #widget-in-lebanon .caption {
  direction: rtl;
}

.rtl #widget-associations .associations-title {
  direction: rtl;
}

.rtl #widget-associations .list-associations li {
  direction: rtl;
  text-align: right;
}

.rtl #widget-contact-living .text-section {
  direction: rtl;
}

.rtl #widget-contact-living .vision-mission-box {
  direction: rtl;
}

.rtl #simple-gray .text-section {
  direction: rtl;
}

.rtl #simple-gray .title-section {
  direction: rtl;
  font-weight: 700;
}

.rtl #widget-different-therapies {
  background-color: #f5f4f4;
}

.rtl #widget-different-therapies .title-section {
  color: #616a7d;
  font-family: ubuntu-bold;
  font-size: 33px;
  font-weight: 700;
  line-height: 37.5px;
  margin: 50px auto;
}

.rtl #widget-different-therapies #different-therapies .therapie-desction:nth-child(odd) {
  text-align: left;
}

.rtl #widget-different-therapies #different-therapies .therapie-desction:nth-child(odd) .section-title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.rtl #widget-different-therapies #different-therapies .therapie-desction:nth-child(even) {
  text-align: right;
}

.rtl #widget-different-therapies #different-therapies .therapie-desction:nth-child(even) .section-title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.rtl #widget-gallery-list .item-list-gallery .card .card-body {
  direction: rtl;
  text-align: right;
}

.rtl #widget-gallery-list .item-list-gallery .type-gallery {
  position: absolute;
  top: 0;
  left: 0;
  right: inherit;
}

.rtl .modalFamily .modal-content .personal-info .name {
  text-align: right;
  direction: rtl;
}

.rtl .modalFamily .modal-content .personal-info .info {
  direction: rtl;
  text-align: right;
}

.rtl .modalFamily .modal-content .close {
  position: absolute;
  top: -20px;
  left: -20px;
  right: auto;
  opacity: 1;
  z-index: 1;
}

.rtl .modalFamily .modal-content .close:focus,
.rtl .modalFamily .modal-content .close:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.rtl #footer {
  background-color: #616a7d;
}

.rtl #footer .sitemap {
  text-align: right;
  direction: rtl;
}

.rtl #footer .contact-home-info {
  direction: rtl;
  text-align: right;
}

.rtl #footer .contact-home-info .info {
  color: #ffffff;
  font-family: ubuntu-regular;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.75px;
  margin-bottom: 30px;
}

.rtl #footer .contact-home-info .info a {
  text-decoration: none;
  color: #ffffff;
  font-family: ubuntu-regular;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.75px;
}

.rtl #footer .contact-home-info .info .fas {
  margin-right: 0;
  margin-left: 15px;
  color: #87bae5;
  font-size: 15px;
  line-height: 20.87px;
}

.rtl #footer .sitemap-list .list {
  padding-right: 15px;
  padding-left: 0;
  list-style: none;
  direction: rtl;
}

.rtl #footer .sitemap-list .list .title-section {
  text-align: right;
}

.rtl #footer .sitemap-list .list .title-section a {
  text-decoration: none;
  color: #ffffff;
  font-family: ubuntu-bold;
  font-size: 13px;
  font-weight: 700;
  line-height: 15.83px;
}

.rtl #footer .sitemap-list .list .title-section a:hover {
  color: #bca7d0;
}

.rtl #footer .sitemap-list .list .title-section:before {
  content: "";
  border-color: transparent #87bae5;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  right: -1em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0.8em;
  position: relative;
}

.rtl #footer .sitemap-list .list .child {
  padding-left: 0;
  padding-right: 10px;
  list-style: none;
  direction: rtl;
}

.rtl #footer .sitemap-list .list .child li {
  text-align: right;
  font-size: 10px;
  line-height: 12.83px;
}

.rtl #footer .sitemap-list .list .child li a {
  text-decoration: none;
  color: #ffffff;
  font-family: ubuntu-regular;
  font-size: 10px;
  font-weight: 700;
  line-height: 12.83px;
}

.rtl #footer .sitemap-list .list .child li a:hover {
  color: #bca7d0;
}

.rtl #footer .sitemap-list .list .child li:before {
  content: "";
  border-color: transparent #ffffff;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -1em;
  top: 1em;
  position: relative;
}

.rtl #widget-diagnosed-page .text-section {
  direction: rtl;
}

.rtl #widget-diagnosed-page .sliderDiagnosedPage .slick-track .slick-slide .slide .card .card-body {
  text-align: right;
  direction: rtl;
}

.rtl #widget-diagnosed-page .sliderDiagnosedPage .slick-track .slick-slide .slide .card .card-body .card-title {
  direction: rtl;
}

