.error{
    color:red;
    
}
.py-14 {
    padding-bottom: 6.25rem !important;
    padding-top: 5.25rem !important;
}
h1 {
    text-align: center;
}

h2 {
    margin: 0;
}

#multi-step-form-container {
    margin-top: 2rem;
}

.text-center {
    text-align: center;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.86em + 0.75rem + 4px);
    padding: .375rem .75rem;
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1.86;
    color: #696969;
    background-color: #f8f8f8;
    background-clip: padding-box;
    border: 2px solid #ededed;
    border-radius: 3px;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
    color: #0669b1;
    background-color: #f8f8f8;
    border-color: #0669b1;
    outline: 0;
    box-shadow: 0 0 5px .1rem rgb(18 105 148 / 48%);
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.pl-0 {
    padding-left: 0;
}
.re-capchar {
    max-width: 290px;
    border-color: #d6d6d6;
    /* background-color: #fafafa; */
}
.button1 {
    padding: 0.2rem 0.5rem;
    border: 1px solid #0669b1;
    background-color: #0669b1;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: 1s;
}
.button1:hover {
    padding: 0.2rem 0.5rem;
    border: 1px solid #0669b1;
    background-color: #0669b1;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: 1s;
}
.button {
    padding: 0.7rem 5.5rem;
    border: 1px solid #0669b1;
    background-color: #0669b1;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: 1s;
}

.button:hover {

    border: 1px solid #0669b1;
    background-color: #fff;
    color: #0669b1;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

button.prev {
    padding: 0.7rem 5.5rem;
    border: 1px solid #ef8901;
    background-image: linear-gradient(45deg, #ef8901 100%, #f7de0661);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: 1s;

}

button.prev:hover {
    padding: 0.7rem 5.5rem;
    border: 1px solid #ef8901;
    background-image: linear-gradient(45deg, transparent 100%, #f7de0661);
    color: #ef8901;
    border-radius: 5px;
    cursor: pointer;
}

.submit-btn {
    border: 1px solid #20a110;
    /* background-color: #0e9594; */
    background-image: linear-gradient(45deg, #20a110 100%, #f7de0661);
    transition: 1s;

}

.submit-btn:hover {
    border: 1px solid #20a110;
    /* background-color: #0e9594; */
    color: #20a110;
    background-image: linear-gradient(45deg, transparent 100%, #f7de0661);
}

.mt-3 {
    margin-top: 2rem;
}

.d-none {
    display: none;
}

.form-step {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 3rem;
}

.font-normal {
    font-weight: normal;
    color: #0669b1;
}

ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
}

ul.form-stepper .form-stepper-circle {
    position: relative;
}

ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul.form-stepper>li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}

.form-stepper-horizontal>li:not(:last-of-type) {
    margin-bottom: 0 !important;
}

.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}

.form-stepper-horizontal li:after {
    background-color: #1f81e4;
}

.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #ef8901;
}

.form-stepper-horizontal li:last-child {
    flex: unset;
}

ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}

.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #0669b1 !important;
    color: #fff;
}

.form-stepper .form-stepper-active .label {
    color: #0669b1 !important;
}

.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #4361ee !important;
    color: #fff !important;
}

.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f8f7ff;
}

.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #ef8901 !important;
    color: #fff;
}

.form-stepper .form-stepper-completed .label {
    color: #ef8901 !important;
}

.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #0e9594 !important;
    color: #fff !important;
}

.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}

.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}

.form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
}

.form-stepper a {
    cursor: default;
    text-decoration: none;
}

.py-13 {
    padding-bottom: 6.25rem !important;
    padding-top: 2.25rem !important;

}

.pl-8,
.px-8 {
    padding-left: 3.125rem !important;
}



.pr-8,
.px-8 {
    padding-right: 3.125rem !important;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    border-radius: 10px;
    padding: 1.25rem;
    -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.75);
}
@media (max-width: 468px){
    .button {
        padding: 0.2rem 1.5rem;
        border: 1px solid #0669b1;
        background-color: #0669b1;
        color: #fff;
        font-weight: 400;
    border-radius: 5px;
    cursor: pointer;
    transition: 1s;
}

.pl-8,.px-8 {
    padding-left: 0.3rem !important;
}

.pr-8,.px-8 {
    padding-right: 0.3rem !important;
}

.button:hover {
        border: 1px solid #0669b1;
    background-color: #fff;
    color: #0669b1;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

button.prev {
    padding: 0.2rem 1.5rem;
    border: 1px solid #ef8901;
    background-image: linear-gradient(45deg, #ef8901 100%, #f7de0661);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: 1s;

}

button.prev:hover {
    padding: 0.2rem 1.5rem;
    border: 1px solid #ef8901;
    background-image: linear-gradient(45deg, transparent 100%, #f7de0661);
    color: #ef8901;
    border-radius: 5px;
    cursor: pointer;
}

.submit-btn {
    border: 1px solid #20a110;
    margin-top: 10px;
    padding: 0.2rem 1.5rem;
    /* background-color: #0e9594; */
    background-image: linear-gradient(45deg, #20a110 100%, #f7de0661);
    transition: 1s;

}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 0;
    line-height: 0.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}
.form-stepper .label {
    font-size: 0.7rem;
    /* margin-top: 0.5rem; */
    line-height: 1.2;
}
.head-title{
    font-size: 13px;
}
#multi-step-form-container {
    margin-top: 1rem;
}
.font-normal {
    font-size: 18px;
    font-weight: 600;
    color: #0669b1;
    white-space: nowrap;
}
.form-control-lg {
    height: calc(2em + 1.25rem + 4px);
    padding: 0.625rem 1rem;
    font-size: .7rem;
    line-height: 2;
    border-radius: 3px;
}
ul.form-stepper {
    counter-reset: section;
    margin-bottom: 1rem;
}
.error {
    color: red;
    font-size: 10px;
}

.submit-btn:hover {
    padding: 0.7rem 1.5rem;
    border: 1px solid #20a110;
    /* background-color: #0e9594; */
    color: #20a110;
    background-image: linear-gradient(45deg, transparent 100%, #f7de0661);
}
.form-step {
    padding: 0;
    width: 100%;
    border: none;
}
}
