.manage-organise.box-dashboard {
    display: inherit;
    float: left;
    width: 100%
}

.box-dashboard.manage-organization {
    margin-bottom: 20px;
    padding-top: 30px
}

.setup-logo-box {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.setup-logo-box .logo-wrap {
    margin-right: 0;
    border: 1px solid #efefef;
}

.setup-logo-box .logo-text {
    font-weight: 500;
}

.logo-text h6 {
    padding: 7px 25px;
    margin: 0;
    border-radius: 50px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    background: #fff;
    border: 1px solid #ededed;
    display: inline-block;
}

.setup-logo-box .logo-text h3 {
    padding: 0;
    margin: 9px 0 0 0;
    color: #000000;
    font-size: 17px;
    float: left;
}

.setup-logo-box .logo-text select.classic {
    width: auto;
    padding: 7px 24px 6px 12px;
    font-size: 11px;
    margin-left: 2%;
}

.progress-wrap {
    padding: 0;
    float: left;
    width: 100%;
    margin: 15px 0px;
}

.progress-wrap ul {
    padding: 0;
    margin: 0;
}

.progress-wrap ul li {
    list-style: none;
    position: relative;
    float: left;
    width: 13%;
    text-align: center;
    cursor: pointer;
}

.progress-wrap ul li span {
    display: block;
}

.progress-wrap ul li .bg-list {
    background: #d9d1ff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
    display: inline-block;
    text-align: center;
    position: relative;
}

.progress-wrap ul li .border-wdth {
    background: #d9d1ff;
    width: 100%;
    position: absolute;
    top: 20px;
    z-index: 1;
    height: 4px;
    left: 48%;
}

.progress-wrap ul a:last-child li .border-wdth {
    display: none;
}

.progress-wrap ul li .list-content-bg {
    margin-top: 15px;
    font-size: 14px;
    color: #4d4d4d;
    text-align: center;
    font-weight: 500;
}

.progress-wrap ul li.active .bg-list::after {
    background-color: #341f97;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 7px;
    content: '';
}

.progress-wrap ul li.active .border-wdth {
    background: #341f97;
}

.progress-wrap ul li.active .list-content-bg {
    color: #373852;
}

.scheduling-btn {
    border-radius: 2px;
    background-color: #341f97;
    color: #fff;
    font-size: 14px;
    border: 0;
    padding: 12px 25px;
    display: inline-block;
    text-transform: uppercase;
}

.scheduling-btn:hover {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .progress-wrap ul li {
        width: 25%;
    }

    .progress-wrap ul li .list-content-bg {
        font-size: 11px;
    }

    .progress-wrap ul li .bg-list {
        width: 30px;
        height: 30px;
    }

    .progress-wrap ul li.active .bg-list::after {
        width: 18px;
        height: 18px;
        top: 6px;
        left: 6px;
    }

    .progress-wrap ul li .border-wdth {
        top: 14px;
        height: 3px;
    }

    .scheduling-btn {
        font-size: 13px;
        padding: 7px 16px;
    }
}