:root {
  font-size: 18px;
}

.hidden {
    display: none;
}

.report-download-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#iosDownloadBtn {
  width: 90px;
}

.relativeAttr {
  position: relative;
}

#birdanimation {
  z-index: 10;
}

.language-wrapper::-webkit-scrollbar {
  width: 6px;               /* width of the entire scrollbar */
}

.language-wrapper::-webkit-scrollbar-thumb {
  background-color: gray;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
}

.dropdown {
  padding-right: 3%;
}

#langDrop {
  border: none;
  font-size: 18px;
  font-family: GothamSSm-Book;
  color: #000000;
}

#langDrop:focus-visible {
  outline: none; /* Remove outline */
  box-shadow: none; /* Remove box shadow */
}

#langDrop option {
  border: none;
}

.modal-content {
  border-radius: 6px !important;
}

.modal-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px 5px 0px 0px;
}

.modal-header::before,.modal-header::after {
  content: none !important;
}

.signInBody {
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.home-sub-header {
  color: #fff;
  font-family: GothamSSm-XLight;
  font-size: 44px;
  font-style: normal;
  font-weight: 250;
  line-height: 82px;
  width: 65%;
}

.thank-you-semi-title {
  color: #FFFFFF99;
}

.signInInputSec {
  display: flex;
  justify-content: space-between;
  border: 1px solid #E5E5E580;
  background-color: #E5E5E580;
  border-radius: 5px;
}

.signInLabel{
  font-family: GothamSSm-Light;
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  color: #666666;
  padding-left: 10px;
  width: 50%;
}

.signInLabel.ar {
  text-align: right;
  padding-right: 10px;
}

.normalConfirmation-title,.allFilledModal-title,.confirmationModal-title,.wellDoneModal-title,.aboutYouSkipModal-title,.languageTAB-header,.allFilledAboutYouModal-title,.exitModal-title {
  width: 98%;
}

#instructionsSubTitle1,#instructionsSubTitle2,#ethnicity,#sex,#edu-years,#age {
  padding-right: 10px;
}

.instructionTAB-header {
  width: 100%;
}

.signInInput {
  border: none;
  font-family: GothamSSm-Light;
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
  color: #666666;
  padding: 0px 5px;
  width: 50%;
}

.signInInput:focus {
  border: none;
  outline: none;
}

.fade.in {
  background-color: #00000080;
}

.grayColor {
  color: #FFFFFF99 !important;
}

.cursor {
  height: 41px !important;
  width: 24px !important;
  z-index: 100;
  bottom: 0px;
}

.subtract {
  top: -10% !important;
  z-index: 5;
}


.droppableContainer,
.main-box.dotted div {
  position: relative;
  display: flex;
  align-items: center;
}

.img_list {
  position: relative !important;
  z-index: 99 !important;
}

.img_list img,
.droppableContainer img {
  position: absolute !important;
}

.img_drag_area1 .img_list img:not(.ui-draggable-dragging) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_drag_area3 .img_list img:not(.ui-draggable-dragging) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Main-drop-Area1 .droppableContainer img:not(.ui-draggable-dragging) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Main-drop-Area-recall .droppableContainer img:not(.ui-draggable-dragging) {
  display: flex;
  align-items: center;
  justify-content: center;
}

#img_blue_small_4 {
  position: absolute;
}

#img_blue_small_3 {
  position: absolute;
}

#img_red_big_3 {
  position: absolute;
}

#img_blue_big_2 {
  position: absolute;
}

#img_red_big_2 {
  position: absolute;
}

#img_blue_big_4 {
  position: absolute;
}

#img_red_big_4 {
  position: absolute;
}

#img_blue_big_3 {
  position: absolute;
}

#img_red_small_4 {
  position: absolute;
}

.row-flex {
  display: flex !important;
  justify-content: center !important;
}

.row-flex>.col-md-2,
.col-sm-2,
.col-xs-2 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.img_drag img,
.img_drag_two img {
  cursor: pointer;
}

p.notes {
  font-size: 14px;
  color: #2a398e;
  margin-bottom: 14px;
  font-family: GothamSSm-Light,sans-serif;
}

.notes.ar {
  text-align: right;
}

.img_drag_area1 .image-drag-element {
  margin: 0px;
  width: calc(100% / 5);
  height: 160px;
}

.img_drag_area1 .image-drag-element img {
  margin: 0px;
}

.img_drag_area3 .image-drag-element img {
  margin: 0px;
  padding: 0px !important;
}

.Main-drop-Area-recall .drop_box {
  width: calc(100% / 5);
  float: left;
}

.ui-draggable,
.ui-droppable {
  -ms-touch-action: none;
  touch-action: none;
}

#numberTEST .number_drop .row:nth-child(1) .drop_box .main-box {
  border-bottom: none;
}

.panel-desc p {
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
}

.panel-desc h3 {
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}

.panel-desc ul {
  padding: 46px 0px 0px 20px;
  list-style: none;
}

.panel-desc ul li {
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 34px;
  display: flex;
  align-items: center;
}

li::before {
  content: "\2022";
  color: #1A6AB4; 
  font-size: 60px;
  margin-right: 10px;
}

.logo {
  height: 70px;
}

.timer,
.header-title {
  font-family: GothamSSm-Light,sans-serif;
  color: white;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2.4px;
  padding: 0px 15px;
}

.modal-body-text {
  color: #333;
  font-family: GothamSSm-Light,sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
}

.modal-footer {
  border: 0px !important;
}

.header-left {
  display: flex;
  justify-content: left;
  align-items: center;
}
.header-left.double-button {
  width: 60%;
}

.header-left.ar {  
  justify-content: space-between;
}

.next-question-wrp1 {
  width: 25%;
}

.next-question-wrp1.double-button {
  width: 80%;
}

.next-question-wrp1.double-button.el {
  width: 80%;
}

.confirm.ar {
  text-align: right;
}

#instructionsTitle1.ar {
  text-align: right;
}

.close-icon,.modal-close-icon {
  width: 48px;
  height: 48px;
}

.close-icon-btn,.modal-close-icon-btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

.close-icon-btn img,.modal-close-icon-btn img {
  height: 100%;
  width: 100%;
}

.modal-header {
  background: #1B75BC;
  color: white;
  font-family: GothamSSm-Light,sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
}

.text-direction {
  direction: ltr;
}

.text-direction.ar {
  direction: rtl;
}

/* About you css */
.about-you {
  width: 800px;
}

.about-header {
  height: 85px;
  background-color: #1b75bc;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.header-name {
  color: white;
  font-size: 24px;
  font-weight: 250;
  letter-spacing: 2.4px;
  padding-left: 18px;
}

.about-form {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 37px;
}

.form-info {
  height: 85px;
  background: rgba(27, 117, 188, 0.1);
  padding: 0 80px;
  display: flex;
  align-items: center;
}

