.page_loader {
	display: none;
	background: #56002F;
	background: linear-gradient(180deg, #278CCC 12.65%, #9ADCFD 143.73%);
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
	opacity: 0.92;
}

.page_loader span.loading {
	position: relative;
	top: -20px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	display: block;
}

.page_loader.custom_text span.loading {
	position: relative;
	top: -60px;
	margin: 0 -30px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	display: block;
	line-height: 1.5;
}

.page_loader .lds-roller {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

img.draggable {
	position: relative;
}


.answer-box-circle {
	width: 112px;
	height: 112px;
}

.answer-box-circle svg {
	display: block;
}

.answer-box-circle.wrong_ans svg {
	/*display: none;*/
}

.answer-box-circle svg {
	position: absolute;
	bottom: 50%;
	right: 50%;
	width: 105%;
	height: 105%;
	transform: translate(50%, 50%) rotateY(-180deg) rotateZ(-90deg);
}

.answer-box-circle svg circle {
	stroke-dasharray: 344px;
	stroke-dashoffset: 0px;
	stroke-linecap: round;
	stroke-width: 0px;
	stroke: #0d4690;
	box-shadow: 0 0 9px 0 #0d4690;
	fill: none;
}

.answer-box-circle.animate svg circle {
	animation: countdown 10s linear 1 forwards;
}

.answer-box-circle:before {
	display: none;
}

@media all and (min-width: 576px) {
	.answer-box-circle {
		width: 132px;
		height: 132px;
	}
	.answer-box-circle.animate svg circle {
		animation: countdownDesktop 10s linear 1 forwards;
	}
	.answer-box-circle svg circle {
		stroke-dasharray: 412px;
		r: 66px;
		cx: 70px;
		cy: 70px;
	}
}

@keyframes countdown {
	0% {
		stroke-dashoffset: 344px;
		stroke-width: 0px;
	}
	1% {
		stroke-dashoffset: 0px;
		stroke-width: 3px;
	}
	99% {
		stroke-dashoffset: 344px;
		stroke-width: 3px;
	}
	100% {
		stroke-dashoffset: 344px;
		stroke-width: 0px;
	}
}

@keyframes countdownDesktop {
	0% {
		stroke-dashoffset: 412px;
		stroke-width: 0px;
	}
	1% {
		stroke-dashoffset: 0px;
		stroke-width: 3px;
	}
	99% {
		stroke-dashoffset: 412px;
		stroke-width: 3px;
	}
	100% {
		stroke-dashoffset: 412px;
		stroke-width: 0px;
	}
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}
.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #FFF;
	margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}
.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}
.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}
.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}
.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}
.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}
.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}
.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}
@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}



.form-group {
	position: relative;
}


.checkbox-row label.error {
	bottom: 0;
	top: 100%;
}

@media all and (min-width: 576px) {
	.checkbox-row label.error {
		bottom: -0.6rem;
		top: auto;
	}
}
.footer1{
	position: absolute;
	width: 375px;
	height: 99px;
	left: 0px;
	top: 1628px;
}


/*Benefit Activity*/
/*body.page-template-template-benefit-activity-intro #wrapper, */
/*body.page-template-template-benefit-activity-final #wrapper {*/
/*    max-width: 395px;*/
/*}*/

body.page-template-template-benefit-activity-intro,
body.page-template-template-benefit-activity-final {
    background: #FFFBF3;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 1.3;
    color: #04023C;
    text-align: center;
}

body.page-template-template-benefit-activity-intro .bai_head img,
body.page-template-template-benefit-activity-final .baf_head img {
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
}

body.page-template-template-benefit-activity-intro .cleaning-intro-title {
    margin-bottom: 20px;
}

body.page-template-template-benefit-activity-intro .cleaning-intro-body-title {
    font-size: 31px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 5px;
}

body.page-template-template-benefit-activity-intro .bai_body {
    margin-bottom: 30px;
}

body.page-template-template-benefit-activity-intro .bai_body_inner {
    max-width: 340px;
    margin: 0 auto;
}

body.page-template-template-benefit-activity-intro .cleaning-intro-body-subtitle {
    margin-bottom: 30px;
}

