/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap'); */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

body,
html {
	padding: 0;
	margin: 0;
}

* {
    box-sizing: border-box;
}

input,
button {
	font-family: "Reforma", sans-serif;
}

.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: "Reforma", sans-serif !important;
}

h1,
h2,
h3 {
	line-height: 1;
}

h1 {
	font-size: 32px;
}

.font-weight-normal {
	font-weight: normal;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-demibold {
	font-weight: 500;
}

@media all and (min-width: 576px) {
	.font-weight-demibold {
		font-weight: 600;
	}
}

.font-weight-bold {
	font-weight: bold;
}

.text-right {
	text-align: right;
}

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

.page_loader {
	display: none;
	background: #56002F;
	background: linear-gradient(180deg, #AC1919 0%, #EF3C3C 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;
}

/*video landing page template*/
.d-none {
	display: none !important;
}

.rtl {
    direction: rtl;
}

body.page-template-template-video-lp {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #28787D;
	/* text-align: center; */
}

.page-template-template-video-lp #wrapper {
	max-width: 375px;
	margin: 0 auto;
}

.page-template-template-video-lp #wrapper img {
	width: 100%;
	vertical-align: middle;
}

/* .vdo-lp-content {
	text-align: center;
} */

.vdo-lp-title {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 23px;
	color: #E4824A;
	font-weight: 700;
	line-height: 1.3;
    text-align: center;
}

.vdo-lp-block {
	margin-bottom: 25px;
	position: relative;
	padding-left: 0;
	padding-right: 57px;
}

.vdo-lp-blk-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 400;
}

.vdo-lp-block .vdo-lp-block-count {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10em;
	font-weight: 700;
	color: #18A6A2;
	line-height: 1;
}

.vdo-lp-block .vdo-lp-desc img {
	position: relative;
	padding-left: 6px;
}

.vdo-lp-block .vdo-block {
    position: relative;
}