body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #eef5f9;
    font-size: 17px;
}

.panel {
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 1px 3px #ccc;
}

.wizard-content .wizard>.steps>ul>li:after,
.wizard-content .wizard>.steps>ul>li:before {
    content: '';
    z-index: 9;
    display: block;
    position: absolute
}

.wizard-content .wizard {
    width: 100%;
}
.pariva-form .breadcrumb-img.mainSection {
    height: 180px;
 }
 .pariva-form .breadcrumb-img.mainSection .blur-img{
    width: 100%;
}
.pariva-form .row{
    width:100%;
}
.mr-25{
    margin-right:25px;
}
.ml-25{
    margin-left:25px;
}
.mt-40{
	margin-top:40px;
}

.wizard-content .wizard .content {
    margin-left: 0 !important
}

.wizard-content .wizard>.steps {
    position: relative;
    display: block;
    width: 100%
}

.wizard-content .wizard>.steps .current-info {
    position: absolute;
    left: -99999px
}

.wizard-content .wizard>.steps>ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none
}

.wizard-content .wizard>.steps>ul>li {
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative
}

.wizard-content .wizard>.steps>ul>li a {
    position: relative;
    margin-top: 14px;
    margin-bottom: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    z-index: 99;
}

.wizard-content .wizard>.steps>ul>li:before {
    left: 0
}

.wizard-content .wizard>.steps>ul>li:after {
    right: 0
}

.wizard-content .wizard>.steps>ul>li:first-child:before,
.wizard-content .wizard>.steps>ul>li:last-child:after {
    content: none
}

.wizard-content .wizard>.steps>ul>li.current>a {
    color: #2f3d4a;
    cursor: default;
    text-decoration: none;
}

.wizard-content .wizard>.steps>ul>li.current>a span.number {
    background: #6B59A5;
    padding: 1px 10px;
    border-radius: 50%;
    color: #ffffff;
}

.wizard-content .wizard>.steps>ul>li.current .step {
    border-color: #009efb;
    background-color: #fff;
    color: #009efb
}

.wizard-content .wizard>.steps>ul>li.disabled a,
.wizard-content .wizard>.steps>ul>li.disabled a:focus,
.wizard-content .wizard>.steps>ul>li.disabled a:hover {
    color: #fff;
    cursor: default;
    text-decoration: none;
}

.wizard-content .wizard>.steps>ul>li.done a,
.wizard-content .wizard>.steps>ul>li.done a:focus,
.wizard-content .wizard>.steps>ul>li.done a:hover {
    color: #fff;
    text-decoration: none;
}

.wizard-content .wizard>.steps>ul>li.done .step {
    background-color: #30C5EE;
    border-color: #30C5EE;
    color: #fff
}

.wizard-content .wizard>.steps>ul>li>a span.number {
    background: #B5B5C3;
    padding: 1px 10px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pariva-form .thank-you-sumbit-btn:hover {
    background-color: #5bc0de;
    border-bottom: 4px solid #5bc0de;
}
.wizard-content .wizard>.steps>ul>li.error .step {
    border-color: #f62d51;
    color: #f62d51
}

.wizard-content .wizard>.steps .step {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -24px;
    z-index: 10;
    text-align: center
}

.wizard-content .wizard>.content {
    position: relative;
    width: auto;
    padding: 0;
    margin: 0
}

.wizard-content .wizard>.content>.title {
    position: absolute;
    left: -99999px
}

.wizard-content .wizard>.content>.body {
    padding: 0 20px
}

.wizard-content .wizard>.content>iframe {
    border: 0;
    width: 100%;
    height: 100%
}

.wizard-content .wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    padding: 0 20px 20px
}

.wizard-content .wizard>.actions>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
}

/* .wizard-content .wizard > .actions > ul:after {
                            content: '';
                            display: table;
                            clear: both
                        } */

.wizard-content .wizard>.actions>ul>li {
    float: left
}

.wizard-content .wizard>.actions>ul>li+li {
    margin-left: 10px
}

.wizard-content .wizard>.actions>ul>li>a {
    padding: 0.75rem;
    display: block;
    text-decoration: none;
    width: min-content;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
}

.wizard-content .wizard>.actions>ul>li>a[href="#next"],
.wizard-content .wizard>.actions>ul>li>a[href="#finish"] {
    background-color: #6B59A5;
    color: white;
    float: right;
    border-bottom: 4px solid #5B4994;
    border-radius: 10px;
    width: 120px !important;
    height: 50px;
    padding-top: 12px;
}

