/* Core Features */
.scrollmagic-pin-spacer {
  background: rgba(13, 31, 62, 1);
}

#patient_exams_container {
  height: 100vh;
  overflow: scroll;
}

.patient_exams {
  height: 100%;
  width: 100%;
}

.patient_container {
  position: absolute;
  width: 500px;
  bottom: 0;
  right: 14%;
}

.patient_exams .section-container {
  width: 100%;
  max-width: 1440px;
  padding-top: 32vh;
  height: 100vh;
  display: block;
  position: relative;
  margin: auto;
}

.patient_exams .slidenum {
  font-family: "NexusSansCompPro", Arial, sans-serif;
  font-size: 5em;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
}

.patient_exams .slidetitle {
  font-family: "NexusSansCompPro", Arial, sans-serif;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
}

.patient_exams_heading_container {
  position: relative;
  background-color: #042040;
}

.patient_exams_heading_container .heading {
  position: relative;
  font-family: "NexusSansCompPro", Arial, sans-serif;
  top: -37px;
  padding: 30px 100px 0;
  text-transform: capitalize;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 4em;
  background: rgba(4, 32, 64, 1);
  z-index: 1;
  max-width: 1440px;
  margin: auto;
}

.patient_exams_heading_content .activity-description {
  font-size: 21px !important;
  line-height: 1.6;
  color: #FFFFFF;
}

.activity-description {
  display: block;
  color: #CDE4FF;
  font-size: 20px;
  line-height: 1.6;
}

#patient-exams #examtop {
  padding: 85px 0 0.3em;
}

#patient-exams section {
  margin: 0;
  position: relative;
  padding: 0;
}

#patient-exams h2 {
  font-family: "NexusSansCompPro", Arial, sans-serif;
  color: #FFFFFF;
  font-size: 38px;
  line-height: 1.6;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: left;
  text-transform: capitalize;
}

#patient-exams h3 {
  font-family: "NexusSansCompPro", Arial, sans-serif;;
  text-transform: uppercase;
  color: #CDE4FF;
  font-size: 30px;
  line-height: 1.6;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: left;
}

#patient-exams section div {
  width: 43%;
  min-width: 43%;
  padding: 15px;
  color: #CDE4FF;
  border: 1px solid #ACD2FF;
  background-color: #031935;
  filter: drop-shadow(0 0 8px #CDE4FE);
  margin: 0 0 35px 0;
}

#patient-exams div h4 {
  font-family: "NexusSansCompPro", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.6;
  display: block;
  padding: 12px 15px;
  margin: 0 0 0 0;
  text-align: left;
}

#patient-exams section div p {
  padding: 0 15px 12px 15px;
  margin: 0 0 0 0;
}

#patient-exams p {
  font-family: "NexusSansCompPro", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  margin: 15px 25% 80px 0;
  text-align: left;
  text-transform: none;
}

.patient_exams .content {
  font-size: 1em;
  line-height: 1em;
  color: #fff;
}

.patient_exams_task {
  width: 350px;
  padding: 0;
  color: #CDE4FF;
  border: 1px solid #ACD2FF;
  background-color: #031935;
  filter: drop-shadow(0 0 8px #CDE4FE);
  position: absolute;
  top: 217px;
  left: 100px;
}

.patient_exams_task .title {
  font-size: 18px;
  line-height: 1.6;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  padding: 8px 15px;
  color: #fff;
  border-bottom: 1px solid #ACD2FF;
}

.patient_exams_task .content {
  width: 100%;
  padding: 15px;
}


/** Patient Exams Extra CSS **/
#patient-exams button {
  font-family: "NexusSansCompPro", Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
  border: 2px solid #007398;
  padding: 15px 43px;
  text-transform: capitalize;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  width: auto;
  cursor: pointer;
  background-color: #007398;
  margin: 3em 0 0 0;
}

#patient-exams #tasks {
  width: 40%;
  max-width: 40%;
  margin: 0 0 0 15px;
}

#patient-exams div h5 {
  text-align: center;
  font-family: "NexusSansCompPro", Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  display: block;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ACD2FF;
  margin: 0 -15px 20px -15px;

}

#patient-exams quote {
  display: block;
  font-family: "NexusSansCompPro", Arial, sans-serif;
  font-size: .7em;
  max-width: 26%;
  color: #073973;
  padding: 15px;
  margin: 15px 15px 40px 75px;
  position: relative;
}

#tasks .task {
  font-family: "NexusSansCompPro", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #CDE4FF;
  margin: 10px 0 0 0;
  text-align: left;
}

