/* h1 {
    text-align: center;
}
h2 {
    margin: 0;
}
#multi-step-form-container {
    margin-top: 5rem;
}
.text-center {
    text-align: center;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.pl-0 {
    padding-left: 0;
}
.button {
    padding: 0.7rem 1.5rem;
    border: 1px solid #4361ee;
    background-color: #4361ee;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.submit-btn {
    border: 1px solid #0e9594;
    background-color: #0e9594;
}
.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;
}
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: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #4da3ff;
}
.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: #4361ee !important;
    color: #fff;
}
.form-stepper .form-stepper-active .label {
    color: #4361ee !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: #0e9594 !important;
    color: #fff;
}
.form-stepper .form-stepper-completed .label {
    color: #0e9594 !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;
} */


/* GENERAL */
body {
    background: #f7f9ff;
    /*font-family: 'Josefin Sans', sans-serif;*/
    font-family: "Roboto", serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    color: #555;
}

h1, h2, h3, h4, h5, h6 {
    color: #00011c;
}

p {
    margin-bottom: 24px;
    line-height: 1.9;
}

label {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #00011c;
}

/* TITLE */
#title-container {
    min-height: 460px;
    min-height: 100vh;
    height: 100%;
    color: #fff;
   /* background-color: #f72585;
    background: url(home-side.jpg);
    background-size: cover;*/
    text-align: center;
    padding: 105px 28px 28px 28px;
    padding: 70px 60px 70px 60px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
}

    #title-container h2 {
        font-size: 36px;
        font-weight: 800;
        color: #d91870;
        font-family: "Roboto", serif;
        padding: 0;
        margin-bottom: 0px;
    }

    #title-container h3 {
        font-size: 25px;
        font-weight: 600;
        color: #63a6fc;
        padding: 0;
    }

    #title-container p {
        font-size: 13px;
        padding: 0 25px;
        line-height: 20px;
    }

.user-image {
    width: 100px;
    margin-bottom: 15px;
    opacity: 0.4;
}

/* FORMS */
#qbox-container {
    /* background: url(usrr.png); */
    background-repeat: repeat;
    position: relative;
    padding: 30px;
    min-height: 600px;
    height: calc(100% - 20px);
    box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    display: flex;
    align-items: center;
}

#steps-container {
    margin: auto;
    width: 500px;
    min-height: 420px;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.step {
    display: none;
}

    .step h4 {
        margin: 0 0 26px 0;
        padding: 0;
        position: relative;
        font-weight: 500;
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.6;
    }

button#prev-btn, button#next-btn, button#submit-btn {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    width: 130px;
    height: 50px;
    background: #f72585;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    transition: color .3s;
    text-align: center;
    color: #fff;
    border: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

    button#prev-btn:after, button#next-btn:after, button#submit-btn:after {
        position: absolute;
        top: 90%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0052bc;
        content: "";
        z-index: -2;
        transition: transform .3s;
    }

    button#prev-btn:hover::after, button#next-btn:hover::after, button#submit-btn:hover::after {
        transform: translateY(-80%);
        transition: transform .3s;
    }

.progress {
    border-radius: 0px !important;
}

.q__question {
    position: relative;
}

    .q__question:not(:last-child) {
        margin-bottom: 10px;
    }

.question__input {
    position: absolute;
    left: -9999px;
}

.question__label {
    position: relative;
    display: block;
    line-height: 34px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px 20px 5px 50px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

    .question__label:hover {
        border-color: #f72585;
    }

    .question__label:before, .question__label:after {
        position: absolute;
        content: "";
    }

    .question__label:before {
        top: 10px;
        left: 10px;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: inset 0 0 0 1px #ced4da;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

.question__input:checked + .question__label:before {
    background-color: #f72585;
    box-shadow: 0 0 0 0;
}

.question__input:checked + .question__label:after {
    top: 22px;
    left: 18px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.form-check-input:checked, .form-check-input:focus {
    background-color: #f72585 !important;
    outline: none !important;
    border: none !important;
}

input:focus {
    outline: none;
}

#input-container {
    display: inline-block;
    box-shadow: none !important;
    margin-top: 36px !important;
}

label.form-check-label.radio-lb {
    margin-right: 15px;
}

#q-box__buttons {
    text-align: center;
}

input[type="text"], input[type="email"] {
    padding: 8px 14px;
}

    input[type="text"]:focus, input[type="email"]:focus {
        border: 1px solid #f72585;
        border-radius: 5px;
        outline: 0px !important;
        -webkit-appearance: none;
        box-shadow: none !important;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

.form-check-input:checked[type=radio], .form-check-input:checked[type=radio]:hover, .form-check-input:checked[type=radio]:focus, .form-check-input:checked[type=radio]:active {
    border: none !important;
    -webkit-outline: 0px !important;
    box-shadow: none !important;
}

.form-check-input:focus, input[type="radio"]:hover {
    box-shadow: none;
    cursor: pointer !important;
}

#success {
    display: none;
}

    #success h4 {
        color: #f72585;
    }

