@media screen and (max-width:1024px) {
    :root {
        --fnt_gts_12: 1.2rem;
        --fnt_gts_14: 1.4rem;
        --fnt_gts_16: 1.6rem;
    }
    .jrk_ad_carousel .item{
        width: auto;
    }
    .jrk_grid_container {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 6.2rem 1fr;
        grid-template-areas:
            'header'
            'main';
    }
    .main {
        height: 100%;
    }
    .jrk_aside {
        width: 35rem;
        position: fixed;
        top: 0;
        overflow-y: auto;
        z-index: 7;
        transform: translateX(-35rem);
        transition: all 0.3s ease;
        grid-area: unset;
    }
    .jrk_aside.active {
        height: 100vh;
        border-radius: 0px 2rem 2rem 0px;
        opacity: 1;
        visibility: visible;
        transform: translateX(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;
    }
    .showInMob{
        display: block;
    }
    #slide {
        height: 45rem;
    }
    .jrk_link_icon img {
        height: 2.5rem;
    }
    .jrk_menu_wrap{
        gap:1rem;
    }
    .jrk_dropdown_overlay.settingActive,
    .jrk_dropdown_overlay.linkActive {
        display: block;
    }
    .jrk_personal_kyc_sec,
    .jrk_business_kyc_sec,
    .activate__account {
        margin: unset;
    }
    .jrk_custom_mob_grid {
        display: grid;
        grid-template-areas: 'mob_head'
            'mob_body';
        grid-template-rows: 7rem 1fr;
        height: calc(100vh - 7rem);
    }
    .main__heading {
        grid-area: mob_head;
        width: 100%;
        height: 5.2rem;
        top: 0;
        border-radius: 0;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    }
    .personal_kyc_cont__sc, .business_kyc_cont__sc, .activateAcc_cont__sc {
        margin-top: 4.5rem;
    }
    .kYc__notes__fst__sc {
        padding: 1.2rem;
        border-radius: 1.2rem;
    }
    .kYc__notes__scnd__sc {
        border-radius: 1.2rem;
        padding: 1.2rem;
    }
    .personal_kyc_container, .business_kyc_container, .activateAcc_container {
        gap: 2.4rem;
    }
    .jrk_content_wrap:last-child {
        margin-bottom: 2rem;
    }
    .personal_kyc_container,
    .business_kyc_container,
    .activateAcc_container {
        grid-area: mob_body;
        height: calc(100vh - 5.2rem);
        overflow: hidden auto;
    }
    .business_kyc_container, .activateAcc_container {
        margin-top: 0;
    }
    .dashboard_mobile {
        display: flex;
    }
    .dashboard_mobile h3 {
        display: none;
    }
    .dashboard_mobile h3:last-child {
        display: block;
    }
    .kyc_card_wrapper .item {
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.08);
        background: var(--default_white);
        height: auto;
        border-radius: 2rem;
        padding: 1rem;
    }
    .quick_links_desktop,
    .jrk_letsbegin_btn,
    .jrk__expand {
        display: none;
    }
    .jrk_grid_wrapper .jrk_aside {
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
        transition: all 0.3s ease-in-out 0s;
    }
    .jrk_grid_wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 6.2rem 1fr;
        grid-template-areas:
            'header'
            'main';
        min-height: 100vh;
    }
    .jrk_header_title {
        gap: 8px;
    }
    .jrk_header {
        margin: 0;
        background: var(--default_white);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
        padding: 0 2rem;
        right: 0;
        width: 100%;
        border-radius: 0;
    }
    .jrk_header_menu {
        gap: 2rem;
    }
    .jrk_header_title h1 {
        color: var(--black_variant_dark);
    }
    .pd_20 {
        padding: unset;
    }
    .jrk_prof_bg_wrap img,
    .jrk_quicklinks_dropdown {
        width: 100%;
    }
    .jrk_quicklinks_dropdown {
        border-radius: 0px 0px 2rem 2rem;
    }
    .jrk_settings_dropdown {
        border-radius: 0px 0px 1.6rem 1.6rem;
    }
    .jrk_profile_text ul li::after {
        width: 1px;
    }
    .jrk_profile_type,
    .jrk_chart_sec .jrk_desktop {
        display: none;
    }
    .jrk_chart_sec .jrk_mobile {
        display: block;
    }
    .jrk_payment_status {
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .arr_wrap {
        width: 2rem;
        height: 2rem;
        background: #F1F1F1;
        border-radius: 50%;
    }
    .arr_wrap svg {
        height: 10px;
    }
    .jrk_payment_status {
        gap: 0.8rem;
    }
    .arr_wrap svg path {
        stroke: #000;
    }
    .jrk_saleandpurchase_section {
        gap: 2rem;
    }
    .jrk_highlights_sec {
        gap: 1rem;
    }
    .jrk_highlights_body ul {
        gap: 1.6rem;
    }
    .jrk_highlights_body li {
        display: flex;
        flex-direction: column;
        justify-content: start;
    }
    .jrk_highlights_body li>* {
        flex-grow: 1;
    }
    .jrk_highlights_body img.jrk_mobile {
        height: 6rem;
    }
    .jrk_prof_bg_wrap {
        height: 25rem;
    }
    .jrk_profile_text ul li {
        gap: unset;
    }
    .jrk_profile_text ul li svg {
        height: 1.5rem;
    }
    .jrk_profile_highlights_container {
        gap: 2rem;
    }
    .jrk_profile_text {
        padding: 1.6rem;
    }
    .mgb_20 {
        margin-bottom: 10px;
    }
    .jrk_profile_text ul {
        height: 36px;
        margin-top: 1rem;
    }
    .jrk_slider_img_wrap img {
        width: 100%;
        height: 100%;
    }
    .jrk_link_icon svg {
        height: 3.5rem;
    }
    .jrk_aside {
        width: 30rem;
    }
    .jrk_link_wrap {
        height: 10rem;
        gap: 1rem;
    }
    .jrk_quicklinks_container ul {
        gap: 1rem;
    }
    .mob_head_bar_getstart_sc {
        height: 6rem;
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: var(--default_white);
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
        z-index: 3;
        padding: 0 3rem;
    }
    .welcome_video_container {
        margin-top: 5rem;
        padding: 3rem;
    }
    .mob_head_bar_getstart_sc svg {
        cursor: pointer;
    }
    .welcome_video_container {
        text-align: start;
    }
    .welcome_video_container h1 {
        margin-bottom: 0.8rem;
    }
    .jrk_video_wrapper {
        margin-top: 1.6rem;
    }
    .jrk_video_wrapper video {
        border-radius: 2rem;
    }
    .main_kyc_container {
        height: auto;
    }
    .main.mob_main_sc {
        background: var(--default_white);
        grid-area: main;
        overflow: unset;
        margin-top: 6.2rem;
    }
    .jrk_progressLine {
        width: 100%;
    }
    .mob_design {
        padding: 0 3rem;
    }
    .jrk_information {
        margin-left: unset;
        width: 100%;
    }
    .first__screen {
        display: flex;
        justify-content: space-between;
        margin-bottom: 2.4rem;
    }
    .personal_kyc_container {
        margin: 0 3rem;
        background: unset;
        box-shadow: unset;
        padding: unset;
        margin-bottom: unset;
        border-radius: unset;
    }
    .jrk_letsbegin_btn {
        margin-top: 0;
    }
    .mob_prog_bar {
        display: block;
    }
    .jrk_progressbar.mob_prog_bar {
        padding: 0 3rem 3rem;
        border-bottom: none;
    }
    .jrk_progressbar.mob_prog_bar h3 {
        margin-bottom: 1.2rem;
        color: var(--color-black);
    }
    .jrk_progressbar.mob_prog_bar .progress {
        height: 1.6rem;
        width: 100%;
    }
    .kyc_title_desktop_sc {
        display: none;
    }
    .jrk_kyc .item_container {
        height: auto;
    }
    .mob_kyc_drpdw_head_sc,
    .mob_plan_link_sc {
        background: var(--default_white);
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.08);
        border-radius: 0.8rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2rem 1.5rem 2rem 1rem;
    }
    .mob_plan_link_sc {
        margin-bottom: 2rem;
    }
    .mob_kyc_drpdw_head_lft_sc {
        display: flex;
        align-items: center;
        gap: 0.7rem;
    }
    .mob_check_item_full_sc {
        width: 2rem;
        height: 2rem;
        border: 1px solid #D4D4D4;
        border-radius: 2.2rem;
    }
    .mob_kyc_drpdw_head_lft_sc h5 {
        font-size: var(--fnt_gts_14);
    }
    .mob_kyc_drpdw_sc {
        margin-bottom: 2rem;
    }
    .kyc_complete_container {
        margin-top: 0;
        width: 100%;
    }
    .kyc_complete_container .kyc_card_wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.6rem;
        margin-top: 2rem;
    }
    .kyc_card_wrapper .item {
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.08);
        background: var(--default_white);
        height: auto;
        border-radius: 2rem;
        padding: 1rem;
        min-height: unset;
    }
    .kyc_card_wrapper .item_inner {
        flex-direction: row;
        gap: 1rem;
        padding-bottom: 2rem;
    }
    .jrk_card_head .form-check {
        display: none;
    }
    .jrk_card_head {
        margin-bottom: 0;
        padding: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 1.4rem;
    }
    .mob_complete_btn_sc {
        width: 100%;
        height: 4rem;
        border: 1px solid var(--default_orange);
        border-radius: 5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
    }
    .mob_complete_btn_sc span {
        font-weight: 500;
        font-size: var(--fnt_gts_16);
        color: var(--default_orange);
    }
    .mob_item_select_check_sc {
        width: 2rem;
        height: 2rem;
        border: 1px solid #D4D4D4;
        border-radius: 2.2rem;
        position: absolute;
        right: 1rem;
        top: 1rem;
    }
    .mob_brpdw_active {
        display: none;
    }
    .mob_kyc_drpdw_sc.active .mob_kyc_drpdw_head_sc .mob_kyc_drpdw_head_rgt_sc svg {
        transform: rotate(-180deg);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .mob_kyc_drpdw_head_rgt_sc svg {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .mob_slip_link_sc {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .mob_slip_link_sc p {
        font-weight: 500;
        font-size: var(--fnt_gts_14);
        color: var(--color-black);
    }
    .mob_slip_link_sc a {
        font-weight: 500;
        font-size: var(--fnt_gts_14);
        color: var(--default_orange);
    }
    .upgradePopup {
        display: grid;
        width: 7rem;
        height: 4rem;
        border-radius: 0.8rem;
    }
    .auth_input_field_sc,
    .jrk_confirm {
        width: 100%;
    }
    .mob_fc.gap-3 {
        gap: unset !important;
    }
    .openTariffPopup span{
        display: none;
    }
    .default_btn.openTariffPopup{
        width: 2rem;
        height: 2rem;
        padding: 0.3rem;
    }
    .jrk_tarPop {
        display: grid;
        width: 100%;
    }
    .second__screen form .d__flex {
        flex-direction: column;
        gap: 2rem;
    }
    .business__details .body__sec .d__flex {
        flex-direction: column;
    }
    .business__details .body__sec .d__flex .auth_business_field_sc {
        width: 100%;
    }
    .second__screen .auth_input_field_sc {
        margin-bottom: 2rem;
    }
    .new_card_sc img {
        width: 6rem;
        height: auto;
    }
    .exploreZlich_sec.pd_30 {
        padding: unset;
    }
    .jrk_dashboard__wrapper.jrk_pd{
        padding: 1.6rem 3.2rem ;
    }
    .jrk_kyc_remainder {
        padding:2rem;
        margin-top: 0;
        margin-bottom: 2rem;
    }
    .dashboard_mobile img {
        height: 2rem;
    }
    .jrk_header{
        height: 6.2rem;
    }
    .jrk_grid_wrapper{
        grid-template-rows: 6.2rem 1fr;
    }
    .jrk_quicklinks_dropdown, .jrk_settings_dropdown{
        top: 6.2rem;
    }
    /*****MOBILE SIDEBAR*****/
    .jrk_mob_aside.isActive {
        opacity: 1;
        visibility: visible;
        transform: translateX(0%);
        transition: all 0.3s ease-in-out 0s;
        z-index: 1050;
    }
    .jrk_mob_aside {
        height: 100%;
        border-radius: 0 2rem 2rem 0;
        display: block;
    }
    .aside_close-icon {
        width: 2.4rem;
        height: auto;
    }
    .jrk_desktop_aside {
        display: none;
    }
    .jrk_mob_aside .pk_custom_tabv {
        position: unset;
        height: auto;
    }
    .payments_link_tgl_sc:not(:has(.active))+.payments_link_tgl_body_sc,
    .payments_link_tgl_sect_sc:not(:has(.active))+.payments_link_tgl_body_sc {
        display: none;
    }
    .payments_link_tgl_sc:has(.active)+.payments_link_tgl_body_sc,
    .payments_link_tgl_sect_sc:has(.active)+.payments_link_tgl_body_sc,
    .payments_link_tgl_sc.active+.payments_link_tgl_body_sc {
        display: block;
    }
    .aside_list_wrap li {
        margin: unset;
    }
    .aside_list_wrap li .aside_list_item.listActive {
        background: #FFF6ED;
        border-bottom: 1.5px solid #EC8738;
    }
    .aside_list_wrap li .aside_list_item.listActive .jrk_list_text {
        color: var(--default_orange);
    }
    .aside_list_wrap li .aside_list_item.listActive svg path {
        fill: var(--default_orange);
    }
    .aside_list_wrap li .aside_list_item.listActive svg.rotateArrow {
        transform: rotate(180deg);
    }
    .rotateArrow {
        justify-self: end;
    }
    .jrk_mob_aside .aside_list_item {
        grid-template-columns: 6rem auto 4rem;
    }
    .jrk_mob_aside .aside_list_item {
        padding: 0 2rem;
    }
    .jrk_mob_aside .payments_link_tgl_sc {
        padding: 1.5rem 1.5rem 1.5rem 7rem;
    }
    .jrk_mob_aside .pk_custom_tabv .nav-item .nav-link {
        margin: 1rem 0 0 6rem;
    }
    .jrk_mob_aside .pk_custom_tabv .nav-item:last-child .nav-link {
        margin: 1rem 0rem 0rem 6rem;
    }
    .jrk_mob_aside .aside_close-icon {
        position: unset;
    }
    .jrk_mob_aside .sidebarContainer {
        height: 100%;
        display: grid;
        grid-template-areas:
        'logo'
        'pagelinks'
        'faq';
        grid-template-rows: auto 1fr auto;
    }
    .jrk_logo_sec {
        grid-area: logo;
        position: sticky;
        top: 1rem;
    }
    .aside_list_wrap {
        grid-area: pagelinks;
        overflow: hidden auto;
    }
    .aside_list_item{
        grid-template-rows: 5rem;
    }
    .jrk_sidebar_footer{
        justify-content: end;
    }
    .jrk_sidebar_footer{
        grid-area: faq;
    }
    .cont_zi_log_sc {
        width: 6rem;
    }
    .cont_we_log_sc {
        width: 10rem;
    }
    .wego.cont_we_log_sc {
        width: 4.4rem;
    }
    .WeGoFin .get_start_layout .main.mob_main_sc {
        margin: 0;
    }
    .jrk_dashboard.get_start_layout {
        grid-template-areas:
        'header'
        'main';
        grid-template-columns: 1fr;
        grid-template-rows: 5.2rem 1fr;
    }
    #sec2 {
        display: block;
    }
    .jrk_subscription_heading, .backToZlichSec {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1050;
    }

    .tariff_container {
        padding: 1.6rem;
        margin-top: 5rem;
    }
    .tariff_body .grid_item, .jrk_plans, .subscription_plan .grid_item:last-child {
        border-radius: 1.6rem;
    }
    button.openTariffPopup {
        height: 2.4rem;
    }
    .exploreZlich_sec.pd_30 {
        padding-top: 3rem;
    }
    .get_start_layout.payment_wrap_sc {
        grid-template-rows: 0rem 1fr !important;
    }
}
@media screen and (max-width:1200px) {
    .quicklink_mobile {
        display: block;
    }
    .quick_links_desktop {
        display: none;
    }
}
@media screen and (max-width:1700px) and (min-width:1201px) {
    .quicklink_mobile {
        display: none;
    }
    .quick_links_desktop {
        display: show;
        width: auto;
    }
}
@supports (-webkit-touch-callout: none) {
    .mob_slip_link_sc {
        margin-bottom: 3rem;
    }
}
@media screen and (min-width:1025px) {
    .jrk_payment_status h3 {
        display: none;
    }
    .jrk_mob_aside {
        display: none !important;
    }
    .jrk_link_wrap {
        height: 13.8rem;
    }
    .jrk_payment_card span {
        font-size: 1.8rem;
    }
    .jrk_payment_card h2 {
        font-size: 2.3rem;
    }
    .showInDesktop{
        display: block;
    }
    .jrk_yetToComePages img{
        height: 50rem;
    }
}
@media screen and (max-width:1024px) {
    .jrk_payment_card span {
        font-size: 1.2rem;
    }
    .jrk_payment_card h2 {
        font-size: 1.6rem;
    }
    .jrk_sales_details,
    .jrk_ad_slider {
        grid-column: 1/-1;
    }
    .jrk_highlights_body li img {
        height: 2rem;
    }
    .jrk_highlights_body ul {
        grid-template-columns: repeat(2, 1fr);
        height: 100%;
        margin-top: unset;
    }
    .jrk_profile_highlights_container {
        flex-direction: row-reverse;
    }
    .jrk_highlights_body li,
    .jrk_highlights_sec {
        grid-template-rows: auto;
    }
    .jrk_highlights_body li {
        align-items: center;
        padding: 0.6rem;
    }
    .jrk_payment_card {
        flex-direction: row-reverse;
        justify-content: flex-end;
        gap: 1rem;
    }
    .jrk_yetToComePages img{
        height: 25rem;
    }
    .jrk_nodata_container {
        height: calc(100vh - 6.2rem);
    }
}
@media screen and (max-width:767px) {
    .jrk_profile_highlights_container {
        flex-direction: column-reverse;
    }
    .custom-select-trigger {
        width: 9rem;
    }
    .jrk_prof_bg_wrap img {
        width: 100%;
        border-radius: 2rem;
    }
    .jrk_due_details {
        display: none;
    }
    .jrk_tab_body li {
        padding: 1rem;
    }
    .jrk_prof_bg_wrap {
        width: unset;
        height: 23rem;
    }
    .jrk_slider_img_wrap {
        margin: 0 auto;
    }
    .jrk_slider_img_wrap img {
        width: 100%;
        height: 100%;
    }
    #slide {
        height: 40rem;
    }
    .jrk_kyc_remainder {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
        padding: 1rem;
    }
  .jrk_kyc_remainder p br{
    display: none;
  }
  .jrk_header{
    height: 5.2rem;
}
.jrk_grid_wrapper{
    grid-template-rows: 5.2rem 1fr;
}
.main.mob_main_sc{
    margin-top: 5.2rem;
}
.jrk_quicklinks_dropdown, .jrk_settings_dropdown{
    top: 5.2rem;
}
.jrk_grid_container {
    grid-template-rows: 5.2rem 1fr;
}
.tariff_body {
    margin: 1rem 0;
}
.jrk_nodata_container {
    height: calc(100vh - 4.8rem);
}
.jrk_details_row {
    grid-template-columns: repeat(2,1fr);
}
}
@media screen and (max-width:767px) {
    .jrk_profile_highlights_container {
        flex-direction: column-reverse;
    }
    .jrk_link_icon svg {
        height: 3rem;
    }
    .g__wrapper {
        margin-top: 5.6rem;
    }
    .jrk_quicklinks_container ul {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 0.8rem;
    }
    .mob_head_bar_getstart_sc {
        height: 5.2rem;
        padding: 0 1.6rem;
    }
    .mob_head_bar_getstart_sc svg {
        width: 2.4rem;
        height: 2.4rem;
    }
    .personal_kyc_container {
        margin: 2rem;
    }
    .mob_main_sc {
        margin-bottom: 5rem;
    }
    .jrk_progressbar.mob_prog_bar {
        padding: 3rem 2rem;
    }
    .jrk_progressbar.mob_prog_bar .progress {
        height: 1rem;
    }
    .mob_kyc_drpdw_head_sc,
    .mob_plan_link_sc {
        padding: 1.5rem 1.4rem 1.5rem 1rem;
    }
    .mob_kyc_drpdw_sc {
        margin-bottom: 1.2rem;
    }
    .mob_plan_link_sc {
        margin-bottom: 1.2rem;
    }
    .mob_slip_link_sc {
        padding-top: 1.2rem;
    }
    .kyc_complete_container .kyc_card_wrapper {
        margin-top: 1.6rem;
    }
    .welcome_video_container,
    .mob_design {
        padding: 2rem;
    }
    .jrk_dashboard__wrapper.jrk_pd{
        padding: 1.6rem 2.4rem ;
    }
}
@media screen and (max-width:800px) and (min-width:768px) {
    .jrk_prof_bg_wrap {
        width: 36rem;
        height: 24rem;
    }
    .jrk_quicklinks_container ul {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 0.8rem;
    }
}
@media screen and (max-width:480px) {
    :root {
        --fnt_gts_14: 1.3rem;
        --fnt_gts_16: 1.5rem;
    }
    .jrk_grid_container {
        grid-template-rows:5.2rem 1fr;
    }
    .jrk_header {
        padding: 0 1rem;
        height: 5.2rem;
    }
    .jrk_link_wrap {
        height: 8rem;
    }
    .jrk_link_wrap small {
        width: 95%;
        font-size: 0.9rem;
    }
    .jrk_prof_bg_wrap {
        height: 21rem;
    }
    .jrk_header_menu {
        gap: 1.5rem;
    }
    .quicklink_mobile img,
    .jrk_addcontact img,
    .jrk_notification img,
    .jrk_settings svg,
    .dashboard_mobile img {
        height: 2rem;
    }
    .jrk_grid_wrapper {
        grid-template-rows: 5.2rem 1fr;
    }
    .jrk_highlights_body ul,
    .jrk_quicklinks_container ul {
        gap: 8px;
    }
    .jrk_highlights_body li {
        padding: 0.6rem 0.9rem;
        border-radius: 0.8rem;
    }
    .jrk_highlights_body img {
        height: 2rem;
    }
    .jrk_payment_card {
        gap: 0.7rem;
    }
    .jrk_payment_card span {
        font-size: 1rem;
    }
    .jrk_payment_card h2 {
        font-size: 1.4rem;
    }
    .jrk_profile_highlights_container {
        gap: 2rem;
    }
    .gap_20 {
        gap: 1rem;
    }
    .jrk_profile_text {
        padding: 2rem;
    }
    .jrk_profile_text ul img {
        height: 1.5rem;
    }
    .jrk_profile_text ul li {
        gap: 0.4rem;
    }
    .jrk_quicklinks_container ul {
        padding: 2rem 0;
    }
    .jrk_link_wrap {
        padding: 0;
        gap: 1rem;
        border-radius: 1rem;
    }
    .jrk_tab_header {
        padding: 0 1rem;
    }
    .jrk_more_btn {
        width: 6rem;
        height: 2.8rem;
        border-radius: 2.8rem;
    }
    .jrk_tab_header ul {
        height: 4rem;
        flex: 0.8;
    }
    .jrk_sales_details,
    .jrk_ad_slider {
        border-radius: 1.6rem;
    }
    .paymentStatus {
        width: 9rem;
        height: 2.3rem;
        border-radius: 0.4rem;
        white-space: nowrap;
        display: flex;
        justify-content: center;
    }
    .jrk_ad_slider {
        padding: 1.6rem;
    }
    .jrk_ad_carousel .owl-dots .owl-dot span {
        width: 5px;
        height: 5px;
        margin: 3px;
    }
    .jrk_tab_header li.selected {
        border-bottom: 2px solid var(--default_orange);
    }
    .jrk_saleandpurchase_section {
        grid-template-rows: 400px;
    }
    .jrk_link_icon svg {
        height: 2.5rem;
    }
    .jrk_quicklinks_dropdown,
    .jrk_settings_dropdown {
        top: 4.8rem;
    }
    .default_btn {
        width: 13rem;
        height: 4.8rem;
    }
    .mob_head_bar_getstart_sc {
        height: 4.8rem;
        padding: 0 1rem;
    }
    .welcome_video_container {
        margin-top: 5rem;
    }
    .jrk_progressbar.mob_prog_bar {
        padding: 2.1rem 0 3rem;
    }
    .jrk_progressbar .progress {
        margin-bottom: 0.8rem;
    }
    .main_kyc_container {
        padding-top: 2.4rem;
        padding: 2.4rem 1.6rem 1.6rem;
    }
    .mob_check_item_full_sc {
        width: 1.8rem;
        height: 1.8rem;
    }
    .mob_kyc_drpdw_head_sc,
    .mob_plan_link_sc {
        padding: 1.2rem 1.4rem 1.2rem 1rem;
    }
    .new_card_sc img {
        width: 4.8rem;
        height: auto;
    }
    .welcome_video_container {
        padding: 1.6rem;
    }
    .mob_design {
        padding: unset;
    }
    .jrk_dashboard__wrapper.jrk_pd{
        padding: 1.6rem 2rem ;
    }
    .jrk_dashboard__wrapper.jrk_pd {
        padding: 1.6rem 2rem;
    }
}
@media screen and (max-width:375px) {
    .main.mob_main_sc{
        margin-top: 4.8rem;
    }
    .jrk_mob_aside .aside_list_item {
        grid-template-columns: 3rem auto 2rem;
    }
    .jrk_logo_sec {
        margin: 1rem 1rem 0;
    }
    .jrk_grid_container,.jrk_grid_wrapper {
        grid-template-rows:4.8rem 1fr;
    }
    .jrk_header {
        padding: 0 1rem;
        height: 4.8rem;
    }
    .jrk_dashboard__wrapper.jrk_pd {
        padding: 1.6rem 1rem;
    }
    .jrk_header_menu {
        gap: 1rem;
    }
    .jrk_link_wrap {
        height: 7rem;
    }
    .jrk_header {
        padding: 0 1rem;
        height: 4.8rem;
    }
    .quicklink_mobile img,
    .jrk_addcontact img,
    .jrk_notification img,
    .jrk_settings svg,
    .dashboard_mobile img {
        height: 2rem;
    }
    .jrk_highlights_body ul,
    .jrk_quicklinks_container ul {
        gap: 8px;
    }
    .jrk_highlights_body li {
        padding: 0.6rem 0.9rem;
        border-radius: 0.8rem;
    }
    .jrk_highlights_body img {
        height: 2rem;
    }
    .jrk_payment_card {
        gap: 0.7rem;
    }
    .jrk_payment_card span {
        font-size: 0.9rem;
    }
    .jrk_payment_card h2 {
        font-size: 1.3rem;
    }
    .jrk_profile_highlights_container {
        gap: 2rem;
    }
    .jrk_prof_bg_wrap {
        height: 21rem;
    }
    .gap_20 {
        gap: 1rem;
    }
    .jrk_profile_text {
        padding: 2rem;
    }
    .jrk_profile_text ul img {
        height: 1.5rem;
    }
    .jrk_profile_text ul li {
        gap: 0.4rem;
    }
    .jrk_quicklinks_container ul {
        padding: 2rem 0;
    }
    .jrk_link_wrap {
        gap: 1rem;
        border-radius: 1rem;
    }
    .jrk_tab_header {
        padding: 0 1rem;
    }
    .jrk_more_btn {
        width: 6rem;
        height: 2.8rem;
        border-radius: 2.8rem;
    }
    .jrk_tab_header ul {
        height: 4rem;
        flex: 0.8;
    }
    .jrk_sales_details,
    .jrk_ad_slider {
        border-radius: 1.6rem;
    }
    .jrk_ad_slider {
        padding: 1.6rem;
    }
    .jrk_ad_carousel .owl-dots .owl-dot span {
        width: 5px;
        height: 5px;
        margin: 3px;
    }
    .jrk_tab_header li.selected {
        border-bottom: 2px solid var(--default_orange);
    }
    .jrk_slider_img_wrap {
        width: 138px;
        height: 197px;
        margin: 0 auto;
    }
    .jrk_slider_img_wrap img {
        width: 100%;
        height: 100%;
    }
    .jrk_link_icon svg {
        height: 2rem;
    }
    .jrk_aside {
        width: 25rem;
    }
    .jrk_settings_dropdown {
        width: 20rem;
    }
    .default_btn {
        width: 12rem;
        height: 4.4rem;
    }
    .jrk_quicklinks_dropdown, .jrk_settings_dropdown{
        top: 4.8rem;
    }
}
@media (min-width: 1701px) and (max-width: 1800px) {
    html {
        font-size: 54%;
    }
}
@media screen and (max-width:1700px) and (min-width:1025px) {
    html {
        font-size: 42.5%;
    }
    .kyc_card_wrapper .item {
        min-height: 46rem;
    }
    .jrk_prof_bg_wrap {
        height: 260px;
    }
    .jrk_logo_sec {
        height: 9rem;
    }
    .openTariffPopup img {
        height: 2rem;
    }
    .jrk_refresh_btn {
        width: 2.6rem;
        height: 2.6rem;
    }
    .jrk_refresh_btn img {
        height: 1.7rem;
    }
    .kyc_card_wrapper .item{
        height: 38rem;
    }
    .jrk_content_wrap{
        height: 50rem;
    }
}
.arr_wrap.element_center a{
    display: flex;
}