/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.clearfix:after,
.checkbox:after,
.section:after,
.inline-check:after,
#footer .container:after,
.bottom-box .box:after {
	content: "";
	display: block;
	clear: both;
}
.inline-check label {
	text-align: justify;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
	height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #6c6c6d;
	background: #fff;
	font: 15px/21px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	height: 100%;
	width: 100%;
	display: table;
	table-layout: fixed;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

button,
a,
span.btn-more,
input[type="submit"],
input[type="reset"] {
	outline: none;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease, opacity .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease, opacity .3s ease;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #245577;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	width: 100%;
	height: 45px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	color: #b3b3b3;
	font-size: 15px;
	font-weight: 400;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border: 1px solid #dad9d9;
	padding: .4em .85em;
	background: #fff;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05), inset 0 0 0 1000px #fff !important;
}

/*
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #38bf6b;
}
*/

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #b3b3b3;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #b3b3b3;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #b3b3b3;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #b3b3b3;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #b3b3b3;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: #fff !important;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

/* Form
------------------------------------------------------------------------------*/

.form-page {
	overflow: hidden;
}
.final-form-animated {
	position: relative;
}

.c-box .right-side {
	overflow: hidden;
	text-align: center;
	padding: 40px 0 15px;
}

.c-box .right-side .stats {
	text-align: center;
	overflow: hidden;
	padding: 0 0 29px;
	margin: 0 -20px;
	font-size: 0;
}

.c-box .right-side h4 {
	display: inline-block;
	background-color: #309ff9;
	border-radius: 8px;
	color: white;
	font-size: 15px;
	font-weight: 600;
	padding: 0 15px 3px;
	padding-top: 4px;
	line-height: 26px;
}

.c-box .right-side .stat {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	position: relative;
}

.c-box .right-side .stat + .stat:before {
	content: "";
	width: 1px;
	height: 33px;
	opacity: .12;
	top: 12px;
	background-color: #5e5e5e;
	position: absolute;
	left: 0;
}

.c-box .right-side .stats h6 {
	color: #8d8e90;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.c-box .right-side .stats .tl {
	color: #309ff9;
	font-size: 27px;
	font-weight: 600;
	line-height: 22px;
}

.c-box .left-side h3:after {
	display: block;
	content: "";
	width: 137px;
	margin: 25px 0 22px;
	height: 3px;
	background-color: white;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}

.c-box .left-side h3 {
	text-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	color: white;
	font-weight: 600;
	line-height: 44px;
	font-size: 28px;
}

.c-box .left-side .remain .rt {
	overflow: hidden;
	color: white;
	line-height: 17px;
	display: block;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.c-box .left-side .remain .numtxt1 .rt {
	display: inline-block;
	text-align: left;
}

.c-box .left-side .remain strong.sm {
	font-size: 34px;
	padding-top: 2px;
}

.c-box .left-side .remain strong {
	float: left;
	width: 76px;
	color: white;
	font-family: Montserrat;
	margin: -10px 0;
	font-size: 42px;
	font-weight: 400;
	line-height: 50px;
	text-transform: uppercase;
}

.c-box .left-side .remain .numtxt1 {
	display: inline-block;
}

.c-box .left-side .remain .numtxt1 strong {
	line-height: 42px;
	margin-top: -5px;
	width: auto;
	display: inline-block;
	text-align: right;
}

.c-box .left-side .remain {
	background-color: rgba(0, 0, 0, .24);
	border-radius: 10px;
	padding: 12px 15px 9px;
	margin: 8px 0 -4px;
	overflow: hidden;
}

.c-box .left-side .remain.spots-remaining-container {
	text-align: center;
	height: 55px;
}

.c-box .left-side p {
	text-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	color: white;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	padding-bottom: 22px;
}

.c-box .left-side h3 span {
	font-size: 47px;
	display: block;
}

.c-box .left-side {
	float: left;
	background: #309ff9;
	position: relative;
	color: #fff;
	padding: 32px 48px 53px 40px;
	width: 365px;
	height: 512px;
}

.c-box .left-side:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 50px;
	background: url(../img/bg_form_b.png) no-repeat 50% 50%;
	content: "";
}

.step-modal {
	position: fixed;
	top: 0;
	bottom: 0;
	display: none;
	left: 0;
	right: 0;
	z-index: 999;
	overflow: auto;
	background-color: rgba(0, 0, 0, .7);
}

.step-modal.active {
	display: block;
}

.step-modal .table {
	height: 100vh;
	width: 100%;
	display: table;
}

.step-modal .c-box {
	overflow: hidden;
	width: 962px;
	margin: auto;
	max-width: 100%;
	position: relative;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 0 19px 1px rgba(0, 0, 0, .3);
}

.step-modal .cell {
	display: table-cell;
	vertical-align: middle;
	width: 100vw;
	padding: 20px;
}

.form-body {
	background: #f9f9fa;
}

.logos {
	text-align: center;
	margin: -15px 0 12px;
}

.form-body .btn-c {
	position: relative;
}

.form-body .container {
	max-width: 405px;
	padding: 0;
	position: relative;
}

.form-body .last + .bot {
	display: none;
}

.form-body .bot {
	padding: 14px 0;
	box-shadow: inset 0 1px #fff;
	border-top: 1px solid #ededef;
}

.form-body .content {
	padding: 16px 0 27px;
	border-top: 1px solid #ededef;
	box-shadow: inset 0 1px #fff;
}

.form-body .heading {
	color: #626262;
	font-size: 15px;
	text-align: left;
	font-weight: 400;
	margin: 3px 0 20px;
}

.final-form-next-optional {
	display: none;
}

.crf-sm {
	display: none;
}

.checkbox {
	font-size: 0;
	margin: 0  0 -5px;
}

.checkbox input[type="radio"] {
	position: absolute;
	left: -9999px;
}

.checkbox.full label {
	width: auto;
	display: block;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
}

.checkbox label:hover {
	background: #e0e0e0;
}

.checkbox label.checked {
	background: #309ff9;
	color: #fff;
}

.check-holder {
	float: left;
	margin: 0 0 5px;
	width: 49.3%;
}

.check-holder:nth-child(even) {
	float: right;
}

.checkbox label {
	display: block;
	width: 100%;
	padding: 15px 16px;
	color: #6c6c6d;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	background-color: #ececec;
	border-radius: 5px;
	cursor: pointer;
}

.pager {
	text-align: center;
	font-size: 0;
	overflow: hidden;
	padding: 20px 0 18px;
}

.step-list {
	margin: 0;
	padding: 11px;
	list-style: none;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.step-list li {
	display: table-cell;
	vertical-align: top;
}

.step-list li .bullet {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

.step-list li.active .bullet {
	background-color: #6394b8;
	border-color: #4c6c84;
}

.step-list li.filled .bullet:before {
	display: block;
}

.step-list li:first-child {
	width: 0;
}

.step-list .step2 {
	position: relative;
	height: 2px;
	background: #dcdcdc;
}

.step-list .step2:before {
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	content: "";
	z-index: 1;
	height: 2px;
	background: #6394b8;
	-webkit-transition: width .5s ease;
	transition: width .5s ease;
}

.step-list li.active .step2:before {
	width: 100%;
}

.step-list .bullet {
	position: absolute;
	top: -8px;
	right: -9px;
	z-index: 2;
	content: "";
	width: 20px;
	height: 20px;
	border: 2px solid #dcdcdc;
	border-radius: 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
}

.step-list .bullet:after {
	opacity: 0;
	content: "";
	position: absolute;
	left: 3px;
	top: 3px;
	width: 10px;
	height: 7px;
	border-style: solid;
	border-width: 0 0 2px 2px;
	border-color: #fff;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	border-radius: 2px;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.step-list li.filled .bullet:after {
	opacity: 1;
}

.step {
	display: none;
	position: relative;
}

.step.last .inline-check {
	margin: 0 0 10px;
}

.step.active {
	display: block;
}

.c-box .btn-c {
	width: 405px;
	margin: auto;
	padding: 7px 0 18px;
	display: block;
}

.c-box .btn-c .btn {
	width: auto;
	border: 0;
	margin: auto;
	box-shadow: none;
	font-size: 26px;
	min-width: 0;
	padding-top: 5px;
	display: block;
}

.c-box .circle h6 {
	color: #309ff9;
	font-size: 52px;
	padding-top: 80px;
	padding-bottom: 8px;
	font-weight: 700;
	line-height: 24px;
}

.c-box .circle p {
	color: #5e5e5e;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
}

.c-box .circle {
	position: relative;
	display: block;
	width: 204px;
	height: 204px;
	margin: 12px auto;
}

.c-box .circle .knob > div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/*************************** ERROR STATUS *************************/

.field-error-message {
	color: #fe4444;
	font-size: 12px;
	text-align: left;
	padding-top: 12px;
	line-height: 1;
	padding-bottom: 2px;
	display: none;
}
.select-holder .field-error-message {
	padding-top: 4px;
}

.field-error-message.email-fix {
	padding-top: 6px;
}

.field-error-message.check-adjustment {
	margin-bottom: 9px;
	margin-top: -6px;
}
.step.last .field-error-message.check-adjustment {
	margin-top: -12px;
}

.error .input-box.last-page-adjustment {
	margin-left: -46px;
	padding-left: 45px;
	margin-top: -1px;
}
.step.last .field-error-message {
	padding-top: 6px;
}

/* error message placed in footer of first section of form  */

.list-select .field-error-message {
	margin-top: -12px;
	margin-bottom: 15px;
	padding-top: 0;
}

.form-section-bank.error .form-body {
	border: 1px solid #fe4444;
	padding-left: 4px;
}

.check-list.error {
	border: 1px solid #fe4444;
	margin: 15px -5px -5px -2px;
	padding: 4px 0 0;
}

.form-section-dob .form-control.error .jcf-select {
	border: 1px solid #fe4444;
	margin-bottom: 0;
}

.form-control.error .input-box {
	border: 1px solid #fe4444;
}

.form-control.error .input-box input {
	border: 0;
}

.form-control.error .input-ico {
	border-width: 0 1px 0 0;
}

.form-control.error .jcf-checkbox {
	border: 1px solid #fe4444;
}

/*************************** SUCCESS STATUS *************************/

.form-control {
	position: relative;
}

.form-section-dob .form-control .success-icon {
	right: 40px;
	top: 12px;
	display: none;
}

/* custom checkbox styles */

.jcf-checkbox {
	float: left;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #dad9d9;
	margin: 0 15px 0 0;
	height: 19px;
	width: 19px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 6px;
	width: 10px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 2px 2px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	display: block;
	position: relative;
	border: 1px solid #dad9d9;
	background: #fff;
	min-width: 150px;
	width: 100%;
	height: 45px;
	cursor: pointer;
}

.error .jcf-select {
	border-color: #f00;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	display: block;
	font-size: 15px;
	line-height: 44px;
	color: #b3b3b3;
	margin: 0 50px 0 60px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	cursor: pointer;
	right: 31px;
	top: 16px;
	width: 9px;
	height: 9px;
	border-style: solid;
	border-width: 0 0 2px 2px;
	border-color: #b3b3b3;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #dad9d9;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #dad9d9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 19px;
	font-size: 15px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

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

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	display: block;
	padding: 7px 25px 7px 15px;
	color: #b3b3b3;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-select-drop .jcf-option-hideme {
	display: none;
}

#covid-alert {
	width: 100%;
	margin: 0 0;
	background-color: #fcfecd;
	border-top: 1px solid #ecd88b;
	border-bottom: 1px solid #ecd88b;
	font-family: Raleway;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #828282;
	text-align: center;
	padding: 12px 0;
}

#covid-alert .strong {
	font-weight: 600;
}

@media (max-width: 479px) {
	#covid-alert {
		padding: 10px calc((100% - 314px) / 2) 9px;
		line-height: 20px;
	}
}

