@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
		url('../fonts/Montserrat-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
		url('../fonts/Montserrat-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
		url('../fonts/Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
		url('../fonts/Montserrat-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
		url('../fonts/Montserrat-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat';
	font-weight: 400;
}

a {
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
}

* {
	box-sizing: border-box;
}


h1 {

	font-size: 64px;
	line-height: 88px;
	font-weight: 700;
	color: #032235;
}

h2 {
	font-weight: 700;
	font-size: 48px;
	line-height: 59px;
	letter-spacing: -0.02em;
	color: #1A1A1A;
}

h3 {
	font-size: 40px;
	font-weight: 500;
	line-height: 52px;
}

h4 {}

h5 {}

p {
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
}

.sub_title {
	color: #FF7F00;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 22px;
	margin-bottom: 8px;
	display: block;
}


a:hover {
	text-decoration: none;
}

.margin-0 {
	margin: 0;
}

.padding-0 {
	padding: 0;
}

.btn-white {
	width: auto;
	background-color: #fff;
	border-radius: 10px;
	border: 2px solid #FF7F00;
	padding: 12px 15px;
	display: inline-block;
	transition: .3s;
	font-weight: bolder;
}

.btn-white:hover {
	text-decoration: none;
	color: #fff;
	background-color: #FF7F00;

}

.primary_btn {
	display: flex;
	align-items: center;
	background: #FF7F00;
	height: 60px;
	padding: 0 32px;
	border-radius: 12px;
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	max-width: max-content;
	transition: 0.3s;
}

.confirm_btn .primary_btn {
	border: 0;
}

.primary_btn:hover {
	background: #000;
	color: #fff;
}

.primary_btn:hover img {
	filter: grayscale(1) invert(1);
}

.primary_btn img {
	margin-left: 14px;
	display: block;
	transition: 0.3s;
	rotate: 45deg;
}

.insight_top .sub_title,
.howitworks .sub_title,
.insight-section .sub_title {
	text-transform: uppercase;
}


.white_btn {
	display: flex;
	align-items: center;
	background: #fff;
	height: 60px;
	padding: 0 32px;
	border-radius: 12px;
	color: #12283F;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	max-width: max-content;
	border: 1px solid #10405D;
	transition: 0.3s;
}

.white_btn img {
	margin-left: 14px;
	display: block;
	transition: 0.3s;
	rotate: 45deg;
}

.white_btn:hover {
	background: #000;
	color: #fff;
}

.white_btn:hover img {
	/* transform: rotate(45deg); */
	filter: grayscale(1) invert(1);
}




.btn_main {
	display: flex;
	margin-top: 50px;
}

.btn_main a.white_btn {
	margin-right: 16px;
}


.inline-block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

img {
	max-width: 100%;
	display: block;
}


.container {
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}


header {
	padding: 32px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: white;
	z-index: 9;
	transition: 0.3s;
}



.header_main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

a.logo {
	color: #000000;
	font-weight: 700;
	font-size: 40px;
	line-height: 108%;
	letter-spacing: -0.02em;
}

.navigation {
	position: absolute;
	left: 60%;
	transform: translateX(-50%);
}

/* Language Menu */

/* Container for WPML language switcher */
.menu-item-wpml-ls-2-en,
.menu-item-wpml-ls-2-ja {
	position: relative;
}

/* Hide sub-menu by default */
.menu-item-wpml-ls-2-en>.sub-menu,
.menu-item-wpml-ls-2-ja>.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	min-width: auto;

	border-radius: 4px;
	z-index: 9999;
	padding-top: 10px;

}

/* Show submenu on hover */
.menu-item-wpml-ls-2-en:hover>.sub-menu,
.menu-item-wpml-ls-2-ja:hover>.sub-menu {
	display: block;
}

/* Style individual language options */
.menu-item-wpml-ls-2-en .sub-menu li a,
.menu-item-wpml-ls-2-ja .sub-menu li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	white-space: nowrap;
}



/* Flag styling */
.menu-item-wpml-ls-2-en img.wpml-ls-flag,
.menu-item-wpml-ls-2-ja img.wpml-ls-flag {
	width: 18px;
	height: 12px;
	margin-right: 8px;
}

/* End of Language Menu */


.navigation ul li.menu-item-children a:before {
	bottom: 24px;
}

.navigation ul li.menu-item-children a {
	padding-right: 25px;
	position: relative;
	padding-bottom: 30px;
}

.navigation ul li.menu-item-children a:after {
	position: absolute;
	right: 0;
	background: url(../images/down_icon.svg) no-repeat right center;
	width: 20px;
	height: 20px;
	content: "";
	top: 0;
}

.navigation ul li.menu-item-children>ul.sub-menu {
	position: absolute;
	width: 200px;
	/* display: none; */
	flex-direction: column;
	gap: 0;
	left: 0;
	background: #fff;
	box-shadow: 0px 4px 40px #E3EEF9;
	top: 39px;
	padding: 15px 20px;
	display: none;
	opacity: 0;
	border-radius: 12px;
}



.navigation ul li.menu-item-children>ul.sub-menu li {
	width: 100%;
	margin-bottom: 5px;
}


.navigation ul li.menu-item-children>ul.sub-menu li a:before {
	display: none;
}

.navigation ul li.menu-item-children>ul.sub-menu li a::after {
	display: none;
}

.navigation ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 45px;
}

.navigation ul li {
	position: relative;
}

/*.navigation ul li.wpml-ls-item {
	display: none;
}
*/

.navigation ul li a {
	font-size: 16px;
	color: #1B4062;
	font-weight: 600;
	position: relative;
	white-space: nowrap;
}

.navigation ul li.primary_btn a {
	color: #000;
}

.navigation ul li.primary_btn:hover a {
	color: #fff !important;
}

.navigation ul li a:before {
	position: absolute;
	bottom: -6px;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #FF7F00;
	height: 2px;
	content: "";
	transition: 0.3s;
}

.navigation ul li.primary_btn_white a:hover:before {
	background: #FFF;
}

.navigation ul li.current-menu-item a:before,
.navigation ul li a:hover:before {
	width: 12px;

}

.navigation ul li.current-menu-item a {
	color: #1B4062;
	font-weight: 700;
}

.header-spacer {
	height: 116px;
}


.desktop_btn {
	display: none;
	height: auto;
}

.desktop_btn a {
	align-items: center;
	background: #FF7F00;
	height: 40px;
	padding: 6px 32px;
	border-radius: 12px;
	color: #000 !important;
	font-size: 16px;
	font-weight: 700 !important;
	line-height: 18px;
	max-width: max-content;
	transition: 0.3s;
	align-content: center;
	width: auto;
	display: inline-flex;
}

.desktop_btn a:before {
	display: none;
}

.hero_main {
	background: #FFFFFF;
	box-shadow: 0px 4px 40px #E3EEF9;
	border-radius: 24px;
	height: 461px;
	margin-top: 32px;
	padding: 32px 24px;
	display: flex;
	align-items: center;
}

.hero_left {
	width: 60%;
}

.hero_right {
	width: 40%;
}


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


.avatars-grid {
	display: flex;
	align-items: center;
	gap: 3px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.avatar-placeholder {
	width: 130px;
	height: 130px;
	border-radius: 16px;
	flex-shrink: 0;
	background-color: #f3f9fd;
}

.avatar {
	width: 130px;
	height: 130px;
	border-radius: 16px;
	flex-shrink: 0;
	object-fit: cover;
}


.hero_desc {
	max-width: 651px;
}

.hero_desc h1 {
	margin-bottom: 24px;
}


.hero_desc .sub_title {
	font-size: 24px;
	font-weight: 300;
	color: #032235;
	line-height: 32px;
}

.hero_desc p {
	font-size: 18px;
	line-height: 32px;
	color: #10405D;
	font-weight: 400;
}

.hero_desc .primary_btn {
	margin-top: 32px;
}

.insight_main {
	display: flex;
	align-items: center;
	justify-content: space-between;
}





/* Home page container */

/* Stats section */
.stats {
	display: flex;
	margin-top: 8px;
	width: 100%;
	align-items: stretch;
	gap: 8px;
	text-align: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}


.stat-card {
	border-radius: 24px;
	background-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0px 4px 40px rgba(227, 238, 249, 1);
	min-width: 240px;
	padding: 24px;
	flex: 1;
	flex-basis: 0%;
}


.stat-number {
	color: #12283F;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 0;
}

.stat-unit {
	font-size: 40px;
}

.stat-description {
	color: #10405D;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	margin-top: 8px;
	margin-bottom: 0;
}

section.insight-section {
	padding: 56px 0;
}

section.stats {
	padding-bottom: 56px;
}

.howitworks {
	background-color: rgba(255, 255, 255, 1);
	padding: 56px 0;
}



.title-container {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;

}


.section-label {
	color: rgba(255, 127, 0, 1);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	margin: 0;
}

.main-heading {
	color: rgba(26, 26, 26, 1);
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -0.96px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 0;
}

.highlight-text {
	color: rgba(255, 127, 0, 1);
}



.content-container {
	margin-top: 40px;
	width: 100%;
}



.cards-container {
	display: flex;
	width: 100%;
	align-items: start;
	gap: 16px;
	justify-content: start;
	flex-wrap: wrap;
}



.step-card {
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 16px 16px 120px rgba(161, 174, 187, 0.32);
	min-width: 240px;
	height: 420px;
	padding: 32px;
	overflow: hidden;
	flex: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	display: flex;
	flex-direction: column;
	position: relative;
	justify-content: space-between;
}




.card-header {
	width: 100%;

}

.step-number {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background-color: rgba(227, 238, 249, 1);
	min-height: 40px;
	width: 40px;
	font-size: 20px;
	color: rgba(3, 34, 53, 1);
	font-weight: 600;
	white-space: nowrap;
	letter-spacing: -0.4px;
	line-height: 1.6;
	height: 40px;
}


.step-details {
	margin-top: 24px;
	width: 100%;
}

.step-title {
	color: #12283F;
	font-size: 32px;
	font-weight: 600;
	margin: 0;
}

.step-description {
	color: rgba(16, 64, 93, 1);
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	margin-top: 8px;
	margin-bottom: 0;
}

.progress-container {
	margin-top: 16px;
	width: calc(100% - 64px);
	flex: 1;
	position: absolute;
	bottom: 30px;
}

.progress-header {
	display: flex;
	width: 100%;
	align-items: start;
	gap: 40px 100px;
	font-weight: 600;
	white-space: nowrap;
	justify-content: space-between;
}



.progress-label {
	color: rgba(16, 64, 93, 1);
	font-size: 18px;

	line-height: 32px;
}

.progress-count {
	color: rgba(255, 127, 0, 1);

	line-height: 45px;
	letter-spacing: -1.2px;
	text-align: right;
}

.progress-bar-container {
	border-radius: 24px;
	background-color: rgba(248, 234, 220, 1);
	display: flex;
	margin-top: 12px;
	width: 100%;
	padding: 3px 0;
	flex-direction: column;
	overflow: hidden;
	align-items: start;
	justify-content: center;
}

.progress-bar-fill {
	border-radius: 24px;
	background-color: rgba(255, 127, 0, 1);
	display: flex;
	min-height: 15px;
	width: 162px;
	max-width: 100%;
}

.cta-button {
	border-radius: 16px;
	background-color: rgba(255, 127, 0, 1);
	align-self: flex-end;
	display: flex;
	margin-top: auto;
	padding: 4px 4px 4px 32px;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
}



.cta-text {
	color: rgba(0, 0, 0, 1);
	font-size: 20px;

	font-weight: 700;
	text-align: center;
	align-self: stretch;
	margin: auto 0;
}

.arrow-container {
	border-radius: 12px;
	align-self: stretch;
	display: flex;
	margin: auto 0;
	min-height: 52px;
	padding: 14px 6px;
	align-items: center;
	gap: 2px;
	justify-content: center;
	width: 52px;
}

.arrow-icon {
	aspect-ratio: 1;
	object-fit: contain;
	object-position: center;
	width: 24px;
	align-self: stretch;
	margin: auto 0;
}

.about-section {
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 16px 16px 120px rgba(198, 213, 221, 0.32);
	margin-top: 24px;
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
}



.about-header {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 40px 100px;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 24px;
}



.team-info {
	align-self: stretch;
	min-width: 240px;
	margin: auto 0;

}


.team-label {
	color: rgba(255, 127, 0, 1);
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	margin: 0;
}

.team-name {
	color: #12283F;
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	line-height: 36px;
}

.category-label {
	color: #ff7f00;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.9px;
	text-transform: uppercase;
}

.main-title {
	color: #1a1a1a;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -0.96px;
	text-align: center;
	margin-top: 8px;
}




.avatar-section {
	border-radius: 12px;
	align-self: start;
	min-width: auto;
	padding: 0;
	width: 100%;
	position: relative;
	max-width: 499px;

}

.avatar-grid {
	gap: 20px;
	display: flex;
	position: relative;
	z-index: 1;
}

.avatar-column {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	line-height: normal;
	width: 180px;
	margin-left: 0;
}

.avatar-column:not(:first-child) {
	margin-left: 0;
}

.avatar-card {
	border-radius: 8px;
	box-shadow:
		0 4px 40px 0 rgba(16, 64, 93, 0.2),
		0 100px 100px 0 rgba(204, 212, 230, 0.5);
	background-color: #fff;
	margin: auto 0;
	padding: 16px;
	align-self: stretch;
	font-size: 16px;
	color: #0f172a;
	font-weight: 500;
	text-align: center;
	letter-spacing: -0.16px;
	line-height: 22px;
	width: 180px !important;
}

.avatar-card-first {
	margin-right: -69px;
}

.avatar-image {
	aspect-ratio: 1;
	object-fit: contain;
	object-position: center;
	width: 150px;
	border-radius: 8px;
	max-width: 100%;
}

.avatar-text {
	margin-top: 8px;
	max-width: 100%;
	width: 150px;
}

.avatar-title {

	font-weight: 700;
	line-height: 24px;
}

.avatar-description {

	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: -0.12px;
	color: #10405d;
}

.middle-column-container {
	z-index: 10;
	display: flex;
	margin-right: -43px;
	flex-grow: 1;
	flex-direction: column;

	font-size: 16px;
	color: #0f172a;
	font-weight: 500;
	text-align: center;
	letter-spacing: -0.16px;
	line-height: 22px;
}

.blurred-card {
	border-radius: 8px;
	filter: blur(20px);
	background-color: #fff;
	width: 170px;
	max-width: 100%;
	padding: 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.blurred-image {
	aspect-ratio: 1;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

.blurred-text {
	margin-top: 8px;
	width: 100%;
}

.blurred-title {

	line-height: 24px;
}

.blurred-description {

	font-size: 12px;
	line-height: 18px;
	letter-spacing: -0.12px;
	color: #848fa7;
}

.middle-card {
	border-radius: 8px;
	box-shadow:
		0 4px 40px 0 rgba(16, 64, 93, 0.2),
		0 100px 100px 0 rgba(204, 212, 230, 0.5);
	background-color: #fff;
	align-self: end;
	z-index: 10;
	margin-top: 216px;
	width: 182px;
	max-width: 100%;
	padding: 16px;
}

.middle-image {
	aspect-ratio: 1;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

.middle-text {
	margin-top: 8px;
	width: 100%;
}

.stats .container {
	display: flex;
	gap: 8px;
}


.insight_top {
	text-align: center;
	margin-bottom: 40px;
}

.insight_top h2 {
	margin-bottom: 0;
}

.insight_left h3 span {
	display: block;
	font-weight: bold;
	color: #FF7F00;
}

.insight_left {
	width: 62%;
}

.insight_desc {
	max-width: 627px;
}

.step-card img {
	position: relative;
	top: -46px;
}

.insight_desc p {
	font-size: 20px;
	line-height: 32px;
	color: #1B4062;
}

.step-card .primary_btn img {
	top: 0;
}

.step-card .primary_btn {
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
}

p.team-description {
	color: #1B4062;
	font-size: 18px;
	line-height: 32px;
}

.testimonial_section {
	padding: 56px 0;
	overflow: hidden;
}

.home .testimonial_section .owl-stage {
	display: flex;
	padding-left: 3px;
}

.test_box {
	background: #FFFFFF;
	box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	padding: 24px 32px;
	color: #1B4062;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	margin: 25px auto;
}

.test_box figure {
	margin: 0 0 16px;
}

.test_box p {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 28px;
	color: #10405D;
}

.new-sec .sub_title {
	margin-bottom: 15px;
}

.test_box figure img {
	width: 30px !important;
}

.test_bottom {
	display: flex;
	align-items: center;
	margin-top: auto;
	padding-top: 25px;
}

.test_bottom p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;

}

.test_bottom span.icon img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: block;
	object-fit: cover;
	max-width: 100%;
	box-sizing: border-box;
}

.test_bottom .icon {
	display: inline-block;
	width: 60px;
	height: 60px;
}

.test_desc {
	width: calc(100% - 25px);
	padding-left: 16px;
}

.test_desc img {
	width: auto !important;

}

.test_desc span.name {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
	display: block;
	color: #12283F;
	line-height: 17px;
}



.testimonial_section .owl-stage-outer {
	padding: 36px 0 40px;
	overflow: hidden;
}


.testimonial_section .owl-nav {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.testimonial_section button.owl-prev {
	width: 64px;
	height: 64px;
	background: rgba(9, 8, 8, 0.1) url(../images/arrow-left.svg) no-repeat center !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	transition: 0.3s;
}

.testimonial_section button.owl-next span,
.testimonial_section button.owl-prev span {
	display: none;
}

.testimonial_section button.owl-next {
	width: 64px;
	height: 64px;
	background: rgba(9, 8, 8, 0.1) url(../images/arrow-right.svg) no-repeat center !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	transition: 0.3s;
	margin-left: 16px;
}



.testimonial_section button.owl-prev:hover {
	background: #12283F url(../images/arrow-left-hover.svg) no-repeat center !important;
}

.testimonial_section button.owl-next:hover {
	background: #12283F url(../images/arrow-right-hover.svg) no-repeat center !important;
}

.avatars-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/* 4 columns */
	gap: 10px;
}

.avatar-placeholder {
	position: relative;
	overflow: hidden;
}

.avatar {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	animation: fadeInOut 4s infinite;
}

@keyframes fadeInOut {

	0%,
	100% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}



.test_title h2 span {
	color: #FF7F00;
	font-weight: bold;
}

header.fixed-header {
	box-shadow: 16px 16px 120px rgba(198, 213, 221, 0.32);
	background: #fff;
}

footer {
	background: linear-gradient(99deg, #19394A 0%, #000000 100%);
	padding: 56px 0;
}

a.toggle_menu,
a.toggle_close {
	display: none;
}

.footer_desc h2 {
	color: #fff;
}

.footer_desc p {
	color: #859199;
}

.footer_left .footer_desc {
	max-width: 487px;
}

.footer_logo {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	line-height: 108%;
	letter-spacing: -0.02em;
}

.footer_logo img {
	width: 280px;
	height: auto;
}

.custom-logo {
	width: 280px;
	height: auto;
}

.copy_right {
	border-top: 1px solid rgba(254, 254, 254, 0.3);

	margin-top: 48px;
}

.copy_right .copy_main {
	display: flex;
	align-items: center;
	padding-top: 48px;
	justify-content: space-between;
}


.copy_right ul {
	display: flex;
	align-items: center;
	line-height: normal;
	gap: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.copy_right ul li a {
	color: #2E88C9;
	text-decoration: underline;
}

.copy_right ul li a:hover {
	color: #fff;
}

.copy_right .copy_main p {
	color: #2E88C9;
	margin-bottom: 0;
}

/* Added by dev */

.test_bottom .rating {
	display: inline-block;
	padding: 1px 5px 1px 0;
	margin: 0;
	list-style: none;
	position: unset;
	right: 25px;
}

.test_bottom .rating li {
	display: inline-block;
	font-size: 14px;
	color: #FFB132;
	padding: 5px 0;
}

.footer_main {
	display: flex;
	justify-content: space-between;
}

.footer_left {
	width: 50%;
}

.footer_right {
	max-width: 520px;
	width: 100%;
}

.footer_right input.wpcf7-submit {
	border: 1px solid #ffff;
	color: #fff;
	font-size: 18px;
	padding: 0 50px 0 36px;
	border-radius: 12px;
	margin-top: 15px;
	float: right;
	height: 60px;
	background: transparent url(../images/btn_w_up_arrow.svg) no-repeat right 10px center;
	transition: 0.3s;

}



.footer_right input.wpcf7-submit:hover {
	background: #FF7F00 url(../images/btn_w_up_arrow.svg) no-repeat right 10px center;
	color: #fff;

	border: 1px solid transparent;
}

.wpml-ls-statics-footer,
.otgs-development-site-front-end {
	display: none;
}


.testimonial_section .owl-stage {
	display: flex;
}

.testimonial_section .item {
	height: 100%;
}

.footer_right form.wpcf7-form .form-control {
	background: rgba(255, 255, 255, 0.1);
	border: 0;
	height: 54px;
	border-radius: 12px;
	color: #C4DEF3;
	font-size: 18px;
	padding: 0 24px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
}

.contact-form p {
	line-height: normal;
}

.footer_right form.wpcf7-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #C4DEF3;
}

.footer_right form.wpcf7-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #C4DEF3;
}

.footer_right form.wpcf7-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #C4DEF3;
}

.footer_right form.wpcf7-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #C4DEF3;
}

.footer_right form.wpcf7-form textarea.form-control {
	height: 103px;
	resize: none;
	color: #C4DEF3;
	padding: 20px 24px 10px !important;
}

.wpcf7-not-valid-tip {
	font-size: 14px;
}

body.page-template-quiz {
	background: #F2F8FD;
}

.page-template-quiz header {
	background: #F2F8FD;
	padding: 32px 0;
	position: relative;
}

.page-template-quiz .header-spacer,
.page-template-quiz .navigation,
.page-template-offer .navigation {
	height: 107px;
	display: none;
}

.page-template-quiz .footer-new .col-lg-9 {
	display: none;
}

.page-template-quiz .footer-new .col-lg-3 {
	display: flex;
	justify-content: center;
	max-width: 100%;
	flex: 0 0 100%;

}

.page-template-quiz .navigation {
	padding: 18px 40px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	box-shadow: 16px 16px 120px rgba(161, 174, 187, 0.32);
}

.page-template-quiz header.fixed-header {
	padding: 20px 0;
}

.quiz_banner {
	background: #F2F8FD;
	padding: 30px 0 16px;
	display: inline-block;
	width: 100%;
}

.banner_q_box {
	background: #FFFFFF;
	box-shadow: 16px 16px 120px rgba(161, 174, 187, 0.32);
	border-radius: 24px;
	width: 100%;
	padding: 16px;
	text-align: center;
	min-height: 226px;
}



.banner_q_box img {
	display: block;
	margin: 0 auto 4px;
}

.banner_q_box h2 {
	font-size: 20px;
	line-height: 32px;
	color: #194973;
	margin-bottom: 4px;
}

.banner_q_box p {
	font-size: 16px;
	line-height: 30px;
	color: #1A568A;
	letter-spacing: -0.02em;
	margin-bottom: 0;
}

.banner_q_grid .row {
	margin: 0 -8px;
}

.banner_q_grid .row .col-md-4 {
	padding: 0 8px 8px;
}



.quiz_main {
	text-align: center;
	margin-bottom: 30px;
}

.quiz_main h1 {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 44px;
	line-height: 58px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #12283F;
}

.quiz_banner .container {
	max-width: 948px;
}


.progress-container-quiz {
	border: 0;
	padding: 0;
	border-radius: 5px;
	width: 100%;
	max-width: 100%;
	background: #F3F8FC;
	margin-top: 30px;
}

.progress-container-quiz .progress-header {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	color: #002A5A;
	font-family: Arial, sans-serif;
	margin-bottom: 0;
	gap: 0;
}

.progress-container-quiz .progress-bar {
	position: relative;
	width: 100%;
	height: 21px;
	background: #fff;
	border-radius: 21px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.progress-container-quiz .progress-fill {
	height: 100%;
	background: #FF9800;
	border-radius: 24px;
	transition: width 0.3s ease-in-out;
}

.progress-container-quiz span.progress-title,
.progress-container-quiz .progress-step {
	font-size: 18px;
	line-height: 32px;
	color: #194973;
	font-weight: 700;
	font-family: 'Montserrat';
}

.option-parent {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	gap: 13px;
}

.quiz_question_section .option input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	appearance: none;
	/* visibility: hidden; */
	opacity: 0;
	background-color: transparent;
	left: 0;
	top: 0;
	z-index: 0;
	cursor: pointer;
}

.quiz_question_section .option-main-wrap {
	max-width: 120px;
	width: 100%;
}

.quiz_question_section .option {
	font-family: 'montserratbold';
	font-weight: bold;
	font-size: 16px;
	color: #3f403f;
	padding: 10px;
	background-color: transparent;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 50px;
	margin-bottom: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 4px solid #FF8A4C;
	background-position: center !important;
	transition: 0.3s;
	margin: 0 auto;
}

a.skip-question.orange-btn.primary_btn {
	min-width: 350px;
	justify-content: center;
}

.option-main-wrap label {
	position: relative;
	margin-top: 15px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	font-family: 'Montserrat';
	color: #1A568A;
	text-align: center;
	display: block;
}

p.into-text {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FF8A4C;
	margin-top: 30px;
}

.quiz_question_section .option:last-child {
	margin-right: 0;
}

.quiz_question_section .question-title {
	font-size: 16px;
	line-height: 32px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
	color: #12283F;
}

.quiz_question_section .quiz-main-inner {
	width: 900px;
	margin: 0 auto 120px;
}


.quiz_question_section .quiz_quation_main {
	margin-bottom: 80px;
	text-align: center;
}

section.quiz_question_section {
	padding: 80px 0;
	border-radius: 60px 60px 0 0;
	background: #fff;

}

.quiz_question_section .option-B {
	border: 4px solid #FFB570;
}

.quiz_question_section .option-C {
	border: 4px solid #F1D26F;
}

.quiz_question_section .option-D {
	border: 4px solid #AEDC8E;
}

.quiz_question_section .option-E {
	border: 4px solid #94DBBA;
}

.quiz_question_section .option-A.selected {
	border: 4px solid #FF8A4C;
	background: #FF8A4C url(../images/a-arrow_select.svg) no-repeat center !important;
	background-size: 35px !important;
}

.quiz_question_section .option-B.selected {
	border: 4px solid #FFB570;
	background: #FFB570 url(../images/b-arrow_select.svg) no-repeat center !important;
	background-size: 35px !important;
}

.quiz_question_section .option-C.selected {
	border: 4px solid #F1D26F;
	background: #F1D26F url(../images/c-arrow_select.svg) no-repeat center !important;
	background-size: 35px !important;
}

.quiz_question_section .option-D.selected {
	border: 4px solid #AEDC8E;
	background: #AEDC8E url(../images/d-arrow_select.svg) no-repeat center !important;
	background-size: 35px !important;
}

.quiz_question_section .option-E.selected {
	border: 4px solid #94DBBA;
	background: #94DBBA url(../images/e-arrow_select.svg) no-repeat center !important;
	background-size: 35px !important;
}

.quiz_question_section .skip-btn {

	justify-content: center;
	display: flex;
}

.error-message {
	color: red;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}

.skip-question.disabled {
	pointer-events: none;
	opacity: 0.5;
	cursor: not-allowed;
}

.testimonial_section h2 {
	font-weight: 500;
	color: #12283F;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	color: red;
	text-align: center;
}


/***********Popup css*************/
.progress-card {
	padding: 32px 35px;
	max-width: 510px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 16px 16px 120px rgba(161, 174, 187, 0.32);
	border-radius: 20px;
	margin: 40px auto;
	width: 100%;
	min-height: 617px;

}

.progress-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 24px;
	line-height: 36px;
	color: #032235;
}

