.multistep-iceaform-area {
    padding: 13px 19px 38px 19px;
    border-radius: 5px;
    box-shadow: 0px 3px 10px #0000001A;
    margin: 20px;
    background-color: #fff;
}
.formPage {
	background-image: url(https://icealion.co.ke/wp-content/uploads/2020/11/anotherback_03.png);
    background-position: 60% 0px;
    background-repeat: no-repeat;
    background-size: cover;
	padding:120px 0;
}
section#formheader {
    position: absolute;
    width: 100%;
}
section#formfooter {
    z-index: 999;
    margin-top: -139px;
}
/* .multistep-iceaform-body {
    max-width: 844px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 10px #0000001A;
} */

#iceaform {
    text-align: center;
    position: relative;
}

#iceaform .single-field {
    margin-bottom: 15px;
}

#iceaform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#iceaform fieldset:not(:first-of-type) {
    display: none
}

.label-animation {
    position: relative;
}

#iceaform input,
#iceaform textarea,
#iceaform select {
    height: 50px;
    border: 1px solid #707070;
    border-radius: 2px;
    background: #f9f9f9;
    width: 100%;
    transition: ease all 0.3s;
    padding: 13px 19px 13px 14px;
    font-size: 14px;
    color: #00B5EB;
    outline: none;
}

#iceaform select,
#iceaform input[type="file"],
#iceaform textarea {
    color: #999999;
}

#iceaform textarea {
    height: 103px;
}

#iceaform .label-animation input+label {
    color: #999999;
    font-size: 14px;
    transition: ease all 0.3s;
    position: absolute;
    left: 14px;
    top: 14px;
    margin: 0;
}

#iceaform .label-animation input:focus+label,
#iceaform .label-animation.input-filled label,
#iceaform .label-animation:hover label {
    top: 5px;
    font-size: 12px;
}

#iceaform input:focus,
#iceaform select:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #00B5EB;
    outline-width: 0;
}

#iceaform input:hover,
#iceaform textarea:hover,
#iceaform select:hover {
    border: 1px solid #00B5EB;
}

#iceaform .label-animation input {
    padding: 20px 19px 4px 14px;
}

#iceaform .label-animation input:focus {
    padding: 20px 19px 4px 14px;
    background: #E9FAFF;
}

#iceaform .label-animation select:focus {
    background: #E9FAFF;
}

#iceaform .single-field.input-filled input {
    background: #E9FAFF;
    border: 1px solid #00B5EB;
    padding: 20px 19px 4px 14px;
}

#iceaform .single-field.input-filled select {
    background: #E9FAFF;
    border: 1px solid #00B5EB;
    color: #00B5EB;
}

#iceaform .action-button-previous,
#iceaform .action-button {
    background: #00AEF0;
    font-weight: bold;
    color: white;
    border: 0;
    cursor: pointer;
    float: right;
    min-height: 60px;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px !important;
    width: 49%;
    border-radius: 3px;
    transition: ease all 0.5s;
    margin-top: 15px;
}

#iceaform .action-button:hover,
#iceaform .action-button:focus {
    background-color: #2C2D86;
}

.beni_btn {
    border-color: #00B5EB;
    background-color: transparent;
    padding: 12px 24px;
    font-size: 20px;
    border: 1px solid #004175;
    color: #004175;
}

.beni_btn:hover {
    background-color: transparent;
    color: #00aef0;
}

#iceaform .action-button-previous {
    float: right;
    background-color: #6C6C7080;
    margin-right: 2%;
}

#iceaform .action-button-previous:hover,
#iceaform .action-button-previous:focus {
    background-color: #818a91
}

.multistep-iceaform-area .progress-bar {
    background-color: #00b5eb;
}

.multistep-iceaform-area .progress {
	max-width: 1140px;
    margin: 0 auto;
    background-color: #999999;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 26px;
}

.ic-form-heading h2 {
    color: #004175;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 9px;
    line-height: 1.3444;
}

#iceaform .pre-next-btn {
    margin-top: 14px;
}

.icea-form-tabs nav a {
    color: #004175;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: -2px !important;
    width: 50%;
}

.icea-form-tabs nav a.active {
    font-weight: 600;
}

.icea-form-tabs nav a:hover {
    text-decoration: none;
}

.icea-form-tabs .nav-tabs {
    border-bottom: 1px solid #004175;
}