#wrapper {
	position: relative;
	/*display: table-cell;*/
	margin: 0 auto;
}

.container {
	max-width: 1088px;
	margin: 0 auto;
	padding: 0 10px;
}

#header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 13px 0 4px;
	text-align: center;
	background: #fff;
	border-bottom: 2px solid #edebeb;
	overflow: hidden;
	z-index: 100;
}

main {
	background: -webkit-linear-gradient(bottom, rgb(252, 252, 248) 0%, rgb(233, 241, 246) 100%);
	background: -o-linear-gradient(bottom, rgb(252, 252, 248) 0%, rgb(233, 241, 246) 100%);
	background: -ms-linear-gradient(bottom, rgb(252, 252, 248) 0%, rgb(233, 241, 246) 100%);
	background: -moz-linear-gradient(bottom, rgb(252, 252, 248) 0%, rgb(233, 241, 246) 100%);
	background: linear-gradient(to top, rgb(252, 252, 248) 0%, rgb(233, 241, 246) 100%);
	background-size: 100% 548px;
	background-position: left top;
	background-repeat: no-repeat;

}

.home-page #header {
	padding: 22px 0 0;
	text-align: left;
	background: none;
	border: none;
}

.logo {
	display: block;
	margin: 0 auto;
	font-size: 24px;
	line-height: 38px;
	font-weight: 400;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.home-page .logo {
	text-align: center;
}

.logo a {
	display: inline-block;
	height: 100%;
	margin: 0;
	pointer-events: none;
	cursor: default;
}

.logo a picture {
	width: 260px;
	margin-left: 6px;
}

.logo a > * {
	display: inline-block;
	vertical-align: middle;
	color: #245577;
}

.logo a span {
	color: #5398c8;
}

.logo img {
	display: inline-block;
	margin: 0 2px 4px -2px;
}

.app-ext-box {
	display: none;
}

.app-ext-box span {
	display: inline-block;
	vertical-align: top;
}

.app-ext-box .num {
	position: relative;
	font-size: 35px;
	line-height: 38px;
	font-weight: 400;
	margin: -6px 3px 0 0;
	z-index: 2;
}

.app-ext-box .text {
	margin-left: 10px;
}

.btn {
	display: inline-block;
	vertical-align: top;
	min-width: 288px;
	width: 300px;
	padding: 18px 15px;
	font-size: 26px;
	line-height: 39px;
	color: #fff;
	text-align: center;
	background: #5191ed;
}
.btn span.alt-cta {
	font-size: 22px;
}

.btn:hover {
	background: #3679d8;
}

.btn.quote span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.btn.quote span:after {
	content: "";
	position: absolute;
	right: -20px;
	width: 12px;
	height: 12px;
	top: 54%;
	border-style: solid;
	border-width: 0 0 2px 2px;
	border-color: #fff;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	margin-top: -6px;
}

.btn.hide {
	display: none;
}
.intro {
	background-image: url("../images/faf-lander-bg-mobile.png");
	background-repeat: no-repeat;
	background-size: 300px 195px;
	position: relative;
	padding: 109px 0 134px;
	text-align: center;
	border-bottom: 6px solid #e2e3e4;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, .15) inset;
	/* background-size: cover !important; */
	background-position: right bottom;
	overflow: hidden;
}

.intro.alt {
	padding-bottom: 42px;
}

.intro .container {
	position: relative;
}

.intro h1 {
	font-size: 29px;
	line-height: 36px;
	font-weight: 400;
	color: #212121;
	margin: 0 0 0;
	/* letter-spacing: -0.4px; */
}

.intro h1 mark {
	background: none;
	padding: 0;
	color: #5191ed;
	padding-left: 5px;
}

.intro h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #515151;
	margin: 0 0 42px;
	/* letter-spacing: 0px;*/
}