.progress-container-circle {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.progress-container canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.progress-container-circle .progress-value {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	font-weight: bold;
	color: #001f3f;
	letter-spacing: -0.02em;
}

.progress-list {
	text-align: left;
	margin-top: 40px;
}

.progress-list ul {
	padding-left: 30px;
}

.progress-list ul li {
	position: relative;
	list-style: none;
	margin: 10px 0;
	display: flex;
	align-items: center;
}

.progress-list ul li::before {
	content: "";
	background-image: url("../images/empty-tick-thick-circle.svg");
	position: absolute;
	left: -30px;
	width: 18px;
	height: 18px;
	background-size: 18px;
}

.progress-list ul li.completed::before {
	background-image: url("../images/list_p_icon.svg");
}

.progress-list p {
	font-size: 18px;
	margin: 8px 0;
	display: flex;
	align-items: center;
	line-height: 28px;
}

.progress-list .check-icon {
	color: orange;
	margin-right: 12px;
}

.progress-footer {
	background: #f0f4f8;
	padding: 10px;
	border-radius: 16px;
	font-weight: bold;
	margin-top: 40px;
}

.progress-footer span.number {
	display: block;
	font-size: 32px;
	max-width: max-content;
	margin: 0 auto;
}

.progress-footer span.progress_desc {
	font-size: 12px;
	font-weight: 400;
}

.progress-list p strong {
	padding-left: 4px;
}

.skip-question.disabled {
	pointer-events: none;
	opacity: 0.5;
	cursor: not-allowed;
}

.progress-card canvas {
	transform: rotate(90deg);
}

/* repoer screen */
.progress-card.report_screen {
	height: auto;
	max-width: 500px;
	min-height: auto;
}

.progress-card.report_screen label {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	color: #194973;
	margin-bottom: 12px;
}



.progress-card.report_screen input {
	border-radius: 12px;
	border: 1px solid #C4DEF3;
	height: 54px;
	font-size: 18px;
	color: #2E88C9;
}

.progress-card.report_screen .primary_btn {
	margin: 24px auto;
}

.progress-card.report_screen .form-group {
	margin-bottom: 0;
}

.progress-card.report_screen p a {
	font-weight: 400;
	font-size: 11px;
	line-height: 16px;
	color: #2E88C9;
	text-decoration: none;
}

.progress-card.report_screen p {
	color: #194973;
	margin-bottom: 0;
	font-size: 15.33px;
	line-height: 16px;
	text-align: left;
}

/* .email-collection-main .progress-card.report_screen p,
.email-collection-main .progress-card.report_screen p a {
	font-size: 15.33px;
} */

.progress-card.report_screen p small {
	font-size: 78%;
}

.progress-card.report_screen .progress-title {
	margin-bottom: 12px;
	font-size: 25px;
}


.preload {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000f2;
	z-index: 99999;
	pointer-events: auto;
}

.preload .preloader-sub {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.preload .loader-text {
	color: #fff;
	text-align: center;
	padding: 20px 0;
}

.preload .loader {
	border: 10px solid #094065;
	border-radius: 50%;
	border-top: 10px solid #FF7F00;
	width: 75px;
	height: 75px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	margin: 0 auto;
}

a.orange-btn.submit-quiz {
	display: flex;
	align-items: center;
	background: #FF7F00;
	height: 60px;
	padding: 0 32px;
	border-radius: 12px;
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	max-width: max-content;
	transition: 0.3s;
}

a.orange-btn.submit-quiz img {
	margin-left: 14px;
	display: block;
	transition: 0.3s;
}

a.orange-btn.submit-quiz:hover {
	background: #000;
	color: #fff;
}

a.orange-btn.submit-quiz:hover img {
	transform: rotate(45deg);
	filter: grayscale(1) invert(1);
}

/*****************REPORT CARD CSSS START***************/

section.report_cards {
	padding: 40px 0 16px;
	text-align: center;
}

.report_main {
	display: flex;
	margin: 0 -8px;
	flex-wrap: wrap;
}

.report_box {
	width: 33.33%;
	text-align: left;
	padding: 0 8px;
}

.report_desc {
	background: #FFFFFF;
	box-shadow: 0px 4px 40px #D9E4EF;
	border-radius: 24px;
	height: 100%;
	padding: 32px;
	position: relative;
	height: 432px;
}

.report_top {
	margin-bottom: 40px;
}

.report_desc h2 {
	display: flex;
	align-items: center;
	font-size: 29px;
	line-height: 36px;
	color: #1B4062;
}

.report_desc h2 img {
	margin-right: 10px;
}

.report_desc p {
	color: #194973;
}

.report_top h1 {
	margin-bottom: 0;
	font-size: 48px;
	letter-spacing: -0.02em;
	line-height: 59px;
	color: #12283F;
	margin-bottom: 0;
}

.report_main .report_box:last-child .report_desc img {
	margin: 0 auto;
}

.report_main .report_box .report_desc a.smaple_link {
	position: absolute;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%);
	color: #FF7F00;
	font-weight: 600;
	font-size: 18px;
	display: flex;
}

.report_main .report_box .report_desc a.smaple_link:hover img {
	transform: translateX(10px);
}

.report_main .report_box .report_desc a.smaple_link img {
	margin-left: 10px;
	transition: 0.3s;
}

.price-summary {
	display: flex;
	justify-content: space-between;
}

.price-summary {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(161, 174, 187, 0.32);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.price-summary .price-info {
	display: flex;
	align-items: center;
}

.price-summary h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	color: rgba(18, 40, 63, 1)
}

.price-summary p {
	font-size: 16px;
	line-height: 24px;
	color: rgba(25, 73, 115, 1);
	margin-bottom: 0;
	margin-left: 10px;
}

.payment-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.price-summary .price-amount {
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	color: rgba(18, 40, 63, 1);
}

.payment-methods-checkout {
	display: flex;
	gap: 16px;
}

section.payment-details {
	padding-bottom: 56px;
}

.payement_main {
	background: #FFFFFF;
	box-shadow: 0px 4px 40px #D9E4EF;
	border-radius: 24px;
	padding: 32px;
}

/*****************REPORT CARD CSSS END*************/

/*****************PERFORMANCE REPORT CARD START*************/
section.performance_title {
	text-align: center;
	padding: 40px 0 56px;
}

section.performance_title h1 {
	font-size: 40px;
	line-height: 50px;
	color: rgba(18, 40, 63, 1);
	margin-bottom: 8px;
}

section.performance_title h1 span {
	color: rgba(255, 127, 0, 1);
}

section.performance_title p {
	color: rgba(26, 86, 138, 1);
	margin-bottom: 0;
}

.intro_main {
	background: #FFFFFF;
	box-shadow: 0px 4px 40px #D9E4EF;
	border-radius: 24px;
	padding: 32px;
	display: flex;
	align-items: center;
}

.intro_left {
	width: 232px;
	background: rgba(217, 228, 239, 1);
	height: 232px;
	padding: 32px;
	border-radius: 24px;
}

.intro_left figure {
	margin: 0;
}

.intro_right {
	width: calc(100% - 232px);
	padding-left: 24px;
}

.intro_right .sub_title {
	color: rgba(25, 73, 115, 1);
	font-weight: 400;
	line-height: 32px;
	text-transform: capitalize;
}

.intro_right h2 {
	font-size: 40px;
	line-height: 52px;
	color: rgba(27, 64, 98, 1);
	margin-bottom: 24px;
}

.intro_right h2 span {
	color: rgba(255, 127, 0, 1);
}

.intro_right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.intro_right ul li {
	list-style: none;
	margin-bottom: 20px;
	color: rgba(25, 73, 115, 1);
	background: url(../images/list_p_icon.svg) no-repeat left top 2px;
	padding-left: 25px;
}

.intro_right ul li:last-child {
	margin-bottom: 0;
}

.two_p_left {
	background: #FFFFFF;
	box-shadow: 0px 4px 40px #D9E4EF;
	border-radius: 24px;
	padding: 32px;
	width: 67%;
}

.two_p_right {
	background: #FFFFFF;
	box-shadow: 0px 4px 40px #D9E4EF;
	border-radius: 24px;
	padding: 32px;
	width: 33%;
}

.two_p_main {
	display: flex;
	gap: 16px;
	margin-top: 16px;
}

.two_p_box {
	background: #F2F8FD;
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 8px;
}

.two_p_box p {
	margin-bottom: 0;
	color: #1A568A;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: -0.02em;
}

.two_p_desc h3 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	color: #12283F;
}

