.quiz_wrapper {
	padding: 10px 0 20px 0;
}
.quiz_type1_title {
	font-weight: 700;
    font-size: 32px;
    margin-top: 10px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #191919;	
}
.quiz_type1_label {
	padding: 20px 20px;
	width: 40%;
	font-weight: 700;
	font-size: 18px;
    background-color: #dbf3ff;
    border-radius: 8px;
    cursor: pointer;	
    transition: .3s;
    line-height: 1.4;
}
.quiz_type1_label:hover {
	background-color: #5078e0;
	color: #fff;
}
.quiz_type1_box {
	margin-bottom: 20px;
}
.quiz_type1_subtitle {
	line-height: 1.5;
	margin-bottom: 40px;
}
.quiz_type1_progress {
	width: 100%;
	height: 8px;
	background: #ddd;
	margin-bottom: 20px;
	border-radius: 4px;
	overflow: hidden;
}
.quiz_type1_progress_bar {
	height: 100%;
	width: 0%;
	background: #4caf50;
	transition: width 0.4s ease;
}
.quiz_type1_prev_btn {
	display: block;
	margin-top: 20px;
	padding: 10px 15px;
	background: #ccc;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
}
.quiz_type1_prev_btn:hover {
	background: #bbb;
}
.quiz_type1_input {
	padding: 15px 15px;
    border-radius: 10px;
    border: 0;
    background-color: #dbf3ff;
    font-weight: 400;
    color: #242424;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 400px;	
}
.quiz_type1_freeinput > input {
	padding: 15px 15px;
    border-radius: 10px;
    border: 0;
    background-color: #dbf3ff;
    font-weight: 400;
    color: #242424;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 400px;		
}
.quiz_type1_input_title {
	font-weight: 700;
	font-size: 17px;
	color: #333;
}
.quiz_type1_input_box {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.quiz_type1_row {
	display: flex;
	flex-wrap: wrap;
}
.quiz_type1_box {
	width: 100%;
}
.quiz_type1_img {
	width: 22.5%;
    margin-right: 25px;
}
.quiz_type1_label_retina {
	width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}
.quiz_type1_labelimg {
	width: 100%;
	padding: 0;
}
.quiz_type1_labelimg > p {
	padding: 15px 20px;
	line-height: 1.5;
}
.quiz_type1_input_box > label {
	font-weight: 700;
	display: flex;
	font-size: 18px;
}
.quiz_type_iconform {
	margin-right: 5px;
}
.quiz_type1_next_btn {
	padding: 10px 20px;
    background: #ccc;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    background-color: #FFC107;
    color: #000;    
    margin-left: 20px;

}

@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 767px) {
	.quiz_type1_label {width: 90%;}
	.quiz_wrapper {padding: 10px 0 20px 0;}
	.quiz_type1_progress {margin-bottom: 10px;}
	.quiz_type1_title {margin-bottom: 10px; text-align: center;}
	.quiz_type1_subtitle {text-align: center;}
	.quiz_type1_label_retina {height: 210px;}
	.quiz_type1_img {width: 48%; margin-right: 0;}
	.quiz_type1_labelimg {width: 100%;}
	.quiz_type1_row {justify-content: space-between;}
	.quiz_type1_prev_btn {padding: 15px 55px; font-size: 17px;}
	.quiz_type1_input {width: 90%;}
	.quiz_type1_freeinput > input {width: 90%;}
	.type1_btn {width: 100%;}
	.quiz_type1_next_btn {margin-left: 0; padding: 13px 30px; font-size: 17px; margin-top: 12px;}

}
@media screen and (max-width: 390px) {

}
@media screen and (max-width: 375px) {

}