*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* Verdana Regular */
@font-face {
    font-family: 'Verdana Regular';
	src: url(../fonts/VERDANA.TTF);
    font-weight: normal;
    font-style: normal;
}

/* Verdana Bold */
@font-face {
    font-family: 'Verdana Bold';
	src: url(../fonts/VERDANA-BOLD.TTF);
    font-weight: normal;
    font-style: normal;
}
body{
	height: 100vh;
	max-width: 3840px;
	max-height: 2160px;
	overflow: hidden;
	font-family: 'Verdana Regular';
	font-size: 16px;
}
sup {
    font-size: 60%;
	line-height: 1;
}
sub {
    font-size: 60%;
    line-height: 1;
}
h2{
	font-weight: bold;
	font-size: 6.6rem;
	line-height: 5.4rem;
	border-bottom: 1.2rem solid #30ea03;
	display: inline-block;
	color: #ffffff;
	margin: 7.5% 4%;
	padding-bottom: 1.7%;
	font-family: 'Verdana Regular';
}
p{
	font-size: 4.4rem;
	line-height: 6.4rem;
	margin: 0;
	color: #ffffff;
}
h3{
	font-size: 5rem;
    color: #fff;
    line-height: 6.6rem;
    margin-left: 15.5%;
    /* margin-right: 22.1%; */
    margin-top: 2%;
}
a{
	font-size: 1rem;
	text-decoration: none !important;
}
img{
	width: 100%;
	height: auto;
}
button{
	outline: none;
	background: none;
	color: #000000;
	/* border-radius: 50px; */
	padding: 0;
	cursor: pointer;
	font-size: 6.5rem;
	border: none;
	position: absolute;
	bottom: 22%;
	right: 8%;
	font-family: 'Verdana Bold';
	font-weight: bold;
	display: flex;
	width: 40%;
	align-items: center;
	justify-content: center;
}
button img {
    width: 12%;
    display: inline-block;
    margin-left: 12%;
}
.wrapper{
	height: 100%;
	overflow: auto;
}
.home_sec{
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}
.home_sec_cnt{
	width: 50%;
	height: 50%;
	background: #f1d500;
	border: 2px solid #ffffff;
	position: relative;
	z-index: 9;
}
.home_sec_cnt.cold_sec,.home_sec_cnt.flu_sec{
	background: #30ea03;
}
.home_sec_cnt.logos_sec{
	background: #d0d3d4;
}
.mid_sec{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35%;
	transform: translate(-50%, -50%);
	z-index: 9;
}
.home_sec_cnt_in{
	display: flex;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 99;
}
.home_sec_cnt_in video{
	width: 32%;
    flex-basis: 50%;
    object-fit: cover;
}
.home_sec_rgt{
	padding: 5%;
	padding-left: 3%;
	flex-basis: 50%;
	position: relative;
	z-index: 99;
}
.home_sec_rgt h2{
	font-size: 5.4rem;
	line-height: 6.3rem;
}
.home_sec_rgt p{
	font-size: 2.8rem;
	line-height: 3.3rem;
	margin-bottom: 5%;
}
.folder_icon{
	width: 28%;
    margin-left: 6%;
    margin-bottom: 5%;
}
.cold_sec .home_sec_rgt,.flu_sec .home_sec_rgt{
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
}
.home_sec_rgt_in{
	background: #333f48;
	padding: 4.7% 8%;
}
.cold_sec .home_sec_rgt p, .flu_sec .home_sec_rgt p{
	color: #ffffff;
	font-size: 3.5rem;
	line-height: 4rem;
	margin-bottom: 5%;
	border-bottom: 3px solid #30ea03;
	padding-bottom: 2%;
	display: inline-block;
}
.cold_sec .home_sec_rgt span, .flu_sec .home_sec_rgt span{
	color: #ffffff;
	display: block;
	font-size: 2.5rem;
	line-height: 3.2rem;
	margin-bottom: 2%;
}
.flu_sec .home_sec_rgt{
	right: auto;
	left: 0;
}
.flu_sec .folder_icon {
    margin-left: 65%;
}
.flu_sec video{
	position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
}
.img_cnt {
    width: 50%;
    border-left: 2px solid #000000;
    padding-left: 6%;
    margin-left: 6%;
}
.img_cnt:first-child{
	border: none;
	margin-left: 0;
	padding-left: 0;
}
.logos_cnt_in {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
}
.logos_cnt {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #ffffff;
    right: 0;
    top: 0;
}

