ol, ul {
    margin: 0.1em 0em 0.86em 0.86em;
}
ol li {margin-inline-start: 0.2em; margin-bottom: 0.4em;}
ul li,
ol ul li{margin-inline-start: 0.2em; margin-bottom: 0.4em;}

/* sub bullet */
ul ul li{list-style: circle;}

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

.custom-list-num {
  list-style: none; /* Hide default markers */
  counter-reset: my-custom-counter; /* Initialize the counter */
  padding-left: 0; /* Remove default padding */
}

.custom-list-num li {
  counter-increment: my-custom-counter; /* Increment for each item */
  margin-bottom: 10px;
  display: flex; /* Helps align content with the custom marker */
}

.custom-list-num li::before {
  content: counter(my-custom-counter); /* Display the counter value */
  background-color: #8DB92E;
  color: white;
  border-radius: 50%; /* Make it a circle */
  width: 26px;
  height:26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
	font-size: 20px;
	flex-shrink: 0;
}

div p:last-child ol,
div p:last-child ul{
    margin-bottom: 0em;
}
.atropos-scale {pointer-events: none;}  
.atropos-rotate {pointer-events: all;}
.svg-img{
	position: relative;
	width: 100%;
}
.screen-data.color-white{color: #fff;}
.screen-data.color-yellow{color: #FFC81F;}
.screen-container{z-index: 0;}
.max-width{max-width: 600px;}
.play-overlay{
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.play-overlay .btn {
	position: relative;
	width: 100px;
	height: 100px;
	background: rgba(20, 30, 85, 0.8);
	border-radius: 50%;
	overflow: hidden;
}
.play-overlay .btn.hover {background: rgba(20, 30, 85, 0.6);}
.play-overlay .btn .btn-icon{position: relative; left: 4px; font-size: 2.2em;}

.info-btn-panel{
	min-width: auto;
	min-height: auto;
}
.center-img-box{
	position: relative;
	max-width: 600px;
	margin: 0 auto;
}
.info-icon,
.info-btn {
	background-color:#FF671B;
	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;
}
.instr-icon{
	position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: bold;
    padding: 0em 0.2em;
 }
 .instr-icon.icon-next {
    vertical-align: inherit;
    font-size: 18px;
 }

 .instr-icon.icon-burger-menu {
    vertical-align: middle;
    font-size: 18px;
 }
 .black-alpha-bg {background: rgba(0, 0, 0, 0.3);}

.global-modal-pop.help-pop .modal-alert {width: 1400px;}
.global-modal-pop.help-pop .modal-alert .modal-content-box{text-align: left; min-height: 650px;}
.global-modal-pop.help-pop .b-img {  width: 32px;}
.global-modal-pop.help-pop .n-row  {display: flex; gap: 10px; align-items: center; justify-content: flex-start; margin-bottom: 4px;}
.global-modal-pop.help-pop .n-row > img {width: 34px; flex-shrink: 0;}
.global-modal-pop.help-pop .bottom-btn-panel{text-align: center;  padding: 30px;}

 .screen .screen-padding.custom-padding-1 {	padding-top: 170px;  }

 .screen .screen-padding.custom-padding-only-header {
	padding: 70px 0px 0px 0px;  
}

.full-height {height:100%};

.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 .circle-img-panel{
	position: relative;
	width: 274px;	
}
.screen .circle-ost-box {
    position: relative;
    width: 500px;
    height: 500px;
    background-color: #fff;
    border-radius: 0%;
    padding: 0px;
    text-align: left;
    left: 0px;
   	padding: 30px;
}
.screen .circle-ost-box .inner-btn-block{
    width: 100%;    
    display: flex;
    justify-content: center;
    margin-top: 2em;
    align-items: center;
    padding-right: 0em;
}
.screen .circle-ost-box .inner-btn-block .btn-panel{margin: 0px 10px;}
.screen .circle-ost-box .inner-btn-block .btn{width: auto;}

.screen .screen-background.zindex,
.screen .circle-ost-box.zindex{ z-index: 1; }
.screen .circle-ost-box { 
    top: 280px;
	left: 100px;
	width: 550px;
	height: auto;
	padding: 50px 50px;
	text-align: left;
}

.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;
}

.global-modal-pop.resources-pop .content-panel{
	max-height: 515px;
	overflow: auto;
	padding-right:1em;
}


.screen.tab_full_screen .split-with-pop .activity-panel{padding-top: 1em;}
.screen.tab_full_screen .split-with-pop .fix-height.popup{min-height: 400px;}
.screen.tab_full_screen .split-with-pop .clickable .click-btn{height: 4.95em; display: flex;
  justify-content: space-between;}

#screen_multi_col_opt1 .feedback-container{
	position: absolute;
	bottom: auto;
	top: 285px;
	width: 67%;
}
.screen.swiper_screen .circle-img-panel {
  position: relative;
  width: 274px;
  margin: 180px 10px 0px 120px;
}
.screen.swiper_screen .text-box-1{
	position: relative;
	width: 444px;
  	margin: 50px 10px 30px 120px;
}
.screen.swiper_screen .coverflow-screen{
	position: absolute;
	right: 0px;
	top: 180px;
	width: 1280px;
}
.screen.swiper_screen .coverflow-screen .swiper-slide .text-box{
	position: absolute;
	right: 50px;
	padding: 50px;
	top: 0px;
	width: 480px;
}
.screen.swiper_screen .coverflow-screen .control-btn-panel{
  position: absolute;
  width: 420px;
  height: 64px;
  bottom: -32px;
  min-width: auto;
  min-height: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.screen.swiper_screen .coverflow-screen .swiper-pagination{
    width: 100%;
	background-color: #000;
	flex-flow: row nowrap;
	height: 100%;
	gap: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 36px;
	border: 2px solid #707070;
	right: auto;
	left: auto;
	margin: 0 auto;
	z-index: 0;
	top:auto;
	bottom: auto;
}

.module-start-screen .text-box-1{
	position: relative;
	width: 600px;
  	top: 210px;
	left: 50px;
}
.module-start-screen .t-title { font-size: 100px;}
.module-start-screen .jump-btn-panel{
	position: relative;
	top: 90px;
	display: flex;
	gap: 60px;
	align-items: center;
	justify-content: flex-start;
}
.module-start-screen .duration-div{
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
}
.module-start-screen .duration-div .clock-icon {font-size: 30px;}
.screen .text-box-0{
	box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.34);
	background-color: rgba(255, 255, 255, 0.9);
	color: #000;
	text-align: left;
	width: 100%;
	padding: 50px;
	position: relative;
}
.screen .text-box-1{position: relative;}

#screen_1_1_20 .text-box-1{
	width: 970px;
	margin: 0px auto 50px;
	text-align: center;
}
#screen_1_1_20 .sliding-scale-question{position: relative;}
#screen_1_1_20 .sliding-scale-question .feedback-container{
	position: absolute;
	width: 100%;
	padding: 30px;
	top: 80px;
}
#screen_1_1_20 .sliding-scale-question .feedback-container .flex-block{
	position: relative;
	background-color: #000;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	height: 510px;
	gap: 80px;
}

