html {
  overflow: scroll;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0px;  /* Remove scrollbar space */
}

body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  padding-top: 10px;
  background-color: #ececec;
  opacity: 0.95;
}

.primary-container {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.primary-container.flex {
  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;
}

.primary-container.margin-bottom {
  margin-bottom: 50px;
}

.nav-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-top.variable-height {
  height: auto;
  padding-top: 0px;
}

.nav-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bottom.right-align-nav-bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.content-constrain {
  width: 301px;
}


.content-constrain.wider {
  width: 350px;
}

.content-constrain.room-mobile {
  width: 350px;
}

.toggle-bar {
  width: 100%;
  height: 25px;
  background-color: #1ea9f0;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  cursor: pointer;
}

.text-block {
  line-height: 25px;
}

.sub-text {
  font-family: Lato, sans-serif;
  color: hsla(200.2857142857143, 87.50%, 52.94%, 1.00);
  font-size: 17px;
  font-weight: 700;
  max-width: 50%
}

.paragraph {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
}

.paragraph b, strong {
  color: hsla(200.2857142857143, 87.50%, 52.94%, 1.00);
}

.paragraph.notification-p {
  color: #9c9c9c;
  font-size: 14px;
  font-weight: 900;
}

.paragraph.cancel-margin-bottom {
  margin-bottom: 0px;
}

.button {
  padding-top: 4px;
  padding-bottom: 4px;
  border-style: solid;
  border-width: 2px;
  border-color: #9c9c9c;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #9c9c9c;
  font-size: 12px;
  text-transform: capitalize;
}

.button:hover {
  border-color: hsla(200.2857142857143, 87.50%, 52.94%, 1.00);
  color: hsla(200.2857142857143, 87.50%, 52.94%, 1.00);
}

.button.margin-right {
  margin-right: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-transform: capitalize;
}

.section {
  padding-top: 100px;
}

.rating-wrapper {
  position: relative;
  padding: 50px 25px;
}

.rating-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 685px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-bar {
  position: relative;
  width: 100%;
  height: 7px;
  background-color: #d0cece;
  z-index:999;
}

.rating-fill {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0%;
  background-color: hsla(200.2857142857143, 87.50%, 52.94%, 1.00);
}

.top-label-track {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  height: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.label {
  position: relative;
  width: 100px;
  padding: 2px 5px 2px 10px;
  border-radius: 3px;
  background-color: #9c9c9c;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.label.t1 {
  left: 8%;
  background-color: #9c9c9c;
}

.label.t2 {
  left: 51%;
  top: 10px;
}

.label.t3 {
  left: 14%;
  top: 20px;
}

.label.b1 {
  left: 4%;
  top: 10px;
}

.label.b2 {
  left: 11%;
  top: 20px;
}

.label.b6 {
  left: 58%;
  top: 29px;
}

.label.b7 {
  left: 68%;
  top: 73px;
}

.label.b8 {
  left: 72%;
  top: 11px;
}

.label.b3 {
  left: 44%;
  top: 30px;
}

.label.b4 {
  left: 37%;
  top: 40px;
}

.label.b5 {
  left: 63%;
  top: 50px;
}

.label.b6 {
  left: 22%;
  top: 60px;
}

.label.b7 {
  left: 49%;
  top: 70px;
}

.label.b8 {
  left: 28%;
  top: 80px;
}

.label.b9 {
  left: 81%;
  top: 90px;
}

.label.b10 {
  left: 73%;
  top: 100px;
}

.label.t4 {
  left: 59%;
  top: 30px;
}

.label.t5 {
  left: 5%;
  top: 40px;
}

.label.t6 {
  left: 71%;
  top: 50px;
}

.label.t7 {
  left: 32.25%;
  top: 60px;
}

.label.t7.active {
  background-color: hsla(200.2857142857143, 87.50%, 52.94%, 1.00);
}

.label.t8 {
  left: 47%;
  top: 70px;
}

.label.t9 {
  left: 19%;
  top: 80px;
}

.label.t10 {
  left: 86%;
  top: 90px;
}

.very-poor {
  position: absolute;
  left: -33px;
  top: 0%;
  right: auto;
  bottom: 0%;
  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;
  text-align: center;

  position: absolute;
  display: inline-block;
  height: 100%;
  min-width: 30px;
  top: 0px;
  left: -5px;
}

.text-block-2 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: hsla(200.2857142857143, 87.50%, 52.94%, 1.00);
  font-size: 12px;


  text-align: center;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    width: 400px;
    position: absolute;
    bottom: 21%;
    transform: rotate(-90deg);
    transform-origin: top left;
}

.very-good {
  position: absolute;
  left: auto;
  top: 0%;
  right: -25px;
  bottom: 0%;
  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;
  text-align: center;

  position: absolute;
  display: inline-block;
  height: 100%;
  min-width: 30px;
  top: 0px;
  right: -5px;
}

.text-block-3 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: hsla(200.2857142857143, 87.50%, 52.94%, 1.00);
  font-size: 12px;

  text-align: center;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    width: 400px;
    position: absolute;
    top: 25%;
    left: 30px;
    transform-origin: top left;
}