.age-input {
  border: 1px solid #ccc;
  width: 100%;
  height: 25%;
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.survey-input-container {
  border-bottom: 1px solid #ccc;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.label-name {
  width: 55%;
  color: #333;
  font-size: 19px;
  font-weight: 400;
  padding: 0 15px;
  margin: 0px !important;
  line-height: 20px;
  height: 100%;
  background: #e8f1f8;
  display: flex;
  align-items: center;
  justify-content: left;
}

.survey-label-name {
  width: 53%;
  color: #333;
  font-size: 23px;
  font-weight: 400;  
  margin: 0px !important;  
  font-family: GothamSSm-Book,sans-serif;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}

.survey-label-name.fr {
  font-size: 22px;
}

.survey-que-1 {
  height: calc(100% - 83.25%);
  padding-top: 4px;
}

.survey-que-2 {
  height: calc(100% - 83.25%);
  padding-top: 4px;
}

.survey-que-3 {
  height: calc(100% - 87.75%);
  padding-top: 4px;
}

.survey-que-4 {
  height: calc(100% - 84.25%);
  padding-top: 4px;
}

.survey-que-5 {
  height: calc(100% - 83.25%);
  padding-top: 4px;
}

.survey-que-6 {
  height: calc(100% - 78.25%);
}

.label-name.fr {
  width: 62%;
}

.label-name.ar {
  justify-content: right;
  padding-right: 15px;
}

.input-field {
  width: 45%;
  color: #999;
  font-size: 28px;
  font-weight: 400;
  padding: 0px;
  border: none;
  background: white;
  height: 100%;
}

.input-field.ar::placeholder {
  text-align: right;
}

.arabic-text.ar {
  text-align: right;
}

.survey-input {
  width: 45%;
  border: none;
  background: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

textarea {
  resize: none;
  border-color: #CCCCCC;
  border-radius: 5px;
}

.likert-sub-text {
  font-size: 10px;
  font-weight: 400;
  font-family: GothamSSm-Light,sans-serif;
}

.likert-sub-title {
  display: flex;
  justify-content: space-between;
}

.radio-label {
  font-size: 10px;
}

.radio-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.radio-container-bool {
  display: flex;
  padding-right: 10px;
}

#radio-bool-label {
  padding-left: 5px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  font-family: GothamSSm-Book,sans-serif;
}

input[type=radio] {
  width: 18px;
  height: 18px;
  border-color: #1B75BC !important;
  background-color: #1B75BC !important;
}

input[type=radio]::before {
  content: " ";
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #1B75BC;
}

.input-field.fr {
  width: 38%;
}

.input-field:focus {
  border: none;
  outline: none;
}

.form-btns {
  display: flex;
  justify-content: end;
}

.skip-btn {
  width: 80px;
  height: 32px;
  font-size: 16px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #99b0c6;
  background-color: #99b0c6;
  border-radius: 50px;
  margin-right: 10px;
}

.submit-btn {
  width: 103px;
  height: 32px;
  font-size: 16px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D07902;
  background-color: #D07902;
  border-radius: 50px;
}

.btn:focus {
  color: #FFF !important;
}

/* ---------------------------------------------------- */
/* New css */

@font-face {
  font-family: GothamSSm-Light;
  src: url("fonts/GothamSSm-Light.otf");
}

@font-face {
  font-family: GothamSSm-Book;
  src: url("fonts/GothamSSm-Book.otf");
}

@font-face {
  font-family: GothamSSm-Bold;
  src: url("fonts/GothamSSm-Bold.otf");
}

@font-face {
  font-family: GothamSSm-XLight;
  src: url("fonts/GothamSSm-XLight.otf");
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0 !important;
  line-height: normal;
}

html,
body {
  font-family: GothamSSm-Light,sans-serif;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
}

section {
  height: 100% !important;
  width: 100% !important;
}

.intro {
  height: 100% !important;
  width: 100% !important;
}

.panel {
  margin: 0 !important;
  height: 100% !important;
  width: 100% !important;
  border: 0px !important;
  border: none !important;
}

.btn:active:focus,
.btn:focus {
  outline: none !important;
}

.row {
  margin: 0 !important;
}

.container {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px !important;
  padding: 0px !important;
}

label {
  margin: 0px !important;
}

.btn.btn-next-question {
  background-color: #D07902;
  color: white;
  padding: 2px 30px;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
  font-size: 32px;
  font-style: normal;
  font-family: GothamSSm-Light,sans-serif;
  font-weight: 400;
  line-height: inherit;
}

.btn.btn-next-questionDisable {
  background-color: #146EB5;
  border-color: #146EB5;
  color: #FFFFFF33;
  padding: 2px 30px;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
  font-size: 32px;
  font-style: normal;
  font-family: GothamSSm-Light,sans-serif;
  font-weight: 400;
  line-height: inherit;
}

.btn.btn-next-questionSkip {
  background-color: #99B0C6;
  border-color: #99B0C6;
  color: #FFFFFF;
  padding: 2px 30px;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
  font-size: 32px;
  font-style: normal;
  font-family: GothamSSm-Light,sans-serif;
  font-weight: 400;
  line-height: inherit;
}

.btn.btn-next-question:hover {
  background-color: #D07902;
  text-decoration: none;
  color: #fff !important;
}

.btn.btn-next-questionDisable:hover {
  background-color: #146EB5;
  text-decoration: none;
  color: #FFFFFF33 !important;
}

.btn.btn-next-questionSkip:hover {
  background-color: #99B0C6;
  text-decoration: none;
  color: #FFFFFF !important;
}

#confirmationYES,
#normalYes,
#terminationOK,
#moveToNextTaskOK,
#allFilledOK,
#exitModalYES,
#aboutYouSkipModalYES,
#surveySkipModalYES,
#wellDoneModalNEXT,
#accessLimitModalOK,
#allFilledAboutYouModalOK,
#signInModalEnter {
  width: fit-content;
  height: 40px;
  color: #fff;
  border-radius: 30px;
  background-color: #D07902 !important;
  border-color: #D07902 !important;
  font-size: 21px;
}

.div-ul {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 46px 0px 0px 20px;
}

.div-li {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  font-size: 30px;
  padding-bottom: 34px;
  color: #333;
  font-style: normal;
  font-weight: 400;
}

.div-li.ar {
  flex-direction: row-reverse;
  justify-content: right;
}

.div-img {
  height: 100%;
  margin-right: 6px;
}

.div-text {
  height: 100%;
}

.li-img {
  height: 14px;
  width: 14px;
}

#confirmationNO,
#exitModalNO,
#aboutYouSkipModalNO,
#surveySkipModalNO {
  border-radius: 30px;
  height: 40px;
  width: fit-content;
  font-size: 21px;
  color: #fff;
  background-color: #99B0C6 !important;
  border-color: #99B0C6 !important;
}

#normalNo {
  border-radius: 30px;
  height: 40px;
  width: fit-content;
  font-size: 21px;
  color: #fff;
  background-color: #99B0C6 !important;
  border-color: #99B0C6 !important;
}

#instructionTAB div.panel-desc {
  background: #E8F1F8;
  color: #333;
  padding: 2% 8% 2%;
}

#numberTEST div.panel-desc {
  background: #E8F1F8;
  height: 14.1667%;
  color: #333;
  padding: 0px 140px 0px 160px;
  display: flex;
  justify-content: left;
  align-items: center;
}

#recallTEST div.panel-desc {
  background: #E8F1F8;
  height: 14.1667%;
  color: #333;
  padding: 0px 140px 0px 160px;
  display: flex;
  justify-content: left;
  align-items: center;
}

#aboutUSPage div.panel-desc {
  background: #E8F1F8;
  height: 14.1667%;
  color: #333;
  padding: 0px 140px 0px 160px;
  display: flex;
  justify-content: left;
  align-items: center;
}

#surveyPage div.panel-desc {
  background: #E8F1F8;
  height: 14.1667%;
  color: #333;
  padding: 0px 140px 0px 160px;
  display: flex;
  justify-content: left;
  align-items: center;
}

#numberTEST .panel-body {
  padding: 96px 120px 120px 120px;
  height: calc(100% - 28.333%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#recallTEST .panel-body {
  padding: 51px 160px 120px 160px;
  height: calc(100% - 28.333%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#aboutUSPage div.about-form {
  padding: 54px 160px 120px 160px;
  height: calc(100% - 28.333%);
  display: flex;
  justify-content: center;
  align-items: start;
}

#surveyPage div.about-form {
  padding: 54px 160px 120px 160px;
  height: calc(100% - 28.333%);
  display: flex;
  justify-content: center;
  align-items: start;
}

#aboutUSPage form {
  width: 100%;
  height: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

#surveyPage form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

p.info {
  display: none;
  color: #FFF;
  font-size: 36px;
  font-family: GothamSSm-Light,sans-serif;
}

/* ---------------------------------------------------- */
/* Loader animation */

/* Fullscreen loader container */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000CC;
  /* Semi-transparent white background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Loader image */