.intro .btn-holder {
	position: relative;
	margin-bottom: 20px;
}

.intro .btn-holder.alt {
	padding-top: 128px;
}

.intro .btn {
	margin: 0 0 10px;
	width: 300px;
}

.intro .img-holder {
	position: absolute;
	right: -5%;
	bottom: -115px;
	max-width: 72.5%;
}

.intro .img-holder img {
	display: block;
	max-width: 232px;
}

.intro .mark-text {
	position: relative;
	width: 250px;
	margin: 0 auto;
	font: 400 17px/21px "Handlee", cursive;
	color: #245577;
	z-index: 3;
	-webkit-transform: translateX(-18px);
	-ms-transform: translateX(-18px);
	transform: translateX(-18px);
}

.intro .mark-text:before {
	background-image: url("../images/arrow-m.png");
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	left: 4px;
	top: -63px;
	width: 19px;
	height: 61px;
}

.intro .mark-text.alt {
	position: absolute;
	bottom: auto;
	top: 19px;
	left: 24px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.intro .mark-text.alt:before {
	-webkit-transform: rotate(-2deg) scale(1, -1);
	-ms-transform: rotate(-2deg) scale(1, -1);
	transform: rotate(-2deg) scale(1, -1);
	left: -18px;
	top: 33px;
}

.intro .mark-text > span {
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	transform: rotate(-8deg);
	margin-left: -95px;
	text-align: left;
}

.intro .safe-text {
	margin: 0 0 62px;
}

.intro .safe-text.alt {
	margin: 0;
}

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

.safe-text {
	font-size: 12px;
	line-height: 14px;
	color: #b3b2b2;
}

.safe-text > * {
	display: inline-block;
	vertical-align: middle;
}

.safe-text img {
	margin: -2px 3px 0 0;
}

.section {
	padding: 49px 0 49px;
}

.section.how-it-works-section {
	margin-bottom: 20px;
	padding-top: 70px; 
}

.section.blue {
	position: relative;
	background: #5191ed;
}

.section.blue .container {
	overflow: hidden;
	padding: 0
}

.section h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	color: #fefefe;
	margin: 0 0 40px;
}

.section h2.blue {
	color: #212121;
}

.advantages-list {
	margin: 0 0 -21px;
	padding: 0;
	list-style: none;
	font-size: 15px;
	line-height: 21px;
	/* letter-spacing: -.5px; */
	color: rgba(255, 255, 255, .6);
	overflow: hidden;
}

.advantages-list li {
	text-align: left;
	margin: 0 0 17px;
	overflow: hidden;
}

.advantages-list .icon-holder {
	float: left;
	width: 72px;
	margin: 7px 5px 0 0;
	text-align: center;
}
.advantages-list .icon-holder.icon-holder-tag {
	margin-top: 10px;
}

.advantages-list .text {
	overflow: hidden;
	font-size: 17px;
	font-weight: 400;
	padding-left: 11px;
}

.advantages-list .text p {
	line-height: 24px;
}

.advantages-list .title {
	font-size: 21px;
	line-height: 27px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 4px;
	/* letter-spacing: 0; */
}

.box-down {
	position: absolute;
	left: 50%;
	bottom: -21px;
	width: 45px;
	height: 45px;
	margin: 0 0 0 -22px;
	padding: 27px 0 0;
	font-size: 0;
	line-height: 0;
	border-radius: 100%;
	text-align: center;
	background: #5191ed;
	z-index: 10;
}