#tasks .task input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#tasks .task .checkbox-custom {
  padding: 0 30px 0 0;
  width: 15px;
  height: 15px;
  color: #CDE4FF;
  border: 1px solid #ACD2FF;
  background-color: transparent;
  filter: drop-shadow(0 0 8px #CDE4FE);
  margin: 15px 15px 15px 0px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

#tasks .task input:checked ~ .checkbox-custom {
  padding: 0 30px 0 0;
  width: 15px;
  height: 15px;
  color: #CDE4FF;
  border: 1px solid #ACD2FF;
  background-color: #cde4ff;
  filter: drop-shadow(0 0 8px #CDE4FE);
  margin: 15px 15px 15px 0px;
}

#tasks button {
  font-family: "NexusSansCompPro", Arial, sans-serif;;
  text-align: center;
  color: #CDE4FF;
  border: 2px solid #ACD2FF;
  background-color: #031935;
  filter: drop-shadow(0 0 4px #CDE4FE);
  padding: 8px 15px;
  height: 48px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.6;
  margin: 30px 0 0 0;
}

.patient_exam_button {
  font-family: "NexusSansCompPro", Arial, sans-serif;;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  width: 100%;
  color: #CDE4FF;
  border: 2px solid #ACD2FF;
  background-color: #031935;
  filter: drop-shadow(0 0 4px #CDE4FE);
  margin: 10px 0 0 0;
  padding: 15px 15px 15px 15px;
  cursor: pointer;
}

.patient_exam_begin_exam {
  position: absolute;
  top: 72vh;
  left: calc(50% - (210px/2));
  width: 210px;
}

.patient_button {
  margin: 175px 0 0 100px;
}

#tasks button:hover {
  background: #ACD2FF;
  color: #031935;
}

.activity-container {
  position: relative;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #042040;
  padding-bottom: 40px;
}

.activity-container-block {
  max-width: 1440px;
  margin: auto;
  position: relative;
}

.activity-container-inner {
  margin: 0 100px;
  position: absolute;
}

.activity-container-inner.cfht {
  position: fixed;
  top: 30px;
}

.activity {
  max-width: 860px;
  padding: 15px;
  color: #CDE4FF;
  border: 1px solid #ACD2FF;
  background-color: #031935;
  filter: drop-shadow(0 0 8px #CDE4FE);
  margin: auto;
}

.patient_exam_person {
  height: 451px;
  margin-left: 150px;
  max-width: unset;
}

.patient_exam_chat_bubble_message {
  position: absolute;
  font-size: 21px;
  line-height: 26px;
  width: 300px;
  padding: 12px;
  background-color: #FFF0E4;
  border-radius: 10px 10px 0 10px;
  color: #505050;
  opacity: 0;
  text-align: left;
  transform: scale3d(0.9, 0.9, 1);
  left: -90px;
  top: 100px;
}

.patient_exam_chat_bubble_message .bubble_message {
  margin: 0;
  line-height: 1.6;
  font-size: 18px;
}

.chat_exam_bubble_message_ani {
  animation-name: chat_message_exam;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}

@keyframes chat_message_exam {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 1);
  }

  100% {
    opacity: 1;
    transform: scale3d(0.9, 0.9, 1);
  }
}

@keyframes chat_message_exam_mobile {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 1);
  }

  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.patient_exam_chat_bubble_message .chat_arrow {
  position: absolute;
  width: 0;
  height: 0;
  bottom: -19px;
  right: 0;
  border-left: 20px solid transparent;
  border-top: 20px solid #FFF0E4;
}

.patient_exam_chat_container {
  position: absolute;
  top: 25vh;
  left: 4vw;
  width: 52vw;
  max-width: 600px;
  transform: scale3d(0.8, 0.8, 1);
}