.loader img {
  max-width: 100%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Hide loader by default */
.loader-container.hidden {
  display: none;
}

/* ---------------------------------------------------- */
/* Test Report Section */
.report-head-base {
  color: #FFF;
  font-family: GothamSSm-Book,sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.067px;
}

.report-head-mid {
  color: #FFF;
  font-family: GothamSSm-Book,sans-serif;
  font-size: 26.667px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.067px;
}

.report-head-report {
  color: #AFCEE7;
  font-family: GothamSSm-Light,sans-serif;
  font-size: 26.667px;
  font-style: normal;
  font-weight: 250;
  line-height: 33.067px;
  padding-left: 3%;
}

embed {
  height: 96% !important;
}

#pdfContainer {
  width: 100%;
  height: 100%;
  margin-top: 2%;
}

.col-md-12 {
  padding: 0px !important;
}

/* ---------------------------------------------------- */
/* Home page css */
.home-container {
  width: 100%;
  height: 100%;
}

.home-titlebar {
  height: 14.1667%;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px 0px 40px;
}

.home-titlebar-right-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.blue-bar {
  height: 8.667%;
  background-color: #1b75bc;
}

.home-page {
  background-image: url("./dnd/HomeBg.png");
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%),url("./dnd/HomeBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100% - 22.8337%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.moca-cognition-image {
  display: flex;
  justify-content: end;
  padding: 0 4%;
  -webkit-justify-content: flex-end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.home-items {
  padding: 48px 60px;
}

.home-items.ar {
  text-align: right !important;
}

.home-header {
  color: #fff;
  font-family: GothamSSm-XLight,sans-serif;
  font-size: 76px;
  font-style: normal;
  font-weight: 250;
  line-height: 94px;
  width: 65%;
}

.home-semi-title {
  color: #fff;
  font-family: GothamSSm-Light,sans-serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 300;
  width: 48%;
  padding-top: 16px;
}

.modal-width {
  width: 90%;
}

.home-btn,.exit-btn {
  width: fit-content;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d07902;
  text-transform: capitalize;
  color: white;
  font-family: GothamSSm-Light,sans-serif;
  font-weight: 400;
  font-size: 42px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 50px;
  margin-top: 48px;
  border-color: transparent;
}

.home-footer {
  color: #ccc;
  font-family: GothamSSm-Light,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  padding-bottom: 2%;
}

/* ---------------------------------------------------- */

/* Header of all Pagge */
.panel-header {
  background-color: #1B75BC;
  height: 14.1667%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 60px;
}

/* ---------------------------------------------------- */

/* Language Page */
.language-panel {
  padding: 0% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100% - 14.1667%);
}

.language-wrapper-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.language-wrapper-grid {
  display: grid; 
}

.language-wrapper {
  height: 58%;
  overflow-y: auto;
}

.language-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.language-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.language-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.language-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.audio-desc {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #333;
  font-family: GothamSSm-Light,sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  width: 60%;
  padding-top: 5%;
}

.select-box {
  width: 165px;
  height: 165px;
  border: 1px solid #c6dcee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  color: #1A6AB4;
  font-size: 38.83px;
  font-style: normal;
  font-weight: 400;
  line-height: 160px;
  transition: background-color 0.3s ease, color 0.3s ease;
  padding: 6px;
  margin: 10px 16px;
}

.select-box-four-lg {
  width: 90px;
  height: 90px;
  font-size: 36px;
}

.select-box span {
  background-color: #fff;
  color: #1B75BC;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select-box.selected span {
  background-color: #1B75BC;
  color: #fff;
}

.select-box.selected {
  border: 1px solid #1B75BC;
}

.select-box.selected+p {
  font-weight: 700;
}

.language-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
}

.language-item p {
  color: #000;
  text-align: center;
  font-size: 29.457px;
  font-style: normal;
  font-weight: 300;
}

#audioFlag {
  margin-right: 1% !important;
  height: 22px;
  width: 22px;
}

/* shapesTEST  */

#shapesTEST .place_shapes_top {
  height: 29.637%;
}

#shapesTEST .place_shapes_mid {
  height: 29.615%;
}

#shapesTEST .place_shapes_bottom {
  height: 40.748%;
}

#shapesTEST .place_shapes {
  width: 100% !important;
  height: 100%;
}

#shapesTEST .img_drag {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#shapesTEST .img_drag_area1 .image-drag-element {
  margin: 0px;
  width: calc(100% / 5);
  height: 100%;
}

#shapesTEST .img_list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#shapesTEST .img_list img {
  max-height: 120px;
  height: 100%;
  display: inline-block;
  margin: 0px;
}

#shapesTEST .Main-drop-Area {
  width: 100%;
  height: 100%;
}

#shapesTEST .Main-drop-Area .drop_box {
  padding: 0;
  float: left;
}

.Main-drop-Area1 .drop_box {
  width: calc(100% / 5);
  height: 100%;
}

#shapesTEST .main-box {
  float: left;
  width: 100%;
  height: 100%;
  padding: 0px;
  border: 1px solid #1a75bc;
}

#shapesTEST div.panel-desc {
  background: #E8F1F8;
  height: 14.1667%;
  color: #333;
  padding: 0px 140px 0px 160px;
  display: flex;
  justify-content: left;
  align-items: center;
}

#shapesTEST div.panel-desc.yellow {
  background: #D07902;
  height: 14.1667%;
  color: #333;
  padding: 0px 140px 0px 160px;
  display: flex;
  justify-content: left;
  align-items: center;
}

#shapesTEST div.panel-desc.ar {
  justify-content: right;
}

#aboutUSPage div.panel-desc.ar {
  justify-content: right;
}

#shapesTEST .panel-body {
  padding: 120px;
  height: calc(100% - 28.333%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#testRESULT .panel-body {
  height: calc(100% - 14.1667%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#shapesTEST .main-box>div {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#shapesTEST .main-box img {
  margin: 0 auto;
  text-align: center;
  display: block;
  height: 100%;
  max-height: 120px;
}

#shapesTEST .Main-drop-Area {
  padding: 0;
  float: left;
}

#shapesTEST a:focus,
a:hover {
  color: #fff;
  text-decoration: none;
}

#shapesTEST .main-box .image-scrollable-destination {
  z-index: -10;
}

/* numberTEST Section */

#numberTEST .numbers {
  width: 100%;
  float: left;
  display: block;
  height: 28.48%;
}

#numberTEST .numbers_mid {
  height: 18.18%;
}

#numberTEST .number_drop {
  width: 100%;
  display: block;
  margin: 0px auto;
  height: 53.34%;
}

#numberTEST .numbers>.row {
  height: 100% !important;
}

#numberTEST .img_drag {
  width: 100%;
  display: block;
  clear: both;
  height: 100%;
}

#numberTEST .img_list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#numberTEST .img_list img {
  height: 100%;
  max-height: 120px;
}

#numberTEST .img_list img.lastTry {
  height: 100%;
  max-height: 105px;
}

#numberTEST .number_drop .element-table-padding {
  width: 100%;
  height: calc(100% / 2);
}

#numberTEST .element-table-padding .col-md-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 100% !important;
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#numberTEST .drop_box {
  height: 100%;
  width: calc(100% / 8);
}

#numberTEST .main-box {
  float: left;
  border: 1px solid #1a75bc;
  height: 100%;
  width: 100%;
}

#numberTEST .main-box>div {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#numberTEST .number_drop {
  width: 100%;
  display: block;
  margin: 0px auto;
}

#numberTEST a:focus,
a:hover {
  color: #fff;
  text-decoration: none !important;
}

#numberTEST .main-box img {
  height: 100%;
  max-height: 120px;
}

#numberTEST .main-box img.lastTry {
  max-height: 105px;
}

#numberTEST div.panel-desc.ar {
  justify-content: right;
}

/* recallTEST Section */

#recallTEST .place {
  width: 100%;
  float: left;
  height: 54%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#recallTEST .place_mid {
  height: 11.184%;
}

#recallTEST .Main-drop-Area-recall .drop_box {
  width: calc(100% / 5);
  float: left;
  height: 100%;
}

#recallTEST .place_top {
  height: calc(100% / 2.1333);
  width: 100%;
}

