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

.reward-btn .point-txt{
	position: absolute;
	margin: 0 auto;
	top: 14px;
	width: 100%;
	text-align: center;
	left: 0px;
	right: 0px;
	font-size: 12px;
}
.header .reward-btn.hover .point-txt{
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.svg-img{
	position: relative;
	width: 100%;
}
.screen-data.color-white{color: #fff;}
.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:#000;
	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;}

.text-img-block{
	display: flex;
	flex-flow: row nowrap;
	position: absolute;
	bottom: 80px;
	left: 35px;
}
.line-text-box{
	position: relative;
	border-top: 2px solid #000;
	background-color: rgba(255, 255, 255, 0.94);
	padding: 44px;
	width: 940px;
	height: auto;
	display: block;
}
.text-img-block .line-text-box{ 
	position: relative;
	width: 720px;
	min-height: 450px;
}
.text-img-block .img-box{
	position: relative;
	width: 625px;
	min-height: 450px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
}
.text-img-block .second-panel{
	position: relative;
	width: 770px;
	min-height: 450px;	
	margin-left: 20px;
}

.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-inline-end: 0.5em;
	width: 1em;
}
.download-pdf-btn{color:#000; height: auto;}
.download-pdf-btn .btn-icon{font-size: 3em;}
.download-pdf-btn.hover{color:#023761; 
	-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:#000; 
	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:#023761;}
.gb-magnify-btn.hover .magnify-icon{
    -ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
    transform: scale(1.2);    
}

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

.global-modal-pop.disclaimer-pop{background-color: rgba(0,0,0,0.9);}
.global-modal-pop.resources-pop .modal-content-box{	text-align: left;}
.global-modal-pop.resources-pop .modal-content-box .flex-div{
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	margin-top: 20px;
}
.global-modal-pop.resources-pop .modal-content-box .flex-div > div{width: 50%; padding-right: 30px;}

.global-modal-pop.help-pop .modal-box{
    width: 90%;
    max-width: 1440px;    
}
.global-modal-pop.help-pop .modal-alert .modal-content-box {
	/* padding: 10px 40px 60px 60px;
	text-align: center;
	min-height: 4em;
	background-color: transparent; */
}
.global-modal-pop.help-pop .activity-panel{max-width: 1480px;}
.global-modal-pop.help-pop .scroll-parent{max-height: 750px;}

.global-modal-pop.help-pop .flex-div{position: relative;}
.global-modal-pop.help-pop .help-row {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 10px 0px;
}
.global-modal-pop.help-pop .help-row > div{
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 50%;
	padding: 10px;
	text-align: left;
}
.global-modal-pop.help-pop .help-row .cell-0{padding-right: 20px;}
.global-modal-pop.help-pop .help-row .block-text{padding: 10px 50px 10px 40px;}

.global-modal-pop.help-pop .circle-progress-bar .radial{font-size: 79px;}
.global-modal-pop.help-pop .help-row .btn{cursor: default; font-size: 1.2em;}
.global-modal-pop.help-pop .help-row .icon-reward{font-size: 1.5em;}
.global-modal-pop.help-pop .help-reward-btn .point-txt{
	position: absolute;
	margin: 0 auto;
	top: 18px;
	width: 100%;
	text-align: center;
	left: 0px;
	right: 0px;
	font-size: 15px;
}

.global-modal-pop.reward-pop .modal-box{width: 1400px;}
.global-modal-pop.reward-pop .modal-alert .modal-content-box{padding: 0px 40px 80px 60px;}
.global-modal-pop.reward-pop .box{
	width: 804px;
	min-height: auto;
	height: 592px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.global-modal-pop.reward-pop .box img{position: absolute; top:0px; left: 0px;}
.global-modal-pop.reward-pop .box img.incorr{opacity: 0.3;}

.screen .feedback-container .popup .box{
	width: 350px;
	min-height: auto;
	height: 256px;
	margin: 40px auto 0px;
	text-align: center;
	position: relative;
}
.screen .feedback-container .popup .box img{position: absolute; top:0px; left: 0px;}
.screen .feedback-container .popup .box img.incorr{opacity: 0.3;}
.screen .feedback-container .popup .box .ani-point{
	position: absolute;
	font-size: 70px;
	text-shadow: 0px 2px 16px #000;
	font-weight: bold;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;	
	opacity: 0;
}
.screen .feedback-container .popup .box .ani-point.animate{
	-webkit-animation: aniPoint 1.5s ease-in 2s forwards;
    animation: aniPoint 1.5s ease-in 2s forwards;
}
.screen .feedback-container .popup .box .curr-reward.animate{
	-webkit-animation: aniReward 2.0s ease-in 0s forwards;
    animation: aniReward 2.0s ease-in 0s forwards;
}

.screen .feedback-container .popup .box .ani-point.poss-1.animate{
	-webkit-animation: aniPoint1 1.5s ease-in 2s forwards;
    animation: aniPoint1 1.5s ease-in 2s forwards;
}


@-webkit-keyframes aniPoint {	
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	100% {
		-webkit-transform: translate3d(420px, -430px, 0);
		-ms-transform: translate3d(420px, -430px, 0);
		transform: translate3d(420px, -430px, 0);
		font-size: 40px;
		opacity: 0;
	}
}
@-keyframes aniPoint {
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	100% {
		-webkit-transform: translate3d(420px, -430px, 0);
		-ms-transform: translate3d(420px, -430px, 0);
		transform: translate3d(420px, -430px, 0);
		font-size: 40px;
		opacity: 0;
	}
}

@-webkit-keyframes aniPoint1 {	
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	100% {
		-webkit-transform: translate3d(40px, -570px, 0);
		-ms-transform: translate3d(40px, -570px, 0);
		transform: translate3d(40px, -570px, 0);
		font-size: 40px;
		opacity: 0;
	}
}
@-keyframes aniPoint1 {
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	100% {
		-webkit-transform: translate3d(40px, -570px, 0);
		-ms-transform: translate3d(40px, -570px, 0);
		transform: translate3d(40px, -570px, 0);
		font-size: 40px;
		opacity: 0;
	}
}



@-webkit-keyframes aniReward {	
	0%{
		opacity: 0;
		filter: blur(10px) grayscale(1);
		
	}
	
	100% {
		opacity: 1;
		filter: blur(0px) grayscale(0);
		
	}
}
@-keyframes aniReward {
	0%{
		opacity: 0;
		filter: blur(10px);
		transform:scale(0.5);
	}
	50%{
		opacity: 1;
		filter: blur(0);
		transform:scale(1.2);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform:scale(1);
	}
}
.screen .center-img-panel{
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	padding: 0.5em;
}
.screen .center-img-panel.extra-small{ max-width: 360px;}
.screen .center-img-panel.small{ max-width: 540px;}
.screen .center-img-panel.medium{ max-width: 720px;}
.screen .center-img-panel.big{ max-width: 770px;}
.screen .center-img-panel.extra-big{ max-width: 870px;}

.screen.tab_full_screen .split-with-pop .activity-panel{padding-top: 1em; display: flex; flex-flow: row nowrap;}
.screen.tab_full_screen .split-with-pop .fix-height.popup{min-height: 480px;}
.screen.tab_full_screen .split-with-pop .clickable .click-btn{height: 80px;}

#screen_multi_col_opt1 .feedback-container{
	position: absolute;
	bottom: auto;
	top: 285px;
	width: 67%;
}

#screen_1_1_30 .text-img-block{
	position: absolute;
	bottom: 80px;
}
#screen_1_1_30 .black-box{
	position: relative;
	background-color: #000;
	color: #fff;
	padding: 10px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
#screen_1_1_30 .black-box .icon-cell{
	position: relative;
	width: 50px;
	height: 50px;
	border: 5px solid #fff;
	border-radius: 50%;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 38px;
}
#screen_1_1_30 .black-box .txt-cell{
	position: relative;
	width: 80%;
	text-align: center;
}

