@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');


h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, ol, li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:normal;
	vertical-align:top;
	background:transparent;
	list-style:none;
}

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

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	padding: 0;
	margin: 0;
	text-size-adjust: none ;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	display:block;
	max-width:100%;
}
a {
	color: #000;
	text-decoration: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	padding: 0;
	outline: none;
	word-wrap: break-word;
}
a:hover {
	color: #1C7CED;
}

/* Typography Start */
.title {
    margin-bottom: 32px;
}
h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 16px;
}
h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 16px;
}
h3 {
	font-size: 34px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 16px;
}
h4 {
	font-size: 28px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 16px;
}
h5 {
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 16px;
}
h6 {
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 16px;
}
p{	
	margin-bottom: 20px;
}
.title:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
	margin-bottom: 0;
}
/* Typography End */


.site-wrapper{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	flex-direction: column;
	padding-top: 84px;
	/*padding-bottom: 40px;*/
	min-height: 100vh;
	/* background: #fff url(../images/bg.jpg) center bottom no-repeat; */
	background-position: center bottom;
	background-size: cover;
	position: relative;
}
.site-wrapper::after {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(237, 245, 255, 0.95);
}
.container{
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}
.container.small {
	max-width: 880px;
}
.w-full {
	width: 100%;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center !important;
}
.s-pt-50,
.s-py-50 {
    padding-top: 50px !important;
}
.s-pb-50,
.s-py-50 {
    padding-bottom: 50px !important;
}
.s-pt,
.s-py {
    padding-top: 80px !important;
}
.s-pb,
.s-py {
    padding-bottom: 80px !important;
}
.mb-16 {
	margin-bottom: 16px;
}
.negative-t-16 {
	margin-top: -16px;
}
.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.space-between{
	justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
.align-center{
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
}
.align-end{
    align-items:flend;
    -webkit-align-items:flex-end;
    -ms-align-items:flex-end;
}
.font-14{
	font-size: 14px;
	line-height: 22px;
}
.font-20{
	font-size: 20px;
	line-height: 26px;
}
.hide {
	display: none !important;
}
.ml-auto,
.mx-auto {
	margin-left: auto !important;
}
.mr-auto,
.mx-auto {
	margin-right: auto !important;
}
.form-msg {
	text-align: center;
	margin-top: 10px;
}
.form-msg span {
	display: inline-block;
	background: #1C7CED;
	color: #fff;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 600;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.form-list {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.form-list li {
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 24px;
}
.form-list li:last-child {
	margin-bottom: 0;
}
.form-list li.col-2 {
	width: 50%;
}
.form-list li.col-3 {
	width: 33.33%;
}
.form-list .btn {
	max-width: 100%;
	min-width: 270px;
}
.trusted-list {
	margin-top: 30px;
}
.trusted-list img {
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
}
.safe-msg {
	display: inline-block;
	position: relative;
	text-align: left;
	background-color: rgba(255, 255, 255, .57);
	padding: 16px 16px 16px 46px;
	margin-top: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.safe-msg img {
	position: absolute;
	width: 24px;
	top: 16px;
	left: 16px;
}
.secure-icon {
	font-size: 14px;
	line-height: normal;
	margin-top: 8px;
}
.secure-icon img {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.text-field {
	display: block;
	background-color: #fff;
	width: 100%;
	height: 64px;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-align: left;
	border: #b7c8d1 solid 2px;
	padding: 20px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.text-field.active,
.text-field:focus {
	border-color: #1C7CED;
}
select.text-field {
	background: #fff url(../images/arrow-down.svg) right 30px center no-repeat;
	padding: 16px 30px;
}
.text-field.invalid {
	color: #e60023;
	border-color: #e60023;
}
.text-field.valid {
	border-color: #66aa4f;
	background: #fff url(../images/tick-field.svg) no-repeat 97% center;
	background-size: 12px auto;
}
.error-msg {
	padding-top: 10px;
	text-align: left;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	color: #e60023;
}
select, button, input {
    filter: none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input:focus {
    outline: none;
}
.btn {
	display: inline-block;
	background-color: #1C7CED;
	border: 0;
	padding: 20px 30px;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.btn:hover {
	color: #fff;
	background-color: #000;
}
.secondary-btn {
	background-color: #000;
}
.btn.secondary-btn:hover {
	color: #fff;
	background-color: #1C7CED;
}

.radio-style-button {
    margin: 0 15px 15px 0;
    display: inline-block;
}
.radio-style-button:last-child {
	margin-right: 0;
}
.radio-style-button input[type="radio"] {
	display: none;
}
.radio-style-button input[type="radio"] + label {
    display: block;
    background: #fff;
    border: #D6D6D6 solid 1px;
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.radio-style-button input[type="radio"]:checked + label {
    background-color: transparent;
    border: #1C7CED solid 1px;
    color: #000;
}

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 24px 0;
	z-index: 3;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
header.fixed {
	background: #fff;
	padding: 12px 0;
}
.header-wrapper .container{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.hd-logo{
	display: block;
	width: 206px;
	max-width: 206px;
	margin: 0 auto;
}

.mx-300 {
    max-width: 300px;
}
.mx-400 {
    max-width: 400px;
}
.mx-450 {
    max-width: 450px;
}
.mx-550 {
    max-width: 550px;
}
.mx-800 {
    max-width: 800px;
}
.address-info p {
	font-size: 12px;
	line-height: normal;
	text-align: left;
}
.progress-wrapper {
    padding: 12px 0 0 0;
    text-align: center;
}
.progress-wrapper p {
    font-size: 12px;
    color: #2F2F2F;
    font-weight: 600;
    margin-bottom: 0;
}
.progress {
    width: 100%;
    max-width: 900px;
    background-color: #fff;
	border: 1px solid #D4E3F4;
    padding: 4px 0;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}
.progress .progress-bar {
    position: absolute;
    width: 0;
    max-width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #1C7CED;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.select-wrapper {
    margin: 0 -12px 30px -12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}
.select-wrapper:last-child {
    margin-bottom: 0;
}
.select-wrapper * {
    font-size: 16px;
}
.select-wrapper .custom-radio-icon {
	width: calc(33% - 24px);
	background: #fff;
	/*padding: 0 8px;*/
    margin: 0 12px 24px 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.select-wrapper.col-2 .custom-radio-icon {
	width: calc(50% - 24px);
}
.custom-radio-icon input[type="radio"] {
    display:none !important;
}
.custom-radio-icon input[type="radio"] + label {
    border: 2px solid transparent;
    height: 100%;
    padding: 32px;
    display: block;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.custom-radio-icon input[type="radio"] + label .icon {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
    max-width:92px;
    padding-left: 20px;
    order: 2;
}
.custom-radio-icon.with-img input[type="radio"] + label .icon {
	max-width:130px;
}
.custom-radio-icon.with-img input[type="radio"] + label .icon img {
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.custom-radio-icon input[type="radio"] + label .text {
	font-size: 24px;
    line-height: normal;
    color: #000;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%;
	order: 1;
}
.custom-radio-icon:hover input[type="radio"] + label .text,
.custom-radio-icon input[type="radio"]:checked + label .text {
	color: #1C7CED;
}
.custom-radio-icon input[type="radio"] + label .icon img {
    display: block;
    margin: 0 auto;
}
.custom-radio-icon input[type="radio"] + label:before,
.custom-radio-icon input[type="radio"] + label:after {
    display: none;
}
.custom-radio-icon:hover input[type="radio"] + label,
.custom-radio-icon input[type="radio"]:checked + label {
    border-color: #1C7CED;
    color: #1C7CED;
}

.custom-radio-style {
    display: block;
    margin-bottom: 12px;
}
.custom-radio-style:last-child {
    margin-bottom: 0;
}
.custom-radio-style input[type="radio"] {
    display:none !important;
}
.custom-radio-style input[type="radio"] + label {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    border: 1px solid #D6D6D6;
    padding: 20px 20px 20px 45px;
    display: block;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.custom-radio-style input[type="radio"]:checked + label {
    border-color: #1C7CED;
}
.custom-radio-style input[type="radio"] + label:before,
.custom-radio-style input[type="radio"] + label:after {
    pointer-events: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}
.custom-radio-style input[type="radio"] + label:before {
    position: absolute;
    top: 21px;
    left: 20px;
    content: "";
    width: 16px;
    height: 16px;
    margin: 0;
    cursor:pointer;
    background: #fff;
    border:1px solid #E0E0E0;
}
.custom-radio-style input[type="radio"]:checked + label:before {
    border-color: transparent;
    background: #1A73E8;
}
.custom-radio-style input[type="radio"] + label:after {
    position: absolute;
    content: "";
    top: 25px;
    left: 24px;
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 0;
}
.custom-radio-style input[type="radio"]:checked + label:after {
    opacity: 1;
}

.custom-radio-btn {
	display: inline-block;
	min-width: 140px;
	margin: 0 12px 25px 12px;
}
.custom-radio-btn input[type="radio"] {
	display: none;
}
.custom-radio-btn input[type="radio"] + label {
	cursor: pointer;
	display: block;
	text-align: center;
	border: 0;
	background: #fff;
	padding: 20px 35px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.custom-radio-btn:hover input[type="radio"] + label,
.custom-radio-btn input[type="radio"]:checked + label {
    background-color: #1C7CED;
    color: #fff;
}

/* Checkbox */
.custom-checkbox {
	display: block;
	text-align: left;
	margin: 0 20px 10px 0;
}
.custom-checkbox:last-child {
	margin: 0;
}
.custom-checkbox input[type="checkbox"] {
    display: none;
}
.custom-checkbox input[type="checkbox"] + label {
	font-size: 14px;
	color: #818181;
    line-height: 16px;
    padding:0 0 0 26px;
    margin: 0;
    min-height: 16px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.custom-checkbox input[type="checkbox"] + label:before,
.custom-checkbox input[type="checkbox"] + label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    cursor:pointer;
    pointer-events: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition:all 0.1s ease-in;
    -moz-transition:all 0.1s ease-in;
    -o-transition:all 0.1s ease-in;
    transition:all 0.1s ease-in;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.custom-checkbox input[type="checkbox"] + label:before {
    background: #fff;
    border:1px solid #E0E0E0;
}
.custom-checkbox input[type="checkbox"]:checked + label:before {
	background: #1A73E8;
    border-color: transparent;
}
.custom-checkbox input[type="checkbox"] + label:after {
    opacity: 0;
	background: #1A73E8 url(../images/tick.svg) center center no-repeat;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
/* Checkbox */

/*.steps-wrapper .step-item {
	min-height: 550px;
}*/
.steps-wrapper {
	position: relative;
	z-index: 1;
}
.step-item {
    padding: 35px 0 40px 0;
}
.step-item.estimate-slide {
	padding-top: 15px;
}
footer {
	margin-top: auto;
	position: relative;
	z-index: 1;
	text-align: center;
}
footer .container {
	max-width: 920px;
}
footer p {
	font-size: 14px;
	color: #818181;
	line-height: normal;
	margin-bottom: 10px;
}
footer .disclaimer {
	font-size: 12px;
}
footer .inner {
	padding: 0 0 22px 0;
}
footer .links {
	margin-bottom: 25px;
}
footer .links li {
	display: inline-block;
	margin: 0 10px;
}
footer .links li a{
	font-size: 14px;
	color: #000;
}
footer .links li a:hover {
	color: #1C7CED;
	text-decoration: underline;
}

.swiper-button-prev,
.swiper-button-next {
	background: #000;
	color: #fff;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 70px;
    border-radius: 70px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 24px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	background: #1C7CED;;
	color: #fff;
}
.swiper-button-prev {
	left: -100px;
}
.swiper-button-next {
	right: -100px;
}
.sphere {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 10px 5px;
    display: inline-block;
    position: relative;
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    transform: scale(.3);
    z-index: -1;
    background: #1C7CED;
}
#sphere1{
    -webkit-animation: scale-1 2s 0s infinite;
    -moz-animation: scale-1 2s 0s infinite;
    animation: scale-1 2s 0s infinite;
}

#sphere2 {
    -webkit-animation: scale-2 2s .2s infinite;
    -moz-animation: scale-2 2s .2s infinite;
    animation: scale-2 2s .2s infinite;
}

#sphere3 {
    -webkit-animation: scale-3 2s .4s infinite;
    -moz-animation: scale-3 2s .4s infinite;
    animation: scale-3 2s .4s infinite;
}

#sphere4 {
    -webkit-animation: scale-4 2s .6s infinite;
    -moz-animation: scale-4 2s .6s infinite;
    animation: scale-4 2s .6s infinite;
}
@-webkit-keyframes scale-1 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}
@keyframes scale-1 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}
@-webkit-keyframes scale-2 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}
@keyframes scale-2 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}

@-webkit-keyframes scale-3 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}
@keyframes scale-3 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}

@-webkit-keyframes scale-4 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}
@keyframes scale-4 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}

@media screen and (max-width: 1199px) {
	.radio-style-button input[type="radio"] + label {
		padding: 18px 30px;
	}
	.swiper-button-prev{
		left: -50px;
	}
	.swiper-button-next{
		right: -50px;
	}
}
@media(max-width: 1100px) {
	.swiper-button-prev,
	.swiper-button-next{
		display: none;
	}
}
@media screen and (max-width: 1023px) {
	h1 {
		font-size: 44px;
	}
	h2 {
		font-size: 34px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 24;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 16px;
	}
	.title br {
	/*	display: none;	*/
	}
	.s-pt,
	.s-py {
	    padding-top: 50px !important;
	}
	.s-pb,
	.s-py {
	    padding-bottom: 50px !important;
	}
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.select-wrapper {
	    margin: 0 -8px 30px -8px;
	}
	.custom-radio-btn {
		display: block;
		width: 100%;
		margin: 0 8px 16px 8px
	}
	.select-wrapper .custom-radio-icon {
		width: calc(50% - 16px);
		margin: 0 8px 16px 8px;
	}
	.custom-radio-icon input[type="radio"] + label .text {
		font-size: 20px;
		line-height: 24px;
	}
}

@media screen and (max-width: 767px) {
	header {
		padding: 12px 0;
	}
	.hd-logo {
		width: 220px;
		max-width: 220px;
	}
	.site-wrapper {
		padding-top: 61px;
	}
	.progress-wrapper {
		padding: 0;
	}
	footer .inner {
		padding: 30px 0;
	}
	footer .links li {
		margin: 0 5px;
	}
	.custom-radio-btn {
		display: block;
		width: 100%;
	}
	.custom-radio-icon input[type="radio"] + label {
		-webkit-flex-flow: row wrap;
    	flex-flow: row wrap;
   	}
	.custom-radio-icon input[type="radio"] + label .icon {
	    -webkit-box-flex: unset;
	    -ms-flex:0 0 unset;
	    flex:unset;
	    width:100%;
	    max-width:72px;
	    margin: 0 auto 15px auto;
	    padding-left: 0;
	    order: 1;
	}
	.custom-radio-icon input[type="radio"] + label .text {
		-ms-flex-preferred-size: unset;
	    flex-basis: unset;
	    -webkit-box-flex: unset;
	    -ms-flex-positive: unset;
	    flex-grow: unset;
	    max-width:100%;
	    width:100%;
	    text-align: center;
		order: 2;
	}
	.custom-radio-btn input[type="radio"] + label {
		font-size: 16px;
		padding: 12px 20px;
	}
}
@media screen and (max-width: 567px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 28px;
	}
	h3{
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	.s-pt-50,
	.s-py-50 {
	    padding-top: 30px !important;
	}
	.s-pb-50,
	.s-py-50 {
	    padding-bottom: 30px !important;
	}
	.s-pt,
	.s-py {
	    padding-top: 40px !important;
	}
	.s-pb,
	.s-py {
	    padding-bottom: 40px !important;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.step-item {
		padding: 20px 0 30px 0;
	}
	.mx-300 {
		max-width: 100%;
	}
	.form-list .btn {
		max-width: 100%;
		width: 100%;
	}
	.custom-radio-icon input[type="radio"] + label {
		padding: 15px 10px;
	}
	.custom-radio-icon input[type="radio"] + label .text {
		font-size: 16px;
		line-height: 20px;
	}
	.text-field {
		font-size: 16px;
		height: 60px;
	}
	.btn {
		font-size: 16px;
	}
}
@media screen and (max-width: 411px) {
	.custom-radio-icon input[type="radio"] + label .icon {
		max-width: 62px;
	}
	.radio-style-button input[type="radio"] + label {
		padding: 18px 20px;
	}
	.custom-radio-style input[type="radio"] + label {
		padding: 15px 15px 15px 40px;
	}
	.custom-radio-style input[type="radio"] + label:before {
		left: 15px;
		top: 16px;
	}
	.custom-radio-style input[type="radio"] + label:after {
		left: 19px;
		top: 20px;
	}
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 359px) {
	
	.custom-radio-icon input[type="radio"] + label br {
		display: none;
	}
}