ol,
ul {
	margin: 0.1em 0em 0.86em 0.86em;
}

ol li {
	margin-left: 0.2em;
	margin-bottom: 0.2em;
}

ul li,
ol ul li {
	margin-left: 0.2em;
	margin-bottom: 0.2em;
}

ul.space-1 li,
ol.space-1 li {
	margin-bottom: 1em;
}

.font-size-0 {
	font-size: 14px;
}

.font-size-1 {
	font-size: 16px;
}

.font-size-2 {
	font-size: 18px;
}

.svg-img {
	position: relative;
	width: 100%;
}

.screen-container {
	z-index: 0;
}

.max-width {
	max-width: 600px;
}

.info-btn-panel {
	min-width: auto;
	min-height: auto;
}

.info-icon,
.info-btn {
	background-color: #37C6B0;
	color: #fff;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0em 0.5em;
	text-align: center;
	padding: 0.45em 0em 0em;
	box-sizing: border-box;
	font-size: 0.8em;
	min-width: auto;
}

.formula-box {
	width: auto;
	margin: 1em auto 2em;
}

.formula-box .cell1 {
	width: 100px;
}

.formula-box .cell2 .txt {
	margin: 0.5em 1em;
}

.formula-box .splitter-line {
	position: relative;
	width: auto;
	height: 0.1em;
	left: 0em;
}

.formula-box .splitter-line .line {
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0em;
}

.img-scroll-panel .panel {
	position: relative;
	width: 100%;
	height: 85%;
}

.zoom-btn-panel {
	position: absolute;
	bottom: 0em;
	right: 0em;
	padding: 0.5em;
}

.zoom-btn-panel .btn-panel {
	display: inline-block;
	vertical-align: middle;
	min-width: auto;
}

.zoom-btn-panel .btn {
	min-width: auto;
}

.img-scroll-panel .scroll-parent {
	max-height: none;
	height: 410px;
}

.img-scroll-panel .scrollable {
	max-width: 850px;
	transition: all 200ms ease-in;
	-ms-transform-origin: 0 0 0;
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	margin: 0 auto;
}

.img-scroll-panel .scrollable .base-img {
	max-width: 850px;
}

.screen .center-data-panel {
	position: relative;
	margin: 2em auto 0em;
	width: 77%;
	padding: 2em 2em;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 0.3em;
}

.screen .screen-title-div {
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: 1em;
}

.screen .screen-title-div span {
	display: table-cell;
	vertical-align: middle;
}

.screen .screen-title-div .icon {
	font-size: 1.5em;
	padding-right: 0.5em;
	width: 1em;
}

.screen .board-img {
	position: absolute;
}

.download-pdf-btn {
	color: #37C6B0;
	height: auto;
}

.download-pdf-btn .btn-icon {
	font-size: 3em;
}

.download-pdf-btn.hover {
	color: #37C6B0;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.svg-img-box {
	position: relative;
	background-color: #e3f7fd;
	padding: 1em;
}

.svg-img-box .svg-img {
	width: 100%;
	height: auto;
	position: initial;
}

.svg-img-box .bottom-div {
	position: absolute;
	bottom: 6%;
	right: 3%;
}