#screen_1_1_60 .text-img-block { position: absolute; bottom: 80px; }
#screen_1_1_60 .text-img-block .line-text-box { min-height: 200px; width: 740px; }


#screen_2_1_30 .text-img-block { position: relative; bottom: auto; }
#screen_2_1_30 .text-img-block .line-text-box { position: relative; width: 900px; min-height: 210px; }
#screen_2_1_30 .tab-screen.image-tab .parent-div {
	max-width: none;
	margin-left: 35px;
    width: calc(100% - 70px);
}
#screen_2_1_30 .parent-div .btn-box a {
	width: 300px;
	height: 100%;
    padding: 0px;
	display: flex;
    flex-direction: column;
	background: transparent;
    border: none;
}
#screen_2_1_30 .parent-div .btn-box .tab-btn.hover { transform: scale(1.04); }
#screen_2_1_30 .parent-div .btn-box img { width: 300px; } 
#screen_2_1_30 .parent-div .btn-box a.tab-btn.hover img { border: 8px solid #E9713A; border-radius: 50%; }
#screen_2_1_30 .parent-div .btn-box .btn-box-txt {
	padding: 26px;
    width: 100%;
    background: #E9713A;
	margin-top: 30px;
}
#screen_2_1_30 .parent-div .btn-box.visited .btn-box-txt{background: #BFBFBF;}
#screen_2_1_30 .parent-div .btn-box.visited .hover .btn-box-txt{background: #E9713A;}
#screen_2_1_30 .tab-bar {
    width: calc(100% - 70px);
    background: white;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 35px;
    margin-top: 30px;
	margin-bottom: 10px;
}
.app-body .popup.screen-modal-pop.modal-pop-2_1_30 .pop-title {margin-top: 0px; padding-left: 0px;}
.app-body .popup.screen-modal-pop.modal-pop-2_1_30 .col-divider { display: flex; }

