.quiz-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 20px 0px 20px;
    border: 1px solid #eee;
    height: auto;
}
.qviz-navigation {
    position: absolute;
    display: inline-block;
    bottom: 58px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.quiz-nav {
    position: relative;
    float: left;
    margin-left: 40%;
    margin-right: auto;
    list-style: none;
    width: auto;
}
.quiz-nav li{
    float: left;
    margin-left: 8px;
    margin-right: 8px;
}
.quiz-nav li a .quiz-bullet{
    height: 13px;
    width: 13px;
    background: url(../images/nav_paginator_bullet.png) left top no-repeat;
    background-size: 13px;
}
.quiz-nav .active a .quiz-bullet{
    height: 16px;
    width: 16px;
    background: url(../images/nav_paginator_bullet.png) left bottom no-repeat;
    background-size: 16px;
}
.quiz-nav li a:hover .quiz-bullet{
    height: 13px;
    width: 13px;
    background: url(../images/nav_paginator_bullet.png) left center no-repeat;
    background-size: 13px;
}
.nav-arrow {
    text-decoration: none;
}
.nav-arrow i {
    font-size: 28px;
}

.quiz-send-btn {
    position: absolute;
    bottom: 15px;
    width: 180px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    cursor: pointer;
    display: none;
}
.quiz-send2-btn {
    position: absolute;
    bottom: 25px;
    width: auto;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    cursor: pointer;
}
.btn-default-quiz {
font-family: 'Raleway', sans-serif; color: #fff; font-size: 17px; line-height: 18px; font-weight: 600; padding: 8px 17px; text-decoration: none; border: #c1883a solid 1px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; margin-top: 15px; margin-bottom: 0px; background: #c1883a;
                   transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default-quiz:hover {
    color: #c1883a; background: #fff;
}
                   
.ul-answers {
    float: left;
    list-style: none;
    width: 100%;
    padding-left: 0px;
}
.ul-answers li{
    float: none;
    padding: 0px;
    height: auto;
    margin: 0px 0px 20px 0px;
}

.quiz-content input[type="radio"] {
    display:none;
}

.quiz-content input[type="radio"] + label {
    position: relative;
    font-family: 'Raleway',sans-serif;
    font-size: 16px;
    float: left;
    margin-left: 0px;
    padding-left: 55px;
    width: 100%;
    height: auto;
    cursor: pointer;
    background: #eee;
    border: #eee 1px solid;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}

.li-feedback input[type="radio"] + label {
    padding-left: 45px;
    padding-right: 60px;
    cursor: default;
}
.al_good {
    background: #b6e4ce!important;
    color: #449d44;
}
.al_wrong {
    background: #fbd7d8!important;
    color: #b71c1c;
}
.the_good {
    background: #b6e4ce!important;
}

.quiz-content input[type="radio"] + label:hover {
    background: #fff;
    border: #c1883a 1px solid;
    transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}  

.li-feedback input[type="radio"] + label:hover {
    background: #eee;
    border: #eee 1px solid;
}

.quiz-content input[type="radio"] + label span {
    position: absolute;
    width:24px;
    height:24px;
    margin: auto 15px auto -40px;
    background:url(check_radio_quiz.png) center top no-repeat;
}

.li-feedback input[type="radio"] + label span {
    position: absolute;
    right: 15px;
    width:24px;
    height:24px;
    margin: auto 15px auto -40px;
    background:url(check_radio_quiz.png) center top no-repeat;
    cursor: default;
}

.li-feedback input[type="radio"] + label .good {
    position: absolute;
    width:24px;
    height:24px;
    margin: auto 15px auto -40px;
    background:url(../images/check_radio_feedback.png) center top no-repeat;
}

.li-feedback input[type="radio"] + label .wrong {
    position: absolute;
    width:24px;
    height:24px;
    margin: auto 15px auto -40px;
    background:url(../images/check_radio_feedback.png) center bottom no-repeat;
}

.quiz-content input[type="radio"]:checked + label span {
    background:url(check_radio_quiz.png) center bottom no-repeat;
}

.quiz-content input[type="checkbox"] {
    display:none;
}

.quiz-content input[type="checkbox"] + label {
    position: relative;
    font-family: 'Raleway',sans-serif;
    font-size: 16px;
    float: left;
    margin-left: 0px;
    padding-left: 55px;
    width: 100%;
    height: auto;
    cursor: pointer;
    background: #eee;
    border: #eee 1px solid;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}

.quiz-content input[type="checkbox"] + label:hover {
    background: #fff;
    border: #c1883a 1px solid;
    transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
} 

.quiz-content input[type="checkbox"] + label span {
    position: absolute;
    width:24px;
    height:24px;
    margin: auto 15px auto -40px;
    background:url(check_radio_quiz.png) center top no-repeat;
}

.quiz-content input[type="checkbox"]:checked + label span {
    background:url(check_radio_quiz.png) center bottom no-repeat;
}
#myProgress {
    position: relative;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.progress_inner {
    position: relative;
    width: 200px;
    height: auto;
  background-color: #ddd;
  border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; 
  margin: 10px auto;
  border: 1px solid #eee;
  padding-right: 38px;
}
#myBar {
  width: 0%;
  height: 14px;
  background-color: #c1883a;
  border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; 
}
.mystar {
    position: absolute;
    right: -6px;
    top: 50%;
    height: 60px;
    width: 60px;
    transform: translate(0, -50%);
}
.mystar_good {
    background: url(../images/star01.png) top center no-repeat;
}
.mystar_wrong {
    background: url(../images/star01.png) bottom center no-repeat;
}
.feedback_title {
    position: relative;
    text-align:center;
   width: 100%;
   margin-top: 20px;
   margin-bottom: 35px;
}
.feedback_title p {
    text-align:center;
    color:#c1883a;
    font-size:27px;
    line-height: 31px;
}
.answer_message_box {
    position: relative;
    float: left;
    width: 98%;
    margin-left: 1%;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-top: -20px;
    padding: 20px;
    margin-bottom: 20px;
}
@media (max-width: 991px) {

.quiz-nav {
    margin-left: 35%;
}
}

@media (max-width: 767px) {

.quiz-nav {
    margin-left: 28%;
}
}

@media (max-width: 480px) {

.quiz-nav {
    margin-left: 22%;
}
}