@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*@font-face {
	font-family: 'montserratregular';
	src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
			 url('../fonts/montserrat-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'montserratsemibold';
	src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
			 url('../fonts/montserrat-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'montserratbold';
	src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
			 url('../fonts/montserrat-bold-webfont.woff') format('woff');
	font-weight: bolder;
	font-style: normal;
	font-display: swap;
}*/


@font-face {
	font-family: 'montserratregular';
	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: 'montserratsemibold';
	src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
		url('../fonts/Montserrat-SemiBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'montserratbold';
	src: url('../fonts/Montserrat-Bold-new.woff2') format('woff2'),
		url('../fonts/Montserrat-Bold-new.woff') format('woff');
	font-weight: bolder;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-ExtraBold';
	src: url('../fonts/Montserrat-ExtraBold.ttf');
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat-Medium";
	src: url('../fonts/Montserrat-Medium.ttf');
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-Black';
	src: url('../fonts/Montserrat-Black.ttf');
	font-style: normal;
	font-display: swap;
}


/* width */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #eaeaea;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #ff8454;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #ff8454;
}


body {
	font-family: 'montserratregular';
	font-size: 18px;
	color: #131313;
	overflow-x: hidden;
}

p {
	font-family: 'montserratregular';
	font-size: 18px;
	line-height: 34px;
}

a {
	color: #094065;
	text-decoration: none !important;
}

h1,
h2,
h3 {
	font-family: 'montserratbold';
	font-weight: bolder;
}

h4,
h5 {
	font-family: 'montserratbold';
	font-weight: bolder;
}

img {
	/* width: 100%; */
	object-fit: cover;
	vertical-align: middle;
}

.bg-pattern-light {
	background-color: #fff;
	background-image: url('../images/bg-pattern.png');
	background-repeat: repeat;
}

.bg-pattern-blue {
	background-color: #024065;
	background-image: url('../images/bg-pattern-blue.png');
	background-repeat: repeat;
}

.orange-btn {
	/* box-shadow: 0px 10px 40px 0px rgba(255, 123, 84, 0.7); */
	/* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
	font-family: 'montserratsemibold';
	/* font-weight: 700; */
	font-size: 18px;
	color: #ffffff;
	/* background-color: #ff8811; */
	padding: 12px 30px;
	line-height: 25px;
	border: none;
	border-radius: 12px;
	transition: all 0.5s;
	display: inline-block;
	background-image: linear-gradient(274.45deg, #FF6234 -2.21%, #FF9548 99.87%);
	min-width: 204px;
	text-align: center;
	/* transition: background.5s; */
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-family: 'montserratsemibold';
	text-transform: uppercase;
}

.orange-btn:hover {
	transition: all 0.5s;
	background-image: linear-gradient(274.45deg, #ff6234 -2.21%, #ff6234 99.87%);
}

header a.orange-btn {
	padding: 10px 15px;
	color: #ffffff;
	font-size: 15px;
	border-radius: 11px;
	margin-left: 20px;
	background-image: linear-gradient(274.45deg, #FF6234 -2.21%, #FF9548 99.87%);
	min-width: auto;
	text-transform: capitalize;
}


.orange-btn.submit-quiz {
	display: none;
	background-color: #4CAF50;
	color: #fff;
	padding: 15px 30px;

}

.blue-btn {
	font-family: 'montserratbold';
	font-weight: bolder;
	font-size: 16px;
	color: #ffffff !important;
	background-color: #184066;
	padding: 11px 30px;
	border: none;
	transition: all 0.5s;
	display: inline-block;
	cursor: pointer;
}

.orange-btn.big {
	font-size: 20px;
	padding: 15px 35px;
	cursor: pointer;
}

.orange-btn:hover {
	text-decoration: none;
	color: #fff;
}

.iq-navbar {
	border-bottom: 1px solid rgba(28, 41, 54, 0.30);
}

.iq-navbar .nav-item {
	margin: 0 18px;
}

.iq-navbar .dropdown-menu .nav-link,
.iq-navbar .nav-item>.nav-link {
	font-family: 'montserratsemibold';
	font-size: 15px;
	color: #121212;
	position: relative;
}

.iq-navbar .dropdown-menu .nav-link:after,
.iq-navbar .nav-item>.nav-link:after {
	content: '';
	height: 1px;
	width: 0;
	background-color: #024065;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	transition: all 0.5s;
}

.iq-navbar .dropdown-menu .nav-link:hover,
.iq-navbar .nav-item:hover .nav-link,
.iq-navbar .nav-item.active>.nav-link {
	color: #024065;
}

.iq-navbar .dropdown-menu .nav-link:hover:after,
.iq-navbar .nav-item:hover>.nav-link:after,
.iq-navbar .nav-item.active>.nav-link:after {
	width: 100%;
}

.iq-navbar .dropdown-menu {
	border: none;
	border-radius: 0;
	display: block;
	max-height: 0;
	overflow: hidden;
	transition: all 1s;
	padding: 0;
}

.dropdown:hover .dropdown-menu {
	/*display: block;*/
	margin-top: 0;
	max-height: 400px;
	transition: all 1s;
}

.inline-block {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.home-main-banner {
	color: #fff;
	padding: 70px 0 50px;
	overflow: hidden;
	position: relative;
	background: #fff;
	/*  background: rgb(103,177,211);
	background: linear-gradient(240deg, rgba(103,177,211,1) 0%, rgba(12,92,140,1) 47%, rgba(2,64,101,1) 100%); */
}

.home-main-banner:after {
	/*content: '';*/
	height: 110px;
	width: 100px;
	background: url('../images/hb-comp1.png') no-repeat right top;
	position: absolute;
	top: 10px;
	left: -20px;
}

.home-main-banner:before {
	/* content: '';*/
	height: 230px;
	width: 250px;
	background: url('../images/hb-comp2.png') no-repeat right top;
	position: absolute;
	bottom: 10px;
	right: -20px;
}

.home-banner-cont h6 {
	font-size: 16px;
	color: rgba(22, 24, 62, 1);
	margin: 0 0 15px 0;
	font-family: 'montserratsemibold';
}

.bgc-flag {
	min-height: 16px;
	margin-left: 4px;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transition: all 2s ease-in;
	-webkit-transition: all 2s ease-in;
	-moz-transition: all 2s ease-in;
	-o-transition: all 2s ease-in;
	-ms-transition: all 2s ease-in;
	image-rendering: pixelated;
	-ms-interpolation-mode: nearest-neighbor;
}

.home-banner-cont h2 {
	font-size: 60px;
	line-height: 72px;
	color: rgba(22, 24, 62, 1);
	margin: 0 0 15px 0;
	font-family: 'montserratregular';
}

.home-banner-cont h2 span {
	color: #ff6234;
	font-family: 'montserratbold';
}

.home-banner-cont h2 b {
	/*font-size: 60px;
	line-height: 72px;*/
	display: inline-block;
	font-family: 'montserratbold';
}

.home-banner-cont h4 {
	font-weight: normal;
	font-size: 22px;
	color: rgba(22, 24, 62, 1);
	margin: 20px 0 30px 0;
	font-family: 'montserratregular';
}

.home-banner-cont ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 30px 0;
}

.home-banner-cont ul li:before {
	content: '-';
	font-family: 'montserratregular';
	font-size: 18px;
	line-height: 34px;
	color: #000;
	/* color: #fff; */
	margin-right: 12px;
	/* position: absolute; */
	top: 0;
	left: 0;
}

.home-banner-cont ul li {
	font-family: 'montserratregular';
	font-size: 18px;
	line-height: 34px;
	color: #000;
	/* color: #fff; */
	position: relative;
	padding-left: 20px;
}

.home-banner-cont .orange-btn {
	font-size: 18px;
	padding: 17px 32px;
	margin-bottom: 25px;
	line-height: 25px;
	min-width: 280px;
	text-transform: uppercase;
}

.challange-sec {
	padding: 90px 0 0 0;
}

.challange-cont {
	text-align: center;
}

.sec-cont h3,
.sec-cont h1 {
	font-family: 'Montserrat-ExtraBold';
	font-weight: 800;
	font-size: 40px;
	color: rgba(22, 24, 62, 1);
	margin: 0 0 55px 0;
	line-height: 48px;
	margin-bottom: 20px;
}

.challange-sec-item {
	max-width: 270px;
}

.challange-sec-item span {
	font-family: 'montserratbold';
	font-weight: bolder;
	font-size: 68px;
	line-height: 90px;
	color: #024065;
}

.challange-sec-item h6 {
	font-family: 'montserratbold';
	font-weight: bolder;
	font-size: 18px;
	color: #131313;
}

.challange-sec-item p {
	font-family: 'montserratregular';
	font-size: 16px;
	line-height: 26px;
	color: #131313;
}

.country-table thead tr th {
	font-size: 12px;
	font-family: 'montserratsemibold';
	color: rgba(0, 0, 0, 1);
}

.table thead th {
	border-bottom: unset;
	border: 0;
}

.country-table tbody tr {
	box-shadow: 0px 0.75px 1.74px 0px rgba(0, 0, 0, 0.0112), 0px 1.8px 4.19px 0px rgba(0, 0, 0, 0.0162), 0px 3.38px 7.89px 0px rgba(0, 0, 0, 0.02), 0px 6.03px 14.07px 0px rgba(0, 0, 0, 0.023), 0px 11.28px 26.32px 0px rgba(0, 0, 0, 0.028), 0px 27px 63px 0px rgba(0, 0, 0, 0.04);
	border-radius: 10px;
	border-bottom: 0px solid #fff;
}

.country-table tbody tr td {
	padding: 17px 15px;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 1);
	font-family: 'montserratsemibold';
	/* border-color: #d5d5d5; */
	border: 0 !important;
}

.country-table {
	margin-top: 55px;
	border-collapse: separate;
	border-spacing: 0 5px;
	font-size: 13px;
}

.challange-img {
	display: block;
	margin: 50px auto;
}

.why-iq-test {
	padding: 90px 0;
	/* background-color: #f6f5f5; */
}

.why-iq-test img {
	max-width: 600px;
	width: 100%;
}

footer {
	padding: 90px 0 0;
	color: #fff;
}

.footer-content {
	text-align: center;
	position: relative;
}

.footer-logo {
	margin-bottom: 50px;
}

.sicial-links {
	margin: 0 0 50px 0;
}

.sicial-links .list-inline-item:not(:last-child) {
	margin-right: 25px;
}

.footer-links {
	margin-bottom: 70px
}

.footer-links li {
	margin: 0 45px;
}

.footer-links li a {
	font-family: 'montserratregular';
	font-size: 16px;
	color: #fff;
}

.footer-bottom {
	text-align: center;
	padding: 30px 0;
	border-top: 1px solid #fff;
}

.footer-bottom p {
	font-family: 'montserratregular';
	font-size: 14px;
	color: #fff;
	margin: 0;
}

.back-top-btn {
	border: none;
	background-color: transparent;
	position: absolute;
	right: 0;
	bottom: 30px;
	cursor: pointer;
}

.back-top-btn:focus {
	outline: none;
}

.iq-navbar .navbar-toggler {
	padding: 0;
}

.overlay-menu {
	height: 100%;
	min-height: 100vh;
	width: 100%;
	position: fixed;
	z-index: 9;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	text-align: center;
	transform: translateX(100%);
}

.overlay-menu .orange-btn {
	margin-right: auto;
	display: table;
	margin-top: 1rem;
}

.ov-menu-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .5rem 1rem;
}

.overlay-menu .nav-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.overlay-menu .nav-item.active {
	border-bottom: 1px solid #fff;
}

.overlay-menu .navbar-nav .nav-link {
	font-family: 'montserratsemibold';
	font-size: 16px;
	color: #fff;
	text-align: left;
}

.mm-colapse-btn {
	height: 25px;
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: none;
	position: relative;
	color: #fff;
	cursor: pointer;
}

.mm-colapse-btn:after {
	content: '\f067';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.mm-colapse-btn[aria-expanded="true"]:after {
	content: "\f068";
}

.mm-colapse-btn:focus {
	outline: none;
}

.mm-submenu {
	width: 100%;
	padding-left: 20px;
	background-color: transparent;
	box-shadow: none;
	border: none;
	display: block;
	list-style: none;
}

.mm-submenu .nav-link {
	font-family: 'montserratregular' !important;
	font-size: 14px !important;
	color: #fff !important;
}

.mm-submenu .nav-link.active {
	border-bottom: 1px solid #fff;
}

.dropdown-item .nav-link {
	padding: 0;
}

.why-iq-test .sec-cont p {
	margin-bottom: 40px;
}

.why-iq-test .sec-cont .orange-btn {
	/* font-size: 17px; */
	padding: 20px 32px;
	text-transform: none;
}

.test-detail.version-two .box.card p {
	text-align: center;
	padding-bottom: 0;
}

.test-detail.version-two .box.card img {
	width: 92px;
	/* object-fit: contain; */
}

.page-section {
	/* background-color: #f6f5f5; */
	padding: 40px 0;
}

.page-content {
	background-color: #fff;
	padding: 50px;
}

.page-content h4,
.page-content h1 {
	color: #094065;
	font-size: 32px;
	margin: 0 0 30px 0;
}

.page-content h5,
.page-content h2 {
	font-family: 'montserratregular';
	font-size: 26px;
	color: #094065;
	margin: 0 0 15px 0;
}

.page-content p {
	margin-bottom: 15px;
}

.page-content p a {
	text-decoration: underline;
}

.thankyou-sec .page-content {
	padding: 32px 0px;
}

p strong {
	font-family: 'montserratbold';
	font-weight: bolder;
}

.main-blog-info-bar {
	display: flex;
	align-items: center;
	padding: 15px 0;
	flex-wrap: wrap;
}

.main-blog-info-bar p {
	font-family: 'montserratregular';
	font-size: 16px;
	color: #131313;
	margin: 0 6px 0 0;
}

.main-blog-info-bar .breadcrumb {
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.main-blog-info-bar .breadcrumb .breadcrumb-item {
	color: #094065;
}

.main-blog-info-bar .breadcrumb-item+.breadcrumb-item::before {
	color: #094065;
}

.blog-item-content {
	padding: 10px 0;
}

.blog-item-content h4,
.blog-item-content h1 {
	margin-bottom: 0;
}

.blogs-list-item {
	margin-bottom: 20px;
}

.blog-list-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 80%;
}

.blogs-list-item h5 {
	font-family: 'montserratbold';
	font-weight: bolder;
	font-size: 24px;
	line-height: 32px;
	color: #094065;
	text-align: center;
	transition: all 0.5s;
}

.blogs-list-item:hover {
	cursor: pointer;
}

.blog-list-cnt a:hover,
.blogs-list-item:hover h5 {
	color: #ff8811;
	text-decoration: none;
}

.blog-det-bar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.blog-det-bar li {
	font-family: 'montserratregular';
	font-size: 14px;
	line-height: 32px;
	color: #131313;
	display: inline-block;
	padding: 0 15px;
	position: relative;
}

.blog-det-bar li:not(:last-child):after {
	content: '|';
	position: absolute;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
}

.blog-list-cnt {
	padding: 20px;
}

.blogs-list-wrapper {
	margin: 15px 0;
}

.blogs-list-wrapper .row {
	margin-right: -20px;
	margin-left: -20px;
}

.blogs-list-wrapper .row .col-12 {
	padding-right: 20px;
	padding-left: 20px;
}

.sec-sub-header {
	margin-bottom: 35px;
}

.sec-sub-header h5,
.blog-item-content h5 {
	font-family: 'montserratbold';
	font-weight: bolder;
	font-size: 22px;
}

.share-blog-bar {
	background-color: #094065;
}

.share-post-cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 50px;
}

.share-post-cont h6 {
	font-family: 'montserratbold';
	font-weight: bolder;
	font-size: 18px;
	color: #fff;
	margin: 0;
}

.share-post-cont ul {
	margin: 0;
}

.blog-detail-sec .blogs-list-item {
	margin-bottom: 0;
}

.cform-row {
	position: relative;
	padding: 45px 0;
}

.cform-row:after {
	content: '';
	height: 100%;
	width: 85%;
	background-color: #fff;
	border: 1px solid #e7f1e5;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	box-shadow: 0px 0px 47.79px 11.21px rgba(0, 0, 0, 0.08);
}

.contact-form {
	padding: 0 100px 0 50px;
	position: relative;
	z-index: 1;
}

.contact-image {
	height: 100%;
	position: relative;
	z-index: 1;
}

.cont-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: calc(100% - 70px);
	width: 100%;
	margin: 35px 0;
}

.contact-form .form-control {
	font-family: 'montserratregular';
	font-size: 15px;
	color: #898989;
	background-color: #fafafa;
	border: 2px solid #e4e3e3;
	border-radius: 8px;
	padding: 20px;
	margin: 0 0 20px 0;
}

.contact-form .form-control[type=text],
.contact-form .form-control[type=email] {
	height: 55px;
}

.contact-form .form-control::-webkit-input-placeholder {
	color: #898989 !important;
	opacity: 1;
}

.contact-form .form-control:-moz-placeholder {
	color: #898989 !important;
	opacity: 1;
}

.contact-form .form-control::-moz-placeholder {
	color: #898989 !important;
	opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
	color: #898989 !important;
	opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
	color: #898989 !important;
	opacity: 1;
}

.contact-form .form-control::placeholder {
	color: #898989 !important;
	opacity: 1;
}

.contact-form .row {
	margin-right: -10px;
	margin-left: -10px;
}

.contact-form .col {
	padding-right: 10px;
	padding-left: 10px;
}

.contact-form .btn {
	margin-top: 30px;
}

.contact-section-header h4 {
	font-family: 'montserratbold';
	font-weight: bolder;
	font-size: 26px;
	color: #094065;
	padding-bottom: 10px;
	position: relative;
}

.contact-section-header h4:after {
	content: '';
	height: 3px;
	width: 205px;
	background-color: #094065;
	position: absolute;
	top: 100%;
	left: 0;
}


.contact-section-header {
	margin-bottom: 30px;
}

.faq-accordian .card {
	border-radius: 0;
	border-color: #cccccc;
}

.faq-accordian .card .card-header {
	background-color: transparent;
}

.faq-accordian .accordion .card:last-child {
	border: 1px solid rgba(0, 0, 0, .125);
}

.faq-accordian .accordion .card {
	padding: 0;
	margin-bottom: 0;
	border: 1px solid rgba(0, 0, 0, .125);
	border-bottom: 0;
}

.faq-accordian .card-header .btn-link {
	font-family: 'montserratbold';
	font-weight: bolder;
	font-size: 24px;
	color: #094065;
	text-decoration: none;
}

.faq-accordian .card-header .btn-link:hover {
	text-decoration: none;
}

.faq-accordian .card-body {
	background-color: #f6f5f5;
	border-top: 1px solid #cccccc;
}

.faq-accordian .card-body p {
	font-size: 16px;
	line-height: 30px;
	color: #131313;
	margin: 0 0 15px 0;
}

.faq-map-img {
	max-width: 660px;
}

.coontent-footer {
	text-align: center;
	padding-top: 80px;
}

.coontent-footer .btn {
	padding: 17px 34px;
	font-size: 24px;
}


/*IQ Page css start*/

.iq-header {
	/* background-color: #094065; */
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 35px;
	margin: 0 0 35px 0;
}

.sec-cont.challange-cont .iq-header {
	padding-left: 0;
	padding-right: 0;
	flex-wrap: wrap;
}

.sec-cont.challange-cont .iq-header,
.sec-cont.challange-cont #quiz-main {
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
}

.question-main img {
	display: block;
	margin-left: 0;
	height: auto;
	max-width: 312px !important;
	margin: 0 auto;
	/* background-color: rgba(249, 248, 248, 1); */
	/* padding: 34px; */
}

.option-main .option span {
	font-size: 12px;
	color: rgba(22, 24, 62, 0.5);
	position: absolute;
	top: 6px;
	left: 12px;
}


.iq-header h4,
.iq-header h1 {
	font-family: 'montserratbold';
	font-weight: bolder;
	font-size: 20px;
	color: rgba(22, 24, 62, 1);
	text-align: left;
	margin: 0;
	line-height: 23px;
}

.iq-counter {
	display: inline-flex;
	align-items: center;
}

.iq-counter img {
	max-width: 30px;
	margin-right: 20px;
}

.countdown {
	font-family: 'montserratbold';
	font-weight: bolder;
	font-size: 32px;
	color: #fff;
}

.quiz-main-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 40px 0;
}

.question-main {
	border: 0px solid #b0b0b0;
	border-radius: 8px;
	/* box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12); */
	/* background-color: rgba(249, 248, 248, 1); */
	padding: 5px 35px 0px 0;
	flex: 0 0 calc(60% - 15px);
	margin-right: 15px;
	height: 100%;
	/* min-height: 451px; */
	display: flex;
	flex-wrap: wrap;
	/* justify-content: start; */
	align-items: end;
}

.option-main {
	/* border: 1px solid #b0b0b0; */
	border-radius: 15px;
	/* box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12); */
	/* background-color: #fff; */
	padding: 0px 0px 0 0px;
	flex: 0 0 40%;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	/* min-height: 451px; */
	align-items: stretch;
	/* justify-content: start; */
}

.same-height-que {
	min-height: 387px;
	/* height: auto; */
	align-items: stretch;
}

.question-title,
.question-main span {
	border-bottom: 0px solid #094065;
	font-family: 'montserratbold';
	font-weight: bolder;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 10px;
	font-size: 24px;
	/* line-height: 30px; */
	color: rgba(22, 24, 62, 1);
	display: flex;
	width: 100%;
	line-height: normal;
}

.option-main .option {
	font-family: 'montserratbold';
	font-weight: bolder;
	font-size: 26px;
	color: #3f403f;
	-ms-flex: 0 0 calc(50% - 30px);
	flex: 0 0 calc(50% - 8px);
	max-width: calc(50% - 8px);
	/* padding: 10px; */
	background-color: rgba(249, 248, 248, 1);
	transition: all 0.5s;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* margin-right: 30px; */
	/* margin-bottom: 15px; */
	border-radius: 8px;
	padding: 15px 10px;
	justify-content: center;
	border: 1px solid rgba(249, 248, 248, 1);
	margin: 4px;
	/* width: 204px;


}

.sec-cont.challange-cont .iq-header, .sec-cont.challange-cont #quiz-main {
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
}
.sec-cont.challange-cont .iq-header {
	padding-left: 0;
	padding-right: 0;
	flex-wrap: wrap;
}


.option-main .option:hover,
.option-main .option.selected {
	background-color: #e2e2e2;
}

.question-title,
.question-main span {
	border-bottom: 0px solid #094065;
	font-family: 'montserratbold';
	font-weight: bolder;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 10px;
	font-size: 24px;
	/* line-height: 30px; */
	color: rgba(22, 24, 62, 1);
	display: flex;
	width: 100%;
	line-height: normal;
}

.question-main img {
	display: block;
	margin-left: 0;
	height: auto;
	max-width: 350px;
	margin: 0 auto;
}

.skip-btn {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.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;
}

.option input[type="radio"]:checked {
	background-color: #e2e2e2;
}

.option input[type="radio"]:checked,
.option input[type="radio"]:focus {
	outline: none;
}

.option span {
	margin-right: 5px;
}

.option span,
.option img {
	z-index: 1;
	position: relative;
	pointer-events: none;
	max-width: 76px;
	height: auto;
}

.option img {
	margin-right: 0px;
}

.page-main {
	/* background-color: #3f403f; */
	color: #fff;
	border-radius: 15px;
	padding: 20px;
	margin-top: 40px;
}

#quiz-main .page-main {
	max-width: 710px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 25px;
}

.page-main .page-inner-link {
	font-family: Montserrat-Regular;
	/* font-weight: bolder; */
	font-size: 12px;
	color: rgba(22, 24, 62, 0.5);
	height: 32px;
	width: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 6px 4px;
	background-color: transparent;
	transition: all 0.5s;
	/* border-radius: 100%; */
	white-space: nowrap;
	line-height: 24px;
	border: 1px solid rgba(22, 24, 62, 0.08);
	border-radius: 4px;
	font-weight: 700;
	/* font-family: 'Montserrat-Bold'; */
	/* font-family: 'Montserrat-Bold'; */
	/* font-family: 'Montserrat-Bold'; */
	font-family: 'montserratregular';
}