#screen_1_1_20 .sliding-scale-question .feedback-container .text-cell{
	position: relative;
	background-color: #FDFDFD;
	color: #000; 
	padding: 50px;	
	width: 1244px;	
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#screen_1_1_20 .sliding-scale-question .feedback-container .img-cell{
	position: relative;
	width: 344px;
}
#screen_1_1_20 .sliding-scale-question.type-1 .option-row .drop-panel .drop-item .opt-text p{
	top: 183px;
}

#screen_2_1_10.module-start-screen .text-box-1 { width: 550px; top:340px;}

#screen_2_1_30 .video-screen .video-panel{
	width: 1150px;
    margin: 5em auto 2em 4.2em;
    padding: 0em;
}
#screen_2_1_30 .video-screen .trascript-btn-block {
    position: absolute;
    right: -85px;
    top: -120px;
}
#screen_2_1_30 .circle-img-panel {
    position: relative;
    width: 274px;
    margin-top: 30px;
}
#screen_2_1_30 .text-box-1 {
    width: 300px;
    margin-top: 40px;
}
#screen_2_1_30.screen .col.col-83{
	width: 83%;
}
#screen_2_1_30.screen .col.col-17{
	width: 17%;
}

#screen_2_1_40 .img-panel{
	position: absolute;
	width: 374px;
	top: 150px;
	right: 0;
}
#screen_2_1_40 .text-box-1{ width: 1010px; margin-top: 20px;}
#screen_2_1_40 .tab-container{
	position: relative;
	width: 1110px;
	margin-top: 30px;
}
#screen_2_1_40 .tab-screen .parent-div{
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	justify-content: flex-start;
  	max-width: none;
}
#screen_2_1_40 .tab-container .arrow-div{
	position: relative;
	width: 60px;
	margin: 0 10px;
	top: 75px;
}
#screen_2_1_40 .tab-container .parent-div .clickable {width: 180px;}
#screen_2_1_40 .tab-container .tab-btn{
	background-color: transparent;
  border: none;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}