.box-down span {
	display: inline-block;
	vertical-align: bottom;
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 0 0 2px 2px;
	border-color: #fff;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	margin-top: -12px;
}

.chart-section.section {
	position: relative;
	padding: 111px 0 44px;
	background: #fbfcfc;
	overflow: hidden;
}

.chart-section.section .container {
	position: relative;
}

.chart-section.section .text-container {
	/* margin-top: -5px; */
	background-image: url("../images/bg-chart.png");
	background-repeat: no-repeat;
	background-repeat: repeat;
	z-index: 2;
}

.chart-section.section .text-container:after {
	content: "";
	position: absolute;
	left: -406px;
	right: -406px;
	top: -2px;
	bottom: -9999px;
	background-image: url("../images/bg-chart.png");
	background-repeat: no-repeat;
	background-repeat: repeat;
	z-index: -1;
}

.chart-section.section .text-box {
	padding: 43px 0 29px;
}

.chart-section.section h2 {
	margin: 0 5% 27px;
	text-align: center;
}

.chart-section.section p {
	margin: 0 0 39px;
	text-align: justify;
}

.chart-img-box {
	text-align: center;
	position: relative;
	max-width: 1900px;
	margin: 0 auto;
}

.chart-img-box img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	width: 100%;
}

.chart-text-holder {
	position: absolute;
	left: 50%;
	top: 143px;
	max-width: 1253px;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	/* letter-spacing: -6px; */
}

.chart-text {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	color: #205173;
	/* letter-spacing: 0; */
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .45s ease .3s;
	transition: opacity .45s ease .3s;
}

.chart-text:first-child .price {
	margin: 0 auto;
}

.chart-text.green {
	color: #38bf6b;
}

.chart-text.green .price {
	background-image: url("../images/bg-chart-text-2-m.png");
	background-repeat: no-repeat;
}

.chart-text.chart-text-2 {
	margin-top: -19px;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.chart-text.chart-text-3 {
	margin-top: -47px;
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}

.chart-text.chart-text-4 {
	margin-top: -93px;
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.chart-text .price {
	width: 80px;
	height: 52px;
	padding: 13px 3px 0;
	margin: 0 auto 2px;
	font-size: 15px;
	line-height: 17px;
	font-weight: 600;
	color: #fff;
	background-image: url("../images/bg-chart-text-m.png");
	background-repeat: no-repeat;
	background-size: cover !important;
}

.in-viewport .chart-text {
	opacity: 1;
}

.proposal-box {
	position: relative;
	float: right;
	width: 174px;
	height: 175px;
	margin: 0 auto;
	padding: 29px 0 0;
	font-size: 13px;
	line-height: 15px;
	font-weight: 500;
	color: #245577;
	text-align: center;
	background-color: white;
	box-shadow: 0 5px 30px rgba(0, 0, 0, .35);
	border-radius: 100%;
	z-index: 2;
}

.proposal-box .text-1 {
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.proposal-box .text-2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.proposal-box .text-3 {
	font-size: 10px;
	line-height: 12px;
	font-weight: 500;
}

.proposal-box .num {
	display: inline-block;
	vertical-align: top;
	margin: -7px 0 -2px;
	font: 600 63px/66px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #5398c8;
}

.circle-figure {
	position: absolute;
	left: calc(100% - 213px);
	bottom: 0;
	width: 587px;
	height: 460px;
	background: #5398c8;
	border: 7px solid white;
	border-radius: 100%;
	z-index: 1;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

/*
.save-section.section {
	background-image: url("../images/bg-img-01-m.jpg");
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: 50% 100%;
	padding: 61px 0 178px;
}

.save-section.section .container {
	max-width: 844px;
}

.save-section.section h2 {
	text-align: center;
	margin: 0 0 30px;
}

.save-section.section p {
	margin: 0 0 21px;
}

.save-section.section p + .text-center a {
	margin-top: 21px;
}
*/

.how-it-works {
	position: relative;
	margin: 84px auto 90px;
}
.how-it-works-section h2 {
	font-size: 34px;
	color: #30729f;
	position: relative;
}

.how-it-works-section h2:after {
	content: '';
	position: absolute;
	bottom: -26px;
	left: calc(50% - 55px);
	width: 111px;
	height: 3px;
	background-color: #5191ed;
}

.how-it-works > div {
	width: 300px;
}

.how-it-works .how-it-works-1 .big-circle {
	background: url(/images/file-edit.png) no-repeat;
	background-position: 50% 50%;
}
.how-it-works .how-it-works-2 .big-circle {
	background: url(/images/handshake.png) no-repeat;
	background-position: 50% 50%;
}
.how-it-works .how-it-works-3 .big-circle {
	background: url(/images/car-side.png) no-repeat;
	background-position: 50% 50%;
}
.how-it-works .how-it-works-2 {
	/*
	position: absolute;
	right: 0;
	top: 233px;
	width: 340px;
	*/
	margin-top: 116px;
}

.how-it-works .how-it-works-3 {
	/*
	position: absolute;
	bottom: 0;
	width: 336px;
	*/
	margin-top: 140px;
	margin-bottom: 146px;
}

.how-it-works .big-circle {
	position: relative;
	width: 146px;
	height: 146px;
	margin: 0 auto 24px;
	border: 4px solid #e3e3e3;
	border-radius: 50%;
}

.how-it-works .big-circle:before {
	content: '';
	position: absolute;
	color: #fff;
	width: 65px;
	height: 65px;
	line-height: 45px;
	font-size: 26px;
	font-weight: bold;
	background-color: #5191ed;
	border: 10px white solid;
	border-radius: 50%;
	right: -30px;
	bottom: -4px;
}



.how-it-works .how-it-works-1 .big-circle:before {
	content: '1';
}
.how-it-works .how-it-works-1 .big-circle:after {
	content: '';
	position: absolute;
	width: 76px;
	height: 116px;
	background: url(/images/m-breadcrumb-1.png) no-repeat;
	right: 132px;
	top: 262px;
}

.how-it-works .how-it-works-2 .big-circle:before {
	content: '2';
}

.how-it-works .how-it-works-2 .big-circle:after {
	content: '';
	position: absolute;
	width: 76px;
	height: 116px;
	background: url(/images/m-breadcrumb-2.png) no-repeat;
	right: -69px;
	top: 283px;
}

.how-it-works .how-it-works-3 .big-circle:before {
	content: '3';
}

.how-it-works .how-it-works-3 .big-circle:after {
	content: '';
	position: absolute;
	width: 19px;
	height: 90px;
	background: url(/images/m-breadcrumb-3.png) no-repeat;
	right: calc(50% - 13px);
	top: 292px;
}

.how-it-works > div h3 {
	font-size: 21px;
	color: #5191ed;
	font-weight: normal;
}

.how-it-works > div p {
	font-size: 15px;
	color: #8f8f90;
	line-height: 22px;
}

.step-form {
	min-height: 100vh;
	padding: 57px 10px;
}

.step-form .btn {
	width: 100%;
	border-radius: 0;
	margin: 0 0 10px;
	padding: 25px 15px 21px;
	font-size: 26px;
	line-height: 29px;
	border: none;
}
.step-form .btn.please-wait {
	background-color: #F9F9FA;
	color: #235678;
}

.step-form .btn.please-wait img {
	margin-bottom: -5px;
}

.step-form .title {
	font-size: 25px;
	line-height: 31px;
	font-weight: 400;
	color: #245577;
	margin: 1px 0 10px;
	/* letter-spacing: -1px; */
}

.select-holder,
.form-control {
	margin: 0 0 15px;
	overflow: hidden;
}

.select-holder:last-child,
.form-control:last-child {
	margin: 0;
}

.ico-input-holder {
	position: relative;
}

.ico-input-holder:not(.address-icon):before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	bottom: 0;
	width: 45px;
	background-image: url("../images/ico-sprite.png");
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	pointer-events: none;
}

.ico-input-holder.address-icon:before {
	content: "";
	position: absolute;
	left: 14px;
	top: 50%;
	height: 20px;
	bottom: 0;
	width: 45px;
	background-image: url("../images/ico11.png");
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	pointer-events: none;
}

.ico-input-holder.select-holder:before {
	top: 14px;
	left: 15px;
	width: 18px;
	height: 19px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.ico-input-holder.select-holder .success-icon {
	right: 26px;
	background-color: #FFFFFF;
}

.ico-input-holder.birthdate_day:before {
	background-position: 0 0;
}

.ico-input-holder.birthdate_month:before {
	background-position: -38px 0;
}

.ico-input-holder.birthdate_year:before {
	background-position: -76px 0;
}

.ico-input-holder.name:before {
	background-position: -114px 0;
	width: 16px;
	height: 19px;
}

.ico-input-holder.email:before {
	left: 13px;
	top: 53%;
	background-position: -150px 0;
	width: 18px;
	height: 16px;
}

.ico-input-holder.phone:before {
	left: 17px;
	background-position: -188px 0;
	width: 12px;
	height: 18px;
}

.ico-input-holder.mobile:before {
	background-position: -220px 0;
	width: 18px;
	height: 19px;
}

.ico-input-holder:not(.address-icon) label {
	float: left;
	width: 45px;
	height: 45px;
	font-size: 0;
	line-height: 0;
	background-color: whitesmoke;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	border-color: #dad9d9;
}

.ico-input-holder.address-icon label {
	float: left;
	width: 45px;
	height: 45px;
	font-size: 0;
	line-height: 0;
	background-color: whitesmoke;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	border-color: #dad9d9;
}

.ico-input-holder input[type="text"],
.ico-input-holder input[type="tel"],
.ico-input-holder input[type="email"],
.ico-input-holder input[type="search"],
.ico-input-holder input[type="password"],
.ico-input-holder textarea {
	width: calc(100% - 45px);
}

label.label {
	float: left;
	width: calc(100% - 35px);
	margin-top: -4px;
	font: 400 12px/18px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #a3a1a1;
}

label.label a {
	color: #a3a1a1;
	text-decoration: underline;
}

label.label a:hover {
	text-decoration: none;
}

.success-icon {
	position: absolute;
	right: 15px;
	top: 13px;
	opacity: 0;
	width: 21px;
	height: 21px;
	background-image: url("../images/ico-sprite.png");
	background-repeat: no-repeat;
	background-position: -258px 0;
	z-index: -1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: none;
}

.success .success-icon {
	opacity: 1;
	z-index: 1;
}

#footer {
	height: 1%;
	font-size: 12px;
	line-height: 20px;
	color: rgba(255, 255, 255, .6);
	background-color: #353538;
	display: table-footer-group;
	overflow: hidden;
}

#footer .logo {
	float: none;
	margin: 0 0 22px;
}

#footer .logo a > * {
	color: rgba(255, 255, 255, .6);
	height: 28px;
	width: 28px;
	font-size: 21px;
	line-height: 28px;
}
#footer .logo a picture {
	margin-left: 0;
}

