.SFX_title_1 {
    font-size: 40px;
    color: #387dff;
    font-weight: 600;
    margin-bottom: 3%;
}

.SFX_LPI_Image_SC {
    width: 30%;
    min-width: 200px;
    height: auto;
    margin:auto;
}

.SFX_strucutrchart_dot {
    height: 5px;
    width: 5px;
    background-color: #387dff;
    border-radius: 50%;
    left: 49.9%;
    display: inline-block;
    z-index: 2;
    color: #387dff;
    position: absolute;
}



.SFX_chart_dot {
    height: 5px;
    width: 5px;
    background-color: #387dff;
    border-radius: 50%;
    display: inline-block;
    color: #387dff;
    position: absolute;
    top: -40px;
    left: 49.3%;
}

.SFX_Verticle_line {
    border-right: 2px solid #e5e5e5;
    height: 100px;
    display: inline-block;
}

.SFX_Straight_line {
    width: 100%;
    border: solid 1px #e5e5e5;
    top: -39px;
    left: 50%;
    z-index: -1;
}


.SFX_Main_Percentage:last-child .SFX_Straight_line {
    display: none;
}


.SFX_Location {
    font-size: 10px;
    color: #959595;
    padding-top: 3%;
}

.SFX_Company {
    font-size: 17px;
    color: #387dff;
    font-weight: 600;
    padding-top: 3%;
}

.SFX_Insurance {
    font-size: 17px;
    color: #636363;
    font-weight: 600;
    padding-top: 3%;
}


.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
}


.SFX_Percentage_Circle {
    vertical-align: middle;
    top: 31px;
}

.single-chart {
    justify-content: space-around;
    position: relative;
}

.SFX_Percentage_Value {
    position: absolute;
    font-weight: 600;
    color: #387dff;
    font-size: 30px;
    top: 37%;
    left: 17%;
    padding: 0;
    text-align: center;
}

.circular-chart {
    display: block;
    margin: 10px auto;
    width: 140px;
    max-height: 250px;
    margin-top: 0;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 2.5px;
}

.circle {
    fill: none;
    stroke-width: 2.5px;
    stroke-linecap: round;
    animation: progress 3s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.blue .circle {
    stroke: #387dff;
}

.percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

@media (max-width: 1040px) {

    .SFX_Percentage_Circle {
        margin: 10% 0;
    }

    .SFX_Percentage_Value {
        position: absolute;
        font-weight: 600;
        color: #387dff;
        font-size: 34px;
        width: 100%;
        top: 32%;
        left: 1%;
        padding: 0;
        text-align: center;
    }
}
