/*
Theme Name: Provident
Theme URI: http://www.provident.ae
Author: Mudassar

*/
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Global overflow prevention */
html {
	overflow-x: hidden;
	width: 100%;
	max-width: 100%;
}

* {
	max-width: 100%;
	box-sizing: border-box;
}

body {
	background: #F6F6F6;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4;
	font-family: 'Open Sans';
	color: #3D3D3D;
	width: 100%;
	overflow-x: hidden; /* Prevent horizontal scrollbar */
}
@font-face {
    font-family: 'optima';
    src: url('../fonts/optima.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.bg {
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: 'optima';
}

p {
	margin-bottom: 25px;
}

strong {
	font-weight: 500;
}

label {
	font-weight: 500;
	margin-bottom: 5px;
	color: #222;
}

hr {
	margin: 30px 0 30px 0;
	border-color: #ddd;
}

ul,
ol {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-xxxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}


@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-xxxl {
        max-width: 105rem;
    }
    .banner-right{
        max-width: 500px!important;
        width: 100%;
    }
}
.container-fluid{
    width: 100%;
}
/*General links color*/
a {
	color: #2955a9;
	text-decoration: none;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: none;
}
a:hover,
a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}

a.animated_link {
	position: relative;
	text-decoration: none;
}

a.animated_link {
	position: relative;
	text-decoration: none;
}
a.animated_link:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -5px;
	opacity: 1;
	left: 0;
	background-color: #2955a9;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.animated_link:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

a.animated_link.active {
	position: relative;
	text-decoration: none;
	color: #2955a9;
}
a.animated_link.active:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -5px;
	opacity: 1;
	left: 0;
	background-color: #2955a9;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/*-------- 1.2 Buttons --------*/
a.btn_1,
.btn_1 {
	border: none;
	color: #fff;
	background: #2955a9;
	outline: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	padding: 12px 25px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-size: 0.875rem;
}
a.btn_1:hover,
.btn_1:hover {
	background-color: #0f293b;
}
a.btn_1.full-width,
.btn_1.full-width {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
a.btn_1.small,
.btn_1.small {
	padding: 7px 10px;
	font-size: 13px;
	font-size: 0.8125rem;
}
a.btn_1.medium,
.btn_1.medium {
	font-size: 16px;
	font-size: 1rem;
	padding: 18px 30px;
}
a.btn_1.rounded,
.btn_1.rounded {
	-webkit-border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-ms-border-radius: 25px !important;
	border-radius: 25px !important;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
a.btn_1.yellow,
.btn_1.yellow {
	background: #f8bd2c;
	color: #111;
}
a.btn_1.yellow:hover,
.btn_1.yellow:hover {
	background-color: #0f293b;
	color: #fff;
}

/*-------- 1.3 Structure --------*/
/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
}

[data-loader="emaar-logo"] {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -80%);
	width: 188px;
	height: 38px;
}

.loader-tagline {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 200%);
	color: #D9D9D9;
	font-family: 'optima', sans-serif;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	animation: fadeInText 5s ease-in-out infinite;
	margin: 0;
	padding: 0;
}

/* Responsive design for tagline */
@media (max-width: 768px) {
	.loader-tagline {
		font-size: 20px;
		transform: translate(-50%, 210%);
	}
	
	[data-loader="emaar-logo"] {
		width: 150px;
		height: 30px;
		transform: translate(-50%, -85%);
	}
}

@media (max-width: 480px) {
	.loader-tagline {
		font-size: 18px;
		transform: translate(-50%, 220%);
	}
	
	[data-loader="emaar-logo"] {
		width: 130px;
		height: 26px;
		transform: translate(-50%, -90%);
	}
}

[data-loader="emaar-logo"] svg {
	width: 100%;
	height: 100%;
}

[data-loader="emaar-logo"] svg path {
	fill: #D9D9D9;
	animation: colorSweep 4s ease-in-out infinite;
}

/* Left-to-right sweep animation for EMAAR letters */
/* E (first letter - path 5) */
[data-loader="emaar-logo"] svg path:nth-child(5) { animation-delay: 0s; }
/* M (second letter - path 1) */
[data-loader="emaar-logo"] svg path:nth-child(1) { animation-delay: 0.3s; }
/* A (third letter - path 2) */
[data-loader="emaar-logo"] svg path:nth-child(2) { animation-delay: 0.6s; }
/* A (fourth letter - path 3) */
[data-loader="emaar-logo"] svg path:nth-child(3) { animation-delay: 0.9s; }
/* R (fifth letter - path 4) */
[data-loader="emaar-logo"] svg path:nth-child(4) { animation-delay: 1.2s; }

@keyframes colorSweep {
	0% {
		fill: #D9D9D9;
	}
	15% {
		fill: #666666;
	}
	30% {
		fill: #000000;
	}
	45% {
		fill: #666666;
	}
	60% {
		fill: #D9D9D9;
	}
	100% {
		fill: #D9D9D9;
	}
}

@keyframes fadeInText {
	0% {
		color: #D9D9D9;
		opacity: 0.6;
	}
	25% {
		color: #999999;
		opacity: 0.8;
	}
	50% {
		color: #000000;
		opacity: 1;
	}
	75% {
		color: #999999;
		opacity: 0.8;
	}
	100% {
		color: #D9D9D9;
		opacity: 0.6;
	}
}

#loader_form {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 999999;
	display: none;
}

[data-loader="circle-side-2"] {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-animation: circle infinite 0.95s linear;
	-moz-animation: circle infinite 0.95s linear;
	-o-animation: circle infinite 0.95s linear;
	animation: circle infinite 0.95s linear;
	border: 2px solid #333;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-right-color: rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(0, 0, 0, 0.2);
	border-radius: 100%;
}

@-webkit-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
header {
	position: relative;
	padding: 15px 0;
}
header.header_in {
	background-color: #fff;
}
header .cd-nav-trigger {
	top: 0;
}
header #social {
	right: 80px;
	position: absolute;
	top: 5px;
}
@media (max-width: 991px) {
	header #social {
		right: 70px;
	}
}
header #social ul {
	margin: 0;
	padding: 0;
}
header #social ul li {
	float: left;
	margin: 0 5px 10px 0;
	list-style: none;
}
header #social ul li a {
	color: #555;
	text-align: center;
	line-height: 35px;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header #social ul li a:hover {
	color: #2955a9;
}

