@media screen and (max-width: 575px) {
  header .main_logo {
    left: 10%; }

  section {
    padding-bottom: 250px; }

  footer .contact_section {
    text-align: center; }
    footer .contact_section span {
      margin: 5px auto; }
  footer .phone {
    font-size: 30px;
    line-height: 50px; }
  footer .copyright_section span {
    margin: 5px auto;
    text-align: center; }

  .textInstruction {
    line-height: normal; }

  .pageTitle {
    font-size: 20px; }

  #countdown {
    min-width: 260px;
    left: 50%;
    transform: translate(-50%);
    top: 105px; }

  .questionPage {
    padding-top: 170px; }

  .question {
    padding-top: 20px; }
    .question .qNumber {
      font-size: 14px; }
    .question .qTheme {
      display: none; }

  .loader {
    top: 200px;
    font-size: 12px; }

  .resultPage .table thead {
    font-size: 10px; }

  .border_img {
    max-width: 100% !important; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
  header .main_logo {
    left: 10%; }

  section {
    padding-bottom: 220px; }

  footer .contact_section {
    text-align: center; }
    footer .contact_section span {
      margin: 5px auto; }
  footer .phone {
    font-size: 30px;
    line-height: 50px; }
  footer .copyright_section span {
    margin: 15px auto; }

  .textInstruction {
    line-height: normal; }

  #countdown {
    padding-left: 10px; }
    #countdown:before {
      display: none; }

  .question .qNumber {
    font-size: 14px; }
  .question .qTheme {
    max-width: 62%;
    font-size: 11px; }

  .border_img {
    max-width: 100% !important; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .phone {
    font-size: 28px;
    line-height: 95px; } }

/*# sourceMappingURL=media.css.map */
