/*Common CSS*/
/*
    Common 
*/

.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a {
    outline: 0;
}

.wizard ul,
.tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul>li,
.tabcontrol ul>li {
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard>.steps .current-info,
.tabcontrol>.steps .current-info {
    position: absolute;
    left: -999em;
}

.wizard>.content>.title,
.tabcontrol>.content>.title {
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/





/*
    Tabcontrol
*/

.tabcontrol>.steps {
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol>.steps>ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol>.steps>ul>li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol>.steps>ul>li:hover {
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol>.steps>ul>li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol>.steps>ul>li>a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol>.steps>ul>li>a:hover {
    text-decoration: none;
}

.tabcontrol>.steps>ul>li.current>a {
    padding: 15px 30px 10px 30px;
}

.tabcontrol>.content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol>.content>.body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol>.content>.body ul {
    list-style: disc !important;
}

.tabcontrol>.content>.body ul>li {
    display: list-item;
}



/* steps css start  */
.vv-form-section .steps {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: 70px;
}

#post-1538 .steps.clearfix {
    max-width: 62%;
}

.vv-form-section .steps ul {
    display: flex;
    justify-content: space-between;
    /* column-gap: 100px; */
}

.vv-form-section .steps ul li {
    position: relative;
    z-index: 1;
}

.vv-form-section .steps ul li a {
    text-decoration: none;
    height: 70px;
    font-size: 24px;
    font-weight: bold;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #ffffff;
    border: solid 4px #FF6699;
    background: #5b3192;
}

.vv-form-section .steps ul li.current a {
    background: #FF6699;
    border: 0;
    color: white;
}

.vv-form-section .steps ul li.current::before {
    background: transparent linear-gradient(180deg, #773FC0 0%, #031F59 100%) 0% 0% no-repeat padding-box;
}

.vv-form-section .steps ul li::before {
    position: absolute;
    content: " ";
    height: 3px;
    width: 180px;
    top: 50%;
    left: 60px;
    background: #fff;
    border-radius: 4px;
    z-index: -1;
}

.vv-form-section .steps ul li.current::before {
    background: #fff;
}

.vv-form-section .steps ul li:last-child::before,
.vv-form-section .steps ul li:last-child::after {
    display: none;
}

.vv-form-section .steps ul li.done::before {
    background: #fff;
}

.vv-form-section .steps ul li.done a {
    background: #FF6699;
    border: 0;
    color: white;
}

.vv-form-section .steps span.number {
    display: none;
}

body .vv-hide {
    display: none !important;
}

.vv-form-section .vv-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #ffffffe3;
    z-index: 14;
}

.vv-form-section .vv-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 75px;
}

.vv-otp-inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body .vv-otp-inputs input {
    width: 60px;
    margin: 5px;
}

.vv-otp-verify {
    background: #FF6699;
    border-radius: 34px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    text-align: center;
    font-family: Arial Rounded MT !important;
    font-weight: 600;
    font-size: 20px;
    transition: 0.3s all;
    border: navajowhite;
    width: 275px;
    margin-top: 5px;
}

.vv-otp-verify-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.vv-otp-verify-sec a.vv-otp-resend {
    color: #031f59;
}

.vv-otp-verify-sec a.vv-otp-resend:hover {
    color: #f9c30a;
}

.vv-phone-sec {
    position: relative;
}

span.vv-mobile-verfied {
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 30px;
    top: 54px;
    width: 30px;
    font-weight: 900;
    height: 30px;
    padding: 7px;
    border-radius: 50%;
    background: green;
}



.vv-checkbox-group input[type="checkbox"] {
    min-width: 22px;
    min-height: 22px;
    accent-color: #583190;
    margin-top: 0px !important;
}

#vvb-document-form ul {
    justify-content: center;
}

#vvb-document-form .steps.clearfix {
    margin-top: 40px;
}

.vv-ups-1-form-i {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    height: auto;
    border: 1px solid #707070;
}

/* steps css end  */





/* step 1st css start */
.vv-mobile-verify button.btn.btn-primary {
    background: #FF6699;
    border-radius: 34px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    text-align: center;
    font-family: Arial Rounded MT !important;
    font-weight: 600;
    font-size: 20px;
    transition: 0.3s all;
    border: navajowhite;
    width: 100%;
    height: 59px;
}

.vv-form-section {
    background-color: #031f59;
    padding: 150px 0 100px 0;
    max-width: 100%;
    min-width: 100%;
    padding-bottom: 0;
}

.vv-form .form-select,
.vv-form .custom-input {
    border-radius: 45px;
    height: auto;
    border: 1px solid #707070;
    border-radius: 45px;
    padding: 16px 22px;
    background-color: transparent;
    font-weight: 600;
    opacity: 0.5;
    font-size: 18px;
    margin: 0 !important;
}

.vv-form {
    background: #FFF0F5;
    border: 1px solid #773fc0;
    border-radius: 20px;
    padding: 40px 60px !important;
}

.vv-form .form-control:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: #000000;
}


.vv-ups-1-form .vv-ups-1-form-i {
    height: 400px;
}

.vv-ups-1-form .vv-ups-1-form-i .vvb-group3-docs {
    overflow-y: auto;
    height: 300px;
    padding-right: 20px;
}

.vv-ups-1-form .vv-ups-1-form-i .vvb-group3-docs::-webkit-scrollbar {
    width: 8px;
}