#screen_2_1_40 .tab-container .tab-btn .btn-txt{padding: 10px 2px;}
#screen_2_1_40 .tab-container .tab-btn .img-circle{
	position: relative;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-color: #fff;
	border: 6px solid transparent;
	padding: 30px;
}
#screen_2_1_40 .tab-container .tab-pop{
	position: absolute;
  	top: 270px;
  	background-color: #ffffff;
}
#screen_2_1_40 .tab-screen .clickable.current .tab-btn .img-circle,
#screen_2_1_40 .tab-screen .clickable .tab-btn.hover .img-circle{
    border-color: #FFC100;
}
#screen_2_1_40 .tab-container .popup .flex-block{min-height: 330px; align-items: flex-start;}
#screen_2_1_40 .tab-container .popup .text-cell{width: 100%; padding: 50px 40px;}
#screen_2_1_40 .tab-container .tab-pop-0 .css-triangle{left: 6%;  margin: 0;}
#screen_2_1_40 .tab-container .tab-pop-1 .css-triangle{left: 27%; margin: 0;}
#screen_2_1_40 .tab-container .tab-pop-2 .css-triangle{left: 48%; margin: 0;}
#screen_2_1_40 .tab-container .tab-pop-3 .css-triangle{left: 69%; margin: 0;}
#screen_2_1_40 .tab-container .tab-pop-4 .css-triangle{left: 90%; margin: 0;}

#screen_2_1_50 .text-box-1{ width: 470px; margin-top: 40px; }
#screen_2_1_50 .text-box-1 .s1{font-size: 50px; margin-bottom: 50px;}
#screen_2_1_50 .text-box-1 .t2{margin-top: 80px;}
#screen_2_1_50 .custom-margin-bottom { margin-bottom: 1em; }

#screen_2_1_60 .text-box-1{ width: 650px; margin-top: 120px; }
#screen_2_1_60 .text-box-1 .s1{font-size: 50px; margin-bottom: 50px;}
#screen_2_1_60 .text-box-1 .t2{margin-top: 60px;}

#screen_3_1_10 .text-box-1{top: 224px;}
#screen_3_1_10.module-start-screen .jump-btn-panel{
	top: 90px;
}

#screen_3_1_30 .feedback-container{
	position: absolute;
	width: 740px;
	left: 100px;
	top: 223px;
	margin: 0;
}

#screen_3_1_40 .text-box-1{ width: 641px; margin-top: 120px; }
#screen_3_1_40 .text-box-1 .s1{font-size: 50px; margin-bottom: 50px;}
#screen_3_1_40 .text-box-1 .s1 .t1{
    margin-bottom: 50px;
}
#screen_3_1_40 .text-box-1 .t2{margin-top: 60px;}

#screen_4_1_10 .text-box-1{top: 120px; width: 650px;}

#screen_4_1_20 .circle-img-panel{
	position: relative;
	width: 274px;
	margin-top: 30px;
}
#screen_4_1_20 .text-box-1{ width: 450px; margin-top: 40px;}
#screen_4_1_20 .accordion-custom {
	position: absolute;
	width: 1160px;
	right: 0px;
	top: 30px;	
	background-color: #000;
}
#screen_4_1_20 .bottom-img-panel{
	position: absolute;
    bottom: 150px;
    width: 970px;
    right: 110px;
}
#screen_4_1_20 .tab-panel-0_1 .panel-body { padding: 50px; padding-right: 180px; }

#screen_4_1_30 .col-1{width: 520px; padding: 36px 120px 50px 0px;}
#screen_4_1_30 .col-2{width: 640px; padding: 0px 40px 0px 0px;}
#screen_4_1_30 .col-3{width: 480px; padding-top: 40px;}
#screen_4_1_30 .img-panel{width: 460px;}
#screen_4_1_30 .question.border-box-option .que-options .option-item{
	background-color: #FFC100;
	border: 6px solid #FFC100;
	color: #000;
	padding: 50px 20px 50px 50px;
}
#screen_4_1_30 .question.border-box-option .que-options .option-item .btn-text{text-align: center; padding: 0px 20px 0px 0px;}
#screen_4_1_30 .question.border-box-option .que-options .option-item *{color: #000;}
#screen_4_1_30 .question.border-box-option .que-options .option-item.hover,
#screen_4_1_30 .question.border-box-option .que-options .option-item.selected{border-color: #fff;}
#screen_4_1_30 .feedback-container, 
#screen_4_1_30 .feedback-container{margin: 0;}