.two_p_box h4 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #12283F;
	display: flex;

}

.two_p_box h4 img {
	margin-right: 10px;
	width: 24px;
	display: block;
}


.personality-title {
	color: #12283f;
	font-family: Montserrat, sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: -0.52px;
	gap: 8px;
	width: 100%;
	margin: 0;
}



.info-banner {
	display: flex;
	padding: 16px;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	border-radius: 16px;
	background-color: #f2f8fd;
	margin: 24px 0 30px;
}


.personality-icon {
	width: 84px;
	height: 84px;
}

.info-description {
	width: 240px;
	color: #1a568a;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}



.traits-container {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

.trait-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 100%;
}

.trait-slider {
	height: 14px;
	padding: 2px;
	border-radius: 20px;
	position: relative;
	background-color: #fff4d3;
}

.trait-marker {
	display: flex;
	padding: 4px 8px;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -9px;
	border-radius: 24px;
	border: 1px solid #ff7f00;
	box-shadow: 0px 0px 20px 0px rgba(209, 184, 158, 0.8);
	background-color: #ff7f00;
}

.percentage-badge {
	display: flex;
	width: 32px;
	align-items: flex-end;
	justify-content: center;
	color: #461c04;
	text-align: center;

	font-weight: 700;
	font-size: 16px;
}

.percent-symbol {
	font-size: 8px;
}

.trait-labels {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}



.trait-label {
	color: #12283f;

	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	margin: 0;
}

.trait-label-left {
	opacity: 0.5;
}

.trait-label-right {
	opacity: 1;
}

.relationships_main {

	padding: 32px;


	border-radius: 24px;
	background-color: #fff;
	box-shadow: 0px 4px 40px 0px #d9e4ef;
	position: relative;
	max-width: 100%;
	width: 100%;
}

.card-title {
	color: #12283f;
	font-size: 26px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: -0.52px;
}

.traits-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
}

.trait-card {
	display: flex;
	padding: 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
	border-radius: 12px;
	background-color: #f2f8fd;
}

.trait-header {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
}

.trait-icon {
	width: 32px;
	height: 32px;
}

.trait-title {
	color: #12283f;
	font-size: 26px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: -0.52px;
}

.trait-description {
	color: #1a568a;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: -0.32px;
}

.unlock-modal {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 582px;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0px 4px 40px 0px #d9e4ef;
	padding: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	filter: drop-shadow(0px 4px 40px #D9E4EF);
}

.unlock-modal:before {
	position: absolute;
	left: 50%;
	width: 135px;
	height: 70px;
	content: "";
	top: -56px;
	background: url(../images/union_before.png) no-repeat center;
	background-size: contain;
	transform: translateX(-50%);
}

.unlock-icon {
	width: auto;
	height: auto;
	margin-bottom: 12px;
	margin-top: -57px;
	position: relative;
}

.unlock-title {
	color: #12283f;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 8px;
}

.unlock-description {
	color: #194973;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: -0.32px;
	margin-bottom: 24px;
}

.unlock-button {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	background-color: #ff7f00;
	box-shadow:
		0px 2.667px 2.667px 0px rgba(50, 50, 71, 0.06),
		0px 2.667px 5.333px 0px rgba(50, 50, 71, 0.06);
	border: none;
	cursor: pointer;
}

.button-text {
	color: #12283f;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.4px;
}

.price {
	font-weight: 700;
	margin-left: 4px;
}

section.performance_people {
	margin: 56px 0 0;
	background: #F2F8FD;
	border-radius: 40px;
	padding: 56px 0;
}



.people_title {
	text-align: center;
	margin-bottom: 32px;
}

.people_grid .people_box span.name {
	display: block;
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	color: #194973;
}

.people_grid .people_box span.position {
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #194973;
}

.people_grid {
	display: flex;
	gap: 16px;
}

.people_grid .people_box {
	width: 20%;
	background: #E4EFFA;
	border-radius: 24px;
	text-align: center;
	padding: 24px;
}

.people_box.people_big {
	width: 40%;
	text-align: left;
}

.people_two {
	display: flex;
	justify-content: space-between;
}

.people_left {
	width: calc(100% - 120px);
	padding-right: 16px;
}

.people_right {
	width: 163px;
}

.people_right img {
	width: 100%;
	display: block;
	height: 130px;
	object-fit: cover;

}

.people_box.people_big a.primary_btn {
	width: 100%;
	max-width: 100%;
	justify-content: center;
}

.performance_people h2 {
	font-size: 28px;
	line-height: 36px;
	color: #12283F;
	margin-bottom: 0;
}

.people_left span.sub_title {
	font-size: 16px;
	font-weight: 500;
	color: #1F6BAA;
	letter-spacing: 0;
	margin-bottom: 16px;
	text-transform: capitalize;
}

.people_left h3 {
	font-size: 40px;
	line-height: 52px;
	font-weight: 700;
	color: #12283F;
}

.people_left h3 span {
	color: #FF7F00;
	margin-bottom: 0;
}

section.relationships-card {
	position: relative;
	margin-top: 16px;
}

.relationships_main:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(217, 228, 239, 0.1);
	border-radius: 24px;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.unlock-modal .primary_btn {
	width: 100%;
	max-width: 100%;
	justify-content: center;
	font-weight: 400;
}

.unlock-modal .primary_btn span {
	font-weight: bold;
}


/**********Payment Complete***********/

/* gpy and paypal button css new */
.express-checkout-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between !important;
	padding-top: 5px;
	align-content: space-around;
	align-items: normal !important;
}

#gpay-button-online-api-id {
	min-height: 55px;
}

.payment-buttons,
#paypal-button-container,
#gpay_btn {
	display: inline-block !important;
	width: 47% !important;
	margin: 5px !important;
}

.payment_process header {
	box-shadow: 0px 4px 20px rgba(217, 228, 239, 0.5);
	padding: 24px 0;
}

.payment_process .header-spacer {
	height: 92px;
}

section.payement_complete {
	padding: 80px 0 67px;
}

.payment_title {
	text-align: center;
	margin-bottom: 24px;
}

.payement_c_main {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}

html[lang="ja"] .payement_c_main {
	max-width: 740px;
	width: 100%;
	margin: 0 auto;
}


.payment_title h1 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 8px;
}