.vv-ups-1-form .vv-ups-1-form-i .vvb-group3-docs::-webkit-scrollbar-track {
    border-radius: 10px;
}

.vv-ups-1-form .vv-ups-1-form-i .vvb-group3-docs::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #773FC0 0%, #031F59 100%);
    border-radius: 10px;
}

.vv-ups-1-form .error {
    padding: 0.75rem 1.25rem;
    color: #721c24;
    margin-top: 10px;
    font-size: 16px;
    border-radius: 44px;
    width: 100%;
    opacity: 1;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

.vv-ups-1-form .vv-ups-1-form-i .form-group .error {
    width: auto;
}

.vv-ups-1-form .vv-ups-1-form-i .form-group input[type='checkbox'] {
    width: 14px !important;
    height: 14px !important;
}

.card-error {
    padding: 0.75rem 1.25rem;
    color: #721c24;
    margin-top: 5px;
    font-size: 16px;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 44px;
    width: 100%;
}


/* .vv-form h2 {
    font-size: 40px;
    color: #000000;
    margin-bottom: 80px;
} */
/* .vv-form label.form-label {
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.5;
    font-size: 20px;
    font-weight: 600;
} */
.vv-form .form-group {
    margin-bottom: 20px;
}

.vv-form .form-date {
    column-gap: 20px;
}

.vv-form .form-check-input:checked {
    background: transparent linear-gradient(180deg, #773fc0 0%, #031f59 100%) 0% 0% no-repeat padding-box;

}

.vv-form-section .vv-step1-info {
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
}

.vv-form-section .vv-step1-info .vv-check-content {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
}

.vv-form-section .vv-step1-info h2,
.vv-form h2 {
    font-size: 40px;
    color: #fff;
    font-family: "M PLUS Rounded 1c", Sans-serif !important;
    font-weight: 600 !important;
}

.vv-form h2 {
    color: #000;
}

.vv-form-section .vv-step1-info p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.65;
}

.vv-form .check-box-content .col-12 {
    margin: 80px 0px;
}

.vv-form .persnol-details-form {
    margin-top: 100px;
}

.vv-form .form-group p.custom-input {
    padding: 20px 30px 30px 30px;
}

.vv-radio-group {
    padding-left: 22px;
}

.vv-form-section .actions ul {
    display: flex;
    justify-content: space-around;
    margin: 40px 0px;

}

.vv-form-section .actions ul li a {
    background: #FF6699;
    border-radius: 34px;
    width: 200px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    text-align: center;
    font-family: 'Poppins' !important;
    font-weight: 600;
    font-size: 20px;
    transition: 0.3s all;
}

.vv-form-section .actions ul li a:hover {
    background: #fff;
    color: #FF6699;
}

.vv-form-section .actions ul li a[href="#previous"] {
    background: #fff;
    color: #FF6699;
}

.vv-form-section .actions ul li a[href="#previous"]:hover {
    background: #FF6699;
    color: #fff;
}

.vv-radio-group label {
    color: #000;
    opacity: 50%;
    font-size: 18px;
}

.vv-mobile-verify {
    position: absolute;
    top: 39px;
    right: 13px;
    margin-bottom: 0 !important;
}

.vv-otp-sec .vv-otp-inputs input {
    height: auto;
    border: 1px solid #707070;
    border-radius: 45px;
    padding: 16px 22px;
    background-color: transparent;
    font-weight: 600;
    opacity: 0.5;
    font-size: 18px;
    width: 22%;
    text-align: center;
    margin: 0 0 20px 0 !important;
}

.vv-otp-verify-sec .vv-otp-error {
    margin-top: 20px !important;
}

.vv-checkbox-group label.error {
    margin-bottom: 30px;
}

.vv-name-changed-sec .row {
    justify-content: space-between;
}

.vv-name-changed-sec .col-md-3:first-child {
    width: 20%;
}

.vv-name-changed-sec .col-md-3 {
    width: 26.66%;
}

/* step 1st css end */


/* step 2nd css start */

.question label {
    padding-left: 0 !important;
}

.vv-form label.form-label {
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.5;
    padding-left: 22px;
    font-size: 20px;
    font-weight: 600;
}

.vv-form .form-group {
    margin-bottom: 18px;
}

.vv-form .form-date {
    column-gap: 20px;
}


.vv-form .form-check-input:checked {
    background: transparent linear-gradient(180deg, #773FC0 0%, #031F59 100%) 0% 0% no-repeat padding-box;
}

.vv-form .previous-address h3 {
    margin-bottom: 119px;
}

.vv-form .question,
.vv-form .current-address {
    padding-right: 30px;
}

.vv-form .information,
.vv-form .previous-address {
    padding-left: 30px;
}

.vv-form-section .information p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    opacity: 50%;
}

.vv-form-section .question label,
.vv-form-section .information label {
    padding-left: 0;
}

.vv-form .question .form-group .form-label {
    font-size: 18px;
}

#steps-uid-0-p-2 .col-md-12 label.error {
    padding: 10px 20px !important;
}

/* step 2nd css end */


/* step 3rd css start */

