@import url('https://fonts.googleapis.com/css2?family=Poppins: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: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	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: #1800E1;
	text-decoration: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	padding: 0;
	outline: none;
}
a:hover {
	color: #3733C6;
}

.title {
    margin-bottom: 32px;
}
.show-br-mob br {
	display: none;
}
h1,.h1{
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 30px;
}
h2,.h2{
	font-size: 40px;
	line-height: 46px;
	font-weight: 600;
	margin-bottom: 5px;
}
h3,.h3{
	font-size: 24px;
	line-height: normal;
	margin-bottom: 15px;
	font-weight: 400;
}
h4,.h4{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}
h5,.h5{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
h6,.h6{
	font-size: 14px;
	margin-bottom: 15px;
}
p{	
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
.title:last-child,
h1:last-child,.h1:last-child,
h2:last-child,.h2:last-child,
h3:last-child,.h3:last-child,
h4:last-child,.h4:last-child,
h5:last-child,.h5:last-child,
h6:last-child,.h6:last-child,
p:last-child{
	margin-bottom: 0;
}


.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: 83px;*/
	padding-top:200px;
	/*padding-bottom: 40px;*/
	min-height: 100vh;
	background: #fff url(../images/hi.bg.png) center bottom no-repeat;
	background-size: cover;
	position: relative;
}
.site-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .45);
}
.container{
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}
.container.small {
	max-width: 880px;
}
.w-100 {
	width: 100%;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.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;
}
.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: #16295e;
	color: #fff;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 600;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.form-list {
    margin: 0 -8px;
    font-size: 0;
}
.form-list li {
	position: relative;
    width: calc(50% - 16px);
    vertical-align: middle;
    margin: 8px 8px;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}
.form-list li.full {
    width: calc(100% - 16px);
}
.form-list li.btn-wrapper {
	padding-top: 14px;
}
.text-field {
	width: 100%;
	height: 80px;
	border: 0;
	background: transparent;
	border: 0px solid rgba(255, 255, 255, .7);
	padding: 24px 24px;
	background:#D0D1D2;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	color: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.text-field.active,
.text-field:focus {
	border-color: #12562a;
}
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;
}
.green-btn{
	cursor: pointer;
	display: inline-block;
	text-align: center;
	max-width: 200px;
	width: 100%;
	border: 0;
	background: #16295e;
	padding: 20px 25px;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	font-weight: 600;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.green-btn:hover{
	background: #ba2335;
	color: #fff;
}
.green-btn.w-100,
.steps-wrapper .green-btn.w-100 {
	max-width: 100%;
}
.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: #4A4A4A;
    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: #1800E1 solid 1px;
    color: #4A4A4A;
}

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;
	/*text-align: center;*/
}
header.fixed {
	background: rgba(0, 0, 0, .5);
	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: 286px;
	max-width: 286px;
	margin: 0 auto;
}
.logo {
	display: inline-block;
	margin-left:30px;
}
.logo a {
	display: flex;
	align-items: center;
	color: #fff;
}
.logo a img {
	margin-right: 5px;
	max-width: 54px;
}
.logo-text {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-align: left;
}
.logo-text span {
	font-size: 12px;
	text-transform: capitalize;
	display: block;
	letter-spacing: normal;
}

.mx-300 {
    max-width: 300px;
}
.mx-400 {
    max-width: 400px;
}
.mx-450 {
    max-width: 450px;
}
.mx-550 {
    max-width: 550px;
}
.address-info p {
	font-size: 12px;
	line-height: normal;
	text-align: left;
}
.steps-wrapper .green-btn {
    max-width: 268px;
}
.progress-wrapper {
    padding: 12px 0 0 0;
    text-align: center;
	display: none !important;
}
.progress-wrapper p {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}
.progress {
    width: 100%;
    max-width: 980px;
    background-color: #fff;
    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: #eff802;
    -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(50% - 24px);
	background: #242B3A;
	/*padding: 0 8px;*/
    margin: 0 12px 24px 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
   background: #f0f0f0 !important;
}
.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 input[type="radio"] + label .text {
	font-size: 24px;
    line-height: normal;
    color: #16295e;
    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: #ba2335;
}
.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: #12562a;
    color: #12562a;
}

.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: #4A4A4A;
    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: #83CC86;
}
.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: #d4d4d4;
	padding: 17px 25px;
	font-size: 20px;
	font-weight: 500;
	color: #4A4A4A;
	text-transform: uppercase;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	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: #83CC86;
    color: #fff;
}

/*.steps-wrapper .step-item {
	min-height: 550px;
}*/


.steps-wrapper {
	position: relative;
	z-index: 1;
	color: #fff;
}
.step-item {
    padding: 35px 0 40px 0;
}
.step-item.first-slide {
	margin-top: -100px;
}
.step-item.estimate-slide {
	padding-top: 15px;
}
footer{
	margin-top: auto;
	position: relative;
	z-index: 1;
	text-align: center;
}
footer p {
	font-size: 14px;
	color: rgba(255, 255, 255, .9);
	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: rgba(255, 255, 255, .9);
}
footer .links li a:hover {
	color: #fff;
	text-decoration: underline;
}
.swiper-button-prev,
.swiper-button-next {
	background: #4a4a4a;
	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: #1800E1;
	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);
    z-index: -1;
    background: #12562a;
}
#sphere1{
    -webkit-animation: scale-1 2s 0s infinite;
}

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

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

#sphere4 {
    -webkit-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);}
}
@-webkit-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);}
}

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