.payment_title .sub_title {
	font-size: 10px;
	font-weight: 500;
	line-height: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.payment_list ul {
	margin: 0;
	padding: 0;
}

.payment_list ul li {
	margin-bottom: 16px;
	background: url(../images/list_p_icon.svg) no-repeat left top 2px;
	list-style: none;
	padding-left: 28px;
	font-size: 16px;
	line-height: 28px;
	color: #194973;
}

.payment_list ul li:last-child {
	margin-bottom: 0;
}

.payment_list ul li span {
	font-weight: 700;
}

.payment_list {
	margin-bottom: 24px;
}

.training_plan {
	background: #F2F8FD;
	border: 1px solid #C4DEF3;
	border-radius: 24px;
	padding: 16px;
	display: flex;
	align-items: center;
	margin-bottom: 22px;
	justify-content: space-between;
}

.training_plan h2 {
	font-size: 22px;
	line-height: 27px;
	margin-bottom: 0;
	letter-spacing: -0.02em;
	color: #1B4062;
	margin-bottom: 8px;
}

.training_plan p {
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 0;
}


.payement_c_main p {
	font-size: 12px;
	line-height: 20px;
	color: #1A568A;
	margin-bottom: 0;
}

.confirm_btn {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.confirm_btn .button#charge-button {
	border: 0;
}

a.secondary_btn {
	text-align: center;
	justify-content: center;
	display: flex;
	max-width: max-content;
	margin: 16px auto 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #2E88C9;
	transition: 0.3s;
}

a.secondary_btn:hover {
	color: #000;
}

section.payement_complete.payement_complete_2 p {
	font-size: 16px;
	text-align: center;
	line-height: 32px;
	margin-bottom: 16px;
}

section.payement_complete.payement_complete_2 input.form-control,
section.payement_complete.payement_complete_2 select {
	height: 54px;
	border: 1px solid #C4DEF3;
	border-radius: 16px;
	font-size: 18px;
	font-weight: 400;
	color: #12283F;
	padding: 0 16px;
	-webkit-appearance: none;
}

section.payement_complete.payement_complete_2 select {
	background: url(../images/down_icon.svg) no-repeat right 15px center;
}

section.payement_complete.payement_complete_2 .row {
	margin: 0 -8px;
}

section.payement_complete.payement_complete_2 .row .col,
section.payement_complete.payement_complete_2 .row .col-12 {
	padding: 0 8px 16px;
}

section.payement_complete.payement_complete_2 label {
	font-size: 12px;
	line-height: 20px;
	color: #194973;
	margin-bottom: 4px;
}

.payement_complete.payement_complete_2 .data_submit {
	background: #F2F8FD;
	border-radius: 16px;
	padding: 12px 16px;
	text-align: left;
	gap: 8px;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.payement_complete.payement_complete_2 .data_submit p {
	text-align: left;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 20px;
	color: #1A568A;
}

.payement_complete.payement_complete_2 .primary_btn {
	display: flex;
	justify-content: center;
	margin: 24px auto 0;
	border: 0;
}

section.payement_complete.payement_complete_2 {
	padding: 120px 0 164px;
}

section.payement_complete.thanks_screen {
	padding: 60px 0 60px;
}

.personality_report {
	background: #FFFFFF;
	border: 1px solid #C4DEF3;
	border-radius: 24px;
	padding: 16px 16px 0;
	display: flex;
	justify-content: space-between;

	height: 128px;
	overflow: hidden;
}

.personality_left h2 {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: -0.02em;
	font-weight: 500;
	color: #1B4062;
	margin-bottom: 24px;
}

.personality_left .btn_main {
	margin-top: 0;
}

.personality_left .btn_main a.view_btn {
	display: flex;
	align-items: center;
	border: 1px solid #FFE5A5;
	height: 40px;
	padding: 0 16px;
	border-radius: 24px;
	font-size: 18px;
	font-weight: 600;
	color: #FF7F00;
}

html[lang="ja"] .personality_left .btn_main a.view_btn {
	width: auto;
}

.personality_left .btn_main a.download_btn {
	display: flex;
	align-items: center;
	border: 1px solid #FFE5A5;
	height: 40px;
	padding: 0 16px;
	border-radius: 24px;
	font-size: 18px;
	font-weight: 600;
	color: #12283F;
	margin-left: 12px;
}

html[lang="ja"] .personality_left .btn_main a.download_btn {
	width: auto;
}

.personality_left .btn_main a.view_btn img,
.personality_left .btn_main a.download_btn img {
	margin-right: 8px;
}

.personality_left {
	max-width: 268px;
	width: 100%;
}

html[lang="ja"] .personality_left {
	max-width: 360px;
	width: 100%;
}

.support_box {
	background: #F2F8FD;
	border-radius: 16px;
	padding: 16px;
	margin-top: 16px;
}


.support_box p {
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #194973;
}

.support_box p a {
	font-size: 16px;
	font-weight: 700;
	color: #194973;
}

.iqpro_offer_section p {
	font-size: 16px;
	line-height: 32px;
	color: #194973;
}

.iqpro_offer_section a {
	margin: 10px auto;
}

section.payement_complete.thanks_screen h3 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 0;
	color: #FF7F00;
}

section.payement_complete.thanks_screen .iqpro_offer_section h3 {
	font-size: 18px;
	color: #194973;
	margin-bottom: 5px;
}

.pmp .modal-dialog {
	max-width: 620px;
}

.pmp .modal-content {
	background: #f9fafb;
	border-radius: 6px;
}

.pmp .modal-content .desc {
	clear: both;
	margin-bottom: 14px;
	font-size: 11px;
	color: #555;
	padding-left: 1px;
	line-height: 16px;
	vertical-align: middle;
	text-align: center;
}

.pmp .payment-methods .wpf_multi_form_controls {
	border: 0;
	border-radius: 0;
	padding: 2px 0;
}

.form-check:first-child {
	border-bottom: 0;
	border-top: 0 !important;
}

p.wpf_form_notices.wpf_form_notice_error {
	padding: 8px 20px;
	margin-top: 0;
	/* //margin-bottom: 30px; */
	border-radius: 5px;
	font-size: 12px;
}

.pmp .payment-methods .form-check {
	background: transparent;
	padding: 0;
	font-size: 14px;
	position: relative;
	border-top: 1px solid #d9d9d9;
	font-weight: bold;
	text-align: left;
	border-radius: 0px;
}

.pmp .payment-methods .form-check.card {
	background-image: url(../images/card-icons.png);
	background-repeat: no-repeat;
	background-position: right;
}

.pmp .payment-methods .wpf_payment_method_element_stripe {
	padding: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d9d9d9;
}

.pmp .payment-methods .form-check-input {
	margin-left: 0;
}

.pmp .payment-methods .form-check-label {
	margin-left: 20px;
}

.pmp .wpf_form_wrapper .wpf_submit_button_pos_left .wpf_form_submissions {
	text-align: right;
}

.pmp .wpf_form_wrapper form.wpf_form .wpf_form_submissions {
	display: block;
}

.pmp .wpf_form_wrapper_542 .wpf_label_top .wpf_form_group>label {
	display: none;
}

.pmp .paypal-redirection {
	display: none;
	background-image: url(../images/paypal-redirection.png);
	background-repeat: no-repeat;
	height: 129px;
	background-position: center;
	background-size: 148px;
}

.wpf_form_notices {
	padding: 10px 10px;
	margin: 15px 0;
}

#paymentFrm {
	padding: 20px 0;
}

.payment-sec .page-content {
	padding: 10px 50px;
	position: relative;
}

.payment-sec .page-content h5 {
	font-size: 22px;
	color: #094065;
	margin-bottom: 0;
	line-height: 1.5;

	font-weight: bolder;
}

.payment-sec .page-content h2 {

	font-weight: bolder;
	font-size: 55px;
	text-align: center;
	color: #094065;
	margin: 25px 0 100px 0;
}

.payment-sec .page-content p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 0;
}

.payment-sec .pmp {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

#paymentModal.modal {
	top: calc(50% - 250px);
}

.modal-backdrop.show.payment {
	opacity: 0.8;
}

.pprice {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.personality_left img.mobile_frame {
	display: none;
}

.pmp.payment-popup-main .payment_top {
	text-align: left;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

.pmp.payment-popup-main .payment_top h2 {
	margin: 0;
	text-align: left;
	font-size: 28px;
	line-height: 36px;
	color: #032235;
	margin-bottom: 0px;
}

.pmp.payment-popup-main .payment_top p {
	font-size: 11px;
	line-height: 20px;
	color: #1A568A;
	margin-bottom: 0;
	text-align: center;
	color: #555;
	margin-left: 10px;
}


.pmp.payment-popup-main button.close {
	width: 32px;
	height: 32px;
	background: #E4EFFA;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 27px;
	color: #000;
	opacity: 1;
	position: absolute;
	top: 5px;
	right: 5px;
}

.pmp.payment-popup-main button.close span {
	color: #000;
	opacity: 1;
}


/* Hide default radio button */
.pmp.payment-popup-main .form-check-input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 16px;
	height: 16px;
	border: 1px solid #ABABAB;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
	position: absolute;
	top: 3px;
}

/* Custom radio button checked state */
.pmp.payment-popup-main .form-check-input:checked {
	border-color: #FF7F00;
	background-color: #FF7F00;
}

/* Add inner circle when checked */
.pmp.payment-popup-main .form-check-input:checked::before {
	content: "";
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Label styling */
.pmp.payment-popup-main .form-check-label {
	font-size: 16px;
	color: #333;
	margin-left: 8px;
	cursor: pointer;
	padding-left: 15px;
	line-height: 32px;
}

/* Card styling */
.pmp.payment-popup-main .form-check.card {
	display: flex;
	padding: 0;
	border: 0;
	transition: all 0.3s ease;
	margin-bottom: 10px;
}

/* Highlight card when radio is checked */
.pmp.payment-popup-main .form-check-input:checked+.form-check-label {
	font-weight: bold;
	color: #12283F;
}

.pmp.payment-popup-main .modal-body {
	padding: 32px;
}

.pmp.payment-popup-main .form-group label {
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	color: #1A568A;
}

.pmp.payment-popup-main .form-group #card_number,
.pmp.payment-popup-main .form-group #card_expiry,
.pmp.payment-popup-main .form-group #card_cvc {
	height: 54px;
	border: 1px solid #C4DEF3;
	border-radius: 12px;
	padding: 16px;
	font-family: 'Montserrat' !important;
}

.pmp.payment-popup-main .row {
	margin-top: 12px;
}

.pmp.payment-popup-main .form-group {
	margin-bottom: 0 !important;
}

.paypal_box {
	display: flex;

	justify-content: space-between;
}

.paypal_box figure {
	width: 48px;
	border: 1px solid #D9D9D9;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	padding: 5px 10px;
	margin: 0;
}

.paypal_box figure img {
	display: block;
	width: 27px;
}

.secure_information {
	background: #F2F8FD;
	padding: 12px 16px;
	text-align: left;
	margin: 0px 0 10px;
}

.secure_information p {
	margin-bottom: 8px;
	color: #1A568A;
	font-size: 12px;
	line-height: 20px;
}

.g_apple_pay {
	display: flex;
	gap: 16px;
}

.g_apple_pay img {
	width: 50%;
	display: block;
}

.pmp.payment-popup-main .payment-option .primary_btn {
	border: 0;
	width: 50%;
	font-weight: 400;
	font-size: 20px;
	max-width: 100%;
	justify-content: center;
}

.pmp.payment-popup-main .payment-option .primary_btn span {
	font-weight: 700;
	padding-left: 5px;
}

.pmp.payment-popup-main .modal-content {
	background: #FFFFFF;
	box-shadow: 16px 16px 120px rgba(161, 174, 187, 0.32);
	border-radius: 20px;
	padding-left: 5px;
}

.pmp.payment-popup-main #paymentFrm {
	padding: 0 0 24px;
}

.pmp.payment-popup-main .payment-option.mt-4 {
	margin-top: 0px !important;
}

.cms-content-sec h1 {
	font-size: 45px;
	line-height: 60px;
	color: #1B4062;
	margin-bottom: 34px;
}

.cms-content-sec h2 {
	font-size: 30px;
	line-height: 43px;
	margin-bottom: 10px;
	color: #1B4062;
	margin-top: 30px;
}

.cms-content-sec p strong {
	color: #1B4062;
}

section.cms-content-sec.page-section {
	padding: 24px 0 56px;
}

.cms-content-sec .a2a_svg {
	background-color: #FF7F00 !important;
}

.report_cards span.sub_title {
	text-transform: uppercase;
}

.primary_btn.orange-btn-mobile {
	display: none;
}

.filter-fields {
	margin-bottom: 12px;
}

.filter-fields .btn-primary {
	background-color: #FF7F00;
	border-color: #FF7F00;
	color: #000000;
	font-weight: 700;
}

.filter-fields .btn-primary:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.table-responsive .table td a {
	color: #FF7F00;
}

/*.hfeed .container{
	max-width: 100%;
}*/

.filter-fields a {
	color: #000;
	font-weight: 600;
}

.hfeed h1 {
	font-size: 50px;
	line-height: 60px;
}

.login-page {
	max-width: 600px;
	margin: 0 auto 50px;
	background: rgba(27, 64, 98, 0.1);
	padding: 50px 25px;
	border-radius: 15px;
}

.login-page h1 {
	text-align: center;
	color: #000;
	margin-bottom: 49px;
}

.login-page .btn-primary {
	background: #FF7F00;
	border-color: #FF7F00;
	padding: 10px 32px;
	margin-top: 30px;
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	border-radius: 12px;
}

.login-page .btn-primary:hover {
	background: #000;
	color: #fff;
	border-color: #000;
}

.login-page .form-control {
	border-radius: 15px;
	height: 45px;
}

.login-page .form-control:focus {
	outline: none;
	box-shadow: none;
}

.login-page .form-group label {
	font-weight: 500;
}


/*About page css*/

section.about_intro {
	padding: 26px 0 56px;
}

section.about_intro h1 {
	margin-bottom: 0;
	text-align: center;
	font-size: 40px;
	line-height: 52px;
}

section.about_intro h1 span {
	color: #FF7F00;
}

.about_bg_section .about_bg {
	background: #F2F8FD;
	border-radius: 40px;
	padding: 40px;
	margin-bottom: 56px;
}

.about_top {
	text-align: center;
}

.about_top p {
	font-size: 16px;
	line-height: 32px;
	color: #194973;
}

.number .icon {
	background: #FF7F00;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	margin-right: 10px;
	letter-spacing: -0.02em;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}

.number {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #12283F;
	margin-bottom: 8px;
}

.about_top p {
	margin-bottom: 0;
}

.about_box {
	background: #fff;
	width: 100%;
	padding: 24px;
	border-radius: 24px;
	height: 100%;
}

.about_bg_section .row {
	margin: 40px -8px 0;
}

.about_bg_section .row .col-md-3 {
	padding: 0 8px;
}

.about_box figure {
	margin: 0 0 24px;
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 24px;
}


.about_bg.analysts figure {
	background: #EEE9FD;
}

.about_bg.diplomats figure {
	background: #E2FCE2;
}

.about_bg.sentinels figure {
	background: #DBEDFD;
}

.about_bg.explorers figure {
	background: #FBE4E2;
}

.about_box figure img {
	max-width: 100%;
	object-fit: cover;
	margin: 0 auto;
}

.about_desc {
	text-align: center;
}

.about_desc span.sub_title {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
}

.about_desc h3 {
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
	color: #1B4062;
	margin-bottom: 24px;
}

.about_desc p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 24px;
	color: #194973;
}

.famous_section {
	background: #F2F8FD;
	border-radius: 40px;
	padding: 56px 0;
	overflow: hidden;
}

.famous_slider_main .container {
	max-width: calc(100% + (1420px - 100%) / 2);
	margin-left: auto;
	margin-right: 0;
	padding-right: 0;
}

.test_main {
	margin-top: 20px;
}

.famous_section .owl-nav {
	width: calc(1420px - 42px);
	display: flex;
	justify-content: flex-end;

}

.famous_section button.owl-prev {
	width: 64px;
	height: 64px;
	background: rgba(9, 8, 8, 0.1) url(../images/arrow-left.svg) no-repeat center !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	transition: 0.3s;
}

.famous_section button.owl-next span,
.famous_section button.owl-prev span {
	display: none;
}