.magnify-box {
	background-color: #37C6B0;
	border-radius: 0.33em;
	width: 3em;
	height: 3em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.magnify-box .magnify-icon {
	color: #fff;
	font-size: 1.7em;
}

.gb-magnify-btn {
	height: auto;
	min-width: auto;
	background: transparent;
	padding: 0em;
	display: black;
}

.gb-magnify-btn .bottom-div {
	position: absolute;
	bottom: 0em;
	right: 0em;
}

.gb-magnify-btn.hover .magnify-box {
	background-color: #37C6B0;
}

.gb-magnify-btn.hover .magnify-icon {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.screen .title-txt {
	color: #41B297;
	font-size: 1.5em;
}

.app-body .screen-modal-pop.magnify-pop .svg-img-box {
	padding: 0.5em;
}

.app-body .screen-modal-pop.magnify-pop .scroll-parent {
	border: none;
}

.screen .char-div {
	position: absolute;
	bottom: 0px;
	width: 300px;
	left: 564px;
}

.screen .char-div.zindex {
	z-index: 1;
}

.screen .char-name-div {
	position: absolute;
	top: 22px;
	left: 22px;
	border: 3px solid #41B297;
	padding: 10px;
	background-color: #fff;
	border-radius: 6px;
	min-width: 160px;
	text-align: center;
}

.screen .border-box {
	background-color: rgb(255, 255, 255);
	padding: 20px;
	border-radius: 5px;
	border: 5px solid rgb(55, 198, 176);
	width: 350px;
}

.screen .border-box .txt {
	margin-bottom: 14px;
}

.screen .border-box .txt:last-child {
	margin-bottom: 0px;
}

.screen .text-box {
	min-height: 22px;
}

.screen .text-box.center {
	text-align: center;
}

.screen.video_screen .moniter-img {
	position: absolute;
	bottom: 0px;
}

.vid-transcript-popup .pop-title {
	font-weight: normal;
}

.summary-screen .char-1 {
	width: 270px;
	left: 90px;
}

.summary-screen .char-2 {
	width: 300px;
	left: 634px;
}

.summary-screen .screen-data {
	padding: 35px 260px 40px 250px;
}

.summary-screen .screen-data .img-div {
	width: 300px;
	margin: 2em auto;
}

.summary-screen .screen-data .border-box {
	position: relative;
	width: 350px;
	top: 125px;
	left: 50px;
}

.inline-icon {
	position: relative;
	display: inline-block;
	padding: 0em 0.2em;
	vertical-align: middle;
	margin: 0em 0.4em;
}

.inline-icon.circle {
	border-radius: 50%;
	border: 1px solid #000;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	padding: 0.1em;
	font-size: 1em;
}

.feedback-red-box {
	background: red;
	width: 400px;
	position: absolute;
	width: 546px;
	height: 98px;
	border: 1px solid black;
	top: 29.5em;
	left: 27em;
	background-color: #E00034;
	box-shadow: -8px 8px 0px black;
}

.feedback-red-box .txt {
	font-size: 22px;
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 20px;
}

.feedback-white-box {
	background: #ffffff;
	width: 400px;
	position: absolute;
	width: 546px;
	height: 98px;
	border: 1px solid black;
	top: 22em;
	left: 21em;
	box-shadow: -8px 8px 0px black;
}

.feedback-white-box .txt {
	font-size: 22px;
	padding-left: 25px;
	padding-top: 15px;
	padding-right: 10px;
	color: #121212;
	text-align: left;
}

.btn.got-btn {
	width: 180px;
	height: 42px;
}


/* this CS forms the triangles */

.css-triangle:after,
.css-triangle:before {
	content: '';
	display: block;
	position: absolute;
	right: 89.2%;
	width: 0;
	height: 0;
	border-style: solid;
}


/* question templates */

.avatar-icon {
	position: absolute;
	width: 190px;
	height: 180px;
	left: 72px;
	top: 42px;
	background-size: 90% 90%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 11;
	width: 170px;
	height: 170px;
	background-color: #ffffff;
	border: 6px solid black;
}

.profile-icon {
	position: absolute;
	width: 120px;
	height: 110px;
	left: 172px;
	top: 7px;
	background-size: 100% 100%;
	z-index: 12;
}

#screen_7_1_20 .profile-icon.hero-icon {
	width: 113px;
	height: 123.6px;
}

.feedback-container .profile-icon {
	position: absolute;
	width: 219px;
	height: 184px;
	left: 40em;
	top: 23em;
	background-size: 70% 70%;
	z-index: 2;
	background-repeat: no-repeat;
}

.question-container-wrapper {
	position: absolute;
	width: 291px;
	height: 320px;
	border: 2px solid;
	left: 17px;
	top: 184px;
	background-color: #ffffff;
	box-shadow: -8px 8px #121212;
	overflow: hidden;
	max-height: 3020px;
	margin-top: -1px;
}

.right-container {
	position: absolute;
	width: 65%;
	left: 34%;
	height: calc(100% - 40px);
}

.question-text {
	padding: 42px 10px 10px;
}

.right-container .question-container {
	height: 100%;
}

.question-container-wrapper .popup.correct {
	margin-left: 0px;
	padding: 3em 1em 3em 1em;
	color: #121212;
	background: #c9dd03;
	margin-top: 0px;
}

.question-container-wrapper .last-feedback-text {
	margin-left: 0px;
	padding: 3em 1em 3em 1em;
	color: #ffffff;
	background: #e00034;
	margin-top: 0px;
}

.question-container-wrapper .popup.correct .scroll-parent,
.question-container-wrapper .last-feedback-text .scroll-parent {
	max-height: 255px;
}

.question-mission-status-pop .mission-status-pop {
	position: absolute;
	height: 101%;
	width: 104%;
	color: #fff;
	left: -20px;
	top: -13px;
	padding: 0px;
	display: block;
}

.question-mission-status-pop .correct-modal.mission-status-pop {
	z-index: 10;
}

.question-mission-status-pop .incorrect-modal.mission-status-pop {
	z-index: 13;
}

.question-mission-status-pop .mission-status-pop .parent-box {
	background: #ffffff;
	padding: 1em;
	border: #121212 6px solid;
	position: absolute;
	right: 5em;
	top: 5em;
	width: 330px;
	width: 289px;
	height: 289px;
}

.question-mission-status-pop .mission-status-pop .score-board {
	position: absolute;
	width: 5.5em;
	height: 2.5em;
	border: 1px solid black;
	top: 18.6em;
	right: 9.5em;
	box-shadow: -8px 8px black;
	background-color: #C9DD03;
}

.question-mission-status-pop .score-text {
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	margin-top: -4px;
	color: #121212;
	text-align: center;
}

.question-mission-status-pop .score-incre {
	position: absolute;
	width: 63px;
	height: 70px;
	top: 2.3em;
	background-size: 100% 100%;
	right: 10.7em;
	z-index: 1;
}

.question-mission-status-pop .correct-modal .modal-content-box {
	position: relative;
	right: 4em;
	top: 2.8em;
}

.question-mission-status-pop .incorrect-modal .modal-content-box {
	position: relative;
	right: 1em;
	top: -1.2em;
}

.question .bottom-btn-panel.bottom-instr {
	color: #121212;
	font-size: 15px;
	font-weight: bold;
	margin-top: -5px;
}

.replay-btn {
	position: absolute;
	right: -1em;
	top: -1.6em;
}

.question .submit-panel {
	bottom: -4em;
	position: absolute;
	right: 0em;
	z-index: 111;
}

#screen_7_1_20 .question .submit-panel {
	bottom: -1.9em;
}

.right-container .question .clickable .click-btn,
.mobile-question-container-wrapper .clickable .click-btn {
	margin: 0.5em 0.5em 0em 0em;
	min-width: 6em;
	padding: 5px 44px;
	font-size: 18px;
	border: 3px solid rgb(17, 17, 17);
	font-weight: 600;
	display: inline-block;
	opacity: 1;
}

.right-container .question .clickable .click-btn.return-btn,
.mobile-question-container-wrapper .clickable .click-btn.return-btn {
	width: 11em;
	height: auto;
	padding: 5px 20px;
}

.question .return-btn-add {
	bottom: -4.6em;
}

#screen_7_1_20 .question .return-btn-add {
	bottom: -2.6em;
}

.right-container .question .clickable .click-btn.disabled,
.mobile-question-container-wrapper .clickable .click-btn.disabled {
	color: #9e9e9ecc;
}

.right-container .question .clickable .click-btn.hide,
.mobile-question-container-wrapper .clickable .click-btn.hide {
	display: none;
}

.sort-divider {
	width: 1px;
	height: 490px;
	background-color: #121212;
	position: absolute;
	left: 33.5em;
	top: 1.5em;
}


/* this border color controlls the color of the triangle (what looks like the fill of the triangle) */

.css-triangle:after {
	border-color: transparent #ffde00 transparent transparent;
	border-width: 18px;
	right: 99.4%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}