#footer a {
	color: rgba(255, 255, 255, .6);
}

#footer a:hover {
	color: #fff;
}

#footer.footer .logo {
	font-size: 24px;
	line-height: 29px;
	margin: 0 0 4px;
}

#footer.footer .logo img {
	width: 34px;
	height: 34px;
}

#footer.footer .panel {
	font-size: 12px;
	line-height: 16px;
}
#footer .panel .container p.not(.copyright) {
	text-align: justify;
}

#footer.footer p {
	margin: 0 0 8px;
}

.panel {
	padding: 40px 0 13px;
}
#footer .panel p {
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
	color: rgba(255, 255, 255, .6);
	line-height: 25px;
}

#footer .footer-links {
	max-width: 1100px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 300;
	color: rgba(255, 255, 255, .6);
}

.footer .panel {
	padding: 69px 0 50px;
}

.panel .nav li:before {
	color: #565657;
}

.bottom-box {
	padding: 23px 0 7px;
	min-height: 46px;
	background-color: #313434;
	margin: 0;
	width: 100%;
	max-width: unset !important;
}

.footer .bottom-box {
	padding: 0;
}

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

.nav {
	margin: 0 0 -5px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.nav li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 6px 5px;
}

.nav li + li:before {
	content: "|";
	position: absolute;
	left: -3px;
	top: 0;
	color: #424646;
}


