button.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.modal-md {
    max-width: 600px;
}
.step_form {
    box-shadow: 0 5px 10px rgb(82 109 122 / 10%);
    border: 1px solid #eee;
    background: #fff;
}
.tab {
    display: none
}
.step_form .step.active {
    display: block;
}
.step_form .step .head {
    padding: 20px;
    border-bottom: 1px solid #eeeeee61;
    background: #fff;
}
.step_form .step .head h2 {
    margin-bottom: 0px;
    text-align: center;
    font-size: 24px;
}
.step_form .step .frm_area {
    min-height: 150px;
    max-height: 280px;
    overflow-y: auto;
    padding: 15px 130px 15px;
    background: #f0f0f036;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.step_form label.txt {
    display: block;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 400;
}
.step_btns {
    text-align: center;
    border-top: 1px solid #eee;
    padding: 20px 15px;
}
.step_btns button {
    display: inline-block;
    background: transparent;
    border: 2px solid #00D72F;
    padding: 7px 20px;
    margin: 5px;
    min-width: 140px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    color: #00D72F;
    transition: 0.2s all linear;
}
.step_btns button.next_btn {
    background: #00D72F;
    color: #fff;
}
.step_btns button.prev_btn {
    display: none;
}
.step_btns button:hover, .step_btns button:hover {
    color: #fff;
    border: 2px solid #DE3323;
    background: #DE3323;
    transition: 0.2s all linear;
}
.step_form select.form-select {
    height: 50px;
}
.btn_green {
    display: inline-block;
    background: #00D72F;
    padding: 12px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    transition: 0.3s all linear;
    min-width: 170px;
    text-align: center;
    border: none;
}
.btn_green:hover {
    color: #fff;
    background: #FC5647;
    transition: 0.5s all linear;
}
input.form-check-input {
    min-height: auto;
    position: relative;
    width: 18px;
    height: 18px;
}
.form-check-input:checked {
    background-color: #00d72f;
    border-color: #00d72f;
}
.ratio_box {
    background: #fff;
    padding: 13px 25px;
    margin-bottom: 20px;
    border-radius: 7px;
    border: 1px solid #ddd;
}
.ratio_box .form-check {
    margin-bottom: 0px;
}
.ratio_box .form-check label {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 7px;
    line-height: 21px;
}
.frm_area textarea {
    min-height: 150px;
}
input.invalid {
    border-color: red;
}
.step.active {
    opacity: 1
}
.step.finish {
    background-color: #4CAF50
}
.thanks-message {
    display: none;
    max-width: 600px;
    margin: 40px auto 0;
    padding: 0 20px;
}
.list_workmans {
    box-shadow: 0 5px 10px rgb(82 109 122 / 10%);
    border: 1px solid #eee;
    background: #fff;
    padding: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.list_workmans .right label {
    display: inline-block;
    background: transparent;
    border: 2px solid #00D72F;
    padding: 7px 20px;
    margin: 5px;
    min-width: 140px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    color: #00D72F;
    transition: 0.2s all linear;
}
.list_workmans .right label input {
    display: none;
}
.list_workmans .right label:hover {
    background: #00D72F;
    color: #fff;
    cursor: pointer;
}
.list_workmans h3 {
    color: #fd6553;
    font-size: 25px;
}
.list_workmans .rating {
    margin-bottom: 10px;
}
.list_workmans .rating i {
    color: gold;
}
.list_workmans .rating span {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.list_workmans .rating small {
    border-left: 1px solid #ddd;
    padding-left: 12px;
    margin-left: 5px;
    font-weight: 400;
}
.list_workmans .certified {
    font-size: 16px;
    margin-top: 13px;
    color: #333;
}
.list_workmans .certified i {
    color: #fd6553;
    font-size: 18px;
    margin-right: 4px;
}
.list_workmans .msg {
    display: none;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
.btn_submitstep {
    display: none;
    background: #00D72F;
    border: 2px solid #00D72F;
    padding: 7px 20px;
    margin-bottom: 30px;
    min-width: 140px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    transition: 0.2s all linear;
}
.btn_submitstep:hover {
    color: #fff;
    border: 2px solid #DE3323;
    background: #DE3323;
    transition: 0.2s all linear;
}
@media(max-width:991px){
    .step_form .step .frm_area {
        padding: 15px 15px 15px;
    }
    .list_workmans {
        padding: 20px;
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
    .list_workmans .certified {
        margin-bottom: 20px;
    }
    .list_workmans .right label {
        min-width: 180px;
        text-align: center;
    }
}