.bkg-blue{
    background-color: #bdd9f2;
}

.text-gray{
    color: gray;
}



.text-page-footer{
    text-transform: uppercase;
    font-size: 9px;
}
.text-section-title{
    text-transform: uppercase;
    color: #1f74bb;
    font-size: 1.7rem;
}

.rounded{
    border-radius: .60rem!important;  
}

.check-box{
    border: 1px solid blue;
    height: 20px;
    width: 20px;
    position: absolute;
}

.num-bullet-box{
    height: 20px;
    width: 20px;
    position: absolute;
    color: #1f74bb;
    font-weight: bold;
}
.bullet-box{
    border: 1px solid #bdd9f2;
    background-color: #bdd9f2;
    height: 12px;
    width: 12px;
    position: absolute;
    top:7px;
}

.bullet-box-white{
    border: 1px solid white;
    background-color: white;
    height: 12px;
    width: 12px;
    position: absolute;
    top:7px;
}
.check-box-desc{
    padding-left: 27px;
}

.text-highligth{
    font-size: 1.1rem;
}

.text-blue{
    color: #1f74bb;
}

.text-highligth{
    color: #0052cc;
}