#recallTEST .place_bottom {
  height: calc(100% / 2.1333);
  width: 100%;
}

#recallTEST .img_drag {
  width: 100%;
  float: left;
  height: 100%;
}

#recallTEST div.panel-desc.ar {
  justify-content: right;
}

.img_drag_area3 {
  text-align: center;
  display: flex;
  justify-content: center;
}

.img_drag_area3 .image-drag-element {
  margin: 0px;
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
}

#recallTEST .img_list img {
  max-width: 100%;
  max-height: 120px;
  height: 100%;
  display: block;
  margin: 0 auto;
}

#recallTEST .img_list {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative !important;
  z-index: 99 !important;
}

#recallTEST .Main-drop-Area {
  width: 100%;
  float: left;
  height: 34.816%;
  display: inline-block;
  text-align: center;
}

#recallTEST .main-box {
  float: left;
  width: 100%;
  height: 100%;
  border: 1px solid #1a75bc;
}

#recallTEST .main-box>div {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#recallTEST .main-box img {
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 0px;
  max-height: 120px;
  height: 100%;
}

#recallTEST a:focus,
a:hover {
  color: #fff;
  text-decoration: none !important;
}

.radio-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
}

.radio-button-2-bool {
  display: flex;
  align-items: center;  
}


/* Responsive Css */

@media screen and (min-height: 400px) and (max-height: 499px) {

  #shapesTEST .img_list img {
    max-height: 52px;
  }

  #shapesTEST .panel-body {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  #shapesTEST .main-box img {
    max-height: 52px;
  }

  #numberTEST .img_list img {
    max-height: 52px;
  }

  #numberTEST .img_list img.lastTry {
    max-height: 46.5px;
  }

  #numberTEST .main-box img {
    max-height: 52px;
  }

  #numberTEST .main-box img.lastTry {
    max-height: 46.5px;
  }

  #numberTEST .panel-body {
    padding-top: 42.5px;
    padding-bottom: 52px;
  }

  #recallTEST .img_list img {
    max-height: 52px;
  }

  #recallTEST .main-box img {
    max-height: 52px;
  }

  #recallTEST .panel-body {
    padding-top: 22.5px;
    padding-bottom: 52px;
  }

  #aboutUSPage div.about-form {
    padding-top: 24px;
    padding-bottom: 52px;
  }

  #surveyPage div.about-form {
    padding-top: 6.67px;
    padding-bottom: 15.67px;
  }

  .close-icon,.modal-close-icon {
    width: 20.8px;
    height: 20.8px;
  }

  .logo {
    height: 31.2px;
  }

  .select-box {
    width: 55px;
    height: 55px;
    font-size: 13.13px;
    padding: 3px;
  }

  .home-header {
    font-size: 28px;
    line-height: 40px;
  }

  .home-sub-header {
    font-size: 18px;
    line-height: 30px;
  }

  #langDrop {
    font-size: 14px;
  }

  .signInLabel {
    font-size: 11px;
  }

  .home-semi-title {
    font-size: 16px;
    padding-top: 6.5px;
  }

  .home-btn,.exit-btn {
    width: fit-content;
    height: 27.2px;
    font-size: 18px;
    margin-top: 20.2px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .home-footer {
    font-size: 10px;
  }

  .btn.btn-next-question {
    font-size: 12px;
    font-weight: 500;
    padding: 2px 20px;
  }

  .btn.btn-next-questionDisable {
    font-size: 12px;
    font-weight: 500;
    padding: 2px 20px;
  }

  .btn.btn-next-questionSkip {
    font-size: 12px;
    font-weight: 500;
    padding: 2px 20px;
  }

  .language-item p {
    font-size: 13.4px;
  }

  .timer,
  .header-title {
    font-size: 16px;
    letter-spacing: 0.4px;
  }

  .audio-desc {
    font-size: 14px;
    width: 70%;
  }

  .modal-dialog {
    width: 70% !important;
  }

  .modal-header {
    font-size: 16px;
  }

  .modal-body-text {
    font-size: 14px;
  }

  #confirmationYES,
  #normalYes,
  #terminationOK,
  #moveToNextTaskOK,
  #allFilledOK,
  #exitModalYES,
  #aboutYouSkipModalYES,
  #surveySkipModalYES,
  #wellDoneModalNEXT,
  #accessLimitModalOK,
  #allFilledAboutYouModalOK,
  #signInModalEnter {
    width: fit-content;
    height: 25.6px;
    font-size: 12px;
  }

  #normalNo {
    height: 25.6px;
    width: fit-content;
    font-size: 12px;
  }

  #normalNo.tr {
    font-size: 11px;
  }

  #normalYes.tr {
    font-size: 11px;
  }

  #confirmationNO,
  #exitModalNO,
  #aboutYouSkipModalNO,
  #surveySkipModalNO {
    height: 25.6px;
    width: fit-content;
    font-size: 12px;
  }

  .panel-desc h3 {
    font-size: 17px;
  }

  .panel-desc ul {
    padding-top: 14.5px;
  }

  .div-ul {
    padding-top: 14.5px;
  }

  .panel-desc ul li {
    font-size: 18px;
    padding-bottom: 16px;
  }

  .div-li {  
    font-size: 15px;
    padding-bottom: 16px;
  }

  .li-img {
    height: 10px;
    width: 10px;
  }

  li::before {
    font-size: 36px;
  }

  .panel-desc p {
    font-size: 13px;
  }

  p.info {
    font-size: 16px;
  }

  .label-name {
    font-size: 7px;
    padding-right: 0px;
  }

  .survey-label-name {
    font-size: 8px;
    padding-right: 0px;
  }

  .likert-sub-text {
    font-size: 8px;
  }

  .survey-label-name.fr {
    font-size: 7.5px;
  }
  
  .input-field {
    font-size: 15px;
  }

  #audioFlag {
    height: 13px;
    width: 13px;
  }

  input[type=radio] { 
    width: 12px;
    height: 12px;
  }

  input[type=radio]::before {
    width: 12px;
    height: 12px;
  }

  #radio-bool-label {
    font-size: 10px;
  }

  .home-items {
    padding: 40px 36px;
  }

  .report-head-mid {
    font-size: 20px;
  }

  .report-head-base {
    font-size: 28px;
  }

  .report-head-report {
    font-size: 22.667px;
  }

  .radio-button {
    padding-top: 0px;
  }

  .radio-label {
    font-size: 9px;
  }

  .language-wrapper-flex {
    width: calc(92px  * 5);
  }
}