body.page-template-template-benefit-activity-intro .btn,
body.page-template-template-benefit-activity-final .btn {
    display: inline-flex;
    width: auto;
    align-items: center;
    justify-content: center;
    background: #02CBCB;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #ffff;
    min-width: 205px;
    min-height: 50px;
    padding: 8px 20px;
    line-height: 1.3;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    box-shadow: none;
    height: auto;
    font-size: 22px;
}

body.page-template-template-benefit-activity-intro .btn {
    background: url('assets/images/new-img/benefit-first-page-btn-bg.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0px 2px;
}

body.page-template-template-benefit-activity-intro .bai_btm_decor {
    margin: 25px auto 0;
    text-align: left;
    max-width: 340px;
}

body.page-template-template-benefit-activity-final .baf_head {
    margin-bottom: 10px;
}

.baf_iqos_list_holder {
    margin-top: 18px;
    margin-bottom: 23px;
}

.baf_iqos_list_holder img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.baf_iqos_list_holder .baf_iqos_header {
    margin-bottom: 20px;
}

.baf_iqos_list_holder .baf_iqos_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 8px;
    justify-content: center;
}

.baf_iqos_list_holder .baf_iqos_item {
    max-width: 25%;
    padding: 0 3px 27px;
    position: relative;
}

.baf_iqos_list_holder .baf_iqos_item .baf_iqos_img_main {
    width: 106px;
}

.baf_iqos_list_holder .baf_iqos_item .baf_iqos_check {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.baf_iqos_list_holder .baf_iqos_item:first-child .baf_iqos_check {
    left: 5px;
}

body.page-template-template-benefit-activity-final .cleaning-intro-body-title {
    margin-bottom: 10px;
    font-size: 47px;
    font-weight: 700;
    color: #00D0D2;
    line-height: 1;
}

body.page-template-template-benefit-activity-final .cleaning-intro-body-subtitle {
    font-size: 20px;
    line-height: 1.5;
    max-width: 362px;
    margin: 0 auto;
}

body.page-template-template-benefit-activity-final .baf_disc_code_holder {
    margin: 75px auto 15px;
    background: #D8D8D8;
    border-radius: 6px;
    /* max-width: calc(100% - 20px); */
    max-width: 370px;
    padding: 50px 10px 25px;
    position: relative;
}

body.page-template-template-benefit-activity-final .baf_disc_block .baf_disc_label {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}

body.page-template-template-benefit-activity-final .baf_disc_block .baf_disc_label img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.baf_disc_block .baf_disc_label .baf_coupon_label {
    margin-left: -27px;
    position: relative;
    top: -5px;
}

body.page-template-template-benefit-activity-final .baf_disc_title {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
}

body.page-template-template-benefit-activity-final .baf_disc_title .highlighted {
    color: #02CBCB;
}

body.page-template-template-benefit-activity-final .baf_disc_block .btn {
    background: #082549;
    background: url('assets/images/new-img/benefit-last-page-btn-bg.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-weight: 400;
    min-width: 225px;
    min-height: 55px;
    filter: none;
}

body.page-template-template-benefit-activity-final .baf_disc_block .baf_disc_notice {
    margin-top: 25px;
    font-size: 12px;
    line-height: 1.3;
}

body.page-template-template-benefit-activity-final .baf_iqos_benefit {
    background: #00D0D2;
    padding: 15px 15px 17px;
    margin-top: 7px;
    margin-bottom: 2px;
}

body.page-template-template-benefit-activity-final .baf_iqos_benefit .baf_iqos_title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 21px;
}

body.page-template-template-benefit-activity-final .baf_iqos_benefit .btn {
    background: #fff;
    min-width: 125px;
    min-height: 40px;
    color: #04023C;
    font-weight: 400;
    filter: none;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

body.page-template-template-benefit-activity-intro .bottom-image,
body.page-template-template-benefit-activity-intro .bottom-image img,
body.page-template-template-benefit-activity-final .bottom-image,
body.page-template-template-benefit-activity-final .bottom-image img {
    max-width: 395px;
}
