.st0 {
    fill: none;
    stroke: #FCB330;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.st1 {
    fill: none;
    stroke: #FCB330;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke-dasharray: 5.6899, 4.7416;
}

.st2 {
    fill: none;
    stroke: #FCB330;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke-dasharray: 5.9779, 4.9816;
}

.st3 {
    fill: none;
    stroke: #FCB330;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke-dasharray: 3.0765, 2.5637;
}

.st4 {
    fill: none;
    stroke: #FCB330;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke-dasharray: 5.2995, 4.4162;
}

.st5 {
    fill: none;
    stroke: #FCB330;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke-dasharray: 5.5191, 4.5993;
}

.st6 {
    fill: none;
    stroke: #FCB330;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke-dasharray: 5.8453, 4.871;
}

.st7 {
    fill: none;
    stroke: #FCB330;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke-dasharray: 5.6059, 4.6716;
}

.st8 {
    fill: none;
    stroke: #FCB330;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke-dasharray: 5.4146, 4.5122;
}

.st9 {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

/*homepage plan css*/

.plans {
    background: #1c2024;
    padding: 20px;
    margin: 0px 0px;
    color: #fff;
    margin-top: 40px;
    text-align: justify;
    border-radius: 4px;
}

.plans h3 {
    color: #ffb534;
    text-align: center;
    line-height: 40px;
}

.plans h4 {
    margin: 20px 0px;
    text-align: center;
    border-bottom: 10px solid transparent;
    padding-bottom: 15px;
    border-image: url(../images/border.png) 30 round;
}

.plans p {
    font-size: 16px;
}