.famous_section button.owl-next {
	width: 64px;
	height: 64px;
	background: rgba(9, 8, 8, 0.1) url(../images/arrow-right.svg) no-repeat center !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	transition: 0.3s;
	margin-left: 16px;
}

.famous_box {
	background: #E4EFFA;
	padding: 20px 35px;
	border-radius: 24px;
}

.famous_box figure {
	margin: 0;
}

.famous_box figure img {
	object-fit: contain !important;
	width: auto !important;
	margin: 0 auto;
	display: block;
}

.famous_desc {
	text-align: center;
	margin-top: 20px;
}

.famous_main .famous_desc {
	min-height: 95px;
}

.famous_desc h4 {
	margin-bottom: 0;
	letter-spacing: -0.02em;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: #194973;
}

.famous_desc p {
	margin-bottom: 0;
	font-size: 12px;
	color: #194973;
	line-height: 20px;
}

.famous_box span.name {
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	color: #194973;
}

.famous_box span.name span {
	color: #FF7F00;
}

.famous_title {
	text-align: center;
}

.famous_title .sub_title {
	text-transform: uppercase;
}

.famous_title h3 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	color: #12283F;
	margin-bottom: 0;
}

.famous_section button.owl-prev:hover {
	background: #12283F url(../images/arrow-left-hover.svg) no-repeat center !important;
}

.famous_section button.owl-next:hover {
	background: #12283F url(../images/arrow-right-hover.svg) no-repeat center !important;
}

.famous_section .owl-stage-outer {
	padding: 40px 0;
	overflow: visible;
}

.contact-image {
	height: 100%;
	position: relative;
	z-index: 1;
}

.cont-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	margin: 0;
	max-height: 540px;
}

.page-template-contact .page-section {
	padding: 50px 0;
}

.page-template-contact .orange-btn {
	display: flex;
	align-items: center;
	background: #FF7F00;
	height: 60px;
	padding: 0 32px;
	border-radius: 12px;
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	max-width: max-content;
	transition: 0.3s;
}


/* Review CSS*/
.reviewsec-slider .box p:before {
	content: '';
	position: relative;
	display: table;
	width: 20px !important;
	height: 10px !important;
	background-image: url(/wp-content/themes/test_iq/images/icon-comma.svg) !important;
	margin-bottom: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}

.progress-list p {
	margin: 10px 0
}

.progress-footer {
	margin-top: 20px !important;
	margin-bottom: 15px
}

.reviewsec-slider {
	padding-top: 20px !important;
	padding-bottom: 20px !important
}

.reviewsec-slider .description {
	border-bottom: none;
	font-size: 16px;
	text-align: left;
	color: #194973
}

.t-photo {
	margin-right: 20px
}

.reviewsec-slider .text-wrapper p {
	font-size: 16px;
	color: #12283f
}

.reviewsec-slider .testimonial-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start
}

.reviewsec h2 {
	text-align: center;
	font-weight: bolder;
	font-size: 22px;
	color: #024065;
	margin-top: 30px
}

.testimonial {
	padding-top: 0;
	margin: 0 15px 0;
	text-align: center;
	position: relative;
	transition: all .7s ease 0s
}

.testimonial .name span {
	font-weight: 300 !important
}

.flexdis div {
	display: inline-flex
}

.flexdis ul {
	padding-inline-start: 15px
}

.flexdis ul li {
	color: #f81
}

.flexdis {
	font-weight: 900;
	color: #1B4062;
}

.testimonial .title {
	font-size: 16px;
	font-weight: 700;
	color: #f81;
	text-transform: uppercase;
	margin: 0 0 10px
}

.reviewsec {
	padding-bottom: 50px
}

.testimonial .description {
	font-size: 15px;
	line-height: 25px;
	border-bottom: 1px solid #f7f7f7;
	padding-top: 0px;
	margin: 0;
	text-align: left
}

.testimonial .testimonial-content {
	padding: 15px 25px 12px;
	border-top: none;
	position: relative;
	text-align: left;
	border-left: 0;
	transition: all .5s ease 0s;
	width: calc(100% - 60px);
}



.testimonial:hover .testimonial-content:after {
	height: 100%
}

.testimonial-content .testimonial-profile {
	display: inline-block
}

.testimonial .name {
	font-size: 16px;
	font-weight: 700;
	color: #024065;
	margin: 0 0 3px;
	transition: all .7s ease 0s;
	line-height: normal;
}

.testimonial .post {
	font-size: 14px;
	color: #f81;
	text-transform: capitalize
}

.reviewsheading h4 {
	color: #1B4062;
	font-size: 14px;
	text-align: center
}

.reviewsheading {
	text-align: center
}

.testimonial .rating {
	display: inline-block;
	padding: 1px 5px 1px 0;
	margin: 0;
	list-style: none;
	position: unset;
	right: 25px
}

.testimonial .rating li {
	display: inline-block;
	font-size: 14px;
	color: #f81;
	padding: 5px 0
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	/* allows wrapping on small screens */
	gap: 20px;
	justify-content: center;
	border-top: 1px solid #2E88C9;
	margin-top: 1rem;
}

.customer_support {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	text-align: left;
	flex-wrap: wrap;
	color: #2E88C9;
	font-weight: bold;

}

.footer_menu .menu {
	display: flex;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.customer_support a {
	color: #2E88C9;
	text-decoration: underline;
	font-weight: normal;

}

.footer-content {
	display: flex;
	justify-content: space-between;
}

.footer-links {
	width: 25%;
}

.footer-links b {
	color: #2E88C9;
	width: 205px;
	display: inline-block;
	margin-bottom: 11px;
	font-size: 20px;
}

html[lang="ja"] .footer-links b {
	width: 210px;
}

.footer-links ul li {
	margin-bottom: 6px;
}

.footer-bottom p {
	color: #2E88C9;
	font-size: 16px;
	margin-bottom: 0;
	padding-top: 20px;
}

.footer-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



.footer-links ul li a {
	color: #2E88C9;
}

.footer-links ul li a:hover {
	color: #fff;
}

.footer-new .col-lg-9 {
	padding-left: 50px;
}

body .express-checkout-wrapper #gpay_btn {
	/*margin: 0 0 10px !important;*/
}


html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.page-section,
.reviewsec {
	flex: 1;
}

.payment-sec .page-content .wpf_form_notices {
	margin-bottom: 10px;
}

.payment-methods div.sub_desc {
	margin-top: 25px;
}

.payment-methods div.sub_desc p {
	text-align: left;
	font-size: 12px;
}

#paypal-button-container {
	margin-left: 10px;
	margin-top: 5px;
}

.email-collection-loader img {
	max-width: 25px;
	object-fit: cover;
	margin: 0 auto;
	vertical-align: middle;
}

.cs-payment-note {
	margin-top: 15px;
	text-align: center;
}

.iqpro_offer_section {
	padding: 0 20px;
}

body.page-template-quiz-checkout .hide-on-checkout,
body.page-template-quiz-payment_completed .hide-on-checkout,
body.page-template-quiz-payment .hide-on-checkout,
body.page-template-quiz-thankyou .hide-on-checkout {
	display: none !important;
}

.mobile-view {
	display: none;
}

.pmp.payment-popup-main .form-group .label-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}

.pmp.payment-popup-main .form-group .label-row label {
	margin: 0;
}

.pmp.payment-popup-main .form-group .label-row img {
	max-height: 25px;
}

.card .payment-hidden {
	display: none;
}

section.payement_complete.payement_cross_sell_complete .payement_c_main .payment_title {
	padding: 25px;
	text-align: center;
	margin-bottom: 25px;
	background: linear-gradient(359deg, #19394A 0%, #000000 100%);
}

section.payement_complete.payement_cross_sell_complete .payement_c_main .payment_list {
	padding: 0 25px;
}

section.payement_complete.payement_cross_sell_complete {
	background: rgba(246, 245, 245, 1);
	padding: 30px 0;
}

.payement_complete.payement_cross_sell_complete .row {
	justify-content: center;
}

.payement_complete.payement_cross_sell_complete .payment-complete_form {
	background-color: #fff;
	padding: 0 0 25px !important;
	max-width: 682px;
	margin-top: 15px;
}

.payement_complete.payement_cross_sell_complete .payment-complete_form .payement_c_main {
	max-width: 682px;
}

/* Thankyou page personality popup */
.thankyou-personality-popup .personality-image {
	border: 0.4px solid #54A3DC;
	border-radius: 20px;
	text-align: center;
}

.thankyou-personality-popup .personality-image img {
	margin: 0 auto;
	display: block;
}

.thankyou-personality-popup .modal-body {
	text-align: center;
	padding: 24px 32px 32px;
}

.thankyou-personality-popup .modal-body a.primary_btn {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	text-align: center;
	justify-content: center;
	cursor: pointer;
}

.thankyou-personality-popup .modal-body h3 {
	font-size: 40px;
	font-weight: 700;
	line-height: 52px;
	/* 130% */
	letter-spacing: -0.8px;
	color: #FF7F00;
	margin-bottom: 4px;
	margin-top: 24px;
}

.thankyou-personality-popup .modal-body p {
	font-size: 26px;
	font-weight: 500;
	line-height: 32px;
	/* 123.077% */
	letter-spacing: -0.52px;
	color: #131313;
	margin-bottom: 24px;
}

.thankyou-personality-popup .modal-header .title {
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}

.thankyou-personality-popup .modal-header {
	padding: 32px 32px 0;
	display: flex;
	align-items: center;
	border: 0;
}

.thankyou-personality-popup .modal-content {
	border-radius: 20px;
	border: 0;
}

.thankyou-personality-popup .modal-dialog {
	max-width: 600px;
}

.thankyou-personality-popup button.close {
	width: 32px;
	height: 32px;
	background: #E4EFFA;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #12283F;
	opacity: 1;
	margin: 0;
	margin-right: -1px;
}

.thankyou-personality-popup button.close span {
	text-align: center;
	font-size: 29px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 100% */
	letter-spacing: -0.384px;
	color: #12283F !important;
	opacity: 1;
}

.modal-open .modal.thankyou-personality-popup {
	backdrop-filter: blur(5px);
}

/* Pricing CSS */
.price-section .heading {
	text-align: center;
	padding-bottom: 15px;
}

.price-section h1 {
	margin: 40px 0 16px;
	color: #024065;
}

.price-section .lead {
	max-width: 760px;
	margin: 12px auto 25px;
	color: #000000;
	text-align: center
}

.price-section .lead strong {
	color: #024065;
}

.price-section .container {
	max-width: 960px;
}

.price-section .card {
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 28px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
	margin-bottom: 24px
}

.price-section .card .card-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px
}

.price-section .card .card-head .tag {
	background: #3ea142;
	color: #ffffff;
	border-radius: 999px;
	padding: 6px 15px;
	font-size: 12px;
	font-weight: 700
}

.price-section .price-block {
	margin-top: 18px;
	font-size: 20px;
	color: #000000;
}

.price-section .price-block .amount {
	font-size: 20px;
	font-weight: 800;
	color: #024065;

}

.price-section ul.features {
	list-style: none;
	margin: 18px 0 0;
	padding: 0
}

.price-section ul.features li {
	display: flex;
	gap: 10px;
	margin: 10px 0
}

.price-section ul.features li .dot {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #024065;
	margin-top: 11px;
	flex: 0 0 10px
}

.price-section .btn {
	text-align: center;
	padding: 14px 16px;
	margin-top: 18px
}

.price-section .fine {
	margin-top: 10px;
	text-align: center;
	color: #000000;
	font-size: 14px;
	margin-bottom: 0;
}

.price-section .fine.fine-price {
	font-size: 13px;
}

.price-section .addon {
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 28px;
	background: #fff;
	box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 7%);
}

.price-section .addon-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px
}

.price-section .addon-price {
	font-size: 28px;
	font-weight: 800;
	color: #024065;

}

.price-section .info-blocks {
	display: grid;
	gap: 16px;
	margin-top: 30px;
	grid-template-columns: repeat(3, 1fr);
}


.price-section .info-blocks .infocard {
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 24px;
	background: #fff;
	box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 7%);
}

.price-section .info-blocks .infocard h3 {
	margin-bottom: 12px;
	font-size: 16px;
	color: #024065;
	line-height: 1.2;
}

.price-section .info-blocks .infocard p {
	color: #000000;
	font-size: 14px;
	margin-top: 6px;
	max-width: 600px;
	line-height: 24px;
	margin-bottom: 0;
}

.price-section ul.features li p {
	margin: 0;
}

.price-section .addon .addon-head h3 {
	font-size: 18px;
	color: #024065;
}

.price-section .addon .addon-head p {
	color: #000000;
	font-size: 14px;
	margin-top: 6px;
	max-width: 600px;
	line-height: 25px;
	margin-bottom: 0;
}

.price-section .card .card-head h3 {
	font-size: 18px;
	margin: 0;

	font-weight: normal;
}

.price-section {
	padding-bottom: 70px;
}

.home .price-section {
	padding-bottom: 10px;
}

html {
	scroll-behavior: smooth;
}

.orange-btn-price {
	font-weight: bolder;
	font-size: 16px;
	color: #121212;
	background-color: #f81;
	padding: 11px 30px;
	border: none;
	border-radius: 0 15px;
	transition: all .5s;
	display: inline-block;
}

.heading-home h1 {
	font-size: 2.5rem;
}

.orange-btn-price:hover {
	text-decoration: none;
	color: #fff;
}

/* End Pricing CSS */
.disclaimer_text {
	text-align: left;
	margin-top: 10px;
}

/* QUIZ PAGE */
html[lang="en-US"] body.page-id-139 header,
html[lang="en-US"] body.page-id-139 footer {
	display: none;
}

/* CHECKOUT PAGE */
html[lang="en-US"] body.page-id-1917 header {
	display: none;
}

html[lang="en-US"] body.page-id-1917 .header-spacer {
	height: 0;
}

.price-section .fine a {
	text-underline-offset: 5px;
	text-decoration: underline !important;
}


.stats-home {
	display: none;
}

@media(max-width:767px) {
	.price-section .info-blocks {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 16px;
	}

	.price-section .addon {
		padding: 25px 20px;
	}

	.price-section .info-blocks .infocard {
		padding: 25px 20px;
	}

	.price-section .card {
		padding: 25px 20px;
	}

	.price-section .price-block .amount {
		font-size: 18px;
		text-align: center;
	}

	.price-section .price-block {
		text-align: center;
		font-size: 16px;
		line-height: 28px;
	}

	.price-section .card .card-head h3 {
		font-size: 16px;
		text-align: center;
	}

	.price-section .card .card-head {
		flex-direction: column-reverse;
	}

	.price-section .card .card-head .tag {
		margin-bottom: 10px;
	}

	.price-section .lead {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 15px;
		max-width: 340px;
	}

	.price-section h1 {
		margin: 10px 0 10px 0;
	}

	.price-section .fine {
		font-size: 14px;
	}

	.price-section .fine.fine-price {
		font-size: 13px;
	}
}