.back-link {
    font-weight: 700;
    color: #f72585;
    text-decoration: none;
    font-size: 18px;
}

    .back-link:hover {
        color: #82000a;
    }

/* PRELOADER */
#preloader-wrapper {
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}

#preloader {
    background-image: url('../img/preloader.png');
    width: 120px;
    height: 119px;
    border-top-color: #fff;
    border-radius: 100%;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -75px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#preloader-wrapper .preloader-section {
    width: 51%;
    height: 100%;
    position: fixed;
    top: 0;
    background: #F7F9FF;
    z-index: 1000;
}

    #preloader-wrapper .preloader-section.section-left {
        left: 0
    }

    #preloader-wrapper .preloader-section.section-right {
        right: 0;
    }

.loaded #preloader-wrapper .preloader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #preloader-wrapper .preloader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #preloader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #preloader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

label {
    font-size: 16px;
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 5px;
    color: #00011c;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: .65;
    transform: scale(.65) translateY(-.4rem) translateX(.25rem);
}

.form-floating > label {
    width: max-content;
    display: block !important;
}

img.gni-logo {
    width: 60%;
    display: block;
    margin: 30px auto;
}
/* MEDIA QUERIES */
@media (min-width: 990px) and (max-width: 1199px) {
    #title-container {
        padding: 80px 28px 28px 28px;
    }

    #steps-container {
        width: 85%;
    }
}

@media (max-width: 991px) {
    #title-container {
        padding: 30px;
        min-height: inherit;
    }
}


.d-block {
    display: block !important;
}

button.prev-btn {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    width: 130px;
    height: 50px;
    background: #f72585;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    transition: color .3s;
    text-align: center;
    color: #fff;
    border: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(2.8rem + 2px);
    line-height: 1.25;
}

.form-floating > label {
    padding: 0.75rem .75rem;
}


footer {
    position: fixed;
    bottom: -3px;
    width: 100%;
    background: #f725850f;
    text-align: right;
    z-index: 999;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .625rem;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
    font-size: 14px;
    height: -webkit-fill-available;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .225rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#basic-addon1 {
    display: none;
}

#basic-addon2 a {
    font-size: 14px;
    text-decoration: none;
}
/*#title-container::before {
    content: '';*/ /* Required for the pseudo-element to be visible */
/*position: absolute;*/ /* Absolute position relative to the parent */
/*top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);*/ /* Dark transparent overlay */
/*pointer-events: none;*/ /* Allows interactions with the underlying content */
/*display: nonex;*/ /* Initially hidden */
/*content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);*/ /* Adjust color and opacity as needed */
/*z-index: 1;
}*/
#title-container:after {
    content: ''; /* Required for the pseudo-element to be visible */
    position: absolute; /* Absolute position relative to the parent */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7258514; /* Dark transparent overlay */
    pointer-events: none; /* Allows interactions with the underlying content */
    display: nonex; /* Initially hidden f72585 */
}

.bg-success {
    background-color: #db1971 !important;
}

.footercopyright {
    font-size: 15px;
    font-weight: 400;
    padding: 5px 30px;
    color: #494949;
}

    .footercopyright a {
        text-decoration: none;
    }
.insurance-form {
    background: url(home-side.jpg);
    background-size: cover;
}
    .insurance-form .bgwhite {
        background: #f8f8f8db;
    }
#title-container h2 {
    font-size: 36px;
    font-weight: 800;
    color: #d91870;
    font-family: "Roboto", serif;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 50px;
}
.form-control {
    background-color: #ffffff52;
}













    @media (max-width: 767px) {
        #qbox-container {
        padding: 20px;
        height: calc(100% - 100px);
    }

    #steps-container {
        width: 100%;
        min-height: 400px;
    }

    #title-container {
        padding-top: 50px;
    }
        .insurance-form {
            background: url(home-side.jpg);
            background-size: contain;
            background-repeat: no-repeat;
        }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .user-image {
        width: 75px;
        margin-bottom: 15px;
    }

        #title-container {
            padding: 8px 10px !important;
            background: #ffffffb5;
        }

        #title-container h2 {
            font-size: 20px;
            font-weight: 800;
            /* color: #fff;*/
            padding: 0;
            margin-bottom: 0px;
        }

        #title-container h3 {
            font-size: 20px;
            font-weight: 600;
            /* color: #02e300;*/
            padding: 0;
        }

    .question__label {
        padding: 5px 8px 5px 45px;
    }
    .footercopyright {
        font-size: 16px;
        font-weight: 400;
        padding: 5px 30px;
        background: #f72585;
        color: white;
    }
        .footercopyright a { 
            color: wheat;
        }
        #title-container h2 { 
            margin-top: 0px;
        }
}

@media (max-width: 560px) {
    #qbox-container {
        padding: 40px 30px 40px 040px;
        margin-bottom: 50px;
        height: calc(100% - 100px);
    }

    #title-container {
        padding-top: 45px;
    }

    .user-image {
        display: none
    }
}