.page-main .page-inner-link.active {
	color: #fff;
	text-decoration: none;
	/* border-radius: 5px; */
	/* background: linear-gradient(0deg, #FF7B54, #FF7B54), linear-gradient(274.45deg, #FF6234 -2.21%, #FF9548 99.87%); */
	/* background: linear-gradient(168.64deg, #ff7b54 47.79%, #ff9254 102.97%); */
	border-color: transparent;
	background: linear-gradient(0deg, #FF7B54, #FF7B54), linear-gradient(274.45deg, #FF6234 -2.21%, #FF9548 99.87%);
}

.page-main .page-inner-link.answered {
	background-color: rgba(234, 233, 233, 1);
	/* font-family: 'Montserrat-Bold'; */
	border-color: rgba(234, 233, 233, 1);
	color: rgba(22, 24, 62, 1);
}

.orange-btn.submit-quiz {
	display: none;
	background: rgba(76, 175, 82, 1);
	color: #fff;
	padding: 15px 30px;
	font-weight: normal;
}

/*IQ Page css end*/

/*check out page start*/

.ty-top-blue {
	background-color: #094065;
	color: #fff;
	padding: 15px;
	text-align: center;
}

.ty-top-blue p {
	font-size: 16px;
}

.ty-top-blue p b {
	font-family: 'montserratbold';
	font-weight: bolder;
}

.od-header {
	background-color: #ff8d1c;
	padding: 15px 0;
	text-align: center;
}

.od-header h3 {
	font-family: 'montserratbold';
	font-weight: bolder;
	font-size: 18px;
	color: #131313;
	margin: 0;
	text-transform: uppercase;
}

.well-done-content.page-content h4,
.well-done-content.page-content h1 {
	margin-bottom: 10px;
}

.well-done-content.page-content h6 {
	font-family: 'montserratbold';
	font-weight: bolder;
	font-size: 26px;
	color: #094065;
	margin-bottom: 20px;
}

.well-done-content.page-content p,
.thankyou-sec .page-content p {
	margin-bottom: 0;
}

.order-cont {
	/* background-color: #fff; */
	/* border: 1px solid #cccccc; */
	counter-reset: line;
}

.order-deail-item {
	display: flex;
	align-items: center;
	padding: 32px 32px;
	margin-bottom: 3px;
	background-color: rgba(247, 247, 247, 1);
	/* border-bottom: 2px solid #ffffff; */
	margin-left: -1px;
	margin-right: -1px;
}

.oi-index {
	flex: 0 0 auto;
	margin-right: 30px;
}

.oi-info {
	padding-left: 55px;
	max-width: unset;
}

.oi-img {
	flex: 0 0 25%;
	text-align: right;
	margin-left: auto;
}

.oi-img.total-score img {
	/* max-width: 70px; */
	object-fit: cover;
	width: 100%;
}

.oi-img.total-score h4 {
	font-size: 20px;
	margin: 0 15px 0 0;
	text-align: center;
}

.oi-img.total-score {
	display: flex;
	align-items: center;
	flex-grow: 1;
	justify-content: flex-end;
}

.oi-index h4 {
	font-family: 'montserratbold';
	font-weight: bolder;
	font-size: 28px;
	margin: 0;
	color: rgba(22, 24, 62, 1);
}

.oi-info h5 {
	font-family: 'montserratbold';
	font-weight: bolder;
	font-size: 22px;
	color: rgba(22, 24, 62, 1);
	margin: 0 0 5px 0;
	line-height: 31px;
}

.oi-info p {
	font-family: 'montserratregular';
	font-size: 18px;
	line-height: 26px;
	color: #131313;
	margin: 0;
}

.oi-info i {
	font-family: 'montserratregular';
	font-style: italic;
	font-size: 14px;
	color: #131313;
	margin: 0;
}

.order-total {
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	background-color: rgba(237, 240, 245, 1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 77px 25px 87px;
	margin-top: 20px;
	position: relative;
}

.ttl-hdr {
	/* padding-left: 35px; */
}

.order-total h4 {
	font-family: 'montserratbold';
	font-weight: bolder;
	font-size: 22px;
	line-height: 28px;
	color: rgba(22, 24, 62, 1);
	margin: 0;
	padding-bottom: 6px;
}

.order-total p {
	font-family: 'montserratregular';
	font-size: 14px;
	color: #fff;
	margin: 0;
}

.cr-content {
	text-align: center;
}

.cr-content h5 {
	font-family: 'montserratbold';
	font-weight: bolder;
	color: #094065;
	font-size: 26px;
	margin: 0 0 15px 0;
}

.review-content {
	padding: 35px;
	background-color: #f8f9fa;
	height: 600px;
}

.paynet-opt {
	padding: 0px 77px 10px 87px;
	display: flex;
	justify-content: space-between;
	align-items: start;
	background: rgba(237, 240, 245, 1);
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
	/*margin-bottom: 30px;*/
}

.order-total::after {
	right: 0;
	width: calc(100% - 70px);
	height: 1px;
	position: absolute;
	/*background: rgb(255 255 255);*/
	display: inline-block;
	content: '';
	bottom: 0;
	left: 0;
	margin: 0 auto;
}

.pay-method .custom-radio {
	margin-bottom: 15px;
	padding-left: 0;
}

.pay-btn {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	max-width: 42%;
}

.pay-btn .orange-btn {
	margin-bottom: 15px;
}

/***July 10 2024****/
.paynet-opt .pay-method .left-image {
	display: inline-block;
	vertical-align: middle;
}

.paynet-opt .pay-method .right-image {
	display: inline-block;
	vertical-align: middle;
}

.paynet-opt .pay-method p {
	padding-left: 1.5rem;
}

/*check out page end*/

/*Thankyou page start*/

.download-cont-box {
	display: flex;
	/*max-width: 600px;*/
	margin: 50px auto;
	justify-content: center;
}

.download-itm {
	flex: 0 0 50%;
	text-align: center;
}

.download-itm h4 {
	font-size: 22px;
	margin-bottom: 10px;
}

.download-itm a {
	font-size: 16px;
	text-decoration: underline;
}

.download-itm ul {
	margin: 0;
}

.download-itm ul li {
	padding: 0 10px;
	position: relative;
}

.download-itm ul li:not(:last-child):after {
	content: '|';
	font-size: 16px;
	color: #094065;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
}


.contact-form .form-control[type=checkbox] {
	height: auto;
	width: auto;
	display: inline-block;
	margin: 5px 15px 0 0;
}

.contact-form select.form-control {
	padding: 10px 15px;
	height: 55px;
}

.contact-form .form-group>label {
	display: flex;
}

.sec-cont.challange-cont {
	width: 100%;
	margin: 0 auto;
}

.score-popup .modal-dialog {
	max-width: 700px;
}

.score-popup .modal-header {
	border: none;
}

.score-popup .modal-header .modal-title {
	font-size: 22px;
	color: #094065;
}

.score-popup .modal-body {
	text-align: center;
}

.score-popup .modal-body h2 {
	font-family: 'montserratbold';
	font-weight: bolder;
	font-size: 50px;
	text-align: center;
	color: #094065;
	margin: 15px 0;
}

.score-popup .modal-body p {
	font-size: 14px;
	line-height: 22px;
}

.score-popup .modal-footer {
	justify-content: center;
	border: none;
}

.score-popup .modal-footer p {
	font-size: 14px;
	line-height: 22px;
	color: #094065;
	text-align: center;
}

.your-score {
	background-color: #094065;
	height: 130px;
	width: 130px;
	border-radius: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
	font-family: 'montserratbold';
	font-weight: bolder;
	color: #fff;
	font-size: 50px;
	flex-direction: column;
	margin-bottom: 25px;
}


.your-score span {
	font-family: 'montserratregular';
	font-size: 16px;
	display: block;
	margin-top: 40px;
}

.close {
	font-size: 2.5rem;
}

.score-popup .modal-body .orange-btn {
	margin: 8px 0;
}

.score-popup .modal-body .orange-btn i {
	margin-right: 15px;
}

/*Thankyou page end*/


/*

	font-family: 'montserratbold';
	font-family: 'montserratbold';

	font-family: 'montserratregular';
	font-family: 'montserratsemibold';
	font-family: 'montserratbold';

*/

.mob-button-bar {
	display: none;
}

.your-score:before {
	background-color: #094065;
	position: absolute;
	content: "";
	left: 15px;
	height: 1px;
	width: 35%;
}

.your-score:after {
	background-color: #094065;
	position: absolute;
	content: "";
	right: 15px;
	height: 1px;
	width: 35%;
}


/*  preloader popup  - all designs  */
/* new loader simple one */
.progress-card .reviews-under-results .reviewsec-slider.testinomial-section .container-custom {
	padding-right: 15px;
	padding-left: 15px;
}

.progress-card .reviews-under-results .reviewsec-slider.testinomial-section .container-custom .row {
	justify-content: space-between;
	margin: 0 -30px;
}

.progress-card .reviews-under-results .testinomial-section .box {
	border-radius: 24px;
	padding: 32px 30px;
	max-width: 432px;
	margin: 15px;
}

.description p {
	font-size: 14px;
	line-height: 22px;
}

.email-collection-loader img {
	max-width: 25px;
	margin: 6px;
}

button.collect-email-btn:disabled,
button.collect-email-btn[disabled] {
	border: 1px solid #999999;
	background: #cccccc;
	color: #666666;
	cursor: none;
}

.progress-card .testinomial-section .text-wrapper p {
	font-size: 16px;
}

.progress-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 24px;
	line-height: 36px;
	color: #032235;
	font-family: 'montserratbold';
}

.preloader-sub .progress {
	width: auto !important;
	display: -ms-flexbox;
	display: flex;
	height: 1.5rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #54a3dc7a;
	border-radius: 10px;
}

#my-progress-text {
	color: #FF7F00;
	font-size: 40px;
	font-weight: 700;
	font-family: 'montserratbold';
}

.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #1A568A;
	transition: width .1s ease;
}

/* New Loader */

/***********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: 0 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: 30px;
	padding: 16px;
	background: #F2F8FD;
}

.progress-list p {
	font-size: 18px;
	margin: 8px 0;
	display: flex;
	align-items: start;
	line-height: 28px;
	color: #194973;
	font-weight: 700;
	/* font-family: 'montserratbold'; */
}

.progress-list .check-icon {
	color: orange;
	margin-right: 12px;
}

.progress-footer {
	background: none;
	padding: 10px;
	border-radius: 16px;
	font-weight: bold;
	margin-top: 40px;
}

.progress-footer span.number {
	text-transform: uppercase;
	display: block;
	font-size: 16px;
	max-width: max-content;
	margin: 0 auto;
	font-weight: 400;
	color: #FF7F00;
}

.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);
}

.progress-card .progress-list .check-icon {
	min-width: 16px;
	min-height: 16px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid rgba(144, 194, 233, 1);
	margin-top: 6px;
	transition: 0.5s background-image;
	transform-origin: center;
	background-position: center;
	background-size: 17px;
	background-repeat: no-repeat;
}

.progress-card .progress-list .check .check-icon {
	background-color: rgba(26, 86, 138, 1);
	border-color: rgba(27, 64, 98, 1);
	background-image: url(/wp-content/themes/test_iq/images/list_p_icon.svg);

}

.progress-card .reviews-under-results .reviewsec-slider.testinomial-section {
	padding: 0 !important;
}

.progress-list {
	margin-top: 20px;
	border-radius: 10px;
}

.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 0px;
}

.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;
}

/* testimonial section in loader popup */
.testinomial-section {
	overflow: hidden;
	padding-top: 55px;
	padding-bottom: 55px
}

.testinomial-section .box {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	box-shadow: 0px 4px 20px #d9e4efc7;
	width: 100%
}

.testinomial-section .box p:before {
	content: '';
	position: relative;
	display: table;
	width: 30px;
	height: 20px;
	background-image: url(/wp-content/themes/test_iq/images/icon-comma.svg);
	margin-bottom: 15px;
	background-position: center;
	background-repeat: no-repeat
}

.testinomial-section .text-wrapper p:before {
	display: none !important
}

.testinomial-section .client-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 30px
}

.testinomial-section .client-info .img-wrapper img {
	width: 60px;
	height: 60px;
	object-fit: cover
}

section.testinomial-section .text-wrapper {
	padding-left: 25px
}

.testinomial-section .text-wrapper p {
	margin-bottom: 0;
	font-family: 'montserratbold'
}

.testinomial-section .badge-group {
	padding-top: 35px;
	padding-bottom: 20px
}

.testinomial-section .owl-carousel .owl-nav {
	text-align: right;
	padding-top: 22px
}

.testinomial-section .owl-carousel .owl-nav .owl-prev,
.testinomial-section .owl-carousel .owl-nav .owl-next {
	width: 48px;
	height: 48px;
	display: inline-block;
	border-radius: 12px;
	margin-left: 15px;
	background: #12283f;
	outline: none
}

.testinomial-section .owl-carousel .owl-nav .owl-prev span,
.testinomial-section .owl-carousel .owl-nav .owl-next span {
	opacity: 0
}

.testinomial-section .owl-carousel .box .text-wrapper .rating img {
	width: auto;
	display: inline-block;
	height: 18px;
}

.testinomial-section .owl-carousel .owl-nav .owl-next {
	background-image: url('/wp-content/themes/test_iq/images/icon-slider-right.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	outline: none
}

.testinomial-section .owl-carousel .owl-nav .owl-prev {
	background-image: url('/wp-content/themes/test_iq/images/icon-slider-left.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto
}

.testinomial-section .owl-carousel .owl-nav .disabled {
	opacity: .5;
	background-color: rgba(228, 239, 250, 1)
}

/* testimonial section end */

.option-main .option.selected {
	background-color: #d3cfcf;
}

.option-main .option:hover {
	background-color: #d3cfcf;
}

.option-main .option {
	transition: 0.5s;
}

#payment-element {
	margin-bottom: 30px;
}

.line-group span.new_stripe:before {
	width: 100%;
}

.otgs-development-site-front-end {
	display: none;
}



/* Price Design */
.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;
}

html[lang="ja"] .price-section .container {
	max-width: 1050px;
}

.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;
	font-family: 'montserratbold';
}

.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;
	width: 100%;
}

.price-section .fine {
	margin-top: 10px;
	text-align: center;
	color: #000000;
	font-size: 14px;
	margin-bottom: 0;
}

.price-section .fine a {
	text-underline-offset: 5px;
	text-decoration: underline !important;
}

.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;
	font-family: 'montserratbold';
}

.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;
}

.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-family: 'montserratsemibold';
	font-weight: normal;
}

html[lang="ja"] .price-section .card .card-head h3,
html[lang="ko-KR"] .price-section .card .card-head h3 {
	font-weight: 600;
}

.price-section {
	padding-bottom: 70px;
}

.home .price-section {
	padding-bottom: 10px;
}

html {
	scroll-behavior: smooth;
}

.home .page-section {
	padding: 0;
	background: 0 0;
}

/* Price Design End */

/* Start Page */
.page-template-start-page header,
.page-template-start-page footer {
	display: none;
}

body.page-template-start-page {
	background: #e1dfdf;
}

body.page-template-start-page .iq-modal-style {
	height: 100vh;
}

body.page-template-start-page .iq-modal-style .modal-dialog {
	height: 100%;
	align-items: center;
}

.page-template-start-page .startque.iq-modal-style {
	background-image: url(/wp-content/themes/test_iq/images/capture-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-template-start-page .iq-modal-style.startque .image_block {
	max-width: 100%;
}

.page-template-start-page .iq-modal-style.startque .image_block img {
	max-width: 100%;
	margin: 0 auto 30px auto;
}

.page-template-start-page .iq-modal-style .modal-dialog {
	max-width: 545px;
}

/* Start Page */

/************New popup before quiz page ****************/


.iq-modal-style.startque .modal-content {
	border-radius: 0;
	box-shadow: none;
}


.iq-modal-style.startque .image_block {
	max-width: 416px;
	margin-bottom: 0;
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 0;
}

.iq-modal-style.startque .image_block img {
	height: auto;
	width: 100%;
	display: inline-block;
}

.iq-modal-style.startque ul.check-list {
	list-style: none;
	padding: 0;
	margin: 15px 0 20px 0;
}

.iq-modal-style.startque ul.check-list li {
	font-size: 16px;
	line-height: 28px;
	color: #1B4062;
	margin-bottom: 12px;
	background: url('../images/icon-tick.svg') no-repeat left top 5px;
	padding-left: 30px;
}

.iq-modal-style.startque .iq-full-button .btn {
	position: relative;
	font-family: 'montserratbold';
	font-weight: normal;
	font-size: 20px;
	color: #12283F;
	background-color: #ff8811;
	padding: 11px 30px;
	border: none;
	transition: all 0.5s;
	display: inline-block;
	line-height: 35px;
	box-shadow: 0px 2.66667px 2.66667px rgba(50, 50, 71, 0.06), 0px 2.66667px 5.33333px rgba(50, 50, 71, 0.06);
	border-radius: 0px 24px;
	width: 100%;
}

html[lang="ja"] .iq-modal-style.startque .iq-full-button .btn {
	font-weight: bold;
}

.iq-modal-style.startque .btn-arrow::after {
	position: relative;
	right: 0;
	/* top: 50%; */
	transform: translateY(14%);
	background-image: url('../images/icon-btn-arrow-navy.svg');
	min-width: 15px;
	min-height: 15px;
	background-size: 14px;
}

.iq-modal-style.startque .modal-body h3 {
	font-weight: normal;
	margin-bottom: 25px;
}

.iq-modal-style.startque ul.check-list li:before {
	content: '';
	position: absolute;
}

.iq-modal-style.startque .modal-body {
	padding: 32px;
}

.iq-modal-style.startque .image_block img {
	object-fit: cover;
	max-width: 235px;
	height: auto;
	margin-left: -20px;
}

.iq-modal-style.startque .iq-full-button .btn:hover {
	background-color: #12283F;
	border-color: #12283F;
	color: #fff;
}

.iq-modal-style.startque .iq-full-button .btn-arrow:hover::after {
	transform: translate(55%, 35%) rotate(45deg);
	background-image: url('../images/icon-btn-arrow.svg');
}


.iq-modal-style.startque .image_block img.mobile-img {
	display: none;
}

.iq-modal-style.startque ul.check-list li strong {
	font-weight: normal;
}


.iq-modal-style.startque .image_block .animated-img .img-box img {
	background-color: #D9E1E7;
	border-radius: 12px;
	width: 72px;
	height: 72px;
	padding: 15px;
	border: 2px solid #BFD5E2;
	margin: 5px 3px;
	animation: borderHighlight 8s infinite;
	transition: 0.5s;
}


.iq-modal-style.startque .image_block .animated-img {
	display: inline-block;
}


.iq-modal-style.startque .image_block .animated-img .img-box img:nth-of-type(1) {
	animation-delay: 0s;
}

.iq-modal-style.startque .image_block .animated-img .img-box img:nth-of-type(2) {
	animation-delay: 2s;
}

.iq-modal-style.startque .image_block .animated-img .img-box img:nth-of-type(3) {
	animation-delay: 4s;
}

.iq-modal-style.startque .image_block .animated-img .img-box img:nth-of-type(4) {
	animation-delay: 6s;
}

.custom-language-switcher .wpml-ls-legacy-dropdown {
	width: auto;
}

.custom-language-switcher .wpml-ls-legacy-dropdown a {
	border: 0 !important;
	padding: 5px 0 !important;
	font-family: 'montserratsemibold';
	font-size: 15px;
	color: #121212;
	white-space: nowrap;
	background: #fff !important;
}

.custom-language-switcher ul ul.wpml-ls-sub-menu {
	background: #ffffff;
	width: 100%;
	box-shadow: 0px .75px 1.74px 0px rgba(0, 0, 0, .0112), 0px 1.8px 4.19px 0px rgba(0, 0, 0, .0162), 0px 3.38px 7.89px 0px rgba(0, 0, 0, .02), 0px 6.03px 14.07px 0px rgba(0, 0, 0, .0238), 0px 11.28px 26.32px 0px rgba(0, 0, 0, .0288), 0px 27px 63px 0px rgba(0, 0, 0, .04);
	min-width: 143px;
	padding: 15px;
	margin: 5px;
	border-radius: 8px;
	left: -40px;
	margin: 2px 0 0 0;
}

.custom-language-switcher ul ul.wpml-ls-sub-menu .wpml-ls-item {
	padding-bottom: 5px;
}

.custom-language-switcher ul ul.wpml-ls-sub-menu .wpml-ls-item:last-child {
	padding-bottom: 0;
}

.custom-language-switcher ul ul.wpml-ls-sub-menu .wpml-ls-item a:hover {
	background: #e9ecef !important;
	position: relative;
	z-index: 3;

}

.custom-language-switcher ul ul.wpml-ls-sub-menu .wpml-ls-item a {
	font-size: 14px;
	line-height: normal;
	display: flex;
	align-items: center;
	padding: 5px 7px !important;
	border-radius: 3px;
}

.custom-language-switcher .wpml-ls-legacy-dropdown a:after {
	content: "";
	display: none !important;
}

.custom-language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border: 0;
}

.page-template-offer header,
.page-template-offer footer {
	display: none !important;
}

.page-template-offer .choose-offers {
	min-height: 100vh;
}

.custom-language-switcher-mobile.custom-language-switcher .wpml-ls-legacy-dropdown a {
	color: #fff;
	background: transparent !important;
	text-align: left;
}

.custom-language-switcher-mobile.custom-language-switcher-mobile {
	margin-top: 15px;
}

.custom-language-switcher-mobile.custom-language-switcher-mobile .wpml-ls-legacy-dropdown .wpml-ls-item {
	padding: 5px 0;
}

@keyframes borderHighlight {

	0%,
	100% {
		border-color: #10405D;
	}

	25%,
	75% {
		border-color: transparent;
	}
}

body:not(.home) .custom-language-switcher {
	display: none !important;
}

html[lang="en-AB"] .wpml-ls-first-item {
	display: none !important;
}

/* New Quiz Logic */
#quiz-main.new_quiz_logic .main_question_wrapper {
	max-height: 526px;
	min-height: 453px;
	position: relative;
}

#quiz-main.new_quiz_logic .main_question_wrapper .question {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

.pay-btn .disclaimer_text.disclaimer_text_main {
	font-size: 14px !important;
	line-height: 24px;
	position: relative;
	padding-left: 25px !important;
	padding-bottom: 20px !important;
	margin-right: 0 !important;
	padding-right: 0 !important
}

.pay-btn .disclaimer_text.disclaimer_text_main input {
	line-height: normal;
	position: absolute;
	left: 0;
	top: 6px
}


.pprice .price.sub_txt p {
	text-align: left !important;
	margin: 0px;
}

/* FOR DESKTOP*/
.iq-navbar .nav-item.not-active>.nav-link {
	color: rgba(0, 0, 0, .9);
}

.iq-navbar .nav-item.not-active>.nav-link:after {
	width: 0;
}

.iq-navbar .nav-item.not-active:hover>.nav-link {
	color: #024065;
}


.iq-navbar .nav-item.not-active:hover>.nav-link:after {
	width: 100%;
}

/* FOR MOBILE*/

.overlay-menu .nav-item.not-active {
	border: 0;
}