.vv-step-3rd {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.vv-form .vv-price-box {
    background: linear-gradient(360deg, #031F59 0%, #773FC0 100%);
    box-shadow: 10px 12px 12px #47319536;
}

.vv-form .vv-form-box {
    background: linear-gradient(90deg, #D6E3FF 0%, #FFFFFF 80%);
    border: 1px solid #773FC0;
}

.vv-form .vv-form-box .form-check p {
    color: rgba(0, 0, 0, 50%);
}

.vv-form .vv-form-box .form-check label {
    color: rgba(0, 0, 0, 50%);

}

.vv-form .vv-form-box-description {
    background: #FF6699;
    color: #fff;
}

.vv-form input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    box-shadow: inset 0 0 0 0em white, 0 0 0 0.1em #773FC0;
    border-radius: 50%;
    transition: 0.2s;
    cursor: pointer;
    color: #031F59;
    border: 0;
    margin-right: 10px;
    background: #e9f0ff00;
}

.vv-form input[type="radio"]:checked {
    background: #FF6699;
    box-shadow: inset 0 0 0 0.6em white, 0 0 0 0.1em;
}

.vv-form input[type="radio"]:checked {
    background: #FF6699;
    box-shadow: inset 0 0 0 0.2em white, 0 0 0 0.1em #773FC0;
}

.vv-form input[type="radio"]:focus {
    outline: 0;
}

.vv-form-section .vv-price-box {
    background: transparent linear-gradient(180deg, #773FC0 0%, #002064 100%) 0% 0% no-repeat padding-box;
    margin-bottom: 0 !important;
}

.vv-form-section .vv-price-box h4 {
    font-weight: 600;
}

.vv-form-section .vv-price-box h4,
.vv-form-section .vv-price-box p {
    color: #ffffff !important;
}

.vv-form-section .vv-form-box .form-check .mb-2 {
    width: 75%;
}

/* step 3rd css end */

/* step 4th css start */

.review-application h2 {
    font-size: 40px;
    color: #000;
    font-family: "M PLUS Rounded 1c", Sans-serif !important;
    font-weight: 600 !important;
    margin-bottom: 40px !important;
}

.review-appli-info strong {
    color: black;
    font-size: 18px;
}

.review-appli-info label {
    color: black;
    opacity: 0.5;
    font-weight: bold;
    width: 300px;
    font-size: 18px;
}

.complete-check {
    margin-top: 80px;
}

.complete-check .view-term-cond {
    color: #031F59;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
}

.review-application .vv-form .complete-check-info input {
    min-width: 22px;
    min-height: 22px;
    accent-color: #031F59;
    margin-top: 0px !important;
}

.vv-form .complete-check-info div {
    margin-bottom: 1rem !important;
}

/* step 4th css end */


/*  step 5th css start */
.vv-payment-wrap .col-md-6,
.vv-payment-wrap .col-md-12 {
    margin-bottom: 20px;
}

.vv-payment-wrap input,
.vv-payment-wrap #vv-card-number,
.vv-payment-wrap #vv-card-expiry,
.vv-payment-wrap #vv-card-cvc {
    border: 1px solid #707070 !important;
    border-radius: 45px !important;
    padding: 16px 22px !important;
    background-color: transparent !important;
    font-weight: 600;
    opacity: 0.5;
    font-size: 18px !important;
    height: 60px !important;
}

.vv-payment-wrap #vv-pay-online {
    background: #FF6699;
    border-radius: 34px;
    border: 0;
    color: white;
    font-weight: 600;
    font-size: 20px;
    padding: 12px 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: max-content;
    display: block;
}

.vv-payment-wrap #vv-pay-online:hover {
    background: #fff;
    color: #FF6699;
}

.vv-form .vv-sname-month,
.vv-form .vv-pass-day,
.vv-form .vv-pass-month,
.vv-form .vv-dl-day,
.vv-form .vv-dl-month {
    margin-bottom: 18px !important;
}

.complete-check-info label a {
    margin-top: 0 !important;
    font-size: 16px !important;
    color: black !important;
    text-decoration: underline !important;
}

/*  step 5th css end */

/* all steps form error css start  */
.vv-form label.error,
.vv-payment-wrap .form-label+div+.error,
.vv-payment-wrap .form-label+input+.error {
    padding: 0.75rem 1.25rem;
    color: #721c24;
    margin-top: 5px;
    font-size: 16px;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 44px;
    width: 100%;
}

/* rtw */
.vv-payment-wrap #vv-rtw-pay-online:hover {
    background: transparent linear-gradient(0deg, #FFED00 0%, #EC6A1F 100%) 0% 0% no-repeat padding-box;
}

.vv-payment-wrap #vv-rtw-pay-online {
    background: transparent linear-gradient(180deg, #FFED00 0%, #EC6A1F 100%) 0% 0% no-repeat padding-box;
    border-radius: 34px;
    border: 0;
    color: white;
    font-weight: 600;
    font-size: 20px;
    padding: 12px 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: max-content;
    display: block;
}

.vv-payment-wrap #vv-rtw-pay-online {
    font-size: 16px;
}

button.vv-edit-form {
    background: #FF6699;
    border-radius: 34px;
    border: 0;
    color: white;
    font-weight: 600;
    font-size: 20px;
    padding: 12px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: max-content;
    display: block;
}

.wizard>.actions>ul>li.disabled {
    display: none;
}

/* all steps form error css  end */

