/* COLORS */
/* FONTS */
#intro_global {
  z-index: 1;
  background: url("/themes/custom/images/waves/hero_lightblue.svg") bottom center repeat-x transparent;
  background-size: cover;
  overflow: visible;
}
#boxes .section-content {
  width: 60%;
  margin-bottom: 50px;
}
#boxes .items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#boxes .items .item {
  display: flex;
  flex-direction: column;
  flex: 1 0 32%;
  min-width: 260px;
  gap: 1rem;
  background: #fff;
  box-shadow: 0 16px 40px 0 rgba(112, 144, 176, 0.2);
  border-radius: 12px;
  padding: 30px;
  position: relative;
}
#boxes .items .item .h5 {
  font-size: 16px;
  line-height: 18px;
}
#boxes .items .item > div:first-child {
  width: 55px;
  height: 55px;
}
#boxes .items .item > div:first-child img {
  object-fit: contain;
}
/* COLORS */
/* FONTS */
#patient-journey .section-content {
  width: 60%;
}
#patient-journey .journey-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  margin-top: 80px;
  flex-direction: column;
}
#patient-journey .journey-list .journey-list-item {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 16px 40px 0 rgba(112, 144, 176, 0.2);
  padding: 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
#patient-journey .journey-list .journey-list-item .text-holder {
  flex: 1 1 0%;
}
#patient-journey .journey-list .journey-list-item .icon {
  flex: 1 1 0%;
}
#patient-journey .journey-list .journey-list-item .icon img {
  border-radius: 12px;
  aspect-ratio: 1.5;
  object-fit: cover;
}
#patient-journey .journey-list .journey-list-item .h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
#patient-journey .journey-list .journey-list-item .text {
  margin: 30px 0;
}
#patient-journey .journey-list .journey-list-item .modules .module-line {
  background-color: #ebf3fa;
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  gap: 10px;
  padding: 5px;
  cursor: pointer;
  border-radius: 6px;
  position: relative;
}
#patient-journey .journey-list .journey-list-item .modules .module-line:hover {
  background-color: #ddeefd;
}
#patient-journey .journey-list .journey-list-item .modules .module-line .module-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
#patient-journey .journey-list .journey-list-item .modules .module-line .title a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
#patient-journey .journey-list .journey-list-item .addons .addon-line {
  background-color: #ebf3fa;
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  gap: 10px;
  padding: 5px;
  border-radius: 6px;
  position: relative;
}
#patient-journey .journey-list .journey-list-item .addons .addon-line .addon-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media only screen and (max-width: 812px) {
  #patient-journey .journey-list .icon {
    flex: 100% !important;
    order: 1;
  }
  #patient-journey .journey-list .text-holder {
    flex: 100% !important;
    order: 2;
  }
}
/* COLORS */
/* FONTS */
#testimonials {
  padding-bottom: 150px;
  background: url("/themes/custom/images/waves/small_lightblue_wave.svg") bottom center repeat-x transparent;
}
#testimonials .section-content {
  width: 70%;
}
#testimonials .testimonials-list {
  display: flex;
  flex-wrap: nowrap;
  /*gap: 30px;*/
  align-items: flex-start;
}
#testimonials .testimonials-list .testimonials-list-item {
  width: 450px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #fff;
}
#testimonials .testimonials-list .testimonials-list-item .icon {
  width: 120px;
  margin-bottom: 20px;
}
#testimonials .testimonials-list .testimonials-list-item .icon img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
#testimonials .testimonials-list .testimonials-list-item .text-holder {
  width: auto;
  flex: 1;
}
#testimonials .testimonials-list .testimonials-list-item .text-holder .testimon.clamp {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#testimonials .testimonials-list .testimonials-list-item .text-holder .see-more-btn {
  color: #00adef;
  cursor: pointer;
}
#testimonials .testimonials-list .testimonials-list-item .text-holder .see-more-btn:hover {
  color: #00adef;
}
#testimonials .testimonials-list .testimonials-list-item .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
#testimonials .testimonials-list .testimonials-list-item .d-flex .title {
  font-weight: bold;
  margin-top: 30px;
}
#testimonials .testimonials-list .testimonials-list-item .d-flex .company-logo {
  margin-top: 30px;
}
#testimonials .testimonials-list .testimonials-list-item .d-flex .company-logo img {
  height: 46px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