/* Custom CSS */

.modal-dialog {
	max-width: 1100px;
}
.quiz-images:hover {
	border-color: #ee723e !important;
}

.quiz-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	min-height: calc(100vh - 80px);
}
.bottom-bar{
	background-color: #E6E6E6;
	position: relative;
    bottom: 0;
    width: 100%;
	height: 80px;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.bottom-bar p{
	color: #3D3D3D;
	text-align: center;
    margin: 0;
}
.content-area .logo {
	max-width: 275px;
	width: 100%;
	padding-bottom: 45px;
}

.content-area {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	/* background: #07234b; */
}

.secondary-color {
	color: #ee723e;
}

.main-img {
	width: 100%;
}

.main-img img {
	width: 100%;
	border-radius: 35px;
}

.modal-header img {
	max-width: 140px;
}

.row-wrapper {
	height: auto;
	padding-top: 50px;
}

.logo img {
	width: 100%;
	max-width: 250px;
}

.logo {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding-top: 30px;
}

.content-area h1 {
	line-height: 3.5rem;
	padding-bottom: 45px;
}

.content-area .take-quiz {
	background: #ee723e;
	color: white;
	padding: 20px 30px;
	font-size: 1.5rem;
	border-radius: 40px;
}

.content-area .take-quiz:hover {
	background: black;
}

.quiz-images img {
	width: 100%;
	/* border-top-left-radius: 8px;
	border-top-right-radius: 8px; */
}

.quiz-images {
	padding: 10px 10px 0 10px !important;
	text-align: center;
	border-radius: 10px !important;
}

.quiz-images .title {
    font-size: 15px;
	padding: 15px 0 15px 0px;
	font-weight: 600;
}

.brochure-wrap {
	padding-top: 55px;
	max-width: 300px;
	text-align: center;
}

.brochure-img {
	background: #d1d1d1;
	border-radius: 25px;
	margin: 10px 0;
}

.brochure-img img {
	width: 100%;
	padding: 15px 35px;
}

.contact-box {
	margin-top: 25px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 15px 0;
	border-radius: 19px;
}

.contact-box a {
	font-size: 1.4rem;
	color: black;
}

.mob-only {
	display: none;
}

/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/
/*-------- 2.1 Wizard --------*/
#form_container {
	background-color: #fff;
	width: 100%;
	min-height: 460px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

#left_form {
	background-color: #2955a9;
	min-height: 460px;
	color: #fff;
	text-align: center;
	padding: 90px 30px 30px 30px;
	box-sizing: border-box;
	position: relative;
	height: 100%;
}
@media (max-width: 991px) {
	#left_form {
		padding: 30px;
		min-height: inherit;
	}
}
#left_form h2 {
	font-weight: 500;
	color: #fff;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 32px;
	margin-bottom: 25px;
}
#left_form h2 span {
	font-size: 20px;
	font-size: 1.25rem;
	display: block;
}
#left_form p {
	font-size: 16px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	a.purchase {
		display: none;
	}
}

a.mobile_btn {
	display: none;
}
@media (max-width: 767px) {
	a.mobile_btn {
		margin: 5px 0 30px 0;
		display: inline-block;
	}
	.submit input[type=text], .submit input[type=email], .submit input[type=tel], .submit select{
	    height: 3em!important;
	}
	.submit textarea{
	    height: 7em!important;
	}
}

input#website {
	display: none;
}