.status-indicator {
    text-align: center;
    display: none;
    position: absolute;
    z-index: 1;
    top: -90px;
    left: 0;
    width: 100%;
    padding: 0 20px;
}
.status-indicator .status {
    display: inline-block;
	background-color: #424242;
	padding: 4px 15px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.status-indicator .status span {
    -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;
    color: #0086E7;
}
.status-indicator.js-good .status span {
    color: #0086E7;
}
.status-indicator.js-great .status span {
    color: #F4BF00;
}
.status-indicator.js-amazing .status span {
    color: #A0BF40;
}
.status-indicator .inner {
    width: 100%;
    max-width: 700px;
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}
.status-indicator .inner::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 50%;
	width: 75%;
	height: 4px;
	background: linear-gradient(90deg, #FFA31A 0%, #40BAFF 33.29%, #FACF38 66.67%, #B2DA38 100%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.status-indicator .indicator {
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 1;
    top: -23px;
    left: 12.5%;
	margin-left: -6px;
    /* margin-left: calc(100% / 4 - 33% - -7px * 1); */
    background: url(../images/indicator.svg) center center no-repeat;
	background-size: 100% auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.status-indicator.js-good .indicator {
    left: 37.5%;
}
.status-indicator.js-great .indicator {
    left: 62.5% !important;
}
.status-indicator.js-amazing .indicator {
    left: 87.5% !important;
}
.status-indicator .inner .item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding-top: 22px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    position: relative;
	-webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}
.status-indicator .inner .item span {
    position: relative;
    z-index: 1;
}
.status-indicator .inner .item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	border: 5px solid transparent;
	background-color: transparent;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.status-indicator .inner .item.indicator-1::after {
	background-color: #FFA31A;
	border-color: #FFA31A;
}
.status-indicator .inner .item.indicator-2::after {
	background-color: #40BAFF;
	border-color: #40BAFF;
}
.status-indicator .inner .item.indicator-3::after {
	background-color: #FACF38;
	border-color: #FACF38;
}
.status-indicator .inner .item.indicator-4::after {
	background-color: #B2DA38;
	border-color: #B2DA38;
}
/* .status-indicator .inner .indicator-1 { background-color: #FF8A00; }
.status-indicator .inner .indicator-2 { background-color: #0086E7; }
.status-indicator .inner .indicator-3 { background-color: #F4BF00; }
.status-indicator .inner .indicator-4 { background-color: #A0BF40; } */

@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, .h1 {
		font-size: 42px;
	}
	h2, .h2 {
		font-size: 34px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	.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;
	}
	.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;
	}
	.logo {
		margin-left: 15px;
	}
	.hd-logo {
		width: 220px;
		max-width: 220px;
	}
	.site-wrapper {
	/*	padding-top: 70px;	*/
	}
	.show-br-mob br {
		display: inline-block;
	}
	.progress-wrapper {
		padding: 0;
	}
	footer .inner {
		padding: 30px 0;
	}
	footer .links li {
		margin: 0 5px;
	}
	.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;
	}
}
@media screen and (max-width: 567px) {
	
	
	h1, .h1 {
		font-size: 36px;
	}
	/*h2, .h2 {
		font-size: 30px;
		margin-bottom: 0;
	}*/
	h3, .h3 {
		font-size: 22px;
		line-height: 30px;
	}
	h4, .h4 {
		font-size: 16px;
		line-height: 20px;
	}
	.mb-5-mob {
		margin-bottom: 5px !important;
	}
	.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;
	}
	.font-20 {
		font-size: 18px;
		line-height: 24px;
	}
	.step-item {
		padding: 15px 0 30px 0;
	}
	.steps-wrapper .green-btn {
		max-width: 100%;
	}
	.mx-300 {
		max-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: 70px;
	}
	.green-btn {
		font-size: 18px;
	}
}
@media screen and (max-width: 411px) {
	h2, .h2 {
		font-size: 30px;
		line-height: 34px;
	}
	.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;
	}
}

.input-error{
-webkit-box-shadow: 0px 0px 1px 3px #fff;
-moz-box-shadow: 0px 0px 1px 3px #fff;
box-shadow: 0px 0px 1px 3px #fff;
}


.wave {
	font-size: 0;
	line-height: normal;
	position: relative;
	margin-bottom: 5px;
	text-align: center;
}
.wave .dot {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	margin: 0 3px;
	background: #FFF;
	animation: wave 1.3s linear infinite;
}
.wave .dot:nth-child(2) {
  animation-delay: -1.1s;
}
.wave .dot:nth-child(3) {
  animation-delay: -0.9s;
}

@keyframes wave {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-10px);
  }
}

.step-loading {
	display: none;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 70px;
}
.step-loading .loading {
	position: relative;
	transform: inherit;
}


@media(max-width: 767px) {
/* 	
	.step-loading {
		left: 45%;
		
		-webkit-transform: inherit;
		-moz-transform: inherit;
		transform: inherit;
	}
	.step-loading .loading {
		left: 0;
	} */
}




.loading {
  left: 0;
  top: 50%;
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  position: absolute;
  overflow: hidden;
  transform: translate(-50%, -60%);
}
.loading:before {
  color: #FFF;
  content: attr(data-loading-text);
}
.loading:after {
  top: 0;
  left: 0;
  width: 0;
  opacity: 1;
  color: #FFF;
  overflow: hidden;
  position: absolute;
  content: attr(data-loading-text);
  -webkit-animation: loading 3s infinite;
          animation: loading 3s infinite;
}
@-webkit-keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}




@media screen and (max-width: 767px)
{
	

	.site-wrapper {
		background: #fff url(../images/hi.bg.m.png) center bottom no-repeat;
		background-size:cover;
	}

	

}


@media(max-width: 767px) {
	
.step-item.first-slide {
	margin-top: -100px;
}

}
