.underline {
    text-decoration: underline;
}
.blue-grey {
    color: rgb(70, 120, 134);
}
#step-reminder .border-none,
#step-4 .border-none {
    border: 0px;
    border-radius: 0%;
}
#main-form div.custom-form-group {
    display: flex;
    justify-content: flex-end;
}
#main-form div.custom-form-group .custom-radio-group {
    width: 250px;
}
#declaration-contianer label {
    width: 88%;
    text-align: right;
    font-size: 17px;
}
#declaration-contianer #confirm {
    width: 3%;
    height: 15px;
    margin: 0px;
    position: relative;
    top: 1px;
}
@media only screen and (max-width: 767px) {
    #step-1 tbody td::before {
        width: 47%;
        padding-right: 3%;
        white-space: normal;
    }
    #step-1 tbody tr {
        height: 150px;
    }
    #step-1 tbody td {
        padding-left: 50%;
    }
    #main-form div.custom-form-group {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    #main-form div.custom-form-group label.custom-label {
        padding-left: 0px;
    }
    #declaration-contianer label {
        text-align: left;
    }
    #declaration-contianer #confirm {
        width: 5%;
    }
}
#step-2 .fw-normal {
    font-weight: normal;
}
a.success-icon {
    border-radius: 1000px;
    width: 19px;
    height: 19px;
    background-color: #409240;
    border: 2px #247830 solid;
    margin: 0 auto .5em;
    margin-right: 8px;
    font-size: 0px;
    cursor: default;
    pointer-events: none;
    display: inline-block;
}
a.success-icon::before {
    font-family: "Glyphicons Halflings";
    content: "\e013";
    color: #ffffff;
    position: relative;
    top: -1px;
    left: 1px;
    font-size: 1.2rem;
}