/*Quiz css Start*/
.quiz_cnt{
	background: url('../Assets/white_pattern_img.png') no-repeat;
	height: 100%;
	background-size: cover;
}
.quiz_cnt_in{
	display: flex;
	height: 100%;
}
.quiz_h{
	height: 88%;
}
.quiz_rgt{
	width: 45%;
	position: relative;
	overflow: hidden;
}
.quiz_lft {/*    background: rgb(72 83 92 / 80%);*/background: url('../Assets/Quiz_left_1.png') no-repeat;background-size: cover;width: 55.3%;position: relative;}
.quiz_lft_bg1{
	background: url('../Assets/page1_left.png') no-repeat;
	background-size: cover;
	position: relative;
}
.quiz_menu{
	height: 12%;
	border-top: 0.4rem solid #000;
	background: rgba(256,256,256,0.5);
}
.quiz_rgt img{
	display: block;
}
.questions{
	margin-top: 10.7%;
}
h4 {
    font-size: 3.8rem;
    line-height: 4.5rem;
    border-bottom: 0.8rem solid #30ea03;
    display: inline-block;
    padding-bottom: 1rem;
    font-family: 'Verdana Bold';
    letter-spacing: -4px;
}
h5 {
    font-size: 4.6rem;
    line-height: 6.5rem;
    color: #ffffff;
    padding-left: 15%;
    font-family: 'Verdana Regular';
    font-weight: 600;
    /* letter-spacing: -1px; */
}
.quiz_lft h4 {
    margin: 4.3% 6%;
    margin-bottom: 2.6%;
}
.q_heading span {
    display: block;
    height: 5rem;
    background: #fff53b;
    margin-bottom: 0.5%;
}
.birde_footnote{
	padding: 3.5% 8% 2.2% 8.7%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.birde_footnote p{
	font-size: 3.2rem;
	line-height: 4.5rem;
	color: #000;
}
.quiz_lft_bg1 p {
    margin-left: 15.5%;
    margin-right: 12.3%;
    margin-top: 1.5%;
    font-size: 3.9rem;
    line-height: 5.6rem;
}
.quiz_menu_cnt{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 2%;
	justify-content: space-between;
}
.menu_icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10.3%;
}
.menu_q{
	width: 35.8%;
}
.menu_icons a {
    /* margin: 0 7%; */
}

.menu_txt p {
    color: #000000;
    font-family: 'Verdana Bold';
    padding-left: 3.3%;
}

.menu_logo {
    width: 10.4%;
}

/*answers Check boxes*/
fieldset {
  padding: 0;
  border: none;
  /* display: block; */
  width: 40%;
  margin: 0 36%;
  margin-top: 1.2%;
}
 
legend {
  font-weight: 600;
  margin-bottom: 0.875em;
}
 
 
 
/* ===================== */
/* ===================== */
/* Code Here ↓ */
 
.account-selection__option {
  position:relative;
  display: inline-block;
  border-radius: 50px;
  width: auto;
  text-align:center;
  cursor: pointer;
  margin-left: 6px;
  vertical-align: middle;
  padding-left: 26%;
  padding-right: 6.6%;
}
 
.account-selection__input {
  accent-color: #876bca;
}
 
.account-selection__text {
  	flex-grow: 1;
  	color: #000000;
  	font-size: 3.3rem;
  	font-weight: bold;
  	line-height: 5.3rem;
  	padding-top: 1px;
}
 
.account-selection__icon {
  color: #989898;
}
.account-selection__input:checked ~ .account-selection__text {
  color: #000000;
}
 
.account-selection__input:checked ~ .account-selection__icon {
  color: #876bca;
}
.account-selection__option.correct
{
  background: #2fe503;
  padding-top: 2px;
}
 