@media screen and (min-height: 500px) and (max-height: 599px) {

  #shapesTEST .img_list img {
    max-height: 65px;
  }

  #shapesTEST .panel-body {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  #shapesTEST .main-box img {
    max-height: 65px;
  }

  #numberTEST .img_list img {
    max-height: 65px;
  }

  #numberTEST .img_list img.lastTry {
    max-height: 58px;
  }

  #numberTEST .main-box img {
    max-height: 65px;
  }

  #numberTEST .main-box img.lastTry {
    max-height: 58px;
  }

  #numberTEST .panel-body {
    padding-top: 53px;
    padding-bottom: 65px;
  }

  #recallTEST .img_list img {
    max-height: 65px;
  }

  #recallTEST .main-box img {
    max-height: 65px;
  }

  #recallTEST .panel-body {
    padding-top: 28px;
    padding-bottom: 65px;
  }

  #aboutUSPage div.about-form {
    padding-top: 30px;
    padding-bottom: 65px;
  }

  #surveyPage div.about-form {
    padding-top: 8.33px;
    padding-bottom: 33.33px;
  }

  .close-icon,.modal-close-icon {
    width: 26px;
    height: 26px;
  }

  .logo {
    height: 39px;
  }

  .select-box {
    width: 72px;
    height: 72px;
    font-size: 16.33px;
    padding: 3px;
  }

  .home-header {
    font-size: 34px;
    line-height: 44px;
  }

  .home-sub-header {
    font-size: 20px;
    line-height: 34px;
  }

  #langDrop {
    font-size: 16px;
  }

  .signInLabel {
    font-size: 12px;
  }

  .home-semi-title {
    font-size: 18px;
    padding-top: 8px;
  }

  .home-btn,.exit-btn {
    width: fit-content;
    height: 34px;
    font-size: 22px;
    margin-top: 28px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .btn.btn-next-question {
    font-size: 15px;
    font-weight: 600;
  }

  .btn.btn-next-questionDisable {
    font-size: 15px;
    font-weight: 600;
  }

  .btn.btn-next-questionSkip {
    font-size: 15px;
    font-weight: 600;
  }

  .language-item p {
    font-size: 16px;
  }

  .timer,
  .header-title {
    font-size: 20px;
    letter-spacing: 0.4px;
  }

  .audio-desc {
    font-size: 14px;
  }

  .modal-dialog {
    width: 60% !important;
  }

  .modal-header {
    font-size: 16px;
  }

  .modal-body-text {
    font-size: 14px;
  }

  #confirmationYES,
  #normalYes,
  #terminationOK,
  #moveToNextTaskOK,
  #allFilledOK,
  #exitModalYES,
  #aboutYouSkipModalYES,
  #surveySkipModalYES,
  #wellDoneModalNEXT,
  #accessLimitModalOK,
  #allFilledAboutYouModalOK,
  #signInModalEnter {
    width: fit-content;
    height: 32px;
    font-size: 14px;
  }

  #normalNo {
    height: 32px;
    width: fit-content;
    font-size: 14px;
  }

  #confirmationNO,
  #exitModalNO,
  #aboutYouSkipModalNO,
  #surveySkipModalNO {
    height: 32px;
    width: fit-content;
    font-size: 14px;
  }

  .panel-desc h3 {
    font-size: 19px;
  }

  .panel-desc ul {
    padding-top: 18px;
  }

  .div-ul {
    padding-top: 18px;
  }

  .panel-desc ul li {
    font-size: 18px;
    padding-bottom: 20px;
  }

  .div-li {  
    font-size: 18px;
    padding-bottom: 20px;
  }

  .li-img {
    height: 11px;
    width: 11px;
  }

  li::before {
    font-size: 36px;
  }

  .panel-desc p {
    font-size: 16px;
  }

  p.info {
    font-size: 22px;
  }

  .label-name {
    font-size: 10px;
    padding-right: 0px;
  }

  .survey-label-name {
    font-size: 10px;
    padding-right: 0px;
  }

  .survey-label-name.fr {
    font-size: 9px;
  }
  
  .input-field {
    font-size: 15px;
  }

  #audioFlag {
    height: 16px;
    width: 16px;
  }

  input[type=radio] { 
    width: 14px;
    height: 14px;
  }

  input[type=radio]::before {
    width: 14px;
    height: 14px;
  }

  #radio-bool-label {
    font-size: 12px;
  }

  .language-wrapper-flex {
    width: calc(110px * 5);
  }

}

@media screen and (min-height: 600px) and (max-height: 699px) {

  #shapesTEST .img_list img {
    max-height: 80px;
  }

  #shapesTEST .panel-body {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #shapesTEST .main-box img {
    max-height: 80px;
  }

  #numberTEST .img_list img {
    max-height: 80px;
  }

  #numberTEST .img_list img.lastTry {
    max-height: 70px;
  }

  #numberTEST .main-box img {
    max-height: 80px;
  }

  #numberTEST .main-box img.lastTry {
    max-height: 70px;
  }

  #numberTEST .panel-body {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  #recallTEST .img_list img {
    max-height: 80px;
  }

  #recallTEST .main-box img {
    max-height: 80px;
  }

  #recallTEST .panel-body {
    padding-top: 34px;
    padding-bottom: 80px;
  }

  #aboutUSPage div.about-form {
    padding-top: 36px;
    padding-bottom: 80px;
  }

  #surveyPage div.about-form {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .close-icon,.modal-close-icon {
    width: 32px;
    height: 32px;
  }

  .logo {
    height: 47px;
  }

  .select-box {
    width: 95px;
    height: 95px;
    font-size: 22.33px;
    padding: 4px;
  }

  .home-header {
    font-size: 42px;
    line-height: 58px;
  }

  .home-sub-header {
    font-size: 24px;
    line-height: 48px;
  }

  #langDrop {
    font-size: 18px;
  }

  .signInLabel {
    font-size: 12px;
  }

  .home-semi-title {
    font-size: 24px;
    padding-top: 16px;
  }

  .thank-you-semi-title {
    font-size: 22px !important;
    padding-top: 10px;
  }

  .home-btn,.exit-btn {
    width: fit-content;
    height: 48px;
    font-size: 24px;
    margin-top: 28px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .btn.btn-next-question {
    font-size: 18px;
    font-weight: 600;
  }

  .btn.btn-next-questionDisable {
    font-size: 18px;
    font-weight: 600;
  }

  .btn.btn-next-questionSkip {
    font-size: 18px;
    font-weight: 600;
  }

  .language-item p {
    font-size: 17.4px;
  }

  .timer,
  .header-title {
    font-size: 24px;
    letter-spacing: 0.4px;
  }

  .audio-desc {
    font-size: 16px;
    padding-top: 8%;
  }

  .modal-dialog {
    width: 50% !important;
  }

  .modal-header {
    font-size: 18px;
  }

  .modal-body-text {
    font-size: 16px;
  }

  #confirmationYES,
  #normalYes,
  #terminationOK,
  #moveToNextTaskOK,
  #allFilledOK,
  #exitModalYES,
  #aboutYouSkipModalYES,
  #surveySkipModalYES,
  #wellDoneModalNEXT,
  #accessLimitModalOK,
  #allFilledAboutYouModalOK,
  #signInModalEnter {
    width: fit-content;
    height: 32px;
    font-size: 16px;
  }

  #normalNo {
    height: 32px;
    width: fit-content;
    font-size: 16px;
  }

  #confirmationNO,
  #exitModalNO,
  #aboutYouSkipModalNO,
  #surveySkipModalNO {
    height: 32px;
    width: fit-content;
    font-size: 16px;
  }

  .panel-desc h3 {
    font-size: 20px;
  }

  .panel-desc ul {
    padding-top: 24px;
  }

  .div-ul {
    padding-top: 24px;
  }

  .panel-desc ul li {
    font-size: 19px;
    padding-bottom: 20px;
  }

  .div-li {  
    font-size: 19px;
    padding-bottom: 20px;
  }

  .li-img {
    height: 11px;
    width: 11px;
  }

  li::before {
    font-size: 38px;
  }

  .panel-desc p {
    font-size: 17px;
  }

  p.info {
    font-size: 23px;
  }

  .label-name {
    font-size: 11px;
    padding-right: 0px;
  }

  .survey-label-name {
    font-size: 12px;
    padding-right: 0px;
  }

  .survey-label-name.fr {
    font-size: 11px;
  }
  
  .input-field {
    font-size: 16px;
  }

  #audioFlag {
    height: 16px;
    width: 16px;
  }

  .language-wrapper-flex {
    width: calc(132px * 5);
  }

}

