.content {
    margin-top: 5%;
}

@media only screen and (max-width: 600px) {
    .content {
        margin-top: 18%;
    }
  }

  @media only screen and (min-width: 600px) {
    .content {
        margin-top: 10%;
    }
  }

  @media only screen and (min-width: 992px) {
    .content {
        margin-top: 8%;
    }
  }

.header {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #0046c0;
}

.left-title {
    /* width: 80px; */
    color: #fff;
    font-size: 18px;
    float: left;
}

.right-title {
    width: 150px;
    text-align: right;
    float: right;
    color: #fff;
}

.quiz-body {
    margin-top: 15px;
    padding-bottom: 50px;
}

.option-block-container {
    margin-top: 20px;
    max-width: 420px;
}

.option-block {
    padding: 10px;
    background: aliceblue;
    border: 1px solid #84c5fe;
    margin-bottom: 10px;
    cursor: pointer;
}

.result-question {
    font-weight: bold;
}

.c-wrong {
    margin-left: 20px;
    color: #ff0000;
}

.c-correct {
    margin-left: 20px;
    color: green;
}

.last-row {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.res-header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.form-check .form-check-input {
    float: left;
    margin-left: 0.5em;
    width: 25px;
    height: 25px;
    margin-top: 0rem;
}

#optionval{
    margin-left: 1rem;
}