#screen_4_1_35 .text-box-1{ width: 840px; margin-top: 160px; }
#screen_4_1_35 .text-box-1 .s1{font-size: 50px; margin-bottom: 50px;width: 680px;}
#screen_4_1_35 .text-box-1 .t2{margin-top: 60px;}

#screen_4_1_40 .text-box-1{ width: 1300px; margin: 30px 0 50px 0;}
#screen_4_1_40 .tab-container{
	position: relative;	
	width: 100%;
}
#screen_4_1_40 .tab-container .base-img {position: absolute;  width: 100%;}
#screen_4_1_40 .tab-screen .parent-div{
	width: 100%;
	position: relative;
	top: 58px;
	left: 0px;
}
#screen_4_1_40 .tab-screen .tab-btn{
	font-size: 158px;
	border: none;
	color: #000;
	min-width: auto;
	height: 158px;
	transition: all 300ms linear;
}
#screen_4_1_40 .tab-screen .tab-btn .btn-txt{padding: 0px; display: block;}
#screen_4_1_40 .tab-screen .tab-btn-0 .btn-txt{padding-bottom: 40px;}
#screen_4_1_40 .tab-screen .clickable{padding: 0px; position: absolute;} 
#screen_4_1_40 .tab-screen .clickable-0{width: 434px; left: 30px;}
#screen_4_1_40 .tab-screen .clickable-1{width: 314px; left: 580px;}
#screen_4_1_40 .tab-screen .clickable-2{width: 316px; left: 1010px;}
#screen_4_1_40 .tab-screen .clickable-3{width: 210px; left: 1440px;}
#screen_4_1_40 .tab-screen .clickable.current .tab-btn,
#screen_4_1_40 .tab-screen .clickable .tab-btn.hover{
    border: 6px solid #000;
}
#screen_4_1_40 .tab-container .tab-pop{
	position: absolute;
  	top: 220px;  	
}
#screen_4_1_40 .tab-container .popup .flex-block{min-height: 280px; align-items: flex-start;}
#screen_4_1_40 .tab-container .popup .text-cell{width: 100%; padding: 50px;}
#screen_4_1_40 .tab-container .tab-pop-0 {width: 700px; left: 20px;}
#screen_4_1_40 .tab-container .tab-pop-0 .css-triangle{left: 32%;  margin: 0;}
#screen_4_1_40 .tab-container .tab-pop-1 {width: 590px; left: 440px;}
#screen_4_1_40 .tab-container .tab-pop-1 .css-triangle{left: 48%; margin: 0;}
#screen_4_1_40 .tab-container .tab-pop-2 {width: 894px; left: 724px;}
#screen_4_1_40 .tab-container .tab-pop-2 .css-triangle{left: 48%; margin: 0;}
#screen_4_1_40 .tab-container .tab-pop-3 {width: 640px; left: 1020px;}
#screen_4_1_40 .tab-container .tab-pop-3 .css-triangle{left: 80%; margin: 0;}

#screen_4_1_50 .text-box-1{ width: 404px; margin: 60px 0 50px 0;}
#screen_4_1_50 .tab-container{
	position: absolute;	
	top: 50px;
	left: 548px;	
}
#screen_4_1_50 .tab-container .parent-div{display: block; width: 1110px; height: 736px;}
#screen_4_1_50 .tab-container .clickable-0{
	width: 632px;
	top: 260px;
	left: 240px;
	padding: 0;
}
#screen_4_1_50 .tab-container .clickable .tab-btn{min-width: auto;  height: auto;}
#screen_4_1_50 .tab-container .tab-pop{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	border-radius: 70px;
	padding: 50px;
}
#screen_4_1_50 .tab-container .tab-pop .img-panel{
	width: 632px;
	margin: 0px auto 50px;
	text-align: center;
}

#screen_4_1_60 .feedback-container{
	position: absolute;
	width: 740px;
	left: 100px;
	top: 192px;
	margin: 0;
}

#screen_4_1_70 .text-box-1{ width: 840px; margin-top: 180px; }
#screen_4_1_70 .text-box-1 .s1{font-size: 50px; margin-bottom: 50px;width: 700px;}
#screen_4_1_70 .text-box-1 .t2{margin-top: 60px;}

#screen_5_1_10 .text-box-1{top: 54px;}
#screen_5_1_10.module-start-screen .jump-btn-panel{
	top: 90px;
}