@media only screen and (max-width: 991px) {
	.custom-language-switcher-mobile.custom-language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
		left: 0;
		max-width: 195px;
	}

	.custom-language-switcher ul ul.wpml-ls-sub-menu .wpml-ls-item a {
		color: #000;
	}

	.custom-language-switcher-mobile.custom-language-switcher .wpml-ls-legacy-dropdown .wpml-ls-item-toggle {
		width: auto;
		display: table;
		padding-right: 30px !important;
	}

	.custom-language-switcher-mobile.custom-language-switcher .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:before {
		content: '';
		position: absolute;
		right: 5px;
		width: 15px;
		height: 20px;
		background-image: url(/wp-content/themes/test_iq/images/icon-flag-arrow.svg);
		transform: rotate(90deg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 8px;
		transition: 0.5s;
	}

	.custom-language-switcher .wpml-ls-legacy-dropdown.show ul.wpml-ls-sub-menu {
		visibility: visible;
	}

	.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,
	.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
		visibility: hidden;
	}

	.custom-language-switcher .wpml-ls-legacy-dropdown.show .wpml-ls-item-toggle:before {
		transform: rotate(-90deg);
	}

	#quiz-main.new_quiz_logic .main_question_wrapper {
		max-height: 870px;
		min-height: 920px;
	}

	.pay-btn {
		align-items: center;
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.iq-modal-style.startque .image_block img.mobile-img {
		display: block;
	}

	.iq-modal-style.startque .image_block img.desktop-img {
		display: none;
	}

	.iq-modal-style.startque .image_block img {
		margin-left: 0;
	}

	.iq-modal-style.startque .modal-body {
		display: flex;
		flex-direction: column;
		padding: 32px 24px;
	}

	.iq-modal-style.startque .image_block {
		order: 2;
		margin: 0 0 8px 0;
		flex-direction: column;
	}

	.iq-modal-style.startque .modal-body h3 {
		order: 1;
		margin-bottom: 0;
	}

	.iq-modal-style.startque ul.check-list {
		order: 3;
		margin-bottom: 10px;
		margin-top: 30px;
	}

	.iq-modal-style.startque .modal-body .iq-full-button {
		order: 4;
	}

	.iq-modal-style.startque ul.check-list li {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 15px;
		background: url('../images/icon-circle.svg') no-repeat left top 6px;
		padding-left: 18px;
	}

	.iq-modal-style.startque .iq-full-button .btn {
		color: #fff;
		font-family: 'montserratsemibold';
	}

	.iq-modal-style.startque .btn-arrow::after {
		background-image: url('../images/icon-btn-arrow.svg');
		transform: translateY(-52%);
	}

	.iq-modal-style.startque .iq-full-button .btn-arrow:hover::after {
		transform: translate(50%, -35%) rotate(45deg);
	}

	.iq-modal-style.startque ul.check-list li strong {
		font-weight: bolder;
	}


	.iq-modal-style.startque .image_block .animated-img .img-box img {
		width: 44px;
		height: 44px;
		padding: 5px;
		margin: 0 6px;
	}

	.iq-modal-style.startque .image_block .animated-img {
		margin-top: -15px;
	}

	.paypal-button-container {
		margin-top: 15px;
	}

	#quiz-main.new_quiz_logic .main_question_wrapper {
		max-height: 730px;
		min-height: 790px;
	}
}



/************New popup before quiz page ****************/

html[lang="en-AB"] body.page-id-2992322 header,
html[lang="en-AB"] body.page-id-2992322 footer,
html[lang="en-US"] body.page-id-52 header,
html[lang="en-US"] body.page-id-52 footer,
html[lang="ko-KR"] body.page-id-3002180 header,
html[lang="ko-KR"] body.page-id-3002180 footer,
html[lang="id-ID"] body.page-id-3002178 header,
html[lang="id-ID"] body.page-id-3002178 footer,
html[lang="vi"] body.page-id-2927879 header,
html[lang="vi"] body.page-id-2927879 footer,
html[lang="zh-hans"] body.page-id-3146256 header,
html[lang="zh-hans"] body.page-id-3146256 footer,
html[lang="ja"] body.page-id-3002179 header,
html[lang="ja"] body.page-id-3002179 footer {
	display: none;
}

html[lang="en-US"] body.page-id-363 header,
html[lang="ja"] body.page-id-3002165 header,
html[lang="ko-KR"] body.page-id-3002167 header,
html[lang="vi"] body.page-id-2927866 header,
html[lang="id-ID"] body.page-id-3002163 header,
html[lang="zh-hans"] body.page-id-3146251 header,
html[lang="en-AB"] body.page-id-2992317 header,
html[lang="ja"] .page-template-checkout-page-v2 header {
	display: none;
}

/* preloader new design  responsive */
@media only screen and (max-width: 1560px) {
	.progress-footer span.number strong {
		font-size: 14px;
		font-family: 'montserratbold';
	}

	.progress-card {
		max-width: 410px;
		padding: 20px 25px;
		height: auto;
		min-height: unset;
	}

	.progress-card .reviews-under-results .testinomial-section .box {
		margin-top: 12px;
		margin-bottom: 10px;
		margin-left: 12px !important;
		margin-right: 8px !important;
		box-shadow: 1px 1px 11px 0px #d9e4efc7;
		width: auto;
		border-radius: 24px;
	}

	.reviewsec-slider.testinomial-section .container-custom {
		max-width: 100%;
	}

	.progress-title {
		font-size: 22px;
		margin-bottom: 10px;
	}

	#my-progress-text {
		font-size: 26px;
		line-height: normal;
	}

	.progress {
		height: 1rem;
		margin-top: 10px !important;
	}

	.progress-list {
		margin-top: 15px;
		padding: 12px 16px;
	}

	.progress-list p {
		font-size: 16px;
		/* line-height: 26px; */
		margin: 0;
	}

	.progress-footer {
		padding: 0;
		margin: 20px 0 15px !important;
	}

	.progress-card .testinomial-section .client-info {
		padding-top: 15px;
	}

	.progress-card .testinomial-section .box .rating img {
		height: 15px;
	}

	.progress-card .testinomial-section .text-wrapper p {
		text-align: left;
	}

	.progress-card .testinomial-section .box {
		padding: 15px 25px;
	}

	.progress-footer span.number {
		font-size: 14px;
	}
}

@media(max-width:991px) {
	.preload .preloader-sub {
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
		transform: unset;
	}

	.progress-card {
		max-width: 80%;
		margin-top: 25px;
	}

	.price-section .info-blocks {
		grid-template-columns: repeat(2, 1fr)
	}

	.progress-list {
		margin-top: 20px;
	}

	.progress-footer {
		margin-top: 15px;
	}

	.express-checkout-wrapper #gpay_btn button {
		width: 100%;
	}
}

@media(max-width:767px) {

	/* preloader
	.number strong:first-child {
		color: #FF7F00;
		display: block;
		font-family: 'montserratbold';
	}

	.number {
		color: #12283F !important;
	}

	/* preloader */
	.progress-card {
		padding-top: 60px !important;
		padding: 15px;
		max-width: 100%;
		border-radius: 0;
		height: 100vh;
		margin-top: 0;
	}

	.progress-footer {
		margin-top: 25px;
	}

	.progress-title {
		font-size: 22px;
		margin-bottom: 0;
	}

	.progress-list p {
		font-size: 16px;
	}

	#my-progress-text {
		font-size: 30px;
		margin: 15px 0px;
	}

	.progress {
		height: 1rem;
		margin-top: 10px !important;
	}

	.reviews-under-results .testinomial-section .owl-dots {
		display: none;
	}

	.reviews-under-results .container-custom {
		padding: 0;
	}

	.reviews-under-results .container-custom .row {
		margin: 0 -10px;
	}

	.reviews-under-results .testinomial-section .box {
		box-shadow: 1px 1px 11px 0px #d9e4efc7;
	}

	/* Price Section Responsive */
	.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;
	}



	/* Price Section Responsive End */

}


/* preloader new design  responsive */

/* Review for preloader end */
/* REVIEW */
.reviewsec h2 {
	text-align: center;
	font-family: 'montserratbold';
	font-weight: bolder;
	font-size: 22px;
	color: #024065;
	margin-top: 30px;
}

.testimonial {
	padding-top: 0px;
	margin: 0px 15px 0;
	text-align: center;
	position: relative;
	transition: all 0.7s ease 0s;
}

.testimonial .name span {
	font-weight: 300 !important;
	/*text-transform: capitalize;*/
}

/*.testimonial:hover{ border-color: #094065; }*/
.flexdis div {
	display: inline-flex;
}

.flexdis ul {
	padding-inline-start: 15px;
}

.flexdis ul li {
	color: #f81;
}

.flexdis {
	font-weight: 900;
}

.testimonial .title {
	font-size: 16px;
	font-weight: 700;
	color: #f81;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.reviewsec {
	padding-bottom: 50px;
}

.testimonial .description {
	font-size: 15px;
	line-height: 25px;
	border-bottom: 1px solid #f7f7f7;
	padding-top: 10px;
	margin: 0;
	text-align: left;
}

.testimonial .testimonial-content {
	padding: 15px 25px 12px;
	/*border: 1px solid #f7f7f7;*/
	border-top: none;
	position: relative;
	text-align: left;
	border-left: 0;
	transition: all 500ms ease 0s;
}

/*.testimonial:hover .testimonial-content{ border-color: #094065; }*/
.testimonial .testimonial-content:after {
	content: "";
	width: 100.5%;
	height: 0;
	background: #024065;
	position: absolute;
	bottom: -2px;
	left: -1px;
	z-index: -1;
	transition: all .7s ease 0s;
}

.testimonial:hover .testimonial-content:after {
	height: 100%;
}

.testimonial-content .testimonial-profile {
	display: inline-block;
}

.testimonial .name {
	font-size: 16px;
	font-weight: 700;
	color: #024065;
	/* text-transform: uppercase; */
	margin: 0 0 3px;
	transition: all 700ms ease 0s;
}

/*.testimonial:hover .name{ color: #fff; }*/
.testimonial .post {
	font-size: 14px;
	color: #f81;
	text-transform: capitalize;
}

.reviewsheading h4 {
	color: #131313;
	font-size: 15px;
	text-align: center;
	font-family: 'montserratregular';
}

.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;
}

.pprice span.price {
	font-size: 22px;
	font-family: 'montserratregular';
	margin-left: 15px;
}

.footer-links {
	margin-bottom: 70px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


/* REVIEW */
.reviewsec h2 {
	font-family: 'montserratbold';
	text-align: center;
	font-weight: bolder;
	font-size: 22px;
	color: rgba(22, 24, 62, 1);
	margin-top: 30px;
}

.testimonial {
	padding-top: 0px;
	margin: 0px 15px 0;
	text-align: center;
	position: relative;
	transition: all 0.7s ease 0s;
}

.testimonial .name span {
	font-weight: 300 !important;
	/*text-transform: capitalize;*/
}

/*.testimonial:hover{ border-color: #094065; }*/
.flexdis div {
	display: inline-flex;
}

.flexdis ul {
	padding-inline-start: 15px;
}

.flexdis ul li {
	color: #219653;
}

.flexdis {
	font-weight: 900;
	color: rgba(22, 24, 62, 1);
}

.testimonial .title {
	font-size: 16px;
	font-weight: 700;
	color: #f81;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.reviewsec {
	padding-bottom: 50px;
}

.testimonial .description {
	font-size: 15px;
	line-height: 25px;
	border-bottom: 1px solid #f7f7f7;
	padding-top: 10px;
	margin: 0;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	border-bottom: 1px solid #f7f7f7;
	padding-top: 10px;
	margin: 0;
	text-align: left;
}

.testimonial .testimonial-content {
	padding: 15px 25px 12px;
	/*border: 1px solid #f7f7f7;*/
	border-top: none;
	position: relative;
	text-align: left;
	border-left: 0;
	transition: all 500ms ease 0s;
}

/*.testimonial:hover .testimonial-content{ border-color: #094065; }*/
.testimonial .testimonial-content:after {
	content: "";
	width: 100.5%;
	height: 0;
	background: #024065;
	position: absolute;
	bottom: -2px;
	left: -1px;
	z-index: -1;
	transition: all .7s ease 0s;
}

.testimonial:hover .testimonial-content:after {
	height: 100%;
}

.testimonial-content .testimonial-profile {
	display: inline-block;
}

.testimonial .name {
	font-size: 16px;
	font-weight: 700;
	color: rgba(22, 24, 62, 1);
	margin: 0 0 3px;
	transition: all 700ms ease 0s;
}

/*.testimonial:hover .name{ color: #fff; }*/
.testimonial .post {
	font-size: 14px;
	color: #f81;
	text-transform: capitalize;
}

.reviewsheading h4 {
	color: rgba(22, 24, 62, 1);
	font-size: 15px;
	text-align: center;
	font-family: 'montserratsemibold';
	margin-bottom: 12px;
}

.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;
	color: #219653;
}

.pprice span.price {
	font-size: 22px;
	font-family: 'montserratregular';
	margin-left: 15px;
}

.footer-links {
	margin-bottom: 70px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


/******Checkout page Redesign CSS************/

.mob-certificate {
	display: none;
}

.checkout-main .ty-top-blue {
	background-color: transparent;
	color: #000;
	padding: 15px 0 20px 0;
	text-align: center;
}

.checkout-main .ty-top-blue p {
	font-size: 18px;
	line-height: 31px;
	color: #0a4065;
}

.checkout-main .ty-top-blue p b {
	color: #ff8d1b;
}

.checkout-main .thankyou-sec .page-content {
	background-color: transparent;
	padding: 20px 0;
}

.checkout-main .ty-top-blue h2 {
	font-size: 30px;
	line-height: 36px;
	color: #0a4065;
	margin-bottom: 20px;
}

.checkout-main .order-cont {
	background-color: transparent;
	border: 0px solid #ccc;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.checkout-main .order-cont .od-header {
	background-color: rgba(10, 64, 101, 1);
	padding: 30px 0;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.checkout-main .order-cont .od-header h3 {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	text-transform: capitalize;
}

.checkout-main .order-cont .order-deails .order-deail-item {
	background-color: #fff;
	border: 1px solid #0a4065;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 30px 30px 30px 40px;
}

.checkout-main .order-cont .order-deails .order-deail-item h5 {
	font-size: 18px;
	line-height: 21px;
	color: #094065;
}

.checkout-main .order-cont .order-deails .order-deail-item p {
	color: #094065;
	font-size: 16px;
	line-height: 19px;
}

.checkout-main .order-cont .order-deails .order-deail-item h4 {
	margin-right: 0;
	font-size: 14px;
	line-height: 17px;
	font-family: 'montserratregular';
	text-transform: capitalize;
	padding-bottom: 10px;
}

.checkout-main .order-cont .order-deails .oi-img.total-score {
	flex-direction: column;
	width: auto;
	flex: auto;
	max-width: 170px;
}

.checkout-main .order-cont .order-deails .order-deail-item h4 br {
	display: none;
}

.checkout-main .order-cont .order-deails .order-deail-item p em {
	font-style: normal;
}

.checkout-main .order-cont .order-deails .order-deail-item .oi-img {
	flex: auto;
	max-width: 120px;
	min-width: 120px;
	text-align: center;
}

.checkout-main .order-cont .order-deails .order-deail-item .oi-img .btn {
	background-color: #F0EEEE;
	border: 1px solid #0A4065;
	font-size: 12px;
	color: #0A4065;
	padding: 6px 7px;
	min-width: 65px;
}

.checkout-main .order-cont .left-div {
	width: 60%;
}

.checkout-main .order-cont .right-div {
	width: 40%;
	padding-left: 55px;
	display: flex;
}

.checkout-main .order-cont .order-total {
	border: 1px solid #094065;
	background-color: #fff;
	margin: 0;
	flex-direction: column;
	padding: 20px 30px;
	justify-content: start;
}

.checkout-main .order-cont .order-total .ttl-hdr {
	padding: 0;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 15px;
}

.checkout-main .order-cont .order-total h4 {
	color: #094065;
}

.checkout-main .order-cont .order-total p {
	color: #0a4065;
	line-height: 20px;
	padding-left: 0;
}

.checkout-main .order-cont .paynet-opt {
	padding: 0;
	flex-direction: column;
	text-align: center;
}

.checkout-main .order-cont .order-total .text-icon img {
	margin-right: 15px;
	width: 26px;
}

.checkout-main .order-cont .order-total .text-icon p {
	font-size: 18px;
	font-family: 'montserratsemibold';
}

.checkout-main .order-cont .order-deails .order-deail-item .oi-index img {
	width: 52px;
}

.checkout-main .order-cont .order-total .ttl-hdr h4 {
	background-color: #F0EEEE;
	width: 100%;
	display: table;
	padding: 14px;
	border-radius: 10px;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
	text-align: center;
	max-width: 206px;
	margin-left: auto;
	margin-right: auto;
}

.checkout-main .order-cont .order-total .ttl-hdr h4 span {
	font-family: 'montserratregular';
	font-weight: normal;
}

.checkout-main #testimonial-slider .owl-item {
	display: block;
}

.checkout-main .order-cont .pay-method .custom-radio {
	padding: 0;
	margin-bottom: 5px;
	margin-top: 25px;
}

.checkout-main .order-cont .pay-btn {
	padding-top: 10px;
	width: 100%;
}

.checkout-main .pay-btn .orange-btn {
	color: #0A4065;
	font-family: 'montserratbold';
	font-size: 25px;
	background: linear-gradient(180deg, #FFCE9D 0%, #FF8000 100%);
	border: 2px solid #0A4065;
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25), inset 0px 16px 4px rgba(255, 232, 209, 0.3);
	border-radius: 15px;
	text-shadow: 1px 1px 4px #FFFFFF;
	margin-bottom: 8px;
	width: 100%;
	text-align: center;
}

.checkout-main .pay-btn .orange-btn:hover {
	background: linear-gradient(180deg, #ff8204 0%, #ffce9d 100%);
}

.checkout-main .page-section {
	background-image: url('../images/bg-shape.png');
	background-position: bottom;
	background-size: 100% 52%;
	background-repeat: no-repeat;
}

.checkout-main #testimonial-slider {
	padding: 65px 0;
}

.checkout-main #testimonial-slider .owl-dots {
	display: none;
}


.checkout-main #testimonial-slider .testimonial .testimonial-content {
	text-align: center;
}

.checkout-main #testimonial-slider .testimonial .testimonial-content .description {
	text-align: center;
	padding: 25px 0;
	max-width: 640px;
	margin: 0 auto;
	font-size: 16px;
	color: #0a4065;
}

.checkout-main #testimonial-slider .testimonial .testimonial-content .description ul.rating {
	display: block;
}

.checkout-main #testimonial-slider .testimonial .testimonial-content .testimonial-profile {
	display: block;
}


.checkout-main #testimonial-slider .testimonial .testimonial-content .flexdis div {
	color: #0A4065;
	font-size: 20px;
	font-family: 'montserratsemibold';
}

.checkout-main #testimonial-slider .testimonial .testimonial-content .testimonial-profile h3.name {
	padding-top: 7px;
	font-family: 'montserratregular';
}

.checkout-main #testimonial-slider .testimonial .rating li {
	font-size: 16px;
}

.testimonial:hover .testimonial-content:after {
	display: none;
}

.testimonial:hover .testimonial-content:after {
	display: none;
}

.checkout-main #testimonial-slider .owl-nav .owl-prev:hover,
.checkout-main #testimonial-slider .owl-nav .owl-next:hover {
	color: rgba(10, 64, 101, 1);
	outline: none !important;
}


.checkout-main #testimonial-slider .owl-nav .owl-prev,
.checkout-main #testimonial-slider .owl-nav .owl-next {
	width: auto;
	height: auto;
	padding: 0;
	background: transparent;
	color: #FF8D1B;
	font-size: 42px;
	outline: none;
	margin: 0;
	opacity: 1;
	border-radius: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.checkout-main #testimonial-slider .owl-nav .owl-next {
	right: 0;
}

.checkout-main #testimonial-slider .owl-nav .owl-prev {
	left: 0;
}

.checkout-main #testimonial-slider .testimonial .testimonial-content img {
	width: 70px;
	margin: 0 auto;
}

.checkout-main #testimonial-slider .testimonial .testimonial-content .testimonial-profile img {
	width: 148px;
	margin-top: 30px;
}

.checkout-main #testimonial-slider .testimonial .testimonial-content .description {
	border: 0;
}

.checkout-main #testimonial-slider .testimonial .testimonial-content .flexdis {
	margin-top: 45px;
}

/*****Language DropDown****************************/
.lang-dropdown {
	margin: 0 25px;
	cursor: pointer;
	display: flex;
	align-items: center;
	position: relative;
}

.lang-dropdown ul {
	transition: 0.5s;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	min-width: 125px;
	background: #fff;
	z-index: 2;
	padding: 10px 0;
	max-height: 538px;
	overflow-y: auto;
	top: 37px;
	box-shadow: 13px 8px 20px 0px #00000029;
	visibility: hidden;
	opacity: 0;
	left: -13px;
	width: auto;
}

.lang-dropdown ul li {
	padding: 3px 15px;
}

.lang-dropdown .selected-lang {
	font-family: montserratsemibold;
	font-size: 16px;
	color: #121212;
	position: relative;
	padding-top: 0.5rem;
	padding-bottom: 0.5em;
}

.lang-dropdown ul li a {
	font-size: 16px;
	color: #121212;
	text-decoration: none;
}

.lang-dropdown:hover ul {
	visibility: visible;
	opacity: 1;
}

.lang-dropdown svg {
	width: 24px;
	margin-right: 10px;
	fill: #121212;
	height: auto;
}

.lang-dropdown .selected-lang::after {
	content: '';
	height: 1px;
	width: 0;
	background-color: #024065;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	transition: all .5s;
}

.lang-dropdown .selected-lang:hover:after {
	width: 100%;
}

.lang-dropdown:hover svg {
	fill: #024065;
}

.lang-dropdown:hover .selected-lang {
	color: #024065;
}

.lang-dropdown ul li a:hover {
	color: #ff8811;
	font-weight: 600;
}

.order-cont .paynet-opt p {
	font-size: 14px;
}

.payment-methods .payment-option p {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
	max-width: 240px;
	margin-left: auto;
}

.payment-methods .payment-option .pprice {
	flex-wrap: wrap;
}

.modal-content #IQpaymentModal .desc img {
	width: 16px;
	height: 19px;
}

.order-cont .paynet-opt p.mobile {
	display: none;
}

.payment-sec .page-content p.wpf_form_notices {
	max-width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: normal;
	margin-bottom: 15px;
}

.new-msg .well-done-content h1 {
	text-align: center;
}

.new-msg .well-done-content p b {
	color: #094065;
	font-family: montserratbold;
}

.order-deail-item .oi-info.mobile {
	display: none;
}

/********Aug 20***********/
.order-cont .order-total .ttl-hdr.right h5 {
	color: #d5b773;
	font-family: 'montserratsemibold';
}


.order-cont .order-total .ttl-hdr.right h4 {
	font-size: 32px;
}

.order-cont .order-total .ttl-hdr.right s {
	font-weight: normal;
	font-family: 'montserratregular';
}

.order-cont .paynet-opt .pay-method .content-box p {
	color: #858585;
}



.order-cont .paynet-opt .pay-method .notice-box {
	margin-bottom: 0;
	padding-left: 0;
}


.ttl-hdr.right {
	text-align: right;
}

.ttl-hdr.right s {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding-right: 10px;
}

.ttl-hdr.right h5 {
	color: #ff8d1b;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .1em;
	margin-bottom: 0;
}

.pay-method .notice-box {
	display: flex;
	padding: 15px 20px;
	border-radius: 15px;
	align-items: center;
	margin-bottom: 15px;
}

.pay-method .notice-box .icon-box {
	padding-right: 20px;
}

.pay-method .notice-box .content-box h6 {
	font-size: 15px;
	color: #0a4065;
	margin-bottom: 5px;
	font-weight: bold;
}

.pay-method .notice-box .content-box p {
	font-size: 12px;
	line-height: normal;
	margin-bottom: 0;
	color: #000;
	padding-left: 0;
}


/**********PAYMENT COMPLETE*********************/
.payment-complete .blue_bg {
	background: #0a4066;
	padding: 25px;
	text-align: center;
	margin-bottom: 25px;
}

.payment-complete .blue_bg h6 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
	font-family: 'montserratsemibold';
}

.payment-complete .blue_bg h6 {
	padding-bottom: 15px;
}

.payment-complete .blue_bg h6:last-child {
	padding-bottom: 0;
}

.payment-complete>p {
	padding: 10px 25px;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0;
}

form.payment-complete {
	background-color: #fff;
	padding: 0 0 25px 0 !important;
	max-width: 682px;
	margin-top: 15px;
}

.payment-complete .skip-btn {
	color: #265dc8;
	text-decoration: underline !important;
	text-underline-offset: 8px;
	margin-bottom: 25px;
	font-family: 'montserratsemibold';
	margin-top: 0px;
}

.payment-complete span {
	font-size: 14px;
	line-height: 20px;
	max-width: 640px;
}

form.payment-complete .order-deails .order-deail-item {
	flex-direction: row-reverse;
	justify-content: space-between;
	position: relative;
	border-radius: 16px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	padding: 32px 32px;
	background-color: rgba(247, 247, 247, 1);
	border: 0;
}

form.payment-complete .order-deails .order-deail-item .oi-img {
	border-radius: 8px;
	padding: 0;
	flex: unset;
	margin: 0;
	text-align: left;
	display: inline-block;
	margin-right: 0;
	height: auto;
	flex: 0 0 25%;
}

form.payment-complete .order-deails .order-deail-item .oi-img img {
	object-fit: contain;
	margin: 0 0 0 auto;
	display: table;
	width: 146px;
	height: 100px;
}


form.payment-complete .order-deails .order-deail-item .oi-info {
	padding-left: 0;
	max-width: unset;
	flex: 0 0 60%;
	margin-bottom: 0;
}

form.payment-complete .order-deails .oi-info h5 {
	font-family: 'montserratbold';
	font-size: 18px;
	color: rgba(22, 24, 62, 1);
	margin: 0 0 5px 0;
	line-height: 28px;
}