.top-line {
  position: absolute;
  left: 9px;
  right: auto;
  width: 1px;
  height: 350px;
  background-color: #9c9c9c;
}

.top-line.reverse {
  left: auto;
  right: 9px;
}

.top-line.active-line {
  background-color: hsla(200.2857142857143, 87.50%, 52.94%, 1.00);
}

.bottom-label-track {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.bottom-line {
  position: absolute;
  left: 9px;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 1px;
  height: 350px;
  background-color: #9c9c9c;
}

.bottom-line.right-align {
  left: auto;
  right: 9px;
}

.mini-navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
  background-color: #ececec;
  opacity: 0.95;
}

.mini-toggle-bar {
  width: 100%;
  height: 25px;
  background-color: hsla(200.2857142857143, 87.50%, 52.94%, 1.00);
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  cursor: pointer;
}

.image-2 {
  width: 123.234375px;
  border-radius: 5px;
}

.loader-mask {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .51)), to(rgba(0, 0, 0, .51)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .51), rgba(0, 0, 0, .51));
  opacity: 0;
}

.notification {
  width: 100%;
  max-width: 450px;
  padding: 50px;
  border-radius: 5px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
  text-align: center;
}

.gif {
  display: block;
  margin: 20px auto;
}

.header {
  position: relative;
  z-index: 1;
  padding-top: 10px;
  background-color: #ececec;
  opacity: 0.95;
}

.language-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.languagebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  margin-bottom: 0px;
  -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: 6px;
  background-color: #ebebeb;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .4);
  font-size: 1.5em;
  font-weight: 700;
}

.languagebox.active-box {
  background-color: hsla(200.2857142857143, 87.50%, 52.94%, 1.00);
  color: #fff;
}

.columns {
  margin-bottom: 20px;
}

.language-title {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.scale-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.number-container {
  padding: 5px;
}

.number-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -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: 6px;
  background-color: #ebebeb;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .4);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  cursor: pointer;
}

.least-appealing {
  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;
}

.most-appealing {
  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;
  text-align: right;
}

.language-container {
  margin-bottom: 20px;
}

.radio-button {
  display: none;
  border-radius: 4px;
}

.radio-button-field {
  margin-right: 6px;
  margin-bottom: 0px;
  margin-left: 6px;
  padding-left: 0px;
}

.html-embed {
  text-align: center;
}

.radio-button-2 {
  display: none;
}

.form-block {
  width: 100%;
  margin-bottom: 0px;
}

.select-field {
  margin-bottom: 0px;
}

.unrotate {
  color: #000;
  font-size: 12px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  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;
}

.textarea {
  padding-bottom: 60px;
  border-radius: 6px;
}

.radio-button-rectangle {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 0px;
}

.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 32px;
  margin-bottom: 0px;
  -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: 1px solid #000;
  border-radius: 4px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
}

.checkbox.active-box {
  background-color: hsla(200.2857142857143, 87.50%, 52.94%, 1.00);
  color: #fff;
}

.checkbox-container {
  margin-bottom: 9px;
  text-align: center;
}

.question-text {
  font-size: 12px;
  line-height: 14px;
}