#wizard_container {
	padding: 60px 60px 0;
	/* position: relative; */
}
@media (max-width: 767px) {
	#wizard_container {
		padding: 0px;
	}

	.bottom-container {
		grid-template-columns: 100% !important;
	}
	.submit-section .nav-btns{
		margin-top: 40px !important;
	}

	/* Custom mobile css */

	.quiz-container {
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 0px;
	}
	.row-wrapper {
		height: 100%;
		margin-right: 0;
        margin-left: 0;
	}
	.content-area {
		text-align: center;
	}
	.content-area h1 {
		font-size: 1.5rem;
		font-weight: 300;
	}
	.content-area h1 br,
	.main-img {
		display: none;
	}
	.brochure-wrap {
		max-width: 400px;
	}
	.contact-box {
		margin-top: 25px;
		box-shadow: none;
		padding: 15px 0;
		border-radius: 19px;
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.contact-box a {
		box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
		padding: 15px 0;
		border-radius: 19px;
	}
	.container_radio.version_2 .checkmark{
	    bottom: 14px!important;
        height: 20px!important;
        width: 20px!important;
	}
	.container_radio.version_2 .checkmark:after{
	    width: 20px!important;
        height: 20px!important;
	}
	.container_radio.version_2 .checkmark:before{
	    left: 8px!important;
        top: 5px!important;
        width: 4px!important;
        height: 8px!important;
	}
	.contact-box .whatsapp {
		box-shadow: none;
		background: #4fce5d;
		color: white;
	}
	.mob-only {
		display: block;
	}
	button.backward{
		/* top: 11px!important;
		bottom: initial!important;
		left: 0!important;
		color: transparent; */
	}
	.quiz-question .grid-2{
		grid-template-columns: 1fr 1fr!important;
	}
	.quiz-left-section p{
		text-align: left;
	}
	.quiz-images .title{
		padding: 15px 0 15px 0px;
		text-align: left !important;
		padding-left: 30px !important;
		font-size: 13px;
	}
	.form-left-grid div span:nth-child(1){
		text-align: left;
		font-size: 15px;
	}
	.form-left-grid div span:nth-child(2){
		text-align: left;
		font-size: 15px;
	}
	.flex-fields,.flex-fields-2{
		grid-template-columns: 1fr!important;
		gap: 15px !important;
	}
	.form-left-grid{
		display: none;
	}
	.form-quiz-p{
		margin-top: 10px;
	}
	.form-section .form-group{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	button.submit{
		left: 50%;
		transform: translate(-50%);
		bottom: 40px!important;
		margin-left: 0!important;
	}
	.fl-wrap-select{
		text-align: left!important;
		width: 100%;
	}
	.form-section{
	    /*padding-bottom: 80px;*/
	}
}

/* Small mobiles css */
@media (max-width: 365px) {
	.quiz-question .row {
		grid-template-columns: 1fr !important;
	}
}

#middle-wizard {
	width: 100%;
	/* display: flex; */
	vertical-align: middle;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#middle-wizard .submit-section{
	display: flex;
	justify-content: center;
}
@media (max-width: 767px) {
	#middle-wizard {
		width: 100%;
		min-height: inherit;
		padding-bottom: 15px;
        padding-top: 22px;
	}
	.bottom-bar p{
	    font-size: 8px!important;
	}
}
.submit-section .nav-btns{
	margin-top: 70px;
}
#middle-wizard .step {
	width: 100%;
	margin-top: 50px;
}
.step-thank-you{
    background-color: #EFEFEF;
	height: 50vh;
	display: flex;
	margin-top: 39px;
}
.thank-you-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 46px;
    gap: 20px !important;
}
.thank-you-container img{
    max-width: 70px;
    width: 100%;
}
.thank-you-head{
    text-align: center;
    font-size: 34px!important;
}
.step-thank-you a{
    padding: 17px 80px;
    background-color: #000E23;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid transparent;
}
.step-thank-you a:hover{
    border-color: #000E23;
    background-color: #fff;
    color: #000E23;
}
h3.main_question {
	margin: 0 0 25px 0;
	padding: 0;
	font-weight: 500;
	font-size: 18px;
	font-size: 1.7rem;
	line-height: 1.4;
	position: relative;
	color: #000;
}
h3.main_question i {
	position: absolute;
	left: -30px;
	font-weight: bold;
	color: #2955a9;
	font-size: 21px;
	font-size: 1.3125rem;
	top: 2px;
}
@media (max-width: 767px) {
	h3.main_question i {
		display: none;
	}
	h3.main_question {
        font-size: 1.5rem;
	}
}
.forward{
	/* visibility: hidden; */
}
/* Wizard Buttons*/
button.backward,
button.forward,
button.submit {
	border: none;
	color: #fff;
	text-decoration: none;
	transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-align: center;
	position: relative;
	font-size: 15px;
	font-weight: 600;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	line-height: 1;
	padding: 15px 30px;
	border-radius: 7px;
	font-family: 'optima';
}
button.submit{
	position: relative;
    top: 30px;
    width: 100%;
    border-radius: 0;
    margin-left: 0;
    background: #000E23;
	padding: 15px 0;
	text-transform: uppercase;
}
button.backward {
	color: #3D3D3D;
	background-color: #fff;
}
.nav-btns{
	display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 40px;
}
.nav-btns img{
	max-width: 16px;
	width: 100%;
	margin-top: -2px;
}

.backward:hover{
	background: initial;
	color: initial;
}
button[disabled] {
	display: none;
}
.forward{
	background: linear-gradient(180deg, #000000 0%, #666666 100%);
}
.forward:hover {
	background: #0f293b;
	color: #fff;
}

#top-wizard {
	margin: -60px -60px 0 -60px;
	width: 100%;
}
@media (max-width: 767px) {
	#top-wizard {
		margin: -30px -30px 0 -30px;
	}
}

.bottom-container {
	display: grid;
	grid-template-columns: 70% 30%;
}
.form-section{
	justify-content: flex-start!important;
}
#bottom-wizard {
	text-align: right;
}