.vv-booking-success h5 {
    font-size: 30px;
    font-weight: bold !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.vv-booking-success h4 {
    font-size: 35px;
    font-weight: bold !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.vv-success p {
    color: #fff;
    text-align: center;
    margin-top: 40px !important;
    width: 600px;
    margin: auto;
    font-size: 20px;
}

.vv-booking-success span {
    font-size: 25px;
    font-weight: 500;
}

.vv-booking-success {
    background: transparent linear-gradient(180deg, #773FC0 0%, #031F59 100%) 0% 0% no-repeat padding-box;
    border-radius: 38px;
    padding: 50px;
    width: 700px;
    margin: auto;
    position: relative;
    margin-top: 100px;
    text-align: center;
    color: white;
}

.vv-booking-success img {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    height: 150px;
    width: 150px;
}

.vv-booking-success .vv-last-price {
    background: transparent linear-gradient(180deg, #FFED00 0%, #EC6A1F 100%) 0% 0% no-repeat padding-box;
    box-shadow: 17px 29px 27px #47319536;
    border-radius: 18px;
    padding: 10px 130px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: black;
}

.apply-code-box input {
    width: 75% !important;
}

.apply-code-box input::placeholder {
    opacity: 1 !important;
}

.vvc-cou-apply {
    background: transparent linear-gradient(180deg, #FFED00 0%, #EC6A1F 100%) 0% 0% no-repeat padding-box;
    border-radius: 34px;
    border: 0;
    color: white;
    font-weight: 600;
    font-size: 20px;
    padding: 15px 50px;
}

.vvc-mandatory {
    opacity: .5;
}

.vvc-all-cd-cards span {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    opacity: .5;
}

.vvc-all-cd-cards p {
    margin: 30px 0 0 0;
    font-size: 20px;
    background: linear-gradient(181deg, rgba(81, 44, 149, 1) 32%, rgba(32, 25, 80, 1) 100%);
    border-radius: 0 0 45px 45px;
    padding: 10px;
    color: white;
    font-weight: bold;
}

.vvc-all-cd-cards {
    background: white;
    border-radius: 45px;
    padding-top: 20px;
    text-align: center;
    box-shadow: 0px 0px 20px #00000017;
}

.vvc-all-cd-cards img {
    padding: 0 30px;
}


.works-box {
    padding-left: 150px;
}

.notice-box {
    padding-right: 150px;
}



/* snem-seem-css-start */
.vv-mobile-info,
.vv-change-mobile,
.vv-otp-verify-sec span {
    font-weight: 700;
    opacity: 0.5;
    margin-top: 10px;
}

.vv-otp-verify-sec span {
    opacity: 1 !important;
}

.vvb-e-step-4 label,
.vvb-e-step-4 .fw-bold p {
    opacity: 0.5;
}

.need-else-call {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 20px;
}

.need-else-call a {
    color: #000;
    text-decoration: none;
}

.need-else-call p {
    font-weight: 500;
    margin-bottom: 0;
    background: transparent linear-gradient(180deg, #773FC0 0%, #002064 100%) 0% 0% no-repeat padding-box;
    padding: 10px 70px 10px 30px;
    color: #fff;
    font-size: 20px;
    border-radius: 100px;
}

.need-else-call span {
    padding: 10px 40px 10px 70px;
    background: #FF6699;
    border-radius: 100px;
    font-size: 29px;
    font-weight: bold;
    margin-left: -40px;
    position: relative;
    color: #fff;
}

.need-else-call img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 45px;
    width: 45px;
}

.vv-form-section.vv-rtw-form-sec {
    background: transparent linear-gradient(2deg, #342a85 0%, #002064 100%) 0% 0% no-repeat padding-box;
}

.vv-phone-sec .iti__selected-flag {
    height: 60px;
}

/* snem-seem-css-end */
.vv-documents-form-section #vvb-document-form ul {
    column-gap: 100px;
}

.vv-documents-form-section .vv-form-section .vv-booking-success {
    margin-top: 12rem;
}

.vv-documents-form-section .vv-form-section .vv-ups-1 a {
    color: #000;
    padding: 4px 10px;
}

.vv-documents-form-section .vv-ups-1-form .vv-ups-1-form-i .form-group input[type='checkbox'] {
    min-width: 22px;
    min-height: 22px;
    accent-color: #031F59;
    margin-top: 0 !important;
}

.vv-documents-form-section #vvb-document-form .vv-ups-2-form h3 {
    font-size: 40px;
    font-family: "Arial Rounded MT" !important;
}

.vv-documents-form-section #vvb-document-form .vv-ups-2-form-i {
    border: 1px solid #707070;
    padding: 40px 45px;
    border-radius: 16px;
    background: #fff;
}

.vv-documents-form-section #vvb-document-form .vv-ups-2-form {
    padding: 60px 60px 90px 60px !important;
}

.vv-documents-form-section #vvb-document-form .vv-ups-2-form-i input {
    border: none;
}

#post-1263 .form-group.vv-mobile-verify {
    right: 0;
}

.vv-documents-form-section #vvb-document-form .error:last-child {
    padding: 0.75rem 1.25rem;
    color: #721c24;
    margin-top: 5px;
    font-size: 16px;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 44px;
    width: 100%;
    max-width: 80%;
    display: block;
}

.vv-documents-form-section #vvb-document-form .vv-ups-2-form-i .form-group {
    position: relative;
    display: inline-block !important;
    width: 100%;
}

.vv-documents-form-section #vvb-document-form .vv-ups-2-form-i .form-group label.form-label {
    float: left;
}

