.error-print ul li{
	color: #9F4B54;
    border-radius: 7px;
    padding: 5px 12px 5px;
    background: #F7D7DA;
    margin-bottom: 7px;
}
.error-print{
	width: 100%;
}
.coupon-code-btn{
	background: green;
    color: #fff;
    font-size: 14px;
    padding: 9px 15px 10px;
    border-radius: 0px 10px 11px 1px;
    position: relative;
    right: -13px;
}
.d-none{
	display: none;
}
.error-print{
	color: rgb(255, 100, 100);
	text-align: left !important;
}
.back-btn svg{
    height: 26px;
    position: relative;
    top:1px;
}
.back-btn:hover{
    background: #edeaea;
    transition: 0.5s;
}
.back-btn{
    transition: 0.5s;
    position: absolute;
    left: 27px;
    top: 30px;
    width: 55px;
    padding-left: 14px;
    z-index: 55;
    height: 28px;
    border-radius: 20px;
}
.back-btn:hover{
	cursor: pointer;
}
.w-full{
	position: relative;
}
.btn-disable{
	pointer-events:none;
	opacity: 0.5;
}

form.form{
	width: 100%;
	font-family: 'Inter' !important;
}
form.form label{
	font-family: 'Inter' !important;
	font-weight:500 !important;
	width: 100%;
}
.link-text{
	font-family: 'Inter' !important;
	font-weight:400 !important;
}
.link-text span{
	font-family: 'Inter' !important;
	font-weight:400 !important;
}
.continue-btn{
	margin-top:-12px;
}
.input-box-part:hover{
	border:2px solid #b6b4b4;
}
.checkbox-part{
	margin-top:20px !important;
}
.sub-domain-http{
	position: absolute;
	right: 15px;
	margin-top:20px;
	color: #000;
    opacity: 0.5;
    font-weight: 400;
    font-size: 14px;
}
.mt-15{
	margin-top:15px;
}
input[type='checkbox']{ height: 0; width: 0; }

input[type='checkbox'] + label p span{
	color:rgba(59,130,246,0.8) !important;
	font-family: 'Inter' !important;
	font-weight: 400 !important;
}
input[type='checkbox'] + label{
	position: relative;
	display: flex;
	margin: .6em 0;
	align-items: center;
	color: #222;
	font-weight: 400 !important;
	font-size:16px;
	font-family: 'Inter' !important;
  	transition: color 250ms cubic-bezier(.4,.0,.23,1);
  	cursor: pointer;
}
input[type='checkbox'] + label > ins{
	position: absolute;
	display: block;
	bottom: 0;
	left: 2em;
	height: 0;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
	transition: height 300ms cubic-bezier(.4,.0,.23,1);
	color: #222;
	font-size:16px;
	font-weight: 400 !important;
	font-family: 'Inter' !important;
}
input[type='checkbox'] + label > ins > i{
	position: absolute;
	bottom: 0;
	font-style: normal;
	color: #222;
	font-size:16px;
	font-weight: 400 !important;
	font-family: 'Inter' !important;
}
input[type='checkbox'] + label > span{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 9px;
	width: 21px;
	height: 21px;
	background: transparent;
	border: 2px solid #d1cece;
	border-radius: 7px;
	cursor: pointer;  
	transition: all 250ms cubic-bezier(.4,.0,.23,1);
}
.checkbox-part-box{
	margin-top:-5px !important;
}
.checkbox-part-box-2{
	margin-top:-8px !important;
}
input[type='checkbox'] + label:hover > span, input[type='checkbox']:focus + label > span{
 	background: rgba(255,255,255,.1);
}
input[type='checkbox']:checked + label > ins{ height: 100%; }

input[type='checkbox']:checked + label > span{
	border: 10.7px solid #0070f0;
	animation: shrink-bounce 200ms cubic-bezier(.4,.0,.23,1);
}
input[type='checkbox']:checked + label > span:before{
	content: "";
	position: absolute;
	top: 11px;
	left: 5px;
	width: 6px !important;
	border-right: 2px solid #fff !important;
	border-bottom: 2px solid #fff !important;
	transform: rotate(45deg);
	transform-origin: 0% 100%;
	animation: checkbox-check 125ms 250ms cubic-bezier(.4,.0,.23,1) forwards;
}

@keyframes shrink-bounce{
  0%{
    transform: scale(1);
  }
  33%{    
    transform: scale(.85);
  }
  100%{
    transform: scale(1);    
  }
}
@keyframes checkbox-check{
  0%{
    width: 0;
    height: 0;
    border-color: #212121;
    transform: translate3d(0,0,0) rotate(45deg);
  }
  33%{
    width: .2em;
    height: 0;
    transform: translate3d(0,0,0) rotate(45deg);
  }
  100%{    
    width: .2em;
    height: .5em;    
    border-color: #212121;
    transform: translate3d(0,-.5em,0) rotate(45deg);
  }
}

/*step2*/
.step-2-btn{
	margin-top:220px;
}
.step-3-box{
	margin-top:20px;
}
.step-3-btn{
	margin-top:210px;
}
.step-4-box{
	margin-top:25px;
}
.step4-line{
	margin-top:27px;
}
.step-5-box{
	margin-top:25px;
}
.step5-btn{
	margin-top:12px;
}
.step5-w-full{
	position: absolute !important;
}

.switch {
    display: inline-block;
    position: relative;
    width: 40px !important;
    height: 23px;
    border-radius: 20px;
    background: #dfd9ea;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}
.switch::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    background: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(128,128,128,0.1);
}
.priceToggle input:checked + .switch {
    background:#0069d9;
}
.priceToggle input:checked + .switch::before {
    left: 20px;
    background: #fff;
}
.priceToggle input:checked + .switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(0,150,136,0.2);
}
.priceToggle label{
    position:relative !important;
    right:20px;
}
.priceToggle p{
    color: #0069d9;
    float: right;
    width: 88px;
    font-weight:600;
    font-size: 12px;
    line-height:16px;
    text-align: left !important;
	font-family: 'Inter' !important;
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
	.back-btn {
	    position: absolute;
	    left: 15px; 
	    top: 15px;
	}
	.step4-line {
	    margin-top: -10px;
	}
	.h-\[600px\] {
	    height:auto; 
	}
}