.wizard-content .wizard>.actions>ul>li>a:focus,
.wizard-content .wizard>.actions>ul>li>a:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset
}

.wizard-content .wizard>.actions>ul>li>a:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
    background-color: #30C5EE;
    color: white;
    border-bottom: 4px solid #29ADD1;
    width: 120px;
    height: 50px;
    border-radius: 10px;
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:focus,
.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset
}

.wizard-content .wizard>.actions>ul>li.disabled>a,
.wizard-content .wizard>.actions>ul>li.disabled>a:focus,
.wizard-content .wizard>.actions>ul>li.disabled>a:hover {
    color: #999;
    background: #eee;
    border-bottom: 4px solid #c1c1c1;
}

.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"],
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:focus,
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.wizard-content .wizard.wizard-circle>.steps>ul>li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li:before {
    top: 30px;
    width: 44%;
    height: 3px;
    background-color: #30C5EE;
}

/* .wizard-content .wizard>.steps>ul>li>a span.number {
    background: #B5B5C3;
    padding: 1px 10px;
    border-radius: 50%;
    color: #ffffff;
} */

.wizard-content .wizard.wizard-circle>.steps>ul>li.current:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before {
    background-color: #F3F3F3
}

.wizard-content .wizard.wizard-circle>.steps .step {
    width: 50px;
    height: 50px;
    line-height: 45px;
    border: 3px solid #F3F3F3;
    font-size: 1.3rem;
    border-radius: 50%
}

.wizard-content .wizard.wizard-notification>.steps>ul>li:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li:before {
    top: 39px;
    width: 50%;
    height: 2px;
    background-color: #009efb
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step {
    border: 2px solid #009efb;
    color: #009efb;
    line-height: 36px
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step:after {
    border-top-color: #009efb
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:before {
    background-color: #F3F3F3
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step {
    color: #FFF
}

.wizard-content .wizard.wizard-notification>.steps .step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
    border-radius: 15%;
    background-color: #F3F3F3
}

.wizard-content .wizard.wizard-notification>.steps .step:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    margin-bottom: -8px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #F3F3F3
}

.wizard-content .wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 20%
}

.wizard-content .wizard.vertical>.steps>ul>li {
    display: block;
    width: 100%
}

.wizard-content .wizard.vertical>.steps>ul>li.current:after,
.wizard-content .wizard.vertical>.steps>ul>li.current:before,
.wizard-content .wizard.vertical>.steps>ul>li.current~li:after,
.wizard-content .wizard.vertical>.steps>ul>li.current~li:before,
.wizard-content .wizard.vertical>.steps>ul>li:after,
.wizard-content .wizard.vertical>.steps>ul>li:before {
    background-color: transparent
}

.pariva-form input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.pariva-form input[type=number] {
    -moz-appearance: textfield;
}

.pariva-form .form-intro {
    background-color: #fff;
    padding: 80px 40px;
    border-radius: 20px;
    width: 90%;
    margin-top: -100px;
    z-index: 1;
    transition: opacity 1s ease-in-out;
    opacity: 1;
}


.pariva-form .intro-h {
    font-size: 44px;
    color: #6B59A5;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 0px;
    line-height: 1;
}

.pariva-form .step3 .form-check-input[type=checkbox] {
    width: 0px;
    height: 0px;
    position: absolute;
    background: #fff;
    border: none;
}

.pariva-form .intro-sub-h {
    font-size: 26px;
    font-weight: 500;
    color: #84859A;
    margin-bottom: 30px;
    text-align: center;
}

.pariva-form .intro-num {
    font-size: 52px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    color: rgba(181, 181, 195, 0.6);
    margin-bottom: 24px;
}

.pariva-form .step-h {
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    color: #30C5EE;
    margin-bottom: 12px;
}

.pariva-form .step-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    color: #84859A;
    margin-bottom: 0;
}

.pariva-form .form-intro .right-arrow {
    width: 10px;
    height: 80px;
    margin-left: 40px;
}

.pariva-form .cus-radio-btn-container input[type='radio'] {
    font-size: 0px;
    width: 0px;
    height: 0px;
}

.pariva-form .cus-radio-btn-container {
    position: relative;
}

.pariva-form #step-1-error,
.pariva-form #step-2-error,
.pariva-form #step2-radio-container-error {
    position: absolute;
    bottom: -24px;
}

.step-count-Box {
    position: absolute;
    top: -198px;
    left: 50%;
    transform: translate(-50%, calc(-50% - 50px));
    text-align: center;
    width: 100%;
    padding: 0px 30px;
    z-index: 999999;
    opacity: 0; /* Start with zero opacity */
    animation: fade-in-outAnimation 2.3s forwards; /* Use the fade-in-out animation for 1.5 seconds */
}