/* this border color controlls the outside, thin border */

.css-triangle:before {
	border-color: transparent #000000 transparent transparent;
	border-width: 20px;
	right: 100.5%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.css-triangle.right:after {
	border-color: transparent transparent transparent #ffde00;
	right: auto;
	left: 99.4%;
}

.css-triangle.right:before {
	border-color: transparent transparent transparent #000000;
	right: auto;
	left: 100.5%;
}

.css-triangle.v-top:after {
	top: 20%;
}

.css-triangle.v-top:before {
	top: 20%;
}

#screen_0_1_20 .top-div {
	position: absolute;
	padding: 6px 35px;
	width: 588px;
	text-align: center;
	border: 4px solid #111;
	left: 213px;
	background: #fff;
	top: 45px;
}

#screen_0_1_20 .top-div .txt-0 {
	font-size: 1.66em;
}

#screen_0_1_20 .top-div p {
	margin-bottom: 5px;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel {
	position: absolute;
	left: 1em;
	top: 9.3em;
	width: 98%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-btn-block {
	position: relative;
	margin: 0px;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .btn {
	position: relative;
	display: block;
	width: 1060px;
	min-height: 190px;
	padding: 0px;
	overflow: hidden;
	background-color: #ffffff00;
	width: 15.6em;
	min-height: 15.9em;
	margin-top: 9px;
	border: none;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .btn .block-div {
	position: relative;
	width: 100%;
	transition: all 200ms ease-out;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .btn .block-div .title-cell {
	position: absolute;
	width: 14.4em;
	background-color: white;
	height: 55px;
	border: 3px solid black;
	left: 0em;
	top: 5em;
	text-align: center;
	display: flex;
	align-items: center;
	left: 0.5em;
	top: 10.5em;
	padding-left: 0.7em;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .btn.hover .block-div .title-cell {
	background-color: #FFDE00;
	background-clip: border-box;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .btn .block-div .title-cell p {
	color: #121212;
	text-align: left;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	height: auto;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .btn .block-div .title-cell span {
	font-weight: 500;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .btn .block-div .indicator img {
	position: absolute;
	left: 0.7em;
	top: 0.3em;
	width: 50px;
	height: 50px;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-4 .block-div .indicator img {
	left: 3em;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-7 .block-div .indicator img {
	left: 2em;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-8 .block-div .indicator img {
	left: 1.8em;
}

#screen_0_1_20 .menu-activity-panel .bg-menu {
	margin-top: 9em;
	width: 100%;
	height: 478px;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-2 a {
	margin-left: 0.5em;
	width: 16.5em;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-3 a {
	margin-left: 0.1em;
	width: 17.7em;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-4 a {
	margin-left: 0em;
	width: 19.2em;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-5 a {
	margin-left: 0em;
	width: 16.9em;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-6 a {
	margin-left: 0em;
	width: 18.8em;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-7 a {
	margin-left: 0em;
	width: 17.5em;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-8 a {
	margin-left: 0em;
	width: 17.1em;
}

#screen_0_1_20 .inline-icon.circle {
	position: absolute;
	left: 0.1em;
	font-size: 1.6em;
	border-width: 2px;
	z-index: 1;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-1 .btn .block-div .title-cell p {
	margin-left: 2.6em;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-2 .btn .block-div .title-cell {
	left: 1em;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-3 .btn .block-div .title-cell {
	left: 1.6em;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-4 .btn .block-div .title-cell {
	left: 2.6em;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-5 .btn .block-div .title-cell {
	left: 1.4em;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-6 .btn .block-div .title-cell {
	left: 2.5em;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-7 .btn .block-div .title-cell {
	left: 1.7em;
}

#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-8 .btn .block-div .title-cell {
	left: 1.6em;
}

#screen_1_1_20 .top-div {
	position: absolute;
	left: 290px;
	color: #fff;
	font-size: 1.1em;
	top: 20px;
	width: 55%;
}

#screen_1_1_20 .top-div p {
	margin-bottom: 5px;
}

#screen_1_1_20 .tab-screen.image-tab .parent-div {
	display: block;
}

#screen_1_1_20 .tab-screen.image-tab .clickable {
	width: 174px;
	height: 440px;
	max-width: none;
}

#screen_1_1_20 .tab-screen.image-tab .clickable .btn {
	text-align: left;
	width: 100%;
	height: 100%;
}

#screen_1_1_20 .tab-screen.image-tab .clickable-0 {
	width: 174px;
	height: 440px;
	position: absolute;
	top: 80px;
	left: 196px;
}

#screen_1_1_20 .tab-screen.image-tab .clickable-1 {
	position: absolute;
	top: 84px;
	left: 560px;
	width: 184px;
	height: 440px;
}

#screen_1_1_20 .tab-screen.image-tab .popup {
	position: absolute;
	top: 80px;
	width: 300px;
	left: 430px;
	height: 250px;
	padding-top: 5px;
}

#screen_1_1_20 .tab-screen.image-tab .pop-parent a.desktop {
	display: flex;
}

#screen_1_1_20 .tab-screen.image-tab .popup .scroll-parent {
	max-height: 170px;
}

#screen_1_1_20 .tab-screen.image-tab .tab-pop-0 {
	top: 80px;
	left: 430px;
}

#screen_1_1_20 .tab-screen.image-tab .tab-pop-1 {
	position: absolute;
	top: 80px;
	left: 230px;
}

#screen_1_1_20 .jump-btn-panel {
	text-align: center;
	position: absolute;
	top: 540px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}

#screen_1_1_20 .jump-btn-panel .btn {
	min-width: 150px;
	font-size: 18px;
}

#screen_1_1_30 .title-box {
	min-width: 250px;
}

#screen_1_1_30 .parent-box {
	position: relative;
	min-height: 600px;
}

#screen_1_1_30 .parent-box .laptop-img {
	position: absolute;
	width: 770px;
	height: auto;
	left: 104px;
}

#screen_1_1_30 .parent-box .logo {
	position: absolute;
	width: 100px;
	left: 430px;
	top: 34px;
}

#screen_1_1_30 .parent-box .scroll-parent {
	position: absolute;
	top: 70px;
	width: 48%;
	left: 260px;
	max-height: 210px;
	color: #fff;
	text-align: left;
	font-size: 16px;
}

#screen_1_1_30 .parent-box .scrollable {
	padding-right: 20px;
}

#screen_1_1_30 .parent-box .btn,
#screen_9_1_10 .next-btn-panel .next-btn {
	font-size: 18px;
	min-width: 160px;
}

#screen_1_1_30 .parent-box .display-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: row wrap;
}