@media screen and (min-height: 700px) and (max-height: 799px) {

  #shapesTEST .img_list img {
    max-height: 94px;
  }

  #shapesTEST .panel-body {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  #shapesTEST .main-box img {
    max-height: 94px;
  }

  #numberTEST .img_list img {
    max-height: 94px;
  }

  #numberTEST .img_list img.lastTry {
    max-height: 81px;
  }

  #numberTEST .main-box img {
    max-height: 94px;
  }

  #numberTEST .main-box img.lastTry {
    max-height: 81px;
  }

  #numberTEST .panel-body {
    padding-top: 74px;
    padding-bottom: 94px;
  }

  #recallTEST .img_list img {
    max-height: 94px;
  }

  #recallTEST .main-box img {
    max-height: 94px;
  }

  #recallTEST .panel-body {
    padding-top: 39px;
    padding-bottom: 94px;
  }

  #aboutUSPage div.about-form {
    padding-top: 42px;
    padding-bottom: 94px;
  }

  #surveyPage div.about-form {
    padding-top: 11.66px;
    padding-bottom: 46.66px;
  }

  .close-icon,.modal-close-icon {
    width: 37px;
    height: 37px;
  }

  .logo {
    height: 54px;
  }

  .select-box {
    width: 105px;
    height: 105px;
    font-size: 26.23px;
    padding: 4px;
  }

  .home-header {
    font-size: 50px;
    line-height: 66px;
  }

  .home-sub-header {
    font-size: 30px;
    line-height: 56px;
  }

  #langDrop {
    font-size: 18px;
  }

  .signInLabel {
    font-size: 14px;
  }

  .home-semi-title {
    font-size: 26px;
    padding-top: 16px;
  }

  .home-btn,.exit-btn {
    width: fit-content;
    height: 48px;
    font-size: 28px;
    margin-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .btn.btn-next-question {
    font-size: 22px;
    font-weight: 400;
  }

  .btn.btn-next-questionDisable {
    font-size: 22px;
    font-weight: 400;
  }

  .btn.btn-next-questionSkip {
    font-size: 22px;
    font-weight: 400;
  }

  .language-item p {
    font-size: 23px;
  }

  .timer,
  .header-title {
    font-size: 25px;
    letter-spacing: 1.4px;
  }

  .audio-desc {
    font-size: 18px;
    padding-top: 5%;
  }

  .modal-dialog {
    width: 50% !important;
  }

  .modal-header {
    font-size: 22px;
  }

  .modal-body-text {
    font-size: 20px;
  }

  #confirmationYES,
  #normalYes,
  #terminationOK,
  #moveToNextTaskOK,
  #allFilledOK,
  #exitModalYES,
  #aboutYouSkipModalYES,
  #surveySkipModalYES,
  #wellDoneModalNEXT,
  #accessLimitModalOK,
  #allFilledAboutYouModalOK,
  #signInModalEnter {
    height: 36px;
    width: fit-content;
    font-size: 20px;
  }

  #normalNo {
    height: 36px;
    width: fit-content;
    font-size: 20px;
  }

  #confirmationNO,
  #exitModalNO,
  #aboutYouSkipModalNO,
  #surveySkipModalNO {
    height: 36px;
    width: fit-content;
    font-size: 20px;
  }

  .panel-desc h3 {
    font-size: 22px;
  }

  .panel-desc ul {
    padding-top: 30px;
  }

  .div-ul {
    padding-top: 30px;
  }

  .panel-desc ul li {
    font-size: 22px;
    padding-bottom: 24px;
  }

  .div-li {  
    font-size: 22px;
    padding-bottom: 24px;
  }

  .li-img {
    height: 12px;
    width: 12px;
  }

  li::before {
    font-size: 42px;
  }

  .panel-desc p {
    font-size: 22px;
  }

  p.info {
    font-size: 27px;
  }

  .label-name {
    font-size: 13px;
    padding-right: 0px;
  }

  .survey-label-name {
    font-size: 14px;
    padding-right: 0px;
  }

  .survey-label-name.fr {
    font-size: 13px;
  }
  
  .input-field {
    font-size: 20px;
  }

  #audioFlag {
    height: 16px;
    width: 16px;
  }

  input[type=radio] { 
    width: 22px;
    height: 22px;
  }

  input[type=radio]::before {
    width: 22px;
    height: 22px;
  }

  #radio-bool-label {
    font-size: 17px;
  }

  .radio-label {
    font-size: 12px;
  }

  .likert-sub-text {
    font-size: 12px;
  }

  .language-wrapper-flex {
    width: calc(142px * 5);
  }

}

@media screen and (min-height: 800px) and (max-height: 899px) {

  #shapesTEST .img_list img {
    max-height: 106px;
  }

  #shapesTEST .panel-body {
    padding-top: 106px;
    padding-bottom: 106px;
  }

  #shapesTEST .main-box img {
    max-height: 106px;
  }

  #numberTEST .img_list img {
    max-height: 106px;
  }

  #numberTEST .img_list img.lastTry {
    max-height: 93px;
  }

  #numberTEST .main-box img {
    max-height: 106px;
  }

  #numberTEST .main-box img.lastTry {
    max-height: 93px;
  }

  #numberTEST .panel-body {
    padding-top: 85px;
    padding-bottom: 106px;
  }

  #recallTEST .img_list img {
    max-height: 106px;
  }

  #recallTEST .main-box img {
    max-height: 106px;
  }

  #recallTEST .panel-body {
    padding-top: 45px;
    padding-bottom: 106px;
  }

  #aboutUSPage div.about-form {
    padding-top: 48px;
    padding-bottom: 106px;
  }

  #surveyPage div.about-form {
    padding-top: 13.33px;
    padding-bottom: 53.33px;
  }

  .close-icon,.modal-close-icon {
    width: 42px;
    height: 42px;
  }

  .logo {
    height: 62px;
  }

  .select-box {
    width: 120px;
    height: 120px;
    font-size: 30.43px;
    padding: 4px;
  }

  .home-header {
    font-size: 60px;
    line-height: 72px;
  }

  .home-sub-header {
    font-size: 34px;
    line-height: 62px;
  }

  .signInLabel {
    font-size: 16px;
  }

  .home-semi-title {
    font-size: 32px;
    padding-top: 16px;
  }

  .home-btn,.exit-btn {
    width: fit-content;
    height: 60px;
    font-size: 36px;
    margin-top: 36px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .btn.btn-next-question {
    font-size: 28px;
    font-weight: 400;
  }

  .btn.btn-next-questionDisable {
    font-size: 28px;
    font-weight: 400;
  }

  .btn.btn-next-questionSkip {
    font-size: 28px;
    font-weight: 400;
  }

  .language-item p {
    font-size: 26.4px;
  }

  .timer,
  .header-title {
    font-size: 30px;
    letter-spacing: 1.4px;
  }

  .audio-desc {
    font-size: 22px;
    /* padding-top: 7%; */
  }

  .modal-dialog {
    width: 50% !important;
  }

  .modal-header {
    font-size: 24px;
  }

  .modal-body-text {
    font-size: 22px;
  }

  #confirmationYES,
  #normalYes,
  #terminationOK,
  #moveToNextTaskOK,
  #allFilledOK,
  #exitModalYES,
  #aboutYouSkipModalYES,
  #surveySkipModalYES,
  #wellDoneModalNEXT,
  #accessLimitModalOK,
  #allFilledAboutYouModalOK,
  #signInModalEnter {
    height: 40px;
    width: fit-content;
    font-size: 21px;
  }

  #normalNo {
    height: 40px;
    width: fit-content;
    font-size: 21px;
  }

  #confirmationNO,
  #exitModalNO,
  #aboutYouSkipModalNO,
  #surveySkipModalNO {
    height: 40px;
    width: fit-content;
    font-size: 21px;
  }

  .panel-desc h3 {
    font-size: 26px;
  }

  .panel-desc ul {
    padding-top: 40px;
  }

  .div-ul {
    padding-top: 40px;
  }

  .panel-desc ul li {
    font-size: 24px;
    padding-bottom: 28px;
  }

  .div-li {  
    font-size: 24px;
    padding-bottom: 28px;
  }

  .li-img {
    height: 13px;
    width: 13px;
  }

  li::before {
    font-size: 46px;
  }

  .panel-desc p {
    font-size: 24px;
  }

  p.info {
    font-size: 29px;
  }

  .label-name {
    font-size: 15px;
    padding-right: 0px;
  }

  .survey-label-name {
    font-size: 16px;
    padding-right: 0px;
  }

  .survey-label-name.fr {
    font-size: 15px;
  }
  
  .input-field {
    font-size: 23px;
  }

  #audioFlag {
    height: 28px;
    width: 28px;
  }

  input[type=radio] { 
    width: 22px;
    height: 22px;
  }

  input[type=radio]::before {
    width: 22px;
    height: 22px;
  }

  #radio-bool-label {
    font-size: 17px;
  }

  .radio-label {
    font-size: 13px;
  }

  .likert-sub-text {
    font-size: 13px;
  }

  .language-wrapper-flex {
    width: calc(158px * 5);
  }

}