@keyframes fade-in-outAnimation {
    0% { opacity: 0; }
    25% { opacity: 0.2;}
    50% { opacity: 0.5; }
    75% { opacity: 0.8;}
    100% { opacity: 1;} /* Fade out to zero opacity */
}

.step-count-sub-h {
    font-size: 42px;
    font-weight: 600;
    color: #181C32;
    margin-bottom: 6px;
    line-height: 1;
}

.step-count-h {
    font-size: 62px;
    font-weight: 600;
    line-height: 99px;
    color: #6B59A5;
    margin-bottom: 0;
    line-height: 1;
    margin-bottom: 12px;
}

.step-count-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #181C32;
}

.pariva-form .ml-40 {
    margin-left: 40px;
}

.pariva-form .get-started-btn-container {
    display: flex;
    justify-content: center;
}

.pariva-form .all-steps-container {
    display: flex;
    padding: 0 !important;
    margin: 0 20px;
}
.mt-40{
	margin-top: 40px;
}
.pariva-form .get-started-btn {
    text-decoration: none;
    margin-top: 10px;
    background-color: #30C5EE;
    border-radius: 10px;
    color: #fff;
    border-bottom: 4px solid #2EB5DB;
    height: 50px;
    width: 200px;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.pariva-form .breadcrumb-img {
    background-image: url('../images/breadcrumb-image.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 310px;
    position: relative;
}

.blur-img {
    height: 100%;
    width: 100%;
    background: rgba(107, 89, 165, 0.10);
    backdrop-filter: blur(6px);
    position: absolute;
}

.pariva-form .breadcrumb-img .img-text {
    text-align: center;
    font-size: 62px;
    font-weight: 600;
    color: #181C32;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 50px));
}

.pariva-form .breadcrumb-img .img-text-2 {
    display: block;
}

.tickSign {
    width: 14px;
    height: 12px;
}



.pariva-form .cus-radio-btn-container input[type="radio"]:checked+label {
    border: 1.5px solid rgba(107, 89, 165, 0.6);
    background-color: rgba(107, 89, 165, 0.05);
}

.pariva-form .cus-radio-btn-container .radio-circle {
    width: 30px;
    height: 30px;
    border: 2px solid #B5B5C3;
    border-radius: 50%;
}

.pariva-form .cus-radio-btn-container {
    display: flex;
}



.pariva-form .cus-radio-btn-container input[type="radio"]:checked+label img {
    display: block;
}

.pariva-form .cus-radio-btn-container input[type="radio"]:checked+label p {
    color: #6B59A5;
}

.pariva-form .cus-radio-btn-container input[type="radio"]:checked+label .radio-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6B59A5;
    border: none;
}

.pariva-form #step2 .form-check-input:checked[type=checkbox]+label .step2-radio-container {
    background-color: #F0EEF6;
    border: 2px solid #AEA3CD;
}



#referral-step1-1 {
    transform-origin: top;
    animation: animate .5s;
}

.pariva-form #dateofbirth-error,
.pariva-form #datePicker2-error,
.pariva-form #datePicker3-error,
.pariva-form #datePicker4-error {
    position: absolute;
    bottom: -32px;
}

.pariva-form #PsychologistRadio-error,
.pariva-form #MentalRadio-error {
    position: absolute;
    bottom: -17px;
    left: 3px;
}

.PsychologistQueBox,
.MentalHealthBox {
    position: relative;
}


.pariva-form #showInsuranceForm .form-check-input:focus {
    box-shadow: none;
    border-color: #B5B5C3;
}

.pariva-form #showInsuranceForm .form-check .form-check-input:hover,
.pariva-form #showInsuranceForm .form-check .form-check-label:hover {
    cursor: pointer;
}

.pariva-form #showInsuranceForm .form-check-input:checked {
    background-color: #6B59A5;
    border-color: #6B59A5;
}

.pariva-form #showInsuranceForm .form-check-input {
    width: 24px;
    height: 24px;
    margin-right: 20px;
	position: relative;
    margin-top: 0;
}

.pariva-form #showInsuranceForm .form-check {
    display: flex;
    align-items: center;
}

.pariva-form #showInsuranceForm .form-check label {
    color: #3F4254;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.pariva-form .step3 .form-check-input[type=checkbox]:focus {
    border: none;
    margin: 0px;
    background-color: #fff;
}