.patient_exam_chat_container .bubble_message {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

.undergraduate .patient_exam_chat_container {
  width: 100vw;
  max-width: 634px;
  left: 0;
}

.graduate .patient_exam_chat_container {
  width: 100vw;
  max-width: 634px;
  left: 0;
}

.patient_exam_chat_bubble1 {
  position: relative;
  display: inline-block;
  padding: 12px;
  margin: auto auto 20px 20%;
  font-size: 26px;
  line-height: 1.6;
  background-color: #FFF0E4;
  border-radius: 10px 10px 0 10px;
  color: #505050;
  opacity: 0;
  text-align: left;
  transform: scale3d(1, 1, 1);
}

.patient_exam_chat_bubble1 .chat_arrow {
  position: absolute;
  bottom: -19px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-top: 20px solid #FFF0E4;
}

.patient_exam_chat_bubble2 {
  position: relative;
  display: inline-block;
  margin: auto 20% 20px auto;
  font-size: 26px;
  line-height: 1.6;
  padding: 12px;
  background-color: #CDE4FF;
  border-radius: 10px 10px 10px 0;
  color: #505050;
  opacity: 0;
  text-align: left;
  transform: scale3d(1, 1, 1);
}

.patient_exam_chat_bubble2 .chat_arrow {
  position: absolute;
  width: 0;
  height: 0;
  bottom: -19px;
  left: 0;
  border-right: 20px solid transparent;
  border-top: 20px solid #CDE4FF;
}

.chat_exam_bubble_ani {
  animation-name: chat_exam;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}

@keyframes chat_exam {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 1);
  }

  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes chat_exam_mobile {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 1);
  }

  100% {
    opacity: 1;
    transform: scale3d(0.7, 0.7, 1);
  }
}