@media screen and (min-height: 900px) and (max-height: 999px) {
  #shapesTEST .img_list img {
    max-height: 120px;
  }

  #shapesTEST .panel-body {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  #shapesTEST .main-box img {
    max-height: 120px;
  }

  #numberTEST .img_list img {
    max-height: 120px;
  }

  #numberTEST .img_list img.lastTry {
    max-height: 105px;
  }

  #numberTEST .main-box img {
    max-height: 120px;
  }

  #numberTEST .main-box img.lastTry {
    max-height: 105px;
  }

  #numberTEST .panel-body {
    padding-top: 96px;
    padding-bottom: 120px;
  }

  #recallTEST .img_list img {
    max-height: 120px;
  }

  #recallTEST .main-box img {
    max-height: 120px;
  }

  #recallTEST .panel-body {
    padding-top: 51px;
    padding-bottom: 120px;
  }

  #aboutUSPage div.about-form {
    padding-top: 54px;
    padding-bottom: 120px;
  }

  #surveyPage div.about-form {
    padding-top: 15px;
    padding-bottom: 60px;
  }

  .close-icon,.modal-close-icon {
    width: 48px;
    height: 48px;
  }

  .logo {
    height: 70px;
  }

  .select-box {
    width: 140px;
    height: 140px;
    font-size: 32.73px;
    padding: 4px;
  }

  .home-header {
    font-size: 68px;
    line-height: 88px;
  }

  .home-sub-header {
    font-size: 40px;
    line-height: 78px;
  }

  .signInLabel {
    font-size: 16px;
  }

  .home-semi-title {
    font-size: 36px;
    padding-top: 14px;
  }

  .home-btn,.exit-btn {
    width: fit-content;
    height: 60px;
    font-size: 36px;
    margin-top: 36px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .btn.btn-next-question {
    font-size: 28px;
    font-weight: 400;
  }

  .btn.btn-next-questionDisable {
    font-size: 28px;
    font-weight: 400;
  }

  .btn.btn-next-questionSkip {
    font-size: 28px;
    font-weight: 400;
  }

  .language-item p {
    font-size: 28px;
  }

  .timer,
  .header-title {
    font-size: 32px;
    letter-spacing: 1.4px;
  }

  .audio-desc {
    font-size: 24px;
    padding-top: 7%;
  }

  .modal-dialog {
    width: 50% !important;
  }

  .modal-header {
    font-size: 26px;
  }

  .modal-body-text {
    font-size: 24px;
  }

  #confirmationYES,
  #normalYes,
  #terminationOK,
  #moveToNextTaskOK,
  #allFilledOK,
  #exitModalYES,
  #aboutYouSkipModalYES,
  #surveySkipModalYES,
  #wellDoneModalNEXT,
  #accessLimitModalOK,
  #allFilledAboutYouModalOK,
  #signInModalEnter {
    height: 40px;
    width: fit-content;
    font-size: 21px;
  }

  #normalNo {
    height: 40px;
    width: fit-content;
    font-size: 21px;
  }

  #confirmationNO,
  #exitModalNO,
  #aboutYouSkipModalNO,
  #surveySkipModalNO {
    height: 40px;
    width: fit-content;
    font-size: 21px;
  }

  .panel-desc h3 {
    font-size: 30px;
  }

  .panel-desc ul {
    padding-top: 46px;
  }

  .div-ul {
    padding-top: 46px;
  }

  .panel-desc ul li {
    font-size: 28px;
    padding-bottom: 34px;
  }

  .div-li {  
    font-size: 28px;
    padding-bottom: 34px;
  }

  .li-img {
    height: 14px;
    width: 14px;
  }

  li::before {
    font-size: 50px;
  }

  .panel-desc p {
    font-size: 28px;
  }

  p.info {
    font-size: 32px;
  }

  .label-name {
    font-size: 17px;
    padding-right: 0px;
  }

  .survey-label-name {
    font-size: 17px;
    padding-right: 0px;
  }

  .survey-label-name.fr {
    font-size: 17px;
  }
  
  .input-field {
    font-size: 25px;
  }

  #audioFlag {
    height: 24px;
    width: 24px;
  }

  input[type=radio] { 
    width: 25px;
    height: 25px;
  }

  input[type=radio]::before {
    width: 25px;
    height: 25px;
  }

  #radio-bool-label {
    font-size: 19px;
  }

  .radio-label {
    font-size: 15px;
  }

  .likert-sub-text {
    font-size: 15px;
  }

  .language-wrapper-flex {
    width: calc(180px * 5);
  }
  
}

@media screen and (min-width: 500px) and (max-width: 599px) {
  .panel-header {
    padding-left: 18px;
    padding-right: 18px;
  }

  #shapesTEST div.panel-desc {
    padding-left: 48px;
    padding-right: 42px;
  }

  #shapesTEST div.panel-desc.yellow {
    padding-left: 48px;
    padding-right: 42px;
  }

  #shapesTEST .panel-body {
    padding-left: 48px;
    padding-right: 48px;
  }

  #numberTEST div.panel-desc {
    padding-left: 48px;
    padding-right: 42px;
  }

  #numberTEST .panel-body {
    padding-left: 48px;
    padding-right: 48px;
  }

  #recallTEST div.panel-desc {
    padding-left: 48px;
    padding-right: 42px;
  }

  #recallTEST .panel-body {
    padding-left: 48px;
    padding-right: 48px;
  }

  #aboutUSPage div.panel-desc {
    padding-left: 48px;
    padding-right: 48px;
  }

  #surveyPage div.panel-desc {
    padding-left: 48px;
    padding-right: 48px;
  }

  #aboutUSPage div.about-form {
    padding-left: 48px;
    padding-right: 48px;
  }

  #surveyPage div.about-form {
    padding-left: 48px;
    padding-right: 48px;
  }

}

@media screen and (min-width: 600px) and (max-width: 699px) {
  .panel-header {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }

  #shapesTEST div.panel-desc {
    padding-left: 60px;
    padding-right: 52.5px;
  }

  #shapesTEST div.panel-desc.yellow {
    padding-left: 60px;
    padding-right: 52.5px;
  }

  #shapesTEST .panel-body {
    padding-left: 60px;
    padding-right: 60px;
  }

  #numberTEST div.panel-desc {
    padding-left: 60px;
    padding-right: 52.5px;
  }

  #numberTEST .panel-body {
    padding-left: 60px;
    padding-right: 60px;
  }

  #recallTEST div.panel-desc {
    padding-left: 60px;
    padding-right: 52.5px;
  }

  #recallTEST .panel-body {
    padding-left: 60px;
    padding-right: 60px;
  }

  #aboutUSPage div.panel-desc {
    padding-left: 60px;
    padding-right: 60px;
  }

  #surveyPage div.panel-desc {
    padding-left: 60px;
    padding-right: 60px;
  }

  #aboutUSPage div.about-form {
    padding-left: 60px;
    padding-right: 60px;
  }

  #surveyPage div.about-form {
    padding-left: 60px;
    padding-right: 60px;
  }

}

@media screen and (min-width: 700px) and (max-width: 799px) {
  .panel-header {
    padding-left: 26.5px;
    padding-right: 26.5px;
  }

  #shapesTEST div.panel-desc {
    padding-left: 70px;
    padding-right: 61.25px;
  }

  #shapesTEST div.panel-desc.yellow {
    padding-left: 70px;
    padding-right: 61.25px;
  }

  #shapesTEST .panel-body {
    padding-left: 70px;
    padding-right: 70px;
  }

  #numberTEST div.panel-desc {
    padding-left: 70px;
    padding-right: 61.25px;
  }

  #numberTEST .panel-body {
    padding-left: 70px;
    padding-right: 70px;
  }

  #recallTEST div.panel-desc {
    padding-left: 70px;
    padding-right: 61.25px;
  }

  #recallTEST .panel-body {
    padding-left: 70px;
    padding-right: 70px;
  }

  #aboutUSPage div.panel-desc {
    padding-left: 70px;
    padding-right: 70px;
  }

  #surveyPage div.panel-desc {
    padding-left: 70px;
    padding-right: 70px;
  }

  #aboutUSPage div.about-form {
    padding-left: 70px;
    padding-right: 70px;
  }

  #surveyPage div.about-form {
    padding-left: 70px;
    padding-right: 70px;
  }

}