.account-selection__option.wrong
{
  background: #c60000;
  /* padding-top: 2px; */
}
.checkbox-div {
    /* display: flex; */
    margin-top: 14%;
}
 .txt_2_btm span.finaloutput {
    font-size: inherit;
}
input.account-selection__input {
    display: none;
}
span.numbers {
    background: #eee100;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 5.5rem;
    height: 5.5rem;
    line-height: 4rem;
    font-size: 3rem;
    position: absolute;
    z-index: 1;
    letter-spacing: -1px;
    left: -2px;
    top: -2px;
}
.question_5 .footnote p {
    font-size: 1.3rem;
}
/*Ramaraju*/
.right-ans-div {
    position: absolute;
    background: url(../Assets/answer_bg.png) no-repeat rgba(66, 233, 25, 0);
    background-size: cover;
    bottom: -100%;
    left: 14%;
    width: 72%;
    z-index: 99;
    transition: all 0.5s ease-in-out;
    padding-bottom: 1.6%;
}
.right-ans-div p {
    padding: 8.1% 9.4%;
    font-size: 2.6rem;
    line-height: 4rem;
    color: #000;
    font-family: 'Verdana Regular';
    font-weight: bold;
}
.right-ans-div > p:first-child {
    padding-bottom: 0;
    padding-top: 10.9%;
}
.right-ans-div.active {
    bottom: 0%;
}
.fieldset3 {
    padding: 0;
    border: none;
    display: block;
    width: 74%;
    margin: 3.2% 15%;
}
.question_3 .checkbox-div {
    margin-top: 7.4%;
}
.question_3 h5{
	line-height: 9.4rem;
	/* padding-left: 15.5%; */
	padding-top: 1.5%;
}
.question_3 .account-selection__option {
    /* display: inline-block; */
    /* border-radius: 50px; */
    /* width: 80%; */
    text-align: left;
    /* cursor: pointer; */
    /* margin-left: -65px; */
    /* vertical-align: middle; */
    padding-left: 134px;
}
.fieldset4 {
    padding: 0;
    border: none;
    display: block;
    width: 42%;
    margin: 0 30%;
}
.question_4 .fieldset4 {
    margin: 0 37%;
    margin-top: 1.8%;
}
.question_4 .checkbox-div {
    margin-top: 14%;
}
.question_4 .account-selection__option {
    display: inline-block;
    border-radius: 50px;
    /* width: 80%; */
    text-align: left;
    cursor: pointer;
    margin-left: 6px;
    vertical-align: middle;
    padding-left: 134px;
}
.question_4 h5 {
    /* font-size: 4.6rem; */
    /* line-height: 7rem; */
    /* color: #ffffff; */
    /* padding-left: 15.8%; */
    /* font-family: 'Verdana Regular'; */
    /* font-weight: 600; */
    /* letter-spacing: -1px; */
}

.footnote {
    display: none;
}

.footnote.active{
    display: block;
}