form.payment-complete .order-deails .order-deail-item .oi-info p {

	color: rgba(22, 24, 62, 1);
	font-size: 14px;
	line-height: 20px;
}

form.payment-complete .order-deails {
	padding: 15px 25px 0px 25px;
}

.terms-container {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}

.terms-container #terms-checkbox {
	width: 20px;
	margin-top: 2px;
}

.terms-container .custom-checkbox {
	width: calc(100% - 25px);
	padding-left: 5px;
	font-size: 14px;
}

.terms-container .custom-checkbox a {
	font-weight: bold;
}

.terms-container p#error-message {
	margin-bottom: 0;
	text-align: center;
	width: 100%;
	font-size: 14px;
}

.sticky-btn.orange-btn {
	position: fixed;
	bottom: 0;
	z-index: 4;
	width: 100%;
	text-align: center;
	border-radius: 0;
	box-shadow: 1px 1px 20px #00000045;
	display: none;
	font-size: 16px;
	padding: 10px 20px;
}

.checkout-email h4 {
	font-family: 'montserratregular';
	font-weight: normal;
	font-size: 18px;
}

.checkout-email b {
	font-family: 'montserratsemibold';
}

.email-collection-main .checkout-email h5 {
	font-size: 1.5rem;
	margin-bottom: 2rem;
	color: #024065;
}

.email-collection-main p.pl-3.text-left {
	line-height: 16px;
	font-size: 14px;
}

html[lang=en-US] .email-collection-main p.pl-3.text-left {
	font-size: 15.33px !important;
}

.email-collection-main .pl-3.text-left small a {
	text-decoration: underline;
	color: #0056b3;
}

.video-placeholder-normal {
	display: none !important;
}

body:not(.page-template-contact) .grecaptcha-badge {
	visibility: hidden;
}


/* Header & Footer New */
footer .footer-new .footer-content {
	display: flex;
	align-items: self-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .footer-new .footer-content .footer-links {
	flex-direction: column;
	text-align: left;
	width: auto;
	max-width: 25%;
}

footer .footer-new .footer-content .footer-links .menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer .footer-new .footer-content .footer-links .menu li {
	margin: 0 0 8px 0;
}

footer .footer-new .footer-content .footer-links b {
	padding-bottom: 10px;
	font-family: 'montserratsemibold';
	font-weight: bolder;
}

footer .footer-new.container .row {
	padding: 0;
	position: relative;
}

.btn-white {
	width: auto;
	background-color: #fff;
	border-radius: 10px;
	border: 2px solid #ff7b54;
	padding: 12px 15px;
	display: inline-block;
	font-family: 'montserratbold';
	transition: 0.3s;
	font-weight: bolder;
}


.test-detail.version-two {
	padding: 70px 0;
}

.test-detail.version-two .row {
	justify-content: space-between;
}

.test-detail.version-two .box.card {
	width: calc(100% / 3 - 40px);
	max-width: 416px;
	text-align: center;
	margin: 20px;
	box-shadow: 0px 0.75px 1.74px 0px rgba(0, 0, 0, 0.0112), 0px 1.8px 4.19px 0px rgba(0, 0, 0, 0.0162), 0px 3.38px 7.89px 0px rgba(0, 0, 0, 0.02), 0px 6.03px 14.07px 0px rgba(0, 0, 0, 0.0238), 0px 11.28px 26.32px 0px rgba(0, 0, 0, 0.0288), 0px 27px 63px 0px rgba(0, 0, 0, 0.04);
	/* text-align: center; */
	padding: 25px 25px;
	margin: 10px;
	border: 0;
}

.test-detail .box h6 {
	font-size: 18px;
	line-height: 28px;
	color: rgba(22, 24, 62, 1);
	font-family: 'montserratbold';
}

.test-detail.version-two .card p {
	font-size: 16px;
	line-height: 21px;
	color: #000;
	padding-bottom: 30px;
}

.test-detail.version-two .box.card {
	border: 0;
	background-color: #fff;
	padding: 30px 26px;
	border-radius: 16px;
	background-repeat: no-repeat;
	background-size: auto;
	display: block;
	margin-bottom: 30px;
}

.test-detail.version-two .box.card {
	width: calc(100% / 3 - 40px);
	max-width: 416px;
	text-align: center;
	margin: 20px;
}



.test-detail .row {
	justify-content: space-between;
}

.test-detail .box {
	width: calc(100% / 4 - 20px);
	box-shadow: 0px 0.75px 1.74px 0px rgba(0, 0, 0, 0.0112), 0px 1.8px 4.19px 0px rgba(0, 0, 0, 0.0162), 0px 3.38px 7.89px 0px rgba(0, 0, 0, 0.02), 0px 6.03px 14.07px 0px rgba(0, 0, 0, 0.0238), 0px 11.28px 26.32px 0px rgba(0, 0, 0, 0.0288), 0px 27px 63px 0px rgba(0, 0, 0, 0.04);
	max-width: 308px;
	/* text-align: center; */
	padding: 25px 25px;
	margin: 10px;
	border: 0;
}

.test-detail .box .img-wrapper {
	padding-bottom: 18px;
}

.test-detail .box .img-wrapper img {
	width: 48px;
}

.card {
	border: 0;
	background-color: #fff;
	padding: 30px 26px;
	border-radius: 16px;
	background-repeat: no-repeat;
	background-size: auto;
	display: block;
	margin-bottom: 30px;
}

section p {
	font-size: 20px;
	line-height: 26px;
	text-align: left;
	color: #26272B;
}



.white-btn {
	/* box-shadow: 0px 10px 40px 0px rgba(255, 123, 84, 0.7); */
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	font-family: 'montserratsemibold';
	font-weight: 700;
	font-size: 18px;
	color: #ff6a37;
	padding: 18px 30px;
	line-height: 25px;
	border-radius: 12px;
	transition: all 0.5s;
	display: inline-block;
	background: #fff;
	border: 2px solid #ff6a37;
	text-align: center;
	min-width: 260px;
}

.white-btn:hover {
	background-color: rgba(22, 24, 62, 1);
	border-color: rgba(22, 24, 62, 1);
	color: #fff;
}




.iq-counter {
	display: inline-flex;
	align-items: center;
	background: rgba(232, 232, 232, 1);
	padding: 5px 10px;
	border-radius: 100px;
	min-width: 93px;
}

.iq-counter img {
	max-width: 23px;
	margin-right: 7px;
}

.iq-counter span.countdown {
	font-weight: bolder;
	font-size: 15px;
	color: rgba(22, 24, 62, 1);
	line-height: 22px;
	line-height: normal;
}

.page-template-quiz .iq-counter {
	margin-left: auto;
}

/* .progress-bar {
	width: 100%;
	background-color: #e1dfdd;
	border-radius: 5px;
	overflow: hidden;
	height: 7px;
	margin-top: 18px;
}

.progress {
	height: 100%;
	background-color: #ff7b54;
	width: 0%;
	transition: width 0.3s;
} */


.quiz-main-inner .image-wrapper {
	text-align: center;
	width: 100%;
	background: rgba(249, 248, 248, 1);
	border-radius: 8px;
	padding: 14px;
	height: 340px;
}




.thankyou-sec .page-content .ty-top-blue p {
	text-align: center;
	color: #fff;
}



.thankyou-sec .page-content p {
	color: rgba(22, 24, 62, 1);
	font-size: 18px;
	/* display: inline-block; */
	width: auto;
	line-height: 30px;
}

.thankyou-sec .od-header {
	padding: 15px 30px;
	text-align: left;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-radius: 12px;
	text-align: center;
	background: linear-gradient(274.45deg, #FF6234 -2.21%, #FF9548 99.87%);
}

.thankyou-sec .od-header h3 {
	/* font-weight: bolder; */
	/* font-size: 18px; */
	/*color: rgb(255 255 255);*/
	color: #ffffff;
	margin: 0;
	text-transform: uppercase;
	line-height: normal;
}


.thankyou-sec .ty-orange {
	/* background-color: #094065; */
	color: #fff;
	padding: 23px;
	text-align: center;
	background: linear-gradient(274.45deg, #FF6234 -2.21%, #FF9548 99.87%);
	border-radius: 16px;
}


.thankyou-sec .ty-orange p {
	color: #fff;
	text-align: center;

}

html[lang="en-US"] .thankyou-sec .ty-orange p {
	font-size: 20px;
}

.thankyou-sec .order-deail-item p {
	/* text-align: left; */
}

.order-deails .order-deail-item::after {
	content: counter(list) ".";
	font-size: 28px;
	line-height: 34px;
	font-family: 'montserratbold';
	position: absolute;
	left: 33px;
}

.order-deails .order-deail-item {
	flex-direction: row-reverse;
	justify-content: space-between;
	counter-increment: list;
	position: relative;
	border-radius: 16px;
	margin-bottom: 16px;
}

.order-deails .order-deail-item .oi-img {
	/* background-color: #fff; */
	border-radius: 8px;
	padding: 0;
	flex: unset;
	/* width: 146px; */
	margin: 0;
	text-align: left;
	display: inline-block;
	margin-right: 0;
	height: auto;
}

.order-deails .order-deail-item .oi-img img {
	object-fit: contain;
	margin: 0 0 0 auto;
	display: table;
	width: 250px;
	height: 110px;
}

.ml-auto {
	margin-left: auto;
}

.overlay-menu .btn-white:hover,
.btn-white:hover {
	background-color: #ff7b54;
	color: #fff;
}

.overlay-menu .btn-white {
	margin-right: auto;
	display: table;
	margin-top: 1rem;
	margin-left: 0 !important;
	background-color: transparent;
	color: #fff;
}

/* IQ Pro Button CSS */
.iq-navbar .btn-white {
	width: auto;
	background-color: #fff;
	border-radius: 10px;
	border: 2px solid #ff7b54;
	padding: 10px 15px;
	display: inline-block;
	font-family: 'montserratbold';
	transition: 0.3s;
	font-weight: bolder;
	font-size: 15px;
}

.iq-navbar .overlay-menu .btn-white:hover,
.iq-navbar .btn-white:hover {
	background-color: #ff7b54;
	color: #fff;
}

.iq-navbar .overlay-menu .btn-white {
	margin-right: auto;
	display: table;
	margin-top: 1rem;
	margin-left: 0 !important;
	background-color: transparent;
	color: #fff;
}

.payment-methods div.sub_desc p {
	text-align: left;
	font-size: 12px;
	color: #5555558f;
}

.payment-methods div.sub_desc p a {
	color: #5555558f;
	text-decoration: underline !important;
}

html[lang="ko-KR"] .payment-methods div.sub_desc p {
	font-size: 11px;
}


/* popup style design */

.iq-modal-style .modal-body h3 {
	letter-spacing: -0.02em;
	color: #032235;
	font-size: 30px;
	line-height: 48px;
	text-align: center;
	margin-bottom: 16px;
}

.main-iq-1 .iq-modal-style .modal-body h3 {
	font-size: 30px;
}

.iq-modal-style .modal-body p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #10405D;
	text-align: center;
	max-width: 396px;
	margin-left: auto;
	margin-right: auto;
}

.iq-modal-style .modal-body {
	padding: 32px 22px;
}

.iq-modal-style .modal-content {
	box-shadow: 16px 16px 120px rgba(161, 174, 187, 0.32);
	border-radius: 20px;
	border: none;
}

.iq-modal-style .q-tag span {
	background-color: #ECF1FF;
	display: inline-block;
	font-size: 10px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: 'montserratsemibold';
	padding: 4px 16px;
	border-radius: 40px;
	color: #0030D8;
}

.iq-modal-style .q-tag {
	gap: 8px;
	justify-content: center;
}

.iq-modal-style .q-tag span strong {
	font-family: 'montserratbold';
}

.iq-modal-style .image_block {
	text-align: center;
	max-width: 192px;
	margin: 22px auto;
}

.iq-modal-style .image_block img {
	width: 100%;
}

.iq-modal-style .gender_block .wrapper.iq-full-button .img img {
	width: 100%;
}

.iq-modal-style .iq-full-button .btn {
	width: 100%;
	background-color: #1D1C1B;
	padding: 13px 32px;
	border-radius: 16px;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
	font-family: "Maven Pro", sans-serif;
}

.iq-modal-style .iq-full-button .btn:hover {
	background-color: #ff8811;
}

.iq-modal-style .modal-dialog {
	max-width: 460px;
	height: 100%;
	display: flex;
	align-items: center;
	margin-top: 0px;
}

.iq-modal-style .modal-header .btn-close {
	background-color: transparent;
	border: none;
	position: absolute;
	right: -42px;
	top: -1px;
	cursor: pointer;
}

.modal.iq-modal-style:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	background: rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(40px);
}

.iq-modal-style .modal-header .btn-close:focus {
	border: none;
	outline: none;
}

.iq-modal-style .modal-header .btn-close img {
	width: 25px;
	height: 25px;
}

.iq-modal-style .modal-header {
	padding: 0px;
	border: none;
}

.iq-modal-style .gender_block {
	margin-top: 16px;
}

.iq-modal-style .gender_block h4 {
	font-size: 18px;
	line-height: 32px;
	font-family: 'montserratsemibold';
	text-align: center;
}

.iq-modal-style .gender_block .wrapper.iq-full-button .left-btn {
	width: 50%;
	padding-right: 8px;
}

.iq-modal-style .gender_block .wrapper.iq-full-button .right-btn {
	width: 50%;
	padding-left: 8px;
}

.iq-modal-style .iq-full-button .btn.active {
	background-color: #ff8811;
}

.payment-methods div.sub_desc {
	margin-top: 25px;
}

/* print media */
@media print {

	header,
	footer {
		display: none !important;
	}
}

/*************************/

@media only screen and (max-width: 1250px) {
	.test-detail .box {
		width: calc(100% / 2 - 40px);
		max-width: 100%;
		margin: 20px 20px;
	}

}

@media only screen and (max-width: 1535px) {
	section p {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1320px;
	}

	footer .footer-new.container .row {
		padding: 0 5%;
	}
}

/* Large desktops and laptops */
@media (min-width: 1200px) {}

@media (min-width: 1199px) and (max-width: 1366px) {
	.iq-header {
		padding: 0 35px;
		margin: 0 0 20px 0;
	}

	.page-section {
		padding: 20px 0;
	}

	.question-main,
	.option-main {
		padding: 20px 35px;
	}

	.home-banner-cont .orange-btn {
		font-size: 18px;
		/* padding: 8px 20px; */
		margin-bottom: 15px;
	}

	.home-banner-cont h2 {
		font-size: 40px;
		line-height: 44px;
	}

	.navbar-brand .img-fluid {
		max-width: 70%;
	}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

	.iq-navbar .nav-item {
		margin: 0 5px;
	}

	.home-banner-cont h2 {
		font-size: 40px;
		line-height: 46px;
	}

	.home-main-banner {
		color: #fff;
		padding: 50px 0 70px;
	}

	.home-banner-cont h2 {
		font-size: 30px;
		line-height: 35px;
	}

	.home-banner-cont h4 {
		font-size: 20px;
	}

	.home-banner-cont .orange-btn {
		font-size: 20px;
		/* padding: 10px 25px; */
		margin-bottom: 20px;
	}

	.home-banner-cont ul li {
		font-size: 16px;
		line-height: 30px;
	}

	.home-banner-cont ul li:before {
		line-height: 30px;
	}

	.test-detail .box {
		width: calc(100% / 2 - 40px);
		max-width: 100%;
		margin: 20px 20px;
	}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.home-banner-cont {
		margin-bottom: 60px;
	}

	.why-iq-test .sec-cont {
		margin-top: 60px;
	}

	.contact-form {
		padding: 0;
	}

	.question-main,
	.option-main {
		flex: 0 0 100%;
		padding: 15px;
	}

	.question-main {
		margin-bottom: 20px;
	}

	.order-deails .order-deail-item {
		padding: 25px;
	}

	.order-deails .order-deail-item .oi-img img {
		width: 120px;
		height: 85px;
	}

	.oi-info {
		/* flex: 0 0 90%;
		margin-bottom: 15px; */
		padding-left: 42px;
	}

	.order-deails .order-deail-item .oi-img img {
		width: 120px;
		height: 85px;
	}

	.sec-cont.challange-cont {
		width: 100%;
	}

}

@media only screen and (max-width: 1199px) {
	.checkout-main .pay-btn .orange-btn {
		font-size: 20px;
		border-radius: 11px;
	}

	.checkout-main .order-cont .order-total {
		padding: 15px 20px;
	}

	.test-detail.version-two .box.card {
		width: calc(100% / 2 - 40px);
		max-width: 100%;
	}

	.iq-navbar .navbar-new .btn-white {
		margin: 0 10px !important;
		padding: 9px 10px;
		font-size: 14px;
		text-align: center;
	}

}

@media (max-width: 991px) {


	.paynet-opt {
		flex-direction: column;
	}

	.option-main,
	.question-main {
		min-height: auto;
		height: auto !important;
	}

	.option-main .option {
		/* max-width: 33.33%; */
		font-size: 20px;
		/* margin-right: 0; */
		justify-content: center;
	}

	.reviewsec h2 {
		font-size: 22px;
	}

	.reviewsheading h4 {
		font-size: 18px;
	}

	.flexdis {
		font-size: 16px;
	}

	.checkout-main .order-cont .order-total {
		width: 100%;
		margin-top: 55px;
	}

	.checkout-main .order-cont {
		flex-direction: column;
	}

	.checkout-main .order-cont .left-div,
	.checkout-main .order-cont .right-div {
		width: 100%;
		padding: 0;
	}

	.checkout-main .order-cont .order-deails .order-deail-item {
		padding: 20px;
	}

	.checkout-main .order-cont .od-header {
		padding: 20px 0;
	}

	.checkout-main .order-cont .order-deails .order-deail-item .oi-img {
		width: auto;
		display: inline-block;
	}

	.checkout-main .order-cont .order-deails .order-deail-item .oi-info {
		flex: auto;
	}

	.checkout-main .page-section {
		background-size: 100% 27%;
	}

	.checkout-main .order-cont .order-total .ttl-hdr {
		flex-direction: row;
		display: flex;
		justify-content: center;
	}

	.checkout-main .order-cont .order-total .ttl-hdr h4 {
		margin: 0 10px;
	}

	.lang-dropdown {
		margin: 0;
		flex-direction: column;
		align-items: start;
	}

	.lang-dropdown svg {
		fill: #fff;
		display: none;
	}

	.lang-dropdown .selected-lang {
		color: #fff;
		width: 100%;
		text-align: left;
		position: relative;
	}

	.lang-dropdown ul {
		transition: unset;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		display: none;
	}

	.lang-dropdown:hover .selected-lang {
		color: #ffffff;
	}

	.lang-dropdown ul li {
		text-align: left;
	}

	.lang-dropdown:hover ul {
		visibility: visible;
		opacity: 1;
	}

	.lang-dropdown.open ul,
	.lang-dropdown ul {
		visibility: visible;
		opacity: 1;
	}

	.lang-dropdown .selected-lang.open:before {
		content: '-';
	}


	.lang-dropdown .selected-lang::before {
		content: "+";
		color: #fff;
		font-size: 18px;
		transform: rotate(180deg);
		right: 0;
		position: absolute;
		transition: all 0.6s ease;
	}

	.why-iq-test {
		padding: 50px 0;
	}

	.question-main,
	.option-main {
		flex: 0 0 100%;
		padding: 15px;
	}

	.order-deails .order-deail-item .oi-img img {
		width: 120px;
		height: 85px;
	}

	.iq-navbar .btn-white {
		padding: 9px 11px;
	}


	footer .footer-new .footer-logo {
		margin-left: auto;
		margin-right: auto;
		display: table;
	}

	footer .footer-new .footer-content .footer-links {
		width: 50%;
		max-width: 250px;
		margin-bottom: 20px;
	}

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

	.bg-pattern-blue,
	.challange-sec.bg-pattern-light,
	.iq-navbar.bg-pattern-light {
		background-image: none;
	}

	.payment-methods .payment-option p {
		text-align: right;
	}

	.bg-pattern-blue {
		background-color: #024065;
	}

	/*.banner-cont-img{display: none;}*/
	.overlay-menu .navbar-nav .nav-link {
		width: 90%
	}

	a.navbar-brand img {
		height: 50px;
		width: auto;
	}

	p {
		font-size: 14px;
		line-height: 24px;
	}

	.overlay-menu .navbar-brand,
	.iq-navbar .navbar-brand {
		max-width: 120px;
	}

	.home-main-banner {
		padding: 30px 0;
	}

	.home-banner-cont h6 {
		font-size: 14px;
	}

	.home-banner-cont h2 {
		font-size: 36px;
		line-height: 46px;
	}

	.home-banner-cont ul li:before,
	.home-banner-cont ul li {
		font-size: 14px;
		line-height: 28px;
	}

	.why-iq-test .sec-cont a,
	.home-banner-cont .orange-btn {
		font-size: 20px;
		/* padding: 12px 30px; */
	}

	.home-banner-cont {
		margin-bottom: 30px;
	}

	.home-main-banner:after {
		top: -15px;
		left: -36px;
		background-size: 69%;
	}

	.home-main-banner:before {
		height: 150px;
		width: 170px;
		bottom: -10px;
		right: -55px;
		background-size: contain;
	}

	/*.home-main-banner .orange-btn{display: none;}*/
	.challange-sec {
		padding: 35px 0;
	}

	.sec-cont h3,
	.sec-cont h1 {
		font-size: 36px;
		margin: 0 0 15px 0;
	}

	.challange-sec-item span {
		font-size: 46px;
		line-height: 70px;
	}

	.challange-sec-item h6 {
		font-size: 16px;
	}

	.challange-sec-item p {
		font-size: 14px;
		line-height: 24px;
	}

	.challange-img {
		margin: 30px auto;
	}

	.why-iq-test {
		padding: 40px 0;
	}

	.why-iq-test .sec-cont {
		margin-top: 30px;
	}

	footer {
		padding: 50px 0;
	}

	.footer-logo {
		margin-bottom: 30px;
		max-width: 160px;
	}

	.sicial-links {
		margin: 0 0 25px 0;
	}

	.footer-links li {
		margin: 0 auto 10px;
		display: block;
	}

	.back-top-btn img {
		max-width: 30px;
	}

	.footer-links {
		margin-bottom: 40px;
	}

	.footer-links li a {
		font-size: 14px;
	}

	.mob-button-bar {
		display: inline-block;
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		background-color: #023452;
		text-align: center;
		z-index: 2;
		padding: 8px;
	}

	.mob-button-bar .orange-btn {
		display: inline-block;
		margin-bottom: 0;
	}

	.page-content {
		padding: 20px;
	}

	.share-post-cont {
		padding: 15px 20px;
		flex-wrap: wrap;
	}

	.contact-form {
		padding: 0;
	}

	.contact-image {
		margin-bottom: 30px;
	}

	.cont-image {
		height: 450px;
		max-width: 325px;
		margin: 0 auto;
	}

	.cform-row {
		padding: 15px 0;
	}

	.cform-row:after {
		width: 100%;
	}

	.order-deails .order-deail-item .oi-img {
		width: 64px;
		height: 64px;
		flex: 0 0 64px;
		margin-right: 0;
		background-color: #fff;
		border: 1px solid rgba(230, 230, 230, 1);
	}

	.thankyou-sec .page-content p {
		font-size: 14px;
		line-height: 24px;
		font-family: 'montserratregular';
		font-weight: 400;
	}

	.order-deails .order-deail-item .oi-img img {
		width: 64px;
		height: 64px;
	}

	.order-deails .order-deail-item {
		flex-direction: row;
		align-items: flex-start;
		padding: 12px;
		flex-wrap: wrap;
		margin-bottom: 10px;
		justify-content: start;
	}

	.order-deails .order-deail-item::after {
		display: none;
	}

	.order-deails .order-deail-item .oi-info {
		padding-left: 20px;
		flex: 0 0 75%;
	}


	/*   .iq-header h4, .iq-header h1{margin: 0 0 15px 0;}
 */



	.question-main,
	.option-main {
		flex: 0 0 100%;
		padding: 15px;
	}

	/*.option img {max-width: 100%;height: auto;}*/

	.option-main .option {
		-ms-flex: 0 0 50%;
		/* flex: 0 0 50%; */
		/* max-width: 50%; */
		/* margin-right: 0; */
	}

	.order-deail-item {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px 20px;
	}

	.checkout-main .order-deail-item {
		flex-direction: row;
	}

	.oi-index {
		margin-bottom: 15px;
	}

	.oi-info {
		flex: 0 0 100%;
		margin-bottom: 15px;
	}

	.oi-img {
		flex: 0 0 100%;
		text-align: center;
		margin: 0 auto;
	}

	.paynet-opt {
		padding: 20px;
		flex-direction: column;
	}

	.pay-method {
		margin-bottom: 15px;
		display: flex;
	}

	.order-total {
		padding: 10px 20px;
	}

	.ttl-hdr {
		padding-left: 0;
	}

	.well-done-content.page-content h6 {
		font-size: 18px;
	}

	.oi-info h5 {
		font-size: 16px;
		line-height: 26px;
	}

	.oi-info p {
		font-size: 16px;
	}


	.sicial-links .list-inline-item:not(:last-child) {
		margin-right: 10px;
	}

	.faq-accordian .card-header .btn-link {
		padding: 0;
		text-align: left;
		font-size: 18px;
		width: 100%
	}

	.faq-accordian .card-body p {
		font-size: 14px;
		line-height: 25px;
	}

	.sec-cont.challange-cont {
		width: 100%;
	}

	span#u_0_6 {
		display: flex;
		flex-direction: column;
	}

	/* ============ */
	.iq-header h4,
	.iq-header h1 {
		margin: 0;
		text-align: center;
		font-size: 20px;
	}

	.iq-header {
		flex-wrap: wrap;
		padding: 10px 15px;
		margin: 0 0 20px 0;
	}

	.countdown {
		font-size: 25px;
	}

	.iq-counter img {
		max-width: 25px;
		margin-right: 10px;
	}

	.iq-counter {
		margin: 0;
	}

	.question-main {
		margin-bottom: 13px;
		margin-right: 0;
		align-items: start;
		min-height: 255.8px !important;
	}

	.option-main {
		align-items: start;
		min-height: 253px !important;
	}

	.question-title,
	.question-main span {
		padding-bottom: 0px;
		margin-bottom: 10px;
		font-size: 20px;
	}

	.question-main img {
		max-width: 300px;
		max-width: 60% !important;
	}

	.option span,
	.option img {
		margin-right: 10px;
	}

	.option-main .option {
		/* max-width: 33.33%; */
		/* font-size: 20px; */
		/* margin-bottom: 0; */
	}

	.quiz-main-inner {
		margin: 0 0 30px 0;
	}

	.page-main .page-inner-link {
		font-size: 16px;
		height: 30px;
		width: 30px;
		margin: 4px 5px;
	}

	.page-main {
		padding: 15px 10px;
		margin-top: 30px;
	}

	.page-section {
		padding: 15px 0;
	}

	.option-main .option {
		justify-content: center;
	}

	.ty-top-blue p {
		font-size: 12px;
	}

	.od-header {
		padding: 10px 0;
	}

	.od-header h3 {
		font-size: 16px;
	}

	.thankyou-sec .page-content {
		padding: 20px 20px;
	}

	.reviewsec h2 {
		font-size: 22px;
	}

	.challange-img,
	.challange-sec-item {
		display: none;
	}

	/* .inline-block.page-section.thankyou-sec .container {max-width: 100%; } */
	.score-popup .modal-dialog {
		max-width: calc(100% - 1rem);
	}

	.footer-links {
		display: block;
	}

	.checkout-main .ty-top-blue h2 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px;
		font-family: 'montserratbold';
	}

	.checkout-main .ty-top-blue p {
		font-size: 16px;
		line-height: 25px;
	}


	.checkout-main .page-section {
		background-image: unset;
		height: 100%;
		position: relative;
		padding-top: 5px;

	}

	.checkout-main .reviewsec {
		padding-top: 5px;
		background-image: url(/wp-content/themes/test_iq/images/bg-shape-mobile.png);
		width: 100%;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		padding-top: 20px;
		padding-bottom: 0;
		margin-top: -32px;
		min-height: 420px;
	}


	.checkout-main .page-section .container {
		padding-right: 0;
		padding-left: 0;
		overflow: hidden;
	}

	.checkout-main .page-section .container .d-sm-block,
	.checkout-main .page-section .container .mob-certificate,
	.checkout-main .thankyou-sec .page-content {
		padding-right: 15px;
		padding-left: 15px;
	}

	/* .checkout-main .page-section::after {
		padding-top: 5px;
		background-image: url(/wp-content/themes/test_iq/images/bg-shape-mobile.png);
		content: '';
		position: absolute;
		width: 100%;
		height: 450px;
		bottom: 0px;
		left: 0;
		right: 0;
		background-repeat: no-repeat;
		z-index: 0;
		background-size: contain;
		background-position: 0 25px;
	} */

	.checkout-main .ty-top-blue {
		padding-bottom: 10px;
	}

	.checkout-main .thankyou-sec .page-content {
		padding-top: 5px;
	}

	.checkout-main .order-cont .order-deails .order-deail-item {
		text-align: left;
		padding-right: 5px;
		position: relative;
		padding-left: 15px;
	}

	.checkout-main .order-cont .order-deails .order-deail-item .oi-info {
		width: 100%;
		margin-bottom: 0;
		position: relative;
	}

	.checkout-main .order-cont .order-deails .order-deail-item .oi-index {
		margin-left: 0;
		margin-right: 15px;
		margin-bottom: 0;
	}

	.checkout-main .order-cont .order-deails .order-deail-item h5 {
		font-size: 15px;
		line-height: 20px;
		padding: 0;
		margin-bottom: 5px;
		max-width: 100%;
	}

	.checkout-main .order-cont .order-deails .order-deail-item p {
		font-size: 12px;
		line-height: 18px;
		max-width: 290px;
	}

	.checkout-main .order-cont .order-deails .order-deail-item p a {
		display: block;
	}

	.checkout-main .order-cont .order-total {
		margin-top: 15px;
		z-index: 1;
	}

	.checkout-main .order-cont .order-total .text-icon {
		margin: 0 auto;
	}

	.checkout-main .order-cont .paynet-opt .pay-method {
		flex-direction: column;
		margin-bottom: 0;
	}

	.checkout-main #testimonial-slider .testimonial .testimonial-content .description {
		font-size: 16px;
		padding: 10px 25px 5px 25px;
		line-height: 24px;
	}

	.checkout-main #testimonial-slider {
		padding-top: 0;
		padding-bottom: 0;
	}

	.checkout-main #testimonial-slider .testimonial .testimonial-content {
		padding: 0;
	}

	.checkout-main #testimonial-slider .testimonial {
		margin-top: 30px;
	}

	.checkout-main #testimonial-slider .testimonial .testimonial-content img {
		width: 40px;
	}

	.checkout-main #testimonial-slider .testimonial .testimonial-content .flexdis {
		margin-top: 15px;
	}

	.checkout-main #testimonial-slider .owl-nav .owl-next {
		right: 10px;
	}

	.checkout-main #testimonial-slider .owl-nav .owl-prev {
		left: 10px;
	}

	.checkout-main #testimonial-slider .owl-nav .owl-prev,
	.checkout-main #testimonial-slider .owl-nav .owl-next {
		font-size: 25px;
		top: 35%;
	}

	.checkout-main .order-cont .order-total .ttl-hdr {
		margin-top: 15px;
		justify-content: center;
	}

	.checkout-main .order-cont .od-header {
		padding: 14px;
	}

	.checkout-main .order-cont .od-header h3 {
		font-size: 15px;
	}

	.checkout-main .order-cont .order-deails .order-deail-item .oi-index img {
		width: 32px;
	}

	.checkout-main .order-cont .order-deails .order-deail-item .oi-img {
		position: absolute;
		right: 8px;
		top: 6px;
		max-width: 70px;
		min-width: unset;
	}

	.oi-img.total-score img {
		max-width: 120px;
	}

	.checkout-main .oi-img.total-score img {
		max-width: 60px;
	}

	.checkout-main .order-cont .order-deails .order-deail-item h4 {
		font-size: 11px;
		line-height: normal;
		padding-bottom: 0;
		font-family: 'montserratbold';
	}

	.checkout-main .order-cont .order-deails .order-deail-item .oi-img .btn {
		font-size: 10px;
		padding: 4px 5px;
		min-width: 42px;
		margin-top: 10px;
	}

	.checkout-main .order-cont .order-total .text-icon p {
		font-size: 15px;
	}

	.checkout-main .order-cont .order-total .text-icon img {
		width: 17px;
		margin-right: 10px;
	}

	.checkout-main .order-cont .order-total .ttl-hdr h4 {
		font-size: 12px;
		padding: 5px 10px;
		margin: 0px 5px;
		width: auto;
		min-width: 122px;
		border-radius: 6px;
	}

	.checkout-main .pay-btn .orange-btn {
		max-width: 253px;
	}

	.checkout-main .order-cont .order-total p {
		font-size: 10px;
		line-height: normal;
	}

	.checkout-main .order-cont .paynet-opt .pay-method img.img-fluid {
		width: 138px;
	}

	.checkout-main .order-cont .pay-method .custom-radio {
		margin-top: 15px;
	}

	.checkout-main #testimonial-slider .testimonial .testimonial-content .flexdis div {
		font-size: 16px;
	}

	.checkout-main #testimonial-slider .testimonial .rating li {
		font-size: 10px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.testimonial .rating {
		line-height: normal;
		/* height: 8px; */
		padding-bottom: 0;
		min-height: unset;
		/* display: block; */
	}

	.checkout-main #testimonial-slider .testimonial .testimonial-content .testimonial-profile h3.name {
		font-size: 14px;
		padding-top: 0;
	}

	.checkout-main #testimonial-slider .testimonial .testimonial-content .testimonial-profile img {
		width: 100px;
		margin-top: 25px;
	}

	.checkout-main #testimonial-slider .owl-nav .owl-prev,
	.checkout-main #testimonial-slider .owl-nav .owl-next {
		font-size: 14px;
	}


	.checkout-main .order-cont .order-deails .order-deail-item .oi-img a {
		display: none;
	}

	.mob-certificate {
		display: block;
		text-align: center;
		margin-bottom: 24px;
		margin-top: 15px;
	}

	.mob-certificate img {
		width: 100%;
	}

	/*******AUG 20********/
	.order-cont .order-total .ttl-hdr.right h5 {
		text-align: center;
	}

	form.payment-complete .order-deails .order-deail-item {
		flex-direction: row;
		align-items: flex-start;
		padding: 12px;
		flex-wrap: wrap;
		margin-bottom: 10px;
		justify-content: space-between;
	}

	form.payment-complete .order-deails .order-deail-item .oi-img {
		width: 64px;
		height: 64px;
		flex: 0 0 64px;
		margin-right: 0;
		background-color: #fff;
		border: 1px solid rgba(230, 230, 230, 1);
	}

	form.payment-complete .order-deails .order-deail-item .oi-img img {
		width: 64px;
		height: 64px;
	}

	form.payment-complete .order-deails .order-deail-item .oi-info {
		padding-left: 10px;
		flex: 0 0 75%;
	}

	form.payment-complete .order-deails .oi-info h5 {
		font-size: 14px;
		line-height: 16px;
	}

	.payment-complete .blue_bg {
		padding: 10px;
		margin-bottom: 10px;
	}

	.payment-complete .blue_bg h6 {
		padding-bottom: 10px;
		font-size: 14px;
		line-height: normal;
	}

	form.payment-complete {
		max-width: 355px;
	}

	.payment-complete>p {
		padding: 5px 10px;
		font-size: 12px;
		line-height: 20px;
	}

	form.payment-complete .order-deails {
		padding: 10px;
	}

	form.payment-complete .order-deails .order-deail-item .oi-info p {
		font-size: 12px;
		line-height: 20px;
	}

	.payment-complete .skip-btn {
		font-size: 16px;
	}

	.payment-complete span {
		font-size: 12px;
		line-height: 22px;
		max-width: 280px;
	}

	.page-template-quiz .container {
		max-width: 440px;
	}

	.test-detail .box {
		width: 100%;
		max-width: 343px;
		margin: 20px auto 0;
		min-height: 200px;
	}

	.why-iq-test .sec-cont a,
	.home-banner-cont .orange-btn {
		font-size: 18px;
		width: 100%;
	}

	/* Footer */
	footer {
		padding: 50px 0;
	}

	.footer-logo {
		margin-bottom: 30px;
		max-width: 160px;
	}

	.footer-links li {
		margin: 0 auto 10px;
		display: block;
	}

	.footer-links {
		margin-bottom: 40px;
	}

	.footer-links li a {
		font-size: 14px;
	}

	footer .footer-new .footer-content .footer-links b {
		font-size: 16px;
		line-height: normal;
	}

	footer .footer-new .footer-content .footer-links .menu li {
		margin-bottom: 0px;
	}

	footer .footer-new .footer-content .footer-links {
		width: 100%;
		text-align: center;
	}

	footer .footer-new .footer-content {
		justify-content: center;
	}

	footer .footer-new.container .row {
		margin: 0;
	}

	.overlay-menu .btn.orange-btn.ml-4.mr-4 {
		margin: 15px 0px 0px 0px !important;
	}

	.btn-white {
		font-size: 14px;
		padding: 8px 10px;
	}

	html[lang="en-US"] .thankyou-sec .ty-orange p {
		font-size: 16px;
	}

}