.patient_exam_finished {
  position: absolute;
  display: none;
  width: 270px;
  bottom: 5vh;
  left: calc(50% - (270px/2));
  opacity: 0;
  animation-name: exam_finished;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

.patient_exam_finished .content {
  font-family: "NexusSansCompPro", Arial, sans-serif;;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  color: #CDE4FF;
  border: 2px solid #ACD2FF;
  background-color: #031935;
  filter: drop-shadow(0 0 4px #CDE4FE);
  padding: 15px 15px 15px 15px;
  opacity: 0;
  animation-name: exam_finished;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

.patient_exam_finished .content .continue {
  font-size: 18px;
}

.activity-label {
  color: #FFFFFF;
  font-size: 30px;
}

@keyframes exam_finished {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.nurse_description {
  display: none;
  margin-bottom: 21px;
  color: #CDE4FF;
  font-size: 18px;
  line-height: 1.6;
}

.choice_name {
  display: inline-block;
  margin-left: 0;
  vertical-align: top;
  width: 80%;
}

@media screen and (max-width: 991px) {
  .patient_container {
    right: 0;
    width: unset;
  }

  .patient_exam_person {
    height: 311px;
  }

  .patient_exam_chat_bubble_message {
    width: 253px;
    left: -25px;
    top: -111px;
  }

  .patient_exams_task {
    width: 345px;
  }
}

@media screen and (min-width: 768px) and (max-width: 888px) {
  .patient_exam_chat_bubble_message {
    display: none;
  }

  .patient_exams_task {
    width: 100%;
    max-width: 58%;
  }

  .patient_exam_person.person_0 {
    display: none;
  }

  .nurse_description {
    display: block;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .patient_exam_chat_bubble_message {
    width: 220px;
    left: 81px;
    top: 121px;
    border-radius: 10px;
    font-size: 18px;
  }

  .patient_exam_chat_bubble_message .chat_arrow {
    right: -20px;
    border-right: 20px solid transparent;
    top: 5px;
    bottom: unset;
  }
}

@media screen and (min-width: 768px) and (max-width: 835px) {
  .patient_exam_chat_container {
    position: absolute;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .activity {
    min-width: 560px;
  }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .patient_exam_chat_container {
    top: 120px !important;
  }

  .patient_exam_person {
    right: 0;
  }

  .patient_exam_chat_bubble_message {
    right: 74px;
    left: unset;
    top: 282px;
  }
}

@media screen and (max-width: 499px) {
  .patient_exam_person {
    right: 0;
  }
}

@media screen and (min-width: 768px){
  .patient_container.c_1 {
    width: 500px;
    margin-left: 430px;
    position: absolute;
    left: 40px;
    bottom: 0;
  }

  .patient_exam_chat_container {
    top: 15vh;
  }

  .person_1 {
    margin-left: 0;
  }
}

@media screen and (min-width: 1025px) and (min-height: 700px) {
  .patient_exam_person {
    height: 573px;
  }
}

@media screen and (min-width: 1025px) and (min-height: 1000px) {
  .patient_exam_person {
    height: 860px;
    margin-left: 10px;
  }
}

@media screen and (min-width: 1025px) and (min-height: 1200px) {
  .patient_exam_person {
    height: 1000px;
    margin-left: 0;
  }
}

/* Tablet*/
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 830px){
  .patient_container.c_0 {
    right: 13%;
    transform: unset;
  }

  .patient_container.c_1 {
    right: 13%;
    transform: unset;
  }

  .patient_exam_chat_bubble_message {
    width: 300px;
    left: -90px;
    top: 100px;
  }

  .patient_exam_person {
    height: 451px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 1000px){
  .patient_container.c_1 {
    left: -150px;
  }

  .patient_exam_person {
    height: 560px;
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 1200px){
  .patient_exam_person {
    height: 710px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .activity-container-inner {
    margin: 0;
  }

  .patient_container.c_0 {
    display: none;
  }

  .nurse_description {
    display: block;
  }

  .patient_exam_chat_container {
    top: 140px;
    width: 100%;
    left: 0;
    transform: unset;
    bottom: unset;
    padding: 0 15px;
  }

  .patient_exam_chat_bubble1 {
    width: auto;
    font-size: 18px;
    transform: unset !important;
    margin: 5px auto 5px 15px;
  }

  .patient_exam_chat_bubble1 .chat_arrow {
    bottom: -12px;
  }

  .patient_exam_chat_bubble2 {
    margin: 5px 15px 5px auto;
    width: auto;
    max-width: 90%;
    font-size: 18px;
    transform: unset !important;
  }

  .patient_exam_chat_bubble2 .chat_arrow {
    bottom: -12px;
  }

  .undergraduate .chat-bubble-1 {
    max-width: 375px;
  }

  .graduate .chat-bubble-1 {
    max-width: 375px;
  }

  .undergraduate .chat-bubble-3 {
    max-width: 260px;
  }

  .graduate .chat-bubble-3 {
    max-width: 240px;
  }

  .activity-description {
    font-size: 18px;
  }

  .activity-container-inner.cfht {
    top: 20px;
  }

  .activity-container-inner {
    left: 0;
  }

  .activity {
    width: 100%;
  }

  .patient_exams_heading_container .heading.cfht {
    position: relative;
    visibility: hidden;
  }

  .patient_exams_heading-container .heading {
    padding-top: 3%;
  }

  .patient_exams_heading_container .heading {
    padding: 1em 0 0.2em;
  }

  .patient_exams .section-container {
    width: 100%;
    margin-left: 0;
  }

  .slider__indicators {
    display: none;
  }

  .scroll-indicator {
    display: block;
  }

  #patient-exams p {
    margin: 15px 0 0;
  }

  .patient_exams_heading_container .heading {
    top: 0;
    position: relative;
    visibility: visible;
    background: #042040;
  }

  .patient_exams_heading_container .patient_exams_heading_content {
    opacity: 1;
  }

  #patient-exams #examtop {
    padding: 0.4em 0.6em;
  }

  #patient-exams section div {
    margin: 0;
  }

  #patient-exams section {
    padding: 0 8%;
    display: none;
  }

  .patient_exams_task {
    width: calc(100% - 30px);
    left: 0;
    bottom: unset;
    filter: drop-shadow(0 0 2px #CDE4FE);
    margin: 0 15px;
    top: 225px;
  }

  .graduate .patient_exams_task {
    top: 140px;
  }

  .patient_container {
    position: absolute;
    right: unset;
    transform: unset;
    bottom: 0;
    width: 100%;
  }

  .patient_exam_person {
    position: absolute;
    bottom: 0;
    height: 194px; /*224px*/
  }

  .chat_exam_bubble_message_ani {
    animation-name: chat_message_exam_mobile;
  }

  .chat_exam_bubble_ani {
    animation-name: chat_exam_mobile;
  }

  .patient_exam_begin_exam {
    position: absolute;
    top: 50vh;
    width: 210px;
  }

  .activity-container-inner {
    width: 100%;
    padding: 0 15px;
    background-color: unset;
  }
}

/* Mobile Scale */
@media screen and (max-width: 767px) and (max-height: 628px){
  .patient_exam_person {
    height: 254px;
    margin-left: unset;
    right: unset;
    left: 200px;
  }
}

@media screen and (max-width: 767px) and (min-height: 629px){
  .patient_exam_person {
    height: 254px;
    right: unset;
    margin-left: unset;
    left: 200px;
  }
}

@media screen and (max-width: 767px) and (min-height: 800px){
  .patient_exam_person {
    height: 344px;
    right: unset;
    margin-left: unset;
    left: 0;
  }
}

@media screen and (max-width: 767px) and (min-height: 932px){
  .patient_exam_person {
    height: 484px;
    right: unset;
    margin-left: unset;
    left: 0;
  }
}

@media screen and (max-width: 767px) and (min-height: 1000px){
  .patient_exam_person {
    height: 674px;
    right: unset;
    margin-left: unset;
    left: 0;
  }
}

@media screen and (max-width: 767px) and (min-height: 1200px){
  .patient_exam_person {
    height: 974px;
    right: 0;
    margin-left: unset;
    left: unset;
  }
}
