/* large screens */
@media (min-width: 1600px) {
}

@media (max-width: 1500px) {
}

/* Desktops/Laptops */
@media (max-width: 1200px) {
  .timer {
    right: 8px;
  }
  .timer-inner {
    width: 100px;
    height: 100px;
    border-width: 6px;
  }
  .active::before {
    width: 70px !important;
  }
  .step-count-bar::after {
    width: 70px;
  }
  .quiz-question {
    font-size: 35px;
  }
  .question {
    display: none;
  }
  .radio-btn input {
    width: 100%;
  }
  .radio-btn {
    padding: 0 30px;
  }
  form::before {
    height: 58.8%;
  }
}

/* Laptops */
@media (max-width: 1024px) {
}

/* Tablets */
@media (max-width: 768px) {
  .quiz-question {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .tab-50 {
    width: 33%;
  }
  .radio-btn {
    height: 120px;
    padding: 0 16px;
  }
  .radio-btn input::before {
    width: 60px;
    height: 60px;
  }
  .radio-btn label {
    display: block;
    margin-top: 14px;
  }
  .tab-100 {
    width: 100%;
  }
  .no-div {
    display: none;
  }
  .timer {
    position: static;
    width: 100%;
    display: grid;
    height: 100%;
  }
  .timer-inner {
    border-radius: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .header {
    display: grid;
    align-items: center;
    padding: 0;
    min-height: 43px;
  }
  .quiz-question img {
    max-width: 60%;
  }
}

@media (max-width: 1024px) {
  .radio-btn::after {
    display: none;
  }
  .radio-btn::before {
    display: none;
  }
}
/* mobile */
@media (max-width: 576px) {
  .quiz-question {
    font-size: 20px;
    width: 100%;
  }
  .mob-100 {
    width: 100%;
  }
  .next-prev button {
    width: 100%;
  }
}
@media (max-width: 430px) {
  .radio-btn {
    height: 100px;
    padding: 0 17px;
  }
  .radio-btn input::before {
    top: -30px;
    width: 50px;
    height: 50px;
  }
}