@media (max-width: 575px) {
	.question-main {
		min-height: 279.19px !important;
	}

	.option-main {
		min-height: 253px !important;
	}

	.iq-modal-style.startque .modal-body h3 {
		font-size: 24px;
		line-height: 32px;
	}
}

@media (max-width: 640px) {
	.option-main .option {
		padding: 10px 10px 10px 0px;
		font-size: 14px;
	}

	.option span,
	.option img {
		margin-right: 5px;
	}

	.question-title,
	.question-main span {
		padding-bottom: 5px;
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 20px;
	}

	.orange-btn {
		font-size: 14px;
		padding: 8px 20px;
	}

	.iq-header h4,
	.iq-header h1 {
		font-size: 16px;
	}

	.countdown {
		font-size: 18px;
	}

	.iq-counter img {
		max-width: 20px;
	}

	.question-main img {
		/* max-width: 70% !important; */
	}

	.page-main .page-inner-link {
		font-size: 14px;
		height: 25px;
		width: 25px;
		line-height: 6px;
		margin: 4px 4px;
	}

	.page-main {
		margin-top: 25px;
	}

	.quiz-main-inner {
		margin: 0 0 25px 0;
	}

	.ty-top-blue br {
		display: none;
	}

	.your-score:before,
	.your-score:after {
		width: 30%;
	}

	.owl-theme .owl-controls .owl-buttons div {
		width: 25px;
		height: 30px;
		line-height: 28px;
	}

	.testimonial .testimonial-content {
		text-align: center;
	}

	.testimonial-content .testimonial-profile {
		display: block;
	}

	.testimonial .rating {
		position: unset;
		margin-bottom: 10px;
	}

	.testimonial {
		margin: 50px 0px 0;
	}

	.your-score {
		height: 100px;
		width: 100px;
		font-size: 40px;
	}

	.pprice span.price.sub_txt {
		font-size: 15px;
	}

	.pprice span.price.sub_txt p {
		font-size: 10px;
	}

}

.pmp .payment-methods .paypal-select {
	background-image: url(../images/PayPal-Logo.png);
	background-size: contain;
}



/* Portrait phones and smaller */
@media (max-width: 480px) {

	#quiz-main.new_quiz_logic .main_question_wrapper {
		max-height: 730px;
		min-height: 670px;
	}

	.pmp .payment-methods .paypal-select {
		background-size: 150px;
		background-position: center bottom;
	}

	.order-total {
		/*flex-direction: column;*/
		align-items: flex-start;
	}

	.paynet-opt .pay-method {
		flex-wrap: unset;
	}

	.paynet-opt {
		flex-direction: column-reverse;
		align-items: center;
		padding: 10px 20px 20px;
	}

	.paynet-opt .pay-btn {
		margin-bottom: 20px;
		width: 100%;
	}


	.ttl-hdr {
		margin-bottom: 15px;
	}

	/* .question-main img { max-width: 100%; } */
	/*  ==========  */
	/* .question-main img {
		max-width: 60% !important;
	} */

	.option-main .option {
		padding: 10px 10px 10px 0px;
		font-size: 14px;
	}

	.option span,
	.option img {
		margin-right: 5px;
	}

	.question-title,
	.question-main span {
		font-size: 14px;
	}

	.option img {
		max-width: 45px;
	}

	.orange-btn {
		font-size: 14px;
		padding: 8px 20px;
	}

	.pmp .payment-methods .form-check.card {
		padding-bottom: 50px !important;
		background-position: left bottom !important;
		border-bottom: 0px !important;
	}

	/*.pmp .payment-methods .wpf_multi_form_controls{border-bottom: 0px !important;}*/
	.orange-btn.big {
		font-size: 19px;
		padding: 13px 26px;
	}

	div.pay-btn a.orange-btn.big {
		width: 100%;
	}

	.wpf_form_wrapper form.wpf_label_top .wpf_form_group {
		margin-bottom: 20px !important;
	}

	.thankyou-sec .page-content {
		padding: 20px 0;
	}

	.page-content.well-done-content {
		padding: 20px 10px;
	}

	.your-score:before,
	.your-score:after {
		width: 20%;
	}

	.flexdis div {
		display: block;
	}

	.pprice span.price {
		font-size: 16px;
		margin-left: 0px;
		margin-right: 5px;
	}

	.pprice span.price.sub_txt {
		font-size: 14px;
		text-align: left;
	}


	.pprice .orange-btn.big {
		font-size: 14px;
		padding: 10px 10px;
	}

	.your-score:before,
	.your-score:after {
		width: 25%;
	}

	.blue-btn {
		font-size: 14px;
		padding: 11px 15px;
	}

	.score-popup .modal-body h2 {
		font-size: 30px;
		margin: 0px 0 15px;
	}

	.download-cont-box {
		display: block;
	}

	.your-score {
		height: 100px;
		width: 100px;
		font-size: 40px;
	}

	.download-itm:not(:first-child) {
		margin-top: 20px;
	}

	html[lang=en-US] .payment-methods-select .pprice .orange-btn {
		min-width: 126px;
	}
}

@media (max-width: 400px) {
	.sec-cont.challange-cont p {
		font-size: 12px;
	}
}

.preload {
	position: fixed;
	/* Sit on top of the page content */
	width: 100%;
	/* Full width (cover the whole page) */
	height: 100%;
	/* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000f2;
	/* Black background with opacity */
	z-index: 99999;
	pointer-events: none;
}

.preload .preloader-sub {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


.preload .loader {

	border: 10px solid #094065;
	border-radius: 50%;
	border-top: 10px solid #ff8811;
	width: 100px;
	height: 100px;
	-webkit-animation: spin 1s linear infinite;
	/* Safari */
	animation: spin 1s linear infinite;
	margin: 0 auto;
}

.preload .loader-text {
	color: #fff;
	text-align: center;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


.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: 1px solid #d9d9d9;
	border-radius: 6px;
	padding: 2px 0;
}

.form-check:first-child {
	border-bottom: 1px solid #d9d9d9;
	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: #fff;
	padding: 16px;
	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_764 .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;
}

.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-family: 'montserratbold';
	font-weight: bolder;
}

.payment-sec .page-content h2 {
	font-family: 'montserratbold';
	font-weight: bolder;
	font-size: 55px;
	text-align: center;
	color: #094065;
	margin: 25px 0 100px 0;
}

.payment-sec .page-content p {
	font-size: 14px;
	line-height: 22px;
	text-align: right;
}

.payment-sec .pmp {
	position: absolute;
	top: 84px;
	left: calc(50% - 250px);
	z-index: 9999;
}

#paymentModal.modal {
	top: calc(50% - 250px);
}

.modal-backdrop.show.payment {
	opacity: 0.8;
}

.thankyou-sec .page-content.well-done-content h5 {
	margin: 0 0 12px;
	color: #ff8d1c;
	font-size: 22px;
}

@media (max-width: 580px) {
	.payment-sec .pmp {
		left: 0;
		top: 163px;
		width: 100%;
	}

	.thankyou-sec .page-content.well-done-content h5 {
		margin: 3px 0 10px;
		font-size: 18px;
	}

}

.pprice {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-template-quiz-payment div#IQpaymentModal {
	padding-top: 35px;
}

.page-template-quiz-payment #IQpaymentModal .close:not(:disabled):not(.disabled):focus {
	outline: none;
}

.page-template-quiz-payment #IQpaymentModal .close {
	font-weight: 500;
	position: absolute;
	top: 0;
	right: 5px;
}

.page-template-quiz-payment .pmp .modal-dialog {
	min-width: 511px;
}

@media only screen and (max-width:767px) {

	.page-main .page-inner-link.answered {
		width: 40px;
	}

	.terms-container p#error-message,
	.terms-container .custom-checkbox {
		font-size: 12px;
	}

	.paynet-opt .pay-method .left-image {
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: space-between;
	}

	.paynet-opt .pay-method .left-image .custom-control.custom-radio:last-child {
		margin-left: 1rem;
	}

	.paynet-opt .pay-method p {
		padding-left: 0;
	}

	.paynet-opt .pay-method .right-image {
		width: 100%;
		text-align: center;
		display: none;
	}

	.pay-method {
		flex-wrap: wrap;
	}

	.paynet-opt .pay-method .left-image .custom-control.custom-radio,
	.paynet-opt .pay-method .right-image .custom-control.custom-radio {
		padding-left: 0;
	}

	.page-template-quiz-payment .pmp .modal-dialog {
		min-width: unset;
		margin: 0 auto;
		display: table;
		width: 100%;
	}

	.page-template-quiz-payment .payment-sec .pmp {
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}

	.paynet-opt .pay-method p {
		display: none;
	}

	.paynet-opt .pay-method .content-box p {
		display: block;
	}

	.order-cont .paynet-opt p.mobile {
		display: block;
		padding-top: 5px;
		text-align: center;
	}

	.thankyou-sec .page-content .pay-btn p.mobile {
		padding: 0 15px 20px 15px;
		text-align: center;
	}

	.new-msg .well-done-content h1 {
		font-size: 26px;
	}

	/* 07-08-2024 */
	.order-deail-item .oi-info.mobile {
		display: flex;
		margin-bottom: 0;
		align-items: center;
	}

	.order-deail-item .oi-info.mobile p {
		display: none;
	}

	.order-deail-item .oi-info.mobile h5 {
		margin: 0px;
	}

	.order-deail-item .oi-info.desktop h5 {
		/* display: none; */
	}

	.oi-index {
		display: flex;
		align-items: normal;
		gap: 10px;
	}

	.test-detail.version-two .box.card {
		width: calc(100% / 1 - 30px);
		margin: 10px auto;
	}

	.test-detail .box .img-wrapper {
		padding-bottom: 25px;
	}

	.back-top-btn {
		bottom: 25px;
	}

	.page-template-start-page .iq-modal-style.startque .image_block img {
		margin: 30px auto 0px auto;
	}

	.page-template-start-page .iq-modal-style.startque .modal-body {
		padding: 31px;
	}

	/* 07-08-2024 */
}

@media (max-width: 360px) {

	/* preloader new */
	.progress-title {
		font-size: 18px;
	}

	#my-progress-text {
		font-size: 23px;
		margin: 10px 0px;
		line-height: normal;
	}

	.progress {
		height: 0.6rem;
		margin-top: 5px !important;
	}

	.progress-list {
		margin-top: 10px;
	}

	.progress-list p {
		font-size: 14px;
		margin: 3px 0;
	}

	.progress-footer {
		margin-top: 8px !important;
		margin-bottom: 0 !important;
	}

	.progress-footer span.number {
		font-size: 14px;
	}

	.common-card-section .box p {
		text-align: left;
	}

	.progress-card .testinomial-section .client-info {
		padding-top: 10px;
	}

	.progress-card .reviews-under-results .testinomial-section .box {
		padding: 10px;
	}

	.progress-card .testinomial-section .client-info .img-wrapper img {
		width: 50px;
		height: 50px;
	}

	.progress-card .testinomial-section .box .rating img {
		height: 15px;
		margin-right: 0;
	}

	.progress-card .testinomial-section .box .rating img {
		height: 15px;
		margin-right: 0;
	}

	.checkout-main .order-cont .order-deails .order-deail-item .oi-img {
		top: 6px;
	}

	.checkout-main .ty-top-blue p b {
		/*display: block;*/
	}

	.checkout-main .order-cont .order-deails .order-deail-item p {
		max-width: 190px;
	}

	.checkout-main .oi-img.total-score img {
		max-width: 60px;
	}

	.checkout-main #testimonial-slider .testimonial .testimonial-content .description {
		font-size: 14px;
		line-height: 22px;
		padding: 10px 40px 5px;
	}

	.checkout-main #testimonial-slider .owl-nav .owl-prev {
		left: 10px;
	}

	.checkout-main #testimonial-slider .owl-nav .owl-next {
		right: 10px;
	}
}