/* Large desktops and laptops */
@media (min-width: 992px) {
	.navigation ul li.menu-item-children:hover>ul.sub-menu {
		display: block;
		opacity: 1;
	}
}

@media(max-width: 1400px) {
	.navigation ul {
		gap: 40px;
	}

	.avatar-placeholder {
		width: 100%;
		min-height: 100%;
	}

	.hero_left {
		width: 50%;
	}

	.hero_right {
		width: 50%;
		padding-left: 40px;
	}

	.famous_section .owl-nav {
		width: 100%;
		padding-right: 20px;
	}


}

@media(max-width:1199px) {
	.home .testimonial_section .owl-stage {
		padding-left: 5px;
	}

	.hero_left {
		width: 56%;
	}

	.custom-logo {
		width: 70%;
		height: auto;
	}

	.stat-number {
		font-size: 34px;
	}

	.footer-new .col-lg-9 {
		padding-left: 20px;
	}

	.footer-links b {
		font-size: 16px;
	}

	.footer-links ul li a {
		font-size: 14px;
	}


	.about_bg_section .about_bg {
		padding: 20px;

	}

	.about_box {
		padding: 16px;
	}

	.about_desc span.sub_title {
		font-size: 18px;
		line-height: 30px;
	}

	.about_desc h3 {
		font-size: 23px;
		line-height: 30px;
		margin-bottom: 8px;
	}

	.hero_main {
		height: auto;
	}

	h1 {
		font-size: 50px;
		line-height: 70px;
	}

	.hero_right {
		width: 44%;
	}


	.navigation ul {
		gap: 22px;
	}

	.avatar-placeholder img {
		height: 100%;
	}

	h1 {
		font-size: 36px;
		line-height: 42px;
	}

	.hero_desc .sub_title {
		font-size: 20px;
	}

	.hero_desc p {
		font-size: 16px;
	}



	.insight_left {
		width: 45%;
	}

	.avatar-section {
		width: 100%;
		max-width: 489px;
	}

	.step-card {
		padding: 15px;
	}

	.step-card .primary_btn {
		left: 15px;
		right: 15px;
	}

	.step-title {
		font-size: 28px;
		line-height: 48px;
	}

	.primary_btn,
	.white_btn {
		padding: 0 13px;
		font-size: 16px;
	}

	.testimonial_section .owl-nav {
		width: 100%;
		padding: 0 20px;
	}

	h2 {
		font-size: 36px;
		line-height: 50px;
	}

}