.submit input[type=text],.submit input[type=email],.submit input[type=tel] {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	color: #3d3d3d;
	background-color: #fff;
	padding: 0rem 1rem 0;
	height: 4em;
	-webkit-box-shadow: none;
	border-radius: 10px;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	border: none;
}
.sibmit.step{
	display: flex	;
	justify-content: center;
	margin-top: 60px;
}
.submit .quiz-main-container{
	max-width: 70%;
}
.submit h3, .submit p{
	text-align: center;
}
.submit select {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	color: #3d3d3d;
	background-color: #fff;
	padding: 0rem 1rem 0;
	height: 4em;
	-webkit-box-shadow: none;
	border-radius: 10px;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	border: none;
}
.submit textarea {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	color: #3d3d3d;
	background-color: #fff;
	padding: 1rem 1rem 0;
	height: 12em;
	-webkit-box-shadow: none;
	border-radius: 10px;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	border: none;
	margin-top: 18px;
}
select {
	display: inline-block;
	width: 100%;
	font-size: 1rem;
	border-radius: 10px;
	color: #4d4d4d;
	background-color: #fff;
	border: 0;
	box-shadow: rgb(0 0 0 / 6%) 0px 2px 4px 0px inset;
	padding: 0rem 1rem 0;
	height: 2.5em;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	outline: 0;
	border: none;
}
@media (max-width: 767px) {
	#bottom-wizard {
		margin-top: 25px;
	}
}
.quiz-question .row{
	display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	margin: 0;
}
.flex-fields{
	display: grid;
	gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.flex-fields-2{
	display: grid;
	gap: 20px;
    grid-template-columns: 1fr 1fr;
	margin-top: 18px;
}

.iti__country-list {
    width: 500px;
    max-width: 450px;
}

@media (max-width: 767px) {
	.iti__country-list {
		max-width: 400px;
	}
}

/* Fix for mobile responsiveness */
@media (max-width: 767px) {
    .flex-fields, .flex-fields-2 {
        grid-template-columns: 1fr !important;
        gap: 15px;
		margin-top: 0!important;
    }

	.iti__country-list {
		max-width: 300px !important;
	}

	.grid-2 > div .container_radio, .grid-first-q > div .container_radio {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.bottom-barr{
	    height: 55px!important;
	}
	.container_radio.version_2 .error, .container_check.version_2 .error{
	    left: 0!important;
	}
    .top-bar img{
        max-width: 80px!important;
    }
	.grid-2 > div, .grid-first-q > div{
		background-color: #fff;
	}
    
    .form-row {
        margin: 0;
        padding: 0 0 30px 0;
        overflow-x: hidden;
    }
    
    .form-group {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .form-group .input, .form-group select, .form-group textarea {
        width: 100% !important;
        max-width: none !important;
        box-sizing: border-box;
        padding: 12px;
        font-size: 16px; /* Prevent zoom on iOS */
    }
    
    /* Prevent horizontal scrollbar */
    .quiz-main-container {
        overflow-x: hidden;
        max-width: 100%;
    }
    
    
    
 
	
    
    /* Force all form inputs to respect container width */
    .form-section input,
    .form-section select,
    .form-section textarea {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }
    
    /* Fix for very long placeholder text */
    .form-section input::placeholder {
        font-size: 14px !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    /* Ensure no element can exceed viewport width */
    .form-section *,
    .form-row *,
    .flex-fields *,
    .flex-fields-2 * {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* Additional safeguard for last quiz screen */
    .submit.step .quiz-main-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    
    .submit.step .quiz-question {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    
 
}
.form-row{
	grid-template-columns: 1fr!important;
}
.quiz-left-section{
	background-color: #EFEFEF;
	width: 50%;
    padding: 50px 50px 105px 40px;
}
.quiz-question{
	/* width: 50%; */
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.quiz-main-container{
	/* display: flex; */
	gap: 50px;
}
.before-head{
	display: flex;
    align-items: center;
    gap: 13px;
}
.before-head span{
	font-family: 'optima';
	font-size: 19px;
}
.before-head hr{
	max-width: 100px;
    margin: 0;
    height: 1px;
    width: 100%;
}
.quiz-left-section h2{
	margin-top: 20px;
}
.quiz-left-section ul{
	margin-top: 30px;
}
.quiz-left-section ul li strong{
	font-weight: 600;
	color: #3D3D3D;
}
.quiz-left-section ul li{
	list-style-type: disc;
    margin-left: 14px;
	margin-top: 10px;
	color: #3D3D3D;
}
.tip-section{
	display: flex;
    align-items: center;
    gap: 6px;
}
.tip-section img{
	width: 22px;
}
.tip-section span{
	color: #000;
}
.quiz-left-section p{
    margin-top: 20px;
}
.quiz-left-section hr{
	border-color: #DADADA;
}
.top-bar-2{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 45px;
}
.top-bar{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-bar img{
	max-width: 130px;
	width: 100%;
}
.container-grid{
	display: grid!important;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 15px;
}
.container-grid-col-3{
	display: grid!important;
    grid-template-columns: 1fr 1fr 1fr;
}
.quiz-question .grid-2 {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0;
}
.container-grid-col-4{
	display: grid!important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.quiz-question .grid-3 {
    display: grid;
    gap: 1px;
    grid-template-columns: 1fr!important;
    margin: 0;
}
.top-checkmark .checkmark{
	top: 12px;
}
.grid-3 div{
	display: flex;
    flex-direction: column;
    gap: 16px;
	border-radius: 10px;
}
.progress-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

#progress-percentage {
    font-weight: bold;
    min-width: 35px;
    font-size: 14px;
}

#progressbar {
    flex: 1;
}
.form-left-grid div{
	display: grid;
    grid-template-columns: 35% 65%;
	padding: 8px 0px;
    border-bottom: 1px solid #DADADA;
}
.form-left-grid div span:nth-child(1){
	font-weight: 600;
	font-size: 17px;
}
.form-left-grid div span:nth-child(2){
	font-size: 17px;
}
.form-left-grid{
	margin-top: 30px;
	margin-bottom: 70px;
}




.ui-widget-content {
	background-color: #D9D9D9;
}

.ui-widget-content a {
	color: #222222;
}

.ui-widget-header {
	background: #252525;
}

.ui-widget-header a {
	color: #222222;
}

.ui-progressbar {
	height: 8px;
	width: 200px;
}

#location {
	font-size: 1rem;
	padding: 2px 0;
	display: inline-block;
}

#progressbar {
	overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
	height: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.summary h3 {
	margin-bottom: 25px;
}
.summary label {
	font-weight: 500;
}

/*-------- 2.2 Success submit --------*/
#success {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 410px;
	height: 190px;
	margin-top: -85px;
	margin-left: -150px;
	text-align: center;
}
#success h4 {
	font-weight: 400;
	margin: 20px 0 15px 0;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 2rem;
}
#success h4 span {
	display: block;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 21px;
	font-size: 1.3125rem;
}

@-webkit-keyframes checkmark {
	0% {
		stroke-dashoffset: 50px;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@-ms-keyframes checkmark {
	0% {
		stroke-dashoffset: 50px;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes checkmark {
	0% {
		stroke-dashoffset: 50px;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 240px;
	}
	100% {
		stroke-dashoffset: 480px;
	}
}
@-ms-keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 240px;
	}
	100% {
		stroke-dashoffset: 480px;
	}
}
@keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 240px;
	}
	100% {
		stroke-dashoffset: 480px;
	}
}
.inlinesvg .svg svg {
	display: inline;
}

.icon--order-success.svg:before {
	width: auto;
	margin: 0;
}

.icon--order-success svg path {
	-webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
	animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
	-webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
	animation: checkmark-circle 0.6s ease-in-out backwards;
}

/*-------- 2.3 Inner pages --------*/
/* Footer */
footer {
	padding: 30px 0;
}
footer.footer_in {
	border-top: 1px solid #ededed;
	background-color: #fff;
}
footer p {
	margin: 0;
	padding: 0;
	float: right;
}
@media (max-width: 991px) {
	footer p {
		float: none;
	}
}
footer ul {
	float: left;
	margin: 0;
	padding: 0;
}
@media (max-width: 991px) {
	footer ul {
		float: none;
		margin-top: 10px;
	}
}
footer ul li {
	float: left;
	margin-right: 15px;
}
footer ul li:after {
	content: "|";
	font-weight: 300;
	position: relative;
	left: 9px;
	color: #999;
}
footer ul li:last-child {
	margin-right: 0;
}
footer ul li:last-child:after {
	content: "";
}
footer ul li a {
	color: #555;
}
footer ul li a:hover {
	color: #121921;
}

.main_title {
	text-align: center;
}
.main_title h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 42px;
	font-size: 2.625rem;
	color: #2955a9;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.main_title h2 {
		font-size: 32px;
		font-size: 2rem;
	}
}
.main_title h2 em {
	display: block;
	width: 40px;
	height: 4px;
	background-color: #ededed;
	margin: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.main_title p {
	font-size: 18px;
	font-size: 1.125rem;
	padding: 0 10%;
	margin-bottom: 45px;
	color: #777;
}
@media (max-width: 767px) {
	.main_title p {
		font-size: 16px;
		font-size: 1rem;
	}
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #2955a9 !important;
}

iframe#map_iframe {
	width: 100%;
	height: 450px;
	border: 0;
}
@media (max-width: 991px) {
	iframe#map_iframe {
		height: 400px;
	}
}