.vv-documents-form-section .vv-ups-3-thanku h3 {
    margin-top: 0;
}

.vv-documents-form-section {
    padding: 100px;
}

.vv-ups-2-form .custom-input:focus {
    border: 1px solid #707070;
    background: #fff;
}

.vv-form .form-group h4 {
    margin-top: 10px;
}

.page-dbs-for-individual-check .elementor-location-header,
.page-dbs-for-business .elementor-location-header,
.page-id-1498 .elementor-location-header,
.page-id-1543 .elementor-location-header {
    background: #653398;
}

.page-dbs-for-individual-check .elementor-nav-menu li.menu-item a.elementor-item,
.page-dbs-for-business .elementor-nav-menu li.menu-item a.elementor-item,
.page-id-1498 .elementor-nav-menu li.menu-item a.elementor-item,
.page-id-1543 .elementor-nav-menu li.menu-item a.elementor-item {
    color: #fff !important;
}

.page-dbs-for-individual-check .elementor-nav-menu li.menu-item a.elementor-item:hover,
.page-dbs-for-business .elementor-nav-menu li.menu-item a.elementor-item:hover,
.page-id-1498 .elementor-nav-menu li.menu-item a.elementor-item:hover,
.page-id-1543 .elementor-nav-menu li.menu-item a.elementor-item:hover {
    color: #ff6699 !important;
}

.page-dbs-for-individual-check header.scrolled .elementor-nav-menu li.menu-item a.elementor-item,
.page-dbs-for-business header.scrolled .elementor-nav-menu li.menu-item a.elementor-item,
.page-id-1498 header.scrolled .elementor-nav-menu li.menu-item a.elementor-item,
.page-id-1543 header.scrolled .elementor-nav-menu li.menu-item a.elementor-item {
    color: #32075c !important;
}

.page-id-648 header.elementor-section.elementor-top-section,
.page-id-1515 header.elementor-section.elementor-top-section {
    margin-top: -12px;
}
.page-id-648 .elementor-nav-menu li.menu-item a.elementor-item,
.page-id-1515 .elementor-nav-menu li.menu-item a.elementor-item {
    color: #fff !important;
}
.page-id-648 .elementor-nav-menu li.menu-item a.elementor-item:hover,
.page-id-1515 .elementor-nav-menu li.menu-item a.elementor-item:hover {
    color: #ff6699 !important;
}
.page-id-648 header.scrolled .elementor-nav-menu li.menu-item a.elementor-item,
.page-id-1515 header.scrolled .elementor-nav-menu li.menu-item a.elementor-item  {
    color: #32075c !important;
}


/* media query css start  */
@media (max-width:1400px) {
    .vv-form-section .steps ul li::before {
        width: 170px;
    }
}

@media (max-width:1200px) {

    .vv-documents-form-section {
        padding: 40px 30px;
    }

    .vv-documents-form-section .vv-form-section .vv-ups-1 a {
        margin: 0 5px;
    }

    .works-box {
        padding-left: 80px;
    }

    .notice-box {
        padding-right: 80px;
    }

    .vv-form .form-date {
        column-gap: 0;
        margin-bottom: 20px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .vv-form .form-date select {
        width: 32%;
        margin-bottom: 5px;

    }

    .vv-address-history {
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        overflow: hidden !important;
        display: block !important;
    }

    .vv-form .form-date .vv-month,
    .vv-form .form-date #vv-ca-from-month,
    .vv-form .form-date #vvb-ca-from-month,
    .vv-form .form-date .vvb-month {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }


    .vvc-cou-apply {
        padding: 15px 30px !important;
    }

    .vv-documents-form-section #vvb-document-form .vv-ups-2-form h3 {
        font-size: 32px;
    }

    .vv-documents-form-section #vvb-document-form .vv-ups-2-form-i p {
        padding-right: 0;
    }
}

@media (max-width:1024px) {
    .vv-booking-success {
        margin-top: 20px;
    }

    .apply-code-box input {
        width: 70% !important;
    }
}

@media (max-width:991px) {

    .vv-documents-form-section .vv-form-section .vv-booking-success {
        margin-top: 9rem;
    }

    .vv-documents-form-section #vvb-document-form .vv-ups-1-form .col-md-4 {
        width: 50%;
        margin-bottom: 25px;
    }

    .vv-documents-form-section .vv-ups-1 {
        padding: 0 50px;
    }

    .vv-documents-form-section {
        padding: 40px 0px;
    }

    .need-else-call span {
        font-size: 20px;
    }

    .need-else-call p {
        font-size: 16px;
    }

    .notice-box {
        padding-right: 0;
    }

    .works-box {
        padding-left: 0;
    }

    .vvc-all-cd-cards span {
        font-size: 16px;
    }

    .vvc-all-cd-cards p {
        font-size: 16px;
    }

    .vv-mobile-verify button.btn.btn-primary {
        padding: 5px 10px !important;
        font-size: 17px !important;
    }

    .vv-form-section .vv-step1-info .vv-check-content {
        max-width: 100%;
    }

    .vv-form-section .container {
        max-width: 100%;
    }

    .vv-form-section .vv-step1-info .vv-check-content {
        max-width: 100%;
    }

    .vv-form-section .container {
        max-width: 100%;
    }

    .vv-form-section .vv-step1-info .col-5,
    .vv-form-section .vv-step1-info .col-7 {
        width: 100%;
    }

    .vv-form-section .steps ul li a {
        width: 50px;
        height: 50px;
    }

    .vv-form-section .steps ul li::before {
        width: 150px !important;
        left: 30px;
    }

    .vv-form-section .steps {
        max-width: 80%;
    }
}