#screen_1_1_30 .parent-box .display-flex .txt-div {
	position: relative;
	width: 58%;
}

#screen_1_1_30 .parent-box .display-flex .img-div {
	position: relative;
	width: 40%;
	padding: 10px 30px;
}

#screen_1_1_40 .top-div {
	position: absolute;
	padding: 6px 35px;
	width: 588px;
	text-align: center;
	border: 4px solid #111;
	left: 213px;
	background: #fff;
	top: 54px;
}

#screen_1_1_40 .top-div .txt-0 {
	font-size: 1.66em;
}

#screen_1_1_40 .top-div p {
	margin-bottom: 5px;
}

#screen_1_1_40 .mcq-mrq-question .question.image-option {
	position: absolute;
	width: 582px;
	top: 132px;
	left: 196px;
	height: auto;
	margin: 0px;
	padding: 2px;
}

#screen_1_1_40 .mcq-mrq-question .question.image-option .que-options {
	flex-flow: row wrap;
	margin: 0px;
	width: 100%;
	justify-content: space-evenly;
}

#screen_1_1_40 .mcq-mrq-question .question.image-option .option-item {
	width: 180px;
	height: 180px;
	text-align: left;
	border: none;
	margin: 4px;
	max-width: none;
	transform: none;
	transition: none;
}

#screen_1_1_40 .mcq-mrq-question .question .bottom-btn-panel {
	position: relative;
}

#screen_1_1_40 .mcq-mrq-question .question .submit-panel {
	right: auto;
	position: relative;
	left: 6px;
	bottom: -1.5em;
}

#screen_1_1_40 .mcq-mrq-question .question .bottom-btn-panel .btn {
	min-width: 150px;
	font-size: 18px;
}

#screen_2_1_10.screen .title-box,
#screen_3_1_10.screen .title-box,
#screen_4_1_10.screen .title-box,
#screen_5_1_10.screen .title-box,
#screen_6_1_10.screen .title-box,
#screen_7_1_10.screen .title-box,
#screen_8_1_10.screen .title-box {
	top: 5px;
	width: 250px;
}

#screen_2_1_20.screen .title-box,
#screen_3_1_20.screen .title-box,
#screen_4_1_20.screen .title-box,
#screen_5_1_20.screen .title-box,
#screen_6_1_20.screen .title-box,
#screen_7_1_20.screen .title-box,
#screen_8_1_20.screen .title-box {
	left: 0px;
	top: 0px;
}

.replay-icon {
	height: 20px;
	width: 20px;
	position: absolute;
}

#screen_2_1_20.screen .replay-icon,
#screen_3_1_20.screen .replay-icon,
#screen_5_1_20.screen .replay-icon {
	left: 7em;
	top: 12em;
}

#screen_3_1_20 .question-container-wrapper .question-text {
	padding-right: 20px;
}

#screen_4_1_20 .replay-btn {
	top: 0.1em;
	position: absolute;
	right: -0.5em;
	z-index: 1;
}

#screen_4_1_20 .laptop-img {
	position: absolute;
	right: 0px;
	top: 91px;
	width: 760px;
	background-position: left top;
	height: 562px;
	min-height: auto;
	border-right: 3px solid #000;
	padding: 50px 10px 60px 60px;
	min-height: auto !important;
	border: none;
	margin: auto;
}

#screen_4_1_20 .email-img {
	position: relative;
	background-position: left top;
	border-radius: 5px;
}

#screen_4_1_20 .left-container .avatar-icon {
	left: 26px;
}

#screen_4_1_20 .left-container .profile-icon {
	left: 140px;
	height: 85px;
	width: 102px;
}

#screen_4_1_20 .question-container-wrapper {
	width: 210px;
	left: 4px;
}

#screen_4_1_20 .right-container {
	position: absolute;
	width: 70%;
	left: 30%;
}

#screen_4_1_20 .question .que-options {
	padding: 190px 10px 50px 40px;
}

#screen_4_1_20 .question .que-options .scroll-parent {
	max-height: 270px;
}

#screen_4_1_20 .question-container-wrapper .last-feedback-text {
	padding: 3em 0.5em 3em 1em;
}

#screen_4_1_20 .question-container-wrapper .popup.correct {
	padding: 3em 0.5em 3em 1em;
}

#screen_4_1_20 .question-container-wrapper .btn.got-btn {
	width: 160px;
}

#screen_6_1_20 .avatar-icon {
	left: 42px;
}

#screen_6_1_20 .profile-icon {
	left: 130px;
	width: 117px;
	height: 100px;
}

#screen_6_1_20 .feedback-container .profile-icon {
	width: 219px;
	height: 184px;
	left: 40em;
	top: 23em;
}

#screen_6_1_20 .question-container-wrapper {
	width: 240px;
	box-shadow: none;
	border: 6px solid #121212;
	left: 0.5em;
	z-index: 1;
}

#screen_6_1_20 .right-container {
	left: 17%;
	width: 88%;
	height: 100%;
}

#screen_6_1_20 .replay-btn {
	right: 3em;
	top: 1.6em;
	z-index: 1;
}

#screen_6_1_20 .email-background {
	min-height: 84% !important;
	left: 31.5em;
	top: 1.8em;
	width: 40%;
	background-position: left;
	border-radius: 3px;
	background-size: contain;
	margin: 0em;
	border: none;
}

#screen_6_1_20 .question .submit-panel {
	bottom: -0.7em;
	right: 3.9em;
}