#screen_5_1_20 .circle-img-panel{
	position: relative;
	width: 274px;
	margin-top: 30px;
}
#screen_5_1_20 .text-box-1{ width: 358px; margin-top: 80px; }
#screen_5_1_20 .tab-container{
	position: absolute;
	width: 860px;
	left: 506px;
	top: 40px;
}
#screen_5_1_20 .tab-container .base-img {
	position: absolute;
    width: 110px;
    text-align: center;
    top: 362px;
    left: 155px;
}
#screen_5_1_20 .tab-screen .parent-div{
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	flex-flow: column nowrap;
}
#screen_5_1_20 .tab-screen .tab-btn{
	border: 2px solid transparent;
	color: #000;
	width: 100%;
	height: 64px;
	transition: all 300ms linear;
	font-size: 30px;
}	
#screen_5_1_20 .tab-screen .tab-btn .btn-txt{padding: 10px;}
#screen_5_1_20 .tab-screen .clickable{
	padding: 0px;
	left: 93px;
	width: 222px;
	top: 93px;
	margin-bottom: 6px;
}
#screen_5_1_20 .tab-screen .clickable.clickable-0{
	top: 148px;
    width: 395px;
    left: 344px;
    height: 177px;
}
#screen_5_1_20 .tab-screen .clickable.clickable-1{
	top: 152px;
    width: 395px;
    left: 344px;
    height: 277px;
}
#screen_5_1_20 .tab-screen .tab-btn.tab-btn-0{
	min-width: 395px;
	height: 177px;
}
#screen_5_1_20 .tab-screen .tab-btn .txt{
	margin-top: 15px;
}
#screen_5_1_20 .tab-screen .tab-btn.tab-btn-1{
	min-width: 395px;
	height: 277px;
}
#screen_5_1_20 .tab-screen .clickable.current .tab-btn,
#screen_5_1_20 .tab-screen .clickable .tab-btn.hover{
    border: 2px solid #000;
	color: #fff;
}
#screen_5_1_20 .tab-screen .tab-btn.tab-btn-0 .txt{
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: 100%;
    height: 85px;
}
#screen_5_1_20 .tab-screen .tab-btn.tab-btn-1 .txt{
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: 100%;
    height: 120px;
}
#screen_5_1_20 .tab-screen .clickable.current .tab-btn .txt,
#screen_5_1_20 .tab-screen .clickable .tab-btn.hover .txt {
    background-color: #000;
}
#screen_5_1_20 .tab-container .tab-pop{
	position: absolute;
    top: 90px;
    background-color: #FFFFFF;
    width: 410px;
    left: 750px;
    box-shadow: none;
}
#screen_5_1_20 .tab-container .tab-pop.tab-pop-1 {
    top: 340px;
}
#screen_5_1_20 .tab-container .popup .flex-block{min-height: 290px; align-items: flex-start; box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.34);}
#screen_5_1_20 .tab-container .popup .text-cell{width: 100%; padding: 30px 50px;}
#screen_5_1_20 .tab-container .tab-pop-0 .css-triangle{top: 52%;  margin: 0;}
#screen_5_1_20 .tab-container .tab-pop-1 .css-triangle{top: 48%; margin: 0;}

#screen_5_1_30 .video-screen .video-panel{
	width: 1200px;
    margin: 5em auto 2em auto;
    padding: 0em;
}
#screen_5_1_30 .video-screen .trascript-btn-block {
    position: absolute;
    right: -85px;
    top: -120px;
}
#screen_5_1_30 .circle-img-panel {
    position: relative;
    width: 274px;
    margin-top: 30px;
}
#screen_5_1_30 .text-box-1 {
    width: 396px;
    margin-top: 40px;
}

#screen_5_1_40 .circle-img-panel{
	position: relative;
	width: 274px;
	margin-top: 50px;
}
#screen_5_1_40 .text-box-1{ width: 420px; margin-top: 40px;}
#screen_5_1_40 .flipcard-container{
	position: absolute;
	top: 50px;
	left: 520px;
	width: 1160px;
}
#screen_5_1_40 .flipcard-screen .card-back{
	border: 12px solid #ffffff;
    padding: 20px;
    border-radius: 25px;
    background: #fff;
    box-shadow: inset 0 0 0 8px #FF671B;
}
#screen_5_1_40 .flipcard-screen .card-back .custom-list-right li::before {
  content: "";
    position: absolute;
    left: 30px;
    margin-top: 10px;
    width: 43px;
    height: 43px;
    background-image: url(../../images/ltr/5_1_40_tick.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
#screen_5_1_40 .flipcard-screen .card-back .custom-list-cross li::before {
  content: "";
    position: absolute;
    left: 30px;
    margin-top: 10px;
    width: 43px;
    height: 43px;
    background-image: url(../../images/ltr/5_1_40_cross.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
#screen_5_1_40 .flipcard-screen .card-back ul li{
	margin-bottom: 30px;
	width: 312px;
    list-style-type: none;
	margin-left: 50px;
}

#screen_5_1_50 .coverflow-screen .swiper-slide .text-box {
    position: absolute;
    right: 150px;
    padding: 50px 0px 50px 0px;
    /* top: 100px; */
    width: 363px;
    top: 50%;
    transform: translateY(-50%);
}