/*popup */
.popup-overlay { position:fixed; z-index:0; left:0px; right:0px; bottom:0px; top:0px; background:rgba(0,0,0,0.50); display:none; z-index:99999;}
.popup-box { position:absolute; z-index:999999; left:10px; right:10px; bottom:10px; top:170px; background:white; border:5px solid #d7d6d6; display:none; max-width: 900px; margin: 0 auto; }
.popup-box2 {  margin-top: -80px;}
.popup-box .popup-close { position:absolute; right:-15px; top:-15px; cursor:pointer; }
.popup-box .popup-header { background-image:url('/img/blue-pattern.png'); text-align:center; color:white; font-weight:bold; height:45px; padding-top:6px; border-bottom:5px solid #d7d6d6; }
.popup-box .popup-content { text-align:justify; padding:10px 20px 0px 10px; position:absolute; left:0px; top:45px; right:0px; bottom:0px; overflow-y:auto; }
.popup-box .popup-content iframe { position:absolute; left:0px; top:0px; right:0px; bottom:0px; width:100%; height:100%;}

.mobile .popup-box { position:fixed; max-height:450px; top:0px; bottom:0px; margin:auto auto; }

.popup-box table p {
        margin: 0 0 31px;
}

/*
@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
	.intro {
		background-image: url("../images/bg-intro-m@2x.jpg");
		background-size: 320px 590px;
	}

	.intro .mark-text:before {
		background-image: url("../images/arrow-m@2x.png");
		background-size: 19px 61px;
	}

	.chart-section.section .text-container {
		background-image: url("../images/bg-chart@2x.png");
		background-size: auto auto;
	}

	.chart-section.section .text-container:after {
		background-image: url("../images/bg-chart@2x.png");
		background-size: auto auto;
	}

	.chart-text.green .price {
		background-image: url("../images/bg-chart-text-2-m@2x.png");
		background-size: 100% auto;
	}

	.chart-text .price {
		background-image: url("../images/bg-chart-text-m@2x.png");
		background-size: 100% auto;
	}

	.save-section.section {
		background-image: url("../images/bg-img-01-m@2x.jpg");
		background-size: 100% auto;
	}

	.ico-input-holder:not(.address-icon):before {
		background-image: url("../images/ico-sprite@2x.png");
		background-size: 300px 300px;
	}
	
	.ico-input-holder.address-icon:before {
		background-image: url("../images/ico11.png");
		background-size: 19px 18px;
	}

	.success-icon {
		background-image: url("../images/ico-sprite@2x.png");
		background-size: 300px 300px;
	}

	#footer {
		background-image: url("../images/bg-footer-02@2x.png");
		background-size: 20px 20px;
	}

	.panel {
		background-image: url("../images/bg-footer-01@2x.png");
		background-size: 20px 20px;
	}
}
*/

@media (min-width: 480px) {
	.intro .img-holder img {
		max-width: 306px;
	}

	.chart-section.section .text-container {
		margin-top: -136px;
	}

	.chart-section.section .text-box {
		padding: 15px 0 29px;
	}

	.chart-img-box img {
		max-width: 153.5%;
		margin: 0 0 0 -27%;
		width: auto;
	}

	.chart-text-holder {
		top: 160px;
	}

	.chart-text.chart-text-4 {
		margin-top: -79px;
	}
}

@media (min-width: 768px) and (max-width: 960px) {
	.intro {
		background-size: 50% auto;
	}
	.advantages-list li {
		width: 300px;
		margin: 0 auto;
	}
	.how-it-works {
		width: 300px;
	}
}



@media (min-width: 961px) {
	body {
		font-size: 18px;
		line-height: 1.5;
	}
	main {
	        background: url(/images/blue-bg-desktop.jpg); 
	        background-size: 100% 770px;
	        background-position: left top; 
	        background-repeat: no-repeat;
	                  
	} 

	.form-body .bot {
		padding: 18px 0;
	}

	.form-body .content {
		padding: 48px 0;
	}

	.form-body .heading {
		text-align: center;
		font-size: 17px;
		margin: 0 0 35px;
	}

	.checkbox label {
		font-size: 15px;
		padding: 22px 20px 18px;
	}

	.container {
		padding: 0;
		max-width: 1100px;
	}

	#header {
		padding: 17px 0 5px;
	}

	.home-page #header {
		padding: 46px 0;
	}

	.logo {
		font-size: 27px;
		line-height: 38px;
	}

	.home-page .logo {
		float: left;
		text-align: left;
		margin-top: 15px;
	}

	.logo img {
		margin: 0 -1px 4px 0;
	}

	.logo a picture {
		width: 300px;
		margin-left: 0;
	}

	.logo a div {
		/* letter-spacing: 0.3px; */
	}

	.app-ext-box {
		display: block;
		position: relative;
		float: right;
		margin: 10px 0 0 0;
		font-size: 20px;
		line-height: 23px;
		font-weight: 500;
		text-transform: capitalize;
		color: #245577;
	}

	.app-ext-box:after {
		content: "";
		position: absolute;
		left: -37px;
		top: -7px;
		background-image: url("../images/ico-time.png");
		background-repeat: no-repeat;
		width: 49px;
		height: 55px;
	}

	.intro {
		background-image: url("../images/faf-lander-bg-2.png");
		background-repeat: no-repeat;
		background-size: 58% auto;
		position: relative;
		padding: 204px 0 102px;
		text-align: center;
		border-bottom: 6px solid #e2e3e4;
		box-shadow: 0 -2px 5px rgba(0, 0, 0, .15) inset;
		/* background-size: cover !important; */
		background-position: right bottom;
		overflow: hidden;
		text-align: left;
	}

	.intro.alt {
		padding-bottom: 150px;
	}

	.intro .title-holder {
		max-width: 70%;
	}

	.intro h1 {
		font-size: 54px;
		line-height: 65px;
		margin: 0 0 8px;
		/* letter-spacing: -0.5px; */
	}

	.intro h2 {
		font-size: 27px;
		line-height: 40px;
		margin: 0 0 49px;
		/* letter-spacing: 0.2px; */
	}
	.intro .btn-holder {
		max-width: 300px;
		width: 300px;
		margin-top: 55px;
		margin-bottom: 20px;
	}
	.intro .btn-holder a {
		width: 300px;
	}
	.intro .btn-holder.intro-amount-adjust {
		margin-top: -40px;
		margin-bottom: 40px;
	}

	.intro .btn {
		margin: 0 0 13px;
	}

	.intro .img-holder {
		right: -11%;
		bottom: -202px;
		max-width: 65%;
	}
	.intro .img-holder.intro-amount-adjust {
		bottom: -242px;
	}

	.intro .img-holder img {
		max-width: 100%;
	}

	.intro .mark-text:before {
		left: -72px;
		top: 15px;
		width: 72px;
		height: 32px;
		background-image: url("../images/arrow.png");
		background-repeat: no-repeat;
	}

	.intro .mark-text {
		position: absolute;
		width: 182px;
		left: 100%;
		bottom: -37px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.intro .mark-text.alt:before {
		left: -33px;
		top: 63px;
		width: 72px;
		height: 32px;
		-webkit-transform: rotate(-72deg) scale(1, -1);
		-ms-transform: rotate(-72deg) scale(1, -1);
		transform: rotate(-72deg) scale(1, -1);
	}

	.intro .mark-text.alt {
		top: 0;
		left: 0;
	}

	.intro .mark-text > span {
		margin-left: -18px;
	}

	.intro .safe-text {
		margin: 0;
	}

	.section {
		padding: 63px 0 71px;
	}

	.section.how-it-works-section {
        	margin-bottom: 43px;
		padding-top: 96px;
	}

	.section h2 {
		font-size: 42px;
		line-height: 55px;
		margin: 0 0 55px;
	}

	.advantages-list {
		/* margin: 0 -42px -23px 0; */
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		font-size: 16px;
		line-height: 22px;
		/* margin-left: -7px; */
		/* letter-spacing: -6px; */
	}

	.advantages-list li {
		display: inline-block;
		vertical-align: top;
		text-align: center;
		flex-grow: 1;
		/* letter-spacing: 0; */
		/* width: 25%; */
		padding: 0 0px 0 0;
		margin: 0 0 20px;
	}
	.advantages-list li:first-of-type, .advantages-list li:last-of-type {
		min-width: 210px;
		flex-grow: 0;
	}
	.advantages-list li:first-of-type {
		margin-right: 25px;
	}
	.advantages-list li:last-of-type {
		margin-left: 25px;
	}
	.advantages-list li:not(:first-child) {
		/*margin-left: 18px;*/
	}

	.advantages-list .icon-holder {
		white-space: nowrap;
		text-align: center;
		float: none;
		width: 100%;
		margin: 0 0 25px;
	}

	.advantages-list .icon-holder.icon-holder-tag {
		margin-top: 0;
	}

	.advantages-list .icon-holder:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 59px;
	}

	.advantages-list .icon-holder > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.advantages-list .title {
		font-size: 23px;
		margin: 0 0 7px;
	}
	.advantages-list .text {
		padding-left: 0;
	}
	.advantages-list .text p {
		width: 218px;
		font-size: 19px;
		margin: 0 auto;
		line-height: 24px;
	}

	.chart-section.section {
		padding: 50px 0;
	}

	.chart-section.section .text-container {
		margin-top: -176px;
	}

	.chart-section.section .text-box {
		float: left;
		max-width: 61%;
		padding: 0 0 50px;
		line-height: 25px;
	}

	.chart-section.section h2 {
		text-align: left;
		margin: 0 0 29px -3px;
	}

	.chart-section.section p {
		text-align: left;
	}

	.chart-section.section .text-center {
		text-align: left;
	}

	.chart-text-holder {
		top: 119px;
	}

	.chart-text {
		font-size: 20px;
		line-height: 23px;
	}

	.chart-text.green .price {
		background-image: url("../images/bg-chart-text-2.png");
		background-repeat: no-repeat;
	}

	.chart-text.chart-text-2 {
		margin-top: -21px;
	}

	.chart-text.chart-text-3 {
		margin-top: -54px;
	}

	.chart-text.chart-text-4 {
		margin-top: -103px;
	}

	.chart-text .price {
		width: 172px;
		height: 91px;
		padding: 25px 5px 0;
		font-size: 30px;
		line-height: 33px;
		background-image: url("../images/bg-chart-text.png");
		background-repeat: no-repeat;
	}

	.proposal-box {
		width: 277px;
		height: 277px;
		font-size: 22px;
		line-height: 25px;
		padding: 34px 0 0;
		margin: -7px 3px 0 0;
	}

	.proposal-box .text-1 {
		font-size: 27px;
		line-height: 30px;
	}

	.proposal-box .text-2 {
		font-size: 32px;
		line-height: 35px;
	}

	.proposal-box .text-3 {
		font-size: 18px;
		line-height: 21px;
	}

	.proposal-box .num {
		font-size: 110px;
		line-height: 113px;
		margin: -9px 0 -2px;
	}

	.circle-figure {
		left: calc(100% - 338px);
		bottom: 0;
		width: 1046px;
		height: 943px;
	}

	.save-section.section {
		padding: 74px 0 435px;
		background-image: url("../images/bg-img-01.jpg");
		background-repeat: no-repeat;
	}

	.save-section.section h2 {
		margin: 0 0 28px;
	}

	.save-section.section p {
		margin: 0 0 27px;
	}

	.step-form {
		padding: 75px 0;
	}

	.step-form .title {
		font-size: 28px;
		margin-top: -7px;
		text-align: center;
	}

	label.label {
		font-size: 13px;
	}

	#footer {
		font-size: 14px;
		line-height: 26px;
	}

	#footer .logo {
		margin: 0 0 27px;
		font-size: 20px;
		line-height: 28px;
	}

	#footer.footer .panel {
		font-size: 13px;
	}

	.panel {
		padding: 79px 0 65px;
		font-size: 15px;
		line-height: 26px;
		text-align: justify;
	}

	.footer .panel {
		padding: 74px 0 60px;
	}

	#footer .panel .container {
		padding: 0;
	}

	.bottom-box {
		padding: 30px 0 11px;
		width: 100%;
		max-width: unset;
	}

	.bottom-box .box {
		width: 49%;
		height: 40px;
		text-align: left;
		display: inline-block;
	}

	.bottom-box .box:nth-child(2) {
		text-align: right;
		line-height: 40px;
		float: right;
	}

	.nav {
		margin: 0 0 -5px;
	}

	.nav li {
		padding-left: 8px;
		padding-bottom: 0;
		line-height: 40px;
	}
	.nav li:first-of-type {
		padding-left: 0;
	}
	.how-it-works {
		width: 961px;
		height: 840px;
		position: relative;
		margin: 0 auto 82px;
	}
	.how-it-works-section h2 {
		position: relative;
	}
	
	.how-it-works-section h2:after {
		content: '';
		position: absolute;
		bottom: -16px;
		left: calc(50% - 55px);
		width: 111px;
		height: 3px;
		background-color: #5191ed;
	}
	
	.how-it-works > div {
		width: 351px;
	}
	
	.how-it-works .how-it-works-1 .big-circle {
		background: url(/images/file-edit.png) no-repeat;
		background-position: 50% 50%;
	}
	.how-it-works .how-it-works-2 .big-circle {
		background: url(/images/handshake.png) no-repeat;
		background-position: 50% 50%;
	}
	.how-it-works .how-it-works-3 .big-circle {
		background: url(/images/car-side.png) no-repeat;
		background-position: 50% 50%;
	}
	.how-it-works .how-it-works-2 {
		position: absolute;
		right: 31px;
		top: 246px;
		width: 340px;
		margin-top: 0;
	}
	
	.how-it-works .how-it-works-3 {
		position: absolute;
		bottom: 41px;
		width: 356px;
		margin: 0;
	}
	
	.how-it-works .big-circle {
		width: 150px;
		height: 150px;
		/*
		margin: 0 auto 34px;
		border: 4px solid #e3e3e3;
		border-radius: 50%;
		*/
	}
	
	.how-it-works .big-circle:before {
		content: '';
		position: absolute;
		color: #fff;
		width: 65px;
		height: 65px;
		line-height: 45px;
		font-size: 26px;
		font-weight: bold;
		background-color: #5191ed;
		border: 10px white solid;
		border-radius: 50%;
		right: -24px;
		bottom: -1px;
	}
	
	.how-it-works .how-it-works-1 .big-circle:before {
		content: '1';
	}
	.how-it-works .how-it-works-1 .big-circle:after {
		content: '';
		position: absolute;
		width: 371px;
		height: 265px;
		background: url(/images/breadcrumb-1.png) no-repeat;
		right: -405px;
		top: 57px;
	}
	
	.how-it-works .how-it-works-2 .big-circle:before {
		content: '2';
	}
	
	.how-it-works .how-it-works-2 .big-circle:after {
		content: '';
		position: absolute;
		width: 300px;
		height: 99px;
		background: url(/images/breadcrumb-2.png) no-repeat;
		right: 271px;
		top: 160px;
	}
	
	.how-it-works .how-it-works-3 .big-circle:before {
		content: '3';
	}
	
	.how-it-works .how-it-works-3 .big-circle:after {
		content: '';
		position: absolute;
		width: 145px;
		height: 164px;
		background: url(/images/breadcrumb-3.png) no-repeat;
		right: -267px;
		top: 237px;
	}
	
	.how-it-works > div h3 {
		font-size: 23px;
		color: #5191ed;
		font-weight: normal;
		margin-bottom: 5px;
	}
	
	.how-it-works > div p {
		font-size: 19px;
		color: #8f8f90;
		line-height: 26px;
	}

}