.pariva-form .step3 .form-check-input[type=checkbox]:focus {
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.step2-radio-container {
    border: 2px solid #E4E6EF;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.step2-radio-images-1,
.step2-radio-images-2,
.step2-radio-images-3 {
    width: 62px;
    height: 62px;
    margin-bottom: 32px;
}

.step2-radio-h {
    font-size: 24px;
    font-weight: 600;
    color: #6B59A5;
    margin-bottom: 10px;
}

.step2-radio-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #3F4254;
}

.learn-more {
    color: #6C5AA6;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none;
}

.PsychologistQue,
.MentalHealthQue {
    color: #3F4254;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-right: 80px;
}

.PsychologistQueBox .form-check-input:checked,
.MentalHealthBox .form-check-input:checked {
    background-color: #6B59A5 !important;
    border-color: #6B59A5 !important;
    box-shadow: none !important;
}

.PsychologistQueBox label,
.MentalHealthBox label {
    font-size: 16px;
    font-weight: 500;
    color: #3F4254;
}

.calendarIcon {
    width: 24px;
    height: 24px;
}

.input-group-addon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.step2-2 .form-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #3F4254;
}

.pariva-form .date .form-control {
    border-radius: 12px;
}

.pariva-form .form-control {
    box-shadow: none !important;
}


.dummyActive {
    display: block;
    transform-origin: top;
    animation: animate .5s;
}



.step2dummyActive {
    display: block;
    transform-origin: top;
    animation: animate .5s;
}

.step3-sub-h {
    color: #84859A;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin-bottom: 32px;
}

.pariva-form .review-detail-h {
    color: #30C5EE;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0px;
}

.pariva-form .error {
    font-size: 14px;
    font-weight: 500;
    color: #FF3946;
}

.pariva-form .review-detail-sub-h {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #84859A;
    margin-bottom: 4px;
    margin-top: 24px;
}

.pariva-form .review-detail-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #3F4254;
    margin-bottom: 0;
}

.pariva-form .hrLine30 {
    border-bottom: 1px solid #E4E6EF;
    margin: 30px 0px;
}

.pariva-form .specific-questions li {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #3F4254;
}

.pariva-form .review-light-text {
    color: #84859A;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px;
}

.pariva-form .review-dark-text {
    color: #3F4254;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0px;
}

.pariva-form .review-question {
    margin-bottom: 25px;
}

.pariva-form .thank-you-text {
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    color: #84859A;
    margin-bottom: 26px;
    margin-top: 50px;
}

.pariva-form .thanks-pariva {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #3F4254;
}

.pariva-form .thank-you-sumbit-btn {
    background-color: #6B59A5;
    color: white !important;
    border-bottom: 4px solid #5B4994;
    padding: 10px 60px;
    border-radius: 10px;
    text-decoration: none;
}

.mt-92 {
    margin-top: 92px;
}

.mt50 {
    margin-top: 50px
}



.checkboxforParent .form-check-input:checked[type=checkbox],
.checkboxforParent .form-check-input {
    box-shadow: none !important;
}

.checkboxforParent .form-check-input:checked[type=checkbox] {
    background-color: #6B59A5;
    border-color: #6B59A5;
}

#step2 *,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --blue-color: rgb(51, 85, 170);
}


.pariva-form {
    font-family: "Baloo 2", sans-serif;
}

.pariva-form .ml-auto {
    margin-left: auto;
}


/* Form */

.pariva-form .form1 {
    background-color: white;
    width: 100%;
    border-radius: 20px;
    padding: 50px 50px 50px;
    z-index: 1;
    transition: opacity 1s ease-in-out;
    margin-bottom: 0;
}

.pariva-form .input-group {
    margin: 0.5rem 0;
}

.pariva-form .cus-form-step.active {
    display: block;
    transform-origin: top;
    animation: animate .5s;
}

.pariva-form #thank-you-main-container {
    transform-origin: top;
    animation: animate .5s;
}

.single-btn-grp {
    justify-content: end !important;
}

/* Button */
.pariva-form .cus-btn-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pariva-form .CusBtn {
    /* padding: 0.75rem; */
    /* width: 120px !important;
                                                                                        height: 50px; */
    display: block;
    text-decoration: none;
    width: min-content;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    margin-top: 80px;
}

.pariva-form .DummyCusBtn {
    padding: 0.75rem;
    display: block;
    text-decoration: none;
    width: min-content;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    margin-top: 80px;
}