#screen_6_1_20 .question .bottom-btn-panel.bottom-instr {
	position: absolute;
	left: 19em;
	bottom: 1.7em;
}

#screen_6_1_20 .question .return-btn-add {
	bottom: -1.3em;
}

#screen_6_1_20 .mcq-mrq-question .question {
	margin-top: 0px;
	height: 100%;
}

#screen_6_1_20 .laptop-screen-background {
	width: 100%;
	height: 100%;
	min-height: auto !important;
	left: 0em;
	top: 0em;
	background-position: center;
	background-size: contain;
	border: none;
	margin: 0em;
}

.desktop #screen_6_1_20 .mcq-mrq-question .question .option-item .btn-text:after,
.desktop #screen_6_1_20 .mcq-mrq-question .question .option-item .btn-text::before {
	content: none;
}

#screen_6_1_20 .mcq-mrq-question .question .option-item .btn-text {
	margin-left: 0em;
	border: 3px solid black;
	box-shadow: -4px 4px black;
}

#screen_6_1_20 .mcq-mrq-question .question .que-options .option-item {
	left: 6.5em;
	width: 27em;
	top: 5em;
	margin-bottom: 8px;
	align-items: flex-start;
}

#screen_6_1_20 .chat-text {
	position: absolute;
	right: 5em;
	top: 27.5em;
	z-index: 111111;
	width: 238px;
	height: auto;
	font-size: 14px;
}

#screen_6_1_20 .chat-text-sent {
	position: absolute;
	background: #0E7892;
	color: #FFFFFF;
	font-size: 15px;
	text-align: left;
	width: 20em;
	height: auto;
	border-radius: 0px;
	padding: 10px;
	right: 3.5em;
	top: 16.5em;
}

#screen_6_1_20 .chat-text-sent.chat-text-sent-0,
#screen_6_1_20 .chat-text-sent.chat-text-sent-2 {
	top: 17.8em;
}

#screen_6_1_20 .chat-text-sent.chat-text-sent-1,
#screen_6_1_20 .chat-text-sent.chat-text-sent-4 {
	top: 16.5em;
}

#screen_6_1_20 .chat-text-sent::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	border-style: solid;
	border-color: #0E7892 transparent;
	border-width: 20px 20px 0;
	bottom: -19px;
	left: 17%;
	margin-left: -20px;
}

#screen_6_1_20 .chat-text-sent-icon {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid black;
	top: 3em;
	left: -1.6em;
	background-size: 100% 100%;
	background-color: #0E7892;
	border-radius: 20px;
}

#screen_6_1_20 .mcq-mrq-question .question .option-item .status.i-tick {
	width: 27px;
	background-color: #2c8229;
	height: 27px;
	font-size: 1.8em;
	border-radius: 0px;
	z-index: 1;
	position: absolute;
	margin-top: 0.1em;
}

#screen_6_1_20 .mcq-mrq-question .question .option-item .status.i-cross {
	width: 27px;
	background-color: #ff0000;
	height: 27px;
	font-size: 1.9em;
	border-radius: 0px;
	z-index: 1;
	position: absolute;
	margin-top: 0.1em;
}

#screen_6_1_20 .vertical-border,
#screen_8_1_20 .vertical-border {
	position: absolute;
	height: 100%;
	width: 5px;
	background: black;
	right: 26px;
	top: -0.8em;
}

#screen_8_1_20 .vertical-border {
	right: 221px;
	height: 107.8%;
	width: 4px;
}

#screen_8_1_20 .avatar-icon {
	left: 32px;
	background-color: transparent;
	border: none;
}

#screen_8_1_20 .profile-icon {
	left: 120px;
	width: 117px;
	height: 100px;
}

#screen_8_1_20 .feedback-container .profile-icon {
	width: 219px;
	height: 184px;
	left: 40em;
	top: 23em;
}

#screen_8_1_20 .question-container-wrapper {
	width: 240px;
	box-shadow: none;
	left: -0.5em;
}

#screen_8_1_20 .right-container {
	left: 25%;
	width: 100%;
}

#screen_8_1_20 .replay-btn {
	right: 17em;
	top: 1.75em;
	z-index: 1;
}

#screen_8_1_20 .email-background {
	min-height: 83% !important;
	left: 3.9em;
	border: none;
	width: 70%;
	background-position: top;
	border-radius: 3px;
	margin-top: 4em;
}

#screen_8_1_20 .question .submit-panel {
	bottom: -3.3em;
	right: 16.9em;
}

#screen_8_1_20 .question .bottom-btn-panel.bottom-instr {
	position: absolute;
	left: 17em;
}

#screen_8_1_20 .question .return-btn-add {
	bottom: -4em;
}

#screen_8_1_20 .spot-the-error-image-question .question .hotspot-data .hotspot.hotspot-custom {
	display: table;
	margin-top: 0.5em;
}

#screen_9_1_10 .question-container-wrapper {
	height: auto;
	min-height: 12em;
	width: 15em;
	padding: 1em;
	top: 0em;
	box-shadow: none;
	left: 0.4em;
	border: 3px solid;
}

#screen_9_1_10 .tab-container {
	position: absolute;
	background-size: contain;
	margin-top: -2.5em;
	margin-left: -2em;
	height: 100%;
	width: 100%;
}

#screen_9_1_10.screen .tab-screen .popup {
	height: 500px;
	width: 680px;
	background-color: #0000001c;
	border: none;
	position: absolute;
	background-size: 48%;
	top: 2em;
}

#screen_9_1_10 .tab-screen.image-tab .fix-height.popup .popup-content-box {
	position: absolute;
	top: 9.2em;
	left: 12.5em;
	width: 17.5em;
	font-size: 16px;
	color: #ffffff;
}

#screen_9_1_10 .tab-screen .pop-parent .popup-btn.close-popup-btn {
	margin-right: 12.4em;
	margin-top: 6.4em;
	background-color: white;
	font-size: 14px;
	border-radius: 20px;
	width: 20px;
	height: 20px;
}

#screen_9_1_10 .tab-screen .pop-parent .popup-btn.close-popup-btn span {
	font-size: 0.8em;
}

