body #fancybox-content {
    border: none!important;
    overflow: visible;
}
#fancybox-wrap {
    width: 760px!important;
}
body #fancybox-content,
body #fancybox-outer {
    background: none;
    box-shadow: 0 0 17px 0 rgb(2 6 19 / 42%);
    border-radius: 4px;
}

#fancybox-overlay {
    background-color: #3698FF !important;
}

#fancybox-content:before {
	content: '';

    width: 81px;
    height: 103px;
    background:url(/wp-content/uploads/2022/03/tqi-male.png) no-repeat;
	background-size:cover;

	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	z-index:9
}

#ff-quiz-form-popup {
    width: 810px;
}

#ff-quiz-form {
    background: #fff;
	border: none;
	border-radius: 4px;
    box-shadow: 0 0 17px 0 rgba(2,6,19,0.12);
}
.ff-quiz-form .quiz-image{
	text-align:center;
	margin-top:-10px;
}
.ff-quiz-form .h {
    font-size: 30px;
    text-align: center;
	margin-bottom:0;

}
.ff-quiz-form .sh {
	color: #19253A;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 30px;
}
body .ff-quiz-form .submit-btn {
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0;
    margin-top:20px;
}
.ff-quiz-form .submit-btn:hover {
    background: #2151A4;
}

.ff-quiz-form .ff-label {
    display: none;
}

.ff-quiz-form .field-checkbox .ff-label {
    display: inline-block;
}

.field_hear_about_us_other {
    display: none;
}
.field_hear_about_us_other.show {
    display: block;
}

body .ff-quiz-form .field-container {
    margin: 20px 0 0;
}

body .ff-quiz-form .form-fields {
    padding: 120px 50px 40px;
    overflow: visible;
}

::-webkit-input-placeholder { opacity: 1; color:#2151A4; }
:-moz-placeholder { opacity: 1; color:#2151A4; }
::-moz-placeholder { opacity: 1; color: #2151A4; }
:-ms-input-placeholder { opacity: 1; color: #2151A4; } 