#screen_2_1_32 .text-img-block { position: absolute; bottom: auto; }
#screen_2_1_32 .text-img-block .line-text-box { width: 700px; }

#screen_2_1_34 .text-img-block { position: absolute; bottom: auto; }
#screen_2_1_34 .text-img-block .line-text-box { width: 700px; }

#screen_2_1_36 .text-img-block { position: absolute; bottom: auto; }
#screen_2_1_36 .text-img-block .line-text-box { width: 700px; }

#screen_2_1_37 .text-img-block .line-text-box { min-height: 200px; } 
#screen_2_1_37 #box1 { position: absolute; top: 40px; height: 250px; width:640px; }
#screen_2_1_37 #box2 { position: absolute; bottom: 80px; left: 1000px; height: 250px; width:500px; }
#screen_2_1_37 #chit1 { position: absolute; bottom: 155px; left:85px; height: 130px; width:286px; }
#screen_2_1_37 #chit2 { position: absolute; top: 405px; left:565px; height: 130px; width:286px; }
#screen_2_1_37 #chit3 { position: absolute; top: 90px; left:990px; height: 130px; width:286px; }
#screen_2_1_37 #chit4 { position: absolute; top: 100px; right:75px; height: 130px; width:286px; }

#screen_4_1_20 .text-img-block { position: relative; bottom: auto; }
#screen_4_1_20 .text-img-block .line-text-box { position: relative; width: 900px; min-height: 210px; }
#screen_4_1_20 .tab-screen.image-tab .parent-div {
	max-width: 1134px;
	top: 50px;
	/* margin-left: 35px;
    width: calc(100% - 70px); */
}
#screen_4_1_20 .parent-div .btn-box a {
	width: 300px;
	height: 100%;
    padding: 0px;
	display: flex;
    flex-direction: column;
	background: transparent;
    border: none;
}
#screen_4_1_20 .parent-div .btn-box .tab-btn.hover { transform: scale(1.04); }
#screen_4_1_20 .parent-div .btn-box img { width: 300px; } 
#screen_4_1_20 .parent-div .btn-box a.tab-btn.hover img { border: 8px solid #E9713A; border-radius: 50%; }
#screen_4_1_20 .parent-div .btn-box .btn-box-txt {
	padding: 26px;
    width: 100%;
    background: #E9713A;
	margin-top: 30px;
}
#screen_4_1_20 .parent-div .btn-box .tab-btn-0 .btn-box-txt{padding: 10px;}
#screen_4_1_20 .parent-div .btn-box.visited .btn-box-txt{background: #BFBFBF;}
#screen_4_1_20 .parent-div .btn-box.visited .hover .btn-box-txt{background: #E9713A;}
#screen_4_1_20 .tab-bar {
    width: calc(100% - 70px);
    background: white;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 35px;
    margin-top: 30px;
	margin-bottom: 10px;
}
.app-body .popup.screen-modal-pop.modal-pop-4_1_20 .pop-title {margin-top: 0px; padding-left: 0px;}
.app-body .popup.screen-modal-pop.modal-pop-4_1_20 .col-divider { display: flex; }