@media (max-width:767px) {

    .review-appli-info .d-flex {
        align-items: start !important;
    }

    .review-appli-info label {
        width: 130px !important;
    }

    .vv-payment-wrap .vv-form :nth-child(7) {
        order: -1;
    }

    #post-1538 .col-md-6 .form-group,
    #post-1538 .col-md-3 .form-group {
        padding: 0 !important;
    }

    .need-else-call {
        margin-top: 10px !important;
        display: block;
        text-align: center;
    }

    .need-else-call p {
        padding: 10px 20px;
    }

    .need-else-call span {
        padding: 15px 20px 15px 60px;
        margin-top: 10px;
        margin-left: 0;
        display: inline-block;
    }

    #post-1538 .steps.clearfix {
        max-width: 70%;
    }

    .vv-form-section .steps {
        max-width: 90%;
    }

    #post-1538 .col-md-12 .col-md-12 .form-group {
        padding: 0 15px;
    }

    .notice-box,
    .works-box {
        padding: 0 10px;
    }

    body .apply-code-box {
        display: block !important;
    }

    .apply-code-box input {
        width: 100% !important;
    }

    .vvc-cou-apply {
        width: 100%;
        text-align: center;
        margin-top: 10px;
        font-size: 16px;
        padding: 12px 10px !important;
    }

    .vv-booking-success {
        width: 90% !important;
        padding: 20px !important;
    }

    .vv-booking-success img {
        top: -35px !important;
        height: 80px !important;
        width: 80px !important;
    }

    .vv-booking-success h5 {
        font-size: 22px !important;
    }

    .vv-booking-success h4 {
        font-size: 20px !important;
    }

    .vv-success p {
        width: 100%;
        font-size: 16px;
    }

    .vv-booking-success span {
        font-size: 20px !important;
    }

    .vv-name-changed-sec .col-md-3 {
        width: 100% !important;
    }

    .vv-form-section {
        padding-bottom: 0 !important;
    }

    span.vv-mobile-verfied {
        top: 42px;
    }

    .vv-mobile-verify {
        top: 33px !important;
    }

    .vv-mobile-verify button.btn.btn-primary {
        height: 48px !important;
    }

    .question {
        padding-left: 15px;
    }

    .question .col-md-12 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .vv-form-section .vv-step1-info .vv-check-content {
        max-width: 100%;
    }

    .vv-form-section .container {
        max-width: 100%;
    }

    .vv-form-section .vv-step1-info .col-5,
    .vv-form-section .vv-step1-info .col-7 {
        width: 100%;
    }

    .vv-form-section .vv-step1-info .col-5 {
        margin-bottom: 20px;
    }

    .vv-form-section .vv-step1-info h2,
    .vv-form h2 {
        font-size: 32px;
    }

    .vv-form-section .vv-step1-info .col-5 .works-box p,
    .vv-form-section .vv-step1-info .col-7 .notice-box p {
        font-size: 16px;
    }

    body .vv-form {
        padding: 15px !important;
    }

    .vv-form-section .actions ul {
        justify-content: space-between;
        padding: 0;
    }

    .vv-form-section .vv-step1-info {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .vv-form-section .vv-step1-info .vv-check-content {
        margin-bottom: 30px;
    }

    .vv-form-section .vv-step1-info p {
        font-size: 16px;
        line-height: normal;
        text-align: start;
    }

    .vv-form label.form-label {
        font-size: 16px;
    }

    .vv-form .form-select,
    .vv-form .custom-input {
        font-size: 16px;
    }

    .vv-form .custom-input {
        border-radius: 24px;
    }

    .vv-form-section .actions ul li a {
        width: 150px;
        font-size: 16px;
    }

    .vv-form .form-group {
        margin-bottom: 15px;
    }



    .vv-form .form-select,
    .vv-form .custom-input {
        padding: 12px 15px;
    }

    .vv-form label.form-label {
        padding-left: 0;
    }

    .vv-form .information,
    .vv-form .previous-address {
        margin-top: 15px !important;
    }

    .vv-radio-group {
        padding-left: 0;
    }

    .vv-form-section {
        padding-top: 120px;
    }

    .vv-form label.error,
    .vv-payment-wrap .form-label+div+.error,
    .vv-payment-wrap .form-label+input+.error {
        font-size: 16px;
        padding: 0.5rem 1rem;
    }

    .vv-form-section .vv-step1-info .works-box svg,
    .vv-form-section .vv-step1-info .notice-box svg {
        width: 20px;
        height: 20px;
    }

    .vv-form .information,
    .vv-form .previous-address {
        padding-left: 15px;
        margin-top: 15px !important;
    }

    .vv-form .question,
    .vv-form .current-address {
        padding-right: 15px;
    }

    .vv-form-section .previous-address h2 {
        margin-bottom: 20px;
    }

    .vv-form-section .vv-price-box {
        min-width: 100%;
        margin-top: 0 !important;
    }

    .vv-form .vv-form-box-description {
        margin-bottom: 0 !important;
    }

    #steps-uid-0-p-2 .vv-form-box {
        padding: 30px 15px !important;
        margin-top: 30px !important;
        padding-top: 0px !important;
    }

    .vv-form .review-appli-info div {
        margin-bottom: 10px !important;
    }

    #steps-uid-0-p-2 .row .col-md-12 .row .col-md-12 {
        padding: 0;
    }

    .review-application .vv-form .complete-check-info input {
        min-width: 15px;
        min-height: 15px;
        margin-top: 5px !important;
    }

    .review-appli-info label,
    .review-appli-info strong {
        font-size: 16px;
    }

    .vv-form-section .steps ul li::before {
        width: 130px !important;
    }

    .vv-form-section .steps ul li a {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    .vv-form-section .actions ul {
        margin-top: 30px;
    }

    .vv-form .question label.form-label {
        padding-left: 0;
    }

    #steps-uid-0-p-1 .col-md-12,
    #steps-uid-0-p-2 .col-md-12 {
        padding: 0;
    }

    .vv-form .question .ps-3,
    .vv-form .previous-address .ps-3 {
        padding-left: 0 !important;
    }

    .vv-form .information label.form-label {
        padding-left: 0;
    }

    .vv-form-section .vv-form-box .form-check .mb-2 {
        width: 100%;
    }

    #steps-uid-0-p-2 .vv-form-box .col-md-5 {
        padding: 0;
    }

    .vv-payment-wrap .col-md-6,
    .vv-payment-wrap .col-md-12 {
        margin-bottom: 0px;
    }

    .vv-payment-wrap #vv-pay-online {
        font-size: 16px;
    }

    .vv-payment-wrap #vv-card-number {
        padding: 18px 15px;
    }

    .vv-form {
        border-radius: 12px;
        padding: 40px 60px !important;
    }

    .vv-documents-form-section #vvb-document-form .vv-ups-1-form .col-md-4 {
        width: 100%;
        margin-bottom: 20px;
    }

    .vv-documents-form-section .vv-form-section .vv-booking-success {
        margin-top: 9rem;
        width: 100%;
        padding: 40px 20px;
    }

    .vv-documents-form-section #vvb-document-form ul {
        column-gap: 80px;
    }

    .vv-documents-form-section #vvb-document-form .vv-ups-2-form-i .form-group label.form-label {
        float: none;
        width: 100%;
    }

    .vv-documents-form-section #vvb-document-form .vv-ups-2-form-i select {
        width: 100%;
    }

    .vv-documents-form-section #vvb-document-form .error:last-child {
        max-width: 100%;
    }

    .vv-documents-form-section #vvb-document-form .vv-ups-2-form-i select,
    .vv-documents-form-section #vvb-document-form .vv-ups-2-form-i select option {
        width: 100%;
        word-break: break-word;
    }

    .vv-documents-form-section #vvb-document-form .vv-ups-2-form h3 {
        font-size: 26px;
    }

    #steps-uid-0-p-1 .vv-info-main {
        padding: 0px 12px;
    }

    .vv-phone-sec .iti__selected-flag {
        height: 50px;
    }

    .vv-busines-form-sec .content .check-box-content .vv-form .col-md-12 .form-group {
        padding: 0 !important;
    }

    .vv-busines-form-sec .content .check-box-content .vv-form .col-md-12 .form-group .vv-radio-group .form-group-radio {
        margin-right: 12px !important;
    }

    .b-register-form.vvb-form-emp .form-group h2 {
        margin-left: 15px;
    }


}