#screen_9_1_10 .tab-screen .pop-parent .scroll-parent {
	max-height: 12em;
}

#screen_9_1_10 .tab-screen .parent-div .correct-mark {
	position: absolute;
	z-index: 1;
	background-size: 30%;
}

#screen_9_1_10 .tab-screen.image-tab .parent-div {
	width: 82%;
	max-width: 950px;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 6em;
}

#screen_9_1_10 .tab-screen.image-tab .pop-parent {
	position: absolute;
	top: 0em;
}

#screen_9_1_10 .tab-screen.image-tab .clickable {
	padding: 0em;
	max-width: 30%;
	width: 90px;
	margin: 1.3em 2em;
	height: 90px;
}

#screen_9_1_10 .tab-screen.image-tab .clickable .click-btn {
	background: transparent;
	border: none;
}

#screen_9_1_10 .tab-screen.image-tab .clickable .click-btn {
	transition: 200ms ease-in;
}

#screen_9_1_10 .tab-screen.image-tab .clickable .click-btn:hover {
	transform: scale(1.1);
}

#screen_9_1_10 .bottom-btn-panel {
	position: absolute;
	bottom: 4em;
	left: 34%;
}

.opacity-0-50 {
	opacity: 0.5;
}

#screen_10_1_20 .title-box {
	min-width: 240px;
}

#screen_10_1_20 .parent-box {
	position: relative;
	min-height: 600px;
}

#screen_10_1_20 .parent-box .laptop-img {
	position: absolute;
	width: 770px;
	height: auto;
	left: 104px;
}

#screen_10_1_20 .parent-box .logo {
	position: absolute;
	width: 100px;
	left: 430px;
	top: 34px;
}

#screen_10_1_20 .parent-box .scroll-parent {
	position: absolute;
	top: 40px;
	width: 48%;
	left: 260px;
	max-height: 244px;
	color: #fff;
	text-align: left;
	font-size: 16px;
}

#screen_10_1_20 .parent-box .scrollable {
	padding-right: 20px;
}

#screen_10_1_20 .parent-box .bottom-btn-panel {
	position: absolute;
	bottom: 56px;
	width: 100%;
}

#screen_10_1_20 .parent-box .bottom-btn-panel .btn {
	font-size: 18px;
	min-width: 180px;
	width: 180px;
	padding: 20px;
	height: 66px;
}


/* --mediaQuery Start-- */