#testimonials .swiper-container {
  overflow: hidden;
}
#testimonials .arrow-holder {
  position: relative;
  text-align: right;
  margin: 40px 0;
}
#testimonials .arrow-holder .icon-left {
  font-size: 36px;
  position: relative;
  margin-right: 20px;
  padding-left: 5px;
  cursor: pointer;
}
#testimonials .arrow-holder .icon-left:before {
  position: relative;
}
#testimonials .arrow-holder .icon-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -3px;
  width: 30px;
  height: 30px;
  background: #d5f6ff;
  border-radius: 50%;
  z-index: -1;
  margin-top: -15px;
}
#testimonials .arrow-holder .icon-left.swiper-button-disabled {
  opacity: 0.3;
  cursor: normal;
}
#testimonials .arrow-holder .icon-left.swiper-button-disabled:after {
  display: none;
}
#testimonials .arrow-holder .icon-right {
  font-size: 36px;
  position: relative;
  margin-right: 20px;
  padding-left: 5px;
  cursor: pointer;
}
#testimonials .arrow-holder .icon-right:before {
  position: relative;
}
#testimonials .arrow-holder .icon-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  width: 30px;
  height: 30px;
  background: #d5f6ff;
  border-radius: 50%;
  z-index: -1;
  margin-top: -15px;
}
#testimonials .arrow-holder .icon-right.swiper-button-disabled {
  opacity: 0.3;
  cursor: normal;
}
#testimonials .arrow-holder .icon-right.swiper-button-disabled:after {
  display: none;
}
#testimonials .arrow-holder .icon-left:not(.swiper-button-disabled),
#testimonials .arrow-holder .icon-right:not(.swiper-button-disabled) {
  transition: color 0.5s;
}
#testimonials .arrow-holder .icon-left:not(.swiper-button-disabled):hover,
#testimonials .arrow-holder .icon-right:not(.swiper-button-disabled):hover {
  color: #00adef;
}
#testimonials .swiper-slide {
  height: auto !important;
}
@media screen and (max-width: 812px) {
  #testimonials .testimonials-list {
    margin-top: 40px;
  }
  #testimonials .testimonials-list .testimonials-list-item {
    width: 80vw;
  }
}
/* COLORS */
/* FONTS */
#success_stories {
  padding-top: 200px;
}
#success_stories .section-content {
  width: 930px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
#success_stories .view {
  margin-top: 100px;
}
#success_stories .view .view-content {
  margin: -50px -1% 0 -1%;
}
#success_stories .view .view-content .views-item {
  float: left;
  width: 31.333%;
  margin: 50px 1% 0 1%;
  position: relative;
}
#success_stories .view .view-content .views-item .image {
  margin-bottom: 30px;
}
#success_stories .view .view-content .views-item .image a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 66.666%;
  background: #fafafa;
  border-radius: 12px;
}
#success_stories .view .view-content .views-item .image a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}
#success_stories .view .view-content .views-item .image a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 19;
}
#success_stories .view .view-content .views-item .image a:hover:before {
  opacity: 0.3;
}
#success_stories .view .view-content .views-item .image a:hover img {
  transform: scale(1.1);
}
#success_stories .view .view-content .views-item .content {
  padding-bottom: 70px;
  position: relative;
}
#success_stories .view .view-content .views-item .content .title {
  margin: 0 !important;
  font-weight: 700;
}
#success_stories .view .view-content .views-item .content a.more {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
#success_stories .view .view-content .views-item .content a.more i.icon-right {
  font-size: 36px;
  position: relative;
  padding-right: 5px;
}
#success_stories .view .view-content .views-item .content a.more i.icon-right:before {
  position: relative;
  animation: linkArrowPulse 2s 0s ease-out infinite;
}
@keyframes linkArrowPulse {
  0% {
    left: 0px;
  }
  50% {
    left: -3px;
  }
  100% {
    left: 0px;
  }
}
#success_stories .view .view-content .views-item .content a.more i.icon-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  background: #d5f6ff;
  border-radius: 50%;
  z-index: -1;
  margin-top: -15px;
}
@media all and (max-width: 1599px) {
  #success_stories {
    padding-top: 150px;
  }
}
@media all and (max-width: 1439px) {
  #success_stories {
    padding-top: 150px;
  }
}
@media all and (max-width: 1023px) {
  #success_stories {
    padding-top: 100px;
  }
  #success_stories .view {
    margin-top: 50px;
  }
  #success_stories .view .view-content {
    margin: -50px -2% 0 -2%;
  }
  #success_stories .view .view-content .views-item {
    width: 46%;
    margin: 50px 2% 0 2%;
  }
}
@media screen and (max-width: 812px) {
  #success_stories .section-content {
    text-align: left;
  }
  #success_stories .view .view-content .views-item .content {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 599px) {
  #success_stories .view .view-content .views-item {
    width: 96%;
  }
  #success_stories .view .view-content .views-item .content {
    height: auto !important;
  }
}
/*# sourceMappingURL=success_stories.css.map */