/*
Theme Name: Sonora Lawyer Theme
Author: Sonora DesignWorks
Author URI: https://sonoradesignworks.com
Description: Custom Lawyer Theme
Version: 1.0
*/

.progressbar .text-change {
    transition: all 0.4s;
    z-index: 99999;
    color: #333;
}

.progressbar .relative {
    position: relative;
}

.progressbar .container-progress {
    position: absolute;
    display: flex;
    justify-content: space-evenly;
    top: 41%;
    z-index: 99999;
    width: 100%;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;

}
.header-surround {
    position: relative;
    z-index: 10;
}
.progressbar .progress {
    margin-right: 20px;
    position: relative;
}

.progressbar {
    position: relative;
    height: 500px;
    z-index: 1;
}

.progressbar .circle {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    margin-top: 10px;
    display: block;
    position: relative;
    text-align: center;
}

.progressbar .circle-bg {
    position: absolute;
    width: 287px;
    height: 287px;
    background: #44484B;
    bottom: 5px;
    border-radius: 50%;
    z-index: -1;
    left: 8px;
}

.progressbar .circle div {
    position: absolute;
    top: 50%;
    left: 31%;
    margin: -20px 0 0 -86px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 45px;
    color: #fff;
}

.progressbar .circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.progressbar .circle span {
    display: block;
    color: white;
    margin-top: 12px;
}

@media only screen and (max-width: 600px) {
    .progressbar .container-progress {
        display: block;
        top: 10%;
    }

    .progressbar .progress {
        margin-right: 0;
        margin-bottom: 20px;
        position: relative;
    }

    .progressbar .circle-bg {
        left: 15px;
    }
}