#screen_4_1_25 .text-img-block { position: relative; bottom: auto; }
#screen_4_1_25 .text-img-block .line-text-box { position: relative; width: 900px; min-height: 210px; }
#screen_4_1_25 .tab-screen.image-tab .parent-div {
	max-width: 1134px;
	top: 50px;
	/* margin-left: 35px;
    width: calc(100% - 70px); */
}
#screen_4_1_25 .parent-div .btn-box a {
	width: 300px;
	height: 100%;
    padding: 0px;
	display: flex;
    flex-direction: column;
	background: transparent;
    border: none;
}
#screen_4_1_25 .parent-div .btn-box .tab-btn.hover { transform: scale(1.04); }
#screen_4_1_25 .parent-div .btn-box img { width: 300px; } 
#screen_4_1_25 .parent-div .btn-box a.tab-btn.hover img { border: 8px solid #E9713A; border-radius: 50%; }
#screen_4_1_25 .parent-div .btn-box .btn-box-txt {
	padding: 26px;
    width: 100%;
    background: #E9713A;
	margin-top: 30px;
}
#screen_4_1_25 .parent-div .btn-box .tab-btn-1 .btn-box-txt{padding: 10px 26px;}
#screen_4_1_25 .parent-div .btn-box.visited .btn-box-txt{background: #BFBFBF;}
#screen_4_1_25 .parent-div .btn-box.visited .hover .btn-box-txt{background: #E9713A;}
#screen_4_1_25 .tab-bar {
    width: calc(100% - 70px);
    background: white;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 35px;
    margin-top: 30px;
	margin-bottom: 10px;
}
.app-body .popup.screen-modal-pop.modal-pop-4_1_25 .pop-title {margin-top: 0px; padding-left: 0px;}
.app-body .popup.screen-modal-pop.modal-pop-4_1_25 .col-divider { display: flex; }

.app-body .popup.screen-modal-pop.modal-pop-4_1_25 .pop-col-text {padding-right: 0px;}


#screen_4_1_62 .text-img-block { position: absolute; bottom: auto; }
#screen_4_1_62 .text-img-block .line-text-box { width: 700px; }

#screen_4_1_65 .text-img-block { position: absolute; bottom: auto; }
#screen_4_1_65 .text-img-block .line-text-box { width: 700px; }


#screen_4_1_70 .text-img-block { position: absolute; bottom: 80px; }
#screen_4_1_70 .text-img-block .line-text-box {width: 760px; min-height: 200px; }

#screen_6_1_10 .text-img-block { position: absolute; bottom: auto; }
#screen_6_1_10 .text-img-block .line-text-box { width: 1280px; }
#screen_6_1_10 .text-img-block .second-panel{width: 510px;}