.question-text.blue-text {
  color: hsla(200.2857142857143, 87.50%, 52.94%, 1.00);
}

.question-column {
  text-align: right;
}

.question-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-bottom: 9px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.centered-text {
  text-align: center;
}

.columns-2 {
  margin-bottom: 12px;
}

.checkbox-2 {
  display: none;
}

.table-question-form {
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.region-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -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-radius: 6px;
  background-color: #ebebeb;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .4);
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}

.region-box.active-box {
  background-color: hsla(200.2857142857143, 87.50%, 52.94%, 1.00);
  color: #fff;
}

.region-span {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 400;
}

.label-placeholder {
  margin-bottom: 30px;
  color: hsla(200.2857142857143, 87.50%, 52.94%, 1.00);
  font-weight: 700;
}

.select-answer-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .51)), to(rgba(0, 0, 0, .51)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .51), rgba(0, 0, 0, .51)); 
  overflow: hidden;
}

.select-answer-message {
  position: relative;
  width: 100%;
  max-width: 450px;
  padding: 50px;
  border: 3px solid #fff;
  border-radius: 5px;
  background-color: hsla(200.2857142857143, 87.50%, 52.94%, 1.00);
  color: #fff;
  text-align: center;
  max-height: 50%; 
  overflow-y: scroll;
}

.paragraph-2 {
  margin-bottom: 0px;
  font-weight: 700;
}

.close-modal {
  position: absolute;
  left: auto;
  top: -39%;
  right: -4%;
  bottom: auto;
}

.instruction-box {
  overflow: auto;
  width: 100%;
  height: 100%;
  max-height: 70px;
  max-width: 225px;
  padding: 10px;
  border-radius: 5px;
  background-color: hsla(200.2857142857143, 87.50%, 52.94%, 1.00);
  box-shadow: inset 0 -1px 5px -1px rgba(0, 0, 0, .56);
  color: #fff;
  font-size: 10px;
  line-height: 13px;
}

.instruction-box-navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  padding-top: 10px;
  background-color: #ececec;
  opacity: 0.95;
}