.box_style_2 {
	background-color: #fff;
	padding: 25px 30px 30px 30px;
	position: relative;
	margin-bottom: 25px;
}
.box_style_2 .form-control {
	background-color: #fff !important;
}

.box_style_2 hr {
	margin: 10px -30px 20px -30px;
	border: 0;
	border-top: 2px solid #fff;
}

ul.contacts_info {
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0;
}

ul.contacts_info li {
	margin-bottom: 15px;
}

ul.contacts_info li:last-child {
	margin-bottom: 0;
}

.error_message {
	font-weight: 500;
	color: red;
	padding-bottom: 10px;
}

.parallax_window_in {
	height: 420px;
	position: relative;
	display: table;
	width: 100%;
}

#sub_content_in {
	display: table-cell;
	padding: 45px 15% 0 15%;
	vertical-align: middle;
	text-align: center;
	background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
	#sub_content_in {
		padding: 45px 30px 0 30px;
	}
}
#sub_content_in h1 {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 46px;
	font-size: 46px;
	font-size: 2.875rem;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	#sub_content_in h1 {
		font-size: 36px;
		font-size: 2.25rem;
	}
}
#sub_content_in p {
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}
@media (max-width: 767px) {
	#sub_content_in p {
		font-size: 21px;
		font-size: 1.3125rem;
	}
}

.container_styled_1 {
	background: #f9f9f9;
}

.team-item-img {
	position: relative;
}

.team-item-img .team-item-detail {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	text-align: center;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.team-item:hover .team-item-detail {
	opacity: 1;
	visibility: visible;
}

.team-item-img .team-item-detail .team-item-detail-inner {
	margin: auto;
	padding: 25px;
}

.team-item-detail-inner h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

.team-item-detail-inner .social {
	margin: 0 0px 25px 0px;
	padding: 0px;
}

.team-item-detail-inner .social li {
	list-style: none;
	display: inline-block;
	margin: 0px 5px;
}
.team-item-detail-inner .social li a {
	color: #fff;
}
.team-item-detail-inner .social li a:hover {
	color: #0f293b;
}

.team-item-info {
	padding-top: 15px;
	text-align: center;
	text-transform: uppercase;
}
.team-item-info h4 {
	margin-bottom: 0px;
}

/*-------- 2.4 Layout 2 --------*/
body.layout_2 {
	background: #fff;
}

.layout_2 header {
	padding: 60px 0;
	text-align: center;
	background: #5296cf url(../img/bg_header.png) no-repeat center right;
	position: relative;
}
@media (max-width: 767px) {
	.layout_2 header {
		background-size: auto 100%;
	}
}
.layout_2 header h1 {
	color: #fff;
	margin: 15px 0 0 0;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 300;
}
@media (max-width: 767px) {
	.layout_2 header h1 {
		font-size: 26px;
		font-size: 1.625rem;
	}
}
.layout_2 header .top_elements {
	position: absolute;
	top: 40px;
	right: 10px;
	margin: -25px 0 0 0;
	z-index: 9;
	width: 100%;
}
@media (max-width: 767px) {
	.layout_2 header .top_elements {
		right: 0;
	}
}
.layout_2 header .top_elements #social a {
	color: #fff;
}
.layout_2 header .top_elements #social a:hover {
	color: #00ccff;
}
.layout_2 header .cd-nav-trigger:before {
	background-color: #fff;
}
.layout_2 #form_container {
	background-color: transparent;
	min-height: inherit;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.layout_2 #wizard_container {
	padding: 60px 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #fff;
}
.layout_2 #wizard_container #top-wizard {
	width: calc(100% + 30px);
	margin: -72px -15px 0 -15px;
}
.layout_2 #wizard_container #top-wizard .ui-progressbar {
	height: 12px;
}
.layout_2 #wizard_container #top-wizard .ui-widget-content {
	background-color: black;
	background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
	.layout_2 #wizard_container #middle-wizard {
		padding: 30px 0;
	}
}

/*============================================================================================*/
/* 3.  COMMON */
/*============================================================================================*/
/*-------- 3.1 Misc --------*/
.modal-content {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.mort-check{
	display: flex;
	margin-top: 15px;
    gap: 7px;
    align-items: center;
}
.mort-check label{
	height: 14px;
}
.form-group {
	position: relative;
	margin-bottom: 0;
	padding: 0!important;
}

.form-group.terms {
	background-color: #f9f9f9;
	text-align: left;
	padding: 8px 5px 5px 8px;
}
.form-group.terms .container_check {
	margin-bottom: 3px;
}
.form-group i {
	font-size: 18px;
	font-size: 1.125rem;
	position: absolute;
	right: 5px;
	top: 11px;
	color: #ccc;
	width: 25px;
	height: 25px;
	display: block;
	font-weight: 400 !important;
}

span.error {
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 12px;
	position: absolute;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	top: -20px;
	right: -15px;
	z-index: 2;
	height: 25px;
	line-height: 1;
	background-color: #e34f4f;
	color: #fff;
	font-weight: normal;
	display: none;
	padding: 6px 8px;
}
span.error:after {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #e34f4f;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 20%;
}

.container_radio.version_2 .error,
.container_check.version_2 .error {
	left: -15px;
	top: -30px;
	right: inherit;
	/*display: none;*/
}

.radio_input .error {
	left: -15px;
	top: -30px;
	right: inherit;
}

.styled-select span.error {
	top: -20px;
}

.terms span.error {
	top: -30px;
	left: -15px;
	right: inherit;
}

.form-control {
	border: 1px solid #ddd;
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	-ms-border-radius: 3;
	border-radius: 3;
	font-size: 14px;
	font-size: 0.875rem;
	height: calc(2.65rem + 2px);
}
.form-control:focus {
	box-shadow: none;
	border-color: #2955a9;
}

/* Checkbox style */
.container_check {
	display: block;
	position: relative;
	font-size: 14px;
	font-size: 0.875rem;
	padding-left: 30px;
	line-height: 1.3;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 400;
}
.container_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.container_check input:checked ~ .checkmark {
	background-color: #2955a9;
	border: 1px solid transparent;
}
.container_check .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #ddd;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.container_check .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.container_check.version_2 {
	padding: 13px 15px 13px 45px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
	min-height: 30px;
	font-weight: 400;
}
.container_check.version_2 .checkmark {
	height: 24px;
	width: 24px;
	top: 10px;
	left: 10px;
}
.container_check.version_2 .checkmark:after {
	top: 5px;
	left: 8px;
	width: 5px;
	height: 10px;
}

