
#lo-select-for-app .result-card{
    min-height: 200px;
}

.easyWizardSteps {list-style:none;width:100%;overflow:hidden;margin:0;padding:0;border-bottom:1px solid #ccc;margin-bottom:20px}
.easyWizardSteps li {font-size:18px;display:inline-block;padding:10px;color:#B0B1B3;margin-right:20px;}
.easyWizardSteps li span {font-size:24px}
.easyWizardSteps li.current {color:#000}
.easyWizardButtons {overflow:hidden;padding:10px;}
.easyWizardButtons button, .easyWizardButtons .submit {cursor:pointer}
.easyWizardButtons .prev {float:left}
.easyWizardButtons .next, .easyWizardButtons .submit {float:right}

.applyBtn {
    width: 300px;
    font-size: 22px !important;
    display: block !important;;
    border-width: 3px !important;;
}

.applyButtons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.easyWizardWrapper section {
    padding: 75px 0 !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#lo-select-for-app .loCardd{

    width: 320px;
    height: 120px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 10px, rgba(0, 0, 0, 0.23) 0px 4px 8px;
    z-index: 2;
    background: rgb(0, 178, 125);
    border-radius: 0.25em;
    padding: 10px 20px;
}
#lo-select-for-app .loCardd  img {
    width: 100px;
    display: inline-block;
    float: left;
    border-radius: 50%;
}
#lo-select-for-app .loCardd h5 {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0px;
}
#lo-select-for-app .loCardd  p {

    font-size: 14px;
    font-weight: 200;
    color: rgb(255, 255, 255);
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0px;
    line-height: 20px;
}
#lo-select-for-app .loCardd  p a {
    color:#fff;∑∑∑∑
    font-weight: bold;
}

#lo-select-for-app .loCardd  p .applyNow {
    color: #fff !important;
    border-color: #fff !important;
}