@media (max-width: 991px) {
	.personality-test-container {
		max-width: 991px;
		flex-direction: column;
		align-items: stretch;
		padding: 24px;
	}

	.quiz_question_section .quiz-main-inner {
		width: 100%;
	}

	.stat-number {
		font-size: 28px;
	}

	.stat-description {
		font-size: 16px;
		line-height: 24px;
	}

	.page-template-quiz a.toggle_menu,
	.page-template-offer a.toggle_menu {
		display: none;
	}

	.footer-new .col-lg-9 {
		padding-left: 15px;
		margin-top: 30px;
	}

	.footer_right {
		padding-left: 30px;
	}

	.page-template-quiz .navigation {
		background: #fff;
		padding: 0;
	}

	.navigation ul li.menu-item-children>ul.sub-menu {
		position: static;
		opacity: 1;
		display: none;
		box-shadow: none;
		background: transparent;
		padding: 14px 10px 0;
	}

	.navigation ul li.menu-item-children span {
		background: url(../images/down_icon.svg) no-repeat right center;
		position: absolute;
		right: 2px;
		width: 20px;
		height: 20px;
		top: 2px;
		transition: 0.3s;
	}

	.navigation ul li.menu-item-children.active span {
		transform: rotate(180deg);
	}

	.navigation ul li.menu-item-children a:after {
		display: none;
	}

	a.toggle_close img {
		width: 30px;
		display: block;
	}

	a.toggle_close {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header-spacer {
		height: 102px;
	}

	header {
		padding: 32px 0 24px;

	}

	.page-template-about-us header {
		box-shadow: 0px 4px 20px rgba(217, 228, 239, 0.5);
	}

	.hero_main {
		justify-content: space-between;
	}


	.hero_right {
		max-width: 638px;
		padding-left: 0;
		width: 100%;
	}

	.hero_left {
		width: 40%;

	}

	.hero_right {
		width: 60%;
		padding-left: 50px;
		max-width: 60%;
	}

	.step-title {
		line-height: 34px;
	}

	.avatars-grid {
		width: 100%;
		justify-content: center;
	}

	.avatar-placeholder {
		width: 100%;
		min-height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
	}



	.main-title {
		font-size: 48px;
		line-height: 64px;
	}

	a.toggle_menu,
	a.toggle_close {
		display: block;
		background: rgba(255, 255, 255, 0.1);
		border: 1px solid #E4EFFA;
		box-shadow: 0px 4px 40px #D9E4EF;
		border-radius: 16px;
		width: 46px;
		height: 46px;
	}


	a.toggle_menu {

		background: rgba(255, 255, 255, 0.1);
		border: 1px solid #E4EFFA;
		box-shadow: 0px 4px 40px #D9E4EF;
		border-radius: 16px;
		width: 46px;
		height: 46px;
		display: flex;
		align-items: center;
		justify-content: center;
	}


	.navigation {
		position: fixed;
		left: 0;
		transform: translateX(100%);
		top: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		opacity: 0;
		transition: 0.3s;
	}

	.show_menu .navigation {
		transform: translate(0);
		opacity: 1;
	}

	.stats .container {
		flex-wrap: wrap;
	}

	.header_main a.primary_btn {
		display: none;
	}

	.insight_main {
		flex-direction: column;
	}

	.insight_left {
		width: 100%;
	}

	.insight_desc {
		max-width: 100%;
	}

	.avatar-section {
		width: 48%;
		margin: 0 auto;
	}

	.about-section {
		padding: 20px;
	}

	.navigation ul li {
		margin-bottom: 14px;
		width: 100%;
		border-bottom: 1px solid #ccc;
		padding-bottom: 11px;
	}

	.navigation ul li.header-button {
		display: none;
	}

	.navigation ul li.wpml-ls-item {
		border-top: 1px solid #ccc;
	}

	.navigation ul li.btn-white {
		width: auto;
		background-color: #fff;
		border-radius: 10px;
		border: none;
		padding: 0;
		display: inline-block;
		transition: .3s;
		font-weight: bolder;
		text-align: left;
		padding-left: 0px !important;
	}

	.navigation ul li.menu-item-children>ul.sub-menu li {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.navigation ul li a {
		width: 100%;
		display: inline-block;
	}

	.navigation ul li.btn-white.menu-item a {
		width: 100%;
		display: inline-block;
		align-items: center;
		background: #FF7F00;
		height: 40px;
		padding: 6px 32px;
		border-radius: 12px;
		color: #000 !important;
		font-size: 16px;
		font-weight: 700 !important;
		line-height: 18px;
		max-width: max-content;
		transition: 0.3s;
		align-content: center;
		width: auto;
		display: inline-flex;
	}

	.navigation ul {
		gap: 0;
		flex-direction: column;
		align-items: flex-start;
		padding: 87px 23px 0;
	}

	a.toggle_close {
		position: absolute;
		right: 20px;
		top: 16px;
		display: flex;
	}

	.navigation ul li.menu-item-children a {
		padding-bottom: 0;
	}

	.navigation ul li a:before {
		display: none;
	}

	.navigation ul li.menu-item-children a:after {
		top: 3px;
	}

	.toggle_menu img {
		width: 20px;
		display: block;
	}

	a.logo {
		font-size: 32px;
	}

	.page-template-quiz .header-spacer {
		height: 74px;
	}

	.page-template-quiz header,
	.page-template-quiz header.fixed-header,
	.page-template-offer header,
	.page-template-offer header.fixed-header {
		padding: 14px 0;
	}


	.quiz_banner {
		padding: 10px 0;
	}

	.menu-item-wpml-ls-2-en>.sub-menu {
		display: block;
		position: static;
		top: 100%;
		left: 0;
		background: transparent;
		min-width: auto;
		border-radius: 4px;
		z-index: 9999;
		padding-top: 10px;
		margin: 0;
		padding: 10px 0 0 0;
	}

	.menu-item-wpml-ls-2-en>.sub-menu li:last-child {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}

}

@media(max-width:767px) {
	.test_box {
		max-width: 98%;
	}

	.home .testimonial_section .owl-stage {
		padding-left: 2px;
	}

	/* new payment button css on payment page */
	.pmp.payment-popup-main .modal-body {
		width: 100% !important;
		padding: 12px 15px;
	}

	#solid-payment-form-container {
		padding: 10px !important;
	}

	body .express-checkout-wrapper #gpay_btn {
		margin: 0px !important;
	}

	.payment-buttons,
	#paypal-button-container,
	#gpay_btn {
		width: 100% !important;
	}

	.express-checkout-wrapper {
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin: 10px 0;
	}

	.express-checkout-wrapper #gpay_btn button {
		width: 100%;
	}

	h1 {
		font-size: 36px;
		line-height: 64px;
	}

	.quiz_banner {
		padding: 10px 0;
	}

	.footer-bottom p {
		font-size: 14px;
	}

	.footer-new .col-lg-3 img {
		margin: 0 auto 30px;
	}

	.footer-content {
		flex-direction: column;
		text-align: center;
	}

	.footer-new .col-lg-9 {
		padding-left: 15px;
		margin-top: 0;
	}

	.footer-links b {
		color: #fff;
		width: 205px;
		display: inline-block;
		margin-bottom: 11px;
		font-size: 17px;
	}

	.footer-links ul li a {
		color: #fff;
	}

	.footer-links ul li a:hover {
		color: #2E88C9;
	}

	.footer-links {
		width: 100%;
		margin-bottom: 20px;
	}

	.footer-links:last-child {
		margin-bottom: 0;
	}

	p.into-text {
		font-size: 20px;
	}

	.flexdis div {
		flex-direction: column;
	}

	.testimonial .test_bottom {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 5px;
	}

	.famous_title .sub_title {
		margin-bottom: 8px;
	}

	.famous_section {
		padding: 32px 0 48px;
		background: transparent;
	}

	.famous_slider_main .owl-dots .owl-dot {
		width: 8px;
		height: 8px;
		background: #C4DEF3 !important;
		border-radius: 50%;
	}

	.famous_slider_main .owl-dots {
		display: flex;
		justify-content: center;
		gap: 8px;
	}

	.famous_slider_main .owl-dots .owl-dot.active {
		background: #12283F !important;
	}

	section.about_intro {
		padding: 32px 0;
	}

	.famous_title {
		text-align: left;
	}

	.famous_section .owl-stage-outer {
		padding: 32px 0;
	}

	.about_bg_section .row {
		margin: 16px -8px 0;
	}


	section.about_intro h1 {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: -0.02em;
	}

	.about_bg_section .about_bg {
		padding: 16px;
		border-radius: 24px;
		margin-bottom: 16px;
	}

	.about_bg_section .row .col-md-3 {
		padding: 0 8px 16px;
	}

	.about_bg_section .row .col-md-3:last-child {
		padding: 0 8px 0;
	}

	.number {
		justify-content: flex-start;
		font-size: 16px;
		line-height: 24px;
	}

	.number .icon {
		width: 24px;
		height: 24px;
		border-radius: 8px;
		font-size: 16px;
		letter-spacing: 0;
		font-weight: 700;
	}

	.about_top {
		text-align: left;
	}

	.preload .preloader-sub {

		width: 100%;
		overflow-y: auto;
	}

	.page-template-quiz-checkout .orange-btn.primary_btn {
		display: none;
	}

	.primary_btn.orange-btn-mobile {
		display: flex;
		max-width: 100%;
		width: 100%;
		justify-content: center;
		margin-top: 10px;
	}

	.cms-content-sec h1 {
		font-size: 37px;
		line-height: 60px;
		margin-bottom: 20px;
	}

	.cms-content-sec h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.progress-card.report_screen input::-webkit-input-placeholder {
		/* Chrome/Opera/Safari */
		color: #2E88C9;
	}

	.progress-card.report_screen input::-moz-placeholder {
		/* Firefox 19+ */
		color: #2E88C9;
	}

	.progress-card.report_screen input:-ms-input-placeholder {
		/* IE 10+ */
		color: #2E88C9;
	}

	.progress-card.report_screen input:-moz-placeholder {
		/* Firefox 18- */
		color: #2E88C9;
	}


	.pmp.payment-popup-main .row {
		margin: 12px -6px 0;
	}

	.pmp.payment-popup-main .row .col-md-6 {
		width: 50%;
		max-width: 50%;
		padding: 0 6px;
	}

	.pmp.payment-popup-main .form-check-input {
		top: -5px;
	}

	.payment-sec .page-content h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.pmp.payment-popup-main .form-group #card_number,
	.pmp.payment-popup-main .form-group #card_expiry,
	.pmp.payment-popup-main .form-group #card_cvc {
		height: 48px;
		font-size: 16px;
		padding: 12px 16px;
	}

	.pmp.payment-popup-main #paymentFrm {
		padding-bottom: 20px;
	}

	.secure_information {
		margin: 20px 0;
	}

	.pmp.payment-popup-main .modal-body {
		width: 100% !important;
		padding: 20px;
		/* overflow-y: scroll; */
		/* max-height: calc(100vh - 50px); */
	}

	.pmp.payment-popup-main {
		left: 0;
		width: 100%;
		position: absolute;
		top: 0;
		transform: none;
		z-index: 9999;
		bottom: 0;
	}

	.pmp.payment-popup-main .form-check-label {
		font-size: 14px;
		line-height: 20px;
	}

	.pmp.payment-popup-main .payment_top h2 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.pmp.payment-popup-main .payment_top p {
		font-size: 12px;
		line-height: 20px;
	}

	.personality_left {
		max-width: 100%;
		width: 100%;
	}

	.personality_report {
		padding: 16px;
	}

	.personality_left .btn_main {
		flex-direction: row;
		justify-content: center;
		margin-top: 21px;
	}

	.payement_complete.thanks_screen .personality_left .btn_main {
		margin-top: 0px;
	}

	.personality_left h2 {
		margin-bottom: 21px;
	}

	.payement_complete.thanks_screen .personality_left h2 {
		margin-bottom: 0px;
	}

	.thanks_screen .support_box p {
		font-size: 12px;
		line-height: 20px;
	}

	.support_box p a {
		font-size: 14px;
	}

	section.payement_complete.thanks_screen h3 {
		font-size: 16px;
		line-height: 24px;
	}

	.personality_left .btn_main a.view_btn,
	.personality_left .btn_main a.download_btn {
		max-width: 50%;
		width: 50%;
		justify-content: center;
	}

	.payment_list ul li {
		font-size: 12px;
		line-height: 20px;
	}

	.training_left {
		max-width: 100%;
		padding: 0;
		width: 100%;
	}

	.training_right {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	.training_right img {

		display: block;
		height: 100%;
		position: relative;
		top: 0;
		object-fit: cover;
		width: 100%;
		max-width: 300px;
		margin: auto;
	}

	.confirm_btn .primary_btn {
		width: 100%;
		max-width: 100%;
		justify-content: center;
	}

	.training_plan h2 {
		font-size: 16px;
		line-height: 24px;
	}

	.training_plan {
		padding: 20px;
		position: relative;
		overflow: hidden;
		margin-bottom: 24px;
		flex-direction: column;
		flex-wrap: wrap;
	}

	section.payement_complete,
	section.payement_complete.payement_complete_2,
	section.payement_complete.thanks_screen {
		padding: 32px 0;
	}

	section.payement_complete.payement_complete_2 input.form-control,
	section.payement_complete.payement_complete_2 textarea {
		font-size: 12px;
		height: 48px;
	}

	.payement_complete.payement_complete_2 .primary_btn {
		max-width: 100%;
		width: 100%;
		font-size: 20px;
	}

	section.payement_complete.payement_complete_2 p {
		font-size: 12px;
		line-height: 20px;
	}

	.payment_title h1 {
		font-size: 20px;
		line-height: 26px;
	}

	section.payement_complete.payement_complete_2 .row .col {
		flex-basis: 100%;
	}


	.personality_report {
		height: auto;
		flex-direction: column;
	}

	.personality_right.desktop_image {
		display: none;
	}

	.personality_left img.mobile_frame {
		display: block;
	}

	.payement_c_main p {
		font-size: 10px;
	}

	.footer_desc h2 {
		margin-bottom: 32px;
		font-size: 40px;
		line-height: 60px;
		letter-spacing: -0.02em;
	}

	.footer_desc p {
		color: #C4DEF3;
	}

	.progress-container-quiz span.progress-title,
	.progress-container-quiz .progress-step {
		font-size: 14px;
		line-height: 20px;
	}

	.banner_q_box h2 {
		font-size: 14px;
		line-height: 20px;
		color: #12283F;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.banner_q_box h2 span.icon {
		margin-right: 4px;
	}

	.banner_q_box h2 span.icon img {
		display: block;
		margin: 0 auto 4px;
		width: 32px;
		height: 32px;
	}

	.banner_q_box {
		margin-bottom: 8px;
		box-shadow: 0px 4px 40px #D9E4EF;
		border-radius: 16px;
	}

	.progress-container-quiz {
		margin-top: 16px;
	}



	.banner_q_box p {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0;
	}

	.quiz_main {
		margin-bottom: 16px;
	}

	.quiz_main h1 {
		font-size: 18px;
		line-height: 17px;
	}

	.quiz_question_section .question-title {
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 32px;
	}

	.quiz_question_section .option label {
		margin-top: 107px;
	}

	section.quiz_question_section {
		padding: 40px 0;
	}

	.quiz_question_section .option {
		width: 40px;
		height: 40px;

	}

	.quiz_question_section .quiz-main-inner {
		width: 100%;
		margin: 0 auto 40px;
	}

	.footer_right input.wpcf7-submit {
		background: transparent url(../images/btn_w_up_arrow.svg) no-repeat right 12px center;
		background-size: auto;
	}

	.footer_right input.wpcf7-submit:hover {
		background: #FF7F00 url(../images/btn_w_up_arrow.svg) no-repeat right 12px center;

	}

	.hero_desc .primary_btn {
		width: 100%;
		max-width: 100%;
		justify-content: center;
	}

	.testimonial_section h2 {
		margin-bottom: 0;
	}

	.testimonial_section .owl-stage-outer {
		padding: 32px 0;
	}

	.hero_desc h1 {
		margin-bottom: 0;
	}

	.step-card img {
		top: 18px;
	}

	.step-details {
		margin-top: 8px;
	}

	.step-description {
		margin-top: 2px;
	}

	.footer_main {
		flex-direction: column;
	}

	.footer_left {
		width: 100%;
	}

	.footer_right form.wpcf7-form .form-control {
		height: 48px;
		border-radius: 16px;
		font-size: 14px;
		padding: 0 20px;
	}

	.footer_right form.wpcf7-form textarea.form-control {
		height: 48px !important;
		padding: 10px 24px !important;
	}

	.testimonial_section .owl-nav {
		display: none;
	}


	.footer_right {
		max-width: 100%;
		width: 100%;
		margin-top: 30px;
		padding-left: 0;
	}

	.testimonial_section .container {
		padding-right: 20px;
		max-width: 100%;
	}

	.testimonial_section .owl-dots {
		display: flex;
		justify-content: center;
		gap: 8px;
	}

	.testimonial_section .owl-dots button.owl-dot {
		background: #C4DEF3;
		width: 10px;
		height: 10px;
		border-radius: 50%;
	}

	.testimonial_section .owl-dots button.owl-dot.active {
		background: #12283F;
	}

	.stat-number {
		font-size: 28px;
		line-height: 36px;
	}

	h2 {
		font-size: 34px;
	}

	h3 {
		font-size: 30px;
		line-height: 40px;
	}

	.hero_main {
		flex-direction: column;
		height: auto;
	}

	.hero_left {
		width: 100%;
		margin-top: 0px;
		order: 0;
		text-align: center;
		margin-bottom: 30px;
	}

	.hero_desc .sub_title {
		font-size: 14px;
		line-height: 24px;
	}

	.hero_right {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
	}

	.avatar-placeholder img {
		width: 100%;
		display: block;
	}

	.avatars-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.primary_btn {
		margin: 0 auto;
		padding: 0 14px 0 32px;
	}

	.navigation ul li.primary_btn {
		margin: 0 0 10px;
		height: 40px;
		padding: 6px 32px;
		border-radius: 12px;
		color: #000 !important;
		font-size: 16px;
		font-weight: 700 !important;
		line-height: 18px;
		max-width: max-content;
		transition: 0.3s;
		width: auto;
		display: inline-flex;
	}

	.navigation ul li.primary_btn a {
		color: #000;
		font-weight: 700;
	}

	.avatar-section {
		width: 100%;
		max-width: 496px;
	}

	.insight_main {
		flex-direction: column;
	}

	.insight_left {
		width: 100%;
		order: 1;
		margin-top: 50px;
	}

	.progress-container,
	.step-card .primary_btn {
		position: static;
		margin-top: 40px;
		width: 100%;
		max-width: 100%;
	}

	.step-card .primary_btn {
		justify-content: center;
	}

	.step-card {
		height: auto;
		flex: 100%;
	}

	.stat-card {
		min-width: 100%;
	}

	.about-header {
		gap: 20px;
	}

	.insight_top {
		margin-bottom: 0;
	}

	.middle-card {
		margin-top: 124px;
	}

	.howitworks,
	section.insight-section,
	.testimonial_section,
	footer {
		padding: 32px 0;
	}

	section.stats {
		padding-bottom: 32px;
	}

	.content-container {
		margin-top: 32px;
	}

	.copy_right .copy_main p {
		order: 1;

	}

	p,
	.copy_right ul li a {
		font-size: 14px;
		line-height: 24px;

	}

	.copy_right ul li a {
		color: #F2F8FD;
		font-size: 16px;
		line-height: 28px;
	}

	.copy_right .copy_main {
		flex-direction: column;
		text-align: center;
		padding-top: 32px;

	}

	.copy_right ul {
		flex-direction: column;
		margin-bottom: 28px;
		gap: 10px;
	}

	.footer_logo {
		margin-top: 20px;
		display: none;
	}

	.customer_support {
		flex-direction: column;
		gap: 10px;
		margin-bottom: 10px;
		color: #fff;
	}

	.customer_support a {
		color: #fff;
	}

	.copy_right {
		margin-top: 0;
		border-top: 0;
	}

	.wpcf7-spinner {
		display: none;
	}

	.progress-container-circle .progress-value {
		font-size: 24px;
		line-height: 30px;
	}

	.progress-container-circle {
		width: 141px;
		height: 141px;
	}

	.report_top h1 {
		font-size: 32px;
		line-height: 36px;
	}

	.report_desc h2 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 8px;
	}

	.report_desc p {
		font-size: 12px;
		line-height: 24px;
		margin-bottom: 8px;
	}

	section.report_cards {
		padding: 32px 0 16px;
	}

	.report_desc {
		padding: 24px;
		height: auto;
	}

	.progress-card {
		padding: 24px;
		width: calc(100% - 48px) !important;
		width: 100%;
	}

	.progress-card.report_screen input {
		height: 36px;
		font-size: 12px;

	}


	section.payment-details {
		padding-bottom: 32px;
	}

	.email-collection-main {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.progress-card.report_screen .primary_btn {
		height: 56px;
	}

	.progress-card.report_screen p,
	.progress-card.report_screen p a {
		font-size: 12px;
		line-height: 20px;
	}


	.progress-title {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: -0.02em;
	}

	.progress-card.report_screen label {
		font-size: 12px;
		line-height: 20px;
	}

	.btn_main .primary_btn {
		margin: 0;
	}

	.report_box {
		width: 100%;
		padding: 0 8px 16px;
	}

	.report_box:last-child {
		padding-bottom: 0;
	}

	.report_top {
		margin-bottom: 15px;

	}

	.price-summary .price-info {
		flex-direction: column;
		align-items: flex-start;
	}

	.price-summary p {
		padding-left: 0;
	}

	.price-summary h3 {
		font-size: 16px;
		line-height: 24px;
	}

	.price-summary p {
		font-size: 10px;
		line-height: 14px;
		margin-left: 0;
	}

	.price-summary .price-amount {
		font-size: 24px;
		line-height: 28px;
	}

	.payment-actions {
		flex-direction: column;
	}

	.payment-methods-checkout {
		margin-bottom: 16px;
	}

	.price-summary {
		padding-bottom: 16px;
		margin-bottom: 16px;
	}

	.report_main .report_box .report_desc a.smaple_link {
		position: static;
		justify-content: center;
		padding-top: 19px;
		left: 0;
		transform: none;
	}

	.report_main .report_box .report_desc a.smaple_link img {
		margin: 0;
	}

	.report_desc h2 img {
		margin-right: 8px;
	}

	body.page-template.page-template-page-template.quiz-submitted {
		overflow: hidden;
	}

	.page-template-home .desktop_btn {
		display: block;
	}

	/*.test_bottom .icon {
		width: 100%;
		height: auto;
	}
*/
	.testimonial .test_bottom .icon {
		width: 50px;
		height: 50px;
	}

	.test_bottom span.icon img {
		width: auto;
		height: auto;
	}

	.testimonial .testimonial-content {
		padding: 12px 0;
		width: 100%;
	}

	.footer-bottom {
		justify-content: center;
		margin-bottom: 0;
	}

	.payment-option .pprice {
		flex-direction: row;
		gap: 10px;
	}

	#paypal-button-container {
		margin-left: 0;
		margin-top: 5px;
		width: 100%;
	}

	.testimonial_review .test_bottom {
		padding-top: 0px;
		margin-top: 20px !important;
	}

	.testimonial_review .test_box {
		margin: 10px 0 !important;

	}

	.iqpro_offer_section p {
		font-size: 12px;
		line-height: 20px;
		padding: 10px;
	}

	section.payement_complete.thanks_screen .iqpro_offer_section h3 {
		font-size: 16px;
		line-height: 32px;
	}

	.iqpro_offer_section a {
		margin: 0 auto;
		margin-top: 10px;
		max-width: 90%;
		justify-content: center;
		padding: 0 13px;
		height: 50px;
	}

	.desktop-view {
		display: none;
	}

	.mobile-view {
		display: flex;
	}

	.pmp.payment-popup-main .payment-option .primary_btn {
		border: 0;
		width: max-content;
		font-weight: 400;
		font-size: 20px;
		max-width: 100%;
		justify-content: center;
		margin: 0;
		padding: 0 30px;
		height: 45px;
		font-size: 16px;
		font-weight: 500;
	}

	.payment-option .pprice .price {
		font-size: 20px !important;
		font-weight: 500;
	}

	.pmp.payment-popup-main .payment_top {
		padding-top: 25px;
	}

}



@media (max-width: 640px) {
	.personality-test-container {
		max-width: 640px;
		padding: 16px;
	}


	.subtitle {
		font-size: 20px;
		line-height: 28px;
	}

	.main-title {
		font-size: 36px;
		line-height: 48px;
	}

	.description {
		font-size: 16px;
		line-height: 28px;
	}

	.cta-button {
		width: 100%;
	}

	.avatars-grid {
		gap: 8px;
	}

	.avatar-placeholder,
	.avatar {
		width: 100%;
		min-height: 100px;
	}

	.pmp.payment-popup-main .form-group label {
		font-size: 10px;
		line-height: 14px;
		margin-bottom: 4px;
	}

	section.about_intro h1 span {
		display: block;
	}

	.pmp.payment-popup-main .modal-content {
		padding-left: 0;
	}

	.pmp.payment-popup-main .modal-dialog {
		margin: 0;
	}

	html[lang="ja"] .report_cards.new-report .report_desc .wrap-content {
		width: 100% !important;

	}

	html[lang="ja"] .report_cards.new-report .report_box:nth-child(3) .wrap-content {
		width: 100% !important;
	}

	html[lang="ja"] .report_cards.new-report .report_top h1 {
		line-height: 48px;
	}


}

