﻿.formLabel {
    font-weight: bold;
}

.reqColor {
    color: #ff0000;
}

.secondaryDiv {
    right: 20px;
    position: relative;
}
.contentalign{
        text-align: justify !important;
}
.reqField label.formLabel::after {
    position: relative;
    content: "*";
    right: -8px;
    z-index: 1;
    top: 0;
    color: #C24D00;
}
.formLabel1 {
    font-weight: 400;
    font-family: 'Poppins-Medium';
    margin-bottom: 8px;
    display: block;
}

   
.content .radioBtnGrpCB  input[type="radio"] {
    margin-right: 8px;
}

.content .radioBtnGrpCB  label {
    margin-right: 8px;
}

  