.brd-none{
    border: none !important;
}

.brdr-0 {
    border-radius: 0px !important;
}

.brdr-2 {
    border-radius: 2px !important;
}

.brdr-4 {
    border-radius: 4px !important;
}

/* .brd-btm-red {
    border-bottom: 2px solid #f20000;
} */

.brd-left-darkblue {
    border-left: 2px solid #0032FD !important;
}

.brd-left-darkblue:focus {
    border: 1px solid #0032FD !important;
}

.border-bottom-after::after {
    content: '';
    position: absolute;
    top: 75px;
    left: 38%;
    width: 25%;
    display: block;
    border-bottom: 2px solid #f20000;
}

.brd-btm-only{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e7e7e7;
}

.brd-top-only{
    border-top: 1px solid #e7e7e7;
}

.brd-left-only{
    border-left: 1px solid #e7e7e7;
}

.brd-right-only{
    border-right: 1px solid #e7e7e7;
}