body {
    font-size: 16px;
    position: relative;
    min-height: 100%;
    background-color: #efefef52;
}

.navbar .navbar-brand img {
    width: 70%;
}

.required-label::after {
    content: ' *';
    color: red;
}

.form-group {
    margin-bottom: 20px;
}

.input-div label svg {
    scale: 2;
    padding: 3px 10px 0 0;
}

.form-group .col-12 .btn-unselected.active {
    color: white;
    background-color: green;
    margin: 4px !important;
}

.form-group .col-12 .btn-unselected {
    color: black;
    background-color: orange;
    margin: 4px !important;
}

#pageForm h2 {
	text-align:center;
    margin: 20px 0 30px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    text-decoration: underline;
    color: #0f83bf;
}
/*progress*/
.progress {
    border-radius: 20px;
    height: auto;
    background-color: #0f83bf;
}

.progress-bar {
    font-size: 10px;
    line-height: normal;
    background-color: #04a92f;
}

.input-div label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.btn.btn-secondary, .btn.btn-primary {
    text-transform: uppercase;
}

.btn.btn-primary {
    background-color: #0f83bf;
    border: unset;
}

.select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .select-wrapper .fas {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        color: #555;
    }

.top-heading {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.top-para {
    font-size: 14px;
}

.icons {
    position: relative;
    top: 50%;
    left: 8%;
}
.footer .container {
    font-size: 12px;
}