.step-from .form-control::placeholder {
    font-size: 26px;
}
.step-from {
    font-family: "Nunito", 'Nunito';
    padding: 0 40px;
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.p-0 {
    padding: 0 !important;
}

.form-control.form-label {
    margin: 0;
}
.address-1-cont {
    margin-bottom: 10px;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.text-center {
    text-align: center!important
}   
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.heading {

    text-align: center;

    margin: 20px 0 0;

}

.logo img {

    width: 150px;

}

header {

    background: #f8f9fa;

    padding: 10px 0;

}



.heading h3 {

    text-align: center;

    margin-bottom: 25px;

    font-weight: 600;

    font-size: 28px;

}

.form-container .progress-container {

    height: 25px;

    width: 100%;

    margin-bottom: 20px;

}

.form-container .progress-container .progress-step-container {

    max-width: 500px;

    width: 90%;

    top: 10px;

    margin: 0 auto;

    position: relative;

}

.form-container .progress-container .progress-line-container {

    background-color: #D8DEE5;

    height: 2px;

    width: 100%;

}

.form-container .progress-container .progress-line-container .progress-line {

    height: 2px;

    width: 0;

    -moz-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

    transition: all 0.2s linear;

    background: #202531;

}

.form-container .progress-container .progress-bullet-container {

    background: transparent;

    width: 0;

    height: 0;

    overflow: visible;

    position: relative;

    display: block;

}

.form-container .progress-container .progress-bullet {

    width: 22px;

    height: 22px;

    background: #D8DEE5;

    -moz-border-radius: 22px;

    -webkit-border-radius: 22px;

    border-radius: 22px;

    -moz-transform: translate(-12px, -12px);

    -ms-transform: translate(-12px, -12px);

    -webkit-transform: translate(-12px, -12px);

    transform: translate(-12px, -12px);

    -moz-transition: all 0.4s linear;

    -o-transition: all 0.4s linear;

    -webkit-transition: all 0.4s linear;

    transition: all 0.4s linear;

}

.form-container .progress-container .progress-bullet.active {

    background: #202531;

}

.form-container {

    padding: 20px 0 0;

}

.form-step .row {
    width:100%;
    margin:0;

}

.form-step .button-list-holder {

    padding-left: 5px;

    padding-right: 5px;

    position: relative;

}

.form-step .button-list-holder input.radio-btn {position: absolute;opacity: 0;width: calc(100% - 10px);height: calc(100% - 10px);cursor: pointer;z-index: 1;}


.form-step h2 {

    text-align: center;

    font-weight: 700;

    font-size: 30px;

    margin: 40px 0 15px;

}

.form-step h6 {

    text-align: center;

    font-size: 20px;

    color: #444a51;

    margin: 0 0 15px;

}

.form-step .button-list-holder .button-list {

    border: 1px solid #DCE1E6;

    height: 60px;

    text-align: center;

    margin-bottom: 10px;

    line-height: 60px;

    font-size: 16px;

    border-radius: 5px;

    cursor: pointer;

    -moz-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    -webkit-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;
    background-color: #fff;
        display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;

}

.form-step .button-list-holder .button-list[data-selected=""] {

    background: #202531;

    color: #fff;

    border-color: #202531;

}

.step-form-wrap .from-btn {background-color: var( --e-global-color-lprimary1 );color: #fff;font-size: 16px;border: none;height: 52px;padding: 0 60px;border-radius: 20px;box-shadow: 0 8px 15px rgb(0 0 0 / 10%);margin: 12px 0 0;transition: 0.3s;}

.step-form-wrap .from-btn:hover {

    background: #7D34CB;

}



.center-block .input-wrap {

    text-align: center;

    position: relative;

    background-color: #fff;

    display: flex;

}

.center-block .input-wrap input {

    display: inline-block;

    margin: 0;

    padding: 0;

    border: none;

    position: relative;

    background-color: transparent;

    z-index: 1;

    border-radius: 0;

    box-shadow: none;

    height: 100px;

    font-size: 26px;

    line-height: 100px;

    width: 33.333333%;

    text-align: center;

}

.center-block .input-wrap > span {

    position: absolute;

    display: block;

    width: 100%;

    color: #9999A6;

    font-weight: bold;

    text-align: center;

    border: 1px solid #d8dfe7;

    z-index: 0;

    top: 0;

    left: 0;

    border-radius: 4px;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

    height: 100px;

    font-size: 26px;

    line-height: 100px;

}

.center-block .input-wrap > span > span {

    margin-right: 0px;

    display: inline-block;

    width: calc(100% / 3 - 15px);

    -webkit-transition: color ease-in-out 0.3s 0s;

    -moz-transition: color ease-in-out 0.3s 0s;

    transition: color ease-in-out 0.3s 0s;

    height: 100px;

    font-size: 26px;

    line-height: 100px;

    font-weight: bold;

}

.step-text p {

    margin: 10px 0 0;

    font-size: 14px;

    padding: 0 5px;

}

.step-from .form-control {height: 100px;text-align: center;font-size: 26px !important;font-weight: 600;}

.step-from .center-block .form-group label.form-label {

    width: 100%;

    text-align: center;

    font-size: 24px;

    margin-bottom: 5px;

    font-weight: 700;

}

.step-from .center-block .form-group {

    margin: 0 0 15px;

    position: relative;

}

.step-from .label-button {

    line-height: 90px;

}

.step-from .center-block .form-group .no-radius-right {

    border-radius: 5px 0 0 5px;

}

.step-from .center-block .form-group .no-radius-left {

    border-radius: 0px 5px 5px 0px;

}

.coloured-text {

    color: var( --e-global-color-lprimary1 );

}

.pound-icon {

    position: absolute;

    top: 27px;

    left: 40px;

    font-size: 30px;

    color: #000;

}

.step-from .amount-input {

    text-align: left;

    padding-left: 75px;

}

.step-from .btn-postcode {

    color: #7ab048;

    border-color: #7ab048;

    height: 54px;

    font-size: 16px;

    background-color: white;

    line-height: 52px;

    padding: 0px 10px;

    min-width: 200px;

}

.step-from .btn-postcode:hover, .step-from .btn-postcode:focus{

    outline: none;

    color: white;

    background-color: #7ab048;

}

.postcode-lookup-list {

    margin: 20px 0 0;

}

.step-from .manual-address input {

    height: 40px;

    font-size: 16px;

}

.step-from .manual-address label {

    color: #1c5399;

    font-size: 14px;

    font-weight: 600;

    margin: 10px 0 5px;

}

.step-from .form-label {

    text-align: center;

    width: 100%;

    font-size: 24px;

    color: #000000;

    font-weight: 700;

}

.step-from .terms-conditions {

    margin-top: 10px;

}

.step-from .terms-conditions p {

    margin: 0 0 4px;

}

.step-from .terms-conditions p a {

    color: #337ab7;

}

.step-from .sh-marketing-text {

    padding-right: 55px;

    position: relative;

}

.terms-conditions .label-sh-marketing {

    margin-top: 0px;

    position: absolute;

    right: 0;

    top: 50%;

    -webkit-transform: translate3d(0, -50%, 0);

    -moz-transform: translate3d(0, -50%, 0);

    transform: translate3d(0, -50%, 0);

    display: inline-block;

    width: 40px;

    height: 20px;

    background: #E5EAF0;

    border-radius: 15px;

    cursor: pointer;

}

.terms-conditions .label-sh-marketing input {

    display: none;

}

.terms-conditions .label-sh-marketing input + span {

    display: block;

    width: 38px;

    height: 18px;

    left: 1px;

    top: 1px;

    background: #f2f7fd;

    border-radius: 15px;

    position: relative;

}

.terms-conditions .label-sh-marketing input + span:before {

    position: absolute;

    vertical-align: middle;

    line-height: 18px;

    font-size: 14px;

    transition: opacity ease-in-out 0.2s;

    opacity: 1;

    left: 5px;

    content: '\2713 ';

    color: #7ab047;

}

.terms-conditions .label-sh-marketing input + span:after {

    content: '';

    height: 18px;

    width: 18px;

    background: #7ab047;

    border-radius: 50%;

    position: absolute;

    top: 0px;

    -webkit-transition: all ease-in-out 0.2s 0s;

    -moz-transition: all ease-in-out 0.2s 0s;

    transition: all ease-in-out 0.2s 0s;

    left: 0;

}

.terms-conditions .label-sh-marketing input:checked + span:after {

    left: 100%;

    background: #7ab047;

    -webkit-transform: translate3d(-100%, 0, 0);

    -moz-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

}

.terms-conditions .label-sh-marketing input:not(:checked) + span:before {

    content: '\2716';

    right: 5px;

    color: #c21807;

}

.terms-conditions .label-sh-marketing input:not(:checked) + span:after {

    background: #c21807;

}

.sh-marketing-text > span {

    display: block;

    text-align: right;

    margin-right: 10px;

    position: absolute;

    right: 0;

    top: 20px;

}

.step-from .has-error .form-control:focus {

    border-color: #843534;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;

    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;

}

.step-from .form-control:focus{

-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;

    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;

}

.date-of-birth-fileds {

    display: flex;

    border: 1px solid #d8dfe7;

    border-radius: 5px;

}

.js-addresses-container-display {

    padding: 25px 15px;

    margin-bottom: 20px;

    margin-top: 10px;

    border: 1px solid #d8dfe7;

    border-radius: 4px;

    text-align: center;

}

.form-step {

    display: none;

}

.form-step.active {

    display: block;

}



.footer p {

    text-align: center;

    margin: 0;

}

.footer {

    margin-top: 120px;

    margin-bottom: 50px;

}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}


.applicant-address ul.idpc_ul {
    border-bottom: 1px solid #ced4da;
    border-radius: 0px 0px 0px 0px;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
}
.applicant-address ul.idpc_ul li {
    font-size: 19px;
    color: #444a51;
    padding: 6px 15px;
    border-bottom: 1px solid #ced4da;
    cursor: pointer;
}
.applicant-address ul.idpc_ul li:last-child {
    border: none;
}
.applicant-address ul.idpc_ul.hidden{
    border:none;
    display: none;
}
.step-from .applicant-address .form-control{
    font-size:24px;
}
.form-step .button-list-holder.cars .button-list {
    background-color: var( --e-global-color-lcolor1 );
    padding: 20px 0;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.form-step .button-list-holder input.radio-btn:checked ~ .button-list{

    background: #202531;

    color: #fff;

    border-color: #202531;

}
.form-step .button-list-holder .button-list img {
    width: 80px;
    filter: contrast(300%) invert(100%);
    height: 50px;
    object-fit: contain;
    z-indix:1;
}
.form-step .button-list-holder.cars:hover .button-list , .form-step .button-list-holder.cars input.radio-btn:checked ~ .button-list {
    background-color: var(--e-global-color-lprimary1);
}
.form-step .button-list-holder.cars:hover .button-list img, .form-step .button-list-holder.cars input.radio-btn:checked ~ .button-list img{
    filter: contrast(300%) invert(0%);
}
.form-step .button-list-holder.cars:hover .button-list span , .form-step .button-list-holder.cars input.radio-btn:checked ~ .button-list span {
    line-height: 1;
    color: var(--e-global-color-lcolor1);
}

.form-step .button-list-holder.cars .button-list span {
    line-height: 1;
    color: var(--e-global-color-lcolor5);
}

.address-field {
    display: flex;
}
.address-field .add-more-btn {
    padding: 0 0px 0 15px;
}
.address-field .add-more-btn button {
    background: #ffffff;
    border: none;
    color: var( --e-global-color-lprimary1 );
    height: 100px;
    border-radius: 7px;
    padding: 0 10px;
    font-size: 24px;
    font-weight: 600;
    min-width: 160px;
    border: 1px solid var( --e-global-color-lprimary1 );
}
.address-field .remove-more-btn {
    padding: 0 0px 0 15px;
}
.address-field .remove-more-btn button {
    background: #ffffff;
    border: none;
    color: #f70707;
    height: 100px;
    border-radius: 7px;
    padding: 0 10px;
    font-size: 24px;
    font-weight: 600;
    min-width: 160px;
    border: 1px solid #f70707;
}
.address-field .form-group {
    width: 100%;
}


.address-field input{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;   
    height: 100px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.address-field #lookup_field,.address-field #lookup_field2  {
    text-align: center;
}
   
.address-field button.idpc-button {
    margin: 20px 0 0;
    border: 1px solid #ced4da;
    font-size: 18px;
    border-radius: 6px;
    height: 50px;
    background: transparent;
    padding: 0 30px;
    transition: 0.3s;
}
.address-field button.idpc-button:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.address-field .idpc-select-container select {
    display: block;
    width: 80%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 70px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 20px auto 0;
}
.applicant-address {
    margin: 20px 0 0;
}
.applicant-address .center-block {
    padding: 0 5px;
}
button.from-btn.bk-btn {
    color: var(--e-global-color-lcolor1);
    box-shadow: none;
    background-color: transparent;
    font-weight: 700;
}

button.from-btn.bk-btn:hover {
    background-color: transparent;
}
@media (max-width: 767px){
.form-btns-wrap {
    display: flex;
    flex-direction: column-reverse;
}
.step-from .center-block .form-group label.form-label {
    font-size: 25px;
    margin: 8px 0 5px;
}

.step-from .form-control {
    height: 60px;
    font-size: 20px !important;
}
.step-from .applicant-address .form-control {
    font-size: 20px;
}
.pound-icon {
    top: 12px;
    left: 30px;
    font-size: 27px;
}

.step-from .amount-input {
    padding-left: 58px;
}

.step-from .label-button {
    line-height: 50px;
}

.center-block .input-wrap input {
    height: 60px;
    font-size: 20px !important ;
    line-height: 60px;
}
.step-from .form-control::placeholder {
    font-size: 20px;
}
.date-of-birth-fileds span.error {
    bottom: -30px;
    top: initial;
}
.form-step .button-list-holder {
    width: 50%;
}
.step-from .center-block .form-group .no-radius-left {
    margin-top: 0 !important;
}
.address-field .add-more-btn button {
    height: 65px;
    font-size: 20px;
    min-width: 140px;
}
.address-field .remove-more-btn button {
    height: 65px;
    font-size: 20px;
    min-width: 140px;
}
.address-field input {
    height: 65px;
    font-size: 20px;
}
}

@media (max-width: 575px){
    .form-group input[type="number"] {
        padding: 10px 10px;
    }
    .step-10 .form-group input[type="number"] {
        padding: 10px 10px 10px 60px;
    }
    .step-12 .button-list-holder .button-list {
        line-height: 1.1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.step-from .form-label {
    font-size: 20px;
    margin: 15px 0 5px;
}

.step-form-wrap .from-btn {
    padding: 0 40px;
    width: 100%;
}
.heading h3 {
    margin-bottom: 22px;
    font-size: 24px;
}
.step-from {
    padding: 0 10px;
}
.form-step h2 {
    margin: 20px 0 10px;
    font-size: 24px;
}
.form-step h6 {
    font-size: 16px;
    color: #444a51;
    margin: 0 0 13px;
}
.form-step .button-list-holder .button-list {
    height: 40px;
    font-size: 14px;
}
.footer {
    margin-top: 70px;
    margin-bottom: 30px;
}
.footer p {
    font-size: 13px;
}
.applicant-address ul.idpc_ul li{
    font-size:16px;
}
.step-from .applicant-address .form-control {
    font-size: 18px;
}
.address-field .add-more-btn button {
    padding: 0 10px;
    font-size: 18px;
    min-width: 120px;
}
.address-field .remove-more-btn button {
    padding: 0 10px;
    font-size: 18px;
    min-width: 120px;
}
}

@media (min-width: 576px) {
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
        .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

}
@media (min-width: 768px) {
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}