@media screen and (min-width:1025px){
    .jrk_grid_wrapper .jrk_aside{
        display: grid;
        grid-template-columns: 10rem 32rem;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}
.sidebar_right_sec {
    background: var(--gg_link_sc);
    border-width: 3px 3px 3px 0px;
    border-style: solid;
    border-color: #FFFFFF;
    border-radius: 0 3rem 3rem 0;
    height: calc(100vh - 4rem);
}
.jrk_grid_container .sidebar_right_sec{
    display: none;
}
.jrk_grid_wrapper {
   display: grid;
   grid-template-columns: 42rem 1fr;
   grid-template-rows: 7rem 1fr;
   grid-template-areas:
     'aside header'
     'aside main';
    min-height: 100vh;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.jrk_rem_gridArea{
    grid-template-areas:
    'aside main';
    grid-template-rows: 1fr;
}
.jrk_grid_wrapper .main{
    flex-grow: 1;
}
.jrk_grid_wrapper.expand .jrk_aside, .jrk_grid_wrapper.get_start_layout.expand .jrk_aside{
    grid-template-columns: 35rem 32rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.welcome_video_container {
    margin-top: 7rem;
    text-align: center;
}
.jrk_video_wrapper {
    margin-top: 5rem;
}
.jrk_video_wrapper button {
    margin-top: 3rem;
    width: 27rem;
}
.jrk_progressbar {
    padding: 7rem 3rem 4rem;
    border-bottom: 1px solid #D4D4D4;
}
.jrk_progressbar .progress {
    background: #D4D4D4;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.jrk_progressbar .progress-bar {
    background: #3FB640;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 1rem;
    height: 100%;
	width: 0;
	opacity: 0;
	transition: 1s ease 0.3s;
}
.jrk_progressbar small {
    display: flex;
    justify-content: end;
    gap: 0.3rem;
}
.jrk_checkbox_wrap .form-check {
    padding: 4rem;
    border-bottom: 1px solid #D4D4D4;
    display: grid;
    grid-template-columns: 2rem 1fr;
}
.get__st__busi__sc {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.jrk_checkbox_wrap .form-check .form-check-input,
.jrk_card_head .form-check .form-check-input {
    margin-left: unset;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #A3A3A3;
}
.jrk_checkbox_wrap small {
    margin-left: 2rem;
    cursor: pointer;
}
.jrk_checkbox_wrap .item.check_active .form-check-input,
.jrk_card_head .item.active .form-check-input,.mob_check_item_full_sc.active ,.jrk_cardActive{
    background-color: #3FB640;
    border-color: #3FB640;
    box-shadow: unset;
    background-image: url("https://d2lmbxd2xofmf5.cloudfront.net/theme/wegofin/tick.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}
.jrk_checkbox_wrap .item{
    cursor: pointer;
}
.jrk_checkbox_wrap .item.active {
    background: #FFFFFF;
}
.sidebar_left_sec {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 4rem);
}
.rem_transition {
    transition: none !important;
}
.kyc_complete_container {
    width: 80%;
    margin: 7rem auto 0;
    text-align: center;
    position: relative;
}
.kyc__main {
    height: calc(100vh - 4rem);
}
.kyc_complete_container .kyc_card_wrapper {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 3rem;
  margin-top: 5rem;
}
.kyc_card_wrapper .item {
    background: var(--default_white);
    box-shadow: var(--common_boxshadow);
    border-radius: 3rem;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: max-content;
    padding: 2rem;
    min-height: 42rem;
    display: grid;
    grid-template-rows: 1fr auto;
}
.kyc_card_wrapper .item:last-child{
    margin-right: unset;
}
.kyc_card_wrapper .item_inner {
    display: flex;
    flex-direction: column;
}
.jrk_card_head {
    position: relative;
    text-align: center;
    border: 1px solid #F1F1F1;
    border-radius: 2rem;
    margin-bottom: 2rem;
    padding: 2rem;
}
.jrk_card_head .form-check {
    position: absolute;
    right: 2rem;
    top: 2rem;
}
.jrk_card_body {
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.card__img img {
    height: 9rem;
}
.jrk_btn_complete {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.jrk_skip_btn {
    z-index: 999;
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
}
.jrk_video_wrapper video {
    background: var(--default_white);
    box-shadow: var(--common_boxshadow);
    border-radius: 3rem;
}
.g__wrapper{
    display: grid;
    grid-template-columns: 27rem 1fr;
    margin-top: 4rem;
    margin-right: 10rem;
    gap: 2rem;
}
.jrk_zlich_options ul {
    gap: 4rem;
}
.jrk_zlich_options ul li {
    cursor: pointer;
    padding: 0.3rem 0;
}
.jrk_zlich_options li.active {
    border-bottom: 1px solid #EC8738;
    color: var(--default_orange);
    width: 100%;
    font-weight: 500;
    font-size: var(--font20);
}
.jrk_content_wrap {
    background: var(--default_white);
    box-shadow: var(--common_boxshadow);
    padding: 2rem;
    border-radius: 3rem;
    height: 45rem;
    overflow: hidden;
    display: none;
}
.jrk_content_wrap .headPart {
    display: none;
}
.item__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    gap: 5rem;
}
.item__container .right_text_sec {
    align-items: flex-start;
}
.item__container .left_text_sec {
    display: flex;
    justify-content: end;
    margin-bottom: 1rem;
    align-items: end;
    background-image: url("https://d2lmbxd2xofmf5.cloudfront.net/theme/theme1/zlich_bg.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 100%;
    background-size: contain;
}
.zlichv2_main .item__container .left_text_sec {
    background-image: url("https://d2lmbxd2xofmf5.cloudfront.net/theme/theme2/zlich_bg_2.png");
}
.zlichv3_main .item__container .left_text_sec {
    background-image: url("https://d2lmbxd2xofmf5.cloudfront.net/theme/theme3/zlich_bg_3.png");
}
.text__bg {
    background: #f9f9f9;
    border-radius: 2rem 2rem 2rem 0px;
    padding: 1.2rem;
    width: 70%;
    height: auto;
    color: #03040F;
    margin-bottom: 1rem;
    text-align: center;
}
.right_text_sec p {
    margin-bottom: 2rem;
    width: 100%;
}
.right_text_sec .next__btn {
    width: 11rem;
}
.right_text_sec .jrk_btn {
    width: 18rem;
}
.right_text_sec .position-absolute {
    bottom: 2rem;
    cursor: pointer;
}
.jrk_inputholder input {
    height: 4rem;
    padding: 1.1rem;
    font-weight: 400;
    font-size: var(--font14);
    font-weight: var(--fnt_wht_400);
    font-size: var(--fnt_16);
    color: var(--paragraph_text_sc);
    border: 1px solid #A3A3A3;
    border-radius: 0.6rem;
}
/*********Multi step progress bar ***********/
.jrk_progress_circle{
    width: 6rem;
    height: 6rem;
    display: grid;
    place-items: center;
    border: 1px solid #A3A3A3;
    border-radius: 50%;
    align-self: flex-start;
    z-index: 3;
}
.mob_progress_circle{
    display: none;
    width: 2.8rem;
    height: 2.8rem;
    place-items: center;
    border: 1px solid #A3A3A3;
    border-radius: 50%;
    align-self: flex-start;
    z-index: 3;
}
.jrk_progress_circle:after{
    content: '';
    width: 1px;
    background: #A3A3A3;
    position: absolute;
    left: 50%;
    z-index: -1;
    top: 6rem;
    height: calc(100% - 3rem);
    left: revert;
}
.accActivation .jrk_progress_circle:after,
.registered_address .jrk_progress_circle:after,
.aadhaar__details .jrk_progress_circle:after{
    content: none;
}
.showAttachedFile.jrk_text_ellipse {
    width: 50%;
}
.personal_kyc_container,.business_kyc_container,.activateAcc_container {
    background: var(--default_white);
    box-shadow: var(--common_boxshadow);
    padding: 4rem 4rem 3rem;
    margin-bottom: 2rem;
    border-radius: 3rem;
    margin-top: 3rem;
}
.jrk_information {
    border: 1px solid #F1F1F1;
    width: 80rem;
    border-radius: 2rem;
    margin-left: 3rem;
}
.jrk_information .head__sec {
    background: #F9F9F9;
    border-radius: 2rem 2rem 2rem 2rem;
    padding: 2rem;
    cursor: pointer;
}
.jrk_information .borderRadius_Change{
    border-radius: 2rem 2rem 0 0;
}
.jrk_information .body__sec {
    border-radius: 0 0 2rem 2rem;
    padding: 2rem;
}
.custom-file-upload {
    background: var(--theme_bg_color);
    padding: 1rem;
    cursor: pointer;
}
.jrk_select_file input[type="file"] {
    display: none;
}
.error__font {
    color: #B91C1D;
}
.w_15 {
    width: 15rem;
}
#openFile .modal-dialog {
    max-width: 68rem;
}
#openFile .modal-content {
    border-radius: 3rem;
}
.jrk_drop_file_sec {
    margin-top: 4rem;
}
.jrk_dot_border {
    border: 2px dashed #A3A3A3;
    padding: 3rem;
    text-align: center;
    border-radius: 3rem;
}
.upload__btns input[type="file"] {
    display: none;
}
.jrk_drop_file_sec .head {
    width: 64%;
    margin: 0 auto;
}
.jrk_drop_file_sec .body {
    padding: 3rem 3rem;
    background: #f9f9f9;
    border-radius: 0 0 3rem 3rem;
}
.cautions_text_right li,
.cautions_text_wrong li {
    list-style-type: disc;
}
.cautions_text_wrong li::marker {
    color: #B91C1D;
}
.cautions_text_right li::marker {
    color: #3FB640;
}
.pd_2rem {
    padding: 2rem;
}
.jrk_bb {
    border-bottom: 1px solid #a3a3a3;
}
.g_5 {
    gap: 5rem;
}
.showAttachedFile {
    background: #f9f9f9;
    padding: 1rem;
    border-radius: 0.8rem;
    border: 1px solid transparent;
    width: 100%;
    display: none;
    position: relative;
}
.showAttachedFileBusinessDocs {
    background: #f9f9f9;
    padding: 1rem;
    border-radius: 0.8rem;
    border: 1px solid transparent;
    position: relative;
}
.jrk_viewFile{
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.second__screen {
    display: none;
}
.auth_input_field_sc.pk_disabled input~label ,
.auth_input_field_sc.pk_disabled input~label {
    top: 0;
    left: 0.8rem;
    font-size: var(--fnt_12);
    font-weight: var(--fnt_wht_400);
    color: var(--paragraph_text_sc);
    padding: 0px 0.4rem;
    background: var(--bg_wht);
}
.auth_input_field_sc.pk_disabled,
.auth_input_field_sc.pk_disabled  {
    opacity: 0.6;
}
.appendedText {
    border: 1px solid #D4D4D4;
    width: 100%;
    background-color: transparent;
    padding: 1.6rem;
    height: 5rem;
    border-radius: 0.8rem;
    font-weight: var(--fnt_wht_400);
    font-size: var(--fnt_16);
    color: var(--paragraph_text_sc);
}

.jrk_progressLine{
    position: relative;
}
.jrk_progressLine.activeProgressBar .jrk_progress_circle,
.jrk_progressLine.activeProgressBar .jrk_progress_circle ,
.jrk_progressLine.activeProgressBar .mob_progress_circle,
.jrk_progressLine.activeProgressBar .mob_progress_circle {
    border: 1px solid var(--default_orange);
}
.jrk_progressLine.activeProgressBar .jrk_progress_circle svg path,
.jrk_progressLine.activeProgressBar .jrk_progress_circle svg path,
.jrk_progressLine.activeProgressBar .mob_progress_circle svg path,
.jrk_progressLine.activeProgressBar .mob_progress_circle svg path {
    stroke: var(--default_orange);
}
.jrk_progressLine.activeProgressBar .jrk_progress_circle:after,
.jrk_progressLine.activeProgressBar .jrk_progress_circle:after {
    background: var(--default_orange);
}
.aadhaar_radiobtn_section {
    padding: 2rem;
    display: none;
}
.color__green {
    color: #3FB640;
}
.color__orange {
    color: #CC782A;
}
.jrk_select_btn {
    background: #F9F9F9;
    border-radius: 0.8rem;
    height: 4rem;
    width: 13rem;
    cursor: pointer;
}
.aadhaar_radiobtn_section label {
    cursor: pointer;
}
.jrk_rem_flexgrow {
    width: 32rem;
}
.send_otp_btn button {
    width: 32rem;
}
.aadhaar_radiobtn_section .form-check:has(.jrk__formSec) .form-check-input:checked {
    display: block;
}
.jrk__formSec {
    display: none;
}
.aadhaar_radiobtn_section label.jrk_label.active {
    border: 1px solid #FFC188;
    padding: 2rem 2rem 2rem 4rem;
    border-radius: 1rem;
}
.aadhaar_radiobtn_section label.jrk_label.jrk_disabled {
    border: 1px solid #D4D4D4;
    padding: 2rem 2rem 2rem 4rem;
    border-radius: 1rem;
    pointer-events: none;
    touch-action: none;
}
.aadhaar_radiobtn_section label.jrk_label.jrk_disabled .jrk_select_btn,
.aadhaar_radiobtn_section label.jrk_label.jrk_disabled small:last-child{
    color: #A3A3A3;
}
.aadhaar_radiobtn_section label.jrk_label.jrk_disabled small:first-child{
    color: #a6a6a6;
}
.aadhaar_radiobtn_section label.jrk_label.jrk_disabled svg path{
    stroke: #a6a6a6;
}
.backToZlichSec,
.dashboard_link {
    display: none;
}
.aadhaar_radiobtn_section .form-check-input:checked {
    background-color: var(--default_orange);
    border-color: var(--default_orange);
}
.aadhaar_radiobtn_section .form-check-input:focus {
    box-shadow: unset;
    outline: 1px solid var(--default_orange);
    outline-offset: 2px;
}
.jrk_personal_kyc_sec,.jrk_business_kyc_sec, .activate__account{
    display: none;
    height: 100%;
    grid-template-rows: 7rem 1fr;
    margin: 0 2rem 2rem 3rem;
}
.main__heading{
    box-shadow: 3px 3px 30px rgba(73, 73, 73, 0.12);
    border-radius: 2rem;
    height: 7rem;
    padding: 2rem;
}
.main__heading img{
    cursor: pointer;
}
.d__grid{
    display: grid !important;
}
.otp__verification{
    display: none;
}
.color_red{
    color: #B91C1D;
}
.grid__col{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: unset;
}
.form-check.showSection .jrk__formSec{
    display: block;
}
.aadhaarCard{
    border: 1px solid #F1F1F1;
    border-radius: 1rem;
    flex-grow: 1;
    padding: 2rem;
    min-height: 16rem;
    text-align: center;
    width: 50%;
}
.aadhar__bg{
    left: 50%;
    top: -2.5rem;
    transform: translateX(-50%);
}
.aadhar__bg img{
    height: 4.5rem;
}
.aadhaar_attachment{
    margin-top: 5rem;
    gap: 2rem;
}
.jrk_aadhaarSec,.linked_aadhaar_details{
    display: none;
}
.business__details .body__sec .auth_business_field_sc{
    flex-grow: 1;
}
.check_popup.inactive input[type=checkbox] + label{
    color: #6A6A6A;
}
.check_popup.inactive input[type=checkbox]:checked + label:before{
    background: #A3A3A3;
    border: 1px solid #A3A3A3;
}
.business_documents .body__sec .auth_input_field_sc{
    margin-bottom: unset;
}
.flex_grow_1{
    flex-grow: 1;
}
.business_documents .jrk_information .body__sec,.registered_address .jrk_information .body__sec{
    display: none;
}
.business_documents.openContent .jrk_information .body__sec,
.registered_address.openContent .jrk_information .body__sec{
    display: block;
}
.business__details.closeContent .jrk_information .body__sec,
.business_documents.closeContent .jrk_information .body__sec{
    display: none;
}
.jrk_unset_height{
    height: 100%;
}
.main_kyc_container{
    height: calc(100vh - 9rem);
    position: relative;
}
.tabsec{
    display: none;
}
#sec1{
    display: block;
}
.jrk_video_wrapper {
    max-width: 90rem;
    width: 100%;
    margin: 5rem auto 0 auto;
}
.jrk_video_wrapper video {
    width: 100%;
}
.mob_head_bar_getstart_sc ,
.mob_prog_bar ,.mob_kyc_drpdw_head_sc ,.mob_complete_btn_sc ,.mob_slip_link_sc ,
.mob_plan_link_sc {
    display: none;
}
.jrk_header .pk_breadcrumb_mobile,.pk_breadcrumb{
    display: none !important;
}
.getstarted_withKyc{
    display: none;
    height: 100%;
}
.mob_only_take_pht_sc {
    display: none;
}
.att_close_sc {
    cursor: pointer;
}
.kyc_wdt_50_sc {
    flex-grow: unset !important;
    width: 49%;
}
.no_preview_download_sc {
    background: var(--default_orange);
    border-radius: 5rem;
    width: 16rem;
    height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    margin: 0 auto;
}
.no_preview_download_sc span {
    font-weight: 500;
    font-size: 1.6rem;
    color: #FFFFFF;
}
.no_preview_available_cont_sc {
    padding: 3rem;
    text-align: center;
}
.no_preview_available_cont_sc h3 {
    font-weight: 400;
    font-size: 1.8rem;
    color: #313131;
    padding-bottom: 5.4rem;
}
.selectedFileImage{
    position: fixed;
    inset: 0;
    display: none;
    place-items: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1051;
    font-size: 4rem;
    color: red;
}
.selectedFileImage img {
    width: 75rem;
    margin: 0 auto;
}
.selectedFileImage.active{
    display: grid;
}
.previewBtn,.jrk_clearImage{
    cursor: pointer;
}
.attach_company_sec_heading{
    padding: 3rem 3rem 0 3rem;
}
.attach_company_sec_content{
    padding: 0 3rem;
}
.kYc__notes__fst__sc {
    border-radius: 2rem;
    background: var(--gg_link_sc);
    padding: 1.6rem;
    margin-bottom: 1.6rem;
}
.kYc__notes__fst__sc p {
    color: var(--paragraph_text_sc);
    font-size: var(--fnt_14);
    font-weight: 400;
}
.personal_kyc_container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    height: calc(100vh - 15rem);
    margin-top: 10rem;
    margin-bottom: 0;
}
.business_kyc_container, .activateAcc_container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    height: calc(100vh - 15rem);
    margin-top: 10rem;
    margin-bottom: 0;
}
.personal_kyc_cont__sc, .business_kyc_cont__sc, .activateAcc_cont__sc {
    flex: 1;
}
.kYc__notes__scnd__sc {
    border-radius: 2rem;
    background: transparent;
    border: 1px solid #D4D4D4;
    padding: 1.6rem;
}
.kYc__notes__scnd__sc p {
    color: var(--paragraph_text_sc);
    font-size: var(--fnt_14);
    font-weight: 400;
    font-style: italic;
}
.main__heading {
    position: fixed;
    background: #fff;
    width: calc(100% - 49.2rem);
    z-index: 1050;
}
.select__bankcon__sc li {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.drop_cont_sc.select__bankcon__sc {
    max-height: 32rem;
}
.showAttachedFile {
    gap: 1rem;
}
.showAttachedFile span {
    text-align: left;
    word-break: break-all;
}
.kyc__popup__overlay__sc {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: all;
    z-index: 1051;
    background: var(--add_contact_lay);
}
.KYc__notes__popup__contnr__sc {
    background: var(--bg_wht);
    max-width: 47rem;
    width: 90%;
    max-height: 90%;
    border-radius: 2.4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.KYc__notes__popup__head__sc {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.KYc__notes__popup__footer__sc {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem 2rem;
}
.KYc__notes__btn__sc {
    width: 20rem;
    height: 4.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    background: var(--btn__color);
}
.KYc__notes__popup__head__sc h3 {
    color: var(--head_text_sc);
    font-size: var(--fnt_20);
    font-weight: 600;
    text-align: center;
}
.KYc__notes__popup__head__sc svg {
    width: 2.4rem;
    height: auto;
    cursor: pointer;
}
.KYc__notes__popup__body__sc {
    padding: 0 2rem 2rem;
}
.KYc__notes__popup__body__sc p {
    font-size: var(--fnt_pyt_16);
    color: var(--paragraph_text_sc);
    font-weight: var(--fnt_wht_400);
    padding-bottom: 1.6rem;
}
.KYc__notes__btn__sc span {
    color: var(--bg_wht);
    font-size: var(--fnt_16);
    font-weight: 600;
}
.KYc__notes__popup__head__sc img {
    width: 4rem;
    height: auto;
}
.jrk_progress_circle svg {
    width: 3.2rem;
    height: auto;
}
.pan__sub__btn__sc {
    width: 15rem;
}
.aadtar__file__show__sc {
    flex: 0 0 auto;
}
/* kyc note popup css start */
@media screen and (max-width:1024px) {
    .jrk_grid_wrapper.jrk_rem_gridArea{
        grid-template-areas:
        'main';
        grid-template-rows: 1fr;
    }
    .d__flex.gap-3.widthMob{
        flex-direction: column;
    }
    .d__flex.gap-3.widthMob .flex_grow_1,.w_100{
        width: 100% !important;
    }
    .gap__sc__0 {
        gap: 0 !important;
    }
    .get__st__busi__sc {
        grid-template-columns: 1fr;
    }
    .FullWidth .auth_business_field_sc{
            width: 100%;
    }
    .main_grid_container .jrk_unset_height.height_Kyc{
        overflow: hidden;
        margin-bottom: 0;
    }
    .Directn_colmn.FullWidth img{
        width: 2rem;
    }
    #b-gst-close{
        max-width: 1.3rem;
    }
    .Directn_colmn.FullWidth span{
        font-size: 1.2rem;
    }
    .Directn_colmn{
        flex-direction: column;
        align-items: start;
    }
    .showAttachedFileBusinessDocs{
        width: 100%;
        border-radius: .8rem;
    }
    .send_otp_btn button{
        width: 100%;
    }
    .jrk_zlich_options {
        display: none;
    }
    .jrk_grid_wrapper.expand {
        grid-template-columns: 1fr;
    }
    .g__wrapper {
        grid-template-columns: 1fr;
        margin-right: unset;
    }
    .jrk_content_wrap {
        display: block;
        height: 4.8rem;
        border-radius: 0.8rem;
        margin: 0 3rem;
    }
    .item__container {
        display: none;
    }
    .jrk_content_wrap .item__container {
        height: 0;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
    .jrk_content_wrap .headPart {
        display: flex;
        padding: 1.6rem;
    }
    .jrk_content_wrap .item__container {
        padding: 0 1.6rem 1.6rem;
    }
    .jrk_content_wrap.showContent .headPart {
        justify-content: end;
    }
    .jrk_grid_wrapper {
        grid-template-areas: 'main';
    }
    .jrk_content_wrap.showContent .item__container {
        height: 100%;
        opacity: 1;
        transition: all 0.3s ease;
        display: grid;
    }
    .jrk_content_wrap.showContent .headPart small {
        display: none;
    }
    .jrk_content_wrap.showContent {
        height: 27rem;
        border: 1px solid var(--default_orange);
        height: min-content;
        padding-bottom: 1.6rem;
    }
    .right_text_sec .jrk_btn {
        display: grid;
    }
    .jrk_content_wrap.showContent .right_text_sec a:last-child {
        display: none;
    }
    .jrk_content_wrap.showContent .right_text_sec a.btnNxt:last-child{
        display: block;
    }
    .jrk_content_wrap.showContent .headPart img {
        transform: rotate(180deg);
    }
    .backToZlichSec {
        background: #FFFFFF;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
        display: flex;
        height: 6.4rem;
        padding: 0 2rem;
    }
    .main,
    .g__wrapper {
        padding: unset;
    }
    .g__wrapper {
        margin-top: 6rem;
    }
    .mb_24 {
        margin-bottom: 0.4rem;
    }
    .right_text_sec p {
        margin-bottom: unset;
    }
    .jrk_content_wrap {
        padding: 0;
        margin: 0 2.4rem;
    }
    .text__bg {
        min-width: 27rem;
    }
    .right_text_sec .jrk_btn,
    .right_text_sec .next__btn {
        border-radius: 0.8rem;
    }
    .subscription_plan,.exploreZlich_sec,.tariff_head ,.jrk_progress_circle,.jrk_skip_btn{
        display: none;
    }
    .mob_progress_circle{
        display: grid;
    }
    .mob_fc{
        flex-direction: column;
        align-items: flex-start;
    }
    .mob_submit{
        display: flex;
        justify-content: end;
    }
    .jrk_information .body__sec{
        padding: 3rem;
    }
    .personal_kyc_container, .business_kyc_container, .activateAcc_container{
        background: unset;
        box-shadow: unset;
        padding: 3rem;
    }
    .activateAcc_container.mt_30,
    .business_kyc_container.mt_30, .activateAcc_container.mt_30{
        margin-top: unset;
    }
    .main__heading h1{
        color: var(--font_variant_dark);
        font-weight: 400;
    }
    .mob_only_take_pht_sc {
        display: block;
    }
    .gap-3.selectFileButton,.brrowse__file__sc{
        width: 10rem !important;
        height: 3.6rem !important;
    }
}
@media screen and (max-width:767px) {
    .jrk_content_wrap .item__container {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;
    }
    .send_otp_btn button{
        width: 100%;
    }
    .form-check-input.aadhar_linked,#notLinked{
        flex:  0 0 auto;
    }
    .jrk_select_btn {
        height: 3rem;
        width: 9.3rem;
        font-size: 11px;
    }
    .form-check{
        padding-left: 0 !important;
    }
    .jrk_content_wrap .item__container {
        gap: 1rem;
    }
    .jrk_content_wrap.showContent {
        height: min-content;
    }
    .item__container .left_text_sec{
        aspect-ratio: 16/9;
    }
    .text__bg {
        height: 3rem;
    }
    .right_text_sec .jrk_btn {
        width: 10rem;
        height: 3.2rem;
    }
    .right_text_sec .next__btn {
        height: 3.2rem;
    }

    .jrk_content_wrap {
        padding: 0;
        margin: 0 1.6rem;
    }
    .exploreZlich_sec {
        gap: 1rem;
    }
    .right_text_sec.jcc {
        justify-content: unset;
    }
    .no_preview_available_cont_sc h3 {
        padding-bottom: 3.4rem;
    }
}
@media screen and (min-width:1025px) {
    .kyc_card_wrapper .item:hover .jrk_btn_complete {
        opacity: 1;
        visibility: visible;
        -webkit-transition: -webkit-transform 1s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }
    .kyc_card_wrapper .item:hover {
        height: auto;
    }
    .showAttachedFile:hover {
        border: 1px solid var(--default_orange);
    }
}
@media screen and (max-width:600px) {
    .jrk_dot_border{
        padding: 1.2rem;
    }
    .selectFileButton{
        white-space: nowrap;
    }
    .gap-3.selectFileButton{
        gap: .3rem !important;
        padding: .8rem;
    }
    .selectFileButton img{
        width: 1.5rem;
    }
    #openFile .modal-content{
        padding: 2rem;
    }
    .personal_kyc_container, .business_kyc_container, .activateAcc_container{
            padding: 1.6rem;
    }
    .aadhaar_attachment{
        flex-direction: column;
    }
    .aadhaarCard{
        width: 100%;
    }
    .custom-file-upload{
        padding: .8rem;
    }
}
