.fc-green{
    color: #00ce89;
}
.fc-red{
    color: #ff0000;

}

.fc-white{
    color:#ffffff;
}

.fc-orange{
    color: #ff5100;
}

.fc-black{
    color: #000000;
}

.bg-green{
    background-color: #00ce89;
}

.bg-deepgreen{
    background-color: #009463;
}

.bg-orange{
    background-color: #ff5100;
}


.bg-gray{
    background-color: #f5f5f5
}

.mt-10{
    margin-top: 6rem !important;
}

.lh-18{
    line-height: 1.8;
}

.circle{
    text-align: center;
    display: block;
    background-color: #00ce89;
    border-radius: 50%;
    width: 320px;
    height: 320px;
    line-height: 53px;

}

.circle span{
    color: #000000;
    font-size: 28px;
    font-weight: bold;
}

.circle p{
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 767px) {
    .circle{
        text-align: center;
        display: block;
        background-color: #00ce89;
        border-radius: 50%;
        width: 200px;
        height: 200px;
        line-height: 40px;

    }

    .circle span{
        color: #000000;
        font-size: 20px;
        font-weight: bold;
    }

    .circle p{
        color: #ffffff;
        font-size: 25px;
        font-weight: bold;
        margin: 0;
    }
}
