.page-content {
  min-height: 100vh;
  background-color: #e3e3e3;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.header-1 {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.questions {
  width: 100%;
  background-color: transparent;
}

.section.grey {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #e3e3e3;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1080px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.patient-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #154f9e;
}

.progress-bar {
  width: 770px;
  height: 20px;
  border-radius: 20px;
  background-color: #f0f0f0;
  box-shadow: inset 3px 3px 3px 0 rgba(0, 0, 0, 0.05);
}

.progress-line {
  width: 5%;
  height: 20px;
  border-radius: 20px;
  background-color: #154f9e;
  box-shadow: inset 0 4px 6px 0 hsla(0, 0%, 100%, 0.19);
}

.question-section-header {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 8px 8px 4px -14px #000;
}

.question-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #b7b4b4;
}

.question-title {
  width: 100%;
}

.answers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.answer {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.05);
  color: #3a3a3a;
  font-size: 20px;
  text-align: center;
}

.answer:active {
  background-color: #154f9e;
  color: #fff;
}

.answer:focus {
  background-color: #154f9e;
  color: #fff;
}

.answer:visited {
  background-color: #154f9e;
  color: #fff;
}

.answer.large {
  padding: 28px;
  text-align: left;
  text-decoration: none;
}

.answer.large.completed {
  background-color: #154f9e;
  color: #f5f5f5;
}

.body {
  font-family: 'Work Sans', sans-serif;
}

.text-block {
  color: #fff;
}

.patient {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.patient.black {
  color: #3a3a3a;
  font-weight: 400;
  text-align: center;
}

.patient.black.left {
  font-weight: 600;
  text-align: left;
}

.form-name {
  position: static;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
  box-shadow: 0 8px 7px 0 rgba(0, 0, 0, 0.03);
  color: #3a3a3a;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

._20px {
  height: 20px;
}

._10px {
  height: 10px;
}

.small-text {
  color: #666;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.small-text.white {
  color: #f5f5f5;
}

.form-title {
  font-size: 25px;
  line-height: 30px;
}

.question {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

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

.sticky-section-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
}

.question-section {
  position: -webkit-sticky;
  position: sticky;
  top: 206px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.18);
}

.question-divs {
  position: relative;
}

.image-2 {
  width: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.radio-button {
  display: none;
  width: 500px;
  border-radius: 8px;
}

.radio-button-field {
  width: 100%;
}

.survey.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.survey.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.watch {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-3 {
  color: #fff;
}

.image-4 {
  color: #fff;
}

.image-5 {
  color: #441d1d;
}

.centre-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-6 {
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 991px) {
  .container {
    width: auto;
    min-width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .patient-name {
    width: 100%;
    border-radius: 0px;
  }

  .progress-section {
    width: 100%;
  }

  .progress-bar {
    width: auto;
    margin-right: 3%;
    margin-left: 3%;
  }

  .small-text {
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .answer {
    padding-bottom: 11px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    min-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .patient-name {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .progress-section {
    max-width: 90%;
  }

  .progress-bar {
    height: 10px;
  }

  .progress-line {
    height: 10px;
  }

  .question-section-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .question-group {
    width: 95%;
  }

  .answer {
    font-size: 18px;
  }

  .answer:visited {
    background-color: #fff;
    color: #3a3a3a;
  }

  .answer.w--current {
    font-size: 18px;
  }

  .answer.large {
    padding-right: 15px;
    padding-left: 15px;
  }

  .patient {
    font-size: 20px;
    text-align: left;
  }

  .patient.black {
    font-size: 20px;
    text-align: left;
  }

  .patient.black.centre {
    line-height: 25px;
    text-align: center;
  }

  .form-name {
    padding-bottom: 20px;
  }

  ._20px {
    height: 10px;
  }

  .small-text {
    font-size: 14px;
    line-height: 19.599999999999998px;
    font-weight: 400;
  }

  .form-title {
    padding-right: 0px;
    font-size: 20px;
  }

  .question {
    font-size: 18px;
  }

  .question-section {
    top: 149px;
  }

  .image-2 {
    width: 300px;
    height: 60px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .logo-size {
    width: 50%;
  }

  .questionaire-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .survey-button {
    width: 100%;
  }

  .label {
    font-size: 16px;
  }
}