#screen_5_1_60 .screen-padding {padding: 150px 30px 0px 120px;}
#screen_5_1_60 .circle-img-panel{
	position: relative;
	width: 274px;
	margin-top: 30px;
}
#screen_5_1_60 .text-box-1{ width: 396px; margin-top: 40px;}
#screen_5_1_60 .skip-btn-panel{
	position: relative;
  	min-height: 2rem;
}
#screen_5_1_60 .skip-btn{
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;	
}
#screen_5_1_60 .skip-btn:focus {
	position: static;
	width: 280px;
	height: auto;
	left: 0px;
	margin-bottom: 0px;
}
#screen_5_1_60 .drag-n-drop-question{
	position: absolute;
	top: 15px;
	left: 450px;	
}
#screen_5_1_60 .drag-n-drop-question .question{width: 1320px; height: 850px;}
#screen_5_1_60 .drag-n-drop-question .drag-panel {
	position: absolute;
  	margin: 0;
  	width: 240px;
	top: 150px;
	left: 130px
}
#screen_5_1_60 .drag-n-drop-question .drop-panel {
	position: absolute;
	top: 0px;
	left: 80px;
	width: 1159px;
	margin: 0;
}
#screen_5_1_60 .drag-n-drop-question .form-img{
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}
#screen_5_1_60 .drag-n-drop-question .drag-item{
	margin: 0 0 20px 0;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
	/* padding: 4px 10px 4px 10px; */
	width: 240px;
	height: 50px;
	background-color: transparent;
	border: none;
}
#screen_5_1_60 .drag-n-drop-question .drag-item .drag-txt-panel{
	position: absolute;
	margin: 10px 0px 0px 15px;
}
#screen_5_1_60 .drag-n-drop-question .drag-item img{
	position: absolute;
    width: 240px;
}
#screen_5_1_60 .drag-n-drop-question .drag-area-panel{width: 240px; height: 50px;}
#screen_5_1_60 .drag-n-drop-question .drag-area-panel .drag-area{width: 100%; height: 100%; margin: 0px; left: -2px; top: -6px;}
#screen_5_1_60 .drag-n-drop-question .drag-item .status{padding: 10px 5px 0px 5px;}
#screen_5_1_60 .drag-n-drop-question .drop-item_0{position: absolute; top: 174px;  left: 445px;}
#screen_5_1_60 .drag-n-drop-question .drop-item_1{position: absolute; top: 310px; left: 508px;}
#screen_5_1_60 .drag-n-drop-question .drop-item_2{position: absolute; top: 378px; left: 494px;}
#screen_5_1_60 .drag-n-drop-question .drop-item_3{position: absolute; top: 446px; left: 410px;}
#screen_5_1_60 .drag-n-drop-question .drop-item_4{position: absolute; top:446px; left: 750px;}
#screen_5_1_60 .drag-n-drop-question .drop-item_5{position: absolute; top: 516px; left: 474px;}
#screen_5_1_60 .drag-n-drop-question .bottom-btn-panel{
	position: absolute;
  	top: 650px;
    left: 620px;
}
#screen_5_1_60 .drag-n-drop-question .feedback-container{
	position: absolute;
    top: 430px;
    left: 101px;
    width: 305px;
}
#screen_5_1_60.drag-n-drop-screen .feedback-container .popup .pop-col-text, 
#screen_5_1_60 .drag-n-drop-question .feedback-container .popup .pop-col-text{padding: 30px;}
#screen_5_1_60 .drag-n-drop-screen .feedback-container .popup, .drag-n-drop-question .feedback-container .popup{
	border: none;
}

#screen_5_1_70 .text-box-1{ width: 605px; margin-top: 250px; }
#screen_5_1_70 .text-box-1 .s1{font-size: 50px; margin-bottom: 50px;}
#screen_5_1_70 .text-box-1 .t2{margin-top: 60px;}

#screen_6_1_10 .text-box-1{top: 334px;}
#screen_6_1_10.module-start-screen .jump-btn-panel{
	top: 90px;
}