#screen_6_1_25 .text-img-block { position: absolute; bottom: auto; }
#screen_6_1_25 .text-img-block .line-text-box { width: 878px; height: 380px; min-height: auto;}
#screen_6_1_25 .text-img-block .instr-icon{font-size: 18px;}
#screen_6_1_25 .box{
	width: 804px;
	min-height: auto;
	height: 592px;
	margin: 110px auto 0px;
	text-align: center;
	position: relative;
	left: 90px;
}
#screen_6_1_25 .box img{position: absolute; top:0px; left: 0px;}
#screen_6_1_25 .box img.incorr{opacity: 0.3;}
#screen_6_1_25 .tab-screen.image-tab {
	position: absolute;
  	top: 0px;
 	left: 0px;
}
#screen_6_1_25 .tab-screen.image-tab .parent-div{	top: 10px;  left: 890px;}

#screen_6_1_25 .tab-screen.image-tab .clickable{
	position: absolute;
	top: 150px;
	left: 270px;
	width: 170px;
	height: 144px;
	rotate: 1 0 5 28deg;
}
#screen_6_1_25 .tab-screen.image-tab .clickable .btn{width: 100%; height: 100%; border: none;}
#screen_6_1_25 .tab-screen.image-tab .clickable-0{top: 150px;	left: 270px;}
#screen_6_1_25 .tab-screen.image-tab .clickable-1{top: 214px;	left: 450px;}
#screen_6_1_25 .tab-screen.image-tab .clickable-2{top: 283px;	left: 635px;}

#screen_6_1_25 .tab-screen.image-tab .clickable-3{top: 274px;	left: 180px;}
#screen_6_1_25 .tab-screen.image-tab .clickable-4{top: 340px;	left: 360px;}
#screen_6_1_25 .tab-screen.image-tab .clickable-5{top: 404px;	left: 540px; height: 150px;}
#screen_6_1_25 .tab-screen.image-tab .box img.current{filter: brightness(1.5);}
#screen_6_1_25 .tab-screen.image-tab .pop-parent{	
	position: absolute;
	top: 390px;
	left: 0px;
	width: 878px;
}
#screen_6_1_25 .tab-screen.image-tab .pop-parent .tab-pop{background-color: #D9D9D9; border: none; padding: 44px;}
#screen_6_1_25 .tab-screen.image-tab .clickable .btn .btn-icon{
	rotate: -28deg;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0px;
  background-color: #e87039;
  color: #000;
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#screen_6_1_25 .tab-screen.image-tab .clickable.current .btn .btn-icon{display: none;}

#screen_6_1_25 .tab-screen.image-tab .clickable .btn.hover .btn-icon{transform: scale(1.2); /* color: #fff; */}


#screen_6_1_30 .text-img-block { position: relative; bottom: auto; }
#screen_6_1_30 .text-img-block .line-text-box { position: relative; width: 880px; min-height: 210px; }
#screen_6_1_30 .parent-div {
	max-width: none;
    width: calc(100% - 70px);
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
	margin-left: 35px;
	margin-top: 80px;
	margin-bottom: 10px;
}
#screen_6_1_30 .parent-div .btn-box div {
	width: 300px;
	height: 100%;
    padding: 0px;
	display: flex;
    flex-direction: column;
	background: transparent;
    border: none;
	cursor: default;
}
#screen_6_1_30 .parent-div .btn-box img { width: 300px; } 
#screen_6_1_30 .parent-div .btn-box .btn-box-txt {
	padding: 26px;
    width: 100%;
    background: #D9D9D9;
	margin-top: 30px;
}
#screen_6_1_30 .parent-div .btn-box .btn-box-txt-1{
	padding: 10px 26px;
	width: 100%;
    background: #D9D9D9;
	margin-top: 30px;
}

#screen_6_1_40 .text-img-block { position: absolute; bottom: auto; top: 0px; }
#screen_6_1_40 .text-img-block .line-text-box { width: 910px; }

#screen_6_1_50 .text-img-block { position: absolute; bottom: auto; top: 0px; }
#screen_6_1_50 .text-img-block .line-text-box { 
	width: 850px; 
	left: 450px;
    top: 170px;
	min-height: 350px;
 }
/* --mediaQuery Start-- */
