body{
	font-family: 'DM Sans', sans-serif;
}
.wrapper{
	width:100%;
	max-width: 1225px;
	margin: 0 auto;
}
.logo a{
	display: block;
	width: 197px;
	height: 63px;
	background:url(logo.png) no-repeat center;
	background-size: 197px auto;
	margin-top: 19px;
	margin-bottom:15px;
}

.header .wrapper{ display: flex; justify-content: space-between; }
.header .contact{display: inline-flex;align-items: center;text-decoration:none;line-height: 1.5em;}
.header .contact .phone-icon{
	width: 48px;
	height:48px;
	border-radius: 100%;
	display:block;
	background:#05b67c url(phone.svg) no-repeat center;
	margin-right:15px;
	flex: 0 0 48px;
}
.header .contact img{ display: block; }
.header .contact .label span{ display: block; }
.header .contact .label span.label-intro{color:#1E1E1E;font-size: 15px;line-height: 20px;}
.header .contact .label span.label-main{font-weight:bold;color:#071f2b;font-size:24px;line-height: 1em;}

h2{
	font-family: 'DM Sans', sans-serif;
	font-size: 32px;
	line-height:1.25em;
	text-align:center;
	font-weight:bold;
	margin-bottom:25px;
}
h3{
	font-family: 'DM Sans', sans-serif;
	font-size: 20px;
	line-height:1.25em;
	text-align:left;
	font-weight:bold;
	color:#000000;
}
h2.small{
	font-size: 34px;
}

.section-with-forms h2{color:#071f2b;} 
.section-with-forms h2.small{ margin-bottom: 47px; }
.section-with-forms{
	padding: 47px 30px 68px;
	background:url(background-1.jpg) no-repeat bottom center;
	min-height:1018px;
	/*background-size:cover;*/
}
.section-with-forms.bg-fix{
	background-attachment:fixed;
}

.section-action-form{
	width:100%;
	max-width: 975px;
	min-height: 494px;
	background:#fff;
	position:relative;
	text-align:center;
	margin:0 auto;
	padding: 65px 30px 11px;
	box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}
.section-action-form.thank-you-page{
	padding: 70px 20px 30px;
}

.section-action-form h2{
	width:100%;
	max-width: 642px;
	margin-left:auto;
	margin-right: auto;
}

.section-action-form p{
	color:#282828;
	font-size: 19px;
	line-height:1.5em;
	margin-bottom: 30px;
}
.section-action-form .consent{ margin-top: 50px; }
.section-action-form .consent.terms{ margin-top:0; }
.section-action-form .consent ul,
.section-action-form .consent p{
    font-size: 14px;
    line-height: 1.6em;
    font-weight: normal;
    text-align: left;
    color: rgba(0,0,0,0.5);
    text-align: center;
}
.section-action-form .consent.left,
.section-action-form .consent.left p{text-align: left;}
.section-action-form .consent.left ul{ margin: 0 0 30px 30px; text-align: left;}
.section-action-form .consent.left h2{ width: 100%; text-align: left; max-width: 100%; }
.section-action-form .consent img{ max-width: 100%; }
.consent p a {
	color:#05B67C;
}
.consent p a:hover{ color:rgb(4 125 85); }

.section-action-form [data-step="4"] p{ line-height: 20px; }
.thank-you-content p.thank-you-dial a{
	display:block;
	font-size: 32px;
	font-weight:bold;
	text-decoration:none;
	color:#071f2b;
}
.section-action-form .or-call-block p{ font-size: 18px; }
.section-action-form .or-call-block p a{ color:#071f2b; font-weight: bold; text-decoration:none; }

.step-button{ margin-bottom: 26px; }
.step-buttons{ margin-bottom: 35px; }


.step-button:last-of-type{ margin-bottom:0; }
.contact-forms .input.submit button,
.step-button button{
    border-color: #05B67C;
    border-width: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #05B67C;
    box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.15);
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    padding: 1px;
    text-align: center;
    height: 64px;
    width: 100%;
    max-width: 553px;
    cursor:pointer;
    font-family: 'DM Sans', sans-serif;
}
.contact-forms .input.submit button:hover,
.step-button button:hover{
	background-color: rgb(4 125 85);
}

.progress-bar{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
}
.progress-bar .progress-amount{
	width:75px;
	height:75px;
	border:6px solid rgba(0,0,0,0.11);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #071f2b;
	font-size: 19px;
	font-weight:bold;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	top: -35px;
	background: #fff;
	z-index:3;
}

.progress-bar .progress{
	height: 12px;
	width: 10%;
	display:block;
	position:absolute;
	background:#007cc2;
	transition: all 1s ease-out;
	border-radius:3px;
}
/*
.progress-border{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    position: absolute;
    inset: 0;
    height: 63px;
    width: 63px;
    border-radius: 100%;
    overflow: hidden;
    background: radial-gradient(50% 50%,#003366 98%,#0000) top/10% 10% no-repeat, conic-gradient(#003366 calc(var(--p)*1%),#0000 0);
    -webkit-mask: radial-gradient(50% 50%,#0000 77%,#000 80% 100%,#0000 102%);
    top: -5px;
    left: -5px;
}
*/

.form-container {width: 100%;margin: 0 auto 0;text-align: center;max-width: 553px;position: relative;}
.form-container .error-response{
    position: absolute;
    top: 51px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #f00;
}
.form-container input[type="text"],
.form-container input[type="email"] {width: 100%;height: 44px;padding: 5px;font-family: 'DM Sans';font-size: 16px;border-radius: 3px;margin-right: 10px;display: inline-block;background: #EFEFEF;border: none;text-align: center;margin-bottom: 20px;}
.form-container input[type="number"] {width: 124px;height: 44px;padding: 5px;font-family: 'DM Sans';font-size: 16px;border-radius: 3px;margin-right: 10px;display: inline-block;background: #EFEFEF;border: none;text-align: center;margin-bottom: 20px;}

.form-container input[type="text"]#firstname{
	width:50%;
	margin-right: 0;
}
.form-container input[type="text"]#lastname{
	width:50%;
	margin-right: 0;
}
.form-container input[type="text"]#day{
	margin-right: 0;
	width:33.33%;
}
.form-container input[type="text"]#month{
	margin-right: 0;
	width:33.33%;
}
.form-container input[type="text"]#year{
	margin-right: 0;
	width:33.33%;
}