@media(max-width:500px) {
	.primary_btn {
		font-size: 17px;
	}

	.secure_information {
		margin: 0;
	}

	.banner_q_box {
		padding: 4px;
		min-height: 100%;
	}



	.custom-logo {
		width: 180px;
	}

	.page-template-quiz .footer-bottom {
		margin-top: 0;
	}

	.footer-new .col-lg-3 img {
		width: 180px;
	}

	.flexdis ul {
		margin-top: 10px;
	}

	.reviewsec h2 {
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 10px;
	}

	.reviewsheading h4 {
		margin-bottom: 10px;
	}

	.banner_q_box {
		padding: 4px;
	}

	.banner_q_box h2 {
		font-size: 13px;
		line-height: 17px;
		margin-bottom: 0;
	}

	.banner_q_box p {
		font-size: 11px;
		line-height: 16px;
	}

	.progress-container-quiz span.progress-title,
	.progress-container-quiz .progress-step {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.quiz_banner {
		padding: 10px 0;
	}

	section.quiz_question_section {
		padding: 14px 0;
	}

	.quiz_question_section .question-title {
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 4px;
		line-height: 20px;
	}

	.option-main-wrap label {
		font-size: 12px;
		line-height: 17px;
	}




	.progress-container-quiz {
		margin-top: 7px;
	}

	.g_apple_pay img {
		width: 47%;
		display: block;
	}

	.pmp .payment-methods .form-check.card {
		background-size: 117px;
		margin-bottom: 20px;
	}

	.training_plan h2 {
		max-width: 142px;
	}

	.avatar-section {
		width: 100%;
		max-width: 383px;
	}

	.copy_right .copy_main p {
		max-width: 218px;
	}


	.footer_right input.wpcf7-submit {
		background: transparent url(../images/btn_w_up_arrow.svg) no-repeat right 68px center;
		width: 100%;
	}

	.footer_right input.wpcf7-submit:hover {
		background: #FF7F00 url(../images/btn_w_up_arrow.svg) no-repeat right 68px center;

	}



	.middle-card,
	.avatar-card {
		width: 133px !important;
		margin-left: 0;
		max-width: max-content;
	}

	.avatar-column:not(:first-child) {
		margin-left: 10px;
	}

	.avatar-column {
		width: 131px;
	}

	.avatar-grid {
		gap: 0;
		width: 328px;
		margin: 0 auto;
	}

	.hero_main {
		padding: 20px;
		margin-top: 0;
	}



	h2 {
		font-size: 32px;
		letter-spacing: -0.02em;
		line-height: 36px;
		color: #12283F;
	}

	.insight_desc p,
	p.team-description,
	.step-description,
	.stat-description,
	.hero_desc p {
		font-size: 14px;
		line-height: 24px;
	}

	.btn_main {
		flex-direction: column;
		margin-top: 20px;
	}

	.btn_main .primary_btn {
		max-width: 100%;
		width: 100%;
		justify-content: center;
	}

	.btn_main a.white_btn {
		margin-right: 16px;
		border: 0;
		padding: 0;
		height: auto;
		margin-bottom: 20px;
		color: #2E88C9;
	}

	.btn_main a.white_btn:hover {
		background: transparent;
		color: #000;
	}

	.sub_title {
		font-size: 14px;
		line-height: 170%;
	}

	h2 {
		font-size: 32px;
		line-height: 36px;
	}

	.avatar-placeholder,
	.avatar {
		width: 100%;
		height: 100%;
		min-height: 80px;
	}

	.sub_title {
		margin-bottom: 4px;
	}

	h3 {
		font-size: 28px;
		line-height: 32px;
	}

	.famous_box {
		padding: 16px 11px;
	}

	.famous_desc h4 {
		font-size: 16px;
		line-height: 24px;
	}

	.famous_desc p {
		font-size: 10px;
		line-height: 14px;
	}


}

@media(max-width:380px) {

	.middle-card,
	.avatar-card {
		margin-left: 0;
	}

	.famous_box {
		padding: 16px 5px;
	}

	.footer_right input.wpcf7-submit {
		background: transparent url(../images/btn_w_up_arrow.svg) no-repeat right 70px center;
	}

	.footer_right input.wpcf7-submit:hover {
		background: #FF7F00 url(../images/btn_w_up_arrow.svg) no-repeat right 70px center;

	}

	h1 {
		font-size: 30px;
		line-height: 46px;
	}

	.step-title {
		font-size: 24px;
		line-height: 32px;
	}

	.avatar-placeholder,
	.avatar {
		width: 100%;
		height: 41px;
		min-height: 67px;
	}
}


@media(max-width: 360px) {
	.primary_btn {
		font-size: 14px;
	}

	.footer_right input.wpcf7-submit {
		background: transparent url(../images/btn_w_up_arrow.svg) no-repeat right 55px center;
	}

	.footer_right input.wpcf7-submit:hover {
		background: #FF7F00 url(../images/btn_w_up_arrow.svg) no-repeat right 55px center;

	}


}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	color: white;
}

@media print {

	header,
	footer {
		display: none !important;
	}
}

@media print {

	header,
	footer {
		display: none !important
	}

	.cky-consent-container {
		display: none !important
	}

	.page-section {
		background-color: transparent !important;
		padding: 0 !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}

	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

/* new checkout ----------------------- */
.testimonial_section .item .test_box {
	padding: 20px;
}

.testimonial_section.new-sec .item .test_bottom {
	padding: 0;
}

.testimonial_section.new-sec .item .test_bottom .profile-wrapper {
	display: flex;
	flex-direction: row;
}

.testimonial_section.new-sec .item .test_bottom .icon {
	min-width: 64px;
	min-height: 64px;
}

.testimonial_section.new-sec .item .test_bottom .profile-wrapper .person-info {
	width: calc(100% - 70px);
	display: inline-block;
	padding-left: 25px;
}

.testimonial_section.new-sec .item .test_bottom .profile-wrapper .person-info p {

	font-size: 18px;
	line-height: 28px;
}

.testimonial_section.new-sec .item .test_bottom .profile-wrapper .person-info ul.rating {
	padding: 0 0 5px 0;
	line-height: normal;
}

.testimonial_section.new-sec .item .test_bottom .profile-wrapper .person-info ul.rating li {
	font-size: 12px;
	margin-right: 3px;
	padding-top: 0;
}

.testimonial_section.new-sec .item .test_bottom .profile-wrapper .person-info span.name {
	margin-bottom: 4px;
}

.testimonial_section.new-sec .item .test_bottom .icon img {
	width: 64px;
	height: 64px;
}

.report_cards.new-report .test_bottom .rating li {
	display: inline-block;
	font-size: 14px;
	color: #FFB132;
	padding: 5px 3px;
}

.report_cards.new-report .report_main {
	flex-direction: column;
}

.report_cards.new-report .report_box {
	width: 100%;
	padding-bottom: 20px;
	overflow: hidden;
}

.report_cards.new-report .report_desc {
	height: auto;
	display: flex;
	align-items: start;
	justify-content: space-between;
	border: 1px solid #C4DEF3;
	box-shadow: none;
	padding: 0px;
	overflow: hidden;
}

.report_cards.new-report .report_desc .wrap-content {
	width: 60%;
	max-width: 650px;
	padding: 20px;
}

html[lang="ja"] .report_cards.new-report .report_desc .wrap-content {
	width: 61%;
	max-width: 100%;
}

html[lang="ja"] .report_cards.new-report .report_box:nth-child(3) .wrap-content {
	width: 62%;
}

html[lang="ja"] .report_cards.new-report .report_top h1 {
	font-size: 42px;
}

.report_cards.new-report .report_desc .image_box {
	width: 30%;
	max-width: 329px;
}

.report_cards.new-report .container,
.report_cards.new-report .payment-details .container {
	max-width: 1100px;
}

.new-sec.testimonial_section .owl-nav {
	width: calc(100% - 269px);
	display: flex;
	justify-content: flex-end;
}

.new-sec .test_box {
	margin: 25px auto;
}

.new-sec.testimonial_section .container {
	max-width: calc(100% + (1420px - 100%) / 2);
	margin-left: auto;
	margin-right: auto;
	/* padding-right: 0; */
}

.report_cards.new-report .report_desc p {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 0;
}

.report_cards.new-report .report_desc h2 {
	margin-bottom: 10px;
}

.report_cards.new-report .report_desc .image_box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.report_cards.new-report span.sub_title {
	line-height: 32px;
	text-transform: none;
	color: #194973;
	padding-top: 10px;
	letter-spacing: normal;
}

.report_cards.new-report .report_cards span.sub_title b {
	font-weight: bold;
}

.report_cards.new-report .report_top h1 {
	font-size: 44px;
	line-height: 72px;
	padding-bottom: 0;
	letter-spacing: 0;
}

.report_cards.new-report .report_top h1 b {
	color: #FF7F00;
}

.report_cards.new-report .payement_main {
	border: 1px solid #C4DEF3;
	box-shadow: none;
}

.report_cards.new-report .primary_btn img {
	transform: rotate(-45deg);
}

.report_cards.new-report .report_box:nth-child(2) .image_box {
	margin-bottom: -90px;
}

@media only screen and (max-width: 991px) {
	.report_cards.new-report .report_top h1 {
		font-size: 32px;
		line-height: 36px;
	}

	html[lang="ja"] .report_cards.new-report .report_desc p br {
		display: none;
	}

	.report_cards.new-report span.sub_title br {

		display: none;
	}

	.report_cards.new-report .orange-btn {
		min-width: unset !important;
		padding: 10px 30px;
	}

	.report_cards.new-report .payment-actions {
		flex-direction: column;
	}

	.report_cards.new-report .payment-methods-checkout {
		padding-bottom: 25px;
	}

	.report_cards.new-report .payement_main {
		padding: 20px;
	}

	.report_cards.new-report .report_desc {
		padding: 0px;
	}

	.report_cards.new-report .report_desc .wrap-content {
		padding-bottom: 0px;
	}

	.report_cards.new-report .report_desc h2 {
		font-size: 20px;
		line-height: 26px;
	}

	.report_cards.new-report .report_desc p {
		font-size: 14px;
		line-height: 160%;
	}

	.report_cards.new-report span.sub_title {
		font-size: 18px;
		line-height: 28px;
	}

	.report_cards.new-report .report_box:nth-child(2) .image_box {
		margin-bottom: 0px;
	}
}


@media only screen and (max-width: 767px) {

	.testimonial_section.new-sec .item .test_bottom .profile-wrapper .person-info p {
		font-size: 14px;
		line-height: 24px;
		margin-left: -73px;
	}

	.testimonial_section.new-sec .item .test_bottom .icon img {
		width: 60px;
		height: 60px;
	}

	.testimonial_section.new-sec .item .test_bottom .icon {
		min-width: 60px;
		min-height: 60px;
	}

	.testimonial_section.new-sec .item .test_bottom .profile-wrapper .person-info ul.rating {
		padding-bottom: 20px;
		display: block;
	}

	.testimonial_section.new-sec .item .test_bottom .profile-wrapper .person-info {
		padding-top: 8px;
		padding-left: 15px;
		width: calc(100% - 60px);
	}

	.report_cards.new-report .report_box {
		padding-bottom: 15px;
	}

	.report_cards.new-report .report_top h1 {
		font-size: 32px;
		line-height: 36px;
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}

	.report_cards.new-report span.sub_title {
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px;
		padding: 5px 10px;
		max-width: 319px;
		margin-left: auto;
		margin-right: auto;
	}

	.report_cards.new-report .orange-btn {
		font-size: 18px;
		line-height: 24px;
	}

	.report_cards.new-report {
		padding-top: 10px;
	}

	.report_cards.new-report .report_desc {
		border-radius: 16px;
		flex-direction: column;
	}

	.report_cards.new-report .report_desc .wrap-content {
		width: 100%;
	}

	.report_cards.new-report .report_desc .image_box {
		width: 100%;
		margin: 0 auto;
	}

	.report_cards.new-report .report_desc p {
		padding-bottom: 0;
	}

	.report_cards.new-report .payment-methods-checkout {
		padding-bottom: 0;
		margin-bottom: 5px;
	}

	.report_cards.new-report .payment-methods-checkout img {
		height: 32px;
	}

	.report_cards.new-report .report_desc p br {
		display: none;
	}

	.new-sec.testimonial_section .owl-nav {
		display: none;
	}
}

.payement_cross_sell_complete .payement_c_main .payment_title h1 {
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0px;
}

.payement_cross_sell_complete .payement_c_main .payment_title .sub_title {
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
}

.payement_cross_sell_complete .payement_c_main .training_left p {
	font-size: 16px;
	line-height: 32px;
}


.payement_cross_sell_complete .payement_c_main .training_left {
	width: 60%;
}

.payement_cross_sell_complete .payement_c_main .training_right {
	width: 36%;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

.payement_cross_sell_complete .payement_c_main .payment_list p {
	font-size: 16px;
	line-height: 32px;
}

.payement_cross_sell_complete .payement_c_main .training_left h2 {
	font-size: 28px;
	line-height: 32px;
}

.payement_cross_sell_complete .payement_c_main .training_plan {
	padding: 24px;
	margin: 0 22px;
}

.payement_cross_sell_complete .cs-payment-note {
	text-align: left;
	padding: 0 25px;
}

.payement_cross_sell_complete .cs-payment-note p {
	font-size: 12px;
	line-height: 20px;
}

.payement_cross_sell_complete .confirm_btn button.primary_btn {
	font-size: 20px;
	line-height: 24px;
	color: #12283F;
}

.payement_cross_sell_complete .confirm_btn button.primary_btn:hover {
	color: #fff;
}

/* .page-template-offer .header-spacer{
    display:none;
}*/

@media(max-width:767px) {
	.payement_cross_sell_complete .payement_c_main .training_left {
		text-align: center;
		width: 100%;
		padding-right: 10px;
	}

	.payement_cross_sell_complete .payement_c_main .training_left h2 {
		text-align: center;
		max-width: 100%;
		font-size: 14px;
		line-height: 16px;
	}

	.payement_cross_sell_complete .payement_c_main .training_right {
		width: 50%;
	}

	.payement_cross_sell_complete .payement_c_main .training_left p {
		font-size: 12px;
		line-height: 20px;
	}

	.payement_cross_sell_complete .confirm_btn button.primary_btn {
		font-size: 18px;
		padding: 10px;
	}

	.payement_cross_sell_complete .payement_c_main .payment_title h1 {
		font-size: 15px;
		line-height: normal;
		padding-bottom: 10px;
	}

	.payement_cross_sell_complete .payement_c_main .payment_title .sub_title {
		font-size: 15px;
		line-height: normal;
	}

	section.payement_complete.payement_cross_sell_complete .payement_c_main .payment_title {
		padding: 10px;
		margin-bottom: 10px;
	}

	.payement_complete.payement_cross_sell_complete .payment-complete_form {
		max-width: 390px;
	}

	section.payement_complete.payement_cross_sell_complete .payement_c_main .payment_list {
		padding: 5px 10px;
	}

	.payement_cross_sell_complete .payement_c_main .payment_list p {
		font-size: 14px;
		line-height: 22px;
	}

	.page-template-offer .header-spacer {
		height: 65px;
	}

	section.payement_complete.payement_cross_sell_complete {
		padding-top: 15px;
	}

	.payement_cross_sell_complete .confirm_btn button.primary_btn {
		font-size: 16px;
		width: auto;
		padding: 15px 10px;
		line-height: normal;
		height: 50px;
	}

	.payement_cross_sell_complete .payement_c_main a.secondary_btn {
		font-size: 16px;
		text-decoration: underline;
		line-height: normal;
		text-underline-offset: 4px;
	}

	.payement_cross_sell_complete .payement_c_main .training_plan {
		padding: 15px;
		margin: 0 8px;
		flex-direction: row;
		flex-wrap: unset;
	}

	.payement_cross_sell_complete .cs-payment-note p {
		text-align: center;
		margin-top: 20px;
		color: rgba(19, 19, 19, .4);
		line-height: 22px;
	}
}