@media (max-width: 300px) {
	.checkout-main .order-cont .order-deails .order-deail-item {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}





	.checkout-main .order-cont .order-deails .order-deail-item .oi-index {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.checkout-main .order-cont .order-deails .order-deail-item .oi-info {
		text-align: center;
	}

	.checkout-main .order-cont .order-deails .order-deail-item h5 {
		max-width: 100%;
	}

	.checkout-main .order-cont .order-deails .order-deail-item p {
		max-width: 100%;
	}

	.checkout-main .order-cont .order-deails .order-deail-item .oi-img {
		position: relative;
		right: 0;
		padding-top: 17px;
	}

	.checkout-main .order-cont .order-total .ttl-hdr {
		flex-direction: column;
		margin-bottom: 0;
	}

	.checkout-main .order-cont .order-total .ttl-hdr h4 {
		margin: 0 auto 10px auto;
	}
}


.score-popup .modal-body .orange-btn {
	width: 100%;
	max-width: 320px;
}

.score-popup a.blue-btn {
	margin-top: 35px;
	background-image: linear-gradient(274.45deg, #ff6234 -2.21%, #ff9548 99.87%);
	border-radius: 12px;
}

.score-popup .modal-header {
	padding: 1rem 1rem 0;
	justify-content: flex-end;
}

.score-popup .modal-body h2 {
	margin-top: 0;
}

.score-popup .modal-body {
	padding-top: 0;
}

/* 21-02-2024 */

.challange-sec table td span {
	position: relative;
}

.challange-sec table td span p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: normal;
	left: 0;
	width: 100%;
	font-family: 'montserratsemibold';
}

.cont-image {
	max-height: 540px;
}

.wpcf7-response-output {
	font-size: 16px;
}


/*.challange-sec .challange-cont .orange-btn {
		font-size: 24px;
		padding: 17px 32px;
}*/

.od-header a:hover {
	text-decoration: none;
}



/******************Offer Page**********************************/
.choose-offers {
	padding: 35px 0;
	background: rgba(246, 245, 245, 1);
}

.choose-offers h2 {
	text-align: center;
	font-size: 40px;
	line-height: 48px;
}

.choose-offers h3 {
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	font-family: 'montserratregular';
	font-weight: normal;
}

.choose-offers form {
	padding-top: 15px;
}

.choose-offers form ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	max-width: 735px;
	width: 100%;
	display: table;
}

.choose-offers form ul li {
	padding: 0 24px;
	margin-bottom: 10px;
	position: relative;
}

.choose-offers form ul li h5 {
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 0.04em;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.choose-offers form ul li p {
	font-size: 14px;
	line-height: 22px;
	color: rgba(19, 19, 19, 0.4);
	margin-bottom: 0;
	margin-top: 4px;
}

.choose-offers form ul li p.price {
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 250px;
}

.choose-offers form ul li p.price strike {
	padding-left: 5px;
}

.choose-offers form ul li .badge {
	color: rgba(9, 64, 101, 1);
	border-radius: 8px;
	background-color: rgba(178, 220, 249, 1);
	padding: 8px 9px;
	font-size: 14px;
	line-height: normal;
	margin-left: 15px;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'montserratregular';
	font-weight: 600;
	margin-right: 0;
	margin-left: auto;
}



.choose-offers form ul li [type="radio"]:checked,
.choose-offers form ul li [type="radio"]:not(:checked) {
	position: absolute;
	left: 0;
	opacity: 0;
}

.choose-offers form ul li [type="radio"]:checked+label,
.choose-offers form ul li [type="radio"]:not(:checked)+label {
	position: relative;
	padding: 15px 25px 15px 90px;
	cursor: pointer;
	display: inline-block;
	border: 1px solid rgba(204, 204, 204, 1);
	border-radius: 8px;
	width: 100%;
	transition: 0.6s;
}

.choose-offers form ul li [type="radio"]:checked+label:before,
.choose-offers form ul li [type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 25px;
	top: 50%;
	width: 35px;
	height: 35px;
	border: 1px solid rgba(220, 219, 219, 1);
	border-radius: 100%;
	background: #f6f5f5;
	transform: translateY(-50%);
}

.choose-offers form ul li [type="radio"]:checked+label:after,
.choose-offers form ul li [type="radio"]:not(:checked)+label:after {
	content: '';
	width: 17px;
	height: 17px;
	background: rgba(9, 64, 101, 1);
	position: absolute;
	top: 50%;
	left: 34px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	transform: translateY(-50%) scale(0);
}

.choose-offers form ul li [type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
}

.choose-offers form ul li [type="radio"]:checked+label:after {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.choose-offers form ul li label {
	margin: 0;
}

.choose-offers form ul li [type="radio"]+label:hover {
	border-color: #094065;
}

.choose-offers form ul li [type="radio"]:checked+label {
	/* background: rgba(9, 64, 101, 1); */
}

.choose-offers form ul li [type="radio"]:checked+label h5 {
	/* color: #fff; */
}

.choose-offers form ul li [type="radio"]:checked+label p {
	/* color: rgb(255 255 255); */
}

.choose-offers form ul li [type="radio"]:checked+label h5 .badge {
	color: rgba(9, 64, 101, 1);
	/* border-radius: 8px; */
	background-color: rgb(255 255 255);
	/* padding: 8px 9px; */
	/* font-size: 14px; */
	/* line-height: normal; */
	/* margin-left: 22px; */
}

.choose-offers form ul li [type="radio"]:checked+label p.price {
	/* color: rgba(107, 140, 163, 1); */
}

.choose-offers span {
	display: block;
	color: rgba(19, 19, 19, 0.4);
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	max-width: 662px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.choose-offers #charge-button {
	margin: 15px auto 15px auto;
	display: table;
	max-width: 436px;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	padding: 19px 30px;
	background-color: #ff8811;
	outline: none;
	box-shadow: none;
}

.choose-offers .row {
	justify-content: center;
}

.choose-offers form ul li label[for="first-plan"] {
	background: rgba(9, 64, 101, 1);
}

.choose-offers form ul li label[for="first-plan"] h5 {
	color: #fff;
}

.choose-offers form ul li label[for="first-plan"] p {
	color: #fff;
}

.choose-offers form ul li label[for="first-plan"] p.price {
	color: rgba(107, 140, 163, 1);
}

.score-popup .modal-body .orange-btn {
	background: unset;
	font-size: 16px;
	text-transform: capitalize;
	font-family: 'montserratbold';
}

.page-id-44 .page-section {
	background: #f6f5f5;
}

@media only screen and (max-width: 1560px) {

	.choose-offers form ul li [type="radio"]:checked+label:before,
	.choose-offers form ul li [type="radio"]:not(:checked)+label:before {
		width: 25px;
		height: 25px;
		left: 20px;
	}

	.choose-offers form ul li [type="radio"]:checked+label:after,
	.choose-offers form ul li [type="radio"]:not(:checked)+label:after {
		width: 15px;
		height: 15px;
		left: 25px;
	}

	.choose-offers form ul li h5 {
		font-size: 16px;
		line-height: 25px;
	}


	.choose-offers form ul li [type="radio"]:checked+label,
	.choose-offers form ul li [type="radio"]:not(:checked)+label {
		padding: 18px 18px 18px 60px;
	}

	.choose-offers h2 {
		font-size: 30px;
		line-height: normal;
	}

	.choose-offers h3 {
		font-size: 18px;
		line-height: 30px;
	}

	.choose-offers form ul li .badge {
		/* margin-left: 10px; */
		font-size: 12px;
		line-height: normal;
		padding: 6px 9px;
		border-radius: 6px;
	}

	.choose-offers span {
		max-width: 600px;
		/* font-size: 14px; */
		/* line-height: 22px; */
	}

	.choose-offers #charge-button {
		max-width: 290px;
		font-size: 18px;
		line-height: normal;
	}

	.choose-offers form {
		padding-top: 15px;
	}

	.choose-offers {
		padding: 25px 0;
	}


}




@media only screen and (max-width: 767px) {
	.choose-offers {
		padding: 20px 0;
	}

	.choose-offers h2 {
		font-size: 25px;
	}

	.choose-offers h3 {
		font-size: 16px;
		line-height: normal;
		margin-bottom: 0;
	}

	.choose-offers form ul li p {
		font-size: 12px;
		line-height: 20px;
	}

	.choose-offers form ul li [type="radio"]:checked+label,
	.choose-offers form ul li [type="radio"]:not(:checked)+label {
		padding: 8px 8px 8px 50px;
	}

	.choose-offers form ul li h5 {
		font-size: 14px;
		line-height: 20px;
	}

	.choose-offers form ul li [type="radio"]:checked+label:before,
	.choose-offers form ul li [type="radio"]:not(:checked)+label:before {
		width: 20px;
		height: 20px;
		left: 14px;
	}

	.choose-offers form ul li [type="radio"]:checked+label:after,
	.choose-offers form ul li [type="radio"]:not(:checked)+label:after {
		width: 10px;
		height: 10px;
		left: 19px;
	}

	.choose-offers form ul li {
		padding: 0 10px;
		margin-bottom: 8px;
	}

	.choose-offers form ul li .badge {
		padding: 6px 9px 4px 9px;
	}

	.choose-offers #charge-button {
		max-width: unset;
		font-size: 16px;
		padding: 15px 20px;
		min-width: 150px;
		width: auto;
		margin: 8px 10px;
	}

	.choose-offers #charge-button {
		max-width: calc(100% - 40px);
		margin: 10px auto;
	}

	.choose-offers span {
		font-size: 12px;
		line-height: 22px;
		max-width: 270px;
	}

	.choose-offers form ul li p.price {
		max-width: unset;
	}

	.sticky-btn.orange-btn {
		display: block;
	}

	.quiz-main-inner .image-wrapper {
		height: auto;
	}
}

/********Offers Page***********/

/*.page-id-671168 .navbar-toggler,
.page-id-671168 header .navbar-collapse {
	display: none !important;
}
*/
#paymentResponse .wpf_form_notices {
	color: #000;
	background-color: #fff;
	border-color: #000;
	padding: 10px 20px;
	margin-top: 20px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

#paymentResponse {
	max-width: 710px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

#paymentResponse .wpf_form_notices.wpf_form_notice_error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}


#paymentResponse .wpf_form_notices.wpf_form_notice_success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}



.timer-section {
	position: sticky;
	z-index: 4;
	top: 0;
	background-color: #fff;
	padding: 10px 30px;
	box-shadow: 0px 11px 20px 0px #4343430d;
	display: block
}

.timer-section .left .time h4 {
	margin-top: 4px;
	font-size: 18px;
	line-height: normal;
	margin-bottom: 0
}

.timer-section .left .time p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: normal
}

.timer-section .left {
	display: flex;
	align-items: center
}

.timer-section .left img {
	width: 47px;
	margin-right: 22px
}

.timer-section .right a {
	padding: 14px 25px;
	font-size: 14px;
	line-height: normal
}



@media only screen and (max-width: 767px) {
	.timer-section .right a {
		font-size: 16px;
		padding: 10px 20px
	}

	.timer-section {
		padding: 10px 20px
	}

	.timer-section .left img {
		margin-left: 0
	}

	.timer-section .right a {
		font-size: 16px;
		padding: 10px 20px
	}

	.timer-section {
		padding: 10px 10px;
	}

	.timer-section .left img {
		margin-right: 10px;
		width: 37px;
	}

	.timer-section .left {
		width: 100%;
		align-items: center;
		justify-content: center;

	}

	.timer-section .right {
		width: 100%;
		padding-top: 10px;
		text-align: center;

		/* padding-top:12px; */
	}

	.timer-section .left .time h4 {
		font-size: 16px
	}

	.timer-section .left .time p {
		font-size: 12px;
	}

	.timer-section .right a {
		padding: 10px 12px;
		font-size: 12px
	}

	section p {
		font-size: 18px;
		line-height: 24px;
	}

	.why-iq-test {
		padding: 40px 0;
	}

}


/************* Engaing SECTION *************************/

@font-face {
	font-family: "Inter-Regular";
	src: url("../fonts/Inter-Regular.ttf") format('truetype');
	font-style: normal;
	font-display: block;
}


@font-face {
	font-family: "Inter-Bold";
	src: url("../fonts/Inter-Bold.ttf") format('truetype');
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: "Inter-SemiBold";
	src: url("../fonts/Inter-SemiBold.ttf") format('truetype');
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: "Inter-Medium";
	src: url("../fonts/Inter-Medium.ttf") format('truetype');
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: "NotoSans-Regular";
	src: url("../fonts/NotoSans-Regular.ttf") format('truetype');
	font-style: normal;
	font-display: block;
}


@font-face {
	font-family: "NotoSans-Bold";
	src: url("../fonts/NotoSans-Bold.ttf") format('truetype');
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: "NotoSans-SemiBold";
	src: url("../fonts/NotoSans-SemiBold.ttf") format('truetype');
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: "NotoSans-Medium";
	src: url("../fonts/NotoSans-Medium.ttf") format('truetype');
	font-style: normal;
	font-display: block;
}


@font-face {
	font-family: "NotoSansDisplay-SemiBold";
	src: url("../fonts/NotoSansDisplay-SemiBold.ttf") format('truetype');
	font-style: normal;
	font-display: block;
}



.educational-section {
	text-align: center;
	padding: 26px 0 80px 0;
}

.educational-section .container {
	background: rgba(250, 250, 250, 1);
	box-shadow: 0px 204px 122px rgba(0, 0, 0, 0.02), 0px 90px 90px rgba(0, 0, 0, 0.03), 0px 23px 50px rgba(0, 0, 0, 0.03);
	border-radius: 20px;
	padding: 40px 40px 16px;
	border: 2px solid rgba(234, 235, 236, 1);
}

.educational-section h2 {
	font-size: 42px;
	line-height: 55px;
	letter-spacing: -0.02em;
	color: #16161A;
	border-bottom: 2px solid rgba(0, 0, 0, 0.04);
	padding-bottom: 22px;
	font-family: "NotoSans-Bold";
	font-weight: normal;
}

.educational-section p {
	font-size: 24px;
	line-height: 33px;
	color: #545454;
	font-family: "NotoSans-Bold";
	margin-bottom: 5px;
	font-weight: normal;
}

.educational-section span {
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: rgba(84, 84, 84, 0.42);
	padding-bottom: 22px;
	display: block;
	font-family: "NotoSans-Bold";
}

.educational-section .select-box {
	text-align: center;
	width: 100%;
	max-width: 664px;
	margin: 0 auto;
	padding: 25px 0;
}

.educational-section .select-box .radio-box {
	margin-bottom: 15px;
	text-align: left;
	font-family: "Inter-Bold";
	display: flex;
	align-items: center;
	position: relative;
}

.educational-section .select-box .radio-box [type="radio"]:checked,
.educational-section .select-box .radio-box [type="radio"]:not(:checked) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.educational-section .select-box .radio-box [type="radio"]:checked+label,
.educational-section .select-box .radio-box [type="radio"]:not(:checked)+label {
	position: relative;
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	line-height: 20px;
	color: #09090B;
	margin-bottom: 0;
	padding: 21px 55px;
	width: 100%;
	background: rgba(255, 161, 0, 0.06);
	border-radius: 99px;
	border: 2px solid rgb(250, 244, 235);
	transition: 0.5s;
}

.educational-section .select-box .radio-box [type="radio"]:checked+label:before,
.educational-section .select-box .radio-box [type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 26px;
	top: 50%;
	width: 16px;
	height: 16px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
	transform: translateY(-50%);
}

.educational-section .select-box .radio-box [type="radio"]:checked+label:after,
.educational-section .select-box .radio-box [type="radio"]:not(:checked)+label:after {
	content: '';
	width: 6px;
	height: 6px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 31px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.3s ease;
	transform: translateY(-50%);
}

.educational-section .select-box .radio-box [type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.educational-section .select-box .radio-box [type="radio"]:checked+label:after {
	opacity: 1;
}

.btn-orange {
	padding: 22px 42px;
	background: #FFA100;
	border: 2px solid #FFA100;
	border-radius: 99px;
	width: 100%;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	margin-top: 10px;
	font-family: "NotoSans-Bold";
}


.educational-section .select-box .radio-box [type="radio"]:checked+label:before {
	border-color: rgba(215, 145, 24, 1);
	background-color: #ffa100;
}

.educational-section .select-box .radio-box [type="radio"]:checked label {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.educational-section .select-box .radio-box [type="radio"]:checked+label {
	background: rgba(255, 161, 0, 0.16);
	border: 2px solid rgba(255, 161, 0, 0.16);
	border-radius: 99px;
}


.educational-section .row {
	flex-direction: column;
}

.educational-section .action-btn a {
	font-size: 20px;
	line-height: 27px;
	color: #15151566;
	font-family: 'NotoSans-Bold';
	margin: 0 45px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.educational-section .action-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 55px;
	padding-bottom: 15px;
}

.educational-section .action-btn a img {
	width: 6px;
	margin: 0 10px;
}

.educational-section .select-box .radio-box [type="radio"]:not(:checked)+label:hover {
	border-color: rgba(255, 161, 0, 0.16);
}

.btn-orange:hover {
	background-color: #fff;
	border-color: #FFA100;
	color: #FFA100;
}



#start-test-modal .modal-header {
	text-align: center;
	display: block;
	padding: 35px 20px 30px 20px;
	border: 0;
}

#start-test-modal .modal-body h5 {
	font-size: 16px;
	color: #000;
	max-width: 250px;
	min-height: 38px;
	margin-bottom: 20px;
	font-family: "NotoSansDisplay-SemiBold";
}

#start-test-modal .modal-footer {
	justify-content: center;
	border: 0;
	padding-bottom: 40px;
	padding-top: 0;
}

#start-test-modal .modal-header h1 {
	line-height: 89px;
	font-size: 74px;
	letter-spacing: -0.02em;
	color: #16161A;
	/*  font-family: "NotoSansDisplay-SemiBold";*/
	margin: 25px 0 20px 0;
	font-weight: normal;
}

#start-test-modal .modal-header h5 {
	font-family: "NotoSansDisplay-SemiBold";
	font-size: 36px;
	line-height: 49px;
	color: #545454;
	margin-bottom: 10px;
	font-weight: normal;
}

#start-test-modal .modal-body {
	max-width: 748px;
	margin: 0 auto 20px auto;
	width: 100%;
	padding: 0;
}


#start-test-modal .modal-footer .btn-orange.btn-arrow {
	width: 100%;
	padding: 10px 14px 10px 35px;
	max-width: 407px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


#start-test-modal .modal-body img {
	width: 100%;
	border-radius: 10px;
	max-width: 100%;
}

#start-test-modal .modal-content {
	border: 0;
	background: #FFFFFF;
	box-shadow: 0px 349px 140px rgba(0, 0, 0, 0.01), 0px 196px 118px rgba(0, 0, 0, 0.05), 0px 87px 87px rgba(0, 0, 0, 0.09), 0px 22px 48px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}


#start-test-modal .modal-dialog {
	max-width: 1483px;
	width: calc(100% - 25px);
	height: 100%;
	vertical-align: middle;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto !important;
}

#start-test-modal .modal-header .badge {
	color: #C78102;
	font-size: 20px;
	line-height: 27px;
	font-family: "NotoSansDisplay-SemiBold";
	background: #FEF1E0;
	border-radius: 99px;
	padding: 12px 25px;
	text-transform: uppercase;
	font-weight: normal;
}

.btn-arrow span img {
	width: 29px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-arrow span {
	background: #FAFAFA;
	border-radius: 99px;
	width: 88px;
	height: 66px;
	transition: 0.5s;
	align-items: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-arrow:hover span {
	background: #ffa100;
}

.btn-arrow:hover span img {
	filter: brightness(0) invert(1);
}


@media only screen and (max-width: 1560px) {
	#start-test-modal .modal-header h1 {
		line-height: 50px;
		font-size: 45px;
		margin: 15px 0 5px 0;
	}

	#start-test-modal .modal-header h5 {
		font-size: 30px;
		line-height: 45px;
		margin-bottom: 0;
	}

	#start-test-modal .modal-body {
		max-width: 445px;
	}

	#start-test-modal .modal-header {
		padding-bottom: 10px;
	}

	#start-test-modal .modal-dialog {
		max-width: 1000px;
	}

	#start-test-modal .modal-footer .btn-orange.btn-arrow {
		padding: 10px 10px 10px 20px;
		max-width: 310px;
		font-size: 20px;
		line-height: normal;
	}

	.btn-arrow span {
		width: 66px;
		height: 39px;
	}



}

@media only screen and (max-width: 1199px) {
	.educational-section h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.educational-section p {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 8px;
	}

	.educational-section .select-box .radio-box [type="radio"]:checked+label,
	.educational-section .select-box .radio-box [type="radio"]:not(:checked)+label {
		font-size: 20px;
		line-height: normal;
	}

	.educational-section .select-box .btn-orange {
		padding: 20px 20px;
		font-size: 22px;
		line-height: normal;
	}

	.educational-section .action-btn {
		padding: 25px 0;
	}

	#start-test-modal .modal-header h1 {
		font-size: 30px;
		line-height: 40px;
	}

	#start-test-modal .modal-header h5 {
		font-size: 18px;
		line-height: normal;
	}

	#start-test-modal .modal-header {
		padding-bottom: 30px;
	}
}



@media only screen and (max-width: 767px) {
	.educational-section h2 {
		font-size: 21px;
		line-height: normal;
	}

	.educational-section p {
		font-size: 15px;
		line-height: normal;
		margin-bottom: 5px;
	}

	.educational-section .select-box .radio-box [type="radio"]:checked+label,
	.educational-section .select-box .radio-box [type="radio"]:not(:checked)+label {
		font-size: 15px;
		line-height: normal;
		padding: 15px 55px;
	}

	.educational-section .select-box .btn-orange {
		padding: 13px 10px;
		font-size: 15px;
		line-height: normal;
		margin-top: 5px;
	}

	.educational-section .action-btn {
		padding: 15px 0 0 0;
		justify-content: space-between;
	}

	.educational-section .container {
		padding: 25px;
		border-radius: 14px;
	}

	.educational-section {
		width: calc(100% - 25px);
		margin: 0 auto;
		padding: 10px 0 50px 0;
	}

	.educational-section span {
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 12px;
	}

	.educational-section .select-box {
		padding: 12px 0;
	}

	.educational-section .action-btn a {
		font-size: 15px;
		line-height: normal;
		margin: 0 0;
	}

	.educational-section .select-box .radio-box {
		margin-bottom: 10px;
	}

	#start-test-modal .modal-header h1 {
		font-size: 22px;
		line-height: normal;
	}

	#start-test-modal .modal-header h5 {
		font-size: 16px;
	}

	#start-test-modal .modal-header {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#start-test-modal .modal-header .badge {
		font-size: 14px;
		line-height: normal;
		padding: 8px 18px;
	}

	#start-test-modal .modal-body {
		max-width: 290px;
		margin-bottom: 10px;
	}

	#start-test-modal .modal-footer {
		padding-bottom: 25px;
	}

	#start-test-modal .modal-footer .btn-orange.btn-arrow {
		font-size: 16px;
		max-width: 250px;
		width: 100%;
	}

	.btn-arrow span {
		width: 54px;
		height: 30px;

	}

	#start-test-modal {
		padding-right: 0 !important;
	}
}


.order-deails .order-deail-item:after {
	display: none;
}

