/* Step Form */
.step-form .default-btn {
    background-color: var(--blackColor);
    margin-top: 5px;
    padding: 10px 0px;
    min-width: 215px;
    /* min-height: 20px; */
}

/* .stepForm .flaticon-chevron::after {
    content: "\f11c" !important;
} */



.step-btn {
    border: none;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: var(--whiteColor);
    background-color: var(--blackColor);
    transition: var(--transition);
    border-radius: 5px;
    font-weight: 700;
    font-size: var(--fontSize);
    /* padding: 20px 70px; */
    width: 275px;
    padding: 15px 0px;
    cursor: pointer;
}

.step-btn:hover {
    background: var(--mainColor);
}

.step-form {
    overflow: hidden;
    max-width: 640px;
    text-align: center;
    margin-inline: auto;
    /* margin-bottom: 30px;  */
     /* margin-top: -80px; */
     min-height: 440px;
    /* display: flex;
    align-items: center;  */
}

.stepForm h1 {
    margin-bottom: 10px;
    margin-inline: auto;
    letter-spacing: -0.36px;
}

.step-frm-sub-title{
    color: #df4343;
    font-size: 20px;
    font-weight: 700;
}

.stepForm h2 {
    letter-spacing: -0.36px;
    max-width: 400px;
    margin-inline: auto;
}
.stepForm p {
    color: black;
    font-size: 20px;
}

.step__item {
    display: none;
}

.step__item.active {
    display: block;
}

ul.step-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
    list-style-type: none !important;
    /* border: 5px solid red; */
}

ul.step-options .wc-btn {
    padding: 0;
    list-style-type: none !important
}

ul.step-options .wc-btn,
ul.step-options .wc-btn * {
    cursor: pointer;
    list-style-type: none !important
}

ul.step-options .wc-btn:hover {
    background-color: var(--action) !important;
    border: 1px solid var(--primary);
    list-style-type: none !important
}

ul.step-options .wc-btn label {
    padding: 21px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    width: 320px;
    font-size: 15px;
    list-style-type: none !important
}
.input-wrap input {
    opacity: 0;   
}

.step-frm-buttons-bx{
    position: relative;
}

.input-wrap{
    width: 0px;
    height: 0px;
    margin-top:-30px;
}
.input-wrap  i {
   display: none;
}

.input-wrap .flaticon-checkmark:before {
    display: none;
}

.input-wrap input:checked + i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 12px;
    z-index: -1;
    right: 140px;
    z-index: 1;
    background: white;
    border-radius: 30px;
    padding: 3px;
}

/* .input-wrap input:checked + i::before {
    width: 22px;
    height: 22px;
    content: '';
    position: absolute;
    filter: brightness(10);
    background: url(../img/icon-check-blue.svg) 0 0 no-repeat;
    background-size: contain;
} */

.step__item.isAcive {
    display: block !important;
}

.back__button {
    width: 300px;
    margin-inline: auto;
    text-align: left;
}

/* .back__button span {
    color: #df4343;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 500;
    line-height: 29px;
    cursor: pointer;
    padding-left: 20px;
} */



.back__button{
    /* border: 1px solid #000; */
}
.back__button span{
    border: none;
    display: inline-block;
    text-align: center;
    color: var(--whiteColor) !important;
    background-color: var(--mainColor);
    border-radius: 5px;
    font-weight: 700;
    /* padding: 20px 70px; */
    padding: 8px 30px !important ;
    margin-left: 13px ;
    cursor: pointer;
}

.submit__button .step-submit-btn{

    border: none;
    display: inline-block;
    text-align: center;
    color: var(--whiteColor) !important;
    background-color: var(--blackColor);
    border-radius: 5px;
    font-weight: 700;
    /* padding: 20px 70px; */
    padding: 8px 30px !important ;
    margin-left: 9px;

}

.animate__animated {
    animation-duration: 0.3s !important;
}

.step-field {
    /* min-height: 400px; */
    margin-inline: 100px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.step-field li {
    margin-bottom: 15px;
    list-style-type: none !important
}

.step-field li input {
    width: 100%;
    height: 50px;
    border: 1px solid #011c1a !important;
    border-radius: 5px;
    padding: 0 20px;
    outline: none;
    background: #f9f9f9;
    list-style-type: none !important
}

.submit__button {
    text-align: right;
}

.submit__button .ed-btn {
    width: unset !important;
}

#stepFour .back__button {
    text-align: left;
    margin: -55px 0 0 0;
}

.stepForm .ed-hero__btn {
    margin-top: 0;
}

.stepForm .ed-btn {
    cursor: pointer;
    width: 312px;
    text-align: left;
}

.iti {
    width: 100%;
}

#stepForm .iti__selected-flag,
#quoteModalForm .iti__selected-flag {
    border-radius: 30px 0 10px 30px;
}

#stepForm label.error,
#quoteModalForm label.error {
    display: none !important;
}

#stepForm .form-control.has-error {
    border: 1px solid red !important;
}

#quoteModalForm .form-control.has-error {
    border: 1px solid red !important;
    background: #ff00000d;
}

.ed-auth__modal-form .form-group input {
    border-radius: 30px;
}

#quoteModalForm .iti__country-list {
    max-width: 370px;
}


@media (max-width:992px){

    .step-form {
        overflow: hidden;
        max-width: 640px;
        text-align: center;
        margin-inline: auto;
         min-height: 0px ;      
    }
    
}

@media (max-width:767px) {
    .step-field {
        margin-inline: 0;
        /* min-height: 280px; */
    }
}

@media (max-width:400px) {
    .stepForm h1 {
        max-width: 300px !important;
    }
}

@media (max-width:420px){

.step-options{
 padding: 0px !important;
}

.input-wrap input:checked + i {

    right: 65px;


}
.step-btn {

    width: 270px;
 
}
}

