/* Common Step css  */
.step-head-part a {
    font-size: 16px !important;
    font-weight: 600;
    line-height: 24px;
    color: #D56AE8 !important;
    display: block;
    margin-bottom: 30px;
}

.step-head-part h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    color: #00112c;
}

.step-head-part h6 {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

/* 
=================================
        Step 1 Page CSS  
=================================

*/
.business-details-area {
    background-color: #F8F9FF;
}

.business-content h3 {
    color: #00112c;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    padding-bottom: 10px;
}

.business-content p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    padding-bottom: 20px;
}

.business-list li {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    padding-bottom: 15px;
    margin-left: 35px;
    position: relative;
}

.business-list li::before {
    position: absolute;
    font-family: 'font awesome 5 free';
    content: '\f058';
    left: -35px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* .input-box input[type=date]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}

.input-box {
    box-sizing: border-box;
    position: relative;
}

.input-box input,
select,
.input-box input {
    width: 100%;
    padding: 14px 15px;
    font-size: 16px;
    color: #62687a;
    border-radius: 5px;
    border: none;
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    margin-left: 8px;
}

.input-box input:focus {
    outline: none;
}

.input-box input[readonly] {
    outline: none;
}

.input-box label {
    position: absolute;
    left: 5%;
    top: 25%;
    font-size: 16px;
    color: #666;
    transition: all .5s;
    pointer-events: none;
}

.input-box label:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.input-box input:focus~label,

.input-box input[readonly]~label,
.input-box select:focus~label,
.input-box select:valid~label {
    left: 5%;
    top: 5%;
    font-size: 11px;
    color: #aaa;
} */

.sub-btn {
    display: block;
    background-color: #D56AE8;
    border-radius: 4px;
    color: #fff !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    height: 50px;
    width: 100%;
    margin-top: 25px;
}

.sub-btn:hover {
    opacity: .9;
}

.notice {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    color: #62687a;

}

.notice a {

    font-size: 13px !important;
    color: #D56AE8 !important;
}