@media screen and (max-height: 600px) and (orientation: landscape) {
	.progress-card .reviews-under-results .testinomial-section .box {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 1280px) {
	.testinomial-section .owl-carousel .owl-item {
		display: inline-flex;
		width: 100%;
	}
}

@media only screen and (min-width: 1199px) {
	.testinomial-section .owl-carousel .owl-item {
		display: inline-flex;
	}

	.testinomial-section .owl-carousel .owl-stage-outer {
		max-width: 1353px;
		width: 100vw;
	}

	/* .testinomial-section .owl-carousel .owl-stage {
				display: flex;
				align-items: stretch;
		} */

	.testinomial-section .owl-carousel .owl-item {
		display: inline-flex;
	}
}





/*************************************/

/**********CHECKOUT NEW V2***************************/

.checkout-page .container-fluid {
	max-width: 1366px;
}

.time-banner {
	background: linear-gradient(90deg, #FE7B20 0%, #FF4306 100%), #1B4062;
	padding: 6px 10px;
	position: sticky;
	top: 0;
	z-index: 5;
}

.time-banner .counter-result {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 12px 24px;
	box-shadow: 16px 16px 80px #DAE5F1;
	border-radius: 12px;
	display: none;
}

.time-banner .result {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	position: relative;
	right: 0;
	/* top: -92%; */
	/* transform: translate(-50%, -50%); */
	/* left: 50%; */
}

.time-banner .result p {
	/* font-family: 'montserratbold'; */
	margin: 0;
	font-size: 16px;
	color: #fff;
}

.time-banner .result .time-counter {
	padding-left: 3px;
	display: inline-block;
}

.time-banner .result .time-counter span {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -3px;
	font-family: 'montserratbold';
}

.time-banner .counter-result .image-wrapper {
	width: auto;
	height: auto;
	margin-left: 5px;
	display: block;
	position: relative;
}

.time-banner .counter-result .image-wrapper span {
	min-width: 34px;
	min-height: 23px;
	left: 20px;
	transform: scale(2);
	padding: 0;
	position: relative;
	top: 8px;
}

.time-banner .counter-result .text-wrapper {
	padding-top: 2px;
}

.time-banner .counter-result p {
	font-size: 16px;
	line-height: normal;
	font-family: "Montserrat-Medium";
	margin: 0 0 0 0;
	color: #092036;
}

.time-banner .row {
	justify-content: center;
	position: relative;
}

.score-hero-section {
	text-align: center;
	padding: 60px 30px;
}

.score-hero-section h1 {
	font-size: 51px;
	line-height: 78px;
	font-weight: 400;
}

.score-hero-section p {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 30px;
	/*font-family: 'Montserrat-Medium';*/
	color: #092036;
}

.score-hero-section .content-wrapper {
	width: 50%;
	max-width: 650px;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: start;
}

.score-hero-section .image-wrapper {
	width: 50%;
	text-align: center;

}

.score-hero-section .image-wrapper img {
	max-width: 290px;
	width: 100%;
	margin-left: 100px;

}

.score-hero-section .row {
	justify-content: space-between;
	background-image: url(../images/score-bg.jpg);
	background-position: 100% 100%;
	background-size: cover;
	background-color: #fff8f5;
	background-repeat: no-repeat;
	border: 1px solid #ffdcc3;
	border-radius: 24px;
	padding: 40px;
	min-height: 417px;
}

.score-hero-section .content-wrapper .user-score {
	display: inline-block;
	width: 100%;
	text-align: center;
	max-width: 120px;
	padding: 0 10px;
}

.score-hero-section .content-wrapper .user-score .image-wrapper {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	margin: 0 auto;
}

.score-hero-section .content-wrapper .user-score .image-wrapper img {
	width: 100px;
	height: 100px;
	border-radius: 100px;
}

.score-hero-section .content-wrapper .user-score h2 {
	font-size: 32px;
	line-height: normal;
	padding-top: 15px;
	color: #EE4100;
}

.score-hero-section .content-wrapper .orange-btn-type-two {
	display: flex;
	width: auto;
	flex-wrap: wrap;
	align-items: center;
}

.score-hero-section .score-wrapper {
	width: 100%;
	padding-bottom: 50px;
}

.payment-section .card h2 {
	font-size: 44px;
	line-height: normal;
	font-family: 'montserratregular';
	color: #272525;
	font-weight: normal;
	margin-bottom: 25px;
	letter-spacing: -0.02rem;
}

.payment-section .badge-group {
	padding-top: 0;
	padding-bottom: 12px;
}

.payment-section .badge-group .badge {
	font-size: 16px;
	line-height: 20px;
	border: 0;
	padding: 15px 22px;
	border-radius: 24px;
	background: linear-gradient(90deg, rgba(254, 123, 32, 0.1) 0%, rgba(255, 67, 6, 0.1) 100%);
	/* text-transform: uppercase; */
	margin-right: 10px;
	font-weight: normal;
	color: #092036;
	margin-bottom: 10px;
}

.payment-section .badge-group .badge:last-child {
	margin-right: 0;
}

.payment-section .card.trust-section {
	width: calc(55% - 10px);
}

.payment-section .card {
	background: #FFFFFF;
	border: 1px solid #CDE1F0;
	border-radius: 32px;
	padding: 35px;
	max-width: 780px;
	width: calc(52% - 40px);
}

.payment-section .trust-section .list-section .list-view {
	background: #FFFFFF;
	border: 1px solid #CDE1F0;
	border-radius: 24px;
	padding: 16px;
}

.payment-section .trust-section .list-section .list-view p {
	font-size: 16px;
	line-height: 24px;
	color: #0F375F;
	margin: 0;
}


.payment-section .trust-section .list-section .list-view {
	display: flex;
	align-items: start;
	justify-content: space-between;
	margin-bottom: 16px;
}

.payment-section .trust-section .list-section .list-view .icon-wrapper {
	width: 91px;
	height: 91px;
	background: linear-gradient(90deg, rgba(254, 123, 32, 0.1) 0%, rgba(255, 67, 6, 0.1) 100%), #FFFFFF;
	border-radius: 16px;
}

.payment-section .trust-section .list-section .list-view .text-wrapper {
	padding: 0 0 0px 10px;
	width: calc(100% - 100px);
}

.list-section .list-view h3 {
	font-size: 24px;
	line-height: normal;
	font-family: 'montserratsemibold';
}


.score-hero-section .content-wrapper .user-score:nth-child(2) {
	top: -15px;
	position: relative;
}

.score-hero-section .content-wrapper .user-score:nth-child(2) h2 {
	color: #000;
	font-size: 41px;
	line-height: 35px;
}

.payment-section .row {
	justify-content: space-between;
	gap: 10px;
}

.payment-section .card.payment {
	max-width: 620px;
	width: calc(45% - 10px);
}

.payment-section .card.payment .express-checkout-wrapper p {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #092036;
}

.payment-section .card h2 strong {
	font-family: 'montserratbold';
}

.payment-section .badge-group .badge strong {
	font-family: 'montserratbold';
}

strong {
	font-family: 'montserratbold';
}

.list-section .list-view .icon-wrapper img {
	width: 100%;
	height: 100%;
}

.list-section .list-view:last-child {
	margin: 0;
}

.payment-section .card ul {
	padding: 0;
	margin: 0;
}

.payment-section .card ul li {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #0F375F;
	margin-bottom: 14px;
	width: 100%;
	padding-left: 35px;
	position: relative;
}

.payment-section .card ul li:before {
	content: '';
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('../images/icon-check.svg');
	background-position: center;
	background-size: cover;
}

.payment-section .card.iq-report {
	width: 100%;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.total-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0 15px 0;
	border-bottom: 1px solid rgb(161 174 187 / 32%);
	margin-bottom: 18px;
}

.total-row h6 {
	margin: 0;
	font-size: 24px;
	line-height: 32px;
	color: #000000;
	font-family: 'montserratbold';
	width: 50%;
}


/* New Check*/
html[lang=ja] .page-template-quiz-checkout .total-row h6 {
	font-weight: bolder;
}

html[lang=ja] .page-template-quiz-checkout .payment-section .card>h3 {
	font-weight: bolder;
}

html[lang=ja] .page-template-quiz-checkout .payment-section .card.payment #paymentFrm .back-btn {
	font-weight: bold;
}

html[lang=ja] .page-template-quiz-checkout .score-hero-section h1,
html[lang=ja] .page-template-quiz-checkout .payment-section .card h2,
html[lang=ja] .page-template-quiz-checkout .faq-accordian.new #faq-accordian h2,
html[lang=ja] .page-template-quiz-checkout .discount .text-wrapper p,
html[lang=ja] .page-template-quiz-checkout .discount .text-wrapper p {
	font-weight: bold;
}

/* New Check*/

.total-row h6 s {
	color: gray;
	font-family: 'montserratregular';
}

.total-row h6:last-child {
	text-align: right;
}


.checkout-page .testinomial-section .box {
	background: #FFFFFF;
	border: 1px solid #FFCFC0;
	box-shadow: 0px 4px 40px #FFF6F3;
	border-radius: 32px;
	padding: 32px;
	max-width: 548px;
	width: calc(100% / 3 - 11px);
}

.checkout-page .testinomial-section .client-info .text-wrapper .image-wrapper {
	display: flex;
	flex-direction: row;
}

.checkout-page .testinomial-section .client-info .text-wrapper .image-wrapper img {
	width: 56px;
	height: 56px;
	border-radius: 100px;
}


.checkout-page .testinomial-section .client-info .text-wrapper .image-wrapper .user-name p {
	color: #0F375F;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	padding-top: 2px;
	font-family: 'Montserrat-Medium';
}

.checkout-page .testinomial-section .client-info .text-wrapper .image-wrapper .user-name {
	padding-left: 20px;
}

.checkout-page .testinomial-section .client-info .text-wrapper .image-wrapper .user-name strong {
	font-size: 18px;
	line-height: 24px;
}

.checkout-page .testinomial-section .client-info .text-wrapper .image-wrapper .user-name strong span {
	font-family: 'montserratregular';
	font-size: 16px;
	color: #0F375F;
	font-weight: normal;
}

.checkout-page .testinomial-section .client-info {
	padding-top: 0;
}

.checkout-page .testinomial-section .client-info .description p {
	font-size: 20px;
	line-height: 32px;
	color: #0F375F;
}

.checkout-page .testinomial-section .client-info .description p::after {
	width: 17px;
	height: 11px;
	background-size: cover;
	background-image: url('../images/icon-comma.svg');
	content: '';
	position: absolute;
	display: table;
	content: '';
	right: 0;
	transform: rotate(180deg);
}

.checkout-page .testinomial-section .client-info .description p::before {
	width: 17px;
	height: 11px;
	background-size: cover;
}

.checkout-page .testinomial-section .client-info .description {
	position: relative;
	padding-top: 30px;
}

.checkout-page .testinomial-section .row {
	justify-content: center;
	gap: 16px;
}

.checkout-page .testinomial-section h2 {
	text-align: center;
	font-size: 60px;
	line-height: normal;
	padding-bottom: 35px;
	font-family: 'montserratsemibold';
}


.faq-accordian.new {
	padding-bottom: 60px;
}

.faq-accordian.new #faq-accordian {
	width: 100%;
	padding: 56px;
	background: linear-gradient(90deg, rgba(254, 123, 32, 0.05) 0%, rgba(255, 67, 6, 0.05) 100%), #FFFFFF;
	border-radius: 24px;
}

.faq-accordian.new #faq-accordian h2 {
	text-align: center;
	font-size: 40px;
	line-height: 52px;
	margin-bottom: 30px;
	font-family: 'montserratsemibold';
	font-weight: normal;
	color: #12283F;
}

.faq-accordian.new #faq-accordian .card {
	margin-bottom: 10px;
	padding: 25px 12px 25px 24px;
	border-radius: 32px;
	border: 1px solid #FFCFC0;
	background-color: #fff;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.faq-accordian.new #faq-accordian .card .card-header {
	padding: 0;
	margin: 0;
	border: 0;
}


.faq-accordian.new #faq-accordian .card .card-header h2 {
	text-align: left;
	line-height: normal;
	font-size: 0;
}

.faq-accordian.new #faq-accordian .card .card-body {
	border: 0 !important;
	background-color: transparent !important;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 0;
}

.faq-accordian.new #faq-accordian .card .card-body p {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 32px;
	color: #0F375F;
}

.faq-accordian.new #faq-accordian .card .card-header h2 button {
	font-family: 'montserratsemibold';
	color: #092036;
	padding: 0;
	width: 95%;
	text-align: left;
}

.orange-btn-type-two {
	font-size: 24px;
	font-family: 'montserratbold';
	border-radius: 24px;
	box-shadow: 0px 2.66667px 2.66667px rgba(50, 50, 71, 0.06), 0px 2.66667px 5.33333px rgba(50, 50, 71, 0.06);
	background: linear-gradient(90deg, #FE7B20 0%, #FF4306 100%);
	text-transform: none;
	display: flex;
	align-items: center;
	color: #fff;
	padding: 17px 30px;
	min-width: 364px;
	justify-content: center;
}


.payment-section .trust-section .list-section .list-view:last-child {
	margin: 0;
}


.payment-section .card.bg-lightorange {
	background: linear-gradient(90deg, rgba(254, 123, 32, 0.05) 0%, rgba(255, 67, 6, 0.05) 100%), #FFFFFF;
	border: 0;
	max-width: 852px;
}

.payment-section .card>h3 {
	font-size: 32px;
	line-height: normal;
	font-weight: normal;
	font-family: 'montserratsemibold';
	padding-bottom: 15px;
}

.payment-section .card h3 strong {
	font-family: 'montserratbold';
}

.payment-section .card ul li:last-child {
	margin: 0;
}

.payment-section .card.iq-report h2 {
	font-size: 36px;
	line-height: normal;
	font-family: 'montserratsemibold';
	letter-spacing: -0.02rem;
}

.access {
	padding: 15px 0;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 100%;
	transform: translateX(-50%);
}

.access p {
	text-align: center;
	background: linear-gradient(90deg, #FE7B20 0%, #FF4306 100%), #fe5f13;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 16px;
	line-height: 24px;
	font-family: 'montserratsemibold';
	margin: 0;
}

.access img {
	width: 32px;
	height: 32px;
	margin-bottom: 7px;
}

.access:before {
	content: '';
	position: absolute;
	width: 100%;
	filter: blur(7px);
	height: 60px;
	left: 0;
	bottom: 18px;
	z-index: -1;
	background: #ffffff00;
	backdrop-filter: blur(0px);
}

.payment-section .card.iq-report h2 img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	margin-right: 20px;
}

.checkout-page .testinomial-section h2 span {
	background: linear-gradient(90deg, #FE7B20 0%, #FF4306 100%), #ff4c0a;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}


.checkout-page .testinomial-section .client-info .text-wrapper .image-wrapper .user-name p::before {
	content: '';
	position: relative;
	left: 0;
	display: inline-block !important;
	width: 16px;
	height: 19px;
	background-image: url('../images/icon-location.svg');
	margin-right: 10px;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 0;
	margin-top: 0;
}


.faq-accordian.new .orange-btn-type-two {
	margin: 30px auto 0 auto;
}

.faq-accordian.new #faq-accordian .card .card-header h2 button:after {
	content: '';
	position: absolute;
	width: 48px;
	height: 48px;
	display: block;
	background-image: url('../images/icon-faq-arrow-up.png');
	background-position: center;
	background-size: cover;
	right: 21px;
	top: 21px;
	transform: rotate(0deg);
	transition: 0.5s;
}

.faq-accordian.new #faq-accordian .card .card-header h2 button.collapsed::after {
	transform: rotate(360deg);

	background-image: url('../images/icon-faq-arrow.svg');
}

.time-banner .counter-result .image-wrapper img {
	width: 100%;
	height: 100%;
	top: -2px;
	position: relative;
}

.checkout-page .testinomial-section .owl-stage {
	display: flex;
	align-items: stretch;
	height: 100%;
	flex-direction: row;
	flex-wrap: nowrap;
}


.checkout-page .testinomial-section .owl-stage .owl-item {
	display: flex;
}

.checkout-page .testinomial-section .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	border-radius: 100px;
	display: inline-block;
	background: #FEE1D7;
	border: 0;
	margin: 0 4px;
	padding: 0;
}

.checkout-page .testinomial-section .owl-dots .owl-dot.active {
	background: #FF5810;
}

.checkout-page .testinomial-section .owl-nav.disabled {
	display: none;
}

.checkout-page .testinomial-section .owl-dots {
	text-align: center;
	padding-top: 30px;
	position: relative;
	display: block;
	width: 100%;
}

.payment-section .card.payment .express-checkout-wrapper {
	justify-content: space-between;
	padding-bottom: 8px;
	padding-top: 0;
	flex-direction: row-reverse;
	align-items: start;
}

.payment-section .card.payment .express-checkout-wrapper #gpay_btn {
	max-width: 396px;
	margin: 0 !important;
	width: calc(50% - 10px);
}

.payment-section .card.payment .express-checkout-wrapper #paypal-button-container {
	top: 0;
	max-width: 396px;
	margin: 0 !important;
	width: calc(50% - 10px);
}

.payment-section .card.payment .express-checkout-wrapper #gpay_btn button {
	height: 100%;
	border: 0;
	/* background: #000000; */
	outline: unset !important;
	background-size: 68%;
	width: 100%;
}

.payment-section .card.payment .express-checkout-wrapper #gpay_btn button iframe {
	height: 45px;
	top: 3px;
	transform: scale(1.4);
}


.payment-section .card.payment .credit-btn button {

	padding: 15px 12px 15px 12px;
	font-size: 18px;
	line-height: 24px;
	font-family: 'montserratsemibold';
	color: #fff;
	width: 100%;
	border: 0;
	cursor: pointer;
	background: #28A745;

	box-shadow: 0px 2.66667px 5.33333px rgba(50, 50, 71, 0.06);
	border-radius: 5px;
}

.payment-section .card.payment #paymentFrm {
	display: none;
	padding: 0px 0 0 0;
}

.payment-section .card.payment .line-group {
	display: none;
}

.payment-section .card.payment #paymentFrm .back-btn {
	font-size: 18px;
	line-height: 24px;
	color: #FF4307;
	font-family: 'montserratsemibold';
	padding-bottom: 30px;
	display: table;
	cursor: pointer;
	transition: 0.5s;
}

.payment-section .card.payment #paymentFrm .back-btn:hover {
	color: #131313;
}

.payment-section .card.payment #paymentFrm .back-btn img {
	width: 21px;
	height: 18px;
	margin-right: 8px;
}


.payment-section .card.payment #paymentFrm .pprice small {
	color: #0F375F;
	font-size: 12px;
	line-height: 20px;
}

.orange-btn-type-two:hover {
	transition: all .5s;
	background-image: linear-gradient(274.45deg, #ff6234 -2.21%, #ff9548 99.87%);
}

.orange-btn-type-two:hover::after {
	transform: translateX(10px);
}

.payment-section .card.payment .credit-btn button:hover {
	background: #ff5e13;
}


.faq-accordian.new #faq-accordian .card:hover .btn-link {
	color: #fe6215;
}


.discount {
	margin: 25px 0;
	padding: 14px 24px;
	border-radius: 16px;
	background: linear-gradient(90deg, rgba(254, 123, 32, .1) 0%, rgba(255, 67, 6, .1) 100%), #fff;
	display: flex;
	align-items: center;
}

.discount .text-wrapper {
	width: 70%
}

.discount .text-wrapper p {
	margin-bottom: 2px;
	font-family: 'montserratbold';
	font-size: 16px;
	line-height: 24px;
	color: #092036;
}

.discount .text-wrapper h6 {
	margin: 0;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
	color: #092036;
}

.discount .image-wrapper {

	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.discount .image-wrapper img {
	width: 42px;
	object-fit: contain;
}

.payment-section .card.payment #paymentFrm .pprice .orange-btn {
	background: linear-gradient(90deg, #FE7B20 0%, #FF4306 100%), #000000;
	border-radius: 16px;
	font-size: 24px;
	font-family: 'montserratbold';
	text-transform: capitalize;
	padding: 17px 15px;
	height: 59px;
}

.payment-section #paymentResponse .wpf_form_notices.wpf_form_notice_error {
	margin-bottom: 0;
}

.payment-section #paymentResponse {
	padding: 0;
	max-width: 100%;
}

.payment-section .card.payment #paymentFrm .pprice {
	align-items: end;
	justify-content: end;
}

.payment-section .card.iq-report p {
	font-size: 24px;
	line-height: 36px;
	color: #0F375F;
	margin: 0;
}

.payment-section .card.iq-report .content-wrapper {
	width: calc(100% - 250px);
	display: inline-block;
}

.payment-section .card.iq-report .access-image {
	width: 220px;
	display: inline-block;
	vertical-align: top;
}

.payment-section .card.iq-report .access-image img {
	width: 100%;
}

.time-banner .result p span {
	letter-spacing: -2px;
}

footer.checkout-footer {
	background: linear-gradient(99deg, #194973 0%, #12283F 100%);
	padding: 56px 0 35px 0;
}

footer.checkout-footer .container {
	max-width: 1470px;
}

footer.checkout-footer .container .row {
	padding: 0;
}

footer.checkout-footer .footer-new .footer-content .footer-links b {
	font-size: 24px;
	line-height: 32px;
	font-family: 'montserratregular';
	font-weight: normal;
}

footer.checkout-footer .footer-new .footer-content .footer-links.support-link b {
	font-size: 32px;
	line-height: 42px;
}

footer.checkout-footer .footer-new .footer-content .footer-links .menu li a {
	font-size: 16px;
	line-height: 32px;
	color: #FFA466;
	font-family: 'montserratbold';
}

footer.checkout-footer .footer-bottom p {
	font-size: 18px;
	padding-bottom: 0;
}

footer.checkout-footer .footer-bottom {
	padding-bottom: 0;
}

footer.checkout-footer .footer-new .footer-content {
	width: 87%;
	margin-right: 0;
	margin-left: auto;
}



footer.checkout-footer .footer-new .footer-content .footer-links.support-link .menu {
	padding-top: 25px;
}

footer.checkout-footer .footer-new .footer-content .footer-links.support-link .menu li a {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-self: end;
}

footer.checkout-footer .footer-new .footer-content .footer-links.support-link .menu a:after {
	content: '';
	position: relative;
	width: 48px;
	height: 48px;
	display: inline-block;
	background-image: url('../images/icon-footer-arrow.svg');
	background-position: center;
	background-size: cover;
	margin-left: 10px;
}

footer.checkout-footer .footer-new .footer-content .footer-links {
	width: auto;
	max-width: unset;
	min-width: 20%;
}

.time-banner .counter-result #marqueeBox .image-wrapper {
	display: inline-block;
	margin: 0 0px;
}

.time-banner .counter-result .text-wrapper marquee {
	display: flex;
	align-items: center;
	justify-content: center;
}



.time-banner .counter-result .text-wrapper strong {
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-score-slider {

	position: relative;
}

.top-score-slider .wrapper {
	text-align: center;
	max-height: 20px;
	overflow: hidden;
	display: block;
	margin-bottom: 0 !important;
}

.top-score-slider {
	overflow: hidden;
	height: 30px;
	position: relative;
}




.top-score-slider .wrapper strong {
	opacity: 0;
	transform: translateY(-20px);

	transition: opacity 1s ease, transform 0.5s ease;

	position: absolute;
	width: 100%;
	text-align: center;
	margin: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}


.time-banner .counter-result .text-wrapper {
	width: 100%;
}

.time-banner .counter-result {
	width: 100%;
	max-width: 525px;
}

ul.wpml-ls-sub-menu .wpml-ls-item-aben {
	display: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-item li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-aben.wpml-ls-last-item {
	display: none;
}



@media (max-width: 1760px) {
	.checkout-page .container-fluid .row {
		margin: 0;
	}

	.payment-section .badge-group .badge {
		font-size: 14px;
		line-height: 18px;
		padding: 12px 18px;
		margin-bottom: 10px;
	}
}


@media (max-width: 1560px) {
	.score-hero-section h1 {
		font-size: 45px;
		line-height: 75px;
	}

	.score-hero-section {
		padding: 40px 0;
	}

	.payment-section .card h2 {
		font-size: 38px;
	}

	.score-hero-section .content-wrapper .user-score:nth-child(2) h2 {
		font-size: 36px;
		line-height: 30px;
	}

	.score-hero-section .content-wrapper .user-score h2 {
		font-size: 28px;
	}

	.orange-btn-type-two {
		font-size: 22px;
		padding: 19px 25px;
		line-height: 23px;
		border-radius: 15px;
	}

	.orange-btn-type-two:after {
		width: 40px;
		height: 40px;
		margin-left: 20px;
	}

	.payment-section .badge-group .badge {
		font-size: 14px;
		line-height: 18px;
		padding: 12px 18px;
		margin-bottom: 10px;
	}

	.list-section .list-view h3 {
		font-size: 22px;
	}

	.payment-section .card {
		padding: 32px;
	}

	.payment-section .trust-section .list-section .list-view .icon-wrapper {
		width: 80px;
		height: 80px;
	}

	.payment-section .trust-section .list-section .list-view .text-wrapper {
		width: calc(100% - 90px);
	}


	.payment-section .card.iq-report h2 img {
		width: 50px;
		height: 50px;
	}

	.payment-section .card>h3 {
		font-size: 28px;
	}

	.checkout-page .testinomial-section h2 {
		font-size: 50px;
	}

	.faq-accordian.new #faq-accordian h2 {
		font-size: 35px;
		line-height: normal;
	}

	.faq-accordian.new #faq-accordian .card .card-header h2 button {
		font-size: 20px;
		line-height: normal;
	}

	.faq-accordian.new #faq-accordian .card .card-header h2 {
		line-height: normal;
		font-size: unset;
	}

	.faq-accordian.new #faq-accordian .card {
		padding: 20px 12px 19px 24px;
	}

	.faq-accordian.new #faq-accordian .card .card-header h2 button:after {
		width: 38px;
		height: 38px;
		top: 13px;
	}

	.checkout-page .testinomial-section .client-info .description p {
		font-size: 16px;
		line-height: 28px;
	}

	.checkout-page .testinomial-section .client-info .text-wrapper .image-wrapper .user-name strong {
		font-size: 16px;
		line-height: 22px;
	}

	.checkout-page .testinomial-section .client-info .text-wrapper .image-wrapper .user-name {
		padding-left: 13px;
	}

	.checkout-page .testinomial-section .client-info .text-wrapper .image-wrapper img {
		width: 50px;
		height: 50px;
	}

	.checkout-page .testinomial-section .client-info .description {
		padding-top: 15px;
	}

	footer.checkout-footer .footer-new .footer-content .footer-links.support-link b {
		font-size: 26px;
		line-height: 39px;
	}

	footer.checkout-footer .footer-new .footer-content .footer-links b {
		font-size: 22px;
		line-height: 30px;
	}
}