.form-container .flex-wrap{
	column-gap: 20px;
	display: flex;
}
.form-container input[type="tel"] {width: 100%;height: 44px;padding: 5px;font-family: 'DM Sans';font-size: 16px;border-radius: 3px;margin-right: 0;display: inline-block;background: #EFEFEF;border: none;text-align: center;margin-bottom: 20px;}

.form-container input[type="email"]{width: 100%;max-width:100%;margin-right:0;}
.form-container .default,
.form-container .name-form,
.form-container .email-form{margin-bottom: 19px;}
.form-container .dob-form{margin-bottom: 19px;}
.form-container .zip-form{margin-bottom: 19px;}
.form-container .phone-form{margin-bottom: 19px;}

.display-a .display-on-b{ display:none; }
.display-b .display-on-a{ display:none; }


.section-blocks{
	padding: 43px 30px 50px;
	background: #071f2b;
	color:#fff;
}

.section-area-blocks{display: flex;column-gap: 21px;flex-wrap: wrap;row-gap: 21px;}
.section-area-blocks .block{
	padding: 30px;
	color: #000;
	background: #071f2b;
	width: calc(33.33% - 14px);
	text-align: left;
	background: #fff;
	border-radius:7px;
}
.section-area-blocks .block .heading{
	display:flex;
	margin-bottom:20px;
	column-gap:20px;
	align-items: flex-start;
	flex-direction: column;
}
.section-area-blocks .block .heading .icon-wrap{
	flex: 0 0 95px;
	background: transparent;
	height: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 255px;
	width: 95px;
	border: 2px solid #05b67c;
	margin-bottom: 20px;
}
.section-area-blocks .block .heading h3{text-align: left;color: #071f2b;}

.section-blocks-footer{
	display:flex;
	align-items: center;
	justify-content: center;
	column-gap: 50px;
	row-gap: 50px;
	padding: 50px 0 0;
	flex-wrap: wrap;
}
.section-blocks-footer .section-block-footer{}
.section-blocks-footer .section-block-footer.trusted-star-big{
    display: inline-flex;
    align-items: center;
	column-gap: 20px;
}
.section-blocks-footer .section-block-footer.trusted-star-big h2{ margin:0;}
.disclaimer{
	padding: 43px 30px 30px;
	text-align:center;
	color:#989898;
	font-size:14px;
}
.disclaimer p { margin-bottom: 30px; }
.disclaimer .logo a{margin: 0 auto 26px;}


.disclaimer .nav{
	list-style:none;
	margin-bottom:24px;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.disclaimer .nav li{ padding: 0 11px; border-right:1px solid #003366; }
.disclaimer .nav li:last-child{ border-right:0 }
.disclaimer .nav a{ color:#003366; text-decoration:none; }


.call-button a{
    border-color: #05B67C;
    border-width: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #05B67C;
    box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.15);
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 12px 20px;
    text-align: center;
    width: 100%;
    max-width: 410px;
    cursor:pointer;
    font-family: 'DM Sans', sans-serif;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5em;
    text-decoration: none;
}
.call-button a span{
	background: url(phone.svg) no-repeat center;
	display:inline-flex;
	width:20px;
	height:20px;
	margin-right: 10px;
	position: relative;
	top: 0px;
}
.call-button a:hover{
	background-color: rgb(4 125 85);
}
.thank-you-dial{ margin: 23px 0; }
.thank-you-dial a span{
	color:#003366;
}

.thank-you-blocks{
	display: flex;
	flex-wrap:wrap;
}
.thank-you-blocks.single-image{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}
.thank-you-blocks.single-image .thank-you-image{ margin: 0 0 20px;}
.thank-you-blocks.single-image .thank-you-image,
.thank-you-blocks.single-image .thank-you-content{width:100%;flex: 0 0 100%;padding: 0;}

.thank-you-page.reverse .thank-you-blocks{
	flex-direction: row-reverse;
	background:url(thank-you-b.png) no-repeat left center;
}
.thank-you-content{width: 50%;flex: 0 0 50%;padding: 14px 0px;}
.thank-you-image{display: flex;width: 50%;align-items: center;justify-content: center;}
.thank-you-image img{width: 100%;max-width:100%;height: auto;display: block;}
.centered .thank-you-content{ width:100%; flex: 0 0 100%; }

.form-container label{display:block; }
.form-container input.error{ border:1px solid #f00; }

.loader{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block; background: transparent; text-indent: -9000px; z-index: 9; }
#loader{ position: fixed; z-index: 9999999; }
.loader:before {content: '';height: 20px;width: 20px;position: absolute;left:50%;top:50%;margin-top: -10px;margin-left: -10px;-webkit-animation: rotation .6s infinite linear;-moz-animation: rotation .6s infinite linear;-o-animation: rotation .6s infinite linear;animation: rotation .6s infinite linear;border-left: 6px solid rgba(217, 210, 210, .5);border-right: 6px solid rgba(217, 210, 210, .5);border-bottom: 6px solid rgb(217 210 210 / 50%);border-top: 6px solid rgb(181 183 185);border-radius: 100%;text-indent: -9000px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.loader.big:before {height: 75px;width: 75px;margin-top: 0;margin-left: 0;top: -5px;left: -5px;}
@-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotation { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(359deg); } }
@-o-keyframes rotation { from { -o-transform: rotate(0deg); } to { -o-transform: rotate(359deg); } }
@keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } }

.final-block-labels{
    height: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-with-forms.contact-form .section-action-form{ max-width: 796px; padding: 40px 70px; }
.section-with-forms.contact-form .section-action-form .contact-intro{font-size: 24px;font-weight: 400;color:#282828;margin-bottom:20px;}
.section-with-forms.contact-form .section-action-form .contact-intro a{ color:#282828; text-decoration:none; }

.contact-forms .form-field{ margin-bottom: 20px; }
.contact-forms label{
	display: block; text-align:left; margin: 0 0 10px;
	font-size:17px;
}
.contact-forms .text-input{
	text-align:left;
	width:100%;
	padding: 10px 20px;
	height:54px;
	background:#efefef;
	font-family: 'DM Sans', sans-serif;
	border: 0;
	color: #000;
	font-size: 24px;
}
.contact-forms textarea.text-input{ height: 188px; }

.contact-forms .input.submit{
	padding: 10px 45px 0;
}
.section-action-form p.thank-you-dial{ margin-bottom: 50px; }
.timer{
	display:flex;
	justify-content: center;
	column-gap: 30px;
}
.timer .count-down{
	color:#003366;
}

.timer .count-down span{
	text-align:center;
	display:block;
}

.timer .count-down span.value{
	font-size: 19px;
	font-weight:bold;
}

.timer .count-down span.label{
	font-size: 12px;
}

@media only screen and (max-width: 1100px){
	.thank-you-page.reverse .thank-you-blocks{ background-size: 50%; }
}
@media only screen and (max-width: 959px){
	.section-area-blocks .block{width: 100%;}
	.header .logo a{width: 183px;background-size: 184px 58px;height: 58px;background: url(mobile-logo.png);margin-left: 14px;}
	.header .contact .label{/* flex: 0 0 122px; */}
	.header .contact .label span.label-intro{ font-size: 9px;}
	.header .contact .label span.label-main{font-size: 14px;}
	.header .contact{position: relative;overflow: hidden;padding-right: 112px;}
	.header .contact img{display: block;position: absolute;right: 0;}

	.thank-you-content{ width:100%; flex:  0 0 100%; }
	.thank-you-image{ width: 100%; }
	.thank-you-image img{ width: auto; }
	.call-button a{ font-size: 16px; padding-left: 10px; padding-right: 10px; }
	.call-button a span{ top: 3px;}
	
	.thank-you-page.reverse .thank-you-blocks{ background-size: auto; background-position: bottom center; padding-bottom:275px; }
	.section-with-forms.contact-form .section-action-form{ padding: 30px; }
	.section-with-forms.contact-form .section-action-form .contact-intro{ font-size: 17px; line-height: 1.5em; }
	.contact-forms .input.submit{ padding-left:0; padding-right:0;}
}
.header .contact .mobile-text{
	display: none;
}
@media only screen and (max-width: 768px){
	.header .wrapper{
		align-items: center;
	}
	.header .contact{
		color: #003366;
		padding: 9px 20px 9px 9px;
		border-radius: 50px;
		border: 1px solid #003366;
		margin-right: 10px;
		font-size: 17px;
	}
	.header .contact .phone-icon{
		width: 40px;
		height: 40px;
		background-size: 20px;
		flex: 0 0 40px;
		margin-right: 5px;
		background-color: #071f2b;
	}
	.header .contact .label{ display: none; }
	.header .contact img{ display: none; }
	.header .contact .mobile-text{ display: block; }

	.section-blocks-footer{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
}


@media only screen and (max-width:480px){
	.section-with-forms,
	.disclaimer,
	.section-blocks{ padding: 25px 30px 40px; }
	.header .contact{ font-size:14px; padding-right: 10px; }
	.header .contact .phone-icon{
		width: 28px;
		height:28px;
		background-size: 12px;
		flex: 0 0 28px;
		margin-right: 5px;
		background-color: #071f2b;
	}

	h2{
		font-size: 20px;
	}
	h3{
		font-size: 20px;
	}
	h2.small{
		font-size: 20px;
	}
	.section-action-form p{ font-size: 16px; }
	.form-container input[type="tel"],
	.form-container input[type="text"],
	.form-container input[type="number"]{
		width:100%;
		margin-left:0;
		margin-right:0; 
	}
	.section-action-form p a{ font-size: 28px; }
	.thank-you-content p.thank-you-dial a, .section-action-form .or-call-block p a{ font-size: 25px; }
	.step-button button{ font-size: 23px; }
	.form-container .name-form,
	.form-container .dob-form{ margin-bottom: 0; }

	.section-action-form{ padding-right:25px; padding-left: 25px; }
	.thank-you-blocks.single-image .thank-you-content p:last-of-type{ font-size: 16px; }
}

@media only screen and (max-width:380px){
	h2{
		font-size: 19px;
	}
	h3{
		font-size: 19px;
	}
	h2.small{
		font-size: 19px;
	}
}