.pariva-form .btn-next {
    background-color: #6B59A5;
    color: white;
    float: right;
    border-bottom: 4px solid #5B4994;
    /* padding: 10px 60px; */
    border-radius: 10px;
    width: 120px !important;
    height: 50px;
    padding-top: 12px;
}

.pariva-form .dummy-btn-next {
    background-color: #6B59A5;
    color: white;
    float: right;
    border-bottom: 4px solid #5B4994;
    /* padding: 10px 60px; */
    width: 120px;
    height: 50px;
    border-radius: 10px;
}

.radio-btn-dimension {
    width: 30px;
    height: 30px;
}

.step2-main-h {
    color: #3F4254;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.pariva-form .if-applicable {
    color: #84859A;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

#step2 textarea:focus {
    box-shadow: none !important;
}

.pariva-form .btn-prev {
    background-color: #30C5EE;
    color: white;
    border-bottom: 4px solid #29ADD1;
    /* padding: 12px 29px; */
    width: 120px;
    height: 50px;
    padding-top: 12px;
    border-radius: 10px;
}

.pariva-form .dummy-btn-prev {
    background-color: #30C5EE;
    color: white;
    border-bottom: 4px solid #29ADD1;
    /* padding: 12px 29px; */
    width: 120px;
    height: 50px;
    border-radius: 10px;
}


.pariva-form textarea {
    resize: vertical;
    border-radius: 12px !important;
}
/* Prefixes */

.pariva-form .input-box {
    display: flex;
    align-items: center;
    /* max-width: 300px; */
    background: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    padding-left: 0.5rem;
    overflow: hidden;
    font-family: "Baloo 2", sans-serif;
}

.pariva-form .input-box .prefix {
    font-weight: 300;
    font-size: 14px;
    color: rgb(117, 114, 114);
}

.pariva-form .input-box input {
    border: none;
    outline: none;
}

.pariva-form .input-box:focus-within {
    border-color: #777;
}

/* End Prefixes */


/* Progress bar */

.pariva-form .cus-progress-bar {
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin-bottom: 45px;
    width: 50%;
}

.pariva-form .progressbar-container {
    display: flex;
    justify-content: center;
}

.pariva-form .cus-progress-bar::before,
.pariva-form .CusProgress {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-color: #F0F0F3;
    z-index: -1;
}

.pariva-form .CusProgress {
    background-color: #6B59A5;
    width: 0;
    transition: .5s;
}

