@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.patients_sec .heading {
  margin-bottom: 60px;
}
@media only screen and (max-width: 575px) {
  .patients_sec .heading {
    margin-bottom: 35px;
  }
}
.patients_sec .patient_wrapper .patient_col {
  display: flex;
  align-items: center;
  background: var(--white);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1019607843);
  border-radius: 15px;
  overflow: hidden;
}
.patients_sec .patient_wrapper .patient_col:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .patients_sec .patient_wrapper .patient_col:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .patients_sec .patient_wrapper .patient_col {
    flex-direction: column;
  }
}
.patients_sec .patient_wrapper .patient_col:nth-child(2n) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  .patients_sec .patient_wrapper .patient_col:nth-child(2n) {
    flex-direction: column;
  }
}
.patients_sec .patient_wrapper .patient_col:nth-child(2n) figure img, .patients_sec .patient_wrapper .patient_col:nth-child(2n) figure video {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media only screen and (max-width: 991px) {
  .patients_sec .patient_wrapper .patient_col:nth-child(2n) figure img, .patients_sec .patient_wrapper .patient_col:nth-child(2n) figure video {
    border-radius: 0;
  }
}
.patients_sec .patient_wrapper .patient_col figure {
  flex: 0 1 50%;
  width: 50%;
  height: 100%;
  line-height: 0;
}
.patients_sec .patient_wrapper .patient_col figure img, .patients_sec .patient_wrapper .patient_col figure video {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media only screen and (max-width: 991px) {
  .patients_sec .patient_wrapper .patient_col figure img, .patients_sec .patient_wrapper .patient_col figure video {
    border-radius: 0;
  }
}
@media only screen and (max-width: 991px) {
  .patients_sec .patient_wrapper .patient_col figure {
    flex: 1;
    width: 100%;
    max-height: 350px;
    overflow: hidden;
  }
  .patients_sec .patient_wrapper .patient_col figure img, .patients_sec .patient_wrapper .patient_col figure video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 575px) {
  .patients_sec .patient_wrapper .patient_col figure {
    max-height: 250px;
  }
}
.patients_sec .patient_wrapper .patient_col figcaption {
  flex: 1;
  padding: 40px;
}
@media only screen and (max-width: 1199px) {
  .patients_sec .patient_wrapper .patient_col figcaption {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .patients_sec .patient_wrapper .patient_col figcaption {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .patients_sec .patient_wrapper .patient_col figcaption {
    padding: 20px 15px;
  }
}
.patients_sec .patient_wrapper .patient_col figcaption .name {
  color: var(--primary);
  font-size: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .patients_sec .patient_wrapper .patient_col figcaption .name {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .patients_sec .patient_wrapper .patient_col figcaption .name {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .patients_sec .patient_wrapper .patient_col figcaption .name {
    font-size: 20px;
  }
}
.patients_sec .patient_wrapper .patient_col figcaption .diagnose {
  font-size: 18px;
  line-height: 1.2;
  color: var(--text);
}
@media only screen and (max-width: 767px) {
  .patients_sec .patient_wrapper .patient_col figcaption .diagnose {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .patients_sec .patient_wrapper .patient_col figcaption .diagnose {
    font-size: 15px;
  }
}
.patients_sec .patient_wrapper .patient_col figcaption .diagnose:not(:last-child) {
  margin-bottom: 5px;
}
.patients_sec .patient_wrapper .patient_col figcaption .diagnose span {
  font-size: 20px;
  color: var(--black);
}
@media only screen and (max-width: 767px) {
  .patients_sec .patient_wrapper .patient_col figcaption .diagnose span {
    font-size: 17px;
  }
}
@media only screen and (max-width: 575px) {
  .patients_sec .patient_wrapper .patient_col figcaption .diagnose span {
    font-size: 16px;
  }
}
.patients_sec .patient_wrapper .patient_col figcaption .desc {
  margin: 15px 0 30px;
}
@media only screen and (max-width: 575px) {
  .patients_sec .patient_wrapper .patient_col figcaption .desc {
    margin: 12px 0 20px;
  }
}
.patients_sec .patient_wrapper .patient_col figcaption .desc p {
  color: var(--text);
}
.patients_sec .patient_wrapper .patient_col figcaption .desc p:not(:last-child) {
  margin-bottom: 10px;
}
.patients_sec .patient_wrapper .patient_col figcaption .btn_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 575px) {
  .patients_sec .patient_wrapper .patient_col figcaption .btn {
    width: 100%;
    justify-content: center;
  }
}
.patients_sec .patient_wrapper .patient_col figcaption .btn:not(.primary-border):hover svg path {
  stroke: unset;
}/*# sourceMappingURL=patient.css.map */