.footnote p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    bottom: 1%;
    left: 6%;
    /* position: absolute; */
    color: #000000;
	font-weight: bold;
}
.footnote_Q2 p {
    font-size: 1.8rem;
    padding-top: 0;
    line-height: 2.4rem;
    bottom: 1.2%;
    left: 5%;
}
.footnote_Q2 p a{
	color: #000 !important;
    font-size: inherit;
}
.footnote_home p{
	font-size: 1.9rem;
	line-height: 2.4rem;
	bottom: 1.5%;
	left: -10%;
	position: absolute;
	color: #ffffff;
	font-weight: normal;
}
.question_4 .footnote p {
    font-size: 1.3rem;
}
.question_5 .checkbox-div:nth-child(3) {
    /* margin-top: 5.5%; */
}
.fieldset5 span.numbers {
    vertical-align: top;
}
.question_5 .checkbox-div:nth-child(even) span.numbers {
    vertical-align: middle;
    top:20px;
}
.fieldset5 {
    padding: 0;
    border: none;
    display: block;
    width: 100%;
    margin: 0 15%;
    margin-top: 4.5%;
}
.fieldset5 .account-selection__text {
    /* font-size: 2.6rem; */
    line-height: 4.1rem;
}
.question_5 .checkbox-div {
    margin-top: 4.8%;
}
.question_5 h5 {
    line-height: 9.4rem;
    /* padding-left: 16.4%; */
    padding-top: 1.5%;
}
.question_5 .account-selection__option {
    display: inline-block;
    border-radius: 50px;
    width: 80%;
    text-align: left;
    cursor: pointer;
    margin-left: 6px;
    vertical-align: middle;
    padding-left: 134px;
    padding-right: 3.6%;
}
.fiele-right {
    float: right;
    width: 28%;
    margin: 2.3% 2%;
}
.fiele-right .checkbox-div {
    margin-top: 17.3%;
}
.fiele-left{
	float: left;
	width: 51%;
	margin: 3% 0%;
	margin-left: 15%;
}
fieldset.fiele-left .account-selection__text{
	padding-left: 40px;
	/* font-size: 3rem; */
	font-weight: 600;
	line-height: 5.5rem;
	vertical-align: bottom;
}
fieldset.fiele-left span.numbers{
	vertical-align: top;
}
fieldset.fiele-left .checkbox-div {
    margin-top: 7.8%;
}
/*---------------------Thank you first page start--------*/
.quiz_h1 {
  width: 100%;
  background-image: url("../Assets/bg1_thank.png");
  background-size: cover;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.thank_header_txt,  .thank_header_txt2{
  position: absolute;
  top: 4.2%;
  left: 31.7%;
  font-size: 5rem;
  line-height: 7rem;
  font-weight: bold;
  border-bottom: 16px #2fe503 solid;
}
.txt_1_btm {
  /* position: absolute; */
  /* top: 41%; */
  /* left: 32%; */
  /* font-size: 10rem; */
  /* line-height: 15rem; */
  /* font-weight: bold; */
}
.txt_1_btm {
  position: absolute;
  top: 46%;
  left: auto;
  font-size: 9rem;
  line-height: 15rem;
  font-weight: bold;
  color: #000000;
  width: 100%;
  text-align: center;
}
.txt_2_btm {
  position: absolute;
  top: 57.5%;
  /* left: 38%; */
  font-size: 4.4rem;
  line-height: 8.5rem;
  /* font-weight: bold; */
  text-align: center;
  width: 100%;
  color: #000000;
}
.txt_2_btm span {
  font-size: 5.7rem;
}
.thank_footer {
  position: absolute;
  top: 87%;
  font-size: 5.5rem;
  line-height: 8rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-family: 'Verdana Bold';
}
/*---------------------Thank you first page end--------*/
/*---------------------Thank you second page start--------*/
.quiz_h2 {
  width: 100%;
  background-image: url("../Assets/bg2_thank.png");
  background-size: cover;
  height: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}
.txt_2_btm1 {
  	position: absolute;
    top: 39%;
    /* left: 28%; */
    font-size: 5.9rem;
    line-height: 8.5rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #000000;
    font-family: 'Verdana Bold';
    letter-spacing: -6.6px;
}
.txt_2_btm2 {
 	position: absolute;
    top: 53%;
    /* left: 32%; */
    font-size: 3.8rem;
    line-height: 8.5rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #000000;
}
.thank_footer_txt_btm {
  position: absolute;
  top: 73%;
  /* left: 32%; */
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.qrxcode {
    position: absolute;
    top: 61.5%;
    width: 205px;
    left: 47%;
}

.q_heading span.progress_panel {
    display: block;
    height: 5rem;
    background: #f8af40;
    margin-bottom: 2.8%;
}
.q_heading span.progress_bar {
    display: block;
    /*    width:30px;*/
    height: 100%;
    background: #30ea03;
    margin-bottom: 0.5%;
}
.quiz_cnt_in.question_1 .account-selection__option{
	padding-right: 43%;
}
.quiz_cnt_in.question_1 fieldset{
	/* margin-top: 1.2%; */
}
.quiz_cnt_in.question_1 .account-selection__text {
    /* font-size: 3.8rem; */
    /* line-height: 5.9rem; */
}
.quiz_cnt_in.question_1 .checkbox-div {
    /* margin-top: 14.8%; */
}
.quiz_cnt_in.question_3 .account-selection__option{
	padding-right: 2%;
}
.question_3 .account-selection__text {
    /* font-size: 3.6rem; */
}
.left-door {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 83%;
    background: url(../Assets/texture_gray1.png);
    z-index: 9;
    animation: linear alternate;
    animation-name: leftdoor;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    left: -27%;
  }
  @-webkit-keyframes leftdoor {
      0% {
        left: 0%;
        opacity: 1;
      }
	50% {
        left: -15%;
        opacity: 1;
      }
	80% {
        left: -27%;
        opacity: 1;
      }
      100% {
        left: -27%;
        opacity: 0;
      }
  }
.right-door {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 83%;
    background: url(../Assets/texture_gray1.png);
    z-index: 9;
    animation: linear alternate;
    animation-name: rightdoor;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    right: -27.5%;
  }

  /*My Code Updates*/
  .question_2 .check-field .account-selection__option{
    margin-left: 0px;
    padding-left: 9%;
    padding-right: 0px;
  }
  .question_2 .check-field{
    width: 73%;
    margin: 0 36%;
    margin: 0 20%;
  }
  .question_2 .check-field .checkbox-div:nth-child(1){
    margin-top:8.8%
  }
  .question_2 .check-field .checkbox-div{
    margin-top:3%
  }
  .question_2 .check-field .checkbox-div .check_option.numbers{
    border-radius: 0;
  }
  /* Currently adding myCss */
  span.numbers.org{
    background: #f8af40;
  }
  span.numbers.org.wrgopt{
    background: #c30000;
  }
  span.numbers.org.crtopt{
    background: #30ea03;
  }
  .account-selection__option.chk_wrong.wrgopt{
    /* background: #c30000; */
    padding-right: 160px;
  }
  .account-selection__option.chk_wrong.wrgopt .account-selection__text{
    background: #c30000;
    width: 100%;
    display: block;
    position: relative;
    padding-left: 51px;
    left: -50px;
    padding-right: 155px;
    border-radius: 50px;
  }
  span.check_option.numbers.org.chkopt.wrgopt img {
    width: 49px;
    top: 18px;
    position: absolute;
    left: 19px;
}
.progress_bar{
    width:0%;
}
a.lft_arrow {
    display: none;
    pointer-events: none;
}
.menu_q {
    /* width: 20% !important; */
    position: absolute;
    /* background:green; */
    width:1319.72px;
    height:127px;
    left:50%;
    transform: translateX(-50%);
}
.menu_q a.menu_icon {
    position: absolute;
    left: 571px;
}
.menu_q a.rgt_arrow {
    position:absolute;
    right:0px;
}
.zoom-in-out-box {
    animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(1, 1);
    }
}
@-webkit-keyframes rightdoor {
    0% {
        right: 0%;
        opacity: 1;
    }
    50% {
            right: -15%;
            opacity: 1;
        }
    80% {
            right: -27.5%;
            opacity: 1;
        }
    100% {
        right: -27.5%;
        opacity: 0;
    }
}
.next_up{
    width: 2115px;
    position: absolute;
    height: 334px;
    /* background: orange; */
    bottom: 17.4%;    
}

fieldset.fieldset5.radiotype.quiz_set .checkbox-div:nth-child(1) label .numbers {
    top: 20px;
}
fieldset.fieldset5.radiotype.quiz_set .checkbox-div:nth-child(3) label .numbers {
    top: 20px;
}
fieldset.fieldset5.radiotype.quiz_set .checkbox-div:nth-child(4) label .numbers {
    top: 20px;
}
.menu_icons {
    justify-content: center;
}
.right-ans-div .footnote p {
    font-size: 1.8rem;
    padding-top: 0;
    line-height: 2.4rem;
    bottom: 1.2%;
    left: 5%;
}
.qr_img{
    display: block;
    position: absolute;
    bottom: 758px;
    left: 241px;
    width: 500px;
}
span.scan_text {
    position: absolute;
    bottom: 1316px;
    left: 251px;
    font-family: 'Verdana Regular';
    font-size: 53px;
    text-align: center;
}
@media only screen and (max-width: 1500px){
	body{
		max-width: 1255px;
		max-height: 653px;
		margin: 0 auto;
	}
	.quiz_lft{
		width: 58.2%;
	}
	.quiz_rgt {
		width: 41.8%;
	}
	h2 {
		font-size: 2rem;
        line-height: 2rem;
        border-bottom: 0.4rem solid #30ea03;
        margin: 6.2% 4.8%;
        padding-bottom: 1.4%;
	}
	p {
		font-size: 1.3rem;
		line-height: 1.3rem;
	}
	.quiz_lft_bg1 p {
		font-size: 1.2rem;
        line-height: 1.8rem;
        margin-top: 2.2%;
	}
	h3 {
		font-size: 1.8rem;
        line-height: 2.5rem;
        margin-top: 1.1%;
	}
	button {
		font-size: 2rem;
        bottom: 14.5%;
	}
	button img {
		margin-left: 8.8%;
	}
	.footnote_home p {
		font-size: 0.8rem;
		line-height: 0.8rem;
	}
	.birde_footnote{
		bottom: 3px;
	}
	.birde_footnote p {
		font-size: 1rem;
		line-height: 1.3rem;
		color: #000;
	}
	.menu_icons a img {
		display: block;
	}
	h4 {
		font-size: 1.3rem;
        line-height: 1rem;
        border-bottom: 0.3rem solid #30ea03;
        padding-bottom: 0.5rem;
        letter-spacing: -2px;
	}
	.quiz_lft h4 {
		margin: 4.8% 4.8%;
		margin-bottom: 2.6%;
	}
	.questions {
		margin-top: 10.4%;
	}
	.q_heading span.progress_panel {
		height: 1.7rem;
	}
	h5 {
		font-size: 1.4rem;
        line-height: 2.3rem;
	}
	.account-selection__text {
		font-size: 1rem;
        line-height: 1.8rem;
	}
	span.numbers {
        width: 1.8rem;
        height: 1.8rem;
        line-height: 1.1rem;
        font-size: 0.9rem;
        padding: 5px;
    }
	.checkbox-div,.fiele-right .checkbox-div {
		margin-top: 8.8%;
	}
	fieldset {
		margin-top: 2.6%;
	}
	.account-selection__option {
		margin-left: -33px;
		padding-left: 28%;
		padding-right: 30%;
	}
	.quiz_cnt_in.question_1 .account-selection__option {
		padding-right: 30%;
		padding-left: 25%;
	}
	.right-ans-div p {
		font-size: 1rem;
		line-height: 1.2rem;
	}
	.fiele-right {
        margin: 3.4% 2%;
    }
	.fiele-left {
		margin: 3.4% 0%;
        margin-left: 15%;
	}
	fieldset.fiele-left .checkbox-div {
		margin-top: 3%;
	}
	fieldset.fiele-left .account-selection__text {
		padding-left: 15px;
		font-size: 1rem;
		line-height: 2.3rem;
	}
	.footnote_Q2 p {
		font-size: 0.6rem;
		line-height: 0.7rem;
		padding-right: 4%;
	}
	.question_3 h5 {
		line-height: 2.8rem;
		padding-top: 1.5%;
	}
	.fieldset3 {
		margin: 5% 15%;
	}
	.question_3 .checkbox-div {
		margin-top: 4.8%;
	}
	.question_3 .account-selection__option {
		margin-left: -33px;
		padding-left: 70px;
	}
	.question_4 .footnote p,.question_5 .footnote p {
		font-size: 0.6rem;
		line-height: 0.9rem;
	}
	.question_4 .account-selection__option {
		margin-left: -35px;
		padding-left: 55px;
		padding-right: 12%;
	}
	.question_4 .checkbox-div {
		margin-top: 5.6%;
	}
	.question_4 .fieldset4 {
		margin: 0 37%;
		margin-top: 3%;
		width: 55%;
	}
	.question_5 h5 {
		line-height: 2.8rem;
		padding-top: 1.5%;
	}
	.fieldset5 {
		width: 80%;
		margin-top: 6.2%;
	}
	.question_5 .checkbox-div {
		margin-top: 2.8%;
	}
	.fieldset5 .account-selection__text {
		line-height: 1.4rem;
		font-size: 0.9rem;
	}
	.question_5 .account-selection__option {
		margin-left: -33px;
        padding-left: 52px;
        padding-top: 4px;
        padding-bottom: 3px;
	}
	.thank_header_txt, .thank_header_txt2 {
		top: 4.2%;
        font-size: 1.6rem;
        line-height: 2.5rem;
        border-bottom: 6px #2fe503 solid;
	}
	.txt_2_btm1 {
		top: 42.6%;
        font-size: 2rem;
        line-height: 2.8rem;
        letter-spacing: -2.8px;
	}
	.txt_2_btm2 {
		top: 58.9%;
        font-size: 1.3rem;
        line-height: 1.6rem;
	}
	.qrxcode {
		top: 66.4%;
        width: 65px;
	}
	.thank_footer_txt_btm {
		top: 78.9%;
        font-size: 1rem;
        line-height: 1.2rem;
	}
	.thank_footer {
		top: 92%;
        font-size: 1.9rem;
        line-height: 2rem;
	}
	.menu_q {
		width: 32%;
	}
	.txt_1_btm {
		top: 51%;
        font-size: 3rem;
        line-height: 3rem;
	}
	.txt_2_btm {
		top: 60.9%;
        font-size: 1.5rem;
        line-height: 2.6rem;
	}
	.txt_2_btm span {
        font-size: 1.8rem;
    }
	.menu_icons a {
		display: inline-block;
		width: 80px;
	}
	.menu_icons a.lft_arrow,.menu_icons a.rgt_arrow{
		width: 30px;
	}
}