@media (max-width: 1500px) {


	.payment-section .badge-group .badge {


		margin-bottom: 10px;
	}
}


@media (max-width: 1366px) {
	.time-banner .result {
		/* top: -77%; */
	}
}

@media (max-width: 1230px) {


	header .container {
		max-width: 100%;
	}

	.iq-navbar .dropdown-menu .nav-link,
	.iq-navbar .nav-item>.nav-link {
		font-size: 14px;
	}

	header a.orange-btn {
		font-size: 14px;
		padding: 5px 8px;
		margin-left: 5px !important;
	}

	.iq-navbar .btn-white {
		font-size: 14px;
		padding: 5px 8px;
		margin-left: 7px !important;
	}


	.navbar .navbar-brand img {
		height: 50px;
		width: auto;
		max-width: 100%;
	}

}


@media (max-width: 1199px) {


	footer.checkout-footer .footer-new .footer-content .footer-links {
		width: 40%;
	}

	footer.checkout-footer .footer-new .footer-content .footer-links b {
		font-size: 28px;
		line-height: 39px;
	}

	footer.checkout-footer .footer-new .footer-content .footer-links.support-link b {
		font-size: 32px;
		line-height: 40px;
	}

	footer.checkout-footer .footer-new .footer-content .footer-links.support-link .menu li a {
		justify-content: start;
		width: 100%;
	}

	.score-hero-section .score-wrapper {
		padding-bottom: 30px;
	}

	.payment-section .card.trust-section {
		width: 100%;
		max-width: 100%;
	}

	.payment-section .card.payment {
		width: 100%;
		max-width: 100%;
	}

	.payment-section .card.bg-lightorange {
		max-width: 100%;
	}

	.payment-section .card {
		margin-bottom: 20px;
	}

	.checkout-page .testinomial-section .box {
		width: 100%;
		max-width: 100%;
		padding: 22px;
	}

	.faq-accordian.new #faq-accordian {
		padding: 40px;
	}

	.faq-accordian.new #faq-accordian h2 {
		font-size: 30px;
	}

	.payment-section .card.payment .express-checkout-wrapper #gpay_btn,
	.payment-section .card.payment .express-checkout-wrapper #paypal-button-container {
		max-width: 49%;
	}
}


@media (max-width: 991px) {

	.time-banner .result {
		/* top: -92%; */
	}

	.faq-accordian.new #faq-accordian .card .card-body p {

		margin-top: 12px;
		font-size: 16px;
		line-height: 27px;

	}

	.score-hero-section h1 {
		font-size: 32px;
		line-height: normal;
		margin-bottom: 15px;
	}

	.checkout-page .container-fluid .row {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.score-hero-section .content-wrapper .orange-btn-type-two {
		max-width: 311px;
		width: 95%;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 25px;
	}

	.score-hero-section p {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 30px;
	}

	.score-hero-section .content-wrapper .user-score .image-wrapper img {
		width: 80px;
		height: 80px;
	}

	.score-hero-section .content-wrapper .user-score .image-wrapper {
		width: 80px;
		height: 80px;
	}

	.score-hero-section .content-wrapper .user-score {
		width: 100px;
	}

	.score-hero-section .content-wrapper .user-score:nth-child(2) h2 {
		font-size: 32px;
		line-height: 20px;
	}

	.score-hero-section .content-wrapper .user-score h2 {
		font-size: 20px;
	}

	.faq-accordian .card-body p {
		font-size: 14px;
		line-height: 24px;
	}

	.orange-btn-type-two {
		font-size: 20px;
		line-height: 24px;
		border-radius: 20px;
		text-align: left;
		padding: 15px 12px 15px 12px;
		width: auto;
		max-width: 100%;
		min-width: unset;
	}

	.payment-section .card h2 {
		font-size: 28px;
		line-height: 34px;
	}

	.payment-section .badge-group .badge {
		font-size: 12px;
		line-height: 24px;
		padding: 8px 15px;
	}

	.checkout-page .testinomial-section {
		padding-bottom: 20px;
	}


	.list-section .list-view h3 {
		font-size: 20px;
		line-height: normal;
	}

	.payment-section .trust-section .list-section .list-view .icon-wrapper {
		width: 60px;
		height: 60px;
	}

	.payment-section .card {
		padding: 25px 20px;
		max-width: 100%;
	}

	.payment-section .trust-section .list-section .list-view .text-wrapper {
		width: calc(100% - 65px);
	}

	.score-hero-section .image-wrapper {
		width: 100%;
		padding-bottom: 55px;
	}

	.score-hero-section .content-wrapper {
		padding-bottom: 15px;
		text-align: center;
		justify-content: center;
		align-items: center;
	}

	.payment-section .trust-section .list-section .list-view {
		border-radius: 16px;
	}

	.access p {
		font-size: 12px;
		line-height: 24px;
	}

	.access img {
		width: 24px;
		height: 24px;
	}


	.payment-section .card.iq-report {
		padding-bottom: 8px;
	}


	.payment-section .card ul li {
		font-size: 16px;
		line-height: 24px;
		font-family: 'montserratregular';
	}

	.access:before {
		height: 48px;
		z-index: -1;
		bottom: 73px;
		border-radius: 0;
		left: -13px;
		width: 100%;
	}


	.payment-section .card:nth-child(1) {
		order: 2;
	}

	.payment-section .card:nth-child(2) {
		order: 1;
	}

	.payment-section .card:nth-child(3) {
		order: 3;
	}

	.payment-section .card:nth-child(4) {
		order: 3;
	}

	.payment-section .card:nth-child(5) {
		order: 4;
	}

	.checkout-page .testinomial-section h2 {
		font-size: 32px;
		line-height: normal;
		margin-bottom: 0;
	}

	.checkout-page .testinomial-section h2 span {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}

	.checkout-page .testinomial-section .box {
		width: 100%;
		padding: 16px;
		border-radius: 24px;
	}

	.faq-accordian.new #faq-accordian h2 {
		font-size: 32px;
		margin-bottom: 28px;
	}

	.faq-accordian.new .container-fluid {
		padding: 0;
	}

	.faq-accordian.new #faq-accordian .card .card-header h2 button {
		font-size: 14px;
		width: 85%;
	}

	.faq-accordian.new #faq-accordian .card .card-header h2 button:after {
		width: 40px;
		height: 40px;
		top: 11px;
		right: 14px;
	}

	.faq-accordian.new #faq-accordian .card {
		padding: 20px 18px;
		border-radius: 20px;
	}

	.faq-accordian.new #faq-accordian {
		padding: 40px 16px;
	}

	.faq-accordian.new {
		padding-bottom: 30px;
	}


	.time-banner .result p,
	.time-banner .result .time-counter span {
		font-size: 14px;
		line-height: 22px;
	}


	.time-banner {
		padding: 13px 0px;
	}

	.checkout-page .row {
		margin: 0;
	}


	.total-row h6 {
		font-size: 20px;
		line-height: 28px;
	}

	.total-row {
		padding: 5px 0 15px 0;
	}

	.payment-section .card {
		width: 100%;
	}

	.payment-section .card.iq-report h2 {
		font-size: 28px;
	}

	.payment-section .card.iq-report p {
		font-size: 16px;
		line-height: 24px;
	}

	.payment-section .card.iq-report h2 img {
		width: 32px;
		height: 32px;
		margin-right: 10px;
	}

	.access {
		border: 1px solid #FE7B20;
		padding: 8px 12px;
		border-radius: 16px;
		background-color: #fff;
		width: 100%;
		position: relative;
		z-index: 0;
		left: 0;
		transform: unset;
		margin: 24px auto 0px 0;
	}

	.payment-section .card>h3 {
		font-family: 'montserratbold';
	}

	.payment-section .trust-section .card>h3 {
		font-size: 24px !important;
	}

	.payment-section .card.bg-lightorange ul li {
		font-family: 'Montserrat-Medium';
	}

	footer.checkout-footer .footer-new .footer-content .footer-links {
		width: 100%;
		text-align: center;
		min-width: unset;
	}

	footer.checkout-footer .footer-new .footer-content {
		width: 100%;
	}

	footer.checkout-footer .footer-new .footer-content .footer-links:nth-child(1) {
		order: 2;
	}

	footer.checkout-footer .footer-new .footer-content .footer-links:nth-child(2) {
		order: 3;
	}

	footer.checkout-footer .footer-new .footer-content .footer-links:nth-child(3) {
		order: 4;
	}

	footer.checkout-footer .footer-new .footer-content .footer-links:nth-child(4) {
		order: 1;
	}

	footer.checkout-footer .footer-new .footer-content .footer-links.support-link .menu li a {
		justify-content: center;
	}

	footer.checkout-footer .footer-new .footer-content .footer-links.support-links b,
	footer.checkout-footer .footer-new .footer-content .footer-links b {
		font-size: 24px;
		line-height: 33px;
	}

	footer.checkout-footer .footer-new .footer-content .footer-links b {
		padding-bottom: 12px;
		display: block;
	}

	footer.checkout-footer .footer-new .footer-content .footer-links .menu li {
		margin-bottom: 5px;
	}

	footer.checkout-footer .footer-bottom p {
		font-size: 12px;
		line-height: 22px;
	}

	footer.checkout-footer .footer-new .footer-logo {
		max-width: 99px;
		margin-bottom: 20px;
	}

	footer.checkout-footer .footer-new .footer-content .footer-links.support-link .menu li a {
		border-radius: 24px;
		border: 1px solid #3B73A5;
		font-size: 20px;
		line-height: 24px;
		height: 64px;
		position: relative;
		justify-content: space-between;
		padding-left: 20px;
		padding-right: 10px;
	}

	footer.checkout-footer .footer-new .footer-content .footer-links.support-link .menu a:after {
		top: 3px;
	}

	.score-hero-section .image-wrapper img {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.payment-section .trust-section .list-section .list-view .icon-wrapper {
		width: 40px;
		height: 40px;
	}

	.checkout-page .testinomial-section .row {
		gap: 0;
		display: block;
	}

	.score-hero-section .content-wrapper {
		width: 100%;
	}

	.orange-btn-type-two span {
		display: none;
	}

	.score-hero-section .row {
		background-image: url('../images/score-bg-mobile.svg');
		background-size: 100%;
		background-position: top;
		background-color: #fff8f5;
	}

	.payment-section .card {
		padding: 20px;
	}


	.payment-section .trust-section .list-section .list-view p {
		margin-left: -51px;
		padding-top: 8px;
	}

	.payment-section .trust-section .list-section .list-view .text-wrapper {
		width: calc(100% - 45px);
	}

	.score-hero-section .content-wrapper .orange-btn {
		width: 100%;
	}

	.access:before {
		height: 71px;
		z-index: -1;
		bottom: 73px;
		border-radius: 0;
		left: -13px;
		width: 108%;
	}

	.orange-btn-type-two {
		width: 92%;
	}

	.payment-section .card.payment .express-checkout-wrapper {
		padding-left: 0;
		padding-right: 0;
	}


	.payment-section .card.payment .express-checkout-wrapper #gpay_btn,
	.payment-section .card.payment .express-checkout-wrapper #paypal-button-container {
		width: 100%;
		height: 55px;
		overflow: hidden;
		max-width: 100%;
	}

	.score-hero-section .row {
		padding: 65px 20px 20px 20px;
	}

	.score-hero-section .image-wrapper {
		padding-bottom: 60px;
	}

	.score-hero-section .content-wrapper .orange-btn-type-two {
		bottom: 15px;
	}

	.discount {
		margin: 18px 0;
		padding: 10px 24px;
	}

	.payment-section .card.iq-report .access-image {
		width: 100%;
	}

	.payment-section .card.iq-report .content-wrapper {
		width: 100%;
	}

	.payment-section .card.iq-report {
		display: block;
	}

	.payment-section .card.iq-report h2 {
		padding-top: 10px;
		margin-bottom: 20px;
	}

	.payment-section .card.iq-report p {
		padding-bottom: 20px;
	}

	.payment-section .card.iq-report .access-image img {
		width: 265px;
		margin: 0 auto 10px auto;
		display: table;
	}

	.time-banner .result {
		/* left: 13px; */
		max-width: 100%;
		/* justify-content: start; */
		/* transform: translate(0%, -50%); */
		/* top: -84%; */
	}


	.time-banner .counter-result {
		padding: 9px 17px;
	}

	.time-banner .counter-result p {
		font-size: 14px;
	}

	.checkout-page .testinomial-section .client-info .text-wrapper .image-wrapper .user-name p {
		font-size: 14px;
	}

	.checkout-page .testinomial-section .client-info .text-wrapper .image-wrapper .user-name p:before {
		width: 14px;
		height: 16px;
		background-size: contain;
		margin-right: 6px;
	}


	.payment-section .card.payment #paymentFrm .pprice {
		flex-direction: column;
		align-items: center;
	}

	.payment-section .card.payment #paymentFrm .pprice small {
		display: block;
		text-align: left;
		width: 100%;
		padding-bottom: 25px;
	}

	.payment-section .card.payment #paymentFrm .pprice .orange-btn {
		width: 100%;
	}

	/* header .navbar button.navbar-toggler {
			visibility: hidden;
		} */

	.score-hero-section {
		padding-top: 15px;
	}

	.score-hero-section .row {
		padding-top: 25px;
	}

	.score-hero-section .image-wrapper img {
		max-width: 215px;
		margin-left: 19px;
	}

	/* .score-hero-section h1 {
			font-size: 28px;
		}
	 */
	.score-hero-section p {
		margin-bottom: 10px;
	}

	.time-banner {
		padding: 6px;
	}

	.time-banner .counter-result {
		padding: 5px 10px;
		border-radius: 5px;
	}

	.time-banner .counter-result .text-wrapper strong {
		font-size: 12px;
	}

	.time-banner .container-fluid {
		padding: 0 0;
	}

	.payment-section .card.payment .express-checkout-wrapper #paypal-button-container {
		margin-top: 9px !important;
	}

	.time-banner .result p br {
		display: none !important;
	}
}


@media (max-width: 439px) {
	.access:before {
		height: 71px;

	}
}

@media (max-width: 435px) {
	.access:before {
		height: 87px;

		bottom: 98px;
	}
}

@media (max-width: 355px) {
	.orange-btn-type-two {
		font-size: 17px;
		line-height: 20px;
		padding: 10px 12px 10px 15px;
	}

	.orange-btn-type-two:after {
		width: 30px;
		height: 30px;
		margin-left: 10px;
	}

	.score-hero-section .content-wrapper .user-score {
		width: auto;
		padding: 0 5px;
	}

	.score-hero-section .content-wrapper .user-score .image-wrapper {
		width: auto;
		height: auto;
	}

	.score-hero-section .content-wrapper .user-score .image-wrapper img {
		width: 70px;
		height: 70px;
	}



	.access:before {
		bottom: 96px;
		height: 105px;
	}

	.access p {
		font-size: 10px;
		line-height: 22px;
	}
}

/* Added Quiz Page CSS */
body.page-template-quiz .preload {
	pointer-events: auto;
}

@media (max-width: 767px) {
	.sec-cont.challange-cont .iq-header {
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
		flex-wrap: nowrap;
	}

	.question-title,
	.question-main span {
		padding-bottom: 0;
		font-size: 13px;
	}

	.question-main {
		margin-bottom: 0;
		padding-bottom: 0;
		flex-direction: column;
		min-height: 200.19px !important;
		padding-top: 8px;
	}

	.option-main {
		padding-bottom: 0;
	}

	.page-main .page-inner-link {
		margin: 4px 0px;
		font-size: 12px;
		height: 22px;
		width: auto;
		min-width: 22px;
		padding: 0 5px;
	}

	#quiz-main .page-main {
		margin-top: 5px;
		padding-left: 0;
		padding-right: 0;
	}

	.orange-btn.submit-quiz {
		padding: 12px 18px;
		font-size: 12px;
		min-width: unset;
	}

	.quiz-main-inner {
		margin-bottom: 10px;
	}

	.question-main img {
		min-height: 172px;
	}

	.option img {
		max-width: 36px;
		margin-right: 0;
		min-height: 36px;
	}

	.option-main .option {
		padding: 10px;
		/* background: red; */
	}

	.option-main .question-title {
		margin-bottom: 3px;
	}

	.quiz-main-inner .option-main {
		align-items: start;
		flex-direction: row;
		justify-content: normal;
		gap: 0;
	}

	.iq-header h4,
	.iq-header h1 {
		font-size: 14px;
	}

	.sec-cont.challange-cont .iq-header .progress-bar {
		display: none;
	}

	.page-template-quiz .iq-counter {
		width: auto;
		margin: 0;
		display: inline-flex;
		max-width: 100px;

	}

	.iq-counter span.countdown {
		font-size: 14px;
	}

	#quiz-main.new_quiz_logic .main_question_wrapper {
		max-height: 550px;
		min-height: 550px;
	}

	.sec-cont.challange-cont .iq-header h1.question_sequence {
		width: calc(100% - 100px);
		text-align: left;

	}

}

@media (max-width: 355px) {
	.question-main img {
		max-width: 72% !important;
	}
}

.card.payment ul:nth-of-type(2) {
	margin-top: 14px;
}

html[lang="ja"] .page-template-quiz-checkout .orange-btn-type-two {
	font-weight: bold;
}

/* html[lang="ja"] .page-template-checkout-page-v2 .express-checkout-wrapper {
	display: inline-grid-lanes !important;
	justify-content: space-around !important;
}

html[lang="ja"] .page-template-checkout-page-v2 .payment-section .card.payment .express-checkout-wrapper #gpay_btn {
	max-width: 100%;
	margin: 0 !important;
	width: 100%;
}

html[lang="ja"] .page-template-checkout-page-v2 .payment-section .card.payment .express-checkout-wrapper #paypal-button-container {
	top: 0;
	max-width: 396px;
	margin: 0 !important;
	width: calc(50% - 10px);
} */

html[lang="ja"] .page-template-quiz-checkout .payment-section .card.payment .express-checkout-wrapper #gpay_btn button {
	background-size: 30%;
}

/*******NEW CHECKOUT FEB 19**************/
html[lang=id-ID] body.page-id-3104518 header {
	display: none;
}

.iq-checkout.page-section .ty-orange {
	border-radius: 0;
	padding: 15px;
	background: #094065;
}

.iq-checkout.page-section .od-header {
	border-radius: 0;
}

.iq-checkout.page-section .order-deails .order-deail-item {
	border-radius: 0;
	margin-bottom: 10px;
	background-color: #f6f5f5;
	border: 1px solid #ccc;
	margin-left: -1px;
	margin-right: -1px;
	padding: 20px 30px;
}

.iq-checkout.page-section .order-total {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	padding: 15px 52px 15px 80px;
	background: #094065;
}

.iq-checkout.page-section .paynet-opt .pay-method {
	flex-direction: column;
	gap: 0 !important;
}

.iq-checkout.page-section {
	background-color: #f6f5f5;
}

.iq-checkout.page-section .page-content {
	padding: 20px 50px;
}

.iq-checkout.page-section .order-cont .order-deails .order-deail-item .oi-info {
	padding-left: 0;
}

.iq-checkout.page-section .order-cont {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: 0;
	overflow: hidden;
}

.iq-checkout.page-section .paynet-opt {
	border-radius: 0;
	padding: 25px 50px 10px 50px;
	background-color: #fff;
	align-items: center;
}

.iq-checkout.page-section .order-total h4 {
	padding-bottom: 0;
	color: #fff;
}

.iq-checkout.page-section .page-content p.disclaimer_text {
	padding-left: 50px;
	padding-bottom: 15px;
}


.iq-checkout.page-section .container {
	max-width: 1185px;
}


.iq-checkout.page-section .oi-info.desktop {
	flex: 0 0 60%;
}


.iq-checkout.page-section .order-deails .order-deail-item .oi-info {
	flex: 0 0 60%;
}

.iq-checkout.page-section .order-deails .order-deail-item .oi-img {
	flex: 0 0 25%;
	text-align: right;
	margin-left: auto;
	display: flex;
	align-items: center;
	flex-grow: 1;
	justify-content: flex-end;
}

.iq-checkout.page-section .order-deails .order-deail-item .oi-img.total-score img {
	max-width: 70px;
	height: auto;
	width: auto;
	margin: 0;
}

.iq-checkout.page-section .order-deails .order-deail-item .oi-img img {
	object-fit: contain;
	margin: 0;
	display: table;
	height: 135px;
	object-position: center;
}

@media (max-width: 767px) {
	.iq-checkout.page-section .ty-orange {
		padding: 15px;
	}

	.iq-checkout.page-section .page-content {
		padding: 20px 0px;
	}

	.iq-checkout.page-section .order-deails .order-deail-item {
		padding: 20px;
		flex-direction: column-reverse;
	}

	.iq-checkout.page-section .order-total {
		padding: 10px 20px;
	}

	.iq-checkout.page-section .order-total .ttl-hdr {
		margin: 0;
	}

	.iq-checkout.page-section .paynet-opt {
		padding: 20px 20px;
		flex-direction: column;
	}

	.iq-checkout.page-section .paynet-opt .pay-btn {
		margin-bottom: 0;
		margin-top: 15px;
		max-width: 100%;
	}

	.iq-checkout.page-section .pay-btn {
		max-width: 90%;
		margin: 0 auto;
	}

	.iq-checkout.page-section {
		padding-bottom: 30px;
	}

	.iq-checkout.page-section .paynet-opt .pay-method {
		justify-content: center;
		width: 100%;
		gap: 20px !important;
		flex-direction: row;
		gap: 10px !important;
	}

	.iq-checkout.page-section .pay-method .custom-radio {
		margin-bottom: 0;
	}

	.iq-checkout.page-section .order-deails .order-deail-item .oi-info {
		flex: 0 0 100%;
	}

	.iq-checkout.page-section .order-deails .order-deail-item .oi-img {
		flex: 0 0 100%;
		background-color: transparent;
		border: 0;
		width: auto;
		height: auto;
		margin: 0 auto;
		max-width: 80%;
	}

	.iq-checkout.page-section .order-deails .order-deail-item .oi-img img {
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}

	.iq-checkout.page-section .od-header {
		padding: 10px;
	}

	.iq-checkout.page-section .order-cont .order-deails .order-deail-item .oi-info.desktop h5 {
		display: none;
	}

	.iq-checkout.page-section .order-cont .order-deails .order-deail-item .oi-info.desktop p {
		font-size: 16px;
		line-height: 26px;
	}

	.iq-checkout.page-section .order-cont .order-deails .order-deail-item .oi-info h5 {
		font-size: 18px;
		line-height: 28px;
	}

	.iq-checkout.page-section .page-content p.disclaimer_text {
		padding-left: 20px;
		padding-right: 20px;
	}

	.iq-checkout.page-section .page-content.well-done-content {
		padding: 20px 10px;
	}

	.iq-checkout.page-section .page-content p {
		font-size: 12px;
		line-height: 22px;
	}
}

@media (max-width: 415px) {
	.iq-checkout.page-section .paynet-opt .pay-method {
		flex-direction: column;
		width: 100%;
		gap: 20px !important;
		justify-content: center;
	}
}