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

.title {
    margin-bottom: 0px;
}
.show-br-mob br {
	display: none;
}
h1,.h1 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 30px;
}
h2,.h2 {
	font-size: 32px;
	line-height: 46px;
	font-weight: 700;
	margin-bottom: 0px;
}
h3,.h3 {
	font-size: 28px;
	line-height: normal;
	margin-bottom: 15px;
	font-weight: 400;
}
h4,.h4 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}
h5,.h5 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
h6,.h6 {
	font-size: 16px;
	margin-bottom: 15px;
}
b,
strong {
	font-weight: 700;
}
.text-green {
	color: #33CC66;
}
.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 {
	min-height: 100vh;
	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;
}
.steps-wrapper{
	margin: 24px auto 0 auto;
	padding: 40px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 20px ;
}
.steps-wrapper,
.steps-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.steps-wrapper p {
	margin-top: 16px;
	line-height:1;
	margin-bottom:10px;
}
.steps-wrapper h2 {
	margin-top: 0;
}

.relative {
	position: relative;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}
.mr-auto,
.mx-auto {
	margin-right: auto !important;
}
.w-full {
	width: 100%;
	max-width: 100%;
}
.mx-600 {
    max-width: 680px;
}
.step-loader{
	position: absolute;
	margin: auto;
	width: 100%;
}
.step-content{
	border:  1px solid rgba(128, 128, 128, 0.3);
	border-radius: 20px;
}
.step-item .title{
	text-align: center;
}

.form-msg {
	margin-bottom: 10px;
	text-align: center;
}
#processor{
	width: fit-content;
	margin: auto;
}
.form-swiper-container{
	padding-top: 0 !important;
}
.form-msg span {
	display: inline-block;
	background: #469B2A;
	color: #fff;
	padding: 8px 15px;
	font-size: 15px;
	line-height: normal;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.form-list {
    margin: 0 -8px;
    font-size: 0;
	padding: 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.has-icon [class^="icon-"] {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 24px;
	height: 24px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: .5;
}
.form-list li.has-icon .text-field {
	padding-left: 48px;
}
.icon-pin {
	background-image: url(../images/location.svg);
}
.text-field {
	display: block;
	width: 100%;
	min-height: 56px;
	background: #fff;
	border: #D0D9D6 solid 1px;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: auto;
	padding: 17px 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-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;
}
.input-error {
	border-color: #ef4444;
	color: #ef4444;
}
.text-field.active,
.text-field:focus {
	border-color: #33CC66;
}
textarea{
	resize: none;
	height: 110px;
}
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;
}

.primary-btn {
	display: inline-block;
	text-align: center;
	min-width: 240px;
	min-height: 56px;
	font-size: 15px;
	font-weight: 600;
    color: #fff;
    background: #469B2A;
    text-align: center;
    text-transform: uppercase;
    padding: 18px 20px;
	border: 0;
	cursor: pointer;
    position: relative;
    overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index:2;
}
.primary-btn:hover{
	color: #fff!important;
}
.primary-btn::before {
	content: '';
	width: 0%;
	height: 100%;
	display: block;
	background: #333;
	position: absolute;
	-ms-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg); 
	transform: skewX(-20deg);   
	left: -10%;
	opacity: 1;
	top: 0;
	z-index: -12;
	-moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
}
.primary-btn::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #469B2A;
    position: absolute;
	-ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
}
.green-btn:hover::before, .primary-btn:hover::before{
	opacity:1;
	width: 116%;
}
.green-btn:hover::after, .primary-btn:hover::after{
	opacity:1;
	width: 120%;
}
.primary-btn span{
	position: relative;
}
.primary-btn:hover span:after{
	width: 18px;
	margin-left: 6px;
}
.primary-btn span:after{
	content: '';
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: url(../images/arrow-right.svg) no-repeat;
	background-size: auto;
	background-size: cover;
	width: 0;
	height: 18px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.select-wrapper {
    margin: 0 -12px 0 -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);
	/*padding: 0 8px;*/
    margin: 0 8px 16px 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
   background:#F4F6F6;
}
.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: 18px;
    line-height: normal;
    color: #333;
    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;
	padding-top: 0;
}
.custom-radio-icon:hover input[type="radio"] + label .text,
.custom-radio-icon input[type="radio"]:checked + label .text {
	color: #33CC66;
}
.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: #33CC66;
    color: #33CC66;
}