@media (max-width:575px) {
    .vv-form-section .steps ul li::before {
        width: 115px !important;
    }

    .vv-form-section .steps {
        max-width: 100%;
    }

    #post-1538 .steps.clearfix {
        max-width: 90%;
    }

    .vv-documents-form-section .vv-form-section .vv-booking-success h4 {
        font-size: 26px;
    }

    .vv-documents-form-section .vv-form-section .vv-booking-success span {
        font-size: 20px;
    }

    .vv-documents-form-section .vv-form-section .vv-booking-success img {
        height: 120px;
        width: 120px;
        top: -50px;
    }

    .vv-documents-form-section .vv-ups-1 {
        padding: 0px;
        margin-top: 60px;
    }

    .vv-documents-form-section .vv-ups-1 h2 {
        font-size: 30px;
    }

    .vv-documents-form-section #vvb-document-form ul {
        column-gap: 50px;
    }

    .vv-documents-form-section .vv-ups-1-form {
        padding: 40px 20px !important;
    }

    .vv-documents-form-section .vv-ups-1-form .vv-ups-1-form-i .form-group input[type='checkbox'] {
        min-width: 18px;
        min-height: 18px;
    }

    .vv-documents-form-section #vvb-document-form .vv-ups-2-form-i {
        padding: 30px 20px;
    }

    .vv-documents-form-section #vvb-document-form .vv-ups-2-form {
        padding: 45px 40px 60px 40px !important;
        margin-top: 30px;
    }

    .vv-documents-form-section #vvb-document-form .error:last-child {
        max-width: 100%;
        padding: 0.5rem 1.25rem;
    }

    .vv-documents-form-section #vvb-document-form .check-box-content .col-md-12 {
        padding: 0 15px;
    }

    .vv-documents-form-section #vvb-document-form .vv-ups-2-form .row .col-md-12 {
        padding: 0;
    }

}

