


.quiz-index-index .post-content{
    display: flex;
    margin-bottom: 50px;
	width: 100%;
	flex-wrap: wrap;
}
.quiz-index-index .post-content .box{
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
}
.quiz-index-index .content .quiz-title{
	font-size: 20px;
}
.quiz-index-index .post-content .content{   
    margin: 10px;
}
.quiz-index-lists .post-content{
    display: flex;
    margin-bottom: 50px;
}
.quiz-index-index a img {
	border-radius: 5px;
}
.quiz-index-index .content a {
	text-decoration: none !important;
}

.quiz-index-view h1{
    color: #ffe000;
}
.quiz-subtitle {
	margin-bottom: 60px;
}
.quiz-index-view .quiz-image{
    width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.quiz-index-view .question-image{
    height: auto;
}
.quiz-index-view .question-image img{
	border-radius: 2px;
}

#submit_button{
    margin-left: 40%;
}
.question-content {
	list-style: none;
}

.quiz-index-view .modal-popup.modal-slide .modal-footer {
	border-top: unset;

}
.quiz-index-view .modal-popup .modal-inner-wrap {
	width: 30%;
	color: black;
}
.quiz-index-view  .modal-slide .modal-content {
	padding: 0 2.6rem;
}
.quiz-index-view #popup-modal {
    text-align: center;
    font-size: large;
}
.quiz-index-view .modal-popup .modal-footer {
	padding-top: 1rem;
}
.quiz-index-view .left {
    width: 65%;
	margin-right: 15%;
}
.quiz-index-view .fieldset {
    display: flex;
    flex-wrap: wrap;
}
.field-radio {
    width: 40%;
    margin-bottom: 2rem;
    margin-right: 10%;
    background-color: #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
	color: #000000;
}

.quiz-index-view .question label {
    width: 100%;
	padding-top: 10px;
	height: 30px !important;
	display: inline-block;
}
.quiz-index-view  input[type="radio"] {
	display: none;
}

.quiz-index-view input[type="radio"]:checked + label {
	background: #ed3152;
    border-radius: 5px;
	color: #ffffff;    
}
.quiz-index-view .quiz-group fieldset {
	text-align: center;
}

.quiz-index-view .question {
	margin-bottom: 32px;
}

.quiz-index-view .title-box {
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 12px;
	border-radius: 2px;
	margin-top: 7px;
	background: #ed3152; 
}
.quiz-index-view .title-text {
	font-size: 22px;
	margin-top: 20px;
}

.quiz-index-view .right {
    width: 20%;
	float: right;
}
.quiz-index-view .right .box {
	margin-bottom: 40px;
}
.quiz-index-view .right  img {
	border-radius: 4px;
}
.quiz-index-view .main-content{
	display: flex;
}
.quiz-index-view #result ,.quiz-index-view #bad-result{
	text-align: center;
}
.quiz-index-view #score-text , .quiz-index-view #bad-score-text {
	font-size: 60px;
	color: #ffe000;
	margin-top: 70px;
}
.quiz-index-view .discount-text,.quiz-index-view .coupon-text {
	font-size: 25px;
}
.quiz-index-view #start-course {
	width: 50%;
	padding: 14px 0px;
	margin-top: 30px;
	font-size: 22px;
	margin-bottom: 80px;
}
.quiz-index-view .emoji {
	margin-bottom: 20px;
}
.quiz-index-view #bad-score-text{
	margin-bottom: 20px;
}

.page-title {
	display: none !important;
}   

@media only screen and (max-width: 767px) {
	.quiz-index-index .post-content .box {
		width: 50%;
	}
}
@media only screen and (max-width: 450px) {
	.quiz-index-index .post-content {
		display: unset;
	}
	.quiz-index-index .post-content .box {
		width: 100%;
	}
}