/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.title {

	font-size: 60px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #222222;
	line-height: 49px;
	text-align: center;
	margin-top: 69px;
}

.question_box {
	margin-left: 4%;
	margin-right: 4%;

	width: 92%;
	height: auto;

	display: flex;
	justify-content: space-around;
	text-align: left;
	font-size: 34px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #111111;
}

.question_box:active {
	background: #e7e7e7;
}

.right_arrow_img {
	margin-top: 12px;
	margin-bottom: 7px;
}

.question_text {
	width: 75%;
	/* word-break: break-all; */
	word-wrap: break-word;
	margin-top: 12px;
	margin-bottom: 7px;
}

.question_details {
	width: 83%;
	height: auto;
	background: #DEEDFF;
	border-radius: 10px;
	margin: 20px auto;

	display: none;

}

.question_details_text {
	padding: 2% 2.5% 2% 4%;
	width: 95%;
	height: auto;
	font-size: 30px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #111111;
	line-height: 200%;
}

.margin-top-80 {
	margin-top: 80px;
}

.bottom {
	width: auto;
	margin-top: 65px;
	height: auto;
	background: #DDDDDD;
}

.bottom_text {
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	font-size: 26px;
	line-height: 36px;
	text-align: left;
	padding-left: 6%;
	padding-right: 6%;
	padding-bottom: 30px;
	padding-top: 30px;
}