.icea-form-tabs nav a.active {
    border-bottom: 3px solid #004175;
}

.icea-form-tabs .icea-tab-inner-content {
    padding-top: 22px;
}

#iceaform .row {
    margin-right: -8px;
    margin-left: -8px;
}

#iceaform .col-lg-2,
#iceaform .col-lg-4,
#iceaform .col-lg-5,
#iceaform .col-lg-6,
#iceaform .col-lg-3,
#iceaform .col-12,
#iceaform .col-lg-7,
#iceaform .col-sm-12 {
    padding: 0 8px;
}

#iceaform .single-radio-fields input {
    display: none;
}

#iceaform .single-radio-fields {
    width: 50%;
    text-align: center;
}

#iceaform .single-radio-fields label {
    height: 48px;
    margin: 0;
    width: 100%;
    display: block;
    font-size: 14px;
    color: #999999;
    padding: 13px 10px;
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	    cursor: pointer;
}

#iceaform .radio-fields {
    border-radius: 2px;
    border: 1px solid #707070;
    height: 50px;
    transition: ease all 0.5s;
}

#iceaform .radio-fields:hover,
#iceaform .radio-fields.checked-radio,
#iceaform input[type=file]:focus {
    border: 1px solid #00B5EB;
    background: #E9FAFF;
}

#iceaform .single-radio-fields input:checked+label {
    background: #B5EEFF;
    color: #707070;
}

#iceaform .error-field {
    border-color: red !important;
}

#iceaform input[type=file],
#iceaform .single-field.input-filled.file-filled input {
    padding: 0;
}

#iceaform input[type=file]::-webkit-file-upload-button,
#iceaform input[type=file]::file-selector-button {
    height: 100%;
    border: none;
    background-color: #00B5EB;
    color: #fff;
    padding: 10px 20px;
    margin-right: 10px;
}

#iceaform .i-file-text {
    font-size: 14px;
    position: absolute;
    left: 127px;
    top: 15px;
    color: #999999;
    background-color: #f9f9f9;
}

#iceaform .single-field.input-filled.file-filled .i-file-text {
    display: none;
}

#iceaform .single-field input:focus+.i-file-text {
    background: #E9FAFF;
}

#iceaform p {
    font-size: 20px;
    margin: 0;
    line-height: 1.3;
    color: #004175;
}

#iceaform .clrful-text p {
    color: #00B5EB;
}

#iceaform .p-radio-fields input {
    display: none;
}

#iceaform .p-radio-fields label {
    border: 1px solid #2C2D86;
    display: block;
    text-align: center;
    height: 66px;
    font-size: 20px;
    font-weight: 600;
    padding: 16px 20px;
    border-radius: 5px;
    background-color: #fff;
    transition: ease all 0.3s;
    cursor: pointer;
}

#iceaform .purpose-radio-fields .p-radio-fields input:checked+label {
    color: #fff;
    background-color: #00AEF0;
}

#iceaform .add_bene_btn {
    display: block;
    height: 50px;
    border: 1px solid #004175;
    border-radius: 2px;
    transition: ease all 0.3s;
    cursor: pointer;
    font-size: 20px;
    color: #004175;
    text-align: center;
    line-height: 1;
    padding: 12px 20px
}

#iceaform .add_bene_btn i {
    margin-right: 10px;
}

#iceaform .add_bene_btn:hover {
    color: #00B5EB;
    border-color: #00B5EB;
    background-color: transparent;
}

#iceaform .bene_table table {
    width: 100%;
}

#iceaform .bene_table tr th {
    font-size: 18px;
    font-weight: 800;
    color: #00B5EB;
}

#iceaform .bene_table tr {
    border-bottom: 1px solid #f9f9f9;
}

#iceaform .bene_table tr td,
#iceaform .bene_table tr th {
    padding: 18px 15px;
    vertical-align: middle;
    white-space: nowrap;
}

#iceaform .bene_table tr td:last-child,
#iceaform .bene_table tr th:last-child {
    text-align: right;
}

#iceaform h3 {
    font-size: 20px;
    color: #00B5EB;
}

#iceaform .bene-total-area h3,
#iceaform .bene-total-area span {
    font-size: 24px;
    margin: 0;
    color: #00B5EB;
    font-weight: 600;
}

