/* css by pooja for fonts color  */
.blue-text{
    color: #05324d !important;
}
.tertiary-text-color{
    color: #555 !important;
}
.tertiary-text-color p{
    color: #555 !important;
}
.font-family{
    font-family: 'Poppins', sans-serif !important;
}
.primary-text{
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    line-height: 1.5 !important;
}

.secondary-text{
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}
.tertiary-text {
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
}
.tertiary-text p{
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
}
.tertiary-text li{
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
}