<st>.w-85 {
    width: 85%!important
}

.border-rd {
    border-radius: 4px;
    border: 1px solid#b6b6b6
}

.signup-step-container {
    padding: 50px 0px;
    padding-bottom: 60px;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 80px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    background: #b6b6b6;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #ddd;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #9d9e36;
    color: #fff;
    border-color: #9d9e36;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
    color: #9d9e36;
}

.wizard .nav-tabs>li {
    width: 16%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs>li a i {
    position: absolute;
    bottom: -77px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 18px;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}

.next-step {
    background-color: #9d9e36;
}

.step-head {
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 20px;
}

.list-content {
    margin-bottom: 10px;
}

.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}

.list-content a[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}

.disable {
    background-color: #ede9e9!important;
}

.input_file {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

.visual_img {
    width: 52px;
    cursor: pointer;
}

.ps-18 {
    font-size: 18px;
}

h5 small {
    font-size: 14px;
}

.visual_img:hover {
    width: 52px;
    cursor: pointer;
    opacity: 0.5;
}

.delete_tham {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #d71111;
    color: #fff;
    position: absolute;
    right: 16px;
    bottom: 2px;
    font-size: 18px;
    text-align: center;
    border-radius: 18px;
}

.tham_remove {
    color: #d71111;
    position: absolute;
    top: -4px;
    right: 13px;
    font-size: 11px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 37px!important;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px!important;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 36px!important;
}

.w-20 {
    width: 80px;
}

@media only screen and (max-width: 768px) and (min-width: 240px) {
    .mtitle-5 {
        margin-top: 3rem !important;
    }
    .mm-0 {
        margin: 0!important
    }
    .mm-wizard {
        /* margin-top: -12%!important;
        margin-left: -5%!important; */
        margin-top: -45px !important;
        margin-left: 0 !important;
    }
    .mmw-100 {
        width: 100%!important;
    }
    .mmback {
        margin-bottom: -14%!important;
        margin-left: -3%!important;
    }
    .mmdescription {
        padding-right: 115px!important;
    }
}