.container_check input:checked ~ .checkmark:after {
	display: block;
}

/* Radio buttons */
.container_radio {
	display: block;
	position: relative;
	font-size: 14px;
	color: #545C6C;
	font-size: 18px;
	padding-left: 30px;
	line-height: 1.3;
	margin-bottom: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.container_radio input {
	position: absolute;
	opacity: 0;
}
.container_radio input:checked ~ .checkmark:after {
	opacity: 1;
}
.container_radio .checkmark {
	position: absolute;
	/* top: 0; */
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.container_radio .checkmark:after {
	display: block;
	content: "";
	position: absolute;
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #000;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top-checkmark .container_radio.version_2{
	background-color: transparent;
}
.container_radio.version_2:hover .checkmark::after{
    background: #000;
    opacity: 1;
}
.benefits-p{
    margin-top: 9px;
    font-size: 15px;
    margin-bottom: 0;
}
.container_radio.version_2:hover .checkmark::before{
    opacity: 1;
}
.container_radio.version_2 {
	padding: 50px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 0;
	min-height: 30px;
	font-weight: 600;
	text-align: center;
}
.top-checkmark .form-group{
	background-color: #fff;
	transition: background-color 0.3s ease;
}
.top-checkmark .form-group:hover{
	background-color: #EFEFEF;
}
.form-group input, .form-group select, .form-group textarea {
	border-radius: 0 !important;
}

.iti--separate-dial-code .iti__selected-flag {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: 51px;
    margin-top: 24px;
}

.container_radio.version_2 input:checked ~ .checkmark:before {
	opacity: 1;
}
.container_radio.version_2 input:checked ~ .checkmark {
	border: 1px solid transparent;
}
.container_radio.version_2 .checkmark {
	position: absolute;
	bottom: 12px;
	left: 10px;
	height: 24px;
	width: 24px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.container_radio.version_2 .checkmark:after {
	width: 22px;
	height: 22px;
	top: 0;
	left: 0;
}
.container_radio.version_2 .checkmark:before {
	display: block;
	content: "";
	position: absolute;
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	z-index: 999;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* .container_radio.version_2.active,
.container_radio.version_2:hover,
.container_check.version_2.active,
.container_check.version_2:hover {
	border: 1px solid #2955a9;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
} */

.radio_input .container_radio {
	display: inline-block;
	margin: 15px 0 0 0;
}

/*-------- 3.2 Spacing --------*/
.add_bottom_10 {
	margin-bottom: 10px;
}

.add_bottom_15 {
	margin-bottom: 15px;
}

.add_bottom_20 {
	margin-bottom: 15px;
}

.add_bottom_30 {
	margin-bottom: 30px;
}

.add_bottom_45 {
	margin-bottom: 45px;
}

.add_bottom_60 {
	margin-bottom: 60px;
}

.add_bottom_75 {
	margin-bottom: 75px;
}

.add_top_10 {
	margin-top: 10px;
}

.add_top_15 {
	margin-top: 15px;
}

.add_top_20 {
	margin-top: 20px;
}

.add_top_30 {
	margin-top: 30px;
}

.add_top_60 {
	margin-top: 60px;
}

.more_padding_left {
	padding-left: 40px;
}

.nomargin_top {
	margin-top: 0;
}

.nopadding {
	margin: 0 !important;
	padding: 0 !important;
}

.nomargin {
	margin: 0 !important;
}

.margin_30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.margin_60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.margin_60_35 {
	padding-top: 60px;
	padding-bottom: 35px;
}

/*-------- 3.3 Faq --------*/
.box_style_cat {
	background: #fff;
	border: 1px solid #ededed;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
	.box_style_cat {
		display: none;
	}
}

ul#cat_nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#cat_nav li {
	border-bottom: 1px solid #ededed;
}
ul#cat_nav li i {
	font-size: 16px;
	font-size: 1rem;
	margin: 2px 10px 0 0;
	float: left;
}
ul#cat_nav li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
ul#cat_nav li a {
	position: relative;
	color: #555;
	display: block;
	padding: 15px 10px;
}
ul#cat_nav li a:after {
	font-family: "fontello";
	content: "\e89b";
	position: absolute;
	right: 15px;
	top: 15px;
}
ul#cat_nav li a span {
	font-size: 11px;
	font-size: 0.6875rem;
	color: #999;
}
ul#cat_nav li a:hover,
ul#cat_nav li a#active,
ul#cat_nav li a.active {
	color: #2955a9;
}