.pariva-form .cus-progress-step {
    width: 30px;
    height: 30px;
    background-color: #B5B5C3;
    border-radius: 50%;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.pariva-form .cus-progress-step::before {
    counter-increment: step;
    content: counter(step);
}

.pariva-form .cus-progress-step::after {
    content: attr(data-title);
    position: absolute;
    top: calc(100% + 0.20rem);
    font-size: 0.85rem;
    color: black !important;
}

.red-star {
    color: #FF3946;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mr-50 {
    margin-right: 50px !important;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.hrLine24 {
    border: 1px solid #E4E6EF;
    margin: 24px 0px;
}

.pariva-form .step1-2 .form-select-lg {
    background-color: #F3F6F9 !important;
    border: none !important;
    border-radius: 12px !important;
    color: #B5B5C3;
    font-size: 16px !important;
    line-height: 30px;
}

.pariva-form .step1-3 .form-select-lg {
    background-color: #F3F6F9 !important;
    border: none !important;
    border-radius: 12px !important;
    color: #B5B5C3;
    font-size: 16px !important;
    line-height: 30px;
}

.form-select-lg option[selected] {
    font-size: 1px !important;
}

.form-select:focus {
    box-shadow: none !important;
}

.pariva-form .cus-progress-step.active {
    background-color: #6B59A5;
    color: white;
}

.pariva-form .form1 .steps-main-h {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    color: #6B59A5;
    margin-top: 40px;
}

.pariva-form .form1 .steps-sub-h {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #84859A;
    margin-bottom: 50px;
}

.pariva-form .radio-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #84859A;
    margin-bottom: 0;
}


.pariva-form .cus-radio-btn {
    display: flex;
    border: 1.5px solid #E4E6EF;
    border-radius: 16px;
    padding: 20px 20px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.pariva-form .cus-radio-btn:hover {
    cursor: pointer;
}

.mr-50 {
    margin-right: 50px;
}

@keyframes animate {
    from {
        transform: scale(1, 0);
        opacity: 0;
    }

    to {
        transform: scale(1, 1);
        opacity: 1;
    }
}

.spacer-line-50 {
    background-color: #E4E6EF;
    height: 1px;
    width: 100%;
    margin: 50px 0px;
}

.pariva-form .form-control {
    background-color: #F3F6F9 !important;
    border: none;
    font-size: 16px;
}

.pariva-form .cus-text-input ::placeholder,
.pariva-form ::placeholder {
    color: #B5B5C3 !important;
    font-size: 16px;
    font-weight: 400;
}

.pariva-form .cus-text-input .form-label {
    color: #3F4254;
    font-size: 16px;
    font-weight: 500;
}

.pariva-form .cus-text-input .form-control-lg {
    border-radius: 12px !important;
}

.pariva-form .cus-text-input .form-control:focus {
    box-shadow: none;
}

.calendar-Box {
    width: 50%;
    margin-right: 50px;
}

.calendar-Box2 {
    width: 100%;
    margin-right: 50px;
}

.d-flex {
    display: flex !important;
}

.formCustom {
    margin: auto;
    background: #ffffff;
    border-radius: 20px;
    margin-top: -110px;
    z-index: 999;
}

.form-intro {
    background-color: #fff;
    padding: 80px 40px;
    border-radius: 20px;
    width: 90%;
    margin-top: -100px;
    transition: opacity 1s ease-in-out;
    opacity: 1;
}

.intro-number {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: rgba(181, 181, 195, 0.4);
    margin-bottom: 0;
    width: 36px;
}

.intro-sub-heading {
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
    color: #30C5EE;
    margin-bottom: 8px;
    line-height: 1;
}

.intro-text {
    font-size: 14px;
    font-weight: 400;
    color: #3F4254;
    line-height: 1;
    margin-bottom: 0;
}

.intro-text-box {
    border-left: 4px solid rgba(255, 198, 0, 0.2);
    padding-left: 15px;
    margin-left: 20px;
}

.intro-main-box {
    display: flex;
    margin-bottom: 30px;
}

.CardCustom .formCustom {
    padding: 40px 40px;
}

.mb100 {
    margin-bottom: 100px;
}

.SelectExisting {
    color: #84859A;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.thank-you-main-container {
    text-align: center;
}

.thank-you-main-container img {
    height: 121px;
}

.pariva-form .input-group.date input {
    padding-right: 40px;
}

.wizard-content .wizard>.actions>ul>li.disabled>a,
.wizard-content .wizard>.actions>ul>li.disabled>a:focus,
.wizard-content .wizard>.actions>ul>li.disabled>a:hover {
    color: #999;
    background: #eee;
    border-bottom: 4px solid #c1c1c1;
    display: none;
}

#child_dob-error {
    position: absolute;
    bottom: -32px;
}

.pariva-form select.form-select {
    color: #3f4254 !important;
}

#step2 .form-check {
    padding: 0px;
}

#datePicker4 {
    border-radius: 10px;
}

.wizard-content .wizard>.steps>ul>li.done>a span.number {
    background: #30C5EE;
}

.wizard-content .wizard.wizard-circle>.steps>ul>li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li:before {
    top: 30px;
    height: 6px;
    background-color: #30C5EE;
}
.intro-image{
    width:80%;
}
label#AgreeTextMessage-error {
    position: absolute;
    margin-top: 50px;
}