@media screen and (max-width: 834px) {
	.font-size-0 {
		font-size: 15px;
	}
	.font-size-1 {
		font-size: 17px;
	}
	.font-size-2 {
		font-size: 19px;
	}
	#content-master .screen .title-box {
		position: relative;
		top: auto;
		left: auto;
		width: 50%;
	}
	#screen_0_1_20 .top-div {
		position: relative;
		top: auto;
		left: auto;
		margin: 1em auto;
		width: 90%;
		max-width: 620px;
	}
	#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 620px;
		margin: 1em auto;
		justify-content: center;
	}
	#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-btn-block {
		position: relative;
		width: 280px;
		height: 280px;
		margin: 1em;
	}
	#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-btn-block a {
		position: relative;
		width: 100%;
		height: 100%;
		min-height: auto;
		margin: 0em;
	}
	#screen_0_1_20 .menu-container .menu-activity-panel .dynamic-panel .mod-btn-block .btn .block-div .title-cell {
		width: 90%;
		margin: 0 auto;
		left: 0px;
		right: 0px;
		top: 14em;
	}
	#screen_1_1_20 .top-div {
		position: relative;
		left: auto;
		top: auto;
		text-align: center;
		width: 90%;
		margin: 1em auto;
	}
	#screen_1_1_20 .tab-screen.image-tab .activity-panel {
		padding: 0em;
	}
	#screen_1_1_20 .tab-screen.image-tab .clickable {
		position: relative;
		top: auto;
		left: auto;
		height: 220px;
		width: 220px;
		margin: 2em auto 0em;
	}
	#screen_1_1_20 .tab-screen.image-tab .clickable .btn {
		border-radius: 50%;
		overflow: hidden;
		background-color: #fff;
	}
	#screen_1_1_20 .tab-screen.image-tab .collapse-pop {
		max-width: 490px;
		margin: 0px auto 0em;
		top: -1em;
		padding: 1em 1.5em;
	}
	#screen_1_1_20 .tab-screen.image-tab .collapse-pop .popup-titlebar {
		margin-bottom: 1em;
	}
	#screen_1_1_20 .tab-screen.image-tab .collapse-pop .scrollable {
		padding-right: 0em;
	}
	#screen_1_1_20 .jump-btn-panel {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		margin: 3em auto;
	}
	#screen_1_1_30 .parent-box .scroll-parent,
	#screen_10_1_20 .parent-box .scroll-parent {
		position: relative;
		margin: 1em auto;
		left: 0em;
		width: calc(100% - 10px);
		padding: 15px;
		background: #102f38;
		max-height: none;
		top: auto;
		border: 10px solid white;
	}
	#screen_1_1_30 .parent-box .mobile-logo {
		display: flex !important;
		justify-content: center;
		align-items: center;
		margin: 1em 0em;
	}
	#screen_1_1_30 .parent-box .mobile-logo img {
		width: 160px;
	}
	#screen_1_1_30 .parent-box .display-flex .img-div {
		width: 53%;
		padding: 10px;
		max-width: 160px;
	}
	#screen_1_1_30 .parent-box .display-flex .txt-div {
		width: 47%;
	}
	#screen_1_1_30 .parent-box .next-btn-panel,
	#screen_10_1_20 .parent-box .next-btn-panel {
		padding: 4em 0em;
		padding-top: 3em;
	}
	#screen_1_1_40 .top-div {
		position: relative;
		width: calc(100% - 30px);
		left: auto;
		top: 20px;
		margin: 0 auto;
	}
	#screen_1_1_40 .mcq-mrq-question .question.image-option {
		position: relative;
		width: 100%;
		left: auto;
		top: 20px;
		margin: 0 auto;
		padding: 0em;
	}
	#screen_1_1_40 .mcq-mrq-question .question.image-option .option-item {
		margin: 10px;
		width: 240px;
		height: 240px;
	}
	#screen_1_1_40 .mcq-mrq-question .question .bottom-btn-panel {
		padding-bottom: 60px;
	}
	#screen_10_1_20 .parent-box .bottom-btn-panel {
		position: relative;
		bottom: 0px;
	}
	.left-container {
		position: relative;
		height: auto;
		min-height: auto;
		width: 100%;
		display: block;
	}
	.right-container {
		width: 100%;
		position: relative;
		left: auto;
		height: 100%;
		margin-top: 2em;
		display: block;
	}
	.left-container-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.left-container .avatar-icon {
		position: relative;
		left: auto;
		top: auto;
		margin-top: -15%;
		z-index: 10;
	}
	.question-container-wrapper {
		position: relative;
		top: -2em;
		left: auto;
		height: auto;
		width: 100%;
		padding-bottom: 2em;
	}
	.profile-icon {
		position: relative;
		left: auto;
		margin-left: 20%;
		margin-bottom: 50px;
	}
	.replay-btn {
		position: relative;
		right: auto;
	}
	.question .submit-panel {
		position: relative;
		bottom: 0em;
		right: auto;
		z-index: 11;
		text-align: center;
	}
	.submit-panel .display-inline-block {
		width: auto;
	}
	.right-container .bottom-btn-panel {
		text-align: center;
	}
	.right-container .bottom-btn-panel .clickable .btn {
		width: 100%;
		max-width: 290px;
		display: table;
	}
	.feedback-red-box {
		position: relative;
		left: 0em;
		bottom: 0em;
		top: auto;
		width: calc(100% - 20px);
		height: auto;
		padding: 20px 10px 20px 10px;
	}
	.feedback-container .profile-icon {
		position: relative;
		left: auto !important;
		bottom: -3em !important;
		top: auto !important;
		margin-left: 0em;
		background-size: cover;
		background-size: 100%;
		width: 170px;
		height: 140px;
		margin: 0px;
	}
	.mobile-question-container-wrapper {
		top: 2em;
		padding-bottom: 0em;
	}
	.mobile-question-container-wrapper .last-feedback-text,
	.mobile-question-container-wrapper .popup.correct {
		margin-bottom: 0em;
	}
	.mobile-question-container-wrapper .question-container-wrapper {
		padding-bottom: 0em;
		background-color: #000000;
	}
	#screen_9_1_10 .screen-background {
		background-position: right top;
	}
	#screen_9_1_10 .question-container-wrapper {
		width: 100%;
		margin: 0em auto;
		left: auto;
		top: auto;
		max-width: 560px;
		height: auto;
		min-height: 4em;
		position: relative;
		text-align: center;
		margin-top: 0.2em;
	}
	#screen_9_1_10 .coverflow-screen .swiper-container {
		background-color: transparent;
		max-width: 300px;
		min-height: 390px;
	}
	#screen_9_1_10 .coverflow-screen .swiper-slide .text-box {
		position: absolute;
		color: #fff;
		top: 2em;
		padding: 2em;
	}
	#screen_9_1_10 .coverflow-screen .swipe-nav .clickable-back {
		left: 20%;
	}
	#screen_9_1_10 .coverflow-screen .swipe-nav .clickable-next {
		right: 20%;
	}
	#screen_9_1_10 .coverflow-screen .swipe-nav .slide-num {
		position: relative;
		margin: 0 auto;
		width: 100px;
		text-align: center;
		color: #fff;
		font-size: 1.2em;
		bottom: 0.5em;
	}
	#screen_9_1_10 .bottom-btn-panel {
		position: relative;
		bottom: auto;
		left: auto;
		margin-top: 4em;
	}
	.mobile-question-container-wrapper .popup.correct .scroll-parent,
	.mobile-question-container-wrapper .last-feedback-text .scroll-parent {
		max-height: none;
	}
	.question-mission-status-pop .incorrect-modal.mission-status-pop {
		position: fixed;
		left: 0em;
		top: 0em;
		height: 102%;
	}
	.question-mission-status-pop .incorrect-modal .modal-content-box {
		top: 3em;
		right: auto;
		left: auto;
		width: calc(100% - 20px);
		padding: 1em;
		margin: 0em;
	}
	.question-mission-status-pop .mission-status-pop .parent-box {
		position: relative;
		bottom: 0em;
		top: auto;
		right: auto;
		left: auto;
		width: 219px;
		height: 219px;
	}
	.question-mission-status-pop .mission-status-pop .score-board {
		position: relative;
		bottom: 1em;
		top: auto;
		left: auto;
		right: auto;
	}
	.question-mission-status-pop .feedback-white-box {
		position: relative;
		left: auto;
		width: 100%;
		height: auto;
		top: auto;
		padding-bottom: 0.5em;
	}
	.question-mission-status-pop .correct-modal .modal-content-box {
		top: 3em;
		right: auto;
		left: auto;
		width: 100%;
		padding: 1em;
		margin: 0em;
	}
	.question-mission-status-pop .score-incre {
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		bottom: -1em;
	}
	.question-mission-status-pop .correct-modal.mission-status-pop {
		position: fixed;
		left: 0em;
		height: 105%;
		width: 100%;
		z-index: 12;
	}
	.question .bottom-btn-panel.bottom-instr {
		margin-top: 25px;
		color: #fff;
	}
	.question-mission-status-pop .correct-modal .modal-content-box .scrollable,
	.question-mission-status-pop .incorrect-modal .modal-content-box .scrollable {
		display: flex;
		flex-direction: column;
		align-items: center;
		right: auto;
		left: auto;
		width: 100%;
	}
	.question-mission-status-pop .correct-modal .modal-content-box .scrollable .avatar-icon {
		top: -1em;
		margin-bottom: 0em;
		position: relative;
		left: auto;
	}
	.mobile-question-container-wrapper .display-inline-block.clickable {
		width: 100%;
		text-align: center;
	}
	.mobile-question-container-wrapper .clickable .click-btn.return-btn {
		width: auto;
	}
	.mobile-question-container-wrapper .clickable .click-btn.return-btn span {
		display: block;
	}
	#screen_6_1_20 .profile-icon,
	#screen_8_1_20 .profile-icon {
		left: auto;
	}
	#screen_6_1_20 .avatar-icon,
	#screen_8_1_20 .avatar-icon {
		left: auto;
	}
	#screen_6_1_20 .question-container-wrapper,
	#screen_8_1_20 .question-container-wrapper,
	#screen_4_1_20 .question-container-wrapper {
		width: auto;
		left: auto;
		box-shadow: -8px 8px #121212;
	}
	#screen_6_1_20 .right-container {
		left: auto;
		width: auto;
	}
	#screen_4_1_20 .right-container {
		left: auto;
		width: auto;
		height: auto;
		position: relative;
	}
	#screen_6_1_20 .replay-btn,
	#screen_8_1_20 .replay-btn,
	#screen_4_1_20 .replay-btn {
		right: auto;
		top: -2em;
		z-index: 1;
	}
	#screen_6_1_20 .mcq-mrq-question .question .que-options .option-item {
		left: auto;
		width: 96%;
		top: auto;
		margin-bottom: 14px;
		align-items: center;
	}
	#screen_6_1_20 .mcq-mrq-question .question .option-item .btn-text {
		margin-left: auto;
		box-shadow: none;
		border: 3px solid black;
	}
	#screen_6_1_20 .question .submit-panel {
		right: auto;
	}
	#screen_6_1_20 .mcq-mrq-question .question .option-item .status.i-cross,
	#screen_6_1_20 .mcq-mrq-question .question .option-item .status.i-tick {
		width: auto;
		background-color: transparent;
		height: auto;
		font-size: 1.2em;
		border-radius: 1.2em;
		z-index: 1;
		position: relative;
		margin-top: auto;
		color: black;
	}
	#screen_6_1_20 .question .bottom-btn-panel.bottom-instr {
		position: relative;
		left: auto;
		bottom: auto;
	}
	#screen_6_1_20 .mobile-email-bg {
		position: relative;
		left: 0em;
		width: 110%;
		background: white;
		height: 290px;
		overflow: hidden;
	}
	.mobile-option-wrapper {
		background: white;
		left: -1.5em;
		padding-left: 1.5em;
		width: calc(100% + 2.5em);
		position: relative;
		padding-bottom: 1em;
		border-top: 1px solid #cccccc;
		padding-top: 1em;
	}
	#screen_8_1_20 .right-container,
	#screen_4_1_20 .left-container .avatar-icon {
		left: auto;
	}
	#screen_4_1_20 .left-container .profile-icon {
		left: auto;
		width: 117px;
		height: 100px;
	}
	#screen_4_1_20 .question .que-options {
		padding: 0px;
		height: auto;
	}
	#screen_4_1_20 .question .que-options .scroll-parent {
		max-height: none;
	}
	#screen_4_1_20 .mobile-option-wrapper {
		background: #ffffff;
		left: -1.5em;
		padding-left: 1.5em;
		width: calc(100% + 2.5em);
		position: relative;
		padding-bottom: 1em;
		border-top: 1px solid #cccccc;
		padding-top: 1em;
		min-height: 200px;
	}
	#screen_4_1_20 .mobile-email-img-bg {
		height: calc(0.164 * 100vw);
		width: calc(100% + 2em);
		position: relative;
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 2.5em;
	}
	#screen_8_1_20 .mobile-email-word-bg {
		position: relative;
		height: 110px;
		width: calc(100% + 30px);
		background-position: top left;
		left: 0px;
		background-size: cover;
	}
	#screen_8_1_20 .question .submit-panel {
		bottom: auto;
		right: auto;
	}
	#screen_8_1_20 .feedback-container .profile-icon {
		left: auto;
		top: auto;
	}
	#screen_8_1_20 .question .bottom-btn-panel.bottom-instr {
		position: relative;
		left: auto;
	}
	#screen_8_1_20 .spot-the-error-image-question .question .hotspot-data .hotspot.hotspot-custom-mobile {
		margin-top: 0em;
		display: table;
	}
	#screen_8_1_20 .spot-the-error-image-question .question .hotspot-data .hotspot.hotspot_5 .status {
		left: -1.7em;
	}
	#screen_2_1_20 .global-modal-pop .scroll-parent,
	#screen_3_1_20 .global-modal-pop .scroll-parent,
	#screen_5_1_20 .global-modal-pop .scroll-parent,
	#screen_6_1_20 .global-modal-pop .scroll-parent,
	#screen_7_1_20 .global-modal-pop .scroll-parent,
	#screen_8_1_20 .global-modal-pop .scroll-parent {
		max-height: calc(100vh - 100px);
	}
}

@media screen and (max-width: 767px) {
	.submit-panel .display-inline-block {
		display: block;
	}
	.right-container .bottom-btn-panel .clickable .btn {
		margin: 0.5em auto;
	}
}

@media screen and (max-width: 700px) {
	#screen_6_1_20 .mobile-email-bg {
		position: relative;
		left: 0em;
		width: 106%;
		background: white;
		height: 270px;
		overflow: hidden;
	}
}

@media screen and (max-width: 600px) {
	#screen_6_1_20 .mobile-email-bg {
		left: -0.2em;
		width: 109%;
		height: 220px;
	}
}

@media screen and (max-width: 480px) {
	#screen_1_1_30 .parent-box .display-flex .img-div {
		width: 100%;
		padding: 10px;
		max-width: 120px;
		text-align: center;
		margin: 0 auto;
	}
	#screen_1_1_30 .parent-box .display-flex {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-flow: column wrap;
	}
	#screen_1_1_30 .parent-box .display-flex .txt-div {
		width: 100%;
	}
	.profile-icon {
		margin-left: 40%;
		margin-bottom: 0px;
	}
	#screen_6_1_20 .mobile-email-bg {
		height: 170px;
		width: 111%;
	}
}