#screen_6_1_30 .text-box-1{
	width: 412px;
	position: relative;
	top: 260px;
}
#screen_6_1_30 .tab-container{
	position: absolute;
    top: 0px;
    left: 540px;
    width: 1061px;
}
#screen_6_1_30 .bg-panel{ position: absolute; top:0px;  width: 1160px;}
#screen_6_1_30 .static-bg{
	width: 1061px;
    position: absolute;
    top: 130px;
    left: 30px;
    background-color: #fff;
    height: 626px;
    box-shadow: none;
    z-index: 1;
}
#screen_6_1_30 .static-bg img{
 width: 873px;
}
#screen_6_1_30 .tab-screen .parent-div{
	width: 992px;
	position: relative;
	top: 80px;
	left: 30px;
}
#screen_6_1_30 .tab-screen .parent-div .clickable.first{padding-inline-start: 40px;}
#screen_6_1_30 .tab-container .tab-pop{
	position: absolute;
  	top: 48px;
	width: 1061px;
	padding-top: 20px;
	box-shadow: none;
}
#screen_6_1_30 .tab-container .tab-pop-0 .img-cell{width: 542px; margin: 10px 30px;}
#screen_6_1_30 .tab-screen.folder-view .clickable .click-btn {
    background-color: #FF671B;
	color: #fff;
}
#screen_6_1_30 .tab-screen.folder-view .clickable .click-btn.hover {
    background-color: #ffffff;
	color: #000;
}
#screen_6_1_30 .tab-screen.folder-view .clickable.current .click-btn {
    border-color: #FF671B;
    z-index: 2;
    background-color: #fff;
    color: #000;
    border-bottom: none;
}
#screen_6_1_30 .tab-screen.folder-view .popup{
	min-height: 625px;
}
#screen_6_1_30 .tab-screen .popup .flex-block{
	min-height: 505px;
}
#screen_6_1_30 .tab-screen .popup .flex-block .text-cell{
	padding: 10px 53px 10px 55px;
}
#screen_6_1_30 .tab-screen .popup.tab-pop-0 .flex-block .text-cell{
	padding: 10px 53px 10px 55px;
    width: 45%;
}
#screen_6_1_30 .tab-screen .popup.tab-pop-1 .flex-block .text-cell{
	padding: 10px 53px 10px 55px;
    width: 52%;
}
#screen_6_1_30 .tab-screen .popup.tab-pop-2 .flex-block .text-cell {
    padding: 10px 55px 10px 55px;
}
#screen_6_1_30 .tab-screen .popup .flex-block {
    align-items: flex-start;
}
#screen_6_1_30 .tab-screen .popup.tab-pop-1 .flex-block .img-cell{
	width: 331px;
	margin: 10px 30px;
}
#screen_6_1_30 .tab-container .tab-pop-2 .img-cell {
    width: 420px;
    margin: 10px 30px;
}
#screen_6_1_30 .tab-container .tab-pop-2 .img-cell img{
	width: 420px;
}

#screen_6_1_40 .text-box-1{
	width: 768px;
    text-align: left;
    color: #000;
    left: 720px;
}
#screen_6_1_40 .t-title {font-size: 56px; margin-bottom: 10px;}
#screen_6_1_40 .txt-1{font-size: 40px; color: #FFC100; margin-bottom: 20px;}
#screen_6_1_40.screen .screen-padding {
    padding: 300px 120px 0px 120px;
}

#screen_6_1_50 .feedback-container{
	position: absolute;
	width: 740px;
	left: 100px;
	top: 193px;
	margin: 0;
}

#screen_6_1_60 .text-box-1{ width: 565px; margin-top: 220px; }
#screen_6_1_60 .text-box-1 .s1{font-size: 50px; margin-bottom: 50px;}
#screen_6_1_60 .text-box-1 .t2{margin-top: 60px;}

#screen_7_1_10.module-start-screen .text-box-1 { width: 730px; top: 200px; }
#screen_7_1_10 .custom-width { width: 550px; }

#screen_7_1_20 .text-box-1{width: 400px;}
#screen_7_1_20 .coverflow-screen .swiper-slide .text-box{
	position: absolute;
	right: 150px;
    padding: 50px 0px 50px 0px;
    top: 250px;
    width: 340px;
}
#screen_7_1_20 .coverflow-screen .control-btn-panel{width: 480px;}

