.content h3{
    display: none;
}
.colourInputWrap input{
	    padding: 11px 10px 11px 66px !important;
}
.steps ul {
    list-style: none;
    display: flex;
    margin-bottom: 84px;
    overflow: hidden;
    justify-content: center;
}
.steps ul li a{
    display: inline-block;
    text-decoration: none;
}
.steps ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    color: #2f4082;
    font-weight: 600;
    padding: 14px 34.5px 15px 44.5px;
}
.steps ul .current:first-child a {
    border-radius: 38px 0 0 38px;
}

.steps ul li:last-child a{
    border-radius:  0 38px 38px 0;
}
.content input:not([type="radio"]):focus{
    outline: none;
    border-color: #67d3ba;
}
.steps ul li {
    position: relative;
    background: #f2f3f7;
}
/* .steps ul li:first-child a{
    border-radius: 38px 0 0 38px;
} */
.steps ul li.current a:after,
.steps ul li.current:nth-child(2) a:before{
    background: #d4d8e5 !important;
}
.steps ul li:first-child{
    border-radius: 38px 0 0 38px;
}
.steps ul li:last-child{
    border-radius:  0 38px 38px 0;
}
.steps ul li:first-child a:after,
.steps ul li:nth-child(2) a:before{
    top: 8px;
    right: -23px;
    content: "";
    width: 49px;
    height: 42px;
    background: #f2f3f7;
    position: absolute;
    transform: rotate(319deg);
    border-right: 5px solid #ffff;
    border-bottom: 5px solid #ffffff;
    z-index: 9;
    transition: all 0.3s ease-in-out;
}
.steps ul li.current:first-child:after{
    background: #dedee3;
}
.steps ul li.current a{
    background: #d4d8e5;
}
.content h2{
    font-size: 32px;
    margin-bottom: 47px;
}
#account-form .row{
    flex-direction: column;
}
.content label{
    font-size: 10px;
    color: #67d3ba;
    font-weight: 800;
    line-height: 12px;
    display: block;
    letter-spacing: 3.5px;
    text-transform: uppercase;
}
#profile-form label {
    display: block;
}
.content input:not([type="radio"]) {
    margin-bottom: 20px;
    width:100%;
    color: #393a3d;
    border: 2px solid #8E9398;
    border-radius: 4px;
    padding: 11px 10px;
    line-height: 10px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #67d3ba;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #67d3ba;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.woocommerce .colourWrap .colourInputWrap:before{
    height: 68% !important;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.radio-field ul li label{
    margin-bottom: 0;
}
#account-form .radio-field ul li label{
    text-transform: none;
    color: #707070;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 11px;
    line-height: 24px;
}
.radio-field ul {
    margin-bottom: 30px;
}
.radio-field ul li {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 8px;
}
#account-form .radio-field ul li label a{
    font-weight: 700;
    color: #434343;
}
.actions ul{
    list-style: none;
    margin-bottom: 0;
}
span.current-info {
    display: none;
}
span.number {
    font-weight: 700;
}
.actions ul li:first-child{
    display: none;
}
.actions ul li:nth-child(2) a,.actions ul li:nth-child(3) a{
    display: inline-block;
    border-radius: 50px;
    background-color: #2a3b7d;
    padding: 10px 117px 11px 118px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
}
.actions ul li:nth-child(2) a:hover,
.actions ul li:nth-child(3) a:hover
{
    background: transparent;
    box-shadow: inset 0 0 0px 1px #2a3b7d;
    color: #2a3b7d;
}
.multi-form-con{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 167px 0 118px;
}
#jquery-steps{
    text-align: center;
}
#jquery-steps form{
    text-align: left;
    margin: 0 auto;
    width: 73.4%;
}
.content .error {
    COLOR: RED;
}
footer{
    display: block !important;
}