/* question style */
.question .range-slider .current-val {
  font-size: 20px;
  line-height: 24px;
  color: #01c6f7;
  display: block;
  margin-bottom: 25px; }
  @media (min-width: 300px) {
    .question .range-slider .current-val {
      font-size: 22px;
      line-height: 26px; } }
  @media (min-width: 320px) {
    .question .range-slider .current-val {
      font-size: 25px;
      line-height: 29px; } }
  @media (min-width: 480px) {
    .question .range-slider .current-val {
      font-size: 30px;
      line-height: 34px; } }
  @media (min-width: 768px) {
    .question .range-slider .current-val {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 26px; } }
  @media (min-width: 1100px) {
    .question .range-slider .current-val {
      margin-bottom: 34px; } }

.question .range-slider__value {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  color: #01c6f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 5px 15px;
  letter-spacing: 1px; }
  @media (min-width: 480px) {
    .question .range-slider__value {
      padding: 20px 10px 15px; } }
  @media (min-width: 768px) {
    .question .range-slider__value {
      font-size: 17px;
      line-height: 21px;
      padding: 30px 8px 19px; } }
  @media (min-width: 1100px) {
    .question .range-slider__value {
      padding: 30px 5px 19px; } }

.question .range-slider .slider-horizontal {
  border: solid #dcdddd;
  border-width: 1px 0;
  height: 12px;
  width: 90%;
  position: relative; }
  @media (min-width: 768px) {
    .question .range-slider .slider-horizontal {
      height: 16px;
      width: 94%; } }
  @media (min-width: 1100px) {
    .question .range-slider .slider-horizontal {
      border-radius: 3px;
      border-width: 1px;
      width: 100%; } }
  .question .range-slider .slider-horizontal:after, .question .range-slider .slider-horizontal:before {
    width: 17px;
    height: 12px;
    content: '';
    position: absolute;
    top: -1px;
    left: -16px;
    background-color: transparent;
    border: solid #dcdddd;
    border-width: 1px 0 1px 1px;
    border-radius: 3px;
    display: block; }
    @media (min-width: 768px) {
      .question .range-slider .slider-horizontal:after, .question .range-slider .slider-horizontal:before {
        height: 16px; } }
    @media (min-width: 1100px) {
      .question .range-slider .slider-horizontal:after, .question .range-slider .slider-horizontal:before {
        display: none; } }
  .question .range-slider .slider-horizontal:after {
    border-width: 1px 1px 1px 0;
    left: auto;
    right: -16px; }

.question .range-slider .slider-track {
  background-color: #fff;
  background-image: none;
  border-radius: 6px;
  box-shadow: none;
  height: 6px;
  margin: -3px 0 0 3px;
  width: 99%;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .question .range-slider .slider-track:focus {
    outline: none !important; }

.question .range-slider .slider-selection {
  background-color: #01c6f7;
  background-image: none;
  border-radius: 7px;
  box-shadow: none;
  margin-left: -14px; }
  @media (min-width: 1100px) {
    .question .range-slider .slider-selection {
      margin: 0; } }

.question .range-slider .slider-handle {
  width: 45px;
  height: 45px;
  background-color: #01c6f7;
  background-image: none;
  box-shadow: none;
  border: none;
  margin-left: -22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  z-index: 1; }
  @media (min-width: 320px) {
    .question .range-slider .slider-handle {
      width: 50px;
      height: 50px;
      margin-left: -25px; } }
  @media (min-width: 768px) {
    .question .range-slider .slider-handle {
      width: 64px;
      height: 64px;
      margin-left: -32px; } }
  .question .range-slider .slider-handle:hover:before, .question .range-slider .slider-handle:focus:before {
    opacity: 0.55;
    visibility: visible; }
  .question .range-slider .slider-handle:before {
    width: 55px;
    height: 55px;
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    bottom: 0;
    left: -5px;
    background-color: rgba(1, 198, 247, 0.55);
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: -1; }
    @media (min-width: 320px) {
      .question .range-slider .slider-handle:before {
        width: 60px;
        height: 60px; } }
    @media (min-width: 768px) {
      .question .range-slider .slider-handle:before {
        width: 74px;
        height: 74px; } }
  .question .range-slider .slider-handle:after {
    color: #fff;
    background: url("https://images.lp-images1.com/default/images/double-arrow.png") no-repeat;
    height: 16px;
    width: 28px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 1px; }

.question .range-slider .slider .tooltip {
  display: none !important; }

.question_slider .range-slider {
  margin: 0 auto 10px;
  text-align: center;
  max-width: 660px; }

@media (min-width: 768px) {
  .question_slider.home .with-image .range-slider {
    margin: 0 30px; } }