#screen_7_1_30 .circle-img-panel{
	position: relative;
	width: 274px;
	margin-top: 50px;
}
#screen_7_1_30 .text-box-1{ width: 380px; margin-top: 40px;}
#screen_7_1_30 .tab-container{
	position: absolute;
	top: 50px;
	left: 480px;
	width: 1160px;
}
#screen_7_1_30 .tab-screen .parent-div{
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}
#screen_7_1_30 .tab-container .tab-btn{
	min-height: 420px;
	border: none;
	background-color: transparent;
	display: flex;
	justify-content: center;
}
#screen_7_1_30 .tab-container .tab-btn .y-circle{
	position: absolute;
	width: 264px;
	height: 264px;
	border-radius: 50%;
	background-color: #FFC100;
	top: 0;
}
#screen_7_1_30 .tab-container .tab-btn img{
	position: absolute;
	top: 60px;
	left: 0;
	transform: scale(0.8);
	transform-origin: bottom;
	width: auto;
  	height: 350px;
	transition: all 600ms ease-out;
}
#screen_7_1_30 .tab-container .clickable.current .tab-btn img,
#screen_7_1_30 .tab-container .clickable .tab-btn.hover img{
    transform: scale(1);
}
#screen_7_1_30 .tab-container .tab-pop{
	position: absolute;
  	top: 470px;
  	background-color: #FFFFFF;
}
#screen_7_1_30 .tab-container .tab-pop .w1{width: 95%;}
#screen_7_1_30 .tab-container .popup .flex-block{min-height: auto; align-items: flex-start;}
#screen_7_1_30 .tab-container .popup .text-cell{width: 100%; padding: 50px;}
#screen_7_1_30 .tab-container .tab-pop-0 .css-triangle{left: 15%;  margin: 0;}
#screen_7_1_30 .tab-container .tab-pop-1 .css-triangle{left: 39%; margin: 0;}
#screen_7_1_30 .tab-container .tab-pop-2 .css-triangle{left: 46%; margin: 0;}
#screen_7_1_30 .tab-container .tab-pop-3 .css-triangle{left: 75%; margin: 0;}
#screen_7_1_30 .tab-container .tab-pop-0{width: 833px;}
#screen_7_1_30 .tab-container .tab-pop-1{width: 1050px;}
#screen_7_1_30 .tab-container .tab-pop-2{width: 820px; left: 333px}
#screen_7_1_30 .tab-container .tab-pop-3{width: 895px; left: 333px}

#screen_7_1_40 .text-box-1{ width: 840px; margin-top: 120px; }
#screen_7_1_40 .text-box-1 .s1{font-size: 50px; margin-bottom: 50px; width: 802px;}
#screen_7_1_40 .text-box-1 .t2{margin-top: 60px;}

#screen_8_1_10 .text-box-1{top: 364px;}
#screen_8_1_10.module-start-screen .jump-btn-panel{
	top: 90px;
}

#screen_8_1_15 .text-box-1{width: 350px;}
#screen_8_1_15 .coverflow-screen .swiper-slide .text-box{
	transform: translateY(-50%);
	top: 50%;
}
#screen_8_1_15 .coverflow-screen .control-btn-panel{width: 480px;}

#screen_8_1_30 .text-box-1{
	width: 970px;
	margin: 0px auto 50px;
	text-align: center;
}
#screen_8_1_30 .sliding-scale-question{position: relative;}
#screen_8_1_30 .sliding-scale-question .feedback-container{
	position: absolute;
	width: 100%;
	padding: 30px;
	top: 80px;
}
#screen_8_1_30 .sliding-scale-question .feedback-container .flex-block{
	position: relative;
	background-color: #000;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	height: 510px;
	gap: 80px;
}
#screen_8_1_30 .sliding-scale-question .feedback-container .text-cell{
	position: relative;
	background-color: #fdfdfd;
	color: #000; 
	padding: 50px;	
	width: 1244px;	
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#screen_8_1_30 .sliding-scale-question .feedback-container .img-cell{
	position: relative;
	width: 344px;
}
#screen_8_1_30 .sliding-scale-question.type-1 .option-row .drop-panel .drop-item .opt-text p{
	top: 183px;
}

#screen_9_1_05 .text-box-1{top: 310px;  width: 700px;}

.evalution-question .text-box-1{text-align: center; margin: 0 auto; width: 90%;}
.evalution-question .mcq-mrq-question .question .que-options{
	width: 100%;
	max-width: none;
	min-height: auto;
	margin: 50px 0px 0px 0px;
}
.evalution-question .bottom-line{
	position: relative;
	width: 100%;
	height: 8px;
	background-color: #fff;
}
.evalution-question .feedback-container{
	position: absolute;
  	top: 420px;
	width: 900px;
}

.thank-you-screen .text-box-1{
	width: 1350px;
 	text-align: center;
  	margin: 10px auto;
}
.thank-you-screen .t-title {font-size: 56px; margin-bottom: 10px;}
.thank-you-screen .txt-1{font-size: 40px; margin-bottom: 20px;}