.instruction-box-nav-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.instruction-box-nav-top.variable-height {
  height: auto;
  padding-top: 0px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scroll-carrot {
  width: 15px;
}

@media (max-width: 991px) {
  .primary-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .button.margin-right {
    -webkit-transition-property: none;
    transition-property: none;
  }
  .section.more-padding-top {
    padding-top: 100px;
  }
  .rating-wrapper {
    padding: 15px 20px;
  }
  .label {
    width: 80px;
  }
  .very-poor {
    left: -10px;
  }
  .very-good {
    right: -10px;
  }
  .text-block-2{
    bottom:18%
  }
  .text-block-3{
    top: 22%;
  }
  .top-line {
    width: 1px;
  }
  .bottom-line {
    width: 1px;
  }
  .mini-navigation {
    height: 148px;
  }
  .number-box {
    width: 50px;
    height: 50px;
  }
  .least-appealing {
    left: -25px;
  }
  .most-appealing {
    right: -25px;
  }
}

@media (max-width: 767px) {
  .navigation {
    display: none;
  }
  .nav-top {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-bottom {
    padding-top: 0px;
  }
  .content-constrain {
    width: 230px;
  }
  .content-constrain.wider {
    width: auto;
    max-width: 55%;
    margin-bottom: 10px;
  }
  .content-constrain.room-mobile {
    width: auto;
    max-width: 55%;
    margin-bottom: 10px;
  }
  .sub-text {
    font-size: 1.2em;
  }
  .paragraph {
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 15px;
    min-width: 180px;
    margin-right: 10px;
  }
  .paragraph.notification-p {
    margin-bottom: 10px;
  }
  .button {
    padding: 5px;
    font-size: 10px;
  }
  .section {
    padding-top: 15px;
  }
  .section.scale {
    padding-top: 75px;
  }
  .section.more-padding-top {
    padding-top: 75px;
  }
  .rating-container {
    height: 305px;
  }
  .label {
    width: 70px;
    font-size: 10px;
  }
  .label.t2 {
    top: 5px;
  }
  .label.t3 {
    top: 10px;
  }
  .label.b2 {
    top: 15px;
  }
  .label.b3 {
    top: 20px;
  }
  .label.b4 {
    top: 25px;
  }
  .label.b5 {
    top: 30px;
  }
  .label.b6 {
    display: none;
  }
  .label.b7 {
    display: none;
  }
  .label.b8 {
    display: none;
  }
  .label.b9 {
    display: none;
  }
  .label.b10 {
    display: none;
  }
  .label.t4 {
    top: 15px;
  }
  .label.t5 {
    display: none;
  }
  .label.t6 {
    display: none;
  }
  .label.t7.active {
    left: 31.25%;
    top: 20px;
  }
  .very-poor {
    left: -15px;
  }
  .very-good {
    right: -15px;
  }
  .text-block-2{
    bottom: -20%;
  }
  .text-block-3{
    top: -10%;
  }
  .mini-navigation {
    display: block;
    height: 104px;
  }
  .image {
    margin-right: 10px;
    border-radius: 5px;
  }
  .lightbox-link {
    margin-right: 10px;
  }
  .notification {
    height: 350px;
    max-width: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .language-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .languagebox {
    width: 200px;
    height: 100px;
  }
  .number-box {
    width: 6.5vw;
    height: 6.5vw;
  }
  .least-appealing {
    left: -25px;
  }
  .most-appealing {
    right: -25px;
  }
  .flex-column {
    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;
  }
  .language-container {
    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;
  }
  .div-block {
    margin-bottom: 15px;
  }
  .checkbox {
    height: 25px;
  }
  .checkbox-container {
    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;
  }
  .question-box {
    height: 25px;
  }
  .region-box {
    height: 150px;
  }
  .label-placeholder {
    margin-bottom: 15px;
  }
  .select-answer-message {
    max-width: 400px;   
    max-height: 90%;
  }
  .instruction-box-nav-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .instruction-box{
    max-width: 160px;
    max-height: 75px;
  }
}

@media (max-width: 479px) {
  .navigation {
    display: block;
  }
  .nav-top {
    height: 80px;
  }
  .nav-bottom {
    padding-top: 10px;
  }
  .content-constrain.wider {
    max-width: 100%;
    margin-bottom: 0px;
  }
  .content-constrain.room-mobile {
    max-width: 60%;
    margin-bottom: 0px;
  }
  .sub-text {
    font-size: 1em;
  }
  .paragraph.blue {
    color: hsla(200.2857142857143, 87.50%, 52.94%, 1.00);
  }
  .button-container {
    font-size: 12px;
  }
  .button {
    padding: 4px 5px;
  }
  .section {
    padding-top: 20px;
  }
  .section.more-padding-top {
    padding-top: 100px;
  }
  .rating-wrapper {
    padding: 10px 16px;
  }
  .rating-container {
    height: 514px;
  }
  .label {
    width: 50px;
    height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 10px;
  }
  .label.t1 {
    display: block;
  }
  .label.t2 {
    top: 5px;
    display: block;
  }
  .label.t3 {
    top: 10px;
    display: block;
  }
  .label.b2 {
    top: 15px;
  }
  .label.b3 {
    top: 20px;
  }
  .label.b4 {
    top: 25px;
  }
  .label.b5 {
    top: 30px;
  }
  .label.b6 {
    top: 35px;
    display: block;
  }
  .label.b7 {
    top: 40px;
    display: block;
  }
  .label.b8 {
    top: 45px;
    display: block;
  }
  .label.b9 {
    top: 50px;
    display: block;
  }
  .label.b10 {
    top: 55px;
    display: block;
  }
  .label.t4 {
    top: 15px;
    display: block;
  }
  .label.t5 {
    top: 20px;
    display: block;
  }
  .label.t6 {
    top: 25px;
    display: block;
  }
  .label.t7.active {
    top: 30px;
  }
  .label.t8 {
    top: 35px;
  }
  .label.t9 {
    top: 40px;
  }
  .label.t10 {
    top: 45px;
  }
  .very-poor {
    left: -15px;
  }
  .very-good {
    right: -15px;
  }
  .text-block-2{
    bottom: 8%;
  }
  .text-block-3{
    top: 12%;
  }
  .bottom-label-track {
    overflow: auto;
  }
  .mini-navigation {
    display: none;
  }
  .image-2 {
    width: auto;
  }
  .loader-mask {
    padding-right: 15px;
    padding-left: 15px;
  }
  .notification {
    padding: 25px;
  }
  .languagebox {
    width: 125px;
    height: 125px;
  }
  .language-title {
    font-size: 1.25em;
  }
  .number-container {
    padding: 3px;
  }
  .number-box {
    width: 6vw;
    height: 6vw;
    border-radius: 3px;
  }
  .least-appealing {
    left: -35px;
  }
  .most-appealing {
    right: -35px;
  }
  .checkbox {
    width: 75px;
  }
  .question-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .region-box {
    width: 125px;
    height: 135px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .region-span {
    font-size: 10px;
    line-height: 13px;
  }
  .label-placeholder {
    margin-bottom: 10px;
  }
  .select-answer-modal {
    padding-right: 15px;
    padding-left: 15px;
  }
  .select-answer-message {
    padding: 30px 25px;
  }
  .close-modal {
    top: -70%;
  }
  .instruction-box-navigation {
    display: block;
  }
  .instruction-box-nav-top {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.headlinecc{
  max-width: 60%
}

@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

.newheadlinelabel{
  height: auto !important;
  /* z-index:998 !important; */
}

.btnLineandNext{
  margin-top: 10%;
}

input[type="checkbox"]:checked+label {
  background-color: #1ea9f0;
  border-color: #1ea9f0;
}

.isOldDesignMultiSelect input[type="checkbox"]:checked+label {
  background-color: transparent;
}

.checkbox-button {
  display: none;
}

.chkselected {
  background-color: #1ea9f0 !important;
  border-color: #1ea9f0 !important;
  color: white;
}

 /* HeadLine Info */
 .hlinfodiv .paragraph.notification-p {
  color: #9c9c9c;
  font-size: 14px;
  font-weight: 900;
}

.hlinfodiv .notification {
  width: 100%;
  max-width: 450px;
  padding: 50px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
  text-align: center;

  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}



.hlinfodiv img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  border: 0;
}

.hlinfodiv .gif {
  display: block;
  margin: 20px auto;
}

.hlinfodiv .sub-text {
  font-family: Lato, sans-serif;
  color: hsla(200.2857142857143, 87.50%, 52.94%, 1.00);
  font-size: 1.6em;
  font-weight: 700;
}

.hlinfodiv a {
  background-color: transparent;
}

.hlinfodiv {
  display: none;
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .51)), to(rgba(0, 0, 0, .51)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .51), rgba(0, 0, 0, .51));
}


.br-theme-bars-square .br-widget {
  height: 15px;
  white-space: nowrap;
}
.br-theme-bars-square .br-widget{
	display: flex;
  justify-content: space-between;
  align-items: center;
}
.br-theme-bars-square .br-widget a {
  display: block;
  width: 75px;
  margin: 0px 7px;
  height: 75px;
  background-color: #ebebeb;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 75px;
  text-align: center;
  color: #333;
  font-weight: 600;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .4);
}
.br-theme-bars-square .br-widget a.br-active,
.br-theme-bars-square .br-widget a.br-selected {
  background-color: #1ea9f0;
  color: #ffff;
}
.br-theme-bars-square .br-widget .br-current-rating {
  clear: both;
  width: 330px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: .5em 0;
  color: #646464;
}
.br-theme-bars-square .br-readonly a {
  cursor: default;
}
@media only screen and (max-width: 992px) {
  .br-theme-bars-square .br-widget a {
    width: 60px;
  	height: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .br-theme-bars-square .br-widget a {
    width: 45px;
  	height: 45px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 640px) {
  .br-theme-bars-square .br-widget a {
    width: 35px;
  	height: 35px;
    line-height: 35px;
    margin: 0px 2px;
  }
}
@media only screen and (max-width: 414px) {
  .br-theme-bars-square .br-widget a {
    width: 25px;
  	height: 25px;
    line-height: 25px;
    margin: 0px 2px;
  }
}