.accordion_2 .card {
	border: 0;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.accordion_2 .card .card-header {
	background-color: #fff;
	border-bottom: 1px solid #ededed;
	padding: 20px;
}
.accordion_2 .card-body {
	padding-bottom: 0;
}
.accordion_2 .card-header h5 {
	font-size: 16px;
	font-size: 1rem;
}
.accordion_2 .card-header h5 a {
	border: 0;
	display: block;
	color: #999;
}
.accordion_2 .card-header h5 a i.indicator {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: normal;
	float: right;
	color: #2955a9;
}

.card {
	border-radius: 0;
	border: 0;
	margin-bottom: 5px;
}

.main_title_2 {
	text-align: center;
	margin-bottom: 45px;
	position: relative;
}
.main_title_2 span {
	width: 120px;
	height: 2px;
	background-color: #e1e1e1;
	display: block;
	margin: auto;
}
.main_title_2 span em {
	width: 60px;
	height: 2px;
	background-color: #2955a9;
	display: block;
	margin: auto;
}
@media (max-width: 767px) {
	.main_title_2 {
		margin-bottom: 10px;
	}
	.fl-wrap-input{
	    width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
	}
	.iti--separate-dial-code .iti__selected-flag{
	    height: 38px!important;
	}
	.container_radio{
	    font-size: 16px;
	}
	.mort-check{
        flex-direction: initial!important;
        align-items: center!important;
	}
	.mort-check label{
	    text-align: left
	}
	.benefits-p{
	    font-size: 12px;
	}
	.grid-3 .container_radio.version_2{
	    padding: 35px 50px!important;
	}
	.thank-you-container{
	    padding-top: 34px!important;
        padding-bottom: 55px!important;
	}
	.thank-you-head{
	    font-size: 23px !important;
	}
}
.main_title_2 h2 {
	margin: 25px 0 0 0;
}
@media (max-width: 767px) {
	.main_title_2 h2 {
		font-size: 26px;
		font-size: 1.625rem;
	}
}
.main_title_2 p {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.4;
}
@media (max-width: 767px) {
	.main_title_2 p {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

.main_title_3 {
	position: relative;
	border-left: 2px solid #e1e1e1;
	padding-left: 15px;
}
@media (max-width: 767px) {
	.main_title_3 {
		border-left: none;
		padding-left: 0;
	}
}
.main_title_3 span {
	width: 2px;
	height: 30px;
	background-color: #2955a9;
	position: absolute;
	left: -2px;
	top: 0;
	display: block;
}
@media (max-width: 767px) {
	.main_title_3 span {
		display: none;
	}
}
.main_title_3 h2,
.main_title_3 h3 {
	font-size: 26px;
	font-size: 1.625rem;
	margin: 0;
	display: inline-block;
}
@media (max-width: 767px) {
	.main_title_3 h2,
	.main_title_3 h3 {
		font-size: 21px;
		font-size: 1.3125rem;
	}
}
.main_title_3 p {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.main_title_3 p {
		font-size: 14px;
		font-size: 0.875rem;
	}
}
.main_title_3 a {
	display: inline-block;
	right: 0;
	bottom: 0;
	position: absolute;
}
@media (max-width: 767px) {
	.main_title_3 a {
		top: -10px;
	}
}
.main_title_3 a:after {
	font-family: "ElegantIcons";
	content: "\24";
	font-size: 21px;
	font-size: 1.3125rem;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	top: 5px;
	margin-left: 4px;
}

a.box_topic {
	text-align: center;
	background: #fff;
	padding: 40px 30px 15px 30px;
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	color: #555;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
@media (max-width: 767px) {
	a.box_topic {
		padding: 20px 20px 0 20px;
	}
}
a.box_topic:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
a.box_topic span {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	background-color: #0092c6;
	background-color: rgba(0, 164, 222, 0.05);
	width: 100px;
	height: 100px;
	display: block;
	line-height: 100px;
	margin: 0 auto 15px;
}
a.box_topic h3 {
	font-size: 18px;
	font-size: 1.125rem;
}

.list_articles ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list_articles ul li {
	float: left;
	width: 45%;
	margin-right: 45px;
	padding: 15px 0;
	border-bottom: 1px solid #ededed;
}
.list_articles ul li a {
	color: #555;
	display: block;
}
.list_articles ul li a:hover {
	color: #2955a9;
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
}
.list_articles ul li i {
	margin-right: 10px;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
	top: 2px;
}
.tab-only{
	display: none;
}
.progress-percentage{
	font-family: "optima";
	font-size: 17px;
}
@media (max-width: 1600px){
    #middle-wizard{
	    padding-top: 0;
	}
	.quiz-left-section h2{
	    font-size: 30px;
	}
	.bottom-bar{
	    height: 55px;
	}
	.bottom-bar p{
	    font-size: 10px;
	}
	.quiz-container{
	    min-height: calc(100vh - 55px);
	}
	.quiz-images .title{
        font-size: 13px;
	}
}
@media (max-width: 1440px){
	.quiz-images .title{
		font-size: 13px;
		text-align: left;
		padding-left: 0px;
	}
	#middle-wizard{
	    padding-top: 0;
	}
}
@media (max-width: 1199px) {
	.quiz-main-container{
		flex-direction: column;
		gap: 0;
	}
	.quiz-left-section{
		width: 100%;
	}
	.quiz-question{
		width: 100%;
	}
	.bottom-bar{
		background-color: transparent;
	}
	.bottom-bar p{
		text-align: left;
		margin-top: 17px;
	}
	.before-head{
		display: none;
	}
	.quiz-left-section h2{
		text-align: center;
		font-size: 24px;
	}
	.quiz-left-section{
		padding: 0;
		background-color: #efefef00;
	}
	.quiz-left-section ul{
		display: none;
	}
	.container-grid{
		grid-template-columns: 1fr!important;
	}
	.nav-btns{
		justify-content: center!important;
	}
	.line-inner{
		display: none;
	}
	.tab-only{
		display: initial;
	}
	.desk-only{
		display: none;
	}
	.container-grid-col-3, .container-grid-col-4{
		grid-template-columns: 1fr!important;
	}
	.top-bar .progress-container{
		/* display: none; */
	}
	
	h3.main_question{
		text-align: center;
	}
	.top-bar{
		display: none;
	}
	.progress-container{
		flex-direction: row-reverse;
	}
	.bottom-barr{
		display: flex!important;
		width: 100%;
		height: 70px;
		background: #fff;
		position: fixed;
		bottom: 0;
		justify-content: space-between!important;
		padding: 0 20px;
	}
	.quiz-question .row{
		margin-top: 30px!important;
		grid-template-columns: 1fr 1fr;
	}
	.ui-progressbar{
		/* width: 100%; */
	}
	.top-bar{
		justify-content: center;
	}
	.top-bar img{
		max-width: 105px;
	}
	#middle-wizard .step{
		margin-top: 20px;
		padding-bottom: 73px;
	}
	#middle-wizard{
		padding-top: 22px;
	}
	/* button.backward {
        top: 11px !important;
        bottom: initial !important;
        left: 0 !important;
        color: transparent;
    } */
}
@media (max-width: 991px) {
	.list_articles ul li {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}

/*-------- 3.4 Float Labels --------*/
/*!
 * Float Labels
 * @version: 3.3.9
 * @author: Paul Ryley (http://geminilabs.io)
 * @url: https://pryley.github.io/float-labels.js
 * @license: MIT
 */
/* .fl-form .fl-wrap {
	position: relative;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
} */

/* .fl-form input.fl-input,
.fl-form select.fl-select,
.fl-form textarea.fl-textarea {
	width: 100%;
	outline: 0;
	font-size: 14px;
	line-height: 1.4;
	border-radius: 3px;
	border: 1px solid none;
	background-color: white;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
	margin-bottom: 0;
}
.fl-form input.fl-input:-moz-placeholder,
.fl-form select.fl-select:-moz-placeholder,
.fl-form textarea.fl-textarea:-moz-placeholder {
	color: #555;
	font-weight: 400;
}
.fl-form input.fl-input::-moz-placeholder,
.fl-form select.fl-select::-moz-placeholder,
.fl-form textarea.fl-textarea::-moz-placeholder {
	color: #555;
	font-weight: 400;
}
.fl-form input.fl-input:-ms-input-placeholder,
.fl-form select.fl-select:-ms-input-placeholder,
.fl-form textarea.fl-textarea:-ms-input-placeholder {
	color: #555;
	font-weight: 400;
	color: #fff !important;
}
.fl-form input.fl-input::-webkit-input-placeholder,
.fl-form select.fl-select::-webkit-input-placeholder,
.fl-form textarea.fl-textarea::-webkit-input-placeholder {
	color: #555;
	font-weight: 400;
}

.fl-form select.fl-select {
	position: relative;
	color: #555;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.fl-form select.fl-select::-ms-expand {
	display: none;
}

.fl-form .fl-is-active input.fl-input,
.fl-form .fl-is-active select.fl-select,
.fl-form .fl-is-active textarea.fl-textarea {
	color: #222;
	background-color: white;
	border-color: none;
}

.fl-form .fl-has-focus input.fl-input,
.fl-form .fl-has-focus select.fl-select,
.fl-form .fl-has-focus textarea.fl-textarea {
	background-color: white;
	border-color: none;
} */

/* .fl-form label.fl-label {
	opacity: 0;
	visibility: hidden;
	display: block;
	position: absolute;
	top: -11px;
	left: 0;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	border-top-left-radius: 3px;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

body[dir="rtl"] .fl-form label.fl-label {
	left: unset;
	right: 0;
}

.fl-form .fl-is-active label.fl-label {
	opacity: 1;
	visibility: visible;
}

.fl-form .fl-has-focus label.fl-label {
	color: #555;
}

.fl-form .fl-is-required:before {
	opacity: 1;
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: 18px;
	font-size: 14px;
	line-height: 1.75;
	color: #555;
	transition: all 0.3s ease-in-out;
	padding: 8px 0 0;
	z-index: 1;
} */
/* 
body[dir="rtl"] .fl-form .fl-is-required:before {
	right: unset;
	left: 18px;
}

.fl-form .fl-is-required.fl-is-active:before {
	opacity: 0;
}

.fl-form.fl-style-1 input.fl-input,
.fl-form.fl-style-1 select.fl-select,
.fl-form.fl-style-1 textarea.fl-textarea {
	padding: 8px 16px;
}
.fl-form.fl-style-1 select.fl-select {
	height: 46px;
}
.fl-form.fl-style-1 .fl-is-active input.fl-input,
.fl-form.fl-style-1 .fl-is-active select.fl-select,
.fl-form.fl-style-1 .fl-is-active textarea.fl-textarea {
	padding: 8px 16px;
}
.fl-form.fl-style-1 label.fl-label {
	top: 1px;
	left: 13px;
	background-color: transparent;
	padding: 16px 4px;
}
.fl-form.fl-style-1 label.fl-label:before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: white;
	z-index: -1;
}
.fl-form.fl-style-1 .fl-is-active label.fl-label {
	top: -10px;
	padding: 4px;
}
.fl-form.fl-style-1 .fl-is-active label.fl-label:before {
	top: 10px;
}

body[dir="rtl"] .fl-form.fl-style-1 label.fl-label {
	left: unset;
	right: 13px;
}

.fl-form.fl-style-2 input.fl-input,
.fl-form.fl-style-2 select.fl-select,
.fl-form.fl-style-2 textarea.fl-textarea {
	padding: 16px;
}
.fl-form.fl-style-2 select.fl-select {
	height: 62px;
}
.fl-form.fl-style-2 .fl-is-active input.fl-input,
.fl-form.fl-style-2 .fl-is-active select.fl-select,
.fl-form.fl-style-2 .fl-is-active textarea.fl-textarea {
	padding: 24px 16px 8px;
}
.fl-form.fl-style-2 label.fl-label {
	top: 1px;
	left: 9.8px;
	padding: 8px 4px 4px;
}
.fl-form.fl-style-2 .fl-is-required:before {
	padding-top: 16px;
}

body[dir="rtl"] .fl-form.fl-style-2 label.fl-label {
	left: unset;
	right: 13px;
}

.fl-form .fl-wrap-select:after {
	content: "";
	position: absolute;
	display: block;
	top: 1px;
	right: 6px;
	height: calc(100% - 2px);
	width: 14px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3E%3Cpath fill='%23555' d='M 4 0 L 0 6.5 L 8 6.5 L 4 0 z M 0 9.5 L 4 16 L 4 16 L 8 9.5 z'/%3E%3C/svg%3E")
		no-repeat;
	background-position: 100% 50%;
	background-size: 7px 14px;
	z-index: 2;
}

body[dir="rtl"] .fl-form .fl-wrap-select:after {
	right: unset;
	left: 6px;
} */