@media (max-width:480px) {
    .vv-form-section .steps ul li::before {
        width: 75px !important;
    }

    .vv-form-section .actions ul li a {
        width: 140px;
        padding: 10px 20px;
    }
}

/* media query css end  */
/* css for email steps*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.vv-form-section {
    background: linear-gradient(180deg, #663399, #031F59);
    padding: 50px 0;
    max-width: 100%;
    min-width: 100%;
}

.vv-booking-success {
    background: transparent linear-gradient(180deg, #773FC0 0%, #031F59 100%) 0% 0% no-repeat padding-box;
    border-radius: 38px;
    padding: 50px;
    width: 700px;
    margin: auto;
    position: relative;
    margin-top: 100px;
    text-align: center;
    color: white;
}

.vv-booking-success img {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    height: 150px;
    width: 150px;
}

.vv-booking-success h5 {
    font-size: 30px;
    font-weight: bold !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.vv-booking-success h4 {
    font-size: 35px;
    font-weight: bold !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.vv-booking-success span {
    font-size: 25px;
    font-weight: 500;
}


.vv-ups-1 h2 {
    font-size: 40px;
    font-family: "M PLUS Rounded 1c", Sans-serif !important;
    margin-bottom: 30px;
}

.vv-ups-1 {
    margin-top: 100px;
    padding: 0 150px;
}

.vv-ups-1 p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.65;
}

.vv-ups-1-form,
.vv-ups-2-form {
    background: transparent linear-gradient(97deg, #d6e3ff 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #773fc0;
    border-radius: 44px;
    padding: 40px 60px !important;
    margin-top: 50px;
}

.vv-ups-1-form h6 {
    font-family: "Arial Rounded MT" !important;
    text-align: center;
    border-bottom: solid 1px #707070;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
    font-size: 20px;
}

.vv-ups-1-form label {
    color: black;
    opacity: .5;
    font-family: 'Arial Rounded MT';
}

.vv-ups-2-form-i input,
.vv-ups-2-form-i select {
    width: 80%;
    color: black;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #707070;
}

.vv-ups-2-form-i input:focus,
.vv-ups-2-form-i select:focus {
    box-shadow: none;
    border-color: #707070;
}

.vv-ups-1 a {
    font-weight: bold;
    background: transparent linear-gradient(180deg, #FFED00 0%, #EC6A1F 100%) 0% 0% no-repeat padding-box;
    padding: 8px;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-family: "Arial Rounded MT";
    margin: -7px 6px 0;
    transition: 0.5s;
}

.vv-ups-1 a:hover {
    background: transparent linear-gradient(0deg, #FFED00 0%, #EC6A1F 100%) 0% 0% no-repeat padding-box;
    color: #fff !important;
}

.vv-ups-2-form-i label {
    opacity: 0.5;
    width: 20%;
    font-weight: 700;
    font-size: 17px;
}

section .vv-ups-2-form-i .custom-input,
.vv-ups-2-form-i select {
    width: 80%;
    color: black;
    font-size: 18px;
    font-weight: 600;
}

section .vv-ups-2-form-i .custom-input {
    border: 1px solid #707070 !important;
}

.vv-ups-2-form-i input::placeholder {
    color: black;
    font-size: 18px;
    font-weight: 600;
}

.vv-ups-2-form-i p {
    color: black;
    opacity: 0.5;
    font-weight: 500;
    margin: 25px 0;
    font-size: 15px;
    padding-right: 350px;
}

.vv-ups-2-form-i h6 {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Arial Rounded MT';
}

.vv-ups-2-form-i input[type="file"]::file-selector-button {
    padding: 0 16px;
    height: 40px;
    cursor: pointer;
    background: transparent linear-gradient(206deg, #fff 40%, #707070d6 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #707070d6;
    margin-right: 16px;
    transition: background-color 200ms;
    border-radius: 0.375rem;
}

.vv-ups-1-form-i input[type="radio"] {
    appearance: none;
    width: 15px;
    height: 15px;
    box-shadow: inset 0 0 0 0em white, 0 0 0 0.1em;
    border-radius: 50%;
    transition: 0.2s;
    cursor: pointer;
    color: #031F59;
    border: 0;
    margin-right: 10px;
    background: #e9f0ff;
}

.vv-ups-1-form-i input[type="radio"]:checked {
    background: #031F59;
    box-shadow: inset 0 0 0 0.6em white, 0 0 0 0.1em;
}

.vv-ups-1-form-i input[type="radio"]:checked {
    background: #031F59;
    box-shadow: inset 0 0 0 0.2em white, 0 0 0 0.1em #031F59;
}

.vv-ups-1-form-i input[type="radio"]:focus {
    outline: 0;
}

.vv-ups-2-form-i span {
    color: black;
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
}

.vv-ups-2-form-i {
    margin-top: 40px;
}

.vv-ups-3-thanku h3 {
    font-size: 50px;
    font-family: "Arial Rounded MT";
}

.vv-ups-3-thanku {
    text-align: center;
    margin-top: 50px;
    color: white;
}

.vv-ups-3-thanku img {
    height: 100px;
    width: 100px;
}

/* thankyou page css start */
.vv-ups-3-thanku h3 {
    margin-top: 0px;
    margin-bottom: 0 !important;
}

.vv-ups-3-thanku p {
    margin-top: 20px !important;
}

/* thankyou page css end */