@media screen and (min-width: 800px) and (max-width: 899px) {
  .panel-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  #shapesTEST div.panel-desc {
    padding-left: 80px;
    padding-right: 70px;
  }

  #shapesTEST div.panel-desc.yellow {
    padding-left: 80px;
    padding-right: 70px;
  }

  #shapesTEST .panel-body {
    padding-left: 80px;
    padding-right: 80px;
  }

  #numberTEST div.panel-desc {
    padding-left: 80px;
    padding-right: 70px;
  }

  #numberTEST .panel-body {
    padding-left: 80px;
    padding-right: 80px;
  }

  #recallTEST div.panel-desc {
    padding-left: 80px;
    padding-right: 70px;
  }

  #recallTEST .panel-body {
    padding-left: 80px;
    padding-right: 80px;
  }

  #aboutUSPage div.panel-desc {
    padding-left: 80px;
    padding-right: 80px;
  }

  #surveyPage div.panel-desc {
    padding-left: 80px;
    padding-right: 80px;
  }

  #aboutUSPage div.about-form {
    padding-left: 80px;
    padding-right: 80px;
  }

  #surveyPage div.about-form {
    padding-left: 80px;
    padding-right: 80px;
  }

}

@media screen and (min-width: 900px) and (max-width: 999px) {
  .panel-header {
    padding-left: 33.75px;
    padding-right: 33.75px;
  }

  #shapesTEST div.panel-desc {
    padding-left: 90px;
    padding-right: 78.75px;
  }

  #shapesTEST div.panel-desc.yellow {
    padding-left: 90px;
    padding-right: 78.75px;
  }

  #shapesTEST .panel-body {
    padding-left: 90px;
    padding-right: 90px;
  }

  #numberTEST div.panel-desc {
    padding-left: 90px;
    padding-right: 78.75px;
  }

  #numberTEST .panel-body {
    padding-left: 90px;
    padding-right: 90px;
  }

  #recallTEST div.panel-desc {
    padding-left: 90px;
    padding-right: 78.75px;
  }

  #recallTEST .panel-body {
    padding-left: 90px;
    padding-right: 90px;
  }

  #aboutUSPage div.panel-desc {
    padding-left: 90px;
    padding-right: 90px;
  }

  #surveyPage div.panel-desc {
    padding-left: 90px;
    padding-right: 90px;
  }

  #aboutUSPage div.about-form {
    padding-left: 90px;
    padding-right: 90px;
  }

  #surveyPage div.about-form {
    padding-left: 90px;
    padding-right: 90px;
  }

}

@media screen and (min-width: 1000px) and (max-width: 1099px) {
  .panel-header {
    padding-left: 37.5px;
    padding-right: 37.5px;
  }

  #shapesTEST div.panel-desc {
    padding-left: 100px;
    padding-right: 87.5px;
  }

  #shapesTEST div.panel-desc.yellow {
    padding-left: 100px;
    padding-right: 87.5px;
  }

  #shapesTEST .panel-body {
    padding-left: 100px;
    padding-right: 100px;
  }

  #numberTEST div.panel-desc {
    padding-left: 90px;
    padding-right: 78.75px;
  }

  #numberTEST .panel-body {
    padding-left: 90px;
    padding-right: 90px;
  }

  #recallTEST div.panel-desc {
    padding-left: 90px;
    padding-right: 78.75px;
  }

  #recallTEST .panel-body {
    padding-left: 90px;
    padding-right: 90px;
  }
  #aboutUSPage div.panel-desc {
    padding-left: 90px;
    padding-right: 90px;
  }
  #surveyPage div.panel-desc {
    padding-left: 90px;
    padding-right: 90px;
  }
  #aboutUSPage div.about-form {
    padding-left: 90px;
    padding-right: 90px;
  }
  #surveyPage div.about-form {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1199px) {
  .panel-header {
    padding-left: 41.25px;
    padding-right: 41.25px;
  }

  #shapesTEST div.panel-desc {
    padding-left: 110px;
    padding-right: 96.25px;
  }

  #shapesTEST div.panel-desc.yellow {
    padding-left: 110px;
    padding-right: 96.25px;
  }

  #shapesTEST .panel-body {
    padding-left: 110px;
    padding-right: 110px;
  }

  #numberTEST div.panel-desc {
    padding-left: 110px;
    padding-right: 96.25px;
  }

  #numberTEST .panel-body {
    padding-left: 110px;
    padding-right: 110px;
  }

  #recallTEST div.panel-desc {
    padding-left: 110px;
    padding-right: 96.25px;
  }

  #recallTEST .panel-body {
    padding-left: 110px;
    padding-right: 110px;
  }
  #aboutUSPage div.panel-desc {
    padding-left: 110px;
    padding-right: 110px;
  }
  #surveyPage div.panel-desc {
    padding-left: 110px;
    padding-right: 110px;
  }
  #aboutUSPage div.about-form {
    padding-left: 110px;
    padding-right: 110px;
  }
  #surveyPage div.about-form {
    padding-left: 110px;
    padding-right: 110px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .panel-header {
    padding-left: 45px;
    padding-right: 45px;
  }

  #shapesTEST div.panel-desc {
    padding-left: 120px;
    padding-right: 105px;
  }

  #shapesTEST div.panel-desc.yellow {
    padding-left: 120px;
    padding-right: 105px;
  }

  #shapesTEST .panel-body {
    padding-left: 120px;
    padding-right: 120px;
  }

  #numberTEST div.panel-desc {
    padding-left: 120px;
    padding-right: 105px;
  }

  #numberTEST .panel-body {
    padding-left: 120px;
    padding-right: 120px;
  }

  #recallTEST div.panel-desc {
    padding-left: 120px;
    padding-right: 105px;
  }

  #recallTEST .panel-body {
    padding-left: 120px;
    padding-right: 120px;
  }
  #aboutUSPage div.panel-desc {
    padding-left: 120px;
    padding-right: 120px;
  }
  #surveyPage div.panel-desc {
    padding-left: 120px;
    padding-right: 120px;
  }
  #aboutUSPage div.about-form {
    padding-left: 120px;
    padding-right: 120px;
  }
  #surveyPage div.about-form {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media screen and (min-width: 1300px) {
  .panel-header {
    padding-left: 48.75px;
    padding-right: 48.75px;
  }

  #shapesTEST div.panel-desc {
    padding-left: 130px;
    padding-right: 113.75px;
  }

  #shapesTEST div.panel-desc.yellow {
    padding-left: 130px;
    padding-right: 113.75px;
  }

  #shapesTEST .panel-body {
    padding-left: 130px;
    padding-right: 130px;
  }

  #numberTEST div.panel-desc {
    padding-left: 130px;
    padding-right: 113.75px;
  }

  #numberTEST .panel-body {
    padding-left: 130px;
    padding-right: 130px;
  }

  #recallTEST div.panel-desc {
    padding-left: 130px;
    padding-right: 113.75px;
  }

  #recallTEST .panel-body {
    padding-left: 130px;
    padding-right: 130px;
  }
  #aboutUSPage div.panel-desc {
    padding-left: 130px;
    padding-right: 130px;
  }
  #surveyPage div.panel-desc {
    padding-left: 130px;
    padding-right: 130px;
  }
  #aboutUSPage div.about-form {
    padding-left: 130px;
    padding-right: 130px;
  }
  #surveyPage div.about-form {
    padding-left: 130px;
    padding-right: 130px;
  }
}