#iceaform .bene-total-area {
    padding-top: 20px;
    margin-bottom: 20px;
    border: none !important;
}

#iceaform .bene_table p {
    font-size: 14px;
}

#iceaform .border-btm {
    padding-bottom: 15px;
    border-bottom: 1px solid #004175;
}

#iceaform .bene_table {
    display: block;
    overflow-y: auto;
}

#iceaform .large-field textarea {
    height: 185px;
}

#iceaform .feild-checkboxs p {
    font-size: 16px;
}

#iceaform .feild-checkboxs {
    align-items: flex-start;
    display: flex;
}

#iceaform .feild-checkboxs input {
    width: auto;
    margin-right: 10px;
    height: auto;
    margin-top: 5px;
}

#iceaform p a {
    color: #005086;
}

#iceaform p a:hover {
    text-decoration: none;
    color: #005086;
}

#iceaform .blue-scc-box {
    background-color: #00B5EB;
    border-radius: 10px;
    padding: 34px 15px;
}

#iceaform .blue-scc-box p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

#iceaform .iceaform-wrap {
    max-width: 1170px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
/*     box-shadow: 0px 3px 10px #0000001a; */
    margin: 0 auto;
}

#iceaform .icreform-b-wrap {
    background-color: transparent;
    max-width: 1100px;
    margin: 0 auto;
}

#iceaform .icea-form-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#iceaform .icea-form-content {
    padding-right: 20px;
}

#iceaform .yellow-scc-box {
    background-color: #C99C00;
}

#iceaform .scc-btn a {
    background-color: #005086;
    border-radius: 5px;
    max-width: 250px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 14px 10px;
    text-align: center;
}

#iceaform .scc-btn {
    text-align: right;
    padding-top: 10px;
}

#iceaform h1 {
    font-size: 60px;
    margin: 0;
    font-weight: 700;
    color: #005086;
}

.overlay_loader {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.spinner-grow {
    width: 11rem;
    height: 11rem;
    margin-top: 30%;
}

.visually-hidden {
    display: none;
}


/* responsive */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #iceaform .i-file-text {
        font-size: 11px;
        left: 118px;
        top: 16px;
        padding-right: 15px;
    }
    #iceaform .bene_table tr th {
        font-size: 17px;
    }
    #iceaform .bene_table tr td,
    #iceaform .bene_table tr th {
        padding: 16px 13px;
    }
    #iceaform input[type="file"] {
        font-size: 12px;
    }
    #iceaform p {
        font-size: 18px;
        margin: 0;
        line-height: 1.3;
        color: #004175;
    }
    .multistep-iceaform-area .progress {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 992px) {
    #iceaform .icea-form-img {
        height: 450px;
        margin-bottom: 40px;
    }
    .icea-form-success .row {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 767px) {
	.formPage{
		padding-bottom:242px
	}
	section#formfooter {
    z-index: 999;
    margin-top: -222px;
}
    .multistep-iceaform-area {
        padding: 19px 15px 38px 15px;
        margin: 15px;
    }
    .multistep-iceaform-area .progress {
        margin-bottom: 30px;
        height: 20px;
    }
    .ic-form-heading h2 {
        font-size: 19px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .icea-form-tabs nav a {
        font-size: 14px;
        width: 48%;
    }
    .icea-form-tabs .nav-tabs {
        justify-content: space-between;
    }
    #iceaform input[type="file"] {
        font-size: 12px;
    }
    #iceaform .i-file-text {
        font-size: 10px;
        left: 116px;
        top: 17px;
    }
    #iceaform .action-button-previous,
    #iceaform .action-button {
        min-height: 44px;
        font-size: 14px;
    }
    #iceaform .bene-total-area h3,
    #iceaform .bene-total-area span {
        font-size: 20px;
    }
    #iceaform .bene_table tr td,
    #iceaform .bene_table tr th {
        padding: 15px 12px;
        font-size: 14px;
    }
    #iceaform p {
        font-size: 16px;
    }
    #iceaform h1 {
        font-size: 35px;
    }
    #iceaform .blue-scc-box p {
        font-size: 16px;
        margin-bottom: 9px;
    }
    #iceaform .icea-form-content {
        padding-right: 0px;
    }
    #iceaform .scc-btn {
        text-align: center;
    }
    #iceaform .icea-form-img {
        height: 300px;
        margin-bottom: 30px;
    }
}