.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
    font-size: inherit;
    line-height: inherit;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-input {
	margin-top: .35em;
    /*width: 1em;
    height: 1em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;*/
}
.form-check-input[type=radio] {
    border-radius: 50%;
}
.form-check.form-check-inline {
   margin-top: 0;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.cntctus {
    position: relative;
    margin-top: 1em;
}
.bg-white {
    background-color: #fff !important;
}
.p-3 {
    padding: 1rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.detaillst .hdg, .detaillst h2 {
    font-size: 1.45em;
    line-height: 1.3;
    font-weight: 600;
    color: #161921;
}
.vtg-form ol{
    padding-left: 1.15em;
}
.form-check.form-check-inline label {
    margin-top: 0;
}
.form-check label{
   margin-top: 0;
}
.fld-error {
    color: red;
}