.swiper-note {
	width: 100%;
	border-top: 1px solid #000;
	padding-top: 24px;
	margin-top: 24px;
	display:inline-flex;
	gap:24px;
	align-items:flex-start
}
.swiper-note .note {
	font-size: 12px;
	color: #333;
}
.swiper-note .note a {
	text-decoration: underline;
}

.site-footer {
	font-size: 14px;
	line-height: normal;
	margin-top: auto;
	text-align: center;
	padding: 24px 0;
}
.site-footer .links {
	margin-bottom: 20px;
}
.site-footer .links li {
	display: inline-block;
	margin-right: 32px;
}
.site-footer .links li:last-child {
	margin-right: 0;
}
.site-footer .links li a {
	position: relative;
}
.site-footer .links li a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0%;
	height: 1px;
	background: #33CC66;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.site-footer .links li a:hover:before {
	width: 100%;
}

.step-loading {
	display: none;
	width: 70px;
	margin: 0 auto;
	position: absolute;
	top: 16px;
	right: 40px;
}
.step-loading .loading {
	position: relative;
	left: 0;
	transform: inherit;
}
.loading {
	left: 50%;
	top: 50%;
	font-family: Roboto, 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: #aaa;
	content: attr(data-loading-text);
}
.loading:after {
	top: 0;
	left: 0;
	width: 0;
	opacity: 1;
	color: #33CC66;
	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%;
	}
}

/**
 * ==============================================
 * Dot Typing
 * ==============================================
 */
.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: #33CC66;
	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);
  }
}
.progress-bar {
	max-width: 100%;
	width: 600px;
	height: 6px;
	background-color: #F4F6F6;
	z-index: 1;
	display: none;
	margin-bottom: 32px;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.progress-bar .progress-line {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	height: 100%;
	background: #333333;
	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;
    transition:all 0.3s ease-in-out;
}
.progress-bar .progress-line .text {
	position: absolute;
	right: 0;
	top: -10px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	color: #fff;
	background-color: #33CC66;
	min-width: 43px;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	transform: translateX(50%);
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.progress-bar .progress-line.complete .text {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.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: #33CC66;
}
#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;
}
@keyframes scale-1 {
    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);}
}

@keyframes scale-3 {
    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: 1023px) {
	.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) {
	.show-br-mob br {
		display: inline-block;
	}
	.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;
	}
	.site-footer .links {
		margin-bottom: 10px;
	}
	.site-footer .links li {
		margin-right: 10px;
	}
	.swiper-note {
		font-size: 12px;
		line-height: normal;
		gap: 16px;
	}
	.swiper-note .icon {
		width: 45px;
	}
}
@media screen and (max-width: 567px) {
	.step-loading {
		top: 12px;
		right: 0;
		background-color: rgba(255, 255, 255, .5);
	}
	.steps-wrapper {
		padding: 20px;
		border-radius: 10px;
	}
	.site-wrapper {
	}
	h2,.h2 {
		font-size: 30px;
		line-height: 34px;
		margin-bottom:0px;
	}
	.custom-radio-icon input[type="radio"] + label {
		padding: 15px 10px;
	}
	.custom-radio-icon input[type="radio"] + label .text {
		font-size: 16px;
		line-height: 20px;
	}

	.steps-wrapper p {
		font-size:15px;
	}

}


.address-info
{
text-align:right;
font-size:14px;
}