@media (min-width: 1664px) {
	.intro {
		background-image: url(../images/faf-lander-bg.png);
		background-size: auto 720px;
		background-position: right top;
	}
}

/*
@media (min-width: 768px) and (min--moz-device-pixel-ratio: 1.3), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 768px) and (min-device-pixel-ratio: 1.3), (min-width: 768px) and (min-resolution: 1.3dppx) {
	.app-ext-box:after {
		background-image: url("../images/ico-time@2x.png");
		background-size: 49px 55px;
	}

	.intro {
		background-image: url("../images/faf-lander-bg.png");
	}

	.intro .mark-text:before {
		background-image: url("../images/arrow@2x.png");
		background-size: 72px 32px;
	}

	.chart-text.green .price {
		background-image: url("../images/bg-chart-text-2@2x.png");
		background-size: 100% auto;
	}

	.chart-text .price {
		background-image: url("../images/bg-chart-text@2x.png");
		background-size: 100% auto;
	}

	.save-section.section {
		background-image: url("../images/bg-img-01@2x.jpg");
		background-size: 100% auto;
	}
}
*/
/*
@media (min-width: 1024px) {
	.intro {
		padding: 209px 0 85px;
	}

	.intro.alt {
		padding-bottom: 202px;
	}

	.intro .title-holder {
		max-width: 60%;
	}

	.intro .mark-text {
		font-size: 22px;
		line-height: 24px;
		width: 250px;
		bottom: 0;
		left: calc(100% + 91px);
	}

	.advantages-list li {
		width: 25%;
	}

	.advantages-list .title {
		min-height: 54px;
	}

	.chart-section.section {
		padding: 34px 0;
	}

	.chart-section.section .text-container {
		margin-top: -258px;
	}

	.chart-img-box img {
		margin: 0;
		max-width: 152%;
		position: relative;
		left: 50%;
		margin-left: -100%;
	}

	.chart-text-holder {
		top: 170px;
	}

	.chart-text:first-child {
		margin-top: -20px;
	}

	.chart-text:first-child .price {
		margin-bottom: 11px;
	}

	.chart-text.chart-text-2 {
		margin-top: -35px;
	}

	.chart-text.chart-text-3 {
		margin-top: -83px;
	}

	.chart-text.chart-text-4 {
		margin-top: -153px;
	}

	.proposal-box {
		width: 307px;
		height: 307px;
		padding-top: 50px;
		margin-top: -85px;
	}

	.save-section.section {
		padding-bottom: 452px;
	}
}
*/
/*

@media (min-width: 1270px) {
	.advantages-list {
		font-size: 18px;
		line-height: 24px;
		margin: 0 -62px -23px 0;
	}

	.advantages-list .title {
		min-height: 0;
	}

	.chart-section.section .text-container {
		margin-top: -347px;
	}

	.chart-img-box img {
		max-width: none;
	}

	.chart-text-holder {
		top: 199px;
	}

	.chart-text:first-child {
		margin: 0;
	}

	.chart-text.chart-text-2 {
		margin-top: -25px;
	}
}

*/

@media (max-width: 767px) {
	.form-body .container {
		max-width: 300px;
	}

	.container {
		max-width: 320px;
	}

	.save-section.section .container {
		text-align: justify;
	}

	.save-section.section .container {
		max-width: 320px;
	}
	.desktop-only {
		display: none;
	}
	.form-body .content, .form-body .bot {
		max-width: 300px;
		margin: 0 auto;
	}
	.step.last label.label {
		font-size: 13px;

	}
}

@media screen and (max-width: 767px) {
	.field-error-message.check-adjustment {
		margin-bottom: 9px;
	}
}

@media (max-width: 479px) {
	.desktop-only {
		display: none;
	}
}

@media (min-width: 480px) {
	.mobile-only {
		display: none;	
	}
}