/*  mediaquery start */
@media only screen and (max-width: 1200px){
    .intro-image {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .pariva-form .form-intro {
        padding: 40px 30px;
    }

    .pariva-form .intro-h {
        font-size: 60px;
    }

    .pariva-form .intro-sub-h {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    .pariva-form .form1 {
        padding: 30px 30px;
    }

    .pariva-form .cus-radio-btn {
        padding: 10px 20px;
    }

    .pariva-form .radio-text {
        font-size: 16px;
        line-height: 26px;
    }

    .step2-radio-container {
        padding: 15px;
    }

    .step2-radio-h {
        font-size: 18px;
        line-height: 20px;
    }

    .step2-radio-images-1,
    .step2-radio-images-2,
    .step2-radio-images-3 {
        margin-bottom: 18px;
    }

    .mob-mar .form-check {
        padding-left: 0;
    }

    .review-detail-h.mb-24 {
        margin-bottom: 15px;
    }

    .mbResponsive20 {
        margin-bottom: 50px !important;
    }

    .wizard-content .wizard.wizard-circle>.steps>ul>li:after,
    .wizard-content .wizard.wizard-circle>.steps>ul>li:before {
        width: 40%;
    }

    .step-count-text {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 0px;
    }

    .wizard-content .wizard.wizard-circle>.steps>ul>li:after,
    .wizard-content .wizard.wizard-circle>.steps>ul>li:before {
        width: 41%;
    }
    .intoImageContainer{
        display: flex;
        justify-content: center;
    }
    .intro-image {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .intro-image {
        margin-bottom: 30px;
    }
    
.intoImageContainer{
	display: none;
}

    .pariva-form .breadcrumb-img .img-text {
        font-size: 40px;
    }

    .CardCustom .formCustom {
        padding: 40px 40px;
    }

    .pariva-form .breadcrumb-img {
        height: 240px;
    }

    .pariva-form .intro-h {
        font-size: 40px;
    }

    .pariva-form .intro-sub-h {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .pariva-form .get-started-btn {
        margin-top: 30px;
    }

    .step-count-Box {
        top: -140px;
        padding: 0px 20px;
    }

    .step-count-h {
        font-size: 40px;
        font-weight: 600;
        line-height: 45px;
        margin-bottom: 0px;
    }

    .step-count-sub-h {
        font-size: 24px;
        line-height: 30px;
    }

    .wizard-content .wizard.wizard-circle>.steps>ul>li:after,
    .wizard-content .wizard.wizard-circle>.steps>ul>li:before {
        width: 38%;
    }

    .pariva-form .form1 .steps-main-h {
        font-size: 24px;
        margin-top: 20px;
    }

    .mb-32 {
        margin-bottom: 20px;
    }

    .pariva-form .radio-text {
        font-size: 16px;
        line-height: 23px;
    }

    .spacer-line-50 {
        margin: 40px 0px;
    }

    .mb-50 {
        margin-bottom: 20px;
    }

    .agreeTextLabel {
        font-size: 14px;
    }

    .wizard-content .wizard>.actions>ul {
        padding-top: 40px;
    }

    .mt-50 {
        margin-top: 20px;
    }

    #step2 .mob-mar {
        margin-bottom: 10px;
    }

    .wizard-content .wizard.wizard-circle>.steps>ul>li:after,
    .wizard-content .wizard.wizard-circle>.steps>ul>li:before {
        width: 38%;
    }
}

@media only screen and (max-width: 576px) {
    .pariva-form .form-intro .intro-h {
        font-size: 42px;
    }

    .pariva-form .form-intro .intro-sub-h {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .pariva-form .form-intro {
        padding: 40px 20px;
    }

    .pariva-form .all-steps-container {
        margin: 0;
    }

    .pariva-form .form1 {
        padding: 20px 0px;
    }

    .pariva-form .cus-radio-btn-container {
        display: block;
    }

    .cus-radio-btn-container .mr-50 {
        margin-right: 0px !important;
    }

    .cus-radio-btn-container label {
        margin-bottom: 20px;
    }

    .pariva-form .radio-text {
        font-size: 16px;
        line-height: 20px;
    }

    .pariva-form .cus-radio-btn {
        padding: 15px 20px;
    }

    .pariva-form .form1 .steps-main-h {
        font-size: 24px;
        line-height: 32px;
    }

    .pariva-form .cus-progress-bar {
        margin-bottom: 30px;
        width: 90%;
    }

    .pariva-form .DummyCusBtn {
        margin-top: 30px;
    }

    .cus-text-input {
        display: block !important;
    }

    .steps-main-h.mb-50 {
        margin-bottom: 10px;
    }

    .calendar-Box {
        width: 100%;
        margin-right: 0px;
    }

    .pariva-form .CusBtn {
        margin-top: 30px;
    }

    .spacer-line-50 {
        margin: 25px 0px;
    }

    .calendar-Box2 {
        margin-right: 0px;
    }

    .pariva-form #showInsuranceForm .form-check label {
        font-size: 16px;
    }

    .pariva-form #showInsuranceForm .form-check-input {
        margin-right: 12px;
    }

    #showInsuranceForm .form-check.mt-50 {
        margin-top: 25px;
    }

    .step2-1 .form-check {
        padding-left: 0px !important;
    }

    .step2-radio-container {
        padding: 20px;
    }

    .step2-1 .mob-mar {
        margin-bottom: 20px;
    }

    .step2-2 .mb-32 {
        margin-bottom: 12px;
    }

    .MentalHealthQue {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .PsychologistQue {
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
    }

    .step3-sub-h {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .pariva-form .review-detail-sub-h {
        margin-top: 10px;
    }

    .pariva-form .hrLine30 {
        margin: 20px 0px;
    }

    .pariva-form .review-dark-text {
        font-size: 14px;
    }

    .pariva-form .review-light-text {
        font-size: 14px;
    }

    .review-detail-h.mb-24 {
        margin-bottom: 10px;
    }

    .step-count-h {
        font-size: 50px;
    }

    .step-count-text {
        font-size: 32px;
        line-height: 26px;
    }

    .form-intro {
        padding: 30px 0px !important;
    }

    .intro-text-box {
        padding-left: 10px;
        margin-left: 40px;
    }


    .intro-text {
        font-size: 14px;
    }

    .intro-main-box {
        margin-bottom: 40px;
    }

    .pariva-form .breadcrumb-img .img-text {
        font-size: 30px;
    }

    .pariva-form .intro-h {
        font-size: 24px;
    }

    .CardCustom .formCustom {
        padding: 30px 20px;
    }

    .pariva-form .intro-sub-h {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .mbResponsive20 {
        margin-bottom: 0px !important;
    }

    .intro-main-box {
        margin-bottom: 20px;
    }

    .intro-number {
        font-size: 24px;
        width: 20px;
    }

    .intro-sub-heading {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .pariva-form .get-started-btn {
        height: 40px;
        width: 150px;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
    }

    .wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
        width: 100px;
        height: 40px;
        font-size: 14px;
        line-height: 15px;
    }

    .wizard-content .wizard>.actions>ul>li>a[href="#next"],
    .wizard-content .wizard>.actions>ul>li>a[href="#finish"] {
        width: 100px;
        height: 40px;
        font-size: 14px;
        line-height: 15px;
    }

    .step-count-h {
        font-size: 30px;
    }

    .wizard-content .wizard.wizard-circle>.steps>ul>li:after,
    .wizard-content .wizard.wizard-circle>.steps>ul>li:before {
        width: 28%;
    }

    .wizard-content .wizard>.steps>ul>li>a span.number {
        padding: 1px 7px;
        font-size: 12px;
    }

    .pariva-form .form1 .steps-main-h {
        font-size: 16px;
        line-height: 24px;
        margin-top: 0px;
    }

    .spacer-line-50 {
        margin: 10px 0px;
    }

    .agreeTextLabel {
        font-size: 12px;
    }

    .mr-50 {
        margin-right: 10px !important;
    }

    .step-count-Box {
        top: -104px;
        padding: 0px 20px;
    }

    .step-count-sub-h {
        font-size: 20px;
        line-height: 22px;
    }

    .step-count-text {
        font-size: 14px;
        line-height: 19px;
    }

    .mt50 {
        margin-top: 20px;
    }

    .SelectExisting {
        font-size: 14px;
    }

    .step2-radio-h {
        font-size: 16px;
        line-height: 20px;
    }

    .step2-radio-text {
        font-size: 14px;
    }

    .pariva-form .cus-text-input .form-label {
        color: #3F4254;
        font-size: 14px;
        margin-bottom: 0.3rem;
    }

    .pariva-form label {
        color: #3F4254;
        font-size: 14px;
        margin-bottom: 0.3rem;
        font-weight: 500
    }

    .pariva-form .form-control {
        font-size: 14px;
    }

    .pariva-form input::placeholder {
        font-size: 14px
    }

    .mt-92 {
        margin-top: 30px;
    }

    .pariva-form .thank-you-text {
        font-size: 14px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .wizard-content .wizard.wizard-circle>.steps>ul>li:after,
    .wizard-content .wizard.wizard-circle>.steps>ul>li:before {
        width: 28%;
    }
    .intro-image {
        width: 60%;
    }
}

.pariva-form #PsychologistRadio-error, .pariva-form #MentalRadio-error {
    position: absolute;
    bottom: -26px;
    left: 3px;
    width: 300px;
}.wizard-content .wizard>.actions>ul>li>a[href="#next"]:hover, .wizard-content .wizard>.actions>ul>li>a[href="#finish"]:hover {
    background-color: #30c5ee;
    border-bottom: 4px solid #30c5ee;
}.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:hover {
    background-color: #6b59a5;
    border-bottom: 4px solid #6b59a5;
}.pariva-form .get-started-btn:hover {
    background-color: #6b59a5;
    border-bottom: 4px solid #6b59a5;
}

.wizard-content .wizard>.actions>ul>li>a[href="#finish"].disabled {
    pointer-events: none;
    background-color: #f1f1f1;
    color: #50453d;
    border-bottom: 4px solid #f1f1f1;
}

@media screen and (max-width: 576px){
.pariva-form .row {
    width: 98% !important;
    margin: auto !important;
}
.ml-25 {
    margin-left: 0px !important;
}
label#AgreeTextMessage-error {
    position: absolute !